0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
[
Home
]
File: changelog.txt
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]). If you feel you have reason to put this tag, please first contact security at tiki.org * [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 14.1 <http://doc.tiki.org/Tiki14> ------------------ ---------------------------------------------- r56779 | jonnybradley | 2015-11-25 21:16:40 +0100 (Wed, 25 Nov 2015) | 1 line [FIX] elFinder: Redirect the elFinder download command to tiki-download_file so our mime type and file extension gets set correctly - other more "elFinder" methods seemed to invasive at the moment ---------------------------------------------- r56778 | jonnybradley | 2015-11-25 19:19:12 +0100 (Wed, 25 Nov 2015) | 4 lines [FIX] filegals: Some more on ms office mime types, only half fixed on my last visit. Tiki historically uses mimetypes like application/msword but everyone else uses application/vnd.ms-word (although some use application/ms-word) so it's a bit of a mess. Word files were being handled ok so add simialr workarounds for Excel and Powerpoint. Also fix up the mimetypes for elFinder display (download still to fix). TODO properly for Tiki 15 hopefully... ---------------------------------------------- r56775 | jonnybradley | 2015-11-25 18:10:37 +0100 (Wed, 25 Nov 2015) | 1 line [MOD] users: Add a couple of action log events when user's login or session fails (to help debug mysterious logouts on some systems), also change the "quick perms" level on a few admin permissions from editors to admin (plus add a couple of missing classes on TikiLib::lib phpdoc) ---------------------------------------------- r56772 | nkoth | 2015-11-24 21:51:30 +0100 (Tue, 24 Nov 2015) | 2 lines [bp/r56771][FIX] Trim white leading/trailing white space from username before creating user (otherwise it will be save inthe database, and might cause unpredictable issues as it's too easy to accidentally register with trailing spaces - in particular we discovered it makes get_user_email fail if the login name provided as input lacks that trailing space. (we found 0.7% of users on one of our sites had trailing space iin their username) ---------------------------------------------- r56770 | jonnybradley | 2015-11-24 17:02:26 +0100 (Tue, 24 Nov 2015) | 1 line [ENH] check: Add a couple more checks for the session (thanks marclaporte) and improve the feedback when memory_limit is unlimited (thanks amette_) ---------------------------------------------- r56769 | nkoth | 2015-11-24 16:46:07 +0100 (Tue, 24 Nov 2015) | 2 lines [bp/r56766][FIX] Provide pref to point to location of self-installed redability lib (since it's no longer included with Tiki for licensing reasons) ---------------------------------------------- r56768 | arildb | 2015-11-24 16:42:49 +0100 (Tue, 24 Nov 2015) | 1 line [FIX] Avoid dependencies in route.php. Make utf-8 check IIS dependent. Thanks jonnyb ---------------------------------------------- r56764 | arildb | 2015-11-23 21:22:22 +0100 (Mon, 23 Nov 2015) | 1 line [FIX] Better utf8 conversion, which does not destroy already utf8 encoded strings ---------------------------------------------- r56763 | arildb | 2015-11-23 21:02:47 +0100 (Mon, 23 Nov 2015) | 1 line [FIX] Do a more generic fix of $_SERVER['REQUEST_URI'] on IIS, which ASCII encodes the variable. $_SERVER['REQUEST_URI'] is used many places. This should fix most. Thanks jonnyb ---------------------------------------------- r56762 | arildb | 2015-11-23 20:42:17 +0100 (Mon, 23 Nov 2015) | 1 line [FIX] Fix problem with non-English characters in page names when using SEFURL ---------------------------------------------- r56760 | nkoth | 2015-11-23 17:10:36 +0100 (Mon, 23 Nov 2015) | 2 lines [bp/r56759][FIX] Use protocol independent URL as browsers were blocking access when site is SSL ---------------------------------------------- r56758 | jonnybradley | 2015-11-23 12:44:41 +0100 (Mon, 23 Nov 2015) | 1 line [FIX] files plugin: Convert recursive parameter to a proper boolean ---------------------------------------------- r56742 | jonnybradley | 2015-11-20 19:43:40 +0100 (Fri, 20 Nov 2015) | 1 line [FIX] search: Make unified_excluded_categories pref an array of integers to remove spaces (which stops the feature working) ---------------------------------------------- r56734 | nkoth | 2015-11-19 14:28:21 +0100 (Thu, 19 Nov 2015) | 2 lines [bp/r56733][FIX] Removing all options fails in multiple selector case (totally impossible when chosen is used) ---------------------------------------------- r56729 | jonnybradley | 2015-11-18 19:01:48 +0100 (Wed, 18 Nov 2015) | 1 line [ENH] tabular: Allow partial export via a GET request, using commas as separator for multiselect filters ---------------------------------------------- r56727 | jonnybradley | 2015-11-18 18:44:34 +0100 (Wed, 18 Nov 2015) | 1 line [ENH] tabular: Add multi-select mode to ItemLink tabular filters ---------------------------------------------- r56726 | jonnybradley | 2015-11-18 18:43:32 +0100 (Wed, 18 Nov 2015) | 1 line [MOD] object-selector: Add multi-select support to the ObjectSelector object, currently only used in ItemLink tabular tracker filters - existing single select behaviour unchanged ---------------------------------------------- r56713 | lindonb | 2015-11-15 22:55:18 +0100 (Sun, 15 Nov 2015) | 1 line [FIX] fancytable: Revert part of r56269 - wrong filter and options should not be used in this case. ---------------------------------------------- r56709 | lindonb | 2015-11-15 19:26:28 +0100 (Sun, 15 Nov 2015) | 1 line [FIX] trackerlist tablesorter: tablesorter is not on by default. Fixes r56559. ---------------------------------------------- r56686 | jonnybradley | 2015-11-12 15:05:33 +0100 (Thu, 12 Nov 2015) | 1 line [FIX] trackers: Make the tracker clear command confirm option not need a value ---------------------------------------------- r56685 | jonnybradley | 2015-11-12 14:53:39 +0100 (Thu, 12 Nov 2015) | 2 lines [ENH] console: Expose the date formatting on the database:backup command as a new argument Default remains the same but now allows different date formatting for other purposes (such as an hourly backup with a cron task) ---------------------------------------------- r56684 | jonnybradley | 2015-11-12 14:36:43 +0100 (Thu, 12 Nov 2015) | 1 line [ENH] trackers: Expose the tracker clear command to the console - use with care! ---------------------------------------------- r56665 | jonnybradley | 2015-11-10 12:56:46 +0100 (Tue, 10 Nov 2015) | 2 lines [FIX] menus: Make structure menus cookies the same as "normal" menus so the state is remembered correctly. Still not working for bootstrap menus... Should address wish5729, many thanks to GriessbreiLP (and Lindon), sorry it took us so long to find! ---------------------------------------------- r56652 | lindonb | 2015-11-08 17:56:25 +0100 (Sun, 08 Nov 2015) | 1 line [FIX] admin toolbars: custom tools icon wasn't working with legacy icons; improve spacing; fix notice; other touch-ups ---------------------------------------------- r56651 | lindonb | 2015-11-08 17:28:53 +0100 (Sun, 08 Nov 2015) | 1 line [FIX] iconsets: wrong/missing icon definitions and calls ---------------------------------------------- r56650 | lindonb | 2015-11-08 17:26:43 +0100 (Sun, 08 Nov 2015) | 1 line [FIX] iconsetlib: id parameter was being overwritten when legacy icons were used ---------------------------------------------- r56648 | lindonb | 2015-11-08 07:12:28 +0100 (Sun, 08 Nov 2015) | 1 line [FIX] legacy icons: wrong icon image paths ---------------------------------------------- r56646 | lindonb | 2015-11-08 06:55:22 +0100 (Sun, 08 Nov 2015) | 1 line [FIX] admin toolbars: Quite broken because of other iconset changes I made, so decided to fix in 14x. Add back paths to icons or obtain legacy icons (for plugins) since CKEditor toolbars use only images; bootstrapify and otherwise tidy up broken form; fix notice ---------------------------------------------- r56644 | lindonb | 2015-11-07 18:50:22 +0100 (Sat, 07 Nov 2015) | 1 line [FIX] menus: eliminate check for option type which was preventing menu cookies from working . Fixes the part of bug https://dev.tiki.org/item5729 that I was able to recreate. Thanks GriessbreiLP for reporting. ---------------------------------------------- r56642 | lindonb | 2015-11-07 16:27:02 +0100 (Sat, 07 Nov 2015) | 1 line [FIX] plugin tracker: Move Values parameter to be right after the Fields parameter since their values must be be in the same field order, making things easier in the popup edit window. Fixes https://dev.tiki.org/item5752. Thanks macnific for reporting. ---------------------------------------------- r56640 | lindonb | 2015-11-07 05:11:46 +0100 (Sat, 07 Nov 2015) | 1 line [FIX] Correct help link. Fixes https://dev.tiki.org/item5751 ---------------------------------------------- r56637 | jonnybradley | 2015-11-06 13:48:21 +0100 (Fri, 06 Nov 2015) | 1 line [FIX] trackers: Make batch status change work for tracker batch if there is no user field (should really be using ListExectute but this will work for now) ---------------------------------------------- r56635 | jonnybradley | 2015-11-06 13:12:55 +0100 (Fri, 06 Nov 2015) | 1 line [FIX] Don't reset the user's groups if already set when getting perms for an object ---------------------------------------------- r56631 | luciash | 2015-11-04 11:36:42 +0100 (Wed, 04 Nov 2015) | 1 line [FIX] composer: make Tiki 14.x installable via SVN again (Seems running composer script ThemeInstaller::setup must be done vendors post-install now) ---------------------------------------------- r56624 | lindonb | 2015-11-04 03:58:48 +0100 (Wed, 04 Nov 2015) | 1 line [FIX] display timezone: Only disable user ability to select timezone if the admin has set display_timezone to site default. Was blocking user ability to select timezones if the user had selected site default (thanks aexoxea for reporting) ---------------------------------------------- r56618 | lindonb | 2015-11-03 05:13:18 +0100 (Tue, 03 Nov 2015) | 1 line [FIX] plugin now: often didn't return a value, for example if format was not set; return a default value based on site settings if user input is in error ---------------------------------------------- r56617 | nkoth | 2015-11-02 23:37:14 +0100 (Mon, 02 Nov 2015) | 2 lines [FIX] Composer errors ---------------------------------------------- r56607 | nkoth | 2015-10-31 20:34:09 +0100 (Sat, 31 Oct 2015) | 2 lines [bp/r56604][FIX] User preference info in tracker data is out of date when preferences are changed outside of tracker interface. ---------------------------------------------- r56603 | nkoth | 2015-10-31 20:07:07 +0100 (Sat, 31 Oct 2015) | 2 lines [bp/r56598][FIX] If user is not in any groups other than registered, then it should show as blank instead of "Array" (I meant if no user is selected in the user selector) ---------------------------------------------- r56600 | nkoth | 2015-10-31 19:57:37 +0100 (Sat, 31 Oct 2015) | 2 lines [bp/r56367][FIX] When creating tracker item with wysiwyg editor, avoid unnecessary warning ---------------------------------------------- r56595 | lindonb | 2015-10-31 19:34:14 +0100 (Sat, 31 Oct 2015) | 1 line [FIX] dynamic variables: avoid losing backslashes when displaying the variable link on a page. Fixes bug 1704 (https://dev.tiki.org/item1704) ---------------------------------------------- r56592 | lindonb | 2015-10-31 19:10:28 +0100 (Sat, 31 Oct 2015) | 1 line [FIX] dynamic variables: don't place the entire page data inside the form for updating a variable because it breaks other forms; Use singular "update variable" since the button only updates one variable; ---------------------------------------------- r56590 | jyhem | 2015-10-29 17:48:25 +0100 (Thu, 29 Oct 2015) | 1 line [FIX] Rollback 56586 because it did not fix the issue and any change to composer.json must have a change in composer.lock ---------------------------------------------- r56586 | jyhem | 2015-10-28 21:11:14 +0100 (Wed, 28 Oct 2015) | 1 line [FIX] It seems smarty moved things around, making Tiki14 svn installs impossible ---------------------------------------------- r56575 | xavidp | 2015-10-26 15:28:05 +0100 (Mon, 26 Oct 2015) | 1 line [ENH]Port some options from number field to computed field in Trackers, since the numeric result of a computation deserves at least this minimum treatment as the numeric fields in Tiki. ---------------------------------------------- r56572 | xavidp | 2015-10-26 14:51:28 +0100 (Mon, 26 Oct 2015) | 1 line [FIX]Obey doNotShowEmptyField while displaying fields with 0 as content/value inside (number zero). ---------------------------------------------- r56564 | lindonb | 2015-10-25 04:09:17 +0100 (Sun, 25 Oct 2015) | 1 line [FIX] registration and antibot forms needed alignment fixing ---------------------------------------------- r56562 | lindonb | 2015-10-25 04:06:49 +0100 (Sun, 25 Oct 2015) | 1 line [FIX] generate password button wasn't working here either; simplify code and improve alignment ---------------------------------------------- r56560 | lindonb | 2015-10-24 17:57:40 +0200 (Sat, 24 Oct 2015) | 1 line [FIX] tablesorter: automatically set tspaginate if server == y so that rows are fetched; explain that the sortable parameter is also the overall switch for turning on tablesorter ---------------------------------------------- r56559 | lindonb | 2015-10-24 17:55:52 +0200 (Sat, 24 Oct 2015) | 1 line [FIX] tablesorter for trackerlist: table wasn't showing in some cases when tablesorter is not on (thanks Gary!) ---------------------------------------------- r56544 | lindonb | 2015-10-20 04:27:41 +0200 (Tue, 20 Oct 2015) | 1 line [FIX] login admin: generate password button wasn't working and was missing bootstrap alignment ---------------------------------------------- r56531 | chibaguy | 2015-10-16 11:32:03 +0200 (Fri, 16 Oct 2015) | 1 line [bp/r56517][FIX] Add top margin to checkbox in form-horizontal to align with label (label is on the left of the checkbox, not standard Bootstrap). Constant value isn't as elegant as one calculated per-theme, but seems good enough. ---------------------------------------------- r56530 | chibaguy | 2015-10-16 11:11:52 +0200 (Fri, 16 Oct 2015) | 1 line [bp/r56489-56500,56502-56505][FIX] Add form-horizontal class to horizontal forms; remove unneeded table class on fieldset; remove button styling on some navigation links. ---------------------------------------------- r56528 | lindonb | 2015-10-16 05:19:52 +0200 (Fri, 16 Oct 2015) | 1 line [FIX] use iconsets for tiki-connect feedback icons ---------------------------------------------- r56527 | arildb | 2015-10-16 00:10:26 +0200 (Fri, 16 Oct 2015) | 1 line [bp/r56526] [FIX] Handle woff2 files on IIS ---------------------------------------------- r56521 | jonnybradley | 2015-10-15 18:27:20 +0200 (Thu, 15 Oct 2015) | 1 line [FIX] search module: Prevent compact mode buttons popup from obscuring the text input (so much) ---------------------------------------------- r56519 | jonnybradley | 2015-10-15 17:57:18 +0200 (Thu, 15 Oct 2015) | 1 line [FIX] trackers: Use the fields in the displayFieldsList option (or fieldId) on the input select and not the title field always (thanks marclaporte) ---------------------------------------------- r56511 | jonnybradley | 2015-10-14 19:29:18 +0200 (Wed, 14 Oct 2015) | 1 line [FIX] sylvn: Check for trackeritem comment perms ---------------------------------------------- r56509 | jonnybradley | 2015-10-14 18:36:27 +0200 (Wed, 14 Oct 2015) | 1 line [FIX] ajaxload plugin: Handle slashes properly when no path (and put the port in the right place) ---------------------------------------------- r56507 | jonnybradley | 2015-10-14 18:09:58 +0200 (Wed, 14 Oct 2015) | 1 line [ENH] ajaxload plugin: Add a little code to convert relative link href's and image src's to absolute ones and a parameter to disable either or both (does both by default) ---------------------------------------------- r56501 | jonnybradley | 2015-10-14 14:47:08 +0200 (Wed, 14 Oct 2015) | 1 line [FIX] plugins: Use tr to substitute default args ---------------------------------------------- r56489 | chibaguy | 2015-10-13 14:13:43 +0200 (Tue, 13 Oct 2015) | 1 line [FIX] Bootstrap's box-sizing: border-box broke AnythingSlider's "next" arrow position; Bootstrap and theme .panel properties also caused problems for AnythingSlider's .panel divs. ---------------------------------------------- r56487 | jonnybradley | 2015-10-13 13:34:58 +0200 (Tue, 13 Oct 2015) | 1 line [FIX] trackers: ItemsList fields have no stored data so come out empty when doing a "tabular format" full export (which uses TrackerSourceEntry as opposed to QuerySourceEntry) so jump through various hoops to get the array of itemIds in our list so as to get the labels correctly. Also added a bit of documentation to \Tracker_Item::getData discovered while on this journey... ---------------------------------------------- r56484 | lindonb | 2015-10-13 05:02:16 +0200 (Tue, 13 Oct 2015) | 1 line [FIX] hidden input field was outside the form ---------------------------------------------- r56483 | lindonb | 2015-10-13 05:00:51 +0200 (Tue, 13 Oct 2015) | 1 line [FIX] use iconsets and add missing icon definition ---------------------------------------------- r56481 | jonnybradley | 2015-10-12 17:40:06 +0200 (Mon, 12 Oct 2015) | 1 line [FIX] trackers: Don't clear out the status filter param (on trackerlist etc) when using the $skip_status_perm_check in TrackerLib->list_items() as other perms and "item ownership" can override this and are checked later anyway (thanks marclaporte) ---------------------------------------------- r56479 | lindonb | 2015-10-12 05:39:59 +0200 (Mon, 12 Oct 2015) | 1 line [FIX] better placement of plugin icons ---------------------------------------------- r56477 | lindonb | 2015-10-12 05:30:17 +0200 (Mon, 12 Oct 2015) | 1 line [FIX] use iconsets in trackers, mainly status icons ---------------------------------------------- r56476 | lindonb | 2015-10-12 03:45:49 +0200 (Mon, 12 Oct 2015) | 1 line [FIX] use iconsets ---------------------------------------------- r56473 | lindonb | 2015-10-12 01:26:51 +0200 (Mon, 12 Oct 2015) | 1 line [FIX] Missed file in previous commit (r56472) - avoid exceptions in toolbarslib by allowing size and style to be set in icon definitions ---------------------------------------------- r56472 | lindonb | 2015-10-12 01:23:19 +0200 (Mon, 12 Oct 2015) | 1 line [FIX] avoid exceptions in toolbarslib by allowing size and style to be set in icon definitions ---------------------------------------------- r56470 | lindonb | 2015-10-11 18:42:38 +0200 (Sun, 11 Oct 2015) | 1 line [FIX] rebind toolbar tooltips after ajax load ---------------------------------------------- r56467 | lindonb | 2015-10-11 16:23:03 +0200 (Sun, 11 Oct 2015) | 1 line [FIX] add missing $smarty parameter to smarty_function_icon added in previous commit r56466 ---------------------------------------------- r56466 | lindonb | 2015-10-11 15:51:49 +0200 (Sun, 11 Oct 2015) | 1 line [FIX] use iconsets for the metadata, enlarge and draw buttons ---------------------------------------------- r56464 | lindonb | 2015-10-11 07:20:33 +0200 (Sun, 11 Oct 2015) | 1 line [FIX] use iconsets for the wiki syntax and plugin help pop-up; also tidy up plugin help appearance ---------------------------------------------- r56463 | lindonb | 2015-10-11 07:19:11 +0200 (Sun, 11 Oct 2015) | 1 line [FIX] use iconsets where possible for toolbars (not used for ckeditor and only partially for tiki sheet) ---------------------------------------------- r56462 | lindonb | 2015-10-11 07:17:35 +0200 (Sun, 11 Oct 2015) | 1 line [FIX] icons: add some definitions ---------------------------------------------- r56461 | lindonb | 2015-10-11 07:17:00 +0200 (Sun, 11 Oct 2015) | 1 line [FIX] icons: avoid duplicate semicolons in the style attribute and allow icons to have a size between 0 and 1 ---------------------------------------------- r56456 | lindonb | 2015-10-10 15:59:16 +0200 (Sat, 10 Oct 2015) | 1 line [FIX] forums: first url separator was invalid ('&' instead of '?') for the title link in a forum topic list (except for first topic) when sefurl was used. Fixed by always showing the topic_offset parameter first in the template (even if 0) and using '?' for sefurl and '&' when not, since the smarty sefurl modifier sets comments_parentId to be first in that case (thanks Gary and Xavi) ---------------------------------------------- r56451 | jonnybradley | 2015-10-09 19:11:43 +0200 (Fri, 09 Oct 2015) | 1 line [FIX] trackers: Prevent empty dates being rendered as '0000-00-00 00:00:00' ---------------------------------------------- r56450 | jonnybradley | 2015-10-09 18:05:00 +0200 (Fri, 09 Oct 2015) | 1 line [FIX] trackers: Index the _text version of ItemLinks and export tabular ItemsList fields in csv list mode ---------------------------------------------- r56444 | jonnybradley | 2015-10-08 18:00:15 +0200 (Thu, 08 Oct 2015) | 2 lines [FIX] wiki: Remove the check for global tiki_p_view in list pages, as the list is filtered for permissions properly in \TikiLib::list_pages This prevents errors from the search module when global view permission is disabled and allows users to list the pages they are allowed to see (thanks marclaporte) ---------------------------------------------- r56429 | jonnybradley | 2015-10-07 13:14:29 +0200 (Wed, 07 Oct 2015) | 1 line [bp/r56421][ENH] pdf: Add support for Weasyprint - see http://weasyprint.org for more info (thanks marclaporte) ---------------------------------------------- r56426 | jonnybradley | 2015-10-06 16:01:34 +0200 (Tue, 06 Oct 2015) | 1 line [FIX] trackers: Make the trackerrender formatter work as expected for TextArea fields (i.e. make it wiki parse the original wiki markup) ---------------------------------------------- r56424 | jonnybradley | 2015-10-06 14:24:45 +0200 (Tue, 06 Oct 2015) | 1 line [FIX] backlinks: Notices - setting defaults for new objects ---------------------------------------------- r56423 | jonnybradley | 2015-10-06 14:08:29 +0200 (Tue, 06 Oct 2015) | 1 line [FIX] trackers: Notices (typoops) ---------------------------------------------- r56416 | lindonb | 2015-10-05 03:46:12 +0200 (Mon, 05 Oct 2015) | 1 line [FIX] iconsets: typos and missing icon definitions ---------------------------------------------- r56411 | lindonb | 2015-10-04 19:33:47 +0200 (Sun, 04 Oct 2015) | 1 line [FIX] user information tooltip was showing last login for the current logged in user in some cases ---------------------------------------------- r56410 | lindonb | 2015-10-04 19:31:28 +0200 (Sun, 04 Oct 2015) | 1 line [FIX] iconsets: use iconsets icon for plugin sign ---------------------------------------------- r56409 | lindonb | 2015-10-04 19:26:27 +0200 (Sun, 04 Oct 2015) | 1 line [FIX] get rid of normal class for tables ---------------------------------------------- r56408 | lindonb | 2015-10-04 19:25:38 +0200 (Sun, 04 Oct 2015) | 1 line [FIX] get rid of legacy icon logic ---------------------------------------------- r56404 | lindonb | 2015-10-04 17:10:22 +0200 (Sun, 04 Oct 2015) | 1 line [FIX] use iconsets; add missing since, introduced and filter settings; minor improvements to documentation ---------------------------------------------- r56401 | jonnybradley | 2015-10-04 15:05:51 +0200 (Sun, 04 Oct 2015) | 2 lines [bp/r56088][ENH] Made changes to CategoryList Formatter to allow for showing the full path (incl. option to add custom level separator). Also added ~np~ tag instead of HTML plugin (mainly backported to remove the html plugins being added and needing approval for each result item, making the formatter unusable) ---------------------------------------------- r56387 | xavidp | 2015-10-02 08:04:59 +0200 (Fri, 02 Oct 2015) | 1 line [FIX]Consistency: Use realname also at the report of structure changes (which use change['user']'), if the preference is set to do so for realnames, like with the majority of usual changes (which use change['data']['user']). ---------------------------------------------- r56386 | chibaguy | 2015-10-02 05:13:01 +0200 (Fri, 02 Oct 2015) | 1 line [FIX] Grid class added resulted in nested grid divs; trying again. ---------------------------------------------- r56384 | luciash | 2015-10-02 00:50:25 +0200 (Fri, 02 Oct 2015) | 1 line [FIX] Toolbars: help icon should have same classes as the others to produce seamless look (consistency) ---------------------------------------------- r56382 | luciash | 2015-10-01 23:59:00 +0200 (Thu, 01 Oct 2015) | 1 line [fp/r56380][FIX] Toolbars: users with no admin perms were getting the admin toolbar icon (thanks mlaporte) ---------------------------------------------- r56381 | luciash | 2015-10-01 23:52:56 +0200 (Thu, 01 Oct 2015) | 1 line [fp/r56379][FIX] Forum threads: cancel button does nothing + little fix for the top of page icon/link (thanks mlaporte) ---------------------------------------------- r56378 | chibaguy | 2015-10-01 17:08:12 +0200 (Thu, 01 Oct 2015) | 1 line [FIX] Add grid class for correct layout in tracker plugin's form class=form-horizontal. Hoping for no unintended consequences. ---------------------------------------------- r56374 | jonnybradley | 2015-09-30 17:50:58 +0200 (Wed, 30 Sep 2015) | 1 line [FIX] mediaplayer: IE (mostly) just tries to download the file when using a PDF in the mediaplayer plugin if the reader is not installed, so test for the plugin/object and show a link to the file if it's not supported (thanks marclaporte) ---------------------------------------------- r56373 | jonnybradley | 2015-09-30 12:28:45 +0200 (Wed, 30 Sep 2015) | 1 line [FIX] history: Don't let the history actions icons wrap (bootstrap text-nowrap class doesn't work here sadly) ---------------------------------------------- r56372 | jonnybradley | 2015-09-30 11:58:08 +0200 (Wed, 30 Sep 2015) | 1 line [FIX] plugins: tra doesn't support replacements, use tr instead (also don't break translated strings if possible) ---------------------------------------------- r56364 | xavidp | 2015-09-29 19:29:41 +0200 (Tue, 29 Sep 2015) | 1 line [FIX]Obey pref. user_show_realnames also in the "contribution type" feature ---------------------------------------------- r56363 | jonnybradley | 2015-09-29 18:18:18 +0200 (Tue, 29 Sep 2015) | 1 line [FIX] userinfo: Cope with missing fields and/or non-existent user tracker in user_tracker_infos pref ---------------------------------------------- r56360 | jonnybradley | 2015-09-29 15:50:36 +0200 (Tue, 29 Sep 2015) | 1 line [FIX] hotwords: Make the words field long enough for phrases, not just words ---------------------------------------------- r56357 | jonnybradley | 2015-09-29 13:51:45 +0200 (Tue, 29 Sep 2015) | 1 line [FIX] search mod: Some CSS improvements for the search module in most modes - however buttons still wrap when showing all three submit buttons in a column with default text (search, titles and edit) ---------------------------------------------- r56355 | xavidp | 2015-09-29 13:37:10 +0200 (Tue, 29 Sep 2015) | 2 lines [bp/r56184][ENH] Add Contains function for activity stream rules [bp/r56354][FIX]Add svn property keywords Id so that svn info is updated inside the php file ---------------------------------------------- r56352 | jonnybradley | 2015-09-29 12:50:41 +0200 (Tue, 29 Sep 2015) | 1 line [FIX] icons: "Better than nothing" fix for missing plugin icons in WYSIWYG by using the default green jigsaw piece. Sadly ckeditor does not support font-icon buttons yet... ---------------------------------------------- r56351 | jonnybradley | 2015-09-29 12:29:25 +0200 (Tue, 29 Sep 2015) | 2 lines [FIX] icons: Partial implementation of iconsets in toolbars for plugins as most of them have now been converted to use iconsets now (thanks Lindon!) Hopefully addresses wish5719 (WYSIWYG still to do...) ---------------------------------------------- r56347 | jonnybradley | 2015-09-28 19:34:27 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] wysiwyg: Missing semicolon on init js caused errors on some systems ---------------------------------------------- r56342 | chibaguy | 2015-09-28 16:33:01 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] Update themes Bootstrap 3.3.5. ---------------------------------------------- r56339 | jonnybradley | 2015-09-28 15:46:00 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] activities: Add a basic default template for custom events - not as good as the specially tailored ones but better than a "missing template" error (and could be customised per theme) ---------------------------------------------- r56337 | chibaguy | 2015-09-28 14:48:19 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] Remove compiling artifact. ---------------------------------------------- r56336 | chibaguy | 2015-09-28 14:43:55 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] Use Bootstrap alert colors for Tiki message priorities (avoiding some contrast problems). ---------------------------------------------- r56330 | lindonb | 2015-09-28 04:06:01 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] forums: fix delete topic issue - forum id wasn't being identified properly (thanks Torsten and Jonny, I think this fixes it) ---------------------------------------------- r56328 | lindonb | 2015-09-28 03:52:31 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] forums: enable some links in forum lists to use sefurl; notices ---------------------------------------------- r56325 | lindonb | 2015-09-28 01:43:06 +0200 (Mon, 28 Sep 2015) | 1 line [FIX] improvements to documentation ---------------------------------------------- r56315 | jonnybradley | 2015-09-25 19:47:18 +0200 (Fri, 25 Sep 2015) | 3 lines [bp/r56057][ENH] trackers: Add a new option to Category fields to allow items to be recategorised when being indexed. This will allow tracker items to appear in perspectives for instance following the parent tracker categories being changed or following an upgrade. N.B. The change in indexing introduced in trunk in r56096 has not been backported here to maintain current (stable) behaviour, but the default comma-separated indexing has been added instead (Thanks marclaporte) ---------------------------------------------- r56314 | jonnybradley | 2015-09-25 19:16:22 +0200 (Fri, 25 Sep 2015) | 2 lines [FIX] trackers: If a pref field is updated successfully then also change the field value so the new value is indexed and displayed. Should address wish5716, thanks luciash) P.S. If you have more than one item per user then changing one does not change the others, so they will be out of sync with the pref value. So this field should be only used where users can only have a single item each. ---------------------------------------------- r56311 | xavidp | 2015-09-25 16:23:05 +0200 (Fri, 25 Sep 2015) | 1 line [FIX]Fix the blundled documentation on how to customize the files field for image display with the appropriate params (custom params required for images in 12.x LTS to display properly in some servers through plugin trackerlist, and commited to 14.x for consistency also) ---------------------------------------------- r56308 | jonnybradley | 2015-09-24 19:26:29 +0200 (Thu, 24 Sep 2015) | 1 line [FIX] editable: Give radio buttons different names for each item when being edited so they are kept separate (thanks marclaporte) ---------------------------------------------- r56304 | jonnybradley | 2015-09-23 20:05:39 +0200 (Wed, 23 Sep 2015) | 2 lines [FIX] mainlin: Couple of small fixes - comment out some rogue code in the controller (in case it is needed somewhere) and fix a button icon Also try and trap exceptions from the account test better, not entirely successful as yet... ---------------------------------------------- r56301 | jonnybradley | 2015-09-23 18:15:01 +0200 (Wed, 23 Sep 2015) | 1 line [FIX] icons: Missing icon ---------------------------------------------- r56300 | jonnybradley | 2015-09-23 16:17:08 +0200 (Wed, 23 Sep 2015) | 1 line [ENH] trackers: Add a tooltip to the tracker field checkboxes so you don't have to scroll to the top to see what each one does. ---------------------------------------------- r56299 | jonnybradley | 2015-09-23 16:08:37 +0200 (Wed, 23 Sep 2015) | 1 line [FIX] log_tpl: Don't add the template info on mail templates even if the pref is enabled ---------------------------------------------- r56298 | jonnybradley | 2015-09-23 15:30:30 +0200 (Wed, 23 Sep 2015) | 1 line [FIX] html plugin: Allow string or numeric value for wiki parameter as the variable type seems to vary from site to site (thanks chibaguy) ---------------------------------------------- r56294 | jonnybradley | 2015-09-22 16:24:34 +0200 (Tue, 22 Sep 2015) | 1 line [FIX] check: Cope with a PHP bug on some 32 bit systems where disk_free_space returns a large value and display the value/setting properly (thanks marclaporte) ---------------------------------------------- r56293 | jonnybradley | 2015-09-22 11:59:40 +0200 (Tue, 22 Sep 2015) | 1 line [FIX] submissions: Reduce the number to delete each time to 1000 to avoid timeouts and add a tooltip to the button (to do better soon) ---------------------------------------------- r56288 | jonnybradley | 2015-09-21 13:12:04 +0200 (Mon, 21 Sep 2015) | 2 lines [FIX] watches: When adding a watch for an email without a user don't remove all existing watches without a user set. Should address wish5713, thanks FormidableInc (also param $type is always set so simplify code slightly) ---------------------------------------------- r56286 | lindonb | 2015-09-21 04:29:10 +0200 (Mon, 21 Sep 2015) | 1 line [FIX] fix minor ommissions from previous commit ---------------------------------------------- r56268 | lindonb | 2015-09-20 19:09:53 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] show body info even when there are no parameters ---------------------------------------------- r56264 | jonnybradley | 2015-09-20 18:42:40 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] captcha: Don't follow link on "try another code" button as it resets the form ---------------------------------------------- r56263 | jonnybradley | 2015-09-20 18:40:08 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] trackers: Add missing captcha to insert and update item forms ---------------------------------------------- r56260 | jonnybradley | 2015-09-20 15:34:12 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] icons: Show icons on admin textarea plugins list (thanks to Lindon for tackling this!) ---------------------------------------------- r56259 | jonnybradley | 2015-09-20 15:05:57 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] wiki: Get the real page name from the page slug before processing page options as they depend on the real page name, not the SEFURL "slug" if in use (for instance, auto-toc could not be disabled per page prior to this change) ---------------------------------------------- r56256 | lindonb | 2015-09-20 04:50:08 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] use <code> in list view as well ---------------------------------------------- r56252 | lindonb | 2015-09-20 03:57:17 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] use iconsets; add missing introduced setting; use CSS styling instead of deprecated align attribute ---------------------------------------------- r56249 | lindonb | 2015-09-20 01:40:55 +0200 (Sun, 20 Sep 2015) | 1 line [FIX] use iconsets; add missing since, introduced and filter settings; add missing parameters ---------------------------------------------- r56247 | lindonb | 2015-09-19 23:04:17 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] use tr function instead of tra to recognize variables ---------------------------------------------- r56243 | lindonb | 2015-09-19 20:29:36 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] use iconsets; add missing since, introduced and filter settings; improve documentation ---------------------------------------------- r56241 | jonnybradley | 2015-09-19 18:24:45 +0200 (Sat, 19 Sep 2015) | 1 line [ENH] trackers: Add a new option on UserSelector fields to allow aribtrary groups to be able to alter autoassigned values without needing to be tracker admins ---------------------------------------------- r56239 | lindonb | 2015-09-19 18:13:49 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] use iconsets; add missing since, introduced and filter settings; improve documentation ---------------------------------------------- r56234 | lindonb | 2015-09-19 17:33:40 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] add missing icon_name parameter and improve documentation ---------------------------------------------- r56233 | lindonb | 2015-09-19 17:32:11 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] use correct iconset icon name ---------------------------------------------- r56232 | lindonb | 2015-09-19 17:30:43 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] add missing iconset definitions ---------------------------------------------- r56231 | lindonb | 2015-09-19 17:28:23 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] add missing since version and doctype; improve documentation ---------------------------------------------- r56229 | lindonb | 2015-09-19 17:13:07 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] use iconsets; add missing filters and since versions; improve documentation; minor enhancements to allow filtering by param doctype and to show doctype to help with display of plugins with many parameters into groups ---------------------------------------------- r56224 | jonnybradley | 2015-09-19 15:42:52 +0200 (Sat, 19 Sep 2015) | 3 lines [FIX] filegals: Initialise return var - should prevent error 500 (PHP Fatal error: Unsupported operand types) when uploading some types of jpeg Thanks marclaporte ---------------------------------------------- r56223 | jonnybradley | 2015-09-19 15:39:40 +0200 (Sat, 19 Sep 2015) | 1 line [FIX] filegals: Display and handle errors occurring during standard file upload (missing since Tiki 3? ;) Thanks marclaporte ---------------------------------------------- r56219 | jonnybradley | 2015-09-18 19:07:44 +0200 (Fri, 18 Sep 2015) | 1 line [FIX] i18n: Fix WSoD on page source and history when in French (don't use single quotes for translatable smarty plugin parameters please) ---------------------------------------------- r56213 | jonnybradley | 2015-09-17 19:05:51 +0200 (Thu, 17 Sep 2015) | 1 line [MOD] trackers: Refactor test for if a user can modify the value of an autoassign user selector, currently still depends on tracker_admin perm only ---------------------------------------------- r56212 | jonnybradley | 2015-09-17 18:59:40 +0200 (Thu, 17 Sep 2015) | 1 line [bp/r56211 sort of][FIX] adminusers: Make r56210 work when using chosen menus (discovered while fixing merge to trunk) ---------------------------------------------- r56210 | jonnybradley | 2015-09-17 18:05:59 +0200 (Thu, 17 Sep 2015) | 1 line [ENH] adminusers: Disable groups the user is already in on the "add" list, and ones they are not on the "remove" list when managing a single user's group assignments ---------------------------------------------- r56209 | jonnybradley | 2015-09-17 18:01:41 +0200 (Thu, 17 Sep 2015) | 1 line [FIX] groups: Fix some curious code regarding intertiki where a username with @ in it would get modified even if the "interlist" pref isn't being used. Also actually use the modified group list set there. ---------------------------------------------- r56207 | jonnybradley | 2015-09-17 16:56:27 +0200 (Thu, 17 Sep 2015) | 1 line [FIX] adminusers: Selectively "urlencode" the groups parameter for group management links (group names with ' or & chars in would break, others may be needed but url encoding the whole thing caused more problems) ---------------------------------------------- r56201 | xavidp | 2015-09-17 11:15:06 +0200 (Thu, 17 Sep 2015) | 1 line [FIX]Consistency: Use realname also at the report of wiki pages changed (which use change['data']['editUser']'), if the preference is set to do so for realnames, like with the rest of usual changes (which use change['data']['user']). ---------------------------------------------- r56200 | chibaguy | 2015-09-17 09:27:43 +0200 (Thu, 17 Sep 2015) | 1 line [FIX] Article topic image wasn't displaying in Chrome. (https://dev.tiki.org/tiki-view_tracker_item.php?itemId=5711) ---------------------------------------------- r56198 | jonnybradley | 2015-09-16 17:50:38 +0200 (Wed, 16 Sep 2015) | 1 line [FIX] icons: Missing articles icon ---------------------------------------------- r56197 | jonnybradley | 2015-09-16 17:42:36 +0200 (Wed, 16 Sep 2015) | 1 line [FIX] trackers: Use object perms for user selector admin mode instead of globals ---------------------------------------------- r56195 | xavidp | 2015-09-16 14:53:22 +0200 (Wed, 16 Sep 2015) | 1 line [NEW]Two new simple functions to compared whether a number is less than (or more than) another one. Thanks jonnyb and nkoth for feedback and hints. ---------------------------------------------- r56191 | chibaguy | 2015-09-16 11:15:36 +0200 (Wed, 16 Sep 2015) | 1 line [FIX] Textarea in wikiplugin_tracker needs a grid column div in order to have side margins in small screens. Also, new line preceding textarea tag caused a line break in wiki page. ---------------------------------------------- r56190 | xavidp | 2015-09-16 09:18:03 +0200 (Wed, 16 Sep 2015) | 2 lines [bp/r54741][ENH]Added ability to style/position the action buttons in the tracker plugin [bp/r56188][FIX]Usability regression compared to up to 12.x: submit button should be highlighted by default as primary. Thanks patrick-proulx to make this action_style optional, and thanks jonnyb for the tip to use this approach instead for 14.x also. ---------------------------------------------- r56189 | xavidp | 2015-09-16 09:14:45 +0200 (Wed, 16 Sep 2015) | 1 line Revert r56182: [FIX]Consistency: show the insert item button by default as primary also when using plugin tracker (as when inserting the new item through the tracker feature itself). ---------------------------------------------- r56185 | jonnybradley | 2015-09-15 18:50:14 +0200 (Tue, 15 Sep 2015) | 1 line [FIX] wysiwyg: Save and restore selection when reparsing after inserting links of plugins (thanks Jyhem) ---------------------------------------------- r56182 | xavidp | 2015-09-15 16:32:10 +0200 (Tue, 15 Sep 2015) | 1 line [FIX]Consistency: show the insert item button by default as primary also when using plugin tracker (as when inserting the new item through the tracker feature itself). ---------------------------------------------- r56181 | xavidp | 2015-09-15 13:30:56 +0200 (Tue, 15 Sep 2015) | 1 line [FIX]Usability: 'find' button and 'apply now' should be distinguished as primary buttons at profiles control panel (to fix regression compared with 12.x, for instance). It could still be improved with a better contrast of "Apply now" on top of the button color, but beyond my skills (without a hardcoded font color) with such dynamically created js button. ---------------------------------------------- r56178 | jonnybradley | 2015-09-14 18:42:55 +0200 (Mon, 14 Sep 2015) | 2 lines Revert r56117: [FIX] trackers: Client-side validation for datetime fields was only working when the field was mandatory (it made the field mandatory) ---------------------------------------------- r56177 | jonnybradley | 2015-09-14 18:27:11 +0200 (Mon, 14 Sep 2015) | 1 line [FIX] trackers: Client-side validation for datetime fields was only working when the field was mandatory ---------------------------------------------- r56176 | jonnybradley | 2015-09-14 18:07:15 +0200 (Mon, 14 Sep 2015) | 1 line [FIX] trackers: Server-side validation for datetime fields was broken (fixed in a slightly ugly way so as not to disturb code using \Services_Tracker_Utilities::replaceItem in other ways) ---------------------------------------------- r56175 | jonnybradley | 2015-09-14 17:36:30 +0200 (Mon, 14 Sep 2015) | 1 line [FIX] trackers: Disable the jquery.validate class rule for date - these selects aren't dates so the validation always fails. Should address wish5706, thanks Xavi ---------------------------------------------- r56174 | jonnybradley | 2015-09-14 17:15:12 +0200 (Mon, 14 Sep 2015) | 1 line [FIX] trackers: Remove trailing ? or & from item links ---------------------------------------------- r56168 | jonnybradley | 2015-09-11 19:30:47 +0200 (Fri, 11 Sep 2015) | 1 line [FIX] tracker: Use the item's icon for the item location marker if there is one ---------------------------------------------- r56163 | jonnybradley | 2015-09-09 20:40:39 +0200 (Wed, 09 Sep 2015) | 1 line [FIX] tracker: If the fields param is not set but editableall is set, then use all the listed fields for editable ---------------------------------------------- r56162 | jonnybradley | 2015-09-09 17:08:22 +0200 (Wed, 09 Sep 2015) | 1 line [FIX] tabular: Use tracker_export_items timeout and memory prefs when exporting from tabular formats ---------------------------------------------- r56161 | jonnybradley | 2015-09-09 17:05:50 +0200 (Wed, 09 Sep 2015) | 1 line [FIX] tabular: Avoid returning null on text field export if $lang is not set ---------------------------------------------- r56160 | jonnybradley | 2015-09-09 16:03:22 +0200 (Wed, 09 Sep 2015) | 1 line [FIX] sefurl: Obey the $with_next param when sefurl is disabled as the title is ignored then anyway (should fix wish5703 hopefully without breaking anything else, thanks Emenems) ---------------------------------------------- r56159 | jonnybradley | 2015-09-09 13:47:11 +0200 (Wed, 09 Sep 2015) | 2 lines [FIX] trackers: Fix admin tracker fields and inline edit so they work at least partially when feature_jquery_ui is disabled (autocomplete and sortable depend on ui, so the fields list now works mostly but isn't sortable any more) ---------------------------------------------- r56156 | jonnybradley | 2015-09-09 12:45:20 +0200 (Wed, 09 Sep 2015) | 1 line [FIX] trackerfilter: Get category list properly for all setups (was failing if no parentId set etc). Needed refactoring as the code was in three places... (thanks marclaporte) ---------------------------------------------- r56147 | jonnybradley | 2015-09-07 16:19:03 +0200 (Mon, 07 Sep 2015) | 1 line [FIX] wysiwyg: Map tiki languages to ckeditor ones where needed - e.g. Chinese (hopefully addresses wish5699? Thanks kong) ---------------------------------------------- r56146 | jonnybradley | 2015-09-07 14:15:45 +0200 (Mon, 07 Sep 2015) | 1 line [ENH] customsearch: Add a way to make a dropdown menu of all values for a text field when no other options but the trackerId is provided. Tested on a 15,000+ item tracker and performance seems fine. TODO add caching and mysql better stop/short word handling. ---------------------------------------------- r56144 | jyhem | 2015-09-05 03:45:30 +0200 (Sat, 05 Sep 2015) | 1 line [FIX][bp/r56143] Let admins move files around ---------------------------------------------- r56142 | jonnybradley | 2015-09-04 17:47:30 +0200 (Fri, 04 Sep 2015) | 1 line [FIX] missing global declararion ---------------------------------------------- r56140 | jonnybradley | 2015-09-04 14:18:26 +0200 (Fri, 04 Sep 2015) | 1 line [FIX] javascript: Don't reload the page if the old runs_before_js_detect cookie is present to avoid endless reload loops in some cases ---------------------------------------------- r56139 | jonnybradley | 2015-09-04 14:17:12 +0200 (Fri, 04 Sep 2015) | 1 line [FIX] mobile: photoSwipe throws an exception when applied to an empty jQuery selector (bad) so check first before initialising it and move it to be the last to run, just in case ---------------------------------------------- r56135 | jonnybradley | 2015-09-03 18:36:54 +0200 (Thu, 03 Sep 2015) | 1 line [ENH] tabular: Expose tracker tabular import function to the console command [usage: php console.php tracker:import 42 /path/to/filename.csv] ---------------------------------------------- r56125 | jonnybradley | 2015-09-02 14:29:30 +0200 (Wed, 02 Sep 2015) | 1 line [FIX] wiki: Prevent widow words on headings (thanks luciash) ---------------------------------------------- r56117 | jonnybradley | 2015-09-01 14:15:55 +0200 (Tue, 01 Sep 2015) | 1 line [ENH] trackers: Expose the pre-existing clone_item action to tiki-view_tracker. Added a fix for form validation when called in a dialog as opposed to via AJAX (thanks marclaporte) ---------------------------------------------- r56116 | jonnybradley | 2015-09-01 14:12:27 +0200 (Tue, 01 Sep 2015) | 1 line [FIX] trackers: Better fix than r56091 for fields that aren't provided to getData for tracker item objects ---------------------------------------------- r56115 | luciash | 2015-09-01 05:40:12 +0200 (Tue, 01 Sep 2015) | 1 line [FIX] print: added more block type elements to avoid widows and orphans in supported browsers (forgotten less file commit) ---------------------------------------------- r56113 | luciash | 2015-09-01 05:12:57 +0200 (Tue, 01 Sep 2015) | 1 line [FIX] print: added more block type elements to avoid widows and orphans in supported browsers ---------------------------------------------- r56103 | jonnybradley | 2015-08-30 17:29:22 +0200 (Sun, 30 Aug 2015) | 1 line [FIX] filegals: Don't show "Display" option if the user doesn't have tiki_p_download_files permission ---------------------------------------------- r56093 | jonnybradley | 2015-08-28 17:15:18 +0200 (Fri, 28 Aug 2015) | 2 lines Revert r56091: [FIX] trackers: Prevent WSoD when fields array is not provided (edge case) (fields isn't an array at this point normally) ---------------------------------------------- r56091 | jonnybradley | 2015-08-28 13:43:09 +0200 (Fri, 28 Aug 2015) | 1 line [FIX] trackers: Prevent WSoD when fields array is not provided (edge case) ---------------------------------------------- r56081 | jonnybradley | 2015-08-24 16:40:13 +0200 (Mon, 24 Aug 2015) | 1 line [FIX] forums: Simplify the js on the post preview button so the "leaving page" warning isn't shown even if you can attach files here (thanks chibaguy) ---------------------------------------------- r56076 | jonnybradley | 2015-08-21 15:40:30 +0200 (Fri, 21 Aug 2015) | 1 line [ENH] in_group: Add a user param to in_group modifier (and some docs) ---------------------------------------------- r56055 | jonnybradley | 2015-08-14 19:16:48 +0200 (Fri, 14 Aug 2015) | 1 line [FIX] Icons: Icons contain double quotes, beware! ---------------------------------------------- r56051 | jonnybradley | 2015-08-14 16:50:37 +0200 (Fri, 14 Aug 2015) | 1 line [FIX] notices: Undefined variable: class ---------------------------------------------- r56047 | jonnybradley | 2015-08-14 14:30:40 +0200 (Fri, 14 Aug 2015) | 1 line [FIX] trackers: Allow tracker items to be uncategorised when using select menus ---------------------------------------------- r56046 | jonnybradley | 2015-08-14 14:05:05 +0200 (Fri, 14 Aug 2015) | 1 line [FIX] inline edit: Make inputs editable again once saved ---------------------------------------------- r56044 | jonnybradley | 2015-08-14 13:45:12 +0200 (Fri, 14 Aug 2015) | 1 line [FIX] inline edit: Make select menus expand to the width they need to be for editing, specifically so category and country lists are usable. ---------------------------------------------- r56043 | jonnybradley | 2015-08-13 19:36:51 +0200 (Thu, 13 Aug 2015) | 1 line [FIX] notice: Param exclude should be an array ---------------------------------------------- r56042 | jonnybradley | 2015-08-13 18:58:16 +0200 (Thu, 13 Aug 2015) | 1 line [FIX] notice: Suppress unserialize errors (for strings such as time formats) ---------------------------------------------- r56040 | jonnybradley | 2015-08-13 18:34:31 +0200 (Thu, 13 Aug 2015) | 1 line [FIX] modules: Add bootstrap classes to change category module ---------------------------------------------- r56039 | chibaguy | 2015-08-13 15:15:38 +0200 (Thu, 13 Aug 2015) | 1 line [REF] Better specification of 'h1.pagetitle a'. ---------------------------------------------- r56038 | chibaguy | 2015-08-13 14:47:55 +0200 (Thu, 13 Aug 2015) | 1 line [FIX] Bootstrap btn classes added to button element. ---------------------------------------------- r56037 | chibaguy | 2015-08-13 14:41:25 +0200 (Thu, 13 Aug 2015) | 1 line [REF] No need for the anchor in h1.pagetitle to also have a default class pagetitle. Also remove class pagetitle-link found in some admin page titles. ---------------------------------------------- r56035 | jonnybradley | 2015-08-12 21:20:47 +0200 (Wed, 12 Aug 2015) | 1 line [FIX] trackers: Restore tracker clear action ("spannered") and upgrade both clear and remove actions to use bootstrap modals (required a new tpl for the clear action) ---------------------------------------------- r56032 | jonnybradley | 2015-08-12 14:21:08 +0200 (Wed, 12 Aug 2015) | 1 line [ENH] tabular: Make URL fields exportable (and importable) ---------------------------------------------- r56029 | jonnybradley | 2015-08-11 20:22:50 +0200 (Tue, 11 Aug 2015) | 1 line Minor update for ckeditor (thanks for the help on composer.tiki.org Jyhem) ---------------------------------------------- r56023 | jonnybradley | 2015-08-10 16:29:38 +0200 (Mon, 10 Aug 2015) | 1 line [FIX] trackers: Translate tracker name for notifications ---------------------------------------------- r56021 | jonnybradley | 2015-08-10 15:57:03 +0200 (Mon, 10 Aug 2015) | 1 line [FIX] trackers: Refactor tracker change notification -[label]- translations and use it when not using "simpleEmail" mode (thanks marclaporte) ---------------------------------------------- r56019 | jonnybradley | 2015-08-10 14:12:58 +0200 (Mon, 10 Aug 2015) | 1 line [FIX] who is there: Fix icon title params quotes so translations containing single quotes (like French) work. Also reindent ---------------------------------------------- r56017 | jonnybradley | 2015-08-09 17:30:31 +0200 (Sun, 09 Aug 2015) | 1 line [FIX] check: Notices (thanks marclaporte) ---------------------------------------------- r56014 | luciash | 2015-08-07 18:17:21 +0200 (Fri, 07 Aug 2015) | 1 line [ENH] Add widows & orphans CSS support to Tiki base (thanks mlaporte) ---------------------------------------------- r56010 | jonnybradley | 2015-08-07 12:07:49 +0200 (Fri, 07 Aug 2015) | 1 line [FIX] check: Don't show "You should raise your max_input_time to at least 30 seconds" if it's already set at 30 seconds (thanks marclaporte) ---------------------------------------------- r56009 | jonnybradley | 2015-08-06 20:22:48 +0200 (Thu, 06 Aug 2015) | 1 line [ENH] perspectives: Make the perspective names links - edit if permitted, switch to if not ---------------------------------------------- r56007 | jonnybradley | 2015-08-06 12:20:55 +0200 (Thu, 06 Aug 2015) | 1 line [FIX] wysiwyg: One more go at gallerific - seems it's javascript doesn't check if the #thumbs element is actually on the page, so check before calling it (any good Geoff?) ---------------------------------------------- r56005 | jonnybradley | 2015-08-05 20:21:14 +0200 (Wed, 05 Aug 2015) | 2 lines [FIX] wysiwyg: Add gallerific to the excluded plugins list (as apparently there was something else worng in some cases apart from the icon thing). Thanks Geoff, take #2 ---------------------------------------------- r56001 | jonnybradley | 2015-08-05 18:54:12 +0200 (Wed, 05 Aug 2015) | 1 line [FIX] admin: Show a warning if the CSRF ticket has timed out prompting you to reload the page as any changes you try to make after that will not work ---------------------------------------------- r56000 | jonnybradley | 2015-08-05 18:51:49 +0200 (Wed, 05 Aug 2015) | 1 line [FIX] wysiwyg: Disable the table properties context menu item as it uses the html table editor which isn't appropriate in wiki wysiwyg mode ---------------------------------------------- r55998 | jonnybradley | 2015-08-05 13:48:47 +0200 (Wed, 05 Aug 2015) | 1 line [FIX] newsletters: Prevent some js errors loading page when sending (looks like very bad/old code, still needed at all?) ---------------------------------------------- r55997 | jonnybradley | 2015-08-05 13:41:12 +0200 (Wed, 05 Aug 2015) | 1 line [FIX] newsletters: Parse HTML newsletters in the archive properly [hopefully fixes wish5400, thanks Geoff] ---------------------------------------------- r55996 | jonnybradley | 2015-08-05 13:13:38 +0200 (Wed, 05 Aug 2015) | 3 lines Revert r53706: [FIX] iconset conversion The var $icon is used below as the src attribute on an <img> tag so changing this to be a font icon span tag broke wysiwyg completely when using any plugins without an icon set, such as galleriffic (N.B. All plugins are still using bitmap icons) Thanks to Geoff for spotting, hope this fixes wish5315? ---------------------------------------------- r55994 | jonnybradley | 2015-08-05 12:42:25 +0200 (Wed, 05 Aug 2015) | 1 line [ENH] check: Add a special note about unlimited upload size (thanks marclaporte) ---------------------------------------------- r55990 | jonnybradley | 2015-08-04 17:59:31 +0200 (Tue, 04 Aug 2015) | 2 lines [FIX] pluginbacklinks: Seems that this plugin (almost uniquely) uses PluginLib which seems rather "odd" - this expanded_params seems no longer needed because the "normal" plugin code now splits params with separators into arrays, but for now let's just check it's not an array before overwriting the value (PluginsLib should be overhauled and implemented throughout one day i think) Should fix wish5692 thanks Lindon ---------------------------------------------- r55989 | jonnybradley | 2015-08-04 16:54:23 +0200 (Tue, 04 Aug 2015) | 1 line [FIX] trackers: Add some special handling to show the countries dropdown menu for the country usepref (as seen on https://tiki.org/tiki-register.php) ---------------------------------------------- r55988 | jonnybradley | 2015-08-04 15:49:37 +0200 (Tue, 04 Aug 2015) | 1 line [FIX] css: Use same table-responsive definition for all widths of centre column (wasn't working when no left or right col showing) ---------------------------------------------- r55986 | jonnybradley | 2015-08-04 12:00:31 +0200 (Tue, 04 Aug 2015) | 1 line [FIX] print: Remove accents and non-word chars from PDF filename for safety ---------------------------------------------- r55983 | luciash | 2015-08-03 23:22:58 +0200 (Mon, 03 Aug 2015) | 1 line [FIX] trying to make the theme option appear in search results when editing a perspective ---------------------------------------------- r55981 | jonnybradley | 2015-08-03 19:37:17 +0200 (Mon, 03 Aug 2015) | 1 line [FIX] tabulartrackers: Set the content-disposition to attachment (to make sure it downloads) and set the filename of exported file to something based on the "tabular" name ---------------------------------------------- r55977 | eromneg | 2015-08-03 13:27:55 +0200 (Mon, 03 Aug 2015) | 1 line [ENH] add new generate password option to User profile handler ---------------------------------------------- r55976 | jonnybradley | 2015-08-02 18:01:01 +0200 (Sun, 02 Aug 2015) | 1 line [ENH] tabulartrackers: Add tabular schema for currency fields ---------------------------------------------- r55974 | jonnybradley | 2015-08-02 17:58:35 +0200 (Sun, 02 Aug 2015) | 2 lines Revert r54222: [bp/r54148][FIX] Fixed developer svn tools like svnbranchupdate to work on windows. Sorry, it may have fixed this for use on Windows (although i cannot see how) but it broke it everywhere else leaving an empty file DEV_NULL at the tiki root. ---------------------------------------------- r55971 | jonnybradley | 2015-08-02 17:42:52 +0200 (Sun, 02 Aug 2015) | 1 line [FIX] sefurl: Use sefurls in list pages plugin when showNameOnly=y ---------------------------------------------- r55969 | jonnybradley | 2015-08-02 17:07:04 +0200 (Sun, 02 Aug 2015) | 1 line [FIX] sefurl: Allow hyphens in ascii only sefurls ---------------------------------------------- r55967 | jonnybradley | 2015-08-02 16:44:40 +0200 (Sun, 02 Aug 2015) | 1 line [FIX] sefurl: Use sefurl for original document url on print page ---------------------------------------------- r55964 | jonnybradley | 2015-07-31 17:55:14 +0200 (Fri, 31 Jul 2015) | 1 line [ENH] calculation: Add new "date" function for use in tracker maths fields and advanced ratings. See https://doc.tiki.org/Advanced+Rating for info ---------------------------------------------- r55961 | jonnybradley | 2015-07-30 21:56:46 +0200 (Thu, 30 Jul 2015) | 1 line [ENH] tabulartrackers: Make columns editable (by clicking on the name/mode label) plus some other small fixes ---------------------------------------------- r55958 | jonnybradley | 2015-07-30 18:20:31 +0200 (Thu, 30 Jul 2015) | 1 line [ENH] tabulartrackers: Add menu item for tabular trackers ---------------------------------------------- r55957 | jonnybradley | 2015-07-30 18:16:00 +0200 (Thu, 30 Jul 2015) | 1 line [FIX] tabulartrackers: Some corrections to tabular perms (import was missing, list was duplicated, admin_trackers checked instead of tabular_admin, hope i got all this right) ---------------------------------------------- r55945 | jonnybradley | 2015-07-28 18:54:10 +0200 (Tue, 28 Jul 2015) | 1 line [FIX] menus: Hide second and subsequent level menu items on load for css menus (thanks Geoff) ---------------------------------------------- r55936 | jonnybradley | 2015-07-27 19:01:51 +0200 (Mon, 27 Jul 2015) | 1 line [FIX] trackers: Something (!?) reformatted some of the js in this tpl, causing errors, hopefully this fixes it ---------------------------------------------- r55935 | nkoth | 2015-07-27 16:32:31 +0200 (Mon, 27 Jul 2015) | 2 lines [FIX] When profile does not specify topic, should default to no topic, otherwise profile will not run. ---------------------------------------------- r55934 | nkoth | 2015-07-27 16:31:56 +0200 (Mon, 27 Jul 2015) | 2 lines [FIX] When applying a profile that points to a wikicontent file that is missing, it did not work, which is problematic because profile exports do not create empty files ---------------------------------------------- r55933 | nkoth | 2015-07-27 16:30:27 +0200 (Mon, 27 Jul 2015) | 2 lines [FIX] Profile writing bad characters which can't be imported when page name/article title etc contains UTF-8 characters ---------------------------------------------- r55932 | nkoth | 2015-07-27 16:29:05 +0200 (Mon, 27 Jul 2015) | 2 lines [FIX] Avoid warnings for user prefs that don't have defaults set anywhere ---------------------------------------------- r55930 | luciash | 2015-07-27 15:30:06 +0200 (Mon, 27 Jul 2015) | 1 line [FIX] robots.txt updated (thanks marclaporte) ---------------------------------------------- r55926 | jonnybradley | 2015-07-26 18:48:26 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] sefurl: Avoid clashes when regenerating slugs by appending numbers on duplicates ---------------------------------------------- r55924 | jonnybradley | 2015-07-26 17:59:11 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] sefurl: Also remove other non-word chars like apostrophes when using ascii only urls ---------------------------------------------- r55922 | lindonb | 2015-07-26 17:37:56 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] use iconsets by using iconify smarty plugin ---------------------------------------------- r55920 | lindonb | 2015-07-26 17:35:50 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] use iconsets ---------------------------------------------- r55919 | lindonb | 2015-07-26 17:26:29 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] list comments: use iconsets and standard "perform action with checked" dropdown ---------------------------------------------- r55918 | lindonb | 2015-07-26 17:24:47 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] action log: convert "perform action with checked" to standard dropdown to avoid being stuck with legacy icons ---------------------------------------------- r55917 | lindonb | 2015-07-26 17:22:07 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] object permissions: nested tabs broken since bootstrap in Tiki13; used html as using the smarty tabs function didn't seem to work (at least not easily) ---------------------------------------------- r55916 | lindonb | 2015-07-26 17:11:13 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] iconify: ability to return filetype was missing when using legacy iconset ---------------------------------------------- r55913 | luciash | 2015-07-26 17:01:52 +0200 (Sun, 26 Jul 2015) | 1 line [MOD] Kaltura wiki-plugin: use HTML5 player by default instead of Flash as Flash is becoming obsolete technology and mostly does not work on smartphones (thanks marclaporte) ---------------------------------------------- r55910 | jonnybradley | 2015-07-26 14:55:32 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] wysiwyg: Plugin WYSIWYG line feed issue in wiki mode and trim extra linefeeds from the end ---------------------------------------------- r55909 | jonnybradley | 2015-07-26 14:54:27 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] trackers: Trim non breaking spaces also from field labels for ItemLink fields ---------------------------------------------- r55908 | jonnybradley | 2015-07-26 14:53:54 +0200 (Sun, 26 Jul 2015) | 1 line [ENH] tabular tracker: Add prefs date and time formats for DateTime field ---------------------------------------------- r55907 | jonnybradley | 2015-07-26 14:53:15 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] login: Respect url_after_validation pref even after changing password ---------------------------------------------- r55906 | jonnybradley | 2015-07-26 14:50:32 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] trackers: Proper fix for files add & remove in a modal (now that i understand delegated event handlers a bit better!) ---------------------------------------------- r55905 | jonnybradley | 2015-07-26 14:49:36 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] search: Clean up ugly Elastic search errors (was presenting users with a full page stack trace alert that was very offputting) ---------------------------------------------- r55904 | jonnybradley | 2015-07-26 14:47:43 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] print: Fix print URL for new wiki sefurl schemes ---------------------------------------------- r55903 | jonnybradley | 2015-07-26 14:45:04 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] wiki: Fix plus/minus headings setup js so that closed sections are closed again (and modernise a bit) and also set the right state server-side to avoid twitching pages on load. (wondering why the code to make it work properly had been commented out?) ---------------------------------------------- r55902 | jonnybradley | 2015-07-26 14:42:27 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] articles: Make the first (default) tab the general article edit form (as it was before) ---------------------------------------------- r55901 | jonnybradley | 2015-07-26 14:39:40 +0200 (Sun, 26 Jul 2015) | 2 lines [ENH] sefurl: Actually an optional "fix" to make all wiki page SEFURLs and canonical URI use plain ascii only (as per RFC 3986 apparently) Previous links to encoded urls seem to still work ok ---------------------------------------------- r55900 | jonnybradley | 2015-07-26 14:35:52 +0200 (Sun, 26 Jul 2015) | 1 line [FIX] search: Custom search pagination fix for table tpl (others still to do) ---------------------------------------------- r55899 | jonnybradley | 2015-07-26 14:34:40 +0200 (Sun, 26 Jul 2015) | 1 line [ENH] tracker plugin: Assign the pretty tracker field values to smarty so they can be used in the email templates (also respect pref tracker_always_notify and don't send empty notifications if there are no changes) ---------------------------------------------- r55898 | jonnybradley | 2015-07-26 14:26:26 +0200 (Sun, 26 Jul 2015) | 2 lines [FIX] use iconsets [recommit of r55900 by lindonb] ---------------------------------------------- r55895 | jonnybradley | 2015-07-15 16:31:36 +0200 (Wed, 15 Jul 2015) | 1 line [ENH] tabular tracker: Add schema for ItemLink to allow exporting plain labels (for when the display field contains html, e.g. a country field) ---------------------------------------------- r55894 | jonnybradley | 2015-07-15 15:58:47 +0200 (Wed, 15 Jul 2015) | 2 lines [ENH] tabular tracker: Add schema for ItemsList, either multi-id (item id's) or multi-name (for text labels). Also add a button to edit from list results for convenience. ---------------------------------------------- r55893 | jonnybradley | 2015-07-15 15:23:21 +0200 (Wed, 15 Jul 2015) | 1 line [FIX] trackers: Uninitialised variable ---------------------------------------------- r55891 | jonnybradley | 2015-07-15 14:27:44 +0200 (Wed, 15 Jul 2015) | 1 line [FIX] trackers: Pass on CR and delimitor params to the field handler so you can use something other than %%% for line ends in exports (still can't get it to use \n or \r\n properly yet though) ---------------------------------------------- r55889 | luciash | 2015-07-15 00:02:35 +0200 (Wed, 15 Jul 2015) | 1 line [FIX] removing useles code which does nothing, better look for the expanded menu in social layout on xtra small screens ---------------------------------------------- r55887 | luciash | 2015-07-14 23:34:02 +0200 (Tue, 14 Jul 2015) | 1 line [MOD] refactoring of code, optimization ---------------------------------------------- r55885 | luciash | 2015-07-14 23:08:09 +0200 (Tue, 14 Jul 2015) | 1 line cleaning up commented out code ---------------------------------------------- r55884 | gezzzan | 2015-07-14 23:04:40 +0200 (Tue, 14 Jul 2015) | 1 line [FIX] fixing broken preference adding and improving layout ---------------------------------------------- r55882 | luciash | 2015-07-14 22:41:52 +0200 (Tue, 14 Jul 2015) | 1 line code just reindented with tabs ---------------------------------------------- r55880 | jonnybradley | 2015-07-14 17:14:54 +0200 (Tue, 14 Jul 2015) | 1 line [ENH] wysiwygplugin: Make sure the correct toolbar is selected for html or wiki modes ---------------------------------------------- r55878 | jonnybradley | 2015-07-14 16:32:00 +0200 (Tue, 14 Jul 2015) | 1 line [ENH] wysiwygplugin: Add a use_html param so you can have plugins using a different mode to the wysiwyg_htmltowiki pref setting (thanks marclaporte) ---------------------------------------------- r55876 | jonnybradley | 2015-07-14 16:02:18 +0200 (Tue, 14 Jul 2015) | 1 line [FIX] wysiwyg: Stop wikiplugin_img from overwriting the built-in ckeditor image tool when page is in html mode (thanks marclaporte) ---------------------------------------------- r55870 | jonnybradley | 2015-07-13 21:40:48 +0200 (Mon, 13 Jul 2015) | 1 line [FIX] trackers: Missing icon name ---------------------------------------------- r55869 | jonnybradley | 2015-07-13 20:56:01 +0200 (Mon, 13 Jul 2015) | 1 line [FIX] search: Remove extra linefeeds which get added to the html controls which cause extra paragraphs or table rows to be rendered when using a wiki tpl (made optional to prevent breaking existing forms) ---------------------------------------------- r55868 | jonnybradley | 2015-07-13 19:51:41 +0200 (Mon, 13 Jul 2015) | 1 line [FIX] trackers: Fix Files field input - specifically adding files with the elFinder "browse file" option and removing files due to iconset and bootstrap modal changes ---------------------------------------------- r55867 | jonnybradley | 2015-07-13 18:56:57 +0200 (Mon, 13 Jul 2015) | 2 lines [FIX] maps: Deal with asynchronous requests containing google map layers properly (e.g. tracker items edit in a modal) Also remove a typo and update the google server. ---------------------------------------------- r55866 | jonnybradley | 2015-07-13 18:34:05 +0200 (Mon, 13 Jul 2015) | 1 line [FIX] trackers: Notices (headers don't have a value) ---------------------------------------------- r55865 | gezzzan | 2015-07-13 17:11:15 +0200 (Mon, 13 Jul 2015) | 1 line [FIX] template layout and class fixes ---------------------------------------------- r55864 | chibaguy | 2015-07-13 07:36:32 +0200 (Mon, 13 Jul 2015) | 1 line [FIX] Corrected misspelling in tabset name (was functional but bad image if you need to post the URL, etc.). ---------------------------------------------- r55862 | lindonb | 2015-07-12 16:54:42 +0200 (Sun, 12 Jul 2015) | 1 line [FIX] use iconsets; use cursor:pointer ---------------------------------------------- r55859 | chibaguy | 2015-07-12 13:45:12 +0200 (Sun, 12 Jul 2015) | 1 line [FIX] Replaced class=well well-sm on titlebar with underline. Titlebar is supposed to mark the start of a section, not be highlighted as content itself. ---------------------------------------------- r55856 | lindonb | 2015-07-12 07:24:05 +0200 (Sun, 12 Jul 2015) | 1 line [FIX] iconsets: add ability to set a class as part of the icon definition: useful in equating some fonts to legacy image icons in order to use iconsets throughout; add some rating related icon definitions ---------------------------------------------- r55849 | jonnybradley | 2015-07-10 15:35:18 +0200 (Fri, 10 Jul 2015) | 2 lines [FIX] trackers: Fix date import to handle created and lastMod dates not in unix timestamp formats (as was used pre-tiki-12). Also make the logic of the date parsing more robust and fall back to using strtotime if nothing else worked properly ---------------------------------------------- r55848 | nkoth | 2015-07-10 15:33:57 +0200 (Fri, 10 Jul 2015) | 1 line [FIX] Pretty tracker templates wiki: was broken ---------------------------------------------- r55847 | jonnybradley | 2015-07-10 13:34:06 +0200 (Fri, 10 Jul 2015) | 1 line [MOD] trackers: Move "Quick Export" to second on the tracker export dialog so the usual Items Export is the default (quick export is somewhat limited and for more advanced use) ---------------------------------------------- r55846 | nkoth | 2015-07-10 12:32:09 +0200 (Fri, 10 Jul 2015) | 2 lines [bp/r55834][FIX] Installer chokes if this has been created already ---------------------------------------------- r55844 | gezzzan | 2015-07-09 22:34:02 +0200 (Thu, 09 Jul 2015) | 1 line [FIX] "administer" icon seems to be removed from default iconset for some reason, switching to "settings" icon ---------------------------------------------- r55843 | jonnybradley | 2015-07-09 16:05:07 +0200 (Thu, 09 Jul 2015) | 1 line [ENH] togetherjs: Set user name and avatar from the tiki ones and add conflictoverride to the edit buttons to avoid confusioon when starting an edit session ---------------------------------------------- r55842 | jonnybradley | 2015-07-09 16:03:39 +0200 (Thu, 09 Jul 2015) | 1 line [FIX] js: Make the avatar url absolute ---------------------------------------------- r55841 | jonnybradley | 2015-07-09 15:25:30 +0200 (Thu, 09 Jul 2015) | 1 line [ENH] js: Add some useful user info to the jqueryTiki object ---------------------------------------------- r55840 | jonnybradley | 2015-07-09 14:12:28 +0200 (Thu, 09 Jul 2015) | 1 line [REF] togetherjs: Tidy up the plugin code a little before adding some new enhancements ---------------------------------------------- r55838 | jonnybradley | 2015-07-07 13:38:00 +0200 (Tue, 07 Jul 2015) | 1 line [NEW] icons: Wiki plugin for Icons ---------------------------------------------- r55833 | jonnybradley | 2015-07-06 13:31:39 +0200 (Mon, 06 Jul 2015) | 1 line [ENH] sefurl: Add dashes mode for wiki_url_scheme (thanks amette - sorry about the lang files ;) ---------------------------------------------- r55832 | jonnybradley | 2015-07-06 13:05:42 +0200 (Mon, 06 Jul 2015) | 1 line [FIX] sefurl: Make wiki_url_scheme pref more findable and add to SEFURL panel ---------------------------------------------- r55831 | chibaguy | 2015-07-06 08:46:53 +0200 (Mon, 06 Jul 2015) | 1 line [FIX] Clearfix class needed on postfooter to contain floated elements. ---------------------------------------------- r55825 | lindonb | 2015-07-04 19:24:21 +0200 (Sat, 04 Jul 2015) | 1 line [FIX] plugin alias admin: hide certain icons better upon pageload; make sure simple plugin argument labels show even when no arguments ---------------------------------------------- r55824 | lindonb | 2015-07-04 19:21:57 +0200 (Sat, 04 Jul 2015) | 1 line [FIX] inconsets: filter params; let iconsets use styling too ---------------------------------------------- r55822 | lindonb | 2015-07-04 18:28:26 +0200 (Sat, 04 Jul 2015) | 1 line [FIX] bootstrapify; other minor cleanup ---------------------------------------------- r55820 | chibaguy | 2015-07-04 15:53:33 +0200 (Sat, 04 Jul 2015) | 1 line [FIX] Limit scope of previous icon size change (r55815) so admin anchors aren't affected. ---------------------------------------------- r55818 | chibaguy | 2015-07-04 14:45:34 +0200 (Sat, 04 Jul 2015) | 1 line [fp/r55817][FIX] Form group isn't actually horizontal type, so needs side margin adjustment (-15px -> 0). ---------------------------------------------- Version 14.0 <http://doc.tiki.org/Tiki14> ------------------ ---------------------------------------------- r55509 | chibaguy | 2015-05-23 15:25:20 +0200 (Sat, 23 May 2015) | 1 line [FIX] Fix/improve layout by bootstrapifying. ---------------------------------------------- r55505 | chibaguy | 2015-05-23 14:26:25 +0200 (Sat, 23 May 2015) | 1 line [FIX] Missed a couple of classes. ---------------------------------------------- r55500 | jonnybradley | 2015-05-22 16:22:57 +0200 (Fri, 22 May 2015) | 1 line [FIX] modals: When reloading the page after submitting a form in a modal dialog, remove the hash from the location.href before resetting it, otherwise the modal doesn't close. ---------------------------------------------- r55498 | jonnybradley | 2015-05-21 23:26:02 +0200 (Thu, 21 May 2015) | 3 lines [FIX] tabs: Restore the ability to set the active tab serverside with the $cookietab global (or request param). The cookie value has been changed to store the href of the tab, not it's position, during the bootstap changes. Also handle nested tab sets properly in javascript when no cookie is set. ---------------------------------------------- r55497 | jonnybradley | 2015-05-21 22:09:48 +0200 (Thu, 21 May 2015) | 1 line [FIX] sefurl: Fix userinfo "rewrite rule" ---------------------------------------------- r55496 | jonnybradley | 2015-05-21 15:41:21 +0200 (Thu, 21 May 2015) | 1 line [FIX] trackers: Webservice field (advanced) should be disabled by default ---------------------------------------------- r55494 | jonnybradley | 2015-05-20 19:58:49 +0200 (Wed, 20 May 2015) | 1 line [FIX] users: Fix logic for showing old password input, changed in r55463 (was asking for old password after user password reset request, thanks Oliver) ---------------------------------------------- r55492 | chibaguy | 2015-05-20 15:56:23 +0200 (Wed, 20 May 2015) | 1 line [FIX] Bad wikiplugin Signature (sign) background and link color contrast. ---------------------------------------------- r55491 | jonnybradley | 2015-05-20 13:49:54 +0200 (Wed, 20 May 2015) | 2 lines [FIX] profiles: Replacing underscores in user profilerequest input names means new input when a profile is reapplied is ignored, so revert that str_replace (was introduced by me 5 years ago in r26492 not sure how long that's been broken, sure it worked at the time - sorry about that) ---------------------------------------------- r55489 | jonnybradley | 2015-05-19 19:23:44 +0200 (Tue, 19 May 2015) | 1 line [FIX] profiles: Test object permissions for view_category and export_wiki, not just global, so category perms can be used for profiles properly (both are needed for anon for profiles to work) ---------------------------------------------- r55488 | jonnybradley | 2015-05-19 18:37:53 +0200 (Tue, 19 May 2015) | 1 line [FIX] tracker: Use bootstrap h1 class for tracker plugin when using showtitle ---------------------------------------------- r55486 | jonnybradley | 2015-05-19 18:18:51 +0200 (Tue, 19 May 2015) | 2 lines [FIX] trackers: Convert tracker heading fields to work in form-group divs instead of tables (as it was pre-bootstrap). Toggle only works when using tracker plugin so far. ---------------------------------------------- r55485 | jonnybradley | 2015-05-19 18:17:26 +0200 (Tue, 19 May 2015) | 1 line [FIX] trackers: Remove redundant css definitions for tracker headers (more fixes to come) ---------------------------------------------- r55484 | jonnybradley | 2015-05-19 17:33:03 +0200 (Tue, 19 May 2015) | 1 line [FIX] error_raw: < char on wrong line ---------------------------------------------- r55483 | jonnybradley | 2015-05-19 17:27:38 +0200 (Tue, 19 May 2015) | 1 line [FIX] tracker: No colspans on divs and only close two divs if the field is not "on same row" ---------------------------------------------- r55482 | jonnybradley | 2015-05-19 17:12:47 +0200 (Tue, 19 May 2015) | 1 line [FIX] search: Remove unused magnifier button id (invalid HTML if you have two search modules in use) ---------------------------------------------- r55481 | jonnybradley | 2015-05-19 16:56:15 +0200 (Tue, 19 May 2015) | 1 line [FIX] inline_edit: If you click on an item link (i.e. the title field), go to the item without editing that field. Click on the database_lightning icon in order to edit fields with links in. ---------------------------------------------- r55480 | chibaguy | 2015-05-19 16:48:54 +0200 (Tue, 19 May 2015) | 1 line [FIX] Third time's a charm (typo in image - icon set conversion). ---------------------------------------------- r55479 | chibaguy | 2015-05-19 16:47:28 +0200 (Tue, 19 May 2015) | 1 line [FIX] Fix bad image to icon set conversion. ---------------------------------------------- r55478 | chibaguy | 2015-05-19 16:40:18 +0200 (Tue, 19 May 2015) | 1 line [FIX] Rolled back the re-adding of the icon image file (image was pretty redundant, very similar to folder.png) and converted the instances in templates to use font sets. ---------------------------------------------- r55477 | chibaguy | 2015-05-19 16:14:17 +0200 (Tue, 19 May 2015) | 1 line [FIX] Image file folderin.gif was apparently removed earlier but is still being called from list tracker items (if tracker item attachments is activated). ---------------------------------------------- r55476 | cr0vax | 2015-05-19 15:48:43 +0200 (Tue, 19 May 2015) | 1 line added some translations to portuguese language.php ---------------------------------------------- r55474 | manivannans | 2015-05-19 15:21:35 +0200 (Tue, 19 May 2015) | 1 line [FIX]ImgPlugin does not respect alignment after mouseover / mousesticky ---------------------------------------------- r55473 | jonnybradley | 2015-05-19 13:26:01 +0200 (Tue, 19 May 2015) | 1 line [FIX] passwords: No such thing as lower case special characters ---------------------------------------------- r55472 | anbumania | 2015-05-19 12:53:21 +0200 (Tue, 19 May 2015) | 1 line [FIX] 5437 Horizontal scroll bar issue ---------------------------------------------- r55471 | jonnybradley | 2015-05-18 16:55:23 +0200 (Mon, 18 May 2015) | 1 line [FIX] trackers: Header fields had become hard-coded as <h3> tags, so this restores the level option function. Also make the new default level 3 as there should only be one <h1> per document, and remove a strange empty <h3> tag from tiki-view_tracker_item. ---------------------------------------------- r55470 | jonnybradley | 2015-05-18 14:44:18 +0200 (Mon, 18 May 2015) | 1 line [FIX] user_selector: Don't reset the users array (prevented the groupIds parameter from working) ---------------------------------------------- r55468 | chibaguy | 2015-05-18 13:51:22 +0200 (Mon, 18 May 2015) | 1 line [FIX] Too many {error_report} instances. Thanks to Jonny for spotting. ---------------------------------------------- r55467 | jonnybradley | 2015-05-18 13:36:48 +0200 (Mon, 18 May 2015) | 1 line [FIX] module: Stray < char ---------------------------------------------- r55464 | chibaguy | 2015-05-18 10:08:52 +0200 (Mon, 18 May 2015) | 1 line [FIX] Closing anchor tag broken on up arrows. ---------------------------------------------- r55463 | jonnybradley | 2015-05-17 19:08:53 +0200 (Sun, 17 May 2015) | 1 line [FIX] users: Show input for previous password if $oldpass is not supplied (which happens after admin uses "User must change password at next login") ---------------------------------------------- r55461 | chibaguy | 2015-05-17 18:57:28 +0200 (Sun, 17 May 2015) | 1 line [FIX] Correct capitalization of URL (also makes it consistent on admin options page where it was written two ways). ---------------------------------------------- r55460 | chibaguy | 2015-05-17 18:50:39 +0200 (Sun, 17 May 2015) | 1 line [FIX] Bootstrapify admin menu options page. ---------------------------------------------- r55459 | jonnybradley | 2015-05-17 18:39:50 +0200 (Sun, 17 May 2015) | 1 line [FIX] users: Show proper password help on admin form too ---------------------------------------------- r55458 | jonnybradley | 2015-05-17 18:23:19 +0200 (Sun, 17 May 2015) | 1 line [FIX] users: Show proper password help ---------------------------------------------- r55457 | jonnybradley | 2015-05-17 17:03:15 +0200 (Sun, 17 May 2015) | 1 line [FIX] useradmin: Show the edit form when a user is selected for editing ---------------------------------------------- r55456 | chibaguy | 2015-05-17 16:08:23 +0200 (Sun, 17 May 2015) | 1 line [FIX] Space needed between chosen-container and following alert box (for example, language selector on tiki-editpage). ---------------------------------------------- r55455 | jonnybradley | 2015-05-17 16:08:03 +0200 (Sun, 17 May 2015) | 1 line [FIX] admin: validateUsers pref does not depend on allowRegister ---------------------------------------------- r55454 | chibaguy | 2015-05-17 16:04:43 +0200 (Sun, 17 May 2015) | 1 line [FIX] Div closing tag missing. ---------------------------------------------- r55453 | chibaguy | 2015-05-17 14:56:58 +0200 (Sun, 17 May 2015) | 1 line [FIX] Div.clearfix added around grid divs (which have a float property) to prevent overlapping on tiki-editpage in no-tabs view. ---------------------------------------------- r55452 | chibaguy | 2015-05-17 13:38:13 +0200 (Sun, 17 May 2015) | 1 line [FIX] Useful to counteract the negative margins on form.form-horizontal (usually handled by the grid div) and so provide side whitespace . The only instance so far is on tiki-editpage.tpl. Changed from a class on the form itself to a div containing the form, and specifying a padding value rather than leaving it to each theme to specify (unnecessary bother for theme stylesheets). ---------------------------------------------- r55447 | jonnybradley | 2015-05-16 20:25:16 +0200 (Sat, 16 May 2015) | 1 line [FIX] banning: Prevent bad rules being saved, add a default title if not supplied and set mode by input focus ---------------------------------------------- r55443 | jonnybradley | 2015-05-16 20:02:24 +0200 (Sat, 16 May 2015) | 1 line [FIX] Add ticket to missing prefs form ---------------------------------------------- r55442 | jonnybradley | 2015-05-16 19:58:13 +0200 (Sat, 16 May 2015) | 1 line [FIX] prefs: Missing extension on view poll (which is in fact admin anyway) - removed other random words ---------------------------------------------- r55441 | jonnybradley | 2015-05-16 15:37:08 +0200 (Sat, 16 May 2015) | 1 line [FIX] search: Some cosmetic fixes for search module (mainly make the text input the full width of the container when not in compact mode) ---------------------------------------------- r55440 | jonnybradley | 2015-05-16 15:26:16 +0200 (Sat, 16 May 2015) | 1 line [FIX] tooltips: Restore the ability to set the placement of elements' tooltips (lost in r53528). Required for search buttons in compact mode, for instance. ---------------------------------------------- r55439 | jonnybradley | 2015-05-16 13:29:16 +0200 (Sat, 16 May 2015) | 1 line [FIX] search: Catch and handle other Elastic Search Exceptions ---------------------------------------------- r55438 | chibaguy | 2015-05-15 17:22:28 +0200 (Fri, 15 May 2015) | 1 line [FIX] Simplification of page header div arrangement broke FiveAlive header background graphics, so classic layout gets a div back, and stylesheets adjusted. Note: the FiveAlive theme looks completely correct only in the classic layout. ---------------------------------------------- r55437 | chibaguy | 2015-05-15 14:41:25 +0200 (Fri, 15 May 2015) | 1 line [FIX] Make links more apparent (Snow theme). ---------------------------------------------- r55436 | jonnybradley | 2015-05-15 11:56:33 +0200 (Fri, 15 May 2015) | 1 line [FIX] backlinks: Notices ---------------------------------------------- r55435 | chibaguy | 2015-05-14 18:01:37 +0200 (Thu, 14 May 2015) | 1 line [FIX] Update Shadows theme option for Tikinewt theme. ---------------------------------------------- r55434 | chibaguy | 2015-05-14 15:07:36 +0200 (Thu, 14 May 2015) | 1 line [FIX] Reinstate margin below topbar in some themes. ---------------------------------------------- r55433 | chibaguy | 2015-05-14 14:15:34 +0200 (Thu, 14 May 2015) | 1 line [FIX] More Trontastic details. ---------------------------------------------- r55432 | chibaguy | 2015-05-14 12:19:49 +0200 (Thu, 14 May 2015) | 1 line [FIX] [NEW] Trontastic theme option for jQui theme updated, using Less files now. Missing theme thumbnail re-added. ---------------------------------------------- r55431 | chibaguy | 2015-05-14 11:23:07 +0200 (Thu, 14 May 2015) | 1 line [FIX] Without clearfix, submit button was overlapping down into tab div. Also replaced classes for layout with more appropriate one. ---------------------------------------------- r55429 | jonnybradley | 2015-05-13 20:54:37 +0200 (Wed, 13 May 2015) | 1 line [FIX] perms: Make quick perms work with groups with interesting names (i.e. ones with spaces in them) ---------------------------------------------- r55428 | jonnybradley | 2015-05-13 20:28:46 +0200 (Wed, 13 May 2015) | 1 line [FIX] perms: Re-add tiki_p_admin for Admins when using quick perms otherwise it shows as being removed. Also reorgnise the quick perm code into on block and remove duplicated function calls. ---------------------------------------------- r55427 | jonnybradley | 2015-05-13 19:14:52 +0200 (Wed, 13 May 2015) | 1 line [FIX] perms: Don't allow quick perms to change the Admins group (can only be bad) ---------------------------------------------- r55426 | jonnybradley | 2015-05-13 18:43:55 +0200 (Wed, 13 May 2015) | 1 line [FIX] perms: Level should be editors not editor (for quick perms) ---------------------------------------------- r55425 | jonnybradley | 2015-05-13 17:03:15 +0200 (Wed, 13 May 2015) | 1 line [FIX] cookie consent: Make consent box appear in front of navbars etc, and make the text not be "help-block" which makes the text dark grey (and illegible in many themes) ---------------------------------------------- r55422 | luciash | 2015-05-12 23:28:18 +0200 (Tue, 12 May 2015) | 1 line [FIX] some Czech language fixes ---------------------------------------------- r55408 | chibaguy | 2015-05-12 16:01:18 +0200 (Tue, 12 May 2015) | 1 line [FIX] Better spacing for article "Read More" and "Add Comment" links. ---------------------------------------------- r55407 | jonnybradley | 2015-05-12 15:57:35 +0200 (Tue, 12 May 2015) | 1 line [FIX] search: Don't highlight "y" in the results by ignoring the searchable field (in mysql engine only, seems ok in Elastic and Lucene seems too not have result snippets any more, sadly) ---------------------------------------------- r55404 | eromneg | 2015-05-12 14:50:33 +0200 (Tue, 12 May 2015) | 1 line [FIX] undo part of 55392 as 55400 does a more detailed fix and now getMaxQuotaDescendants returns a value in MB ---------------------------------------------- r55401 | jonnybradley | 2015-05-12 13:56:32 +0200 (Tue, 12 May 2015) | 1 line [FIX] maps: Trigger add event after the features are added to the layer so the feeature knows where it is ---------------------------------------------- r55400 | jonnybradley | 2015-05-12 12:12:25 +0200 (Tue, 12 May 2015) | 1 line [FIX] filegals: Fix logic for getMaxQuotaDescendants function to collect the quota or contents size of child galleries, not the largest file size (thanks Geoff) ---------------------------------------------- r55399 | jonnybradley | 2015-05-11 19:25:06 +0200 (Mon, 11 May 2015) | 1 line [FIX] tracker: Notices when $filtervalue not an array ---------------------------------------------- r55398 | chibaguy | 2015-05-11 17:27:00 +0200 (Mon, 11 May 2015) | 1 line [SVN]Roll back r55397. Popover fix wasn't a good solution, and files were committed that weren't ready yet. ---------------------------------------------- r55397 | chibaguy | 2015-05-11 15:24:59 +0200 (Mon, 11 May 2015) | 1 line [FIX] WikipluginImg popup images (like when the mouseover parameter is used) overflowed their container due to the 9px/14px padding on all .popover instances. (The image, which is actually displayed as .popover .div background, and .popover have the same px dimensions.) Hopefully this won't affect other uses of popover. ---------------------------------------------- r55395 | jonnybradley | 2015-05-11 13:11:45 +0200 (Mon, 11 May 2015) | 4 lines [FIX] Revert r54016: This broke several of the fields on tracker5 on dev.tiki.org (testing is good, see nextdev.tiki.org next time? ;) Removing the [] in the field name prevents an array being sent, therefore losing data. Well spotted Xavi, hopefully this solves item5664. [previous commit message: "Trackerfield type category did not fire the JS Change event (and therefore not the XHR call) when be used with the tracker field type item-dynamic-list, thus not updating the item-dynamic-list field." will need a different fix, sorry] ---------------------------------------------- r55392 | eromneg | 2015-05-10 19:42:44 +0200 (Sun, 10 May 2015) | 1 line [FIX] quick and dirty fix for quota setting for File Galleries with sub-galleries to fix Mb - byte mismatch ---------------------------------------------- r55390 | chibaguy | 2015-05-10 16:46:16 +0200 (Sun, 10 May 2015) | 1 line [FIX] Correction in the CSS file comment. ---------------------------------------------- r55389 | chibaguy | 2015-05-10 16:15:03 +0200 (Sun, 10 May 2015) | 1 line [FIX] [NEW] Use Less files for Excitebike option for jQui and update CSS. To do: topbar superfish menu arrows and child link color. ---------------------------------------------- r55388 | arildb | 2015-05-10 12:51:32 +0200 (Sun, 10 May 2015) | 1 line [FIX] PHP errors. Limit is assumed to be an array ---------------------------------------------- r55387 | arildb | 2015-05-10 12:05:39 +0200 (Sun, 10 May 2015) | 1 line [FIX] 404 error for .woff files on IIS ---------------------------------------------- r55386 | chibaguy | 2015-05-10 10:53:02 +0200 (Sun, 10 May 2015) | 1 line [FIX] Paper theme's transparent background on selector dropdown caused underlying content to be visible. ---------------------------------------------- r55385 | chibaguy | 2015-05-10 10:37:42 +0200 (Sun, 10 May 2015) | 1 line [FIX][NEW] Missing thumbnails for Paper and Sandstone themes. ---------------------------------------------- r55384 | chibaguy | 2015-05-10 09:48:07 +0200 (Sun, 10 May 2015) | 1 line [FIX] Remove obsolete id="tiki-top" and change the few remaining CSS usages from #tiki-top to .topbar. ---------------------------------------------- r55383 | chibaguy | 2015-05-09 18:54:24 +0200 (Sat, 09 May 2015) | 1 line [FIX] Add some white space below button with appropriate class. ---------------------------------------------- r55382 | chibaguy | 2015-05-09 18:51:32 +0200 (Sat, 09 May 2015) | 1 line [FIX] Add some white space between button and table. ---------------------------------------------- r55381 | chibaguy | 2015-05-09 18:49:11 +0200 (Sat, 09 May 2015) | 1 line [FIX] Add some white space between button and tabs. ---------------------------------------------- r55380 | chibaguy | 2015-05-09 18:46:53 +0200 (Sat, 09 May 2015) | 1 line [FIX] Add some white space between buttons and tabs. ---------------------------------------------- r55379 | chibaguy | 2015-05-09 18:41:29 +0200 (Sat, 09 May 2015) | 1 line [FIX] Add some white space between buttons and tabs (using appropriate class). ---------------------------------------------- r55377 | chibaguy | 2015-05-09 18:36:14 +0200 (Sat, 09 May 2015) | 1 line [FIX] Add some white space between rows of buttons and tabs. ---------------------------------------------- r55376 | jonnybradley | 2015-05-09 18:14:47 +0200 (Sat, 09 May 2015) | 1 line [FIX] modules: Use nobox=y when dropping in the page top and page bottom zones, as well as just top and bottom as before ---------------------------------------------- r55375 | jonnybradley | 2015-05-09 18:13:37 +0200 (Sat, 09 May 2015) | 1 line [FIX] modules: Seems module admin doesn't work if a custom id is used for the modulelist, so moving the tiki-top id to the container (looks ok to me) ---------------------------------------------- r55374 | chibaguy | 2015-05-09 17:39:37 +0200 (Sat, 09 May 2015) | 1 line [FIX] Right-align heading of columns of integer-class cells for better readability. Replace inline style with a class. (Todo: more cases remain.) ---------------------------------------------- r55373 | chibaguy | 2015-05-09 17:04:09 +0200 (Sat, 09 May 2015) | 1 line [FIX] No need for badge style on numbers (numerical data) in tables. Also fixes inconsistency with number styling in other tables. ---------------------------------------------- r55371 | jonnybradley | 2015-05-08 18:50:45 +0200 (Fri, 08 May 2015) | 1 line [FIX] ldap: Missing global replaced by lib call ---------------------------------------------- r55370 | jonnybradley | 2015-05-08 18:48:52 +0200 (Fri, 08 May 2015) | 1 line [FIX] intertiki: Another fix for missing avatars issue on *.tiki.org to sync avatar from master to slaves (when you log in to a slave) ---------------------------------------------- r55369 | jonnybradley | 2015-05-08 18:31:07 +0200 (Fri, 08 May 2015) | 1 line [FIX] intertiki: Hopefully a fix for the ongoing missing avatars issue on tiki.org. Ignore empty images, and add missing required params for $userprefslib->set_user_avatar (still to do: fix sync avatar from master to slave) ---------------------------------------------- r55368 | jonnybradley | 2015-05-08 18:02:40 +0200 (Fri, 08 May 2015) | 1 line [FIX] intertiki: Remove redundant includes for XML/ pear files as this is now done in the composer autoload classmap (also add the main pref to the intertiki admin panel) ---------------------------------------------- r55367 | jonnybradley | 2015-05-08 15:45:18 +0200 (Fri, 08 May 2015) | 1 line [FIX] css: Remove extra margin & padding from tiki-top in jqui/haus option ---------------------------------------------- r55365 | jonnybradley | 2015-05-08 15:12:47 +0200 (Fri, 08 May 2015) | 1 line [FIX] themes: Update perspective style prefs to themes ---------------------------------------------- r55363 | jonnybradley | 2015-05-07 20:14:23 +0200 (Thu, 07 May 2015) | 1 line [FIX] trackers: Missing filter inputs for mulitselect field ---------------------------------------------- r55362 | jonnybradley | 2015-05-07 20:09:14 +0200 (Thu, 07 May 2015) | 1 line [FIX] trackers: Opening div.input-group tag in wrong place for checkboxes in mulitselect field ---------------------------------------------- r55361 | jonnybradley | 2015-05-07 18:59:01 +0200 (Thu, 07 May 2015) | 1 line [FIX] login: Respect the login_multiple_forbidden pref when logging in via the rememberme cookie ---------------------------------------------- r55360 | jonnybradley | 2015-05-07 18:44:02 +0200 (Thu, 07 May 2015) | 1 line [DOC] prefs: Add some descriptions and info about cookie prefs ---------------------------------------------- r55357 | chibaguy | 2015-05-07 17:23:44 +0200 (Thu, 07 May 2015) | 1 line [FIX] Have consistent CSS classes in and around topbar module zone. ---------------------------------------------- r55355 | chibaguy | 2015-05-07 16:36:18 +0200 (Thu, 07 May 2015) | 1 line [FIX] One "row" class at most needed for module zone div. ---------------------------------------------- r55353 | anbumania | 2015-05-07 15:25:48 +0200 (Thu, 07 May 2015) | 1 line [FIX] 'Buttons' in 'dropup' should be btn-link only, not btn-default ---------------------------------------------- r55352 | nkoth | 2015-05-06 22:39:40 +0200 (Wed, 06 May 2015) | 2 lines [bp/r55351][FIX] Fixed issue with sort error in ElasticSearch when sort field not found ---------------------------------------------- r55349 | jonnybradley | 2015-05-06 20:41:34 +0200 (Wed, 06 May 2015) | 1 line [FIX] admin: Group namespace prefs into a single fieldset ---------------------------------------------- r55348 | jonnybradley | 2015-05-06 20:31:11 +0200 (Wed, 06 May 2015) | 1 line [FIX] admin: Prefs should only appear once per page - namespace_indicator_in_structure was in both structure and namespace sections, so removed from structure (thanks Wolfgang) ---------------------------------------------- r55347 | jonnybradley | 2015-05-06 20:21:32 +0200 (Wed, 06 May 2015) | 1 line [FIX] admin: Fix testMail label and input so it looks like a pref ---------------------------------------------- r55346 | jonnybradley | 2015-05-06 20:15:36 +0200 (Wed, 06 May 2015) | 1 line [FIX] css: Remove borders around btn-links (for icons) and reset default link colours on some elements. ---------------------------------------------- r55345 | jonnybradley | 2015-05-06 19:45:59 +0200 (Wed, 06 May 2015) | 1 line [FIX] trackers: Add some missing form-control classes to text inputs ---------------------------------------------- r55344 | chibaguy | 2015-05-06 16:53:35 +0200 (Wed, 06 May 2015) | 1 line [FIX][NEW] Less files for jQui theme options. ---------------------------------------------- r55343 | chibaguy | 2015-05-06 16:40:43 +0200 (Wed, 06 May 2015) | 1 line [FIX] Implement some missing jQui style rules (from pre-Bootstrap versions). ---------------------------------------------- r55342 | jonnybradley | 2015-05-06 14:57:37 +0200 (Wed, 06 May 2015) | 1 line [FIX] themegen: Fix quick admin menu item and patch up js so at least the dialog loads. Much more fixing required (bootstrap tabs etc) ---------------------------------------------- r55341 | jonnybradley | 2015-05-06 13:55:00 +0200 (Wed, 06 May 2015) | 1 line [FIX] tabs: Check for bootstrap tab function before using it (not present in the intaller) ---------------------------------------------- r55340 | jonnybradley | 2015-05-06 13:54:19 +0200 (Wed, 06 May 2015) | 2 lines [FIX] javascript_enabled: Another tweak to the js detect code, exclude the installer from the count as the cookie doesn't get set in that page. Also have one more test just in case - thanks Torsten. ---------------------------------------------- r55339 | jonnybradley | 2015-05-06 12:58:47 +0200 (Wed, 06 May 2015) | 1 line [FIX] upgrades: Update scripts need to end in _tiki.sql ---------------------------------------------- r55338 | chibaguy | 2015-05-06 09:48:46 +0200 (Wed, 06 May 2015) | 1 line [FIX] Make Less file organization for jQui options same as FiveAlive and FiveAlive-lite options. ---------------------------------------------- r55336 | lindonb | 2015-05-06 04:17:11 +0200 (Wed, 06 May 2015) | 1 line [FIX] admin: missed a use case in r55319 for applying tickets for pref changes (thanks for testing Torsten and Jean-Marc). ---------------------------------------------- r55332 | jonnybradley | 2015-05-05 18:52:46 +0200 (Tue, 05 May 2015) | 1 line [FIX] maps: Use $.extend to make a deep (complete) copy of the feature in finalMapRefresh (used in custom map systems such as the cartograf print map function) ---------------------------------------------- r55331 | jonnybradley | 2015-05-05 12:22:30 +0200 (Tue, 05 May 2015) | 1 line [FIX] css: Primary button colours (were dark grey on dark blue) - no LESS yet ---------------------------------------------- r55330 | luciash | 2015-05-05 11:50:47 +0200 (Tue, 05 May 2015) | 1 line [FIX] comment mail notification: better readability and consistency (the string is already there in the subject) ---------------------------------------------- r55329 | anbumania | 2015-05-05 09:13:54 +0200 (Tue, 05 May 2015) | 1 line [FIX] 5625 Wrong comments count display NAN issue ---------------------------------------------- r55326 | anbumania | 2015-05-04 17:14:14 +0200 (Mon, 04 May 2015) | 1 line [FIX] 5658 Shoutbox posts can't be deleted using x in module ---------------------------------------------- r55324 | chibaguy | 2015-05-04 15:11:55 +0200 (Mon, 04 May 2015) | 1 line [FIX] Correct superfish menu background and arrow colors for FiveAlive options. ---------------------------------------------- r55323 | chibaguy | 2015-05-04 13:48:12 +0200 (Mon, 04 May 2015) | 1 line [FIX] Correct superfish menu arrow colors for FiveAlive-lite options. ---------------------------------------------- r55322 | chibaguy | 2015-05-04 13:37:19 +0200 (Mon, 04 May 2015) | 1 line [FIX] Improve superfish menu vertical spacing and background colors. ---------------------------------------------- r55319 | lindonb | 2015-05-04 03:15:36 +0200 (Mon, 04 May 2015) | 1 line [FIX] admin: use tickets for pref changes. ---------------------------------------------- r55318 | eromneg | 2015-05-03 14:44:14 +0200 (Sun, 03 May 2015) | 1 line [FIX] give template drop down list more width or admin button underlaps it ---------------------------------------------- r55316 | walper | 2015-05-03 14:18:12 +0200 (Sun, 03 May 2015) | 1 line [FIX] Somehow a revert of r55303 "Fix Trackerlist so pagination work correctly" in functionally. Restores original behavior. It turns out that the exact pagination causes huge performance issues on trackers with 3k+ items. Made the inner working optional based on $exactPaging in list_items(), so the handling could be set by a new trackerparam or global pref in a further commit. (thx jonnyb) ---------------------------------------------- r55314 | walper | 2015-05-02 23:35:06 +0200 (Sat, 02 May 2015) | 1 line [FIX] Fix to r55303 (Trackerlist so pagination). Offset calculation failed. Still a big performance issue when using 10k+ trackeritems. Maybe need to revert entire fix - still investigating. (thx jonnyb) ---------------------------------------------- r55310 | jonnybradley | 2015-05-02 16:04:47 +0200 (Sat, 02 May 2015) | 2 lines [FIX] menus: Don't delete similar looking menu options in upgrade script. The uniq_menu index on the table prevents duplicates being created in the first place (thanks Geoff) ---------------------------------------------- r55309 | chibaguy | 2015-05-02 13:37:18 +0200 (Sat, 02 May 2015) | 1 line [FIX] Misc. improves/fixes for Tikinewt. ---------------------------------------------- r55308 | chibaguy | 2015-05-02 12:19:19 +0200 (Sat, 02 May 2015) | 1 line [FIX] Forgot to remove pipe character (visual separator). ---------------------------------------------- r55307 | chibaguy | 2015-05-02 11:50:31 +0200 (Sat, 02 May 2015) | 1 line [FIX] Set minimum width on colorbox image container to prevent it from collapsing and not displaying control icons when viewing small images such as icons. ---------------------------------------------- r55306 | chibaguy | 2015-05-02 11:19:09 +0200 (Sat, 02 May 2015) | 1 line [FIX] The widths of jQuery Chosen's chosen-container divs are calculated and specified inline in pixels, but they're too narrow; this commit (5em min-width) is a crude coping mechanism. ---------------------------------------------- r55305 | chibaguy | 2015-05-02 10:51:05 +0200 (Sat, 02 May 2015) | 1 line [FIX] Replace "Permalink" text link in blog post interface with visible-on-hover link icon and "permanent link" tooltip. Thanks to everyone for the feedback/advice. ---------------------------------------------- r55303 | walper | 2015-05-01 19:41:30 +0200 (Fri, 01 May 2015) | 1 line [FIX] Adress 5649: Fix Trackerlist so pagination work correctly with items that have special permissions or filter settings. Works also with tablesorter. ---------------------------------------------- r55299 | jonnybradley | 2015-05-01 18:31:00 +0200 (Fri, 01 May 2015) | 2 lines Sorry, wrong branch - intended to save a patch ;) Revert: 150501 ENH trackercalendar Expose weekends param to the plugin ---------------------------------------------- r55297 | jonnybradley | 2015-05-01 18:19:45 +0200 (Fri, 01 May 2015) | 1 line 150501 ENH trackercalendar Expose weekends param to the plugin ---------------------------------------------- r55296 | jonnybradley | 2015-05-01 16:37:13 +0200 (Fri, 01 May 2015) | 1 line [FIX] trackers: Catch and display exceptions when rendering a tracker item (most likely caused by a pretty tracker template issue) ---------------------------------------------- r55295 | chibaguy | 2015-05-01 15:25:52 +0200 (Fri, 01 May 2015) | 1 line [FIX] Apply theme option colors to btn-link class links (text and icon). Thanks, Marc. ---------------------------------------------- r55292 | jonnybradley | 2015-04-30 18:37:12 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] trackercalendar: Resource ids were forced to be lower case for some reason (r53811 again) so use lowercase in the search results for resources (thanks marclaporte) Probably fixes wish5177 Xavi? ---------------------------------------------- r55288 | jonnybradley | 2015-04-30 17:41:58 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] trackercalendar: Remove trailing commas on last object items (not valid in JavaScript) ---------------------------------------------- r55286 | luciash | 2015-04-30 17:23:00 +0200 (Thu, 30 Apr 2015) | 1 line updated French translation for trackercalendar plugin ---------------------------------------------- r55285 | chibaguy | 2015-04-30 17:19:08 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Fix uneven appearance by using form-horizontal for post body also. ---------------------------------------------- r55284 | luciash | 2015-04-30 17:08:50 +0200 (Thu, 30 Apr 2015) | 1 line Updated all translation strings in language.php files using php get_strings.php ---------------------------------------------- r55283 | chibaguy | 2015-04-30 17:04:39 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] 10em minimum module height prevented collapsing module. ---------------------------------------------- r55280 | jonnybradley | 2015-04-30 16:35:58 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] trackercalendar: Make it possible to use external links in a more simple way, by only appending the event itemId on to the URL for use with standard Pretty Tracker pages. Previous behaviour should be preserved by default, which appends all the fields to the url and saved the values in js window.sessionStorage (thanks marclaporte and skinut for the feedback) ---------------------------------------------- r55279 | luciash | 2015-04-30 16:00:58 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] trackercalendar plugin: add support for translation on resource day, month and week buttons (thanks marclaporte) ---------------------------------------------- r55276 | chibaguy | 2015-04-30 14:02:42 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Changed panel to remarksbox (more appropriate for the information). ---------------------------------------------- r55275 | chibaguy | 2015-04-30 13:16:41 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Add a panel-file_metadata class for specific styling. ---------------------------------------------- r55274 | chibaguy | 2015-04-30 12:52:51 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Organize appearance by applying Bootstrap classes, etc. ---------------------------------------------- r55273 | chibaguy | 2015-04-30 12:35:13 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Corrected misspelling of inheritance (thanks to Bernard). ---------------------------------------------- r55272 | chibaguy | 2015-04-30 12:12:01 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Change "max width" to "maximum width" (less techie). ---------------------------------------------- r55271 | chibaguy | 2015-04-30 12:06:08 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] No need to abbreviate "maximum"; change button text from "go" to more-standard "submit". ---------------------------------------------- r55270 | chibaguy | 2015-04-30 12:03:11 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Apply Bootstrap classes. ---------------------------------------------- r55269 | chibaguy | 2015-04-30 09:02:40 +0200 (Thu, 30 Apr 2015) | 1 line [FIX] Remove overlap between thumbnail div and its container and clean up appearance in browse-images view. ---------------------------------------------- r55268 | gezzzan | 2015-04-29 19:40:14 +0200 (Wed, 29 Apr 2015) | 1 line [FIX] theme generator option was missing <li> ---------------------------------------------- r55266 | jonnybradley | 2015-04-29 19:10:30 +0200 (Wed, 29 Apr 2015) | 1 line [FIX] trackercalendar: Obey the external param ---------------------------------------------- r55265 | jonnybradley | 2015-04-29 18:52:58 +0200 (Wed, 29 Apr 2015) | 1 line [FIX] trackercalendar: Prevent js error if event.description was not set, and use ? or & properly depending on the url entered in the data.url ---------------------------------------------- r55264 | jonnybradley | 2015-04-29 18:08:27 +0200 (Wed, 29 Apr 2015) | 1 line [FIX] modals: All our modals use a remote href to load the contents via AJAX so the open event passed to openModal needs to run on the loaded event, not shown (this lead to new tracker fields often ending up with an ugly permNames such as f_42) ---------------------------------------------- r55261 | jonnybradley | 2015-04-29 17:21:24 +0200 (Wed, 29 Apr 2015) | 2 lines [FIX] trackers: Always add a "None" option to the user selector even if it is mandatory to be more consistent with other dropdown fields. Manadory is enforced client-side by jquery.validation if enabled and server-side on submit if not (thanks marclaporte) ---------------------------------------------- r55260 | jonnybradley | 2015-04-29 13:53:26 +0200 (Wed, 29 Apr 2015) | 1 line [FIX] trackercalendar: Repair intentation prior to backporting ---------------------------------------------- r55258 | nkoth | 2015-04-29 04:47:38 +0200 (Wed, 29 Apr 2015) | 2 lines [FIX] Elasticsearch not creating alias if for some reason an index from previous (old versions perhaps) with the same name as alias exists. Also refix r54920 Index name already exist as alias in elasticsearch error which was rolled back earlier due to error ---------------------------------------------- r55257 | gezzzan | 2015-04-28 19:01:13 +0200 (Tue, 28 Apr 2015) | 1 line [FIX] view articles icon use newspaper-o, also changed admin icon for articles ---------------------------------------------- r55256 | chibaguy | 2015-04-28 17:08:34 +0200 (Tue, 28 Apr 2015) | 1 line [FIX] Too wide is better than too narrow, for Chosen containers (using width: auto caused option text to be cut off). ---------------------------------------------- r55255 | chibaguy | 2015-04-28 15:37:22 +0200 (Tue, 28 Apr 2015) | 1 line [FIX] Seems better to present a list as a list (list-inline in this case, for checkbox items); also conserves space and avoids table for layout. ---------------------------------------------- r55254 | chibaguy | 2015-04-28 13:47:15 +0200 (Tue, 28 Apr 2015) | 1 line [FIX] Replace table-for-layout in tracker_filter.tpl with divs to avoid Chosen dropdown vs. responsive table problem. (tiki-selectors.less is only indentation change.) ---------------------------------------------- r55253 | chibaguy | 2015-04-28 09:49:51 +0200 (Tue, 28 Apr 2015) | 1 line [FIX] Overflow: visible on search filter above table.responsive when Chosen is active was breaking table container's width limit and scrollbar, so trying with overflow-y: visible. ---------------------------------------------- r55252 | nkoth | 2015-04-28 07:28:36 +0200 (Tue, 28 Apr 2015) | 2 lines [FIX] Repeated calls to search index when syncing intertiki groups (or otherwise performing bulk group joining) causing timeout (seen on dev on login) ---------------------------------------------- r55250 | jonnybradley | 2015-04-27 20:18:50 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] search: Filter out mangled tracker items from indexing instead of crashing with a fatal error (as seen on dev.t.o - thanks amette) ---------------------------------------------- r55249 | jonnybradley | 2015-04-27 19:34:04 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] prefs: Multiselector values appear to be arrays already now, so no need to explode them (fixes setting category jail on prespectives for instance) ---------------------------------------------- r55246 | manivannans | 2015-04-27 18:28:38 +0200 (Mon, 27 Apr 2015) | 1 line [FIX]-Error in displaying answer in Miniquiz and also matching as per document in doc.tiki.org ---------------------------------------------- r55245 | jonnybradley | 2015-04-27 17:34:31 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] admin: Make highlighter theme pref visibility dependant on feature_syntax_highlighter ---------------------------------------------- r55244 | jonnybradley | 2015-04-27 17:07:46 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] trackers: Make tracker user selector fields use real names when they're supposed to, i.e. when the field option is set and the (rather odd) user_selector_realnames_tracker pref is enabled, in both dropdown and autocomplete modes. ---------------------------------------------- r55243 | chibaguy | 2015-04-27 16:51:05 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] Div.blogactions (with float: right) put in a clearfix div to prevent unintended overlapping. ---------------------------------------------- r55242 | jonnybradley | 2015-04-27 15:00:32 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] trackers: Some trackers still seem to get sectionFormat == n, possibly from old profiles, so add a check here to return the default flat layout instead of an exception. ---------------------------------------------- r55241 | jonnybradley | 2015-04-27 14:42:40 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] prefs: Duplicated pref definition ---------------------------------------------- r55239 | chibaguy | 2015-04-27 06:56:57 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] Input type=hidden midway down selector options caused the options after it to be displayed outside the selector. ---------------------------------------------- r55238 | lindonb | 2015-04-27 06:55:58 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] Look for check ticket variable in $jitRequest too, not just $_REQUEST. Avoids false negatives when checking tickets while using ajax services. Companion to r55236. ---------------------------------------------- r55237 | chibaguy | 2015-04-27 06:53:18 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] Selector was missing form-control class (tiki-upload_file.tpl), causing inconsistent appearance. ---------------------------------------------- r55236 | lindonb | 2015-04-27 06:45:58 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] Look for confirm request variable in $jitRequest too, not just $_REQUEST. Avoids false negatives when checking tickets while using ajax services. ---------------------------------------------- r55234 | lindonb | 2015-04-27 06:26:55 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] Correct javascript check for tablesorter. ---------------------------------------------- r55233 | lindonb | 2015-04-27 06:19:50 +0200 (Mon, 27 Apr 2015) | 1 line [FIX] Look for cookies in $jitCookie too. Fixes false indication that javascript is enabled in certain cases when using ajax services. ---------------------------------------------- r55230 | xavidp | 2015-04-26 20:02:54 +0200 (Sun, 26 Apr 2015) | 1 line [FIX]Fix svn property, just in case ---------------------------------------------- r55229 | xavidp | 2015-04-26 19:59:28 +0200 (Sun, 26 Apr 2015) | 1 line [FIX]Restore the missing menu entry for External Wikis that was lost for some unknown reason ---------------------------------------------- r55227 | jonnybradley | 2015-04-26 17:59:18 +0200 (Sun, 26 Apr 2015) | 1 line Revert: [FIX] admin: Use ticket for lm search results pref changes (prevented other legitimate preference changes) ---------------------------------------------- r55223 | jonnybradley | 2015-04-26 17:27:42 +0200 (Sun, 26 Apr 2015) | 1 line [FIX] admin: Use ticket for lm search results pref changes ---------------------------------------------- r55222 | jonnybradley | 2015-04-26 16:57:42 +0200 (Sun, 26 Apr 2015) | 1 line [FIX] invite: Missing pref check and correct tracker item function call (getItemGroupOwner is private) ---------------------------------------------- r55221 | jonnybradley | 2015-04-26 16:14:29 +0200 (Sun, 26 Apr 2015) | 1 line [FIX] notifications: Missing command in sample command ---------------------------------------------- r55218 | walper | 2015-04-25 15:37:33 +0200 (Sat, 25 Apr 2015) | 1 line [FIX] NOT COMPATIBLE WITH TRUNK. Bug 5634. Fixed CDN (both jquery and Google) when using javascript minification. Fixed CDN issue when using css minification. ---------------------------------------------- r55216 | chibaguy | 2015-04-25 14:23:34 +0200 (Sat, 25 Apr 2015) | 1 line [FIX] Dropdowns - improve vertical spacing. ---------------------------------------------- r55215 | chibaguy | 2015-04-25 14:16:55 +0200 (Sat, 25 Apr 2015) | 1 line [FIX] Superfish menus - improve vertical spacing. ---------------------------------------------- r55212 | walper | 2015-04-25 12:58:58 +0200 (Sat, 25 Apr 2015) | 1 line [FIX] Fixed Codemirror to not show empty lines at the bottom and a scrollbar when using pluginCode. ---------------------------------------------- r55211 | chibaguy | 2015-04-25 12:39:59 +0200 (Sat, 25 Apr 2015) | 1 line [FIX] Superfish menus - remove down arrow artifact on right-arrow hover; correct (theme-specified) arrow colors. ---------------------------------------------- r55204 | jonnybradley | 2015-04-24 19:02:32 +0200 (Fri, 24 Apr 2015) | 1 line [FIX] trackers: Change UserSubscription field so it works with the trackerlist plugin ($requestData is set not for that so use $jitPost which contains $_POST in a filtered object) ---------------------------------------------- r55203 | eromneg | 2015-04-24 18:33:00 +0200 (Fri, 24 Apr 2015) | 1 line [FIX] [bp55201] allow for the case where the sending email address is not set in the account settings and make the template description text more clear ---------------------------------------------- r55200 | eromneg | 2015-04-24 12:37:33 +0200 (Fri, 24 Apr 2015) | 1 line [FIX] missed updates in 55198 that was the backport of 55137,55139,55148,55182,55184 for various fixes and enhancements to webmail and associated .tpl ---------------------------------------------- r55198 | eromneg | 2015-04-23 21:44:52 +0200 (Thu, 23 Apr 2015) | 1 line [FIX] & [ENH] [bp 55137,55139,55148,55182,55184] various fixes and enhancements to webmail and associated .tpl ---------------------------------------------- r55196 | eromneg | 2015-04-23 19:57:51 +0200 (Thu, 23 Apr 2015) | 1 line [FIX] [bp 55068, 55152, 55182] restore Webmail handler which was 'lost' when the profile handler code was restructured and additional facilities added ---------------------------------------------- r55194 | eromneg | 2015-04-23 19:30:14 +0200 (Thu, 23 Apr 2015) | 1 line [ENH] [bp 55122] add defaultgroup option to User profile handler ---------------------------------------------- r55192 | eromneg | 2015-04-23 19:21:05 +0200 (Thu, 23 Apr 2015) | 1 line [ENH] [bp 55105] extend the existing 'external' body input option so that text on the page can be 'captured' using a html id tag as an identifier instead of just being limited to items that are in other input forms ---------------------------------------------- r55190 | eromneg | 2015-04-23 18:54:51 +0200 (Thu, 23 Apr 2015) | 1 line [ENH] [bp 54960, 54961, 54962 & 54994] extend and tidy up CATORPHANS plugin and associated .tpl to extend the object types it will handle with an associated update to categlib.php ---------------------------------------------- r55187 | chibaguy | 2015-04-23 16:25:34 +0200 (Thu, 23 Apr 2015) | 1 line [FIX] Snow needed a default button background color for cases where its background image isn't used. ---------------------------------------------- r55186 | chibaguy | 2015-04-23 16:18:22 +0200 (Thu, 23 Apr 2015) | 1 line [FIX] Ohia theme needed modal colors. ---------------------------------------------- r55185 | chibaguy | 2015-04-23 15:34:17 +0200 (Thu, 23 Apr 2015) | 1 line [FIX] Correct bad contrast in ui-widget modals by mapping Bootstrap .modal-* background, border and text colors to .ui-widget-* equivalents (e.g., wikiedit plugin help dialog). ---------------------------------------------- r55183 | chibaguy | 2015-04-21 16:18:31 +0200 (Tue, 21 Apr 2015) | 1 line [FIX] Reduce height of search form and button in FiveAlive-lite topbar. ---------------------------------------------- r55181 | chibaguy | 2015-04-21 16:03:24 +0200 (Tue, 21 Apr 2015) | 1 line [FIX] Color contrast and wrong background image path (FiveAlive-lite/Grape, Plum, Watermelon). ---------------------------------------------- r55177 | nkoth | 2015-04-20 19:01:51 +0200 (Mon, 20 Apr 2015) | 2 lines [FIX] Status was being reverted to open even if not set in profile and not obeying tracker settings, and also allow updating of status without value changes. ---------------------------------------------- r55174 | jonnybradley | 2015-04-20 18:48:30 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] trackercalendar: Obey display_12hr_clock user preference ---------------------------------------------- r55170 | jonnybradley | 2015-04-20 18:24:15 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] trackercalendar: Missing global ---------------------------------------------- r55169 | gezzzan | 2015-04-20 18:13:39 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] restoring group watching for forum topic (https://tiki.org/forumthread55872) ---------------------------------------------- r55168 | jonnybradley | 2015-04-20 16:35:57 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] trackers: Notice on missing tags on pref ---------------------------------------------- r55166 | jonnybradley | 2015-04-20 13:51:34 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] search: array_filter on false generates a warning ---------------------------------------------- r55165 | anbumania | 2015-04-20 12:04:29 +0200 (Mon, 20 Apr 2015) | 1 line [FIX]-5633-Non-bootstrap navigation menus only pop on to menuLevel1 ---------------------------------------------- r55163 | luciash | 2015-04-20 11:24:42 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] Wiki: remove stray strong closing tag from page title in breadcrumblib (leftover from past Tikis?) causing invalid HTML ---------------------------------------------- r55162 | lindonb | 2015-04-20 04:40:04 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] Missed a dreaded EXTR_SKIP variable in previous commit (r55161) ---------------------------------------------- r55161 | lindonb | 2015-04-20 03:58:31 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] Switch to css menus instead of flying out menus when javascript is not being used. Forces css=y bootstrap=n and type=horiz regardless of user settings. Not sure why type=horiz was necessary, but menus flew out without it. If this is considered a good fix, then the javascript_disabled_shows_all_menus pref is probably not needed. ---------------------------------------------- r55159 | lindonb | 2015-04-20 03:52:11 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] add usual bootstrap table classes ---------------------------------------------- r55158 | lindonb | 2015-04-20 03:51:18 +0200 (Mon, 20 Apr 2015) | 1 line [FIX] typo in variable name ---------------------------------------------- r55156 | lindonb | 2015-04-20 00:37:03 +0200 (Mon, 20 Apr 2015) | 1 line [ENH] use css menus for action item dropdown when javascript is not used; also don't use the table-responsive class in that case so dropdown is not cut off ---------------------------------------------- r55154 | lindonb | 2015-04-19 18:09:44 +0200 (Sun, 19 Apr 2015) | 2 lines [ENH] use css menus for ellipsis dropdowns when javascript is not available ---------------------------------------------- r55153 | lindonb | 2015-04-19 17:18:46 +0200 (Sun, 19 Apr 2015) | 1 line [FIX] use better pref to check for use of javascript ---------------------------------------------- r55151 | jonnybradley | 2015-04-19 15:54:14 +0200 (Sun, 19 Apr 2015) | 1 line [FIX] filegals: Gallery show_source setting not being reset to defaults ---------------------------------------------- r55149 | jonnybradley | 2015-04-19 15:42:23 +0200 (Sun, 19 Apr 2015) | 1 line [FIX] filegals: Don't show column info in the popup when $show_details is off otherwise there's no way of preventing the popups, and if $show_details is on the info is already displayed ---------------------------------------------- r55147 | jonnybradley | 2015-04-19 15:03:27 +0200 (Sun, 19 Apr 2015) | 1 line [FIX] elFinder: Update search index after move or rename ---------------------------------------------- r55146 | jonnybradley | 2015-04-19 13:18:07 +0200 (Sun, 19 Apr 2015) | 1 line [FIX] mobile: Restore code to initialise photoSwipe in "mobile" mode (actually more like "touch-screen" mode now) and prevent conflict with colorbox. ---------------------------------------------- r55144 | lindonb | 2015-04-19 06:37:19 +0200 (Sun, 19 Apr 2015) | 1 line [ENH] use css menus for action item dropdown when javascript is disabled; also turn off table-responsive in that case so dropdown is not cut off ---------------------------------------------- r55143 | lindonb | 2015-04-19 06:35:12 +0200 (Sun, 19 Apr 2015) | 1 line [ENH] use css menus when javascript is disabled ---------------------------------------------- r55140 | gezzzan | 2015-04-18 21:17:58 +0200 (Sat, 18 Apr 2015) | 1 line [FIX] adding clearfix class to find tpl ---------------------------------------------- r55138 | gezzzan | 2015-04-18 14:49:24 +0200 (Sat, 18 Apr 2015) | 1 line [FIX] bootstrap classes for sheet configuration fields ---------------------------------------------- r55136 | luciash | 2015-04-18 06:46:05 +0200 (Sat, 18 Apr 2015) | 1 line [FIX] Wiki-plugin TrackerCalendar: obey the admin preferred calendar_firstDayofWeek if set and none passed through the plugin param ---------------------------------------------- r55135 | luciash | 2015-04-18 03:19:20 +0200 (Sat, 18 Apr 2015) | 1 line [FIX] Wiki-plugin TrackerCalendar: use the admin preferred timezone instead of the hardcoded value ---------------------------------------------- r55134 | luciash | 2015-04-18 02:59:14 +0200 (Sat, 18 Apr 2015) | 1 line [FIX] Wiki-plugin TrackerCalendar: Bootstrap popovers - better fix than forcing CSS overflow: visible is to add param container: body - also fixes too narrow width of the popovers ---------------------------------------------- r55133 | luciash | 2015-04-18 02:39:07 +0200 (Sat, 18 Apr 2015) | 1 line [FIX] Wiki-plugin TrackerCalendar: old call for cluetip was displaying all items of one day overlayed at the top (http://dev.tiki.org/item5601) - fixed with Bootstrap popover replacement + put CSS overflow: visible on them (thanks xavi, marclaporte) ---------------------------------------------- r55129 | jonnybradley | 2015-04-17 18:58:07 +0200 (Fri, 17 Apr 2015) | 1 line [FIX] trackers: Make user subscriptions field input obey object permissions, not just global (and add form-control class) ---------------------------------------------- r55128 | jonnybradley | 2015-04-17 18:35:51 +0200 (Fri, 17 Apr 2015) | 1 line [FIX] js detect: Add a pref to choose whether to show hidden menus etc if js is disabled (thanks Torsten) ---------------------------------------------- r55127 | jonnybradley | 2015-04-17 18:21:46 +0200 (Fri, 17 Apr 2015) | 1 line [FIX] js detect: Try again, this time don't count files that are requested a subsidiary parts of the main initial page, like tiki-jsplugin.php, file downloads etc as real tests of whether the main page managed to set a cookie using javascript. ---------------------------------------------- r55126 | gezzzan | 2015-04-17 17:11:21 +0200 (Fri, 17 Apr 2015) | 1 line [FIX] proper classes, alignment and unifying some field names ---------------------------------------------- r55125 | gezzzan | 2015-04-17 15:43:25 +0200 (Fri, 17 Apr 2015) | 1 line [FIX] numerous class fixes to bring form to a better shape ---------------------------------------------- r55124 | gezzzan | 2015-04-17 14:56:22 +0200 (Fri, 17 Apr 2015) | 1 line [FIX] use single cube icon for profiles (spare multiple cubes for add-ons) ---------------------------------------------- r55123 | jonnybradley | 2015-04-17 12:53:54 +0200 (Fri, 17 Apr 2015) | 1 line [FIX] js detect: Hopefully handle the case where a session from a pre-tiki 14 site still has the old test cookie set and javascript_enabled fails to kick in. ---------------------------------------------- r55120 | jyhem | 2015-04-16 23:39:01 +0200 (Thu, 16 Apr 2015) | 1 line [ENH][bp/r55117] Use ldap mail attribute configuration when it is configured ---------------------------------------------- r55116 | gezzzan | 2015-04-16 21:42:24 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] visual handling of active/non-active topics ---------------------------------------------- r55112 | jonnybradley | 2015-04-16 19:17:34 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] trackers: User subscriptions field isn't really experimental, just odd ---------------------------------------------- r55111 | jonnybradley | 2015-04-16 19:00:55 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] trackers: Assume unlimited subscriptions are allowed if there is no value set in the field, and correctly record the number of friends input for when unlimited (0) subs are allowed. Also only display the relevant sub or unsub buttons for each user (thanks luciash and marclaporte) ---------------------------------------------- r55110 | gezzzan | 2015-04-16 18:20:44 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] adding some more missing classes (form still looks messy) ---------------------------------------------- r55109 | gezzzan | 2015-04-16 17:32:51 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] class for priority field ---------------------------------------------- r55108 | chibaguy | 2015-04-16 14:07:55 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] Fix background in Strasa (.fixed_top_modules .top_modules). ---------------------------------------------- r55107 | chibaguy | 2015-04-16 13:35:23 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] Search form fits better in topbar. ---------------------------------------------- r55104 | chibaguy | 2015-04-16 12:47:59 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] Color added to (not list items) navbar dropdowns so text doesn't appear on transparent background in phone/table view. ---------------------------------------------- r55103 | gezzzan | 2015-04-16 11:02:54 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] better alignment for read more link ---------------------------------------------- r55102 | gezzzan | 2015-04-16 10:46:39 +0200 (Thu, 16 Apr 2015) | 1 line [FIX] php notice ---------------------------------------------- r55100 | jonnybradley | 2015-04-15 19:28:13 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] trackers: Make it a bit clearer how to export and import tracker structures by replacing the (non-functional) export button with some text (thanks fabricius) ---------------------------------------------- r55099 | jonnybradley | 2015-04-15 19:19:16 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] plugins: Escape double quotes in plugin arguments when edited in the plugin edit popup form (should allow mediaplayer type param to contain the codecs setting in the right format now) ---------------------------------------------- r55098 | gezzzan | 2015-04-15 19:11:15 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] show list of article translations only if there are at least 2 items in the translation set ---------------------------------------------- r55096 | luciash | 2015-04-15 18:19:39 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] some fixes for articles to respect the isfloat text choice and some right padding (same as 20px bottom margin on the thumbnail) and code cleanup ---------------------------------------------- r55095 | jonnybradley | 2015-04-15 18:07:57 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] quickadmin: Use "exact" param for pref searches by name in recent prefs menu (who knew? :) ---------------------------------------------- r55094 | jonnybradley | 2015-04-15 17:58:36 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] ajax: No such filter as 'digit' (although there is a tablesorter column type ;) ---------------------------------------------- r55093 | jonnybradley | 2015-04-15 17:52:11 +0200 (Wed, 15 Apr 2015) | 2 lines [FIX] elasticsearch: Add a new try/catch one level deeper than seems necessary, but this seems to prevent complete WSoD when Elastic Search is incorrectly configured. Hopefully this will prevent issues as experienced today on nextdev.tiki.org (thanks amette and all for diagnosing, fingers crossed) ---------------------------------------------- r55091 | anbumania | 2015-04-15 16:13:35 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] 5625 Comments count issue ---------------------------------------------- r55089 | chibaguy | 2015-04-15 12:47:25 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] Revert changes in r55067 so that the bottom module zone is a Bootstrap div.row to receive modules as grid divs; also, any module in the zone gets 15px padding left and right by default. ---------------------------------------------- r55085 | luciash | 2015-04-15 04:43:25 +0200 (Wed, 15 Apr 2015) | 1 line [FIX] consistency: articles should respect the choice to display own image (e.g. own image in the body of the article or upload a custom one) instead of the topic image; so if the checkbox is selected do not display the topic image + some class fixes (thanks marclaporte) ---------------------------------------------- r55083 | luciash | 2015-04-15 02:48:07 +0200 (Wed, 15 Apr 2015) | 1 line [ENH] Module "who is there" enhancements - it is a list of online users so semantically putting it in a list ---------------------------------------------- r55082 | luciash | 2015-04-15 02:32:21 +0200 (Wed, 15 Apr 2015) | 1 line just reformatted code for better readability ---------------------------------------------- r55078 | nkoth | 2015-04-15 01:39:22 +0200 (Wed, 15 Apr 2015) | 2 lines [FIX] Profile installer fails (or depending on mysql version might silently truncate which could cause bugs) when trying to install page with pagename greater than 50 characters long ---------------------------------------------- r55077 | gezzzan | 2015-04-14 21:55:29 +0200 (Tue, 14 Apr 2015) | 1 line [FIX] activate/deactive action names should be the other way around ---------------------------------------------- r55076 | gezzzan | 2015-04-14 21:45:41 +0200 (Tue, 14 Apr 2015) | 1 line [FIX] numerous visual fixes, this form is still messy, but looking a bit better now ---------------------------------------------- r55073 | nkoth | 2015-04-14 14:36:57 +0200 (Tue, 14 Apr 2015) | 2 lines [FIX] Avoid notices ---------------------------------------------- r55067 | luciash | 2015-04-13 20:03:57 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] proper .container > .row > .col-md-12 classes for footer in tpls to allow some padding on sides of the powered by etc. modules (thanks marclaporte) - sorry, no time to recompile all the fivealive and fivealive-lite options ---------------------------------------------- r55063 | gezzzan | 2015-04-13 18:12:48 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] adding/fixing classes (this form still looks a bit messy) ---------------------------------------------- r55062 | gezzzan | 2015-04-13 18:07:47 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] remove unnecessary space ---------------------------------------------- r55061 | jonnybradley | 2015-04-13 18:07:22 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] modules: Fix js handler for when table row is double clicked following bootstrappification (shouldn't be so fragile i guess) ---------------------------------------------- r55060 | gezzzan | 2015-04-13 17:58:55 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] closing li tag for divider ---------------------------------------------- r55059 | gezzzan | 2015-04-13 17:56:40 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] use span class for the caret as advised by bootstrap http://getbootstrap.com/components/#btn-dropdowns ---------------------------------------------- r55058 | jonnybradley | 2015-04-13 15:55:03 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] menus: Restore the default navbar_toggle parameter operation (r54780 regression, please be more careful when fixing notices ;) ---------------------------------------------- r55057 | anbumania | 2015-04-13 15:49:36 +0200 (Mon, 13 Apr 2015) | 1 line [FIX 5626 numeric class issue in wikiplugin img] ---------------------------------------------- r55056 | jonnybradley | 2015-04-13 13:53:39 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] mobile: Remove the non-optional disabling of various prefs in mobile mode as they are now causing multiple js errors, mainly where jquery-ui is used without checking for the feature. Hopefully going forward all these features can be made more device friendly (but i'm leaving the list there commented out in case some need to be re-disabled in a hurry) ---------------------------------------------- r55054 | walper | 2015-04-13 13:25:24 +0200 (Mon, 13 Apr 2015) | 1 line [FIX] removed short array syntax from trackerfield dropdown. Added method to get typeMap for trackerfields. ---------------------------------------------- r55052 | nkoth | 2015-04-12 23:09:14 +0200 (Sun, 12 Apr 2015) | 2 lines [FIX] Creating wiki pages in structures (tks Xavi) ---------------------------------------------- r55051 | nkoth | 2015-04-12 20:23:47 +0200 (Sun, 12 Apr 2015) | 2 lines [FIX] Missing pref tiki_object_selector_threshold ---------------------------------------------- r55048 | chibaguy | 2015-04-11 17:00:01 +0200 (Sat, 11 Apr 2015) | 1 line [FIX] Class panel-nocolor is a fix for the case when panel margins and padding are needed but not visible backgrounds or borders. ---------------------------------------------- r55045 | chibaguy | 2015-04-11 15:23:07 +0200 (Sat, 11 Apr 2015) | 1 line [FIX] Simplification and uniforming of arrangements for page-header and topbar layout/content/backgrounds. (tablesorter-tiki.less not involved in this, just 0px -> 0 changes there.) ---------------------------------------------- r55044 | chibaguy | 2015-04-11 13:10:33 +0200 (Sat, 11 Apr 2015) | 1 line [FIX] Misc. improvements in spacing and colors. ---------------------------------------------- r55043 | chibaguy | 2015-04-10 18:36:21 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] Reconnected header and footer background images. ---------------------------------------------- r55042 | chibaguy | 2015-04-10 18:09:52 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] Fixed an inconsistency in fixed-navbar among the layouts, and fixed topbar background in FiveAlive-lite and Greenvalley. ---------------------------------------------- r55041 | chibaguy | 2015-04-10 15:59:57 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] Fixed differences in footer HTML in layout templates. Retired "div.footerbgtrap". Made adjustments in some themes accordingly. ---------------------------------------------- r55038 | chibaguy | 2015-04-10 14:54:35 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] Footer has radiused bottom corners so added a little margin below. ---------------------------------------------- r55036 | chibaguy | 2015-04-10 14:42:56 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] Removed pagetop modules bottom margin (seemed to cause too much white space). ---------------------------------------------- r55033 | anbumania | 2015-04-10 14:31:39 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] 5620 menu vertical issue with bootstrap ---------------------------------------------- r55032 | chibaguy | 2015-04-10 14:20:30 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] Lighten body background (replace image with CSS color), adjust header images and thumbnail (and reduce their file sizes). ---------------------------------------------- r55031 | jonnybradley | 2015-04-10 14:14:58 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] filegals: Type application/x-pdf can use pdftotext the same as application/pdf - also add a note about the copy in tiki-check.php ---------------------------------------------- r55030 | chibaguy | 2015-04-10 14:12:48 +0200 (Fri, 10 Apr 2015) | 1 line [FIX][KIL][NEW] Replacing Greenvalley header backgrounds and theme thumbnail. ---------------------------------------------- r55029 | jonnybradley | 2015-04-10 14:06:48 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] tiki-check: Some minor cosmetic fixes, removed some php 5.3 incompatible syntax (prior to sync with 12.x). Also added link to file indexing help page (thanks marclaporte) ---------------------------------------------- r55028 | chibaguy | 2015-04-10 10:51:26 +0200 (Fri, 10 Apr 2015) | 1 line [FIX] Reduce size of module open|close icon to 80%. ---------------------------------------------- r55027 | chibaguy | 2015-04-10 10:45:53 +0200 (Fri, 10 Apr 2015) | 3 lines [FIX] Corrections/improvements in Feb12 theme site header and menu colors. ---------------------------------------------- r55026 | chibaguy | 2015-04-10 06:31:59 +0200 (Fri, 10 Apr 2015) | 3 lines [FIX] Define the calendar highlight text color as well as background. These use the @state-info-text and @state-info-bg variables. ---------------------------------------------- r55025 | chibaguy | 2015-04-10 06:11:08 +0200 (Fri, 10 Apr 2015) | 3 lines [FIX] Don't apply 0 bottom margin to admin section navbar. ---------------------------------------------- r55022 | gezzzan | 2015-04-09 21:00:39 +0200 (Thu, 09 Apr 2015) | 1 line [FIX] navbar button margin and visibility of removal message ---------------------------------------------- r55021 | gezzzan | 2015-04-09 20:43:46 +0200 (Thu, 09 Apr 2015) | 1 line [FIX] show categorization only if category feature is enabled ---------------------------------------------- r55020 | gezzzan | 2015-04-09 20:34:12 +0200 (Thu, 09 Apr 2015) | 1 line [FIX] navbar margin ---------------------------------------------- r54720 | jonnybradley | 2015-03-24 10:49:16 +0000 (Tue, 24 Mar 2015) | 1 line [FIX] javascript: Another fix for js detect - thanks gezza and chibaguy for the feedback (and apologies) ---------------------------------------------- r54719 | xavidp | 2015-03-24 08:59:18 +0000 (Tue, 24 Mar 2015) | 1 line [FIX]UI: upgrade wizard icon should have the arrow pointing upwards, to be more intuitive. Thanks gezza ---------------------------------------------- r54716 | xavidp | 2015-03-24 08:46:24 +0000 (Tue, 24 Mar 2015) | 1 line [FIX]Exclude param was not working. There is some warning still, but at least it works as expected for the end user, and param exclude is taken into account and its contents excluded from the list of results shown. Feel free to improve anyone with higer skills than me. ---------------------------------------------- r54715 | jonnybradley | 2015-03-23 23:50:57 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] javascript: Hopefully a fix for js detect following my breaking it in r54597 - will review and test again before 14.0 beta (but committing "early" in case anyone else can test - thanks) ---------------------------------------------- r54706 | jonnybradley | 2015-03-23 22:02:26 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] Smarty tpl errors detected by the release script (and a line feed fix for that too) ---------------------------------------------- r54700 | jonnybradley | 2015-03-23 19:25:28 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] composer: Remove broken jquery-sheet file from vendors as it breaks the release script PHP check (fatally) ---------------------------------------------- r54697 | jonnybradley | 2015-03-23 19:07:09 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] 2 more broken lang files ---------------------------------------------- r54694 | jonnybradley | 2015-03-23 18:56:47 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] broken lang file ---------------------------------------------- r54688 | gezzzan | 2015-03-23 18:02:09 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] apply primary class and a few minor adjustments ---------------------------------------------- r54687 | jonnybradley | 2015-03-23 17:06:11 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] mobile: Check pref before including lib/setup/mobile.php (might have been responsible for broken menus and missing tabs etc) ---------------------------------------------- r54681 | xavidp | 2015-03-23 10:56:44 +0000 (Mon, 23 Mar 2015) | 1 line [FIX]Replace wysiwyg editor icon with something shomehow more similar to the plain text wiki editor, and replace the code-like icon in the wizard screen about the editor choice, to prevent confusions with html code instead of wiki code, etc (thanks jonnyb). Changed general icon in that wizard screen to textarea, since that screen about selecting editor is more related to text area settings than to just wiki editor. ---------------------------------------------- r54678 | xavidp | 2015-03-23 08:38:02 +0000 (Mon, 23 Mar 2015) | 1 line [FIX]Show real name instead of login (if prefs are set to do so) also at the warning about concurrent edition conflict ---------------------------------------------- r54676 | lindonb | 2015-03-23 02:53:16 +0000 (Mon, 23 Mar 2015) | 1 line [REF] iconset conversions ---------------------------------------------- r54675 | lindonb | 2015-03-23 02:52:39 +0000 (Mon, 23 Mar 2015) | 1 line [REF] placing individual actions under wrench popover ---------------------------------------------- r54670 | lindonb | 2015-03-23 01:56:18 +0000 (Mon, 23 Mar 2015) | 1 line [FIX] wikiplugins: add ability to set "iconname", which will be used for iconset names for icons representing wiki plugins; also convert an icon ---------------------------------------------- r54664 | lindonb | 2015-03-23 01:04:49 +0000 (Mon, 23 Mar 2015) | 1 line [REF] placing individual actions under popover ---------------------------------------------- r54662 | lindonb | 2015-03-22 21:29:38 +0000 (Sun, 22 Mar 2015) | 1 line [REF] image galleries: iconset conversions; bootstrapification; placing actions under dropdowns and popovers ---------------------------------------------- r54659 | lindonb | 2015-03-22 19:00:52 +0000 (Sun, 22 Mar 2015) | 1 line [REF] move individual action items under wrench popover ---------------------------------------------- r54658 | lindonb | 2015-03-22 18:50:53 +0000 (Sun, 22 Mar 2015) | 1 line [REF] further fixes to iconset conversions for tiki-check and admin security ---------------------------------------------- r54657 | lindonb | 2015-03-22 18:22:31 +0000 (Sun, 22 Mar 2015) | 1 line [REF] move individual action icons under wrench popover ---------------------------------------------- r54653 | lindonb | 2015-03-22 17:50:29 +0000 (Sun, 22 Mar 2015) | 1 line [FIX] set back to cookietab after Jonny's fix (r54652) - I think this is the only place where I changed before asking ---------------------------------------------- r54652 | jonnybradley | 2015-03-22 17:30:41 +0000 (Sun, 22 Mar 2015) | 1 line [FIX] tabs: Obey cookietab (thanks Lindon) ---------------------------------------------- r54650 | lindonb | 2015-03-22 15:36:16 +0000 (Sun, 22 Mar 2015) | 1 line notice (thanks gezza) ---------------------------------------------- r54648 | lindonb | 2015-03-22 15:20:01 +0000 (Sun, 22 Mar 2015) | 1 line [REF] attachments: put view individual actions under wrench popover ---------------------------------------------- r54647 | lindonb | 2015-03-22 15:18:15 +0000 (Sun, 22 Mar 2015) | 1 line [REF] trackers: put view tracker item actions under ellipsis dropdown ---------------------------------------------- r54645 | gezzzan | 2015-03-22 13:21:27 +0000 (Sun, 22 Mar 2015) | 1 line [FIX] compressing layout by bringing find and actions into the same row ---------------------------------------------- r54644 | gezzzan | 2015-03-22 12:16:13 +0000 (Sun, 22 Mar 2015) | 1 line [FIX] icon syntax error ---------------------------------------------- r54642 | lindonb | 2015-03-22 03:59:26 +0000 (Sun, 22 Mar 2015) | 1 line adding cog definition to legacy font ---------------------------------------------- r54641 | lindonb | 2015-03-22 03:58:29 +0000 (Sun, 22 Mar 2015) | 1 line [REF] iconset conversion for tiki-check ---------------------------------------------- r54639 | lindonb | 2015-03-22 02:52:46 +0000 (Sun, 22 Mar 2015) | 1 line [REF] admin tables: iconset conversion; place individual actions under wrench popovers; add icons to main buttons; other minor fixes ---------------------------------------------- r54637 | lindonb | 2015-03-21 23:38:04 +0000 (Sat, 21 Mar 2015) | 1 line [FIX] modules: the urls for the add module and module options buttons were still using cookietab=2 when #content_admin_modules1-2 seems to be required now. (Really closes http://dev.tiki.org/item5546 which was prematurely closed without fixing). Also put individual actions under wrench popover. ---------------------------------------------- r54636 | lindonb | 2015-03-21 20:05:26 +0000 (Sat, 21 Mar 2015) | 1 line [REF] add a space before the badge ---------------------------------------------- r54635 | lindonb | 2015-03-21 20:04:43 +0000 (Sat, 21 Mar 2015) | 1 line [REF] place item actions under wrench popover ---------------------------------------------- r54634 | lindonb | 2015-03-21 19:35:09 +0000 (Sat, 21 Mar 2015) | 1 line [REF] iconset conversion ---------------------------------------------- r54631 | lindonb | 2015-03-21 18:53:21 +0000 (Sat, 21 Mar 2015) | 1 line tablesorter update, also update composer.lock for this and previous composer updates ---------------------------------------------- r54630 | lindonb | 2015-03-21 18:52:53 +0000 (Sat, 21 Mar 2015) | 1 line [FIX] don't add css no longer loaded ---------------------------------------------- r54622 | jonnybradley | 2015-03-21 12:18:06 +0000 (Sat, 21 Mar 2015) | 2 lines [FIX] mobile: When in mobile_mode assume articles with HTML in are intended to be viewed as rich text and not encoded showing it as source code. Needed for 12.x so committing in 14.x first even though it will need cleaning up for 15.x it shouldn't cause any change here as mobile_mode is not in use with bootstrap now. ---------------------------------------------- r54621 | gezzzan | 2015-03-21 08:00:52 +0000 (Sat, 21 Mar 2015) | 1 line [FIX] Wording and aligment of dropdown actions ---------------------------------------------- r54620 | gezzzan | 2015-03-21 07:44:52 +0000 (Sat, 21 Mar 2015) | 1 line [FIX] Assign button should be primary ---------------------------------------------- r54617 | lindonb | 2015-03-21 03:37:51 +0000 (Sat, 21 Mar 2015) | 1 line [REF] put list action items under wrench popover for various lists; add badges for numbers ---------------------------------------------- r54615 | lindonb | 2015-03-21 02:22:20 +0000 (Sat, 21 Mar 2015) | 1 line [REF] admin structures: put list action items under wrench popover ---------------------------------------------- r54614 | lindonb | 2015-03-21 01:50:20 +0000 (Sat, 21 Mar 2015) | 1 line [REF] boostrapification and cleanup ---------------------------------------------- r54612 | luciash | 2015-03-21 01:08:57 +0000 (Sat, 21 Mar 2015) | 1 line [FIX] -=A titlebar=- was unstyled (thanks Marc) ---------------------------------------------- r54611 | lindonb | 2015-03-21 00:13:47 +0000 (Sat, 21 Mar 2015) | 1 line [REF] further boostrap cleanup ---------------------------------------------- r54610 | lindonb | 2015-03-21 00:00:52 +0000 (Sat, 21 Mar 2015) | 1 line [REF] misaligned form field ---------------------------------------------- r54608 | lindonb | 2015-03-20 23:27:46 +0000 (Fri, 20 Mar 2015) | 1 line [REF] apply bootstrap classes to date dropdowns, applying a new class so that the select element doesn't expand. Seems to look okay where these smarty functions are used. ---------------------------------------------- r54607 | lindonb | 2015-03-20 23:23:57 +0000 (Fri, 20 Mar 2015) | 1 line [REF]minor cleanup and deleting unnecessary classes and divs ---------------------------------------------- r54606 | lindonb | 2015-03-20 22:27:05 +0000 (Fri, 20 Mar 2015) | 1 line [REF] calendar admin: put calendar list actions under wrench popover; bootstrapify edit form ---------------------------------------------- r54604 | gezzzan | 2015-03-20 21:50:06 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] exit modules button is for navigation, no need for warning class ---------------------------------------------- r54603 | gezzzan | 2015-03-20 21:47:50 +0000 (Fri, 20 Mar 2015) | 1 line composer update to bootstrap 3.3.4 ---------------------------------------------- r54602 | lindonb | 2015-03-20 20:37:31 +0000 (Fri, 20 Mar 2015) | 1 line [REF] calendar: actions under ellipsis dropdown; iconset conversion ---------------------------------------------- r54600 | lindonb | 2015-03-20 19:08:32 +0000 (Fri, 20 Mar 2015) | 1 line [REF] category pages: iconset conversion, bootstrapification and other cleanup ---------------------------------------------- r54599 | lindonb | 2015-03-20 19:05:31 +0000 (Fri, 20 Mar 2015) | 1 line iconset conversion ---------------------------------------------- r54597 | jonnybradley | 2015-03-20 18:25:55 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] javascript: Rework how js detection occurs to work when cookie consent has not been granted ---------------------------------------------- r54596 | jonnybradley | 2015-03-20 18:24:09 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] cookies: Better handling for cookie consent when javascript is not enabled ---------------------------------------------- r54595 | jonnybradley | 2015-03-20 18:22:20 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] cookies: PHP session cookies are required for security reasons so are "tolerated" by the ICO "EU Cookie Law", and the tiki_cookie_jar requires the session to be working so start the session even if cookie consent is not yet granted - otherwise nothing works if javascript is disabled or unavailable (like for web crawlers) ---------------------------------------------- r54594 | jonnybradley | 2015-03-20 18:17:38 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] cookies: Add a mild warning on session_silent pref as it doesn't interact well with cookie consent and js detection ---------------------------------------------- r54593 | jonnybradley | 2015-03-20 17:20:08 +0000 (Fri, 20 Mar 2015) | 2 lines [MOD] cookies: No need to set "rtl" as a cookie any more, it was only being used in the old show/hide columns in Tiki 12 so have removed that redundant code too. When the feature is reintroduced we can use $prefs['feature_bidi'] to test for this (thanks luciash) ---------------------------------------------- r54592 | jonnybradley | 2015-03-20 17:05:58 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] BiDi: CSS file moved, also corrected various CSS errors and warnings (filter: FlipH still shows as 4 errors but possibly still needed?) ---------------------------------------------- r54589 | jonnybradley | 2015-03-20 14:23:34 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] log_tpl: Suppress "Smarty Template usage indicator" comments for layout_view.tpl etc and evaluated templates following Smarty updates and bootstrap changes ---------------------------------------------- r54587 | jonnybradley | 2015-03-20 10:55:24 +0000 (Fri, 20 Mar 2015) | 1 line [FIX] icons: Add "new" icons for Font Awesome 4.3 (including user-plus) ---------------------------------------------- r54585 | lindonb | 2015-03-20 03:09:37 +0000 (Fri, 20 Mar 2015) | 1 line [REF] use wrench here since it's for individual articles ---------------------------------------------- r54584 | lindonb | 2015-03-20 03:06:40 +0000 (Fri, 20 Mar 2015) | 1 line [REF] view blog: move view actions under ellipsis; move individual post actions under wrench (but had to use dropdown because of ShareThis) ---------------------------------------------- r54583 | lindonb | 2015-03-20 01:10:47 +0000 (Fri, 20 Mar 2015) | 1 line [REF] list blogs: action items under wrench popover ---------------------------------------------- r54581 | lindonb | 2015-03-20 00:54:00 +0000 (Fri, 20 Mar 2015) | 1 line [REF] articles: more icons in navigation buttons ---------------------------------------------- r54580 | lindonb | 2015-03-20 00:48:30 +0000 (Fri, 20 Mar 2015) | 1 line [REF] list articles: bootstrapify; iconset conversion; action popovers for items ---------------------------------------------- r54579 | lindonb | 2015-03-20 00:17:16 +0000 (Fri, 20 Mar 2015) | 1 line documentation ---------------------------------------------- r54577 | lindonb | 2015-03-20 00:08:26 +0000 (Fri, 20 Mar 2015) | 1 line [REF] article: place translation dropdown under ellipsis ---------------------------------------------- r54575 | lindonb | 2015-03-19 23:30:13 +0000 (Thu, 19 Mar 2015) | 1 line [REF] take watched categories out of action list ---------------------------------------------- r54574 | lindonb | 2015-03-19 23:29:01 +0000 (Thu, 19 Mar 2015) | 1 line [REF] put forum actions under ellipsis dropdown ---------------------------------------------- r54572 | lindonb | 2015-03-19 22:37:10 +0000 (Thu, 19 Mar 2015) | 1 line [REF] trackers: use ellipsis dropdown for tracker actions and wrench popover for item actions ---------------------------------------------- r54571 | gezzzan | 2015-03-19 21:33:20 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] navbar class ---------------------------------------------- r54570 | gezzzan | 2015-03-19 21:09:48 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] further improving find.tpl - according to boostrap form-horizontal and form-inline classes can be applied on not only <form> (http://getbootstrap.com/css/#forms), so moving it to the find-parameters div, this way it is better positioned on various tpls, no need for extra classes to remove margin ---------------------------------------------- r54568 | lindonb | 2015-03-19 21:04:36 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] Do not include item name in popover title - can cause ugly results with long names (thanks gezza) ---------------------------------------------- r54566 | gezzzan | 2015-03-19 20:44:32 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] fixing form for bootstrap TODO: kill morcego ---------------------------------------------- r54564 | lindonb | 2015-03-19 20:22:51 +0000 (Thu, 19 Mar 2015) | 1 line [REF] move tracker actions (12 of them!) into a popover under the wrench icon. Couldn't get the clear items one to work so have hidden it temporarily (action can still be done on list of that tracker's items). ---------------------------------------------- r54562 | gezzzan | 2015-03-19 19:22:02 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] misplaced closing char and div placement problem (this tpl is extremely messy..) ---------------------------------------------- r54561 | xavidp | 2015-03-19 18:19:52 +0000 (Thu, 19 Mar 2015) | 1 line [FIX]Oups, restore icon globe from that list, since there is no icon language for the glyphicons (I still don't get why we have two sets of icons, it seems, which are not fully equivalent), but anyways, restoring this one to the previous values. Thanks lindon for your attempt to explain it to newbies like me ---------------------------------------------- r54559 | chibaguy | 2015-03-19 14:47:26 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] Navbar was wrong class for button row; margin-bottom needed below buttons. ---------------------------------------------- r54558 | lindonb | 2015-03-19 14:47:00 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] find: remove col-sm-12 class from map portion of find template as it was pushing following elements to the right since it has a float:left setting (thanks chibaguy) ---------------------------------------------- r54556 | gezzzan | 2015-03-19 14:41:19 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] browse category search and breadcrumbs ---------------------------------------------- r54555 | xavidp | 2015-03-19 12:51:49 +0000 (Thu, 19 Mar 2015) | 1 line [FIX]Replace png icons with font-awesome icons to fix ui consistency with the rest of Tiki 14. Added one extra icon to the list of available icons (user-plus, to refer to novice admins). ---------------------------------------------- r54554 | xavidp | 2015-03-19 11:32:11 +0000 (Thu, 19 Mar 2015) | 1 line [FIX]Oups, restore icon globe from that list, and no need to repeat language, since it's listed further down. ---------------------------------------------- r54553 | xavidp | 2015-03-19 11:26:34 +0000 (Thu, 19 Mar 2015) | 1 line [FIX]Differentiate admin categories icon (used in the wizard, at least) with the structures icon. Since I couldn't find something better for categories, I just twisted the icon to be displayed vertically (categories) instead of horizontally (structures, compatible with the former icon pre-fontawesome for them) ---------------------------------------------- r54552 | xavidp | 2015-03-19 08:45:32 +0000 (Thu, 19 Mar 2015) | 1 line [FIX]Replace a distorted view of the Earth (Mercator-like projection, and too-much centric on just a fraction of one single continent) with something more suitable to the i18n features in Tiki ---------------------------------------------- r54551 | chibaguy | 2015-03-19 05:52:28 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] Div.table-responsive was very narrow in iPad profile position so media query was removed to keep div.table-responsive 100% wide in all screen sizes. ---------------------------------------------- r54548 | lindonb | 2015-03-19 04:32:17 +0000 (Thu, 19 Mar 2015) | 1 line [FIX] monitor link html was off ---------------------------------------------- r54547 | lindonb | 2015-03-19 04:31:33 +0000 (Thu, 19 Mar 2015) | 1 line [REF] put actions under wrench popover for various forum listings and pages ---------------------------------------------- r54545 | lindonb | 2015-03-19 02:56:27 +0000 (Thu, 19 Mar 2015) | 1 line [REF] wiki pge listing: put individual page actions in table in a popup using wrench icon ---------------------------------------------- r54543 | lindonb | 2015-03-19 02:41:19 +0000 (Thu, 19 Mar 2015) | 1 line [REF] adminusers: put all user actions for each under a popover, which doesn't get cut off like dropdown menus do in a table with the table-responsive class (copied method used in file gallery listing). Using wrench icon for these rather than ellipsis like the file gallery listing. ---------------------------------------------- r54541 | jonnybradley | 2015-03-18 20:20:56 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] search: Fix sort in custom_search ajax results when using table.tpl (too much login in the tpl sorry, TODO refactor after 14.0) ---------------------------------------------- r54540 | gezzzan | 2015-03-18 19:40:31 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] layout for quota ---------------------------------------------- r54539 | gezzzan | 2015-03-18 19:30:09 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] move the less frequently used Edit action to ellipsis too ---------------------------------------------- r54538 | gezzzan | 2015-03-18 19:18:49 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] find and search in content form placement ---------------------------------------------- r54537 | gezzzan | 2015-03-18 19:03:17 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] remove abbreviation and use tips ---------------------------------------------- r54536 | gezzzan | 2015-03-18 18:54:27 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] remove unnecessary span from comment button ---------------------------------------------- r54535 | gezzzan | 2015-03-18 18:49:16 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] bootstrappification ---------------------------------------------- r54534 | nkoth | 2015-03-18 18:46:34 +0000 (Wed, 18 Mar 2015) | 2 lines [FIX] In r51341, the default behavior was changed when trying to fix another issue, breaking the ability to set the sort_mode via jq before new searches. This sets the default back to the old behavior to avoid regressions. A better fix for the other issue is being worked on, and then this forcesortmode parameter would no longer be needed. ---------------------------------------------- r54533 | jonnybradley | 2015-03-18 18:37:13 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] search: Expose pagination args to the search (so now pagination when using table.tpl works for custom search, sorting to come...) ---------------------------------------------- r54532 | gezzzan | 2015-03-18 18:26:54 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] use remarksboxes and arrangement of adding and categorizing pages ---------------------------------------------- r54531 | gezzzan | 2015-03-18 18:03:12 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] add button for submissions, cleanup of legends, align and remove some more noise from the screen ---------------------------------------------- r54529 | jonnybradley | 2015-03-18 17:10:40 +0000 (Wed, 18 Mar 2015) | 4 lines [FIX] list: Make the existing pagination argument options (offset_arg and max) work with the standard table.tpl template. Add a new sort_arg option to pagination (seemed like the best place for it, even though it's not really about pagination) so you can define a separate arg for each list plugin instance, allowing multiple sortable and "pageable" lists per page. E.g. use {pagination offset_arg="offset42"} and {pagination sort_arg="sort_mode42"} to the list plugin to enable. Custom templates may need some updating to use this (thanks nelsonko) ---------------------------------------------- r54528 | chibaguy | 2015-03-18 15:02:58 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] Missing borders on horizontal menu links re-added (Business theme). ---------------------------------------------- r54527 | chibaguy | 2015-03-18 14:22:11 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] Unneeded container div in layout_view.tpl caused horizontal offset. Appearance of admin navbar improved in Darkroom theme. ---------------------------------------------- r54526 | chibaguy | 2015-03-18 13:46:34 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] New variables to enable setting top module and topbar module side margins and bottom margin per theme. Thanks to luci for input. ---------------------------------------------- r54523 | chibaguy | 2015-03-18 10:47:56 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] Admin box legacy icons (images) were positioned too high. ---------------------------------------------- r54522 | chibaguy | 2015-03-18 09:32:24 +0000 (Wed, 18 Mar 2015) | 1 line [REF] Expose dropdown title to theme variables for good color contrast, etc. ---------------------------------------------- r54520 | lindonb | 2015-03-18 09:01:03 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] file galleries: fix context menu formatting for certain items ---------------------------------------------- r54519 | lindonb | 2015-03-18 09:00:14 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] file galleries: was showing icon all the time instead of image in the upload window. ---------------------------------------------- r54518 | lindonb | 2015-03-18 07:22:37 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] html errors and warnings ---------------------------------------------- r54516 | chibaguy | 2015-03-18 04:46:10 +0000 (Wed, 18 Mar 2015) | 1 line [REF] For semantics, news articles should be class=media (they contain media-left and media-body elements), but to enable the actions dropdown visibility, a media-overflow-visible class is added. ---------------------------------------------- r54514 | lindonb | 2015-03-18 03:43:44 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] bootstrapification: Use submenus for actions in quick admin and wiki topline instead of multiple menus. Can't get submenus to fly out to the side like http://getbootstrap.com/2.3.2/components.html#dropdowns, but still works and better than multiple menus. ---------------------------------------------- r54512 | lindonb | 2015-03-18 02:53:59 +0000 (Wed, 18 Mar 2015) | 1 line use "more" instead of "ellipsis" for dropdown icon name in case we want to change it later ---------------------------------------------- r54509 | lindonb | 2015-03-18 02:41:58 +0000 (Wed, 18 Mar 2015) | 1 line make not published notice a warning and not an error ---------------------------------------------- r54508 | lindonb | 2015-03-18 02:40:54 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] view articles: iconset conversion and add icons to main top buttons; move actions to ellipsis, including translation menu as a submenu; remove media class and add spacing to article class so that ellipsis dropdown is not cut off. ---------------------------------------------- r54507 | lindonb | 2015-03-18 02:39:27 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] translation menu: add ability for this to be a submenu ---------------------------------------------- r54505 | chibaguy | 2015-03-18 01:18:32 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] Theme stylesheets updated manually after less compiling failed for them (layout template renamed to reflect its function better). ---------------------------------------------- r54504 | chibaguy | 2015-03-18 00:57:22 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] Renamed layout template to reflect its function better. (Less compiling strangely failed for some theme stylesheets so CSS isn't completely updated yet.) ---------------------------------------------- r54503 | lindonb | 2015-03-18 00:31:17 +0000 (Wed, 18 Mar 2015) | 1 line [FIX] articles: for tiki-read_article page - iconset conversion and add icons to main top buttons; move actions to ellipsis; remove media class and add spacing to article class so that ellipsis dropdown is not cut off. ---------------------------------------------- r54500 | jonnybradley | 2015-03-17 17:36:33 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] plugins: Fix the icons on the help popup - sadly a long time ago someone changed the way the area_id var was propagated to the plugin edit dialogs using s strange global variable called CurrentEditorName with added empty strings - all most odd... This must have been broken for several years (TODO untangle this mess one day) ---------------------------------------------- r54499 | jonnybradley | 2015-03-17 15:31:08 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] jslint: Various: Added missing var declarations and semicolons, removed some redundant ones, replaced deprecated escape and unescape with tiki functions, some conditionals simplified, some JSDoc fixes and also some (unintentional) formatting improvements. ---------------------------------------------- r54498 | jonnybradley | 2015-03-17 15:07:44 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] jslint: Malformed regular expression wasn't needed any more, so removed the whole line (committed separately just in case) ---------------------------------------------- r54497 | chibaguy | 2015-03-17 12:24:51 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Form group div wasn't closed properly and still isn't fixed really but at least a visual improvement. ---------------------------------------------- r54496 | chibaguy | 2015-03-17 11:25:44 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Add a top margin. ---------------------------------------------- r54495 | chibaguy | 2015-03-17 11:22:39 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Find form positioning moved from find.tpl. ---------------------------------------------- r54493 | chibaguy | 2015-03-17 11:13:18 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Find form positioning moved from find.tpl and add white space above. ---------------------------------------------- r54491 | chibaguy | 2015-03-17 11:10:18 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] A little wider form. ---------------------------------------------- r54489 | jonnybradley | 2015-03-17 11:07:33 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] sylv: Move the modifier include out of the "if comments added" statement and replace with the smarty loadPlugin function (thanks Xavi) ---------------------------------------------- r54488 | chibaguy | 2015-03-17 10:54:47 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Add a bottom margin. ---------------------------------------------- r54484 | chibaguy | 2015-03-17 10:42:05 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Replace inline CSS; improve spacing by adding a class. ---------------------------------------------- r54482 | xavidp | 2015-03-17 10:40:08 +0000 (Tue, 17 Mar 2015) | 1 line [FIX]Display Realname also in since_last_visit_new module, when requested to do so with pref user_show_realnames. ---------------------------------------------- r54481 | chibaguy | 2015-03-17 10:32:13 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Counteract .row negative margin. ---------------------------------------------- r54480 | chibaguy | 2015-03-17 10:29:31 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Get the class name right. ---------------------------------------------- r54478 | chibaguy | 2015-03-17 10:20:34 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Positioning removed to allow per-instance positioning of find form. Thanks to gezza. ---------------------------------------------- r54477 | chibaguy | 2015-03-17 09:26:10 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] Adjust themes to use Bootstrap "label" background colors for Convene vote backgrounds. ---------------------------------------------- r54475 | lindonb | 2015-03-17 04:30:51 +0000 (Tue, 17 Mar 2015) | 1 line missing legacy icon definition ---------------------------------------------- r54473 | lindonb | 2015-03-17 04:28:52 +0000 (Tue, 17 Mar 2015) | 1 line iconset conversion for icons representing nonimage files in file galleries browse and upload pages ---------------------------------------------- r54472 | lindonb | 2015-03-17 04:26:09 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] icons: allow sizing for smarty iconify modifier used to represent nonimage files in file galleries, for example ---------------------------------------------- r54471 | lindonb | 2015-03-17 03:12:25 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] icons: implement larger icon sizes in smarty icon function in a couple of places. The wizard admin_files.tpl is an example - I didn't attempt to use stacked icons. Probably better to keep the plain wizard icon separate on every page, and then use a plain admin, profile, etc. icon to avoid any hard coding - but this is just a suggestion. ---------------------------------------------- r54470 | lindonb | 2015-03-17 03:02:45 +0000 (Tue, 17 Mar 2015) | 1 line [FIX] icons: add ability to size icons, including legacy icons for at least double size (32 by 32) and triple size (48 by 48) when available (see admin_fgal in legacy file for example - used at admin_files.tpl). Also add ability to add class to icon span. ---------------------------------------------- r54467 | lindonb | 2015-03-16 21:35:17 +0000 (Mon, 16 Mar 2015) | 1 line iconset conversion for file gallery context popup menus ---------------------------------------------- r54466 | lindonb | 2015-03-16 21:34:14 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] icons: add ability to use menu text and menu icon settings when using smarty icon function with iconsets ---------------------------------------------- r54464 | gezzzan | 2015-03-16 20:40:35 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] remove unnecessary classes and use same text as other places to reduce translation needs ---------------------------------------------- r54461 | jonnybradley | 2015-03-16 18:25:25 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] connect: The tiki_release pref was removed several Tikis ago so use the right object ---------------------------------------------- r54460 | jonnybradley | 2015-03-16 18:12:10 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] connect: Remove the staticKeyFilters and use the input filters as intended in the Controller classes (apologies for leaving this so messy for so long) ---------------------------------------------- r54459 | jonnybradley | 2015-03-16 17:55:06 +0000 (Mon, 16 Mar 2015) | 1 line [fp/r54458][FIX] connect: Collected data was changed to JSON format some time ago, hopefully the last one? ---------------------------------------------- r54456 | jonnybradley | 2015-03-16 17:18:33 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] notices: Only variables should be passed by reference ---------------------------------------------- r54454 | jonnybradley | 2015-03-16 17:13:13 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] installer: When leaving the installer after setting up a multitiki site, send the user to the right domain ---------------------------------------------- r54453 | jonnybradley | 2015-03-16 16:59:56 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] installer: One place where "My Tiki" was the correct text (at least it makes more sense than My Account as the default browser title for a new Tiki install) ---------------------------------------------- r54452 | jonnybradley | 2015-03-16 16:28:15 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] connect: Scroll to errors box and clean up after AJAX call errors ---------------------------------------------- r54451 | chibaguy | 2015-03-16 15:18:23 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] Fivealive-lite theme was interfering with theme option topbar background color. ---------------------------------------------- r54449 | lindonb | 2015-03-16 15:15:50 +0000 (Mon, 16 Mar 2015) | 1 line shorter and more consistent button text ---------------------------------------------- r54447 | chibaguy | 2015-03-16 14:28:11 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] Increase clickable area from link text to the whole panel heading in accordians. ---------------------------------------------- r54446 | chibaguy | 2015-03-16 12:14:09 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] Unix line endings. Thanks to luci for noticing. ---------------------------------------------- r54445 | chibaguy | 2015-03-16 11:55:15 +0000 (Mon, 16 Mar 2015) | 1 line [FIX][KIL] Improve position of find form, etc.; remove unneeded layout template. ---------------------------------------------- r54442 | xavidp | 2015-03-16 11:24:25 +0000 (Mon, 16 Mar 2015) | 1 line [FIX]i18n added to strings in title, fields and buttons of popup helper boxes opened thorugh the toolbar. Thanks luci and Juan Roberto ---------------------------------------------- r54440 | luciash | 2015-03-16 11:19:11 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] No more need to specify Verdana font on the FancyList plugin (btw, any idea why the less file has DOS line endings?) ---------------------------------------------- r54439 | jonnybradley | 2015-03-16 11:18:51 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] share: Better class for share module icons ---------------------------------------------- r54438 | jonnybradley | 2015-03-16 11:17:02 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] share: Iconify share module (part 1) ---------------------------------------------- r54437 | jonnybradley | 2015-03-16 11:15:02 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] tokens: Fix token access from a shared sefurl url - may need some further fine tuning. Hopefully addresses wish5225, thanks Xavi ---------------------------------------------- r54436 | chibaguy | 2015-03-16 11:14:40 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] Unneeded div removed. ---------------------------------------------- r54435 | chibaguy | 2015-03-16 10:57:18 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] Change Tiki legacy class "breadcrumbs" to Bootstrap "breadcrumb" and add variables to define legacy values (font style, size and display type). ---------------------------------------------- r54434 | jonnybradley | 2015-03-16 10:54:12 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] share: Partial revert of r54390 because what i thought should be "global" options regarding sharing with a token are in fact only applicable to email sending, the other methods don't get token access applied (too much to fix just now, not great - sorry) ---------------------------------------------- r54431 | luciash | 2015-03-16 10:42:25 +0000 (Mon, 16 Mar 2015) | 1 line [ENH] Accessibility: Add to current keymap all special characters that are used in Tiki for users who get trouble switching keyboard layout (thanks Marc) ---------------------------------------------- r54430 | gezzzan | 2015-03-16 09:20:57 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] bring buttons and ellipsis menu to have one navbar, also move two less frequently used buttons (duplicate, permissions) to ellipsis menu, improve permission link to highlight the case of individual permissions ---------------------------------------------- r54429 | chibaguy | 2015-03-16 08:59:16 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] Use specific bottom margin class (newly added, in tiki-variables.less) to get a bottom margin instead of using an inappropriate Bootstrap class for that effect, which sometimes has unwanted side-effects. ---------------------------------------------- r54426 | lindonb | 2015-03-16 01:40:11 +0000 (Mon, 16 Mar 2015) | 1 line [FIX] file gallery: replace legacy action icons with dropdown consistent with other listings (also not yet possible to use iconsets for input elements with type = image). Fixes http://dev.tiki.org/item5570 ---------------------------------------------- r54424 | lindonb | 2015-03-15 22:45:18 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] file gallery: oops, left off the finder view and conditional statements in last commit ---------------------------------------------- r54423 | lindonb | 2015-03-15 22:18:16 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] file gallery: fix top button area by putting view choices and gallery actions into one ellipsis dropdown ---------------------------------------------- r54421 | lindonb | 2015-03-15 19:06:56 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] ajax services: add input filters - should solve sefurl problem. ---------------------------------------------- r54420 | lindonb | 2015-03-15 18:56:21 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] Partial reversal of r54400 - could cause other sefurl problems - better fix is under way (thanks Jonny) ---------------------------------------------- r54417 | lindonb | 2015-03-15 15:45:45 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] file gallery bootstrapification: clean up alignment, consistency, and use of bootstrap form control classes of some file gallery forms. ---------------------------------------------- r54415 | walper | 2015-03-15 14:00:32 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] PluginTrackerList failed to display the popupfields set in parameter "popup". It now shows the correct fields and also in the correct order (as set in param "popup"). If popup is set without fields or not set at all, it shows no popup. ---------------------------------------------- r54413 | gezzzan | 2015-03-15 09:44:46 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] Blog listing: missing navigation button, add view action for so that action column is not empty for anonymus. Blog post listing: use icon set ---------------------------------------------- r54412 | gezzzan | 2015-03-15 09:41:42 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] tootltip for permission link icon ---------------------------------------------- r54411 | gezzzan | 2015-03-15 09:30:11 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] theme names should be displayed as nouns (first letter uppercase) in the look&feel admin, thanks chibaguy. Todo: option names. (they are trickier, listing happens with javascript at admin/include_look.php) ---------------------------------------------- r54410 | chibaguy | 2015-03-15 07:29:49 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] Bootstrap default theme needs margin under topbar due to Tiki's HTML (use correct .less file this time). ---------------------------------------------- r54409 | chibaguy | 2015-03-15 07:25:33 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] Bootstrap default theme needs margin under topbar due to Tiki's HTML. ---------------------------------------------- r54408 | chibaguy | 2015-03-15 07:20:37 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] Bootswatch themes need margin under topbar. ---------------------------------------------- r54407 | chibaguy | 2015-03-15 07:13:28 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] Strengthen specificity to override theme stylesheet. ---------------------------------------------- r54406 | chibaguy | 2015-03-15 07:09:00 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] Improve layout of top, topbar, and bottom module zones. Thanks to luci for input. ---------------------------------------------- r54404 | lindonb | 2015-03-15 06:31:52 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] didn't seem like we needed the margin and font-size setting for the pref dependency indicator anymore since we're using tooltips now ---------------------------------------------- r54402 | lindonb | 2015-03-15 05:40:11 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] accesslib: always use CSRF ticket for ajax services modals even if feature_ticketlib2 isn't set (should phase out this preference if possible). Part of the fix for bug 5588 and 5590 (thanks gezza) ---------------------------------------------- r54401 | lindonb | 2015-03-15 05:17:50 +0000 (Sun, 15 Mar 2015) | 1 line [REF] remove unused variable ---------------------------------------------- r54400 | lindonb | 2015-03-15 05:16:48 +0000 (Sun, 15 Mar 2015) | 1 line [FIX] ajax services: allow certain services to work with sefurl turned off by allowing sefurl treatment for special ajax services urls when modal is set to 1. Keeps url parameters from being unset in tiki-ajax_services.php. Should fix http://dev.tiki.org/item5590 and http://dev.tiki.org/item5588 (thanks Jonny for narrowing the problem down). ---------------------------------------------- r54398 | xavidp | 2015-03-15 01:12:43 +0000 (Sun, 15 Mar 2015) | 1 line [FIX]Replaced profile Random_header_images with a fork for Tiki14, which doesn't define anymore gradient.css as style not fixed with as custom css. Box surrounding the images in the header doesn't fully surround them at the bottom yet. ---------------------------------------------- r54397 | gezzzan | 2015-03-14 21:50:15 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] chosen does not respect disabled state on fieldset, but it respects on selects ---------------------------------------------- r54395 | walper | 2015-03-14 19:09:10 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Fixed notice when doing a database update via console. ---------------------------------------------- r54393 | walper | 2015-03-14 18:24:13 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Fixed regression introduced in r54227. Closing 5559. Minify JSFiles works properly for CKEDitor and some others. (Thanks xavi, jonnyb and gezza) ---------------------------------------------- r54391 | jonnybradley | 2015-03-14 18:04:00 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] share: One display:none too many ---------------------------------------------- r54390 | jonnybradley | 2015-03-14 18:01:57 +0000 (Sat, 14 Mar 2015) | 2 lines [FIX] share: Default to only sending via one method, email because it's the top one (not message, twitter, fb and forums all at once always) Also move the global options to the bottom of the form plus a few other minor fixes (this form needs help, Bootstrap Team! ;) ---------------------------------------------- r54389 | xavidp | 2015-03-14 17:32:27 +0000 (Sat, 14 Mar 2015) | 1 line [FIX]Start adaptation of the wizards to font-awesome icons , .less and such. Proof of concept. Feel free to improve (I hope it's better than before for Tiki14). Thanks gezza, chibaguy and jonnyb for feedback. ---------------------------------------------- r54388 | jonnybradley | 2015-03-14 17:24:53 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] admin: Labels after checkboxes works better ---------------------------------------------- r54386 | jonnybradley | 2015-03-14 16:44:04 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] admin: Hide dependencies on prefs that are not set ---------------------------------------------- r54385 | chibaguy | 2015-03-14 16:39:23 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] More adjustments around topbar and its menus (Darkroom theme). ---------------------------------------------- r54384 | jonnybradley | 2015-03-14 16:21:06 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] tabs: Sometimes a tab would not appear properly, if so just show the first one ---------------------------------------------- r54383 | chibaguy | 2015-03-14 16:14:04 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] More adjustments around topbar and its menus (jQui theme). ---------------------------------------------- r54382 | chibaguy | 2015-03-14 16:04:48 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] More adjustments around topbar and its menus (Snow theme). ---------------------------------------------- r54381 | chibaguy | 2015-03-14 16:00:30 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] More adjustments around topbar and its menus (Strasa theme). ---------------------------------------------- r54380 | chibaguy | 2015-03-14 15:56:54 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] More adjustments around topbar and its menus (Green Valley theme). ---------------------------------------------- r54379 | chibaguy | 2015-03-14 15:48:05 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] More adjustments around topbar and its menus (Feb12 theme). ---------------------------------------------- r54377 | chibaguy | 2015-03-14 15:36:00 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] More adjustments around topbar and its menus. ---------------------------------------------- r54376 | xavidp | 2015-03-14 15:30:01 +0000 (Sat, 14 Mar 2015) | 1 line [FIX]i18n of a string ---------------------------------------------- r54375 | gezzzan | 2015-03-14 15:28:57 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] form-group is a class, not a style, also correcting order of closing div ---------------------------------------------- r54374 | xavidp | 2015-03-14 15:28:25 +0000 (Sat, 14 Mar 2015) | 1 line [FIX]Fix regression that breaks parsing templates for languages that can use single quotes (apostrophes) in strings ---------------------------------------------- r54373 | chibaguy | 2015-03-14 13:51:03 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Unify menu styles (Business theme). ---------------------------------------------- r54372 | chibaguy | 2015-03-14 12:46:29 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Unify topbar and menu styles - cssmenu menus mapped to bootstrap variables to simplify menu styling, etc. Todo: more themes, details, cleanup. ---------------------------------------------- r54370 | chibaguy | 2015-03-14 11:07:50 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Remove unneeded divs to simplify layout templates mostly around top module and topbar module zones. ---------------------------------------------- r54369 | chibaguy | 2015-03-14 10:29:14 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Add distinct image path variable for global images in tiki-color_selectors.less to prevent chance of theme-specific image path being applied instead (some cases of which were found by gezza). ---------------------------------------------- r54368 | chibaguy | 2015-03-14 09:18:12 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Better arrangement to handle styling. ---------------------------------------------- r54367 | chibaguy | 2015-03-14 06:23:55 +0000 (Sat, 14 Mar 2015) | 1 line [FIX] Make basic layout more similar to default Bootstrap appearance (remove overrides of .page-header and page footer); remove a few unneeded divs so tpl is easier to understand. ---------------------------------------------- r54366 | gezzzan | 2015-03-13 22:40:35 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] proper tooltip text (anonymus cant manage, so better to say "view") ---------------------------------------------- r54365 | gezzzan | 2015-03-13 22:26:28 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] some more naming and visual fixes ---------------------------------------------- r54364 | gezzzan | 2015-03-13 22:03:53 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] give button primary class ---------------------------------------------- r54363 | gezzzan | 2015-03-13 22:01:59 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] apply form-control on select to have proper width ---------------------------------------------- r54362 | gezzzan | 2015-03-13 20:50:33 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] missing remarksbox type and title ---------------------------------------------- r54361 | gezzzan | 2015-03-13 20:46:03 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] don't show structure alias update for anonymus ---------------------------------------------- r54357 | jonnybradley | 2015-03-13 17:49:42 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] jQuery: Replace ancient uses of $jq instead of $ left over from when jQuery was running in compatibility mode ---------------------------------------------- r54355 | jonnybradley | 2015-03-13 17:32:18 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] filegals: Use the requested galleryId to upload into, not the root gallery even if the user can see no other galleries ---------------------------------------------- r54354 | jonnybradley | 2015-03-13 17:06:43 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] console: Display a more polite error when local.php isn't there (thanks luciash) ---------------------------------------------- r54353 | gezzzan | 2015-03-13 15:31:14 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] reduce structure home icon padding when drilldown menu is enabled ---------------------------------------------- r54351 | luciash | 2015-03-13 14:40:37 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] adding missing svn:keywords Id property ---------------------------------------------- r54350 | luciash | 2015-03-13 14:11:19 +0000 (Fri, 13 Mar 2015) | 1 line [MOD] remove unwanted CSS rule ---------------------------------------------- r54347 | jonnybradley | 2015-03-13 10:23:24 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] gdgraph: Two tiny typos (thanks marclaporte) ---------------------------------------------- r54345 | lindonb | 2015-03-13 01:14:36 +0000 (Fri, 13 Mar 2015) | 1 line [FIX] tablesorter: keep column selector popup from hiding button so he popup can be hidden again (thanks Jonny) ---------------------------------------------- r54344 | gezzzan | 2015-03-12 20:46:56 +0000 (Thu, 12 Mar 2015) | 1 line [FIX] fixing broken structure drilldown menu. Works nicely with cssmenu, so make it a pref dependency. Also remove tiki-user_drilldownmenu.tpl, it is not needed to get this working now that tiki has built in dropdown-hover. TODO: tiki_base.css fixes to reduce padding ---------------------------------------------- r54343 | jonnybradley | 2015-03-12 17:10:55 +0000 (Thu, 12 Mar 2015) | 1 line [FIX] trackers: Don't render ratings fields as editable as it conflicts with clicking to vote ---------------------------------------------- r54342 | jonnybradley | 2015-03-12 16:17:44 +0000 (Thu, 12 Mar 2015) | 2 lines [FIX] sessions: Somehow sometimes the default php session cookie is missing, but the extra "CV" one is there, so the session partially works but fails sometimes, especially on Sea Surfing (CSRF) detection which relies on the session working properly. So this fix checks for either cookie's presence and starts the session if either one is set. Hopefully should fix wish5341 and possibly others, thanks Jyhem ---------------------------------------------- r54341 | gezzzan | 2015-03-12 14:09:07 +0000 (Thu, 12 Mar 2015) | 1 line [FIX] display name for the default theme "Default Bootstrap" ---------------------------------------------- r54340 | chibaguy | 2015-03-12 02:36:14 +0000 (Thu, 12 Mar 2015) | 1 line [FIX] Fix comments layout for better readability and conform better to Bootstrap pattern (media object, media list); remove related obsolete CSS rules. ---------------------------------------------- r54339 | gezzzan | 2015-03-11 20:35:21 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] use icon set ---------------------------------------------- r54337 | gezzzan | 2015-03-11 19:53:37 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] misplaced checkbox texts and use remarksbox for tips ---------------------------------------------- r54336 | jonnybradley | 2015-03-11 19:10:45 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] rss: Parse html pages as html, and make an attempt to create prettier diffs on html pages (not 100% successful, seems some plugins get diff'ed as html still) ---------------------------------------------- r54335 | jonnybradley | 2015-03-11 18:03:27 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] structures: Check pref to see if a page can be opened without being in its structure (thanks Geoff) ---------------------------------------------- r54334 | jonnybradley | 2015-03-11 16:18:16 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] structures: Closing </li> tag in wrong place (although the "hide structure" menu item doesn't do anything anyway?) ---------------------------------------------- r54333 | eromneg | 2015-03-11 15:03:50 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] provide a new plugin parameter so that the img-responsive class is suppressed - oops - forgot to set the default value ---------------------------------------------- r54332 | eromneg | 2015-03-11 14:35:21 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] provide a new plugin parameter so that the img-responsive class is suppressed if the image needs to be in-line: current default is 'y' intended for new installs . Just a first step - still need to add a new pref so that the parameter default can be set to be either y or n and this could be changed by an upgrade script if necessary. ---------------------------------------------- r54330 | jonnybradley | 2015-03-11 12:53:19 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] trackers: Change the data request for export fields from GET to POST - should address wish5536, thanks Xavi ---------------------------------------------- r54329 | jonnybradley | 2015-03-11 12:15:03 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] admin: Icon on structures button wasn't working, so fixed that, also improved the titles and converted to use the {button} function ---------------------------------------------- r54326 | xavidp | 2015-03-11 10:00:18 +0000 (Wed, 11 Mar 2015) | 1 line [FIX]Fix regressions introduced in r49040 and r47865 setting a requirement to have bbb plugin set to record new meetings in order to allow displaying previous recordings. Without this fix, the versatile behavior for bbb 0.8.x is prevented (allow a group of people to use the bbb system and watch a log of meetings from the admins, but only record meetings when admins set recordings to be stored for their official meetings, etc). Unclear yet how this might have to be adapted for bbb 0.9.x (which is unreleased as stable yet, anyway) ---------------------------------------------- r54325 | chibaguy | 2015-03-11 09:52:37 +0000 (Wed, 11 Mar 2015) | 1 line [FIX] Change wikiplugin_sign tooltip background from transparent to a color that matches the theme; also specify the tooltip text color for good contrast. ---------------------------------------------- r54323 | gezzzan | 2015-03-10 21:42:58 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] making structure bar use icon set, bootstrap classes and take less space. Todo: drill-down does not work ---------------------------------------------- r54322 | gezzzan | 2015-03-10 21:38:41 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] broken admin icon, simplified tooltip header, adding missing legacy icon ---------------------------------------------- r54320 | jonnybradley | 2015-03-10 18:25:42 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] MyTiki: Change MyInfo to My Info for consistency (most translations use proper words) ---------------------------------------------- r54319 | jonnybradley | 2015-03-10 18:06:01 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] MyTiki: New icons ---------------------------------------------- r54318 | jonnybradley | 2015-03-10 17:50:27 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] MyTiki: Rename MyTiki to My Account in the application menu (all other cases done previously by chibaguy, thanks ;) ---------------------------------------------- r54316 | jonnybradley | 2015-03-10 17:16:47 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] editpage: Stop the session warning appearing briefly on page load (had to manually "help" tiki_base.css as most of it disappeared), also fix the selector for it so the timeout works again, and target the "session expired" text better. ---------------------------------------------- r54315 | jonnybradley | 2015-03-10 15:59:22 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] registration: When a user tracker registration prevents registration (but jquery.validation is off or bypassed) and eponymousGroups is in use, remove the group that was created along with the (former) user. Thanks luciash ---------------------------------------------- r54314 | jonnybradley | 2015-03-10 14:59:55 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] Tags: Rename Freetags to Tags in the application menu (all other cases done previously by chibaguy, thanks ;) ---------------------------------------------- r54313 | anbumania | 2015-03-10 12:55:49 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] Edit popups should be modal (specifically Edit Tracker Item) ---------------------------------------------- r54312 | anbumania | 2015-03-10 11:08:28 +0000 (Tue, 10 Mar 2015) | 1 line [FIX] Wiki-parsed menu labels (Name field) display html when a bootstrap menu is used. ---------------------------------------------- r54310 | gezzzan | 2015-03-09 21:47:01 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] apply bootstrap breadcrumb class and some minor visual fix, no need for two lines ---------------------------------------------- r54308 | walper | 2015-03-09 19:41:20 +0000 (Mon, 09 Mar 2015) | 2 lines [FIX] Loginbox created wrong action url when using non-standard ports and a reverse proxy, thus login was not possible. This fix also supports an autodetection for the requested port which makes it easier to configure. The basic setup would only require to set ['feature_port_rewriting'] and to send a proper ['HTTP_X_FORWARDED_PROTO'] header. Even when setting ['feature_port_rewriting'] tiki can be accessed locally using a different port and protocol. ---------------------------------------------- r54306 | jonnybradley | 2015-03-09 17:15:21 +0000 (Mon, 09 Mar 2015) | 2 lines [FIX] comments: Pages with a comma in the name was breaking the add-comment target selector (so just remove them) Thanks Jyhem ---------------------------------------------- r54305 | gezzzan | 2015-03-09 16:37:49 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] icon name for group watch ---------------------------------------------- r54303 | jonnybradley | 2015-03-09 16:34:01 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] mobile: Removing left over {if $prefs.mobile_mode} clauses in main templates following removal of jquery.mobile ---------------------------------------------- r54302 | jonnybradley | 2015-03-09 15:54:17 +0000 (Mon, 09 Mar 2015) | 2 lines [FIX] calendars: Replace more_info.gif with a new glyph icon as it has been deleted Plus some reformatting and removal of redundant mobile_mode code for jquery.mobile ---------------------------------------------- r54300 | jonnybradley | 2015-03-09 13:16:08 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] calendars: Fix js on recurrence rule checkbox (can find no trace of a function called togglereminderforrecurrence going back to tiki 6) ---------------------------------------------- r54299 | jonnybradley | 2015-03-09 13:02:27 +0000 (Mon, 09 Mar 2015) | 2 lines [FIX] calendars: Fix start and end date rows on calendar edit item form, convert html to bootstrap and js to jquery. More extensive changes than anticipated as it was in such a bad state:- removed ugly plus and minus buttons that had stopped working some time ago, make changes to the start or end reflect properly in the duration, and repair all-day and duration/end-time show and hide functionality. ---------------------------------------------- r54298 | jonnybradley | 2015-03-09 12:57:42 +0000 (Mon, 09 Mar 2015) | 1 line [MOD] datepicker: Trigger the change event on the hidden input containing the unix timestamp after datepicker has modified a date. Required for calendar fixes coming soon, shouldn't affect anything else yet... ---------------------------------------------- r54297 | jonnybradley | 2015-03-09 11:48:49 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] calendar: Show busy spinner (a.k.a. "tikiModal") on event for full calendar while modal dialog is loading ---------------------------------------------- r54295 | chibaguy | 2015-03-09 11:30:54 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] Darkshine theme topbar superfish menu text colors. ---------------------------------------------- r54294 | yonixxx | 2015-03-09 11:30:09 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] typo, space added ---------------------------------------------- r54293 | yonixxx | 2015-03-09 11:24:07 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] tiki version displays as independant option reflecting the module options ---------------------------------------------- r54291 | chibaguy | 2015-03-09 09:23:58 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] Business theme suckerfish menu in topbar - colors, text transform, arrows, etc. ---------------------------------------------- r54290 | chibaguy | 2015-03-09 07:41:37 +0000 (Mon, 09 Mar 2015) | 1 line [FIX] For external themes (not made by compiling Tiki less files), provide colors for elements outside Bootstrap scope (color rules added in tiki_base.css). Also a little trimming of unused rules. Todo in future: try to further reduce the size of now-growing tiki_base.css. ---------------------------------------------- r54287 | jonnybradley | 2015-03-08 19:40:11 +0000 (Sun, 08 Mar 2015) | 1 line [FIX] calendars: Keep the datepicker trigger icon on the same line as the input, and make the event modal popup wider ---------------------------------------------- r54286 | jonnybradley | 2015-03-08 19:00:23 +0000 (Sun, 08 Mar 2015) | 1 line [FIX] chosen: Make sure bootstrap modals always initialise Chosen ---------------------------------------------- r54285 | jonnybradley | 2015-03-08 17:08:43 +0000 (Sun, 08 Mar 2015) | 2 lines [FIX] chosen: Make the text in the select elements that Chosen replaces be the same size as the Chosen's version so they come out to be the right size in the end. A somewhat arbitrary fix, but helped by info on https://github.com/harvesthq/chosen/issues/778 ---------------------------------------------- r54284 | chibaguy | 2015-03-08 14:06:39 +0000 (Sun, 08 Mar 2015) | 1 line [FIX] Maps cursor position tool lost its white color in FiveAlive-lite. Thanks to geoff for reporting.. ---------------------------------------------- r54281 | chibaguy | 2015-03-08 08:47:07 +0000 (Sun, 08 Mar 2015) | 1 line [FIX] Reduce scope of sitelogo max-height to top_modules; also replace middle background image with inset box shadow. Thanks to luci. ---------------------------------------------- r54280 | jonnybradley | 2015-03-07 19:09:53 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] editable: Small fix for small editables ---------------------------------------------- r54278 | gezzzan | 2015-03-07 17:47:17 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] adding missing form-control classes ---------------------------------------------- r54265 | jonnybradley | 2015-03-07 14:52:43 +0000 (Sat, 07 Mar 2015) | 2 lines [FIX] editable: Proper fix for displaying inline editable fields after they have been saved. Needed a slight mod to tracker-fetch_item_field action to get the correct output rendering of a single field instead of trying to recreate it in javascript. ---------------------------------------------- r54264 | gezzzan | 2015-03-07 14:40:29 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] adding form-control class to user selector select ---------------------------------------------- r54263 | gezzzan | 2015-03-07 14:27:36 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] form-control class to file gallery dropdown ---------------------------------------------- r54262 | jonnybradley | 2015-03-07 13:20:24 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] editable: Better feedback when saving editable items ---------------------------------------------- r54261 | jonnybradley | 2015-03-07 13:19:20 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] editable: Improve CSS for modified editable items so the border is displayed properly and the span stays as a single block ---------------------------------------------- r54259 | chibaguy | 2015-03-07 12:52:46 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] Correct colors in page footer. ---------------------------------------------- r54258 | chibaguy | 2015-03-07 11:08:50 +0000 (Sat, 07 Mar 2015) | 1 line [FIX] Space needed between other image classes and image file number (causing a class like "img-responsive83"). ---------------------------------------------- r54257 | jonnybradley | 2015-03-06 18:56:11 +0000 (Fri, 06 Mar 2015) | 1 line [FIX] editable: Add some feedback when saving editable items (i.e. tracker fields) ---------------------------------------------- r54256 | jonnybradley | 2015-03-06 17:57:07 +0000 (Fri, 06 Mar 2015) | 1 line [FIX] tikiModal: Inconsistent return values - always return the object if possible. ---------------------------------------------- r54255 | jonnybradley | 2015-03-06 13:42:44 +0000 (Fri, 06 Mar 2015) | 1 line [FIX] menus: Add the magic bootstrap class to make Chosen set the width correctly. Thanks again Wolfgang. ---------------------------------------------- r54253 | jonnybradley | 2015-03-06 11:55:58 +0000 (Fri, 06 Mar 2015) | 1 line [FIX] menus: {ldelim} & {rdelim} seems to have stopped working when inside a function parameter (presumably due to a Smarty update?), so move that into a captured string. Thanks Wolfgang. ---------------------------------------------- r54252 | jonnybradley | 2015-03-06 11:38:08 +0000 (Fri, 06 Mar 2015) | 1 line [FIX] search: Make activities not searchable (thanks LP) ---------------------------------------------- r54251 | gezzzan | 2015-03-06 10:12:21 +0000 (Fri, 06 Mar 2015) | 1 line [FIX] ajax autosave pref alignment ---------------------------------------------- r54250 | chibaguy | 2015-03-06 04:36:12 +0000 (Fri, 06 Mar 2015) | 1 line [FIX] Add navbar-default background color (FiveAlive-lite options). ---------------------------------------------- r54247 | jonnybradley | 2015-03-05 15:50:59 +0000 (Thu, 05 Mar 2015) | 2 lines [FIX] maps: Firefox doesn't have offsetX or Y, so use existing OpenLayers.Pixel from the event (that i completely missed before) Fixes tooltips on markers for Firefox. ---------------------------------------------- r54246 | jonnybradley | 2015-03-05 15:36:04 +0000 (Thu, 05 Mar 2015) | 1 line [FIX] antibot: Pref check for jquery validate feature ---------------------------------------------- r54245 | jonnybradley | 2015-03-05 15:23:35 +0000 (Thu, 05 Mar 2015) | 1 line [FIX] antibot: Icon in button ---------------------------------------------- r54244 | jonnybradley | 2015-03-05 15:13:30 +0000 (Thu, 05 Mar 2015) | 1 line [DOC] Add a note about getting jCapture to work with basic authentication ---------------------------------------------- r54243 | chibaguy | 2015-03-05 14:59:01 +0000 (Thu, 05 Mar 2015) | 1 line [FIX] More consistent and appropriate colors for menus. ---------------------------------------------- r54242 | jonnybradley | 2015-03-05 14:55:48 +0000 (Thu, 05 Mar 2015) | 1 line [FIX] Add keywords for eponymous groups so it appears in the prefs search ---------------------------------------------- r54241 | anbumania | 2015-03-05 11:23:24 +0000 (Thu, 05 Mar 2015) | 1 line [FIX] Location Field covers date time field picker ---------------------------------------------- r54239 | walper | 2015-03-05 10:01:43 +0000 (Thu, 05 Mar 2015) | 1 line [FIX] Trackerfield ItemList did show nothing when editing an item. ---------------------------------------------- r54237 | chibaguy | 2015-03-05 07:00:16 +0000 (Thu, 05 Mar 2015) | 1 line [FIX] Adjust padding of list item so characters aren't cut off. Thanks to gezza for reporting. ---------------------------------------------- r54234 | jonnybradley | 2015-03-04 14:43:25 +0000 (Wed, 04 Mar 2015) | 1 line [FIX] modals: Param options still needs initialising if not supplied, the problem here was a missing | char making it a bitwise or, not a comparison (my fault, sorry, reverts and fixes r54233) ---------------------------------------------- r54233 | anbumania | 2015-03-04 14:05:28 +0000 (Wed, 04 Mar 2015) | 1 line [FIX]Add Field and Edit Advanced Option not working Help ---------------------------------------------- r54231 | jonnybradley | 2015-03-04 13:40:06 +0000 (Wed, 04 Mar 2015) | 1 line [FIX] popups: Don't escape unicode characters in popups (as seen in tracker popups for instance, thanks Wolfgang) ---------------------------------------------- r54230 | chibaguy | 2015-03-04 13:37:02 +0000 (Wed, 04 Mar 2015) | 1 line [FIX] Import Bootstrap component .less files in default.less, to avoid import statement in default.css. ---------------------------------------------- r54229 | jonnybradley | 2015-03-04 13:27:11 +0000 (Wed, 04 Mar 2015) | 1 line [FIX] ajax: Fix error display for when jquery.validate feature is disabled. Not ideal but it prevents the js errors and displays an error at the top of the form (jquery.validate enabled is recommended) ---------------------------------------------- r54227 | walper | 2015-03-04 12:32:46 +0000 (Wed, 04 Mar 2015) | 1 line [FIX] Javascript compression did not include certain js files tagged as depandancy. See prefs: tiki_minify_javascript, tiki_minify_late_js_files ---------------------------------------------- r54225 | walper | 2015-03-04 08:39:50 +0000 (Wed, 04 Mar 2015) | 1 line [bp/r54210][FIX] URL text gadget is too narrow. (Thanks anbumania) ---------------------------------------------- r54224 | walper | 2015-03-04 08:31:37 +0000 (Wed, 04 Mar 2015) | 1 line [bp/r54209][FIX] Dynamic item list select gadget is too narrow. (Thanks anbumania) ---------------------------------------------- r54222 | walper | 2015-03-04 08:24:55 +0000 (Wed, 04 Mar 2015) | 1 line [bp/r54148][FIX] Fixed developer svn tools like svnbranchupdate to work on windows. ---------------------------------------------- r54221 | walper | 2015-03-04 08:20:28 +0000 (Wed, 04 Mar 2015) | 1 line [bp/r54147][ENH] Slightly optimized htaccess following googles cache directive advise. Disabled cache-control in favour of expires. Separate modified since definitions for js/css and images. ---------------------------------------------- r54219 | nkoth | 2015-03-03 22:45:39 +0000 (Tue, 03 Mar 2015) | 1 line [FIX] non-existent class alias used - refer r54212 ---------------------------------------------- r54218 | gezzzan | 2015-03-03 18:52:56 +0000 (Tue, 03 Mar 2015) | 1 line composer.lock missed ---------------------------------------------- r54217 | gezzzan | 2015-03-03 18:47:50 +0000 (Tue, 03 Mar 2015) | 1 line composer update cwspear/bootstrap-hover-dropdown" to "2.1.3" and "alxlit/bootstrap-chosen" to "1.0.1" ---------------------------------------------- r54214 | jonnybradley | 2015-03-03 18:23:28 +0000 (Tue, 03 Mar 2015) | 1 line [FIX] calendar: Plugin returns html so declare that in the definition ---------------------------------------------- r54212 | walper | 2015-03-03 18:04:48 +0000 (Tue, 03 Mar 2015) | 1 line [FIX] Fix unified search mysql running into an exception that returns just an empty resultset when the username contains a space. Complements r54204 and refers to bug 5572. Made ItemLink more debug friendly. ---------------------------------------------- r54208 | jonnybradley | 2015-03-03 15:21:05 +0000 (Tue, 03 Mar 2015) | 1 line [FIX] warnings and notices ---------------------------------------------- r54207 | jonnybradley | 2015-03-03 15:19:49 +0000 (Tue, 03 Mar 2015) | 1 line [FIX] profiles: Strict warning: Only variables should be passed by reference ---------------------------------------------- r54204 | nkoth | 2015-03-03 13:08:59 +0000 (Tue, 03 Mar 2015) | 1 line [bp/r54196][FIX] When username has a blank in it, and when MySQL engine is used, no results are returned. Sorry for sloppy code in r52294 that caused this. Thanks wolfgang for his tireless testing in documented in bug 5572 ---------------------------------------------- r54203 | gezzzan | 2015-03-03 13:04:39 +0000 (Tue, 03 Mar 2015) | 1 line satis update to have the latest alxlit/bootstrap-chosen ---------------------------------------------- r54200 | xavidp | 2015-03-03 11:57:33 +0000 (Tue, 03 Mar 2015) | 1 line [REF]Convert white spaces into tabs. thanks gezza (I wonder why phpstorm was inserting spaces) ---------------------------------------------- r54197 | xavidp | 2015-03-03 10:42:50 +0000 (Tue, 03 Mar 2015) | 1 line [FIX]Renaming a group didn't update the name in the corresponding group watches. Fixes bug5573 ---------------------------------------------- r54193 | walper | 2015-03-02 17:23:10 +0000 (Mon, 02 Mar 2015) | 4 lines [FIX] Fix trackerfield Dynamic-Item-List. IMPORTANT: This fix saves the itemId of the referenced Item, not the native value! Thus it will break existing usecases. Improvements/tested combinations: One can assign multiple DIL-Fields to one selection field (before it was just one). Filterfield Combinations: category/category, itemlink/itemlink, itemlink/textfield (other equal fieldtypes should work as well). Category can only be used with category for security. Displayfields (to make the selection from) : category, itemlist, itemlink, textfield (other simple fields should work). ---------------------------------------------- r54187 | nkoth | 2015-03-02 15:40:54 +0000 (Mon, 02 Mar 2015) | 1 line [FIX] If pref search_default_where is set to Entire set, value of pref is array('') which results in blank type, avoid filtering by blank type which result in no results in that case ---------------------------------------------- r54186 | jonnybradley | 2015-03-02 15:39:03 +0000 (Mon, 02 Mar 2015) | 1 line [FIX] check: Check for popen PHP function, needed for file search indexing ---------------------------------------------- r54185 | jonnybradley | 2015-03-02 15:06:14 +0000 (Mon, 02 Mar 2015) | 1 line [FIX] filegals: Add a button to correct mime-types for Microsoft Office files that have been uploaded in previous versions and have the incorrect mime-type assigned, which prevents search indexing from working properly ---------------------------------------------- r54184 | gezzzan | 2015-03-02 13:26:03 +0000 (Mon, 02 Mar 2015) | 1 line [FIX] tooltip on image looked weird ---------------------------------------------- r54183 | xavidp | 2015-03-02 12:04:30 +0000 (Mon, 02 Mar 2015) | 1 line [FIX]show all images when no fileId is specified to filter results. should fix bug5569. thanks torsten and gezza for feedback ---------------------------------------------- r54176 | jonnybradley | 2015-03-01 19:20:18 +0000 (Sun, 01 Mar 2015) | 1 line [FIX] wiki: Move calculation of whether to suppress icons for current plugin nearer to plugin execution and restore the option afterwards (included page edit section icons don't work) ---------------------------------------------- r54174 | lindonb | 2015-03-01 18:14:45 +0000 (Sun, 01 Mar 2015) | 1 line more icons for top buttons ---------------------------------------------- r54172 | lindonb | 2015-03-01 17:57:23 +0000 (Sun, 01 Mar 2015) | 1 line more icons in top buttons ---------------------------------------------- r54171 | lindonb | 2015-03-01 17:41:56 +0000 (Sun, 01 Mar 2015) | 1 line add icons to main top buttons; remove admin users button since we're already on that page ---------------------------------------------- r54170 | lindonb | 2015-03-01 17:31:52 +0000 (Sun, 01 Mar 2015) | 1 line add top button icons and reorder buttons ---------------------------------------------- r54168 | lindonb | 2015-03-01 17:23:01 +0000 (Sun, 01 Mar 2015) | 1 line more icons to top buttons; add space between button icon and text within smarty function ---------------------------------------------- r54167 | lindonb | 2015-03-01 17:15:42 +0000 (Sun, 01 Mar 2015) | 1 line add icons to main top buttons ---------------------------------------------- r54165 | lindonb | 2015-03-01 17:09:00 +0000 (Sun, 01 Mar 2015) | 1 line [FIX] allow smarty button function to display icon and text; use icons with text on main buttons on tiki-forums.tpl ---------------------------------------------- r54163 | lindonb | 2015-03-01 05:50:00 +0000 (Sun, 01 Mar 2015) | 1 line iconset conversion; also legacy icon for duplicate was broken ---------------------------------------------- r54161 | lindonb | 2015-03-01 04:48:07 +0000 (Sun, 01 Mar 2015) | 1 line [FIX] forum thread: iconset conversion and get button to jump to top of page to work again. ---------------------------------------------- r54159 | lindonb | 2015-03-01 04:07:24 +0000 (Sun, 01 Mar 2015) | 1 line [FIX] ellipsis hover - allow for nonhover with mobile ---------------------------------------------- r54157 | lindonb | 2015-03-01 04:03:32 +0000 (Sun, 01 Mar 2015) | 1 line icons - use ellipsis for thread actions ---------------------------------------------- r54155 | lindonb | 2015-03-01 03:09:49 +0000 (Sun, 01 Mar 2015) | 1 line [FIX] iconsets: get rid of hardcoded legacy icons on default home page - was also causing oversized plugin edit icons to appear. Don't think the icons add much here. ---------------------------------------------- r54153 | lindonb | 2015-03-01 02:52:24 +0000 (Sun, 01 Mar 2015) | 1 line [FIX] iconsets: keep individual icon settings from being overridden; external link icon was breaking for legacy icons since specific external link append setting of .gif was being overridden by general legacy iconset append of .png ---------------------------------------------- r54151 | lindonb | 2015-03-01 02:28:21 +0000 (Sun, 01 Mar 2015) | 1 line iconset conversion and some indenting ---------------------------------------------- r54149 | lindonb | 2015-03-01 02:25:21 +0000 (Sun, 01 Mar 2015) | 1 line iconset conversion for the smarty modifier iconify, which is used to show an icon for filetypes in attachment listings (icons used in file galleries to represent file types are not affected by this commit) ---------------------------------------------- r54145 | lindonb | 2015-02-28 23:56:08 +0000 (Sat, 28 Feb 2015) | 1 line [FIX] forum: remove badge formatting so you can tell the attachment count is a link ---------------------------------------------- r54140 | jonnybradley | 2015-02-28 20:09:28 +0000 (Sat, 28 Feb 2015) | 1 line [FIX] setup: composer warnings now seem to come out of stderr now, so pipe those into sed to hide the warnings (but unfortunately no coloured text afterwards for some reason) ---------------------------------------------- r54138 | walper | 2015-02-28 17:56:36 +0000 (Sat, 28 Feb 2015) | 1 line [FIX] Fixed Bug View Trackeritem https://dev.tiki.org/item5562 introduced in r54090 bp/r54086 (addressed bug in ImgPlugin). Also final fix for ImgPlugin. Updated doc for ImgPlugin https://doc.tiki.org/tiki-index.php?page_ref_id=4393#content_index2-2. ---------------------------------------------- r54136 | lindonb | 2015-02-28 15:20:25 +0000 (Sat, 28 Feb 2015) | 1 line [FIX] forms: use variables to determine form column widths for categorize.tpl since it is used in many forms which may have different width alignments ---------------------------------------------- r54134 | lindonb | 2015-02-28 04:51:42 +0000 (Sat, 28 Feb 2015) | 1 line [FIX] admin forums: align form elements better ---------------------------------------------- r54133 | jonnybradley | 2015-02-27 18:11:35 +0000 (Fri, 27 Feb 2015) | 1 line [FIX] elFinder: elFinder uses mime-types like application/vnd.ms-word for MS Word documents, but we use application/msword etc in tiki (for some obscure reason) so change them to match so search indexing etc works ---------------------------------------------- r54129 | xavidp | 2015-02-26 19:52:43 +0000 (Thu, 26 Feb 2015) | 1 line [FIX]Add 14.x to the dropdowns-et-al for show.t.o (another of the missing post-branching operations) ---------------------------------------------- r54127 | xavidp | 2015-02-26 19:30:29 +0000 (Thu, 26 Feb 2015) | 2 lines [FIX]profilesLink updated to 14.x ---------------------------------------------- r54125 | chibaguy | 2015-02-26 18:36:41 +0000 (Thu, 26 Feb 2015) | 1 line [REF] Making items fit better in the narrow FiveAlive-lite top module zone. ---------------------------------------------- r54124 | chibaguy | 2015-02-26 11:27:45 +0000 (Thu, 26 Feb 2015) | 1 line [FIX] Fix image path to img/icons/.... ---------------------------------------------- r54123 | gezzzan | 2015-02-26 10:39:10 +0000 (Thu, 26 Feb 2015) | 1 line [FIX] icon set for rss image ---------------------------------------------- r54122 | gezzzan | 2015-02-26 10:13:38 +0000 (Thu, 26 Feb 2015) | 1 line [FIX] adding missing pref (feed_forums_homepage), icon set and adjusting layout ---------------------------------------------- r54121 | gezzzan | 2015-02-26 10:07:30 +0000 (Thu, 26 Feb 2015) | 1 line [FIX] label and content for textareas in control panels should have the same layout as text fields otherwise it the panels looks messy ---------------------------------------------- r54116 | gezzzan | 2015-02-25 18:54:47 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] icon set ---------------------------------------------- r54115 | gezzzan | 2015-02-25 18:42:36 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] icon set for history ---------------------------------------------- r54114 | gezzzan | 2015-02-25 18:34:42 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] few more visual fixes ---------------------------------------------- r54113 | gezzzan | 2015-02-25 17:02:29 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] finishing bootstrap changes, still some to do left ---------------------------------------------- r54112 | gezzzan | 2015-02-25 17:00:58 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] button size should be the same as elsewhere ---------------------------------------------- r54111 | chibaguy | 2015-02-25 15:01:10 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] Compiled following [r54110] - jonnybradley: [FIX] less: Small typo in green valley less file ---------------------------------------------- r54110 | jonnybradley | 2015-02-25 14:55:50 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] less: Small typo in green valley less file ---------------------------------------------- r54109 | chibaguy | 2015-02-25 14:34:10 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] CSS files compiled based on corrected image path by Jonny. ---------------------------------------------- r54108 | jonnybradley | 2015-02-25 14:21:18 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] less: Image in img/icons dir (not compiled due to other issues, thanks chibaguy) ---------------------------------------------- r54107 | jonnybradley | 2015-02-25 14:17:12 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] less: Use current imagePath var for ajax loading images, and remove extra slash in icons paths (not compiled due to other issues, thanks chibaguy) ---------------------------------------------- r54106 | gezzzan | 2015-02-25 13:38:34 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] file gallery listing settings looked broken ---------------------------------------------- r54105 | chibaguy | 2015-02-25 13:37:23 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] Corrected image path. Thanks to Jonny for spotting. ---------------------------------------------- r54104 | chibaguy | 2015-02-25 13:22:02 +0000 (Wed, 25 Feb 2015) | 1 line [NEW] This image file seems to still be used. ---------------------------------------------- r54102 | chibaguy | 2015-02-25 12:29:24 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] Background images weren't loading due to image path conflict (reordering files in strasa.less fixed it). ---------------------------------------------- r54101 | chibaguy | 2015-02-25 12:08:33 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] Background images weren't loading due to image path conflict (reordering files in ohia.less fixed it). ---------------------------------------------- r54100 | chibaguy | 2015-02-25 11:55:35 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] Page content (container) background image wasn't displaying with all layout templates. ---------------------------------------------- r54098 | jonnybradley | 2015-02-25 11:48:25 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] wiki: Give the option to cancel removing a page ---------------------------------------------- r54097 | chibaguy | 2015-02-25 11:38:37 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] navbar needs background color as well as image; make default navbar-inverse dark-on-light but opposite for navbar-fixed-top. ---------------------------------------------- r54096 | chibaguy | 2015-02-25 11:20:33 +0000 (Wed, 25 Feb 2015) | 1 line [FIX] Regression: no style set for button highlight state (like on search page to indicate selected area). ---------------------------------------------- r54095 | nkoth | 2015-02-25 04:21:26 +0000 (Wed, 25 Feb 2015) | 2 lines [FIX] Workaround annoying Deprecated errors showing from Zend lib ---------------------------------------------- r54094 | nkoth | 2015-02-25 03:53:27 +0000 (Wed, 25 Feb 2015) | 2 lines [FIX] When uninstalling addon, stray addon registry items left behind if multiple versions have been installed before ---------------------------------------------- r54093 | jonnybradley | 2015-02-24 19:01:31 +0000 (Tue, 24 Feb 2015) | 3 lines [bp/r54085][ENH] optional: suppress an annoying composer warning (thanks, Jonny) [bp/r54092][FIX] composer default: no annoying warnings, 'L' logfile output, 'V' verbose output (thanks, Jonny) Thanks Frank, imho r54085 is a FIX too ;) ---------------------------------------------- r54090 | jonnybradley | 2015-02-24 18:17:12 +0000 (Tue, 24 Feb 2015) | 1 line [bp/r54086][FIX] Mouseover option no longer works in PluginImg (thanks Mani) ---------------------------------------------- r54089 | jonnybradley | 2015-02-24 18:06:28 +0000 (Tue, 24 Feb 2015) | 13 lines Merged from trunk: composer updates (as i wasn't aware 14.x had been created due to mailing list outage) * Run "sh setup.sh" to update composer after svn up. [bp/r54081][SVN] Ignore new (composer) log files [from revision 54080] Update phpcas (1.3.2 to 1.3.3 - not tested) [bp/r54082] Update zendframework1 (1.12.3 to 1.12.11 - lightly tested) [bp/r54083] Update symfony/config (2.4.3 to 2.6.3 - lightly tested with a local tiki.ini file) Also grouped the symphony requirements together. [bp/r54084] Update symfony/dependency-injection (2.4.3 to 2.6.4 - my tiki still works so think it's ok) Also updated symfony/config (2.6.3 to 2.6.4 - oops) [bp/r54087] Update jquery/plugins/chosen (1.0.0 to 1.3.0 - very lightly tested) [bp/r54088] Update jquery/plugins/jquery-json (2.4 to 2.5.1 plus extra cleaning - lightly tested) Thanks Jyhem for the composer.tiki.org help! ---------------------------------------------- r54079 | nkoth | 2015-02-24 04:54:13 +0000 (Tue, 24 Feb 2015) | 1 line [BRANCH] Creation, branches/14.x 0 to 54078 ---------------------------------------------- r54078 | nkoth | 2015-02-24 04:46:03 +0000 (Tue, 24 Feb 2015) | 2 lines [FIX] Add feature check ---------------------------------------------- r54077 | nkoth | 2015-02-24 03:37:04 +0000 (Tue, 24 Feb 2015) | 2 lines [KIL] Watershed feature (service no longer available) ---------------------------------------------- r54076 | nkoth | 2015-02-24 03:36:35 +0000 (Tue, 24 Feb 2015) | 2 lines [DOC] Replace broken link to external site ---------------------------------------------- r54075 | nkoth | 2015-02-24 03:34:17 +0000 (Tue, 24 Feb 2015) | 2 lines [FIX] BBB image might not be available ---------------------------------------------- r54073 | nkoth | 2015-02-24 02:45:24 +0000 (Tue, 24 Feb 2015) | 1 line [ROLLBACK] accidental commit ---------------------------------------------- r54072 | nkoth | 2015-02-24 02:42:06 +0000 (Tue, 24 Feb 2015) | 2 lines [KIL] Watershed feature (service is no longer offered) ---------------------------------------------- r54070 | nkoth | 2015-02-24 02:20:31 +0000 (Tue, 24 Feb 2015) | 2 lines [FIX] If the intention was to block changelog and _htaccess it was not working before ---------------------------------------------- r54069 | jyhem | 2015-02-23 15:05:48 +0000 (Mon, 23 Feb 2015) | 1 line Translating into the exact same sentence makes no sense ---------------------------------------------- r54068 | nkoth | 2015-02-23 13:48:50 +0000 (Mon, 23 Feb 2015) | 2 lines [FIX] Fix PHP Fatal error: Class 'Horde_Exception_LastError' not found when installing profile with YAML syntax error ---------------------------------------------- r54067 | chibaguy | 2015-02-23 07:28:51 +0000 (Mon, 23 Feb 2015) | 1 line [FIX] Improve text strings (for one, with a sentence that isn't as depressing as "you do not have friends"). BTW, "Relationship of this user to you" and "Your relationship with other users" (and their pre-modification versions) weren't/aren't in the language files. ---------------------------------------------- r54066 | chibaguy | 2015-02-23 06:56:55 +0000 (Mon, 23 Feb 2015) | 1 line [REF] Improve text string (make header size more clear). ---------------------------------------------- r54065 | chibaguy | 2015-02-23 06:43:53 +0000 (Mon, 23 Feb 2015) | 1 line [REF] Reduce width of and center Find form. ---------------------------------------------- r54064 | lindonb | 2015-02-23 04:55:26 +0000 (Mon, 23 Feb 2015) | 1 line [FIX] stray div tag ---------------------------------------------- r54063 | nkoth | 2015-02-23 03:20:44 +0000 (Mon, 23 Feb 2015) | 2 lines [ENH] Allow the use of permnames in creating tracker items ---------------------------------------------- r54062 | lindonb | 2015-02-23 00:48:16 +0000 (Mon, 23 Feb 2015) | 1 line [REF]Additional cleaning of vendors with function to automatically delete some standard files and a function to delete multiple files in a directory ---------------------------------------------- r54061 | nkoth | 2015-02-23 00:46:43 +0000 (Mon, 23 Feb 2015) | 2 lines [FIX] Use accesslib redirect instead of Location to ensure saving is indexed before showing new page ---------------------------------------------- r54060 | fmg-sf | 2015-02-22 23:25:31 +0000 (Sun, 22 Feb 2015) | 1 line [ENH] installation default email Cc: to mailtest@tiki.org disabled for privacy reasons ---------------------------------------------- r54059 | fmg-sf | 2015-02-22 21:44:08 +0000 (Sun, 22 Feb 2015) | 1 line [ENH] optional: output of composer to screen or logfile with either 'c' or 'C' ---------------------------------------------- r54058 | jyhem | 2015-02-22 21:07:18 +0000 (Sun, 22 Feb 2015) | 1 line Final copyright date update for 2015 ---------------------------------------------- r54057 | lindonb | 2015-02-22 20:04:06 +0000 (Sun, 22 Feb 2015) | 1 line Remove unused tablesorter files ---------------------------------------------- r54056 | lindonb | 2015-02-22 18:59:09 +0000 (Sun, 22 Feb 2015) | 1 line Update tablesorter to version 2.20.1; remove 2.19.0 which is not needed for any other tag version; update tiki-setup for new file structure and I think all files minify okay now so delete double minimized files; convert some space indents to tabs. ---------------------------------------------- r54055 | fmg-sf | 2015-02-22 18:56:27 +0000 (Sun, 22 Feb 2015) | 1 line [ENH] prepare patch of composer to avoid warnings ---------------------------------------------- r54054 | jonnybradley | 2015-02-22 17:19:01 +0000 (Sun, 22 Feb 2015) | 1 line Update symfony/console (2.4.4 to 2.6.4) Run "sh setup.sh" to update composer after svn up. ---------------------------------------------- r54053 | jonnybradley | 2015-02-22 17:16:38 +0000 (Sun, 22 Feb 2015) | 1 line A few more updates to satis for composer.tiki.org (phpcas, symphony etc) ---------------------------------------------- r54052 | jonnybradley | 2015-02-22 17:04:38 +0000 (Sun, 22 Feb 2015) | 1 line Update superfish (1.7.4 to 1.7.5) Run "sh setup.sh" to update composer after svn up. ---------------------------------------------- r54051 | jonnybradley | 2015-02-22 17:03:01 +0000 (Sun, 22 Feb 2015) | 1 line Update jquery/plugins/form (3.25 to 3.51) Run "sh setup.sh" to update composer after svn up. ---------------------------------------------- r54050 | jonnybradley | 2015-02-22 16:59:49 +0000 (Sun, 22 Feb 2015) | 1 line [FIX] elfinder: Skip elements without an href in the navbar like Chosen menus when updating the galleryId ---------------------------------------------- r54049 | jonnybradley | 2015-02-22 16:57:33 +0000 (Sun, 22 Feb 2015) | 1 line Update colorbox (1.5.8 to 1.5.14) ---------------------------------------------- r54048 | jonnybradley | 2015-02-22 16:39:34 +0000 (Sun, 22 Feb 2015) | 1 line Another satis error (sorry), linked to incorrect chosen zip in r53984 ---------------------------------------------- r54047 | jonnybradley | 2015-02-22 16:32:44 +0000 (Sun, 22 Feb 2015) | 1 line Update anythingslider (1.9.2 to 1.9.4) ---------------------------------------------- r54046 | lindonb | 2015-02-22 15:37:41 +0000 (Sun, 22 Feb 2015) | 1 line Add latest tablesorter version 2.20.1 ---------------------------------------------- r54045 | lindonb | 2015-02-22 15:26:13 +0000 (Sun, 22 Feb 2015) | 1 line [FIX] lesscss: typo in bootstrap-variables.less in the darkroom theme ---------------------------------------------- r54044 | jonnybradley | 2015-02-22 15:20:01 +0000 (Sun, 22 Feb 2015) | 1 line Satis needs versions greater than or equal (apologies) ---------------------------------------------- r54043 | jonnybradley | 2015-02-22 15:04:58 +0000 (Sun, 22 Feb 2015) | 1 line Wrong resource type for jquery-json now it's on github ---------------------------------------------- r54042 | jonnybradley | 2015-02-22 14:51:21 +0000 (Sun, 22 Feb 2015) | 1 line [REF] validation: Rename mis-named file (as promised several tikis ago, plus fix a js warning) ---------------------------------------------- r54041 | jonnybradley | 2015-02-22 14:48:30 +0000 (Sun, 22 Feb 2015) | 1 line [DOC] Update the phpdoc for TikiLib::lib (and manually add some of the missing classes returned as phpstorm no longer can work them out automagically) ---------------------------------------------- r54040 | jonnybradley | 2015-02-22 14:38:08 +0000 (Sun, 22 Feb 2015) | 1 line [FIX] validation: Update deprecated function calls ---------------------------------------------- r54039 | jonnybradley | 2015-02-22 14:35:08 +0000 (Sun, 22 Feb 2015) | 1 line Update jquery-validation (1.11.1 to 1.13.1) ---------------------------------------------- r54038 | jonnybradley | 2015-02-22 14:31:21 +0000 (Sun, 22 Feb 2015) | 1 line Update timepicker-addon (1.4.4 to 1.5.0) ---------------------------------------------- r54037 | jonnybradley | 2015-02-22 14:20:55 +0000 (Sun, 22 Feb 2015) | 1 line Update codemirror (3.24 to 4.12.0 again only lightly tested so far, seems ok despite major update. May need some minor CSS attention) ---------------------------------------------- r54036 | jonnybradley | 2015-02-22 14:16:37 +0000 (Sun, 22 Feb 2015) | 1 line [FIX] report string: Quote table names with backticks ---------------------------------------------- r54035 | jonnybradley | 2015-02-22 12:46:08 +0000 (Sun, 22 Feb 2015) | 1 line Update ckeditor (4.3.4 to 4.4.7 only lightly tested so far, seems ok) ---------------------------------------------- r54034 | jonnybradley | 2015-02-22 12:36:50 +0000 (Sun, 22 Feb 2015) | 1 line Update jquery-ui library and themes (1.10.4 to 1.11.3 - slight packaging structure change) ---------------------------------------------- r54033 | jonnybradley | 2015-02-22 12:19:16 +0000 (Sun, 22 Feb 2015) | 1 line Update jquery library (1.11.0 to 1.11.2) ---------------------------------------------- r54032 | jonnybradley | 2015-02-22 12:11:27 +0000 (Sun, 22 Feb 2015) | 1 line [FIX] filters: preg_replace can return errors, so at least display it (TODO better to let the user try again somehow instead of just clearing the value) ---------------------------------------------- r54031 | lindonb | 2015-02-22 04:56:09 +0000 (Sun, 22 Feb 2015) | 1 line [FIX] additional iconset definitions ---------------------------------------------- r54030 | lindonb | 2015-02-22 04:53:23 +0000 (Sun, 22 Feb 2015) | 1 line [FIX] iconset conversion and tooltips ---------------------------------------------- r54029 | lindonb | 2015-02-22 02:23:12 +0000 (Sun, 22 Feb 2015) | 1 line [ENH] wiki topline: make actions drop down on hover; improve dropdown title formatting ---------------------------------------------- r54028 | chibaguy | 2015-02-22 01:20:42 +0000 (Sun, 22 Feb 2015) | 1 line [REF] Correction in comment; no code change. ---------------------------------------------- r54027 | walper | 2015-02-21 18:46:40 +0000 (Sat, 21 Feb 2015) | 1 line [FIX] Complements FIX in r54016 for trackerfield type category. (Accidently not commited) ---------------------------------------------- r54026 | chibaguy | 2015-02-21 15:57:21 +0000 (Sat, 21 Feb 2015) | 1 line [FIX] Improved interface strings, no meaning changes. ---------------------------------------------- r54025 | lindonb | 2015-02-21 15:47:50 +0000 (Sat, 21 Feb 2015) | 1 line [ENH] quickadmin: make menus drop down upon hover (thanks gezza!) ---------------------------------------------- r54024 | chibaguy | 2015-02-21 14:00:32 +0000 (Sat, 21 Feb 2015) | 1 line [FIX] Correct input color and background color. ---------------------------------------------- r54023 | chibaguy | 2015-02-21 13:57:21 +0000 (Sat, 21 Feb 2015) | 1 line [ENH] Expose Chosen color selectors to fivealive plum theme option color variables. ---------------------------------------------- r54022 | chibaguy | 2015-02-21 13:53:57 +0000 (Sat, 21 Feb 2015) | 1 line [ENH] Expose Chosen color selectors to fivealive theme option color variables. ---------------------------------------------- r54020 | jonnybradley | 2015-02-21 13:43:15 +0000 (Sat, 21 Feb 2015) | 1 line [FIX] trackers: Scroll the first non-validated input into view and leave the focus on it (was hard sometimes to see why some tracker items weren't being saved) ---------------------------------------------- r54018 | chibaguy | 2015-02-21 13:27:49 +0000 (Sat, 21 Feb 2015) | 1 line [ENH] Expose Chosen color selectors to fivealive-lite theme option color variables. ---------------------------------------------- r54016 | walper | 2015-02-21 12:50:36 +0000 (Sat, 21 Feb 2015) | 1 line [FIX] Trackerfield type category did not fire the JS Change event (and therefore not the XHR call) when be used with the tracker field type item-dynamic-list, thus not updating the item-dynamic-list field. ---------------------------------------------- r54015 | chibaguy | 2015-02-21 12:47:57 +0000 (Sat, 21 Feb 2015) | 1 line [ENH] Expose Chosen color selectors to theme color variables (list item highlight color and background). ---------------------------------------------- r54014 | chibaguy | 2015-02-21 12:22:20 +0000 (Sat, 21 Feb 2015) | 1 line [ENH] Expose Chosen color selectors to theme color variables. ---------------------------------------------- r54013 | lindonb | 2015-02-21 03:20:41 +0000 (Sat, 21 Feb 2015) | 1 line [FIX] tablesorter: improve layout of table controls and buttons ---------------------------------------------- r54012 | lindonb | 2015-02-21 03:00:41 +0000 (Sat, 21 Feb 2015) | 1 line [FIX] forum: add back show archived filter lost with tablesorter implementation (thanks gezza!) ---------------------------------------------- r54011 | gezzzan | 2015-02-20 12:31:59 +0000 (Fri, 20 Feb 2015) | 1 line [MOD] missed bootstrappification of one input field ---------------------------------------------- r54010 | gezzzan | 2015-02-20 12:26:02 +0000 (Fri, 20 Feb 2015) | 1 line [ENH] bootstrappification ---------------------------------------------- r54007 | robertplummer | 2015-02-20 10:34:31 +0000 (Fri, 20 Feb 2015) | 1 line [ENH] Expose who last modified the tracker item ---------------------------------------------- r54006 | gezzzan | 2015-02-20 07:35:18 +0000 (Fri, 20 Feb 2015) | 1 line [MOD] change spaces to tabs, tooltips, adding numrow to find ---------------------------------------------- r54005 | chibaguy | 2015-02-20 06:17:39 +0000 (Fri, 20 Feb 2015) | 1 line [ENH] Change instances of "Freetags" to "Tags" and "Wiki, Search, Menu & Freetags" to "Wiki, Search, Menu & Tags" in interface strings. Translators should update the translations in the language files accordingly. Todo: database-stored instances. ---------------------------------------------- r54004 | chibaguy | 2015-02-20 04:18:02 +0000 (Fri, 20 Feb 2015) | 1 line [FIX] Corrected link to see my contributions. (But why does this link get a line of text in the tab content instead of just being a link similar to others on the page? Maybe "My Account" should open to user-preferences or user-information instead of an empty screen except for one line of text.) ---------------------------------------------- r54003 | chibaguy | 2015-02-20 03:58:08 +0000 (Fri, 20 Feb 2015) | 1 line [ENH] Change instances of "MyTiki" (no space) to "My Account". Translators should update the translations in the language files accordingly. ---------------------------------------------- r54002 | chibaguy | 2015-02-20 03:19:00 +0000 (Fri, 20 Feb 2015) | 1 line [ENH] Change instances of "My Tiki" to "My Account". Translators should update the translations in the language files accordingly. ---------------------------------------------- r54001 | chibaguy | 2015-02-20 01:48:43 +0000 (Fri, 20 Feb 2015) | 1 line [REF] Partially commented-out rule completed, to prevent empty selector. Minor background property change on cssmenus. ---------------------------------------------- r54000 | chibaguy | 2015-02-20 01:45:19 +0000 (Fri, 20 Feb 2015) | 1 line [REF] Indentation fixed after previous commit. No code changes. ---------------------------------------------- r53999 | chibaguy | 2015-02-20 01:38:10 +0000 (Fri, 20 Feb 2015) | 1 line [FIX] Div to center "find" form wasn't closed, causing blog list table to also be text-centered. Thanks to gezza for spotting. ---------------------------------------------- r53997 | gezzzan | 2015-02-19 22:47:16 +0000 (Thu, 19 Feb 2015) | 1 line [FIX] correcting checbox bootstrapping ---------------------------------------------- r53996 | gezzzan | 2015-02-19 22:38:03 +0000 (Thu, 19 Feb 2015) | 1 line [MOD] few bootstrap changes and visual modifications. Todo: solve mistery of why the blog name and description gets centered (should be aligned to left like other listings) ---------------------------------------------- r53995 | gezzzan | 2015-02-19 22:07:28 +0000 (Thu, 19 Feb 2015) | 1 line [MOD] use bootstrap class for description, simplify tooltip, reduce translation burden, enable translation of some strings ---------------------------------------------- r53994 | gezzzan | 2015-02-19 20:33:49 +0000 (Thu, 19 Feb 2015) | 1 line [MOD] small visual change for comment archive/unarchive action ---------------------------------------------- r53993 | jonnybradley | 2015-02-19 18:28:08 +0000 (Thu, 19 Feb 2015) | 1 line [FIX] filegals: Catch and display exceptions thrown in file handlers (better than WSoD) ---------------------------------------------- r53992 | jonnybradley | 2015-02-19 16:57:42 +0000 (Thu, 19 Feb 2015) | 1 line [FIX] filegals: Incorrect pref name ---------------------------------------------- r53990 | robertplummer | 2015-02-18 22:44:33 +0000 (Wed, 18 Feb 2015) | 1 line [ENH] Make menus less spastic ---------------------------------------------- r53989 | gezzzan | 2015-02-18 19:09:08 +0000 (Wed, 18 Feb 2015) | 1 line [FIX] icon was not showing (TODO: switch to use icon set) ---------------------------------------------- r53988 | gezzzan | 2015-02-18 18:49:33 +0000 (Wed, 18 Feb 2015) | 1 line [MOD] use full word instead of abbreviation ---------------------------------------------- r53986 | lphuberdeau | 2015-02-18 17:41:34 +0000 (Wed, 18 Feb 2015) | 1 line [MOD] Adding a title_firstword field and facet ---------------------------------------------- r53985 | jonnybradley | 2015-02-18 17:25:29 +0000 (Wed, 18 Feb 2015) | 1 line [ENH] New pref to set "Access-Control-Allow-Origin" header for selected domains so "Cross-Origin Resource Sharing" or "Cross-Domain AJAX" requests are possible. ---------------------------------------------- r53984 | jonnybradley | 2015-02-18 16:49:00 +0000 (Wed, 18 Feb 2015) | 18 lines Update available packages on composer.tiki.org for 14.x releases for: * ckeditor * codemirror (3.x to 4.12 for testing) * fullcalendar * jquery * jquery-sheet (from 3.1-rc-5 to 3.1) * jquery-ui * jquery-timepicker-addon * jquery/plugins/jquery-validation * jquery/plugins/jquery-json * jquery/plugins/anythingslider * jquery/plugins/chosen * jquery/plugins/colorbox * jquery/plugins/form * jquery/plugins/superfish * jquery/plugins/treetable * jquery/minicart (2.x to 3.0.5 for testing) ---------------------------------------------- r53983 | chibaguy | 2015-02-18 13:48:23 +0000 (Wed, 18 Feb 2015) | 1 line [FIX] Remove legacy rule for no list-style on comment lists; Bootstrap rule is now used, and has a more limited scope so comments can contain lists with normal styles. Thanks to luci for reporting. Closes bug 5557. ---------------------------------------------- r53982 | chibaguy | 2015-02-18 13:39:54 +0000 (Wed, 18 Feb 2015) | 1 line [ENH] Add table class to get better padding in cells. ---------------------------------------------- r53981 | gezzzan | 2015-02-18 07:44:00 +0000 (Wed, 18 Feb 2015) | 1 line [ENH] allow modals to have a subtitle block next to the title to be able to present information there using the smarty tpl file without modifying the controller. Showcasing with menu/manage_menu.tpl (also removing some tips that should be at documentation site) ---------------------------------------------- r53978 | jonnybradley | 2015-02-17 14:35:56 +0000 (Tue, 17 Feb 2015) | 3 lines Revert: [fp/r53882][fp/r53881][FIX] trackers: Use the site timezone when importing csv tracker data, avoids whole day dates coming out on the day before in UTC- timezones sometimes [As discussed on dev list, importing should use the importer's timezone for dates - need to find another way to stop all day events changing] ---------------------------------------------- r53970 | robertplummer | 2015-02-16 20:39:06 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] Better means of removing html for search results ---------------------------------------------- r53969 | robertplummer | 2015-02-16 20:38:29 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] When pages are cached, and user is null, use cached page as search result ---------------------------------------------- r53968 | robertplummer | 2015-02-16 20:38:04 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] A better way of striping html ---------------------------------------------- r53967 | lindonb | 2015-02-16 19:38:51 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] confirm modal: implement for admin users page ---------------------------------------------- r53966 | lindonb | 2015-02-16 19:37:11 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] forum: update for confirm modal changes ---------------------------------------------- r53965 | lindonb | 2015-02-16 19:35:28 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] ajax services: revise the functions for confirm modal popups and submit action. Generally will refresh the page each time to avoid issues with updating only with ajax (losing jQuery; modules not updating, etc.) ---------------------------------------------- r53964 | lindonb | 2015-02-16 19:34:52 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] confirm modal: add more options ---------------------------------------------- r53963 | lindonb | 2015-02-16 19:28:08 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] ajax services: update alert services - one for modal and one for feedback that can be injected into a page ---------------------------------------------- r53962 | lindonb | 2015-02-16 19:23:29 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] exception services: new exception type that checks the authentication ticket automatically ---------------------------------------------- r53961 | lindonb | 2015-02-16 19:12:32 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] confirm modal: add ticket to parameters that can be automatically returned ---------------------------------------------- r53960 | lindonb | 2015-02-16 19:09:42 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] forum: apply max records appropriately ---------------------------------------------- r53958 | walper | 2015-02-16 16:21:20 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] Added media print css to adjust print output via browser (smaller size). Consolidated all print media related rules in their own less file tiki-media-print.less and removed media print references in other less file. ---------------------------------------------- r53957 | jonnybradley | 2015-02-16 16:13:28 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] warnings: $objectperms not set until later and $page not defined at all ---------------------------------------------- r53956 | jonnybradley | 2015-02-16 15:54:24 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] CSS margin-top property correction (no idea why that colour changed back again though) ---------------------------------------------- r53955 | walper | 2015-02-16 15:25:41 +0000 (Mon, 16 Feb 2015) | 2 lines [FIX] Changed some definitions to ensure identical css output accross different less compiler. Otherwise the generated css would be slightly different (although functional) and cause unnecessary commits. Note: .chosen-container .chosen-results li.highlighted {background-color: #337ab7;} has changed due to @chosen-background: @input-bg in tiki-variables.less. But i do not see where it is finally defined. Maybe someone could have a look at it. ---------------------------------------------- r53952 | xavidp | 2015-02-16 14:43:37 +0000 (Mon, 16 Feb 2015) | 1 line [DOC]Provide info to the user of why the quick export might not be producing the expected results in cases where special tracker fields are in use. Thanks jonnyb for the idea. ---------------------------------------------- r53949 | xavidp | 2015-02-16 09:40:06 +0000 (Mon, 16 Feb 2015) | 1 line [FIX]Check also object perms for a blog (regardless of global perms) before allowing a user to read the blog posts in print view. ---------------------------------------------- r53946 | xavidp | 2015-02-16 09:13:17 +0000 (Mon, 16 Feb 2015) | 1 line [FIX]Check also object perms for a blog (regardless of global perms) before allowing a user to read the blog posts. ---------------------------------------------- r53945 | lindonb | 2015-02-16 05:14:35 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] notification link: add ability to set title ---------------------------------------------- r53944 | walper | 2015-02-16 03:38:31 +0000 (Mon, 16 Feb 2015) | 1 line [DOC] Mostly tracker related. Added documentation to the code and made same areas more debug friendly. Please correct/add comments if they are misleading, wrong or incomplete. Note: Especially the trackerstuff would be maintainable much easier, if it would be documented. ---------------------------------------------- r53943 | walper | 2015-02-16 03:33:30 +0000 (Mon, 16 Feb 2015) | 1 line [ENH] Enhancement or Fix: When configuring a trackerfield from type item-link, item-list or dynamic item-list, in some of the comboboxes all fields from all trackers show up. If the same fieldnames are used across trackers, then it is impossible to distinguish which field belongs to which tracker. Also, fields show up that must NOT be selected. This patch adds the tracker-id to the fieldname to make a selection at least possible if the same fieldnames are used. A final fix would be to only show fields that one can select. ---------------------------------------------- r53942 | walper | 2015-02-16 03:26:27 +0000 (Mon, 16 Feb 2015) | 1 line [FIX] Trackerfields of the type "item-list" were not usable in templates because they did not show any value. They can now be used as any other field in custom templates. ---------------------------------------------- r53941 | gezzzan | 2015-02-15 09:52:55 +0000 (Sun, 15 Feb 2015) | 1 line [FIX] manage translation set for wiki page and articles, removing seemingly unnecessary javascript from tpl, modals seems to work without this ---------------------------------------------- r53940 | chibaguy | 2015-02-15 06:36:50 +0000 (Sun, 15 Feb 2015) | 1 line [FIX] No need for FiveAlive-lite theme options to import global color selectors file as they essentially have their own already. Less compiling error should be gone now. ---------------------------------------------- r53939 | lphuberdeau | 2015-02-14 20:57:44 +0000 (Sat, 14 Feb 2015) | 1 line [MOD] Add handling for email field type ---------------------------------------------- r53938 | lphuberdeau | 2015-02-14 20:43:45 +0000 (Sat, 14 Feb 2015) | 1 line [MOD] Adding date range filters for date fields ---------------------------------------------- r53937 | lphuberdeau | 2015-02-14 18:29:54 +0000 (Sat, 14 Feb 2015) | 1 line [MOD] Adding import/export, filters for country field ---------------------------------------------- r53936 | lphuberdeau | 2015-02-14 17:56:38 +0000 (Sat, 14 Feb 2015) | 1 line [ENH] Add checkbox control for status filter, add filter to search across all textual content (default search) ---------------------------------------------- r53935 | lphuberdeau | 2015-02-14 17:43:37 +0000 (Sat, 14 Feb 2015) | 1 line [ENH] Additional filter support, render check columns as icons ---------------------------------------------- r53934 | skinut | 2015-02-14 14:52:23 +0000 (Sat, 14 Feb 2015) | 1 line [ENH] Added color passing to trackercalendar plugin ---------------------------------------------- r53933 | chibaguy | 2015-02-14 13:00:29 +0000 (Sat, 14 Feb 2015) | 1 line [REF] Unneeded inline style removed. ---------------------------------------------- r53932 | chibaguy | 2015-02-14 11:42:38 +0000 (Sat, 14 Feb 2015) | 1 line [FIX] Keep logo image's proportions correct in this layout. ---------------------------------------------- r53931 | chibaguy | 2015-02-14 11:29:12 +0000 (Sat, 14 Feb 2015) | 1 line [FIX] Responsive logo image, take two. (Previous try didn't enable both responsive image and left-floated image in wide displays.) ---------------------------------------------- r53930 | chibaguy | 2015-02-14 09:44:36 +0000 (Sat, 14 Feb 2015) | 1 line [FIX] Give site logo image the img-responsive class, and give its containing div a btn-block class which has the necessary width: 100% property, so the logo shrinks and grows responsively. ---------------------------------------------- r53929 | chibaguy | 2015-02-14 03:26:31 +0000 (Sat, 14 Feb 2015) | 1 line [FIX] CSS compiled following .less file update (r53922 - Another small change to the debug console colours) ---------------------------------------------- r53928 | lindonb | 2015-02-14 02:31:05 +0000 (Sat, 14 Feb 2015) | 1 line [FIX] iconset conversion and use bootstrap badge ---------------------------------------------- r53927 | jonnybradley | 2015-02-13 17:37:13 +0000 (Fri, 13 Feb 2015) | 2 lines [FIX] htaccess: IfModule deflate_module was incorrect, needs to be IfModule mod_deflate.c Also (from comments on wish5502, thanks marclaporte) adding Header handling workaround for proxies and deflate by mimetype as used in other popular PHP web applications. ---------------------------------------------- r53926 | jonnybradley | 2015-02-13 16:58:43 +0000 (Fri, 13 Feb 2015) | 1 line [DOC] Add a couple more hints on php settings in htaccess (thanks marclaporte) ---------------------------------------------- r53925 | luciash | 2015-02-13 15:48:38 +0000 (Fri, 13 Feb 2015) | 1 line [ENH] Replace the help icon in Edit Plugin Helper modal with Font Awesome icon (hardcoded as we do not have equivalent icon function for JS, do we?) ---------------------------------------------- r53924 | luciash | 2015-02-13 15:34:58 +0000 (Fri, 13 Feb 2015) | 1 line [ENH] Make the Edit Plugin icon Awesomized ---------------------------------------------- r53923 | luciash | 2015-02-13 15:17:45 +0000 (Fri, 13 Feb 2015) | 1 line [ENH] Missing src param in the error message ---------------------------------------------- r53922 | jonnybradley | 2015-02-13 15:02:21 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] Another small change to the debug console colours (still not compiling properly here) ---------------------------------------------- r53921 | jonnybradley | 2015-02-13 14:59:59 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] trackers: Fix table-responsive class for the filter container to show overflow if using Chosen, also the var fields in the js should be a global for this page (sadly). ---------------------------------------------- r53920 | luciash | 2015-02-13 14:31:46 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] Chosen single container width override no more needed after applying the Bootstrap-Chosen look ---------------------------------------------- r53919 | jonnybradley | 2015-02-13 13:47:31 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] codemirror: Comments not being saved when codemirror is use because event.target is not a jQuery object so does not have a "find" method, thanks wolfganga. ---------------------------------------------- r53918 | jonnybradley | 2015-02-13 13:30:54 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] trackers: Revert r53849 and remove unnecessary reference to the offending undeclared variable (sometimes it's better to have a few harmless notices than to destroy a feature ;) ---------------------------------------------- r53917 | luciash | 2015-02-13 12:23:18 +0000 (Fri, 13 Feb 2015) | 1 line [fp/r53906][FIX] PluginImg: regression where if only width/height set on src linked images the image was stretched and ugly (please note in T14 the issue was not visible because of CSS override which sets height: auto on .img-responsive in bootstrap.min.css on line 5) ---------------------------------------------- r53916 | chibaguy | 2015-02-13 11:42:02 +0000 (Fri, 13 Feb 2015) | 1 line [NEW] Essentially the Chosen Less file (bootstrap-chosen.less) but minus the direct import of the default variables file. This avoids conflicts caused by the default values, and exposes the Less file to Tiki theme variable files for customization. Missed committing earlier; thanks, Jonny. ---------------------------------------------- r53913 | xavidp | 2015-02-13 10:44:28 +0000 (Fri, 13 Feb 2015) | 1 line [FIX]Minichat module was not showing the date for messages from previous days, which was confusing for end users, assuming that themessage shown was typed the same day by another one, and getting the other user to (re)start a conversation, but with no feedback from the other user because it was now available at the current date. ---------------------------------------------- r53912 | xavidp | 2015-02-13 09:19:07 +0000 (Fri, 13 Feb 2015) | 1 line [ENH]Added param to list own groups (from the user viewing the page where the plugin is used). It can be used in conjunction with params group and recur (doing the intersection of groups matching all the criteria). ---------------------------------------------- r53911 | gezzzan | 2015-02-13 08:40:46 +0000 (Fri, 13 Feb 2015) | 1 line [MOD] handling of custom icon sets when having custom icons for theme and theme option too. This way it is possible to have custom icons at main theme and theme option level too in order to follow the customization hierarchy the same way as for custom css and custom tpl files. ---------------------------------------------- r53910 | lindonb | 2015-02-13 04:33:10 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] replace manual link with permission_link (3rd time's the charm!) ---------------------------------------------- r53909 | lindonb | 2015-02-13 04:16:02 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] revert r53908 - it broke the link by creating two links - just need an icon ---------------------------------------------- r53908 | lindonb | 2015-02-13 04:09:39 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] slightly better icon conversion - use permission_link ---------------------------------------------- r53907 | lindonb | 2015-02-13 03:28:47 +0000 (Fri, 13 Feb 2015) | 1 line [FIX] iconset conversion ---------------------------------------------- r53905 | chibaguy | 2015-02-12 15:15:52 +0000 (Thu, 12 Feb 2015) | 1 line [FIX] Improve some Fivealive-lite styling. ---------------------------------------------- r53904 | chibaguy | 2015-02-12 15:14:26 +0000 (Thu, 12 Feb 2015) | 1 line [FIX] Another Chosen selector widening. ---------------------------------------------- r53903 | eromneg | 2015-02-12 15:02:56 +0000 (Thu, 12 Feb 2015) | 1 line [ENH] allow the graph image alt tag text to be set with a plugin parameter - better for SEO ---------------------------------------------- r53901 | chibaguy | 2015-02-12 12:58:30 +0000 (Thu, 12 Feb 2015) | 1 line [FIX] Article image layout was pretty broken. ---------------------------------------------- r53899 | chibaguy | 2015-02-12 10:49:32 +0000 (Thu, 12 Feb 2015) | 1 line [FIX] Widen chosen single-digit selector so one- and two-digit numbers display completely. ---------------------------------------------- r53898 | chibaguy | 2015-02-12 08:00:06 +0000 (Thu, 12 Feb 2015) | 1 line [REF] A little Bootstrapifying. ---------------------------------------------- r53897 | chibaguy | 2015-02-12 04:40:03 +0000 (Thu, 12 Feb 2015) | 1 line [FIX] Color contrast problem in L&F admin "filter" dropdown (affected light-on-dark themes especially). ---------------------------------------------- r53896 | chibaguy | 2015-02-12 04:06:13 +0000 (Thu, 12 Feb 2015) | 1 line [REF] Just added some comments. ---------------------------------------------- r53895 | chibaguy | 2015-02-12 03:28:41 +0000 (Thu, 12 Feb 2015) | 1 line [FIX] CSS compiled for r53886 ([FIX] debugger: Change text colour for debugger panel) ---------------------------------------------- r53894 | chibaguy | 2015-02-12 03:24:23 +0000 (Thu, 12 Feb 2015) | 1 line [FIX] Make admin icons display:inline-block so they tile in all views (they were full-screen-width in phone view). ---------------------------------------------- r53892 | lphuberdeau | 2015-02-11 23:40:28 +0000 (Wed, 11 Feb 2015) | 1 line [ENH] Include keywords into the index ---------------------------------------------- r53889 | lphuberdeau | 2015-02-11 22:43:08 +0000 (Wed, 11 Feb 2015) | 1 line [ENH] Add ability to exclude pages with a given prefix ---------------------------------------------- r53887 | lphuberdeau | 2015-02-11 22:30:37 +0000 (Wed, 11 Feb 2015) | 1 line [ENH] Configurable stopword list for supported engines ---------------------------------------------- r53886 | jonnybradley | 2015-02-11 19:56:56 +0000 (Wed, 11 Feb 2015) | 1 line [FIX] debugger: Change text colour for debugger panel (still having trouble compiling LESS to CSS) ---------------------------------------------- r53885 | jonnybradley | 2015-02-11 18:49:28 +0000 (Wed, 11 Feb 2015) | 1 line [FIX] debugger: close.gif was deleted (without checking usage presumably?) ---------------------------------------------- r53884 | jonnybradley | 2015-02-11 18:29:39 +0000 (Wed, 11 Feb 2015) | 1 line [FIX] iconsets: The example themes/fivealive-lite/icons/custom.php file needed updating to the newer function based format, also fixed some notices and correct the example using the "source" iconset setting (default doesn't need including like this). Thanks Gezza (again) ---------------------------------------------- r53883 | jonnybradley | 2015-02-11 17:57:41 +0000 (Wed, 11 Feb 2015) | 1 line [fp/r53882][fp/r53881][FIX] trackers: Use the site timezone when importing csv tracker data, avoids whole day dates coming out on the day before in UTC- timezones sometimes ---------------------------------------------- r53876 | jonnybradley | 2015-02-11 11:40:28 +0000 (Wed, 11 Feb 2015) | 1 line [FIX] Remove PHP_SELF as a form action as it is unnecessary and can be unreliable ---------------------------------------------- r53872 | jonnybradley | 2015-02-11 11:14:54 +0000 (Wed, 11 Feb 2015) | 1 line [ENH] trackers: Update legacy import tracker items function to handle importing and converting data for Relations fields in a similar way to ItemLink ones ---------------------------------------------- r53871 | gezzzan | 2015-02-11 10:53:14 +0000 (Wed, 11 Feb 2015) | 1 line [MOD] description updates for sample theme iconset ---------------------------------------------- r53870 | jonnybradley | 2015-02-10 12:52:14 +0000 (Tue, 10 Feb 2015) | 3 lines [MOD] trackers: Make new tracker items default to be categorised the same as the parent tracker. Added as an option so it can be disabled, but defaults to inherit in order to restore behaviour in effect before r52350. Should (eventually) address wish4542, thanks marclaporte ---------------------------------------------- r53869 | luciash | 2015-02-10 09:56:05 +0000 (Tue, 10 Feb 2015) | 1 line [KIL] remove obsolete images before branching ---------------------------------------------- r53867 | chibaguy | 2015-02-10 07:05:25 +0000 (Tue, 10 Feb 2015) | 1 line [FIX] Typo prevent style from being applied (modal title background). ---------------------------------------------- r53866 | lindonb | 2015-02-10 02:51:38 +0000 (Tue, 10 Feb 2015) | 1 line [FIX] display plain icon rather than button ---------------------------------------------- r53865 | chibaguy | 2015-02-09 14:37:07 +0000 (Mon, 09 Feb 2015) | 1 line [ENH] Import bootstrap-chosen (http://github.com/alxlit/bootstrap-chosen) Less files into tiki_base.less. With this commit, the background images (icons) are fixed. ---------------------------------------------- r53862 | luciash | 2015-02-09 13:59:03 +0000 (Mon, 09 Feb 2015) | 1 line [FIX] forgot to include the add friend / follow button ---------------------------------------------- r53861 | chibaguy | 2015-02-09 13:31:23 +0000 (Mon, 09 Feb 2015) | 1 line [REF] Some Darkshine theme fixes and improvements. Thanks to Marc for feedback. ---------------------------------------------- r53858 | luciash | 2015-02-09 12:25:41 +0000 (Mon, 09 Feb 2015) | 1 line [ENH] when viewing other user, display friendship network relation on user information page when feature enabled ---------------------------------------------- r53855 | luciash | 2015-02-09 09:27:18 +0000 (Mon, 09 Feb 2015) | 1 line [ENH] display friend list on user information page when feature enabled for current user ---------------------------------------------- r53854 | amette | 2015-02-09 08:41:06 +0000 (Mon, 09 Feb 2015) | 2 lines [ENH] Allow to show a Twitter search as timeline in a module ---------------------------------------------- r53853 | chibaguy | 2015-02-09 06:32:06 +0000 (Mon, 09 Feb 2015) | 1 line [ENH] Add class"row-middle' to the row containing the left, center and right columns to allow more styling possibilities. Some themes may be optimized for layout templates other than Bootstrap default, but adding this class can provide at least a passable presentation in this layout (Darkshine being one example, pointed out by Marc). ---------------------------------------------- r53852 | chibaguy | 2015-02-09 03:34:58 +0000 (Mon, 09 Feb 2015) | 1 line [FIX] For a menu (ul.nav) inside a box (.panel), allow the overflow to display (such as a menu that doesn't have nobox=y set). Wolfganga pointed out a problem with horizontal menus' dropdowns not showing in topbar module but this might or might not solve that problem. ---------------------------------------------- r53851 | lindonb | 2015-02-09 03:12:31 +0000 (Mon, 09 Feb 2015) | 1 line [FIX] forum: better permission checking ---------------------------------------------- r53850 | lindonb | 2015-02-09 00:19:54 +0000 (Mon, 09 Feb 2015) | 1 line [FIX] add some tooltips ---------------------------------------------- r53849 | walper | 2015-02-08 22:55:40 +0000 (Sun, 08 Feb 2015) | 1 line [FIX] Fixed some smarty notices. ---------------------------------------------- r53846 | jonnybradley | 2015-02-08 19:49:07 +0000 (Sun, 08 Feb 2015) | 2 lines [FIX] wiki: Fix unusual "tri-state" select menus for use with Bootstrap and Chosen (which doesn't like having empty options) Feature could do with finishing imho, the "On" option doesn't seem to override the main pref, so a checkbox would have been fine.... ---------------------------------------------- r53845 | lindonb | 2015-02-08 19:31:05 +0000 (Sun, 08 Feb 2015) | 1 line [REF] error report: Remove "Clear errors" link as it now duplicates dismiss button ---------------------------------------------- r53843 | lindonb | 2015-02-08 00:19:53 +0000 (Sun, 08 Feb 2015) | 1 line [FIX] banning: only one checkbox was showing with multiple ips ---------------------------------------------- r53842 | walper | 2015-02-07 22:00:35 +0000 (Sat, 07 Feb 2015) | 1 line [REF] Removed obsolete code. With the latest changes to save the referer url when using the vi_tpl parameter in tiki-item-view.php, this code is no longer needed. ---------------------------------------------- r53841 | walper | 2015-02-07 19:08:48 +0000 (Sat, 07 Feb 2015) | 1 line [FIX] Heavily improved response time on new or modified trackeritems (down from 59 requests with 880KB to just 1 request with 12KB). The js callback handler that was called after save and requested the same page for displaying the updated list, was using the reload() method. This methods instructs the browser to update the local cache. This in turn leads to loading ALL js files and ALL css files again. This patch implements the href atrribute instead of the reload() function. This way the browser behaves like clicking a link, which uses the cached files. Note: You must have a proper webserver setup with valid cache header! ---------------------------------------------- r53840 | luciash | 2015-02-07 18:58:52 +0000 (Sat, 07 Feb 2015) | 1 line [MOD] no excuse to use inline style ---------------------------------------------- r53839 | luciash | 2015-02-07 17:21:04 +0000 (Sat, 07 Feb 2015) | 1 line [NEW] flat tiki black and white icon (including svg version) ---------------------------------------------- r53838 | nkoth | 2015-02-07 15:32:19 +0000 (Sat, 07 Feb 2015) | 2 lines [REF] Add functionality in new Wikiplugin Alert (ability to store cookie to keep alert dismissed) to remarksbox instead ---------------------------------------------- r53837 | lindonb | 2015-02-07 11:29:27 +0000 (Sat, 07 Feb 2015) | 1 line remove superseded tablesorter version 2.18.3 not used in any tag release ---------------------------------------------- r53836 | lindonb | 2015-02-07 11:27:41 +0000 (Sat, 07 Feb 2015) | 1 line update to tablesorter 2.19.0 ---------------------------------------------- r53835 | lindonb | 2015-02-07 11:11:08 +0000 (Sat, 07 Feb 2015) | 1 line tablesorter version 2.17.8 no longer needed ---------------------------------------------- r53834 | lindonb | 2015-02-07 10:01:35 +0000 (Sat, 07 Feb 2015) | 1 line latest tablesorter version 2.19.0 ---------------------------------------------- r53833 | chibaguy | 2015-02-07 04:06:20 +0000 (Sat, 07 Feb 2015) | 1 line [ENH] Import bootstrap-chosen (http://github.com/alxlit/bootstrap-chosen) Less files into tiki_base.less. Todo: multiple select isn't right yet. ---------------------------------------------- r53831 | walper | 2015-02-06 20:48:48 +0000 (Fri, 06 Feb 2015) | 1 line [ENH] Improvement to new vi_tpl param in tiki-view_tracker_item.php. Back button retains the URL orginal referer when posting a new comment. ---------------------------------------------- r53830 | jonnybradley | 2015-02-06 18:16:19 +0000 (Fri, 06 Feb 2015) | 2 lines [MOD] include bootstrap-chosen and bootstrap-hover-dropdown in composer. Annoyingly bootstrap-hover-dropdown includes copies of bootstrap and jquery again in a "components" directory so i've added a line to remove that after install. Not great but because it is on packagist.org even if i add it as a new repository with a link to the zip file on github it still uses the packagist one. ---------------------------------------------- r53829 | jonnybradley | 2015-02-06 17:39:45 +0000 (Fri, 06 Feb 2015) | 2 lines [FIX] installer: tiki-setup_base.php now seems to require tiki-setup to be included first, so that $tikilib is available for the Perms setup, otherwise this blows up the installer when updating from a pre-version-9 tiki. Thanks Gergely ---------------------------------------------- r53828 | jonnybradley | 2015-02-06 16:42:22 +0000 (Fri, 06 Feb 2015) | 1 line [FIX] console: Trap exceptions thrown in tiki-setup.php and display them (e.g. missing tables when doing an update) and then carry on regardless. ---------------------------------------------- r53827 | jonnybradley | 2015-02-06 15:52:44 +0000 (Fri, 06 Feb 2015) | 1 line Add bootstrap-chosen and bootstrap-hover-dropdown packages to composer.tiki.org ---------------------------------------------- r53815 | nkoth | 2015-02-06 14:01:39 +0000 (Fri, 06 Feb 2015) | 2 lines [FIX] Search string encoding ---------------------------------------------- r53812 | xavidp | 2015-02-06 12:13:41 +0000 (Fri, 06 Feb 2015) | 1 line [FIX]Add info about the fact that some tracker fields can come pre-disabled by default after the upgrade, and provide link to easily re-check the list to enable the ones needed for that tiki site. See comments on wish5537. thanks Gergely for raising this issue. ---------------------------------------------- r53811 | skinut | 2015-02-06 06:12:58 +0000 (Fri, 06 Feb 2015) | 1 line [ENH] Added 'External' and 'URL' parameters to tracker calendar plugin ---------------------------------------------- r53810 | skinut | 2015-02-06 06:07:04 +0000 (Fri, 06 Feb 2015) | 1 line [ENH] Added onclick parameter ---------------------------------------------- r53809 | jyhem | 2015-02-06 00:57:55 +0000 (Fri, 06 Feb 2015) | 1 line Copyright bumped to 2015 Happy new year (again) ---------------------------------------------- r53802 | jyhem | 2015-02-06 00:11:35 +0000 (Fri, 06 Feb 2015) | 1 line Copyright bumped to 2015 Happy new year \! ---------------------------------------------- r53801 | nkoth | 2015-02-06 00:02:12 +0000 (Fri, 06 Feb 2015) | 2 lines [NEW] New addon module - allows Tiki Addons to create a "module" via an addon view ---------------------------------------------- r53800 | nkoth | 2015-02-05 23:23:12 +0000 (Thu, 05 Feb 2015) | 2 lines [FIX] Missing var used in message ---------------------------------------------- r53799 | nkoth | 2015-02-05 21:46:07 +0000 (Thu, 05 Feb 2015) | 2 lines [FIX] Make more robust - even if single integer is provided as input, convert to array ---------------------------------------------- r53798 | nkoth | 2015-02-05 21:19:21 +0000 (Thu, 05 Feb 2015) | 2 lines [MOD] Some changes in preparation for Must Read dashboard addon ---------------------------------------------- r53797 | nkoth | 2015-02-05 20:00:19 +0000 (Thu, 05 Feb 2015) | 2 lines [FIX] Wrong var used in prev commit ---------------------------------------------- r53796 | nkoth | 2015-02-05 19:57:27 +0000 (Thu, 05 Feb 2015) | 2 lines [NEW] Allow {service_inline} to call services in Tiki Addons ---------------------------------------------- r53795 | jonnybradley | 2015-02-05 19:19:17 +0000 (Thu, 05 Feb 2015) | 1 line [FIX] slideshow: Fix $page reference in the PDF export URL (although it doesn't seem to fix it) ---------------------------------------------- r53792 | jonnybradley | 2015-02-05 16:49:35 +0000 (Thu, 05 Feb 2015) | 1 line [FIX] multidomain: Switching back to the default perspectives and domain wasn't working as the $_SESSION['current_perspective'] was getting set with value 0, so make all code that switches to default perspective unset the session var instead, enabling the domain switching code in get_current_perspective run for all cases. ---------------------------------------------- r53789 | nkoth | 2015-02-05 05:15:02 +0000 (Thu, 05 Feb 2015) | 2 lines [ENH] Make it possible for Tiki Addons to come with custom ajax services ---------------------------------------------- r53788 | walper | 2015-02-05 02:40:52 +0000 (Thu, 05 Feb 2015) | 1 line [FIX] Added support for {f_fieldname} in tracker item templates. https://doc.tiki.org/Pretty+Tracker states that next to {f_id} also {f_fieldname} can be used in templates. There is also mentioned that templates have access to internal trackerfields like {$f_created} etc. This support is still missing. ---------------------------------------------- r53787 | walper | 2015-02-05 01:24:26 +0000 (Thu, 05 Feb 2015) | 1 line [ENH] When using a template for a trackeritem, the error message now shows the full smarty error message. This helps trouble shouting in case there are syntax errors on the template. Previously, it was simply saying that it could not find the template which was sometimes wrong and not helpful for the user. ---------------------------------------------- r53786 | walper | 2015-02-05 00:39:46 +0000 (Thu, 05 Feb 2015) | 1 line [FIX] Fixed smarty notices in tracker view. ---------------------------------------------- r53785 | walper | 2015-02-05 00:33:09 +0000 (Thu, 05 Feb 2015) | 1 line [FIX] Fixed smarty notices for undefined vars in bootstrap templates/bootstrap_menu.tpl. ---------------------------------------------- r53784 | nkoth | 2015-02-05 00:22:02 +0000 (Thu, 05 Feb 2015) | 1 line [NEW] Wiki plugin to insert a dismissable Bootstrap alert ---------------------------------------------- r53783 | walper | 2015-02-04 23:54:53 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] Login module would not contain closing <ul> if not enabling Register-Now. ---------------------------------------------- r53782 | nkoth | 2015-02-04 22:21:04 +0000 (Wed, 04 Feb 2015) | 2 lines [NEW] TikiAddons File Gallery API, used to assign a file gallery to each addon group ---------------------------------------------- r53779 | gezzzan | 2015-02-04 20:22:53 +0000 (Wed, 04 Feb 2015) | 1 line [MOD] more sophisticated handling of different comment statuses (pending, rejected). Show reject action for only those comments that are pending moderation. ---------------------------------------------- r53777 | gezzzan | 2015-02-04 20:09:22 +0000 (Wed, 04 Feb 2015) | 1 line [MOD] use icon set for comment moderation actions ---------------------------------------------- r53776 | jonnybradley | 2015-02-04 19:26:58 +0000 (Wed, 04 Feb 2015) | 1 line [MOD] admin: Move the link to where the admin password should be changed into the misc section of the General Settings tab, instead of having it's own tab (with a really long name causing the tabs to wrap) ---------------------------------------------- r53775 | jonnybradley | 2015-02-04 19:17:49 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] topfriends: Prevent fatal error from this plugin. Still needs "reimplementing" following r46910. ---------------------------------------------- r53774 | jonnybradley | 2015-02-04 18:47:38 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] elFinder: Some missing added files from the recent update ---------------------------------------------- r53771 | jonnybradley | 2015-02-04 18:35:23 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] blogs: Canonical link for blog post print page (bit of a cheat, but works) ---------------------------------------------- r53768 | jonnybradley | 2015-02-04 18:04:44 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] bloglist: New param useExcerpt was in the wrong place and not dependant on simpleList=n as it should have been ---------------------------------------------- r53766 | jonnybradley | 2015-02-04 17:39:34 +0000 (Wed, 04 Feb 2015) | 1 line [ENH] bloglist: Allow the bloglist plugin to show excerpts if the blog is set to use them (with a new param to allow them to be switched off if required) ---------------------------------------------- r53765 | jonnybradley | 2015-02-04 15:58:56 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] prefs: Remove a couple of stray unified search prefs from setup/prefs.php as they are also defined in lib/prefs/unified.php (but this one takes precedence when resetting) ---------------------------------------------- r53762 | jonnybradley | 2015-02-04 15:28:50 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] userlink: Restore the code to use the urlOnUsername $pref - seems to have been lost some time since Tiki 9 (thanks Luci) ---------------------------------------------- r53761 | chibaguy | 2015-02-04 13:27:40 +0000 (Wed, 04 Feb 2015) | 1 line [ENH] Replace the term "charset" (too techy, IMHO) with "character set" in user preference interface. ---------------------------------------------- r53760 | nkoth | 2015-02-04 13:22:29 +0000 (Wed, 04 Feb 2015) | 2 lines [ENH] Allow display of number of users that need approval (e.g. as pill box on manage button ---------------------------------------------- r53759 | chibaguy | 2015-02-04 12:59:51 +0000 (Wed, 04 Feb 2015) | 1 line [ENH] Replace the term "stuff" (too casual, IMHO) with "items" in interface strings. ---------------------------------------------- r53758 | fmg-sf | 2015-02-04 11:41:41 +0000 (Wed, 04 Feb 2015) | 1 line [KIL] legacy setup has been deprecated for two years, functionality is included in setup.sh ---------------------------------------------- r53757 | chibaguy | 2015-02-04 08:17:18 +0000 (Wed, 04 Feb 2015) | 1 line [ENH] Replace the term "avatar" with "profile picture" in interface strings. ---------------------------------------------- r53756 | nkoth | 2015-02-04 07:43:20 +0000 (Wed, 04 Feb 2015) | 2 lines [KIL] Remove accidentally committed directory ---------------------------------------------- r53755 | nkoth | 2015-02-04 07:42:40 +0000 (Wed, 04 Feb 2015) | 2 lines [ENH] Move all the generic Organic Group Navbar stuff into the API. The Files API part coming tomorrow. ---------------------------------------------- r53754 | nkoth | 2015-02-04 04:22:22 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] Upgrader was not forgetting specified profiles in the case where there are no items to remove ---------------------------------------------- r53753 | nkoth | 2015-02-04 03:48:01 +0000 (Wed, 04 Feb 2015) | 2 lines [ENH] Allow wiki-plugin type views to be created in addons ---------------------------------------------- r53752 | lindonb | 2015-02-04 03:35:07 +0000 (Wed, 04 Feb 2015) | 1 line [FIX] Bring tiki_base.css back in line will less compiled version after manual commit in r53741 ---------------------------------------------- r53751 | nkoth | 2015-02-04 01:30:56 +0000 (Wed, 04 Feb 2015) | 2 lines [KIL] Addons should be deployed via Github, not through SVN ---------------------------------------------- r53750 | patrick-proulx | 2015-02-03 19:16:09 +0000 (Tue, 03 Feb 2015) | 3 lines [ENH] Add the ability to assign a class to a Tiki menu option ---------------------------------------------- r53749 | jonnybradley | 2015-02-03 18:13:57 +0000 (Tue, 03 Feb 2015) | 1 line [NEW] checkreferer: New plugin to allow wiki content to be changed according to the HTTP_REFERER ---------------------------------------------- r53748 | jonnybradley | 2015-02-03 17:58:02 +0000 (Tue, 03 Feb 2015) | 1 line [REF] references: Remove duplicated copies of functions ---------------------------------------------- r53747 | jonnybradley | 2015-02-03 17:46:05 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] references: Replace custom (and no longer functioning) perms checking with the usual one, also check object perms where relevant instead of the global ones. Thanks again Arildb, please review and test ---------------------------------------------- r53746 | jonnybradley | 2015-02-03 17:17:41 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] references: Add permission checks to actions in references.php (not sure i have this right, please check Arildb, thanks) ---------------------------------------------- r53745 | jonnybradley | 2015-02-03 16:59:25 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] perms: Perms need to be defined in type order still (unfortunately) so they appear in the correct sections in tiki-objectpermissions.php (as it says at the top of this array) ---------------------------------------------- r53744 | jonnybradley | 2015-02-03 16:05:19 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] closeModal: $.closeModal required an empty object as the param, which was failing on plugin help when you tried to insert a plugin, so change the default to be empty in the function (and fix various uses of it with the now redundant empty object parameter) ---------------------------------------------- r53743 | arildb | 2015-02-03 15:57:32 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] Avoid processing a generic perm specification ---------------------------------------------- r53742 | jonnybradley | 2015-02-03 15:50:42 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] update LESS files for fix in r53741 ---------------------------------------------- r53741 | walper | 2015-02-03 15:16:46 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] Display of ID field in wiki list pages (using new tablesorter) was misaligend. Removed #pageid from tiki-base.css. Should not create issues elsewhere bc it seems it was used one time only. ---------------------------------------------- r53740 | walper | 2015-02-03 14:12:54 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] Fixed login to use proper base_url setting depending on the external url and external proto. Effects especially tiki-setups using a reverse proxy as an ssl offloader. ---------------------------------------------- r53739 | jonnybradley | 2015-02-03 13:53:55 +0000 (Tue, 03 Feb 2015) | 1 line [KIL] sendmail plugin: To be refactored into the existing mail plugin (thanks Nelson) ---------------------------------------------- r53738 | jonnybradley | 2015-02-03 13:49:27 +0000 (Tue, 03 Feb 2015) | 2 lines [KIL] remove unused file. No real work has been done on this since before Tiki 1.10 and i cannot find any reference to it in Tiki (edit section all happens in tiki-editpage) - please let me know if i got this wrong and i will restore it. ---------------------------------------------- r53737 | jonnybradley | 2015-02-03 13:25:47 +0000 (Tue, 03 Feb 2015) | 1 line [FIX] setup: Update default directory list (no more css, added addons) Thanks Bernard ---------------------------------------------- r53736 | gezzzan | 2015-02-02 12:45:07 +0000 (Mon, 02 Feb 2015) | 1 line [FIX] class space ---------------------------------------------- r53735 | chibaguy | 2015-02-02 06:16:44 +0000 (Mon, 02 Feb 2015) | 1 line [FIX] Archived comments were prevented from appearing. Thanks, gezza. ---------------------------------------------- r53734 | chibaguy | 2015-02-02 04:59:07 +0000 (Mon, 02 Feb 2015) | 1 line [KIL][REF] Delete misplaced file. Re-order .less file imports. ---------------------------------------------- r53733 | lindonb | 2015-02-02 02:18:19 +0000 (Mon, 02 Feb 2015) | 1 line [FIX] use correct plugin icon name that applies for all iconsets ---------------------------------------------- r53732 | lindonb | 2015-02-02 02:15:10 +0000 (Mon, 02 Feb 2015) | 1 line typo extra space ---------------------------------------------- r53731 | lindonb | 2015-02-01 19:35:40 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] tablesorter: give header rows solid background colors so that content underneath is hidden when "sticky headers" scrolls the header over the table (thanks wolfganga) ---------------------------------------------- r53730 | lindonb | 2015-02-01 19:23:57 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] fixing differences apparently caused by less compilation issues ---------------------------------------------- r53729 | walper | 2015-02-01 17:52:34 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] Fixed bug in displaying a tracker item introduced in last commit. Fixed another Smarty notice. ---------------------------------------------- r53728 | gezzzan | 2015-02-01 16:25:21 +0000 (Sun, 01 Feb 2015) | 1 line [MOD] visual highlight for archived and pending moderation comments ---------------------------------------------- r53727 | chibaguy | 2015-02-01 15:30:32 +0000 (Sun, 01 Feb 2015) | 1 line [NEW] Re-adding some legacy themes. Work in progress. ---------------------------------------------- r53725 | gezzzan | 2015-02-01 15:18:27 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] theme_path got wrong value by usage of get_theme_css, and so theme specific templates were broken ---------------------------------------------- r53724 | chibaguy | 2015-02-01 14:39:55 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] Adjust some backgrounds. ---------------------------------------------- r53723 | gezzzan | 2015-02-01 13:38:08 +0000 (Sun, 01 Feb 2015) | 1 line [MOD] adding missing descriptions ---------------------------------------------- r53722 | gezzzan | 2015-02-01 13:21:55 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] add a space between icon and text ---------------------------------------------- r53721 | gezzzan | 2015-02-01 12:23:23 +0000 (Sun, 01 Feb 2015) | 1 line [MOD] comments locking/unlocking use icon set and bootstrap modal. Todo: tooltips dont get initialized on the lock/unlock icons for some reason. ---------------------------------------------- r53720 | chibaguy | 2015-02-01 12:21:46 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] FIx path to background images (reorder .less includes in snow.less). ---------------------------------------------- r53719 | gezzzan | 2015-02-01 11:43:00 +0000 (Sun, 01 Feb 2015) | 1 line [MOD] comment delete, archive and approval moved next to reply and and edit links, made them use simple service and also made related tpls nicer. ---------------------------------------------- r53718 | chibaguy | 2015-02-01 11:26:43 +0000 (Sun, 01 Feb 2015) | 1 line [REF] Consolidate color-related CSS rules in tiki_base files (non-Bootstrap) into one new file and import it by each theme so the theme can specify the colors. Also completed the move of Didiem to full theme. Todo: theme options and checking. ---------------------------------------------- r53717 | gezzzan | 2015-02-01 10:57:04 +0000 (Sun, 01 Feb 2015) | 1 line [MOD] visual updates for tag listing ---------------------------------------------- r53716 | gezzzan | 2015-02-01 09:56:13 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] translation icon dropdown and unify icons ---------------------------------------------- r53715 | gezzzan | 2015-02-01 09:13:20 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] fix backlinks and simplify some title text (better to avoid using the word "click" because we are not always clicking, eg: on tablets and smartphones we tap) ---------------------------------------------- r53714 | lindonb | 2015-02-01 05:12:48 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] legacy icons - use available icons to avoid missing icons (thanks chibaguy!). ---------------------------------------------- r53713 | walper | 2015-02-01 03:31:36 +0000 (Sun, 01 Feb 2015) | 3 lines [FIX] Added a check to Table/Code/Abstract.php to make sure that the first param is really an array. There is still another bug when listing wiki pages: Line: 103 File: \lib\core\Table\Code\Abstract.php Type: Argument 1 passed to Table_Code_Abstract::iterate() must be of the type array, string given, called in \lib\core\Table\Code\WidgetOptionsFilter.php on line 64 ---------------------------------------------- r53712 | walper | 2015-02-01 02:51:59 +0000 (Sun, 01 Feb 2015) | 1 line [FIX] Fixed a lot of smarty notices because of undefined variables and indices in the area wiki page, tracker, trackeritems. I really suggest to remove any e_warnings and e_notices by setting defaults etc. This way the debug window only shows useful informations. ---------------------------------------------- r53711 | walper | 2015-01-31 23:43:28 +0000 (Sat, 31 Jan 2015) | 1 line [ENH] Removed the trackername as a title from the tracker item view. In most cases, one would like to style the view via a template (and could add there a title if needed). If however most of you feel title should stay i would of cause revert. ---------------------------------------------- r53710 | walper | 2015-01-31 23:10:12 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] Printing a tracker item did not support the new vi_tpl parameter for setting a specific template. ---------------------------------------------- r53709 | walper | 2015-01-31 21:30:36 +0000 (Sat, 31 Jan 2015) | 3 lines [FIX] Printing a trackeritem missed the whole body of the item - only the main_tracker_field were printed. Reason was the missing class "active" when printing. Added a param print=y|n to the smarty function block.tab.php. Example {tab name="{tr}View{/tr}" print=y}. This will force the activation of the tab when clicking the print icon. Maybe it is possible to get the active tab from a cookie or via jquery into a smarty variable, but i haven't seen anything like this. ---------------------------------------------- r53708 | lindonb | 2015-01-31 20:58:22 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] quick admin: put all single-action options under a dropdown. ---------------------------------------------- r53707 | lindonb | 2015-01-31 20:11:10 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] css: stray setting from less compilation ---------------------------------------------- r53705 | lindonb | 2015-01-31 20:03:00 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] wiki topline: place all single-action icons under a single dropdown, so there are far fewer icons and every icon is a dropdown. There's been some (but not full) discussion that this is the way to go to get control of the many action icons that may relate to an object or list item. Going ahead and committing but welcome feedback - happy to revert if that's the consensus. (thanks gezza for the idea!) ---------------------------------------------- r53704 | lphuberdeau | 2015-01-31 17:57:26 +0000 (Sat, 31 Jan 2015) | 1 line [MOD] Allow defining how the filters display, exclude empty dynamic filters ---------------------------------------------- r53703 | walper | 2015-01-31 17:32:57 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] Allow caching for javascript that is load via the script tag, if the content containing the script tag was load via an xhr/ajax call through jquery. In short: jquery adds a cachebuster to the request, even they are are requested by as simple script tag. This fix implements a jquery prefilter for script tags that disables partially the cachebuster. Example: The toolbar for adding a comment which is loaded via xhr. ---------------------------------------------- r53702 | lindonb | 2015-01-31 16:06:03 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] better tooltip descriptions ---------------------------------------------- r53701 | lphuberdeau | 2015-01-31 15:04:59 +0000 (Sat, 31 Jan 2015) | 1 line [ENH] Allow configuring the column text alignment ---------------------------------------------- r53700 | gezzzan | 2015-01-31 10:16:29 +0000 (Sat, 31 Jan 2015) | 1 line [MOD] iconset and styling changes ---------------------------------------------- r53699 | walper | 2015-01-31 06:12:56 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] Unified size of heading in tracker attachment dialog to align with the other tabs. Reduced comment field size to avoid page scrolling. ---------------------------------------------- r53698 | walper | 2015-01-31 06:10:13 +0000 (Sat, 31 Jan 2015) | 2 lines [NEW] Allow to pass a template directly to tiki_view_tracker_item.php to improve the pretty tracker functionallity. Added vi_tpl, ei_tpl. See http://dev.tiki.org/item5539. Example: {trackerlist trackerId="1" fields="1:2:3" showlinks="y" showpagination="y" more="n" server="n" url="tiki-view_tracker_item.php?vi_tpl=wiki:Support-View&itemId"} ---------------------------------------------- r53697 | lindonb | 2015-01-31 05:37:12 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] fix checkbox plus label broken formatting; add icons to major buttons; add popup icon definition ---------------------------------------------- r53696 | lindonb | 2015-01-31 04:52:05 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] iconset conversion for list of calendars ---------------------------------------------- r53695 | chibaguy | 2015-01-31 04:36:50 +0000 (Sat, 31 Jan 2015) | 1 line {REF] Standardize icon style (no border or background). ---------------------------------------------- r53694 | lindonb | 2015-01-31 04:12:54 +0000 (Sat, 31 Jan 2015) | 1 line [FIX] convert action items to plain icons ---------------------------------------------- r53689 | lphuberdeau | 2015-01-30 20:21:43 +0000 (Fri, 30 Jan 2015) | 1 line [MOD] Add support for postfilters in elasticsearch, dynamic filters configurable in tracker tabular ---------------------------------------------- r53688 | lphuberdeau | 2015-01-30 17:52:30 +0000 (Fri, 30 Jan 2015) | 1 line [MOD] Adding filters on category field ---------------------------------------------- r53687 | jonnybradley | 2015-01-30 15:28:54 +0000 (Fri, 30 Jan 2015) | 1 line [FIX] Escape various input parameters for messages, userfiles and phpbb authentication ---------------------------------------------- r53686 | chibaguy | 2015-01-30 13:29:33 +0000 (Fri, 30 Jan 2015) | 1 line [FIX] When printing, the URL of every link was also printed in parentheses after the link (even for internal links such as icons). There may be a semantic rational for this, but it should probably be turned off by default (maybe it can be a preference). Thanks to wolfganga for spotting it, and to gezza for a solution. ---------------------------------------------- r53685 | lphuberdeau | 2015-01-29 14:10:20 +0000 (Thu, 29 Jan 2015) | 1 line [MOD] Adding an option on the search module to specify multiple filters to apply on the search results (unified index only) ---------------------------------------------- r53684 | lphuberdeau | 2015-01-29 13:28:18 +0000 (Thu, 29 Jan 2015) | 1 line [MOD]?\194?\160Adding a new URL pattern for prefix filters: filter~prefix~field_name=some+text ---------------------------------------------- r53681 | jonnybradley | 2015-01-28 18:55:59 +0000 (Wed, 28 Jan 2015) | 1 line [FIX] draw: Update the tracker Files item correctly as the value contains multiple fileIds, not just a single integer ---------------------------------------------- r53680 | lindonb | 2015-01-27 20:04:42 +0000 (Tue, 27 Jan 2015) | 1 line make timeout message font size more visible ---------------------------------------------- r53679 | lindonb | 2015-01-27 19:10:53 +0000 (Tue, 27 Jan 2015) | 1 line [FIX] show remove button if there are items; other wording changes ---------------------------------------------- r53678 | lindonb | 2015-01-27 17:35:10 +0000 (Tue, 27 Jan 2015) | 1 line [FIX] bootstrapify some broken formatting; fix link to doc page; convert icons ---------------------------------------------- r53677 | gezzzan | 2015-01-27 10:47:32 +0000 (Tue, 27 Jan 2015) | 1 line [MOD] more precise description ---------------------------------------------- r53676 | gezzzan | 2015-01-27 10:44:25 +0000 (Tue, 27 Jan 2015) | 1 line [MOD] provide quick access to forum rankings ---------------------------------------------- r53675 | gezzzan | 2015-01-27 10:17:00 +0000 (Tue, 27 Jan 2015) | 1 line [MOD] unify behavior, shorter text (better for translation) and add title for same buttons in two templates ---------------------------------------------- r53674 | chibaguy | 2015-01-27 08:35:56 +0000 (Tue, 27 Jan 2015) | 1 line [ENH] Move previous-next pager into post footer for more coherent appearance. ---------------------------------------------- r53673 | gezzzan | 2015-01-27 07:23:12 +0000 (Tue, 27 Jan 2015) | 1 line [MOD] forum queue and reported messages visual updates ---------------------------------------------- r53672 | chibaguy | 2015-01-27 07:05:31 +0000 (Tue, 27 Jan 2015) | 1 line [[FIX] Group watch icon had "icon" class, different from others, which caused it to have a different background style. ---------------------------------------------- r53671 | chibaguy | 2015-01-27 07:03:22 +0000 (Tue, 27 Jan 2015) | 1 line [REF] Reinstate good Indentation. ---------------------------------------------- r53670 | chibaguy | 2015-01-27 06:57:13 +0000 (Tue, 27 Jan 2015) | 1 line [ENH] Floated blog action icons with clearfix container caused them to overlap blog article; float positioning moved to style sheet rather than be set by class in tpl, for design flexibility. ---------------------------------------------- r53669 | chibaguy | 2015-01-27 06:22:30 +0000 (Tue, 27 Jan 2015) | 1 line [ENH] Add vertical white space between blog posts (moved panel panel-default classes up to article level because panel has a 20px bottom margin). ---------------------------------------------- r53668 | chibaguy | 2015-01-27 06:09:47 +0000 (Tue, 27 Jan 2015) | 1 line [ENH] Remove unneeded margin rule after adding vertical white space between blog posts. ---------------------------------------------- r53666 | lindonb | 2015-01-27 00:29:34 +0000 (Tue, 27 Jan 2015) | 1 line [FIX] less: wrong path to toggle icons (weren't appearing on permissions page, for example); a couple of other color changes were generated to the css file - hope these are okay. ---------------------------------------------- r53665 | lindonb | 2015-01-26 21:35:43 +0000 (Mon, 26 Jan 2015) | 1 line [FIX] icon conversion and formatting; also don't show watch icon on new group form ---------------------------------------------- r53664 | walper | 2015-01-26 20:46:48 +0000 (Mon, 26 Jan 2015) | 3 lines [FIX] The smarty tag "object_link" created absolut urls for links to tiki objects. This causes problems when using a reverse proxy or ssl offloader or a forwarding from an fqdn to an internal webserver using private ipaddress. Example: links to wiki objects in search results. "object_link" creates now relative links for tiki objects but keeps creating absolute urls for external urls. ---------------------------------------------- r53661 | jonnybradley | 2015-01-26 19:49:52 +0000 (Mon, 26 Jan 2015) | 1 line [FIX] avatars: Use the 'u' type of avatar as the default, so get_public_avatar_path gets called and the noavatar image gets display if there's no avatar for that user. Fixes the avatar plugin and many other places. ---------------------------------------------- r53660 | lindonb | 2015-01-26 18:54:54 +0000 (Mon, 26 Jan 2015) | 1 line [FIX] convert to iconsets ---------------------------------------------- r53659 | jonnybradley | 2015-01-26 16:25:36 +0000 (Mon, 26 Jan 2015) | 1 line [FIX] elFinder: Initialise option ---------------------------------------------- r53658 | jonnybradley | 2015-01-26 16:15:39 +0000 (Mon, 26 Jan 2015) | 1 line [ENH] elFinder: Let the navbar buttons know which elFinder directory/gallery is open so upload, edit, duplicate gallery etc buttons all now work as expected (thanks Lindon for the idea!) ---------------------------------------------- r53657 | gezzzan | 2015-01-26 15:51:36 +0000 (Mon, 26 Jan 2015) | 1 line [MOD] Few visual modifications (applying bootstrap badge for numbers, remove duplicate button, simplify titles) ---------------------------------------------- r53655 | lindonb | 2015-01-26 15:45:29 +0000 (Mon, 26 Jan 2015) | 1 line [REF] take out commented lines left from last commit ---------------------------------------------- r53654 | lindonb | 2015-01-26 15:44:14 +0000 (Mon, 26 Jan 2015) | 1 line [FIX] icons and bootstrap: fix icons; use tooltip; add form controls for admin groups page ---------------------------------------------- r53653 | jonnybradley | 2015-01-26 15:03:08 +0000 (Mon, 26 Jan 2015) | 1 line Merge branch '2.x' of git://github.com/Studio-42/elFinder into 2.x ---------------------------------------------- r53652 | jonnybradley | 2015-01-26 14:32:24 +0000 (Mon, 26 Jan 2015) | 3 lines [ENH] elFinder: Offer a prompt to add the wiki syntax to the current page after uploading a single file. TODO maybe show the thumbnail and other info and options for images. Hopefully partly addresses https://dev.tiki.org/wish5535 thanks Xavi ---------------------------------------------- r53651 | chibaguy | 2015-01-26 12:04:27 +0000 (Mon, 26 Jan 2015) | 1 line [FIX] Missing background color for page header in one layout. ---------------------------------------------- r53650 | chibaguy | 2015-01-26 09:31:44 +0000 (Mon, 26 Jan 2015) | 1 line [FIX] Unclosed {if} tag. ---------------------------------------------- r53649 | chibaguy | 2015-01-26 00:29:04 +0000 (Mon, 26 Jan 2015) | 1 line [ENH] Remove "btn-sm" class in cases of "btn-link" to increase icon font size slightly for better usability (consensus at Jan 23 webinar). Thanks to gezza for pointing out the btn-sm class was being used. ---------------------------------------------- r53648 | chibaguy | 2015-01-26 00:15:57 +0000 (Mon, 26 Jan 2015) | 1 line [ENH] Override font awesome rule to Increase icon font size slightly. ---------------------------------------------- r53646 | lindonb | 2015-01-25 21:56:52 +0000 (Sun, 25 Jan 2015) | 1 line [FIX] module: Last visitors module was showing current time for last login for users who never logged in - show "Never logged in" instead ---------------------------------------------- r53645 | jonnybradley | 2015-01-25 19:34:58 +0000 (Sun, 25 Jan 2015) | 1 line [FIX] icons: Fix wysiwyg_inline_edit icon toggle ---------------------------------------------- r53644 | jonnybradley | 2015-01-25 19:19:47 +0000 (Sun, 25 Jan 2015) | 1 line [FIX] icons: Fix wiki_plugin_edit_view toggle icon, could do with some CSS love :) ---------------------------------------------- r53643 | jonnybradley | 2015-01-25 18:08:37 +0000 (Sun, 25 Jan 2015) | 1 line [KIL] fgal_upload_progressbar: Remove feature as it has never worked - currently creates WSoD on file upload (and if you want a nice file upload progress bar use elFinder ;) ---------------------------------------------- r53642 | jonnybradley | 2015-01-25 16:57:07 +0000 (Sun, 25 Jan 2015) | 3 lines [FIX] object_selector: Add feature_search pref test for object_selector and object_selector_multi and return a simple text input if possible. Will still fail if the index isn't up to date that would be much harder to test for... Should address http://dev.tiki.org/wish5505 thanks wolfganga and lindonb ---------------------------------------------- r53639 | chibaguy | 2015-01-25 13:15:03 +0000 (Sun, 25 Jan 2015) | 1 line [FIX] Better "undecided" background color for Convene plugin (using Bootstrap "label" classes, which include a gray color). ---------------------------------------------- r53638 | chibaguy | 2015-01-25 12:31:26 +0000 (Sun, 25 Jan 2015) | 1 line [ENH] Increase icon font size slightly for better usability (consensus at Jan 23 webinar). ---------------------------------------------- r53637 | chibaguy | 2015-01-25 12:16:26 +0000 (Sun, 25 Jan 2015) | 1 line [FIX] Updated Less file to sync with image path fix in commit r53636 by walper. ---------------------------------------------- r53636 | walper | 2015-01-25 11:40:19 +0000 (Sun, 25 Jan 2015) | 1 line [FIX] Fixed File not found for some ajax loading icons in global base css. ---------------------------------------------- r53635 | walper | 2015-01-25 10:03:37 +0000 (Sun, 25 Jan 2015) | 1 line [DOC] Started to comment parts of the code involved in the permission system since this is quite complex. Some minor refractoring. ---------------------------------------------- r53634 | chibaguy | 2015-01-25 09:39:53 +0000 (Sun, 25 Jan 2015) | 2 lines [REF][NEW] File changes to implement fivealive-lite theme redesign by luci. Two layout template directories are added (maybe just temporarily to work out the methods). "Moving headers" actually adds no new content-containing template file; its layout_view.tpl just smarty-includes an existing layout_view.tpl but it gets a distinct body class and L&F layout selector for CSS use and to enable an easy layout switch. "h_tb_m_f_containers_3-6-3" adds another container div to raise the topbar out one level out of div.middle, to facilitate the stickiness of the divs' positions if necessary. ---------------------------------------------- r53633 | gezzzan | 2015-01-24 15:30:46 +0000 (Sat, 24 Jan 2015) | 1 line [MOD] composer package updates ("twitter/bootstrap": "3.3.2", "fortawesome/font-awesome": "4.3.0", "smarty/smarty": "3.1.21"). Seems like smarty path has changed, so modified related json line in composer.json. I have not noticed any issue about this yet. ---------------------------------------------- r53624 | jonnybradley | 2015-01-23 16:51:25 +0000 (Fri, 23 Jan 2015) | 1 line [FIX] pagination: If the pref for nextprev_pagination is disabled and the param show_numbers is also off, then show the nextprev buttons so at least some pagination is displayed (fixes missing pagination on tiki-pagehistory when that pref is off - thanks marclaporte) ---------------------------------------------- r53623 | jonnybradley | 2015-01-23 16:26:58 +0000 (Fri, 23 Jan 2015) | 1 line [FIX] profiles: Desanitize the input for the profile_tester (needed for setting custom html and js prefs) ---------------------------------------------- r53622 | jonnybradley | 2015-01-23 16:24:09 +0000 (Fri, 23 Jan 2015) | 1 line [FIX] profiles: Move the input and textarea outside the remaksbox as text is set to be white for them and so invisible on a white bg ---------------------------------------------- r53614 | lindonb | 2015-01-23 03:41:08 +0000 (Fri, 23 Jan 2015) | 1 line [FIX] forum: Set initial hits value to 0 when creating a new forum so that hit increments work after that. Hit increments didn't seem to always work when starting with a NULL value. This is now consistent with the way new comments are created. ---------------------------------------------- r53611 | jonnybradley | 2015-01-22 22:00:11 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] trackers: Don't show "leave page" warning when saving item ---------------------------------------------- r53610 | jyhem | 2015-01-22 21:31:03 +0000 (Thu, 22 Jan 2015) | 1 line [FIX][bp/r53608] This made people believe there is a dependency in the code but there is none ---------------------------------------------- r53605 | jonnybradley | 2015-01-22 14:14:29 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] wiki: Move the test to not shorten URLs for pages with a slash in the name from wikilib->sefurl into filter_out_sefurl as this is called directly from dozens of places causing 404 errors (e.g. since you last visit module, breadcrumbs etc) ---------------------------------------------- r53604 | jonnybradley | 2015-01-22 13:51:19 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] sylv: Convert jquery_ui tabs to bootstrap tabs as they were causing the browser to totally lock up ---------------------------------------------- r53603 | jonnybradley | 2015-01-22 13:32:25 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] sylv: strpos will return 0 if $_SERVER['SCRIPT_NAME'] == 'tiki-calendar.php' ---------------------------------------------- r53602 | lindonb | 2015-01-22 03:16:19 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] make buttons same sizes and make selector consistent with other templates ---------------------------------------------- r53601 | lindonb | 2015-01-22 02:49:58 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] Some extraneous spaces and wrong placement in css files compared to less files - perhaps due to error with the fivealive-lite grape option fixed in previous commit. ---------------------------------------------- r53600 | lindonb | 2015-01-22 02:33:08 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] lesscss: Commenting out @brand-primary-of-option in tiki-selector-variables.less was causing an error so that grape.css was incomplete ---------------------------------------------- r53599 | lindonb | 2015-01-22 02:01:12 +0000 (Thu, 22 Jan 2015) | 1 line [FIX] Timezone offset needs to be in seconds whereas the offset in the cookie is in hours ---------------------------------------------- r53597 | walper | 2015-01-21 17:35:28 +0000 (Wed, 21 Jan 2015) | 1 line [FIX] Ticket#5534. Using wkhtml2pdf to generate PDFs from wikipages even they are restricted (so only visible to certain users). Uses the feature "auth_token_access". "auth_token_access" is not required if the page to be exported to pdf is visible to anonymous users. Updated the pref file to require this feature if pdf export is to be enabled. Note: wiki pages that have a trackerinput still fail bc of access problems. This might be based on how the token mechanism is implemented. ---------------------------------------------- r53596 | jonnybradley | 2015-01-21 17:31:13 +0000 (Wed, 21 Jan 2015) | 1 line [FIX] categorizator: Add a little margin to the checkbox divs so the tree flippers are clickable again ---------------------------------------------- r53592 | gezzzan | 2015-01-21 09:58:03 +0000 (Wed, 21 Jan 2015) | 1 line [MOD] load icon sets for the main theme in case a theme option is used and also moved the custom.php part so that its settings get applied after the theme specific icons ---------------------------------------------- r53591 | lindonb | 2015-01-21 03:48:52 +0000 (Wed, 21 Jan 2015) | 1 line [FIX] timezones: Revert 53573 and change logic when trying to identify the local time zone from cookies to convert the timezone abbreviation (like EST) used in cookies to the time zone identifier (like America/New_York) to hopefully help avoid timezone issues. ---------------------------------------------- r53590 | patrick-proulx | 2015-01-20 19:36:42 +0000 (Tue, 20 Jan 2015) | 2 lines [ENH] Added the Not function to the Math library ---------------------------------------------- r53589 | jonnybradley | 2015-01-20 19:09:05 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] calendar: {/if} and </div> swapped round causing page breakage in edit mode - also changed the inner instance of wikitext to preview (seems odd?) ---------------------------------------------- r53588 | patrick-proulx | 2015-01-20 18:52:27 +0000 (Tue, 20 Jan 2015) | 2 lines [ENH] Added IsEmpty function to the Math lib. ---------------------------------------------- r53585 | jonnybradley | 2015-01-20 18:34:55 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] elFinder: Fixes for saving gallery descriptions ---------------------------------------------- r53584 | jonnybradley | 2015-01-20 18:27:50 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] elFinder: Use proper filegallib functions to update the description so the changes get re-indexed ---------------------------------------------- r53583 | xavidp | 2015-01-20 18:01:02 +0000 (Tue, 20 Jan 2015) | 1 line [MOD]Add section about improved features, with the option to enable them if they were not in the past (because experimental in the past, or too hidden in admin panels elsewhere). And link a bit more explicit to be able to read the full list of changes and improved features, since they are not covered in detail in that screen of the Upgrade Wizard. ---------------------------------------------- r53580 | jonnybradley | 2015-01-20 16:16:39 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] maps: Sometimes geo features (zones) can get data in them that isn't corrupt exactly but isn't valid so the exception is not triggered (e.g. geofeature="{type:null}") so return with a default marker if no features are read in. ---------------------------------------------- r53579 | jonnybradley | 2015-01-20 15:17:13 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] icons: Link isn't a valid param for icon (not sure it ever was) but when i corrected it to href a border appeared, so had to add class="" - huh? ---------------------------------------------- r53578 | walper | 2015-01-20 13:10:49 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] Pdfexport on windows using wkhtml2pdf failed due to space in the pathname. I.e. "C:\Program Files\wkhtmltopdf\bin\wkhtml2pdf.exe". This would have effected linux as well, but bc there is usally no space in the linux path it worked their. ---------------------------------------------- r53577 | jonnybradley | 2015-01-20 12:56:02 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] calendars: Fix odd calendar select options colourising that was producing invalid html (still doesn't fix the missing close div tag though) ---------------------------------------------- r53576 | chibaguy | 2015-01-20 06:16:26 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] Restored correct module title color in FiveAlive theme. ---------------------------------------------- r53575 | chibaguy | 2015-01-20 05:08:46 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] Theme thumbnail was in the wrong directory. ---------------------------------------------- r53574 | lindonb | 2015-01-20 03:07:49 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] tablesorter: Fix wording for "last page" pager icon tooltip. ---------------------------------------------- r53573 | lindonb | 2015-01-20 03:06:02 +0000 (Tue, 20 Jan 2015) | 1 line [FIX] Add user/site context when rendering datetime tracker fields (hopefully solves trackercalendar date issue). In some cases the user parameter had been set to false - hopefully this doesn't break anything for those cases but seems like user/site context should always be taken into account. ---------------------------------------------- r53572 | chibaguy | 2015-01-20 00:39:48 +0000 (Tue, 20 Jan 2015) | 1 line [KIL] Remove empty directory. ---------------------------------------------- r53571 | chibaguy | 2015-01-20 00:36:52 +0000 (Tue, 20 Jan 2015) | 1 line [REF] Move common FiveAlive-lite theme option less files to parent theme's less directory so options directory contains only theme option subdirectories, and recompile CSS to check - no CSS changes. ---------------------------------------------- r53569 | chibaguy | 2015-01-19 23:35:09 +0000 (Mon, 19 Jan 2015) | 1 line [REF] Move common FiveAlive-lite theme option less files to parent theme's less directory so options directory contains only theme option subdirectories. ---------------------------------------------- r53568 | patrick-proulx | 2015-01-19 20:37:47 +0000 (Mon, 19 Jan 2015) | 2 lines [enh] Adusted the message again for extra clarification ---------------------------------------------- r53567 | patrick-proulx | 2015-01-19 20:36:05 +0000 (Mon, 19 Jan 2015) | 4 lines [ENH] Updated the message when you submit a wrong fieldId or don't have it included in the template. -The previous message was misleading because it doesn't include the use case where you just forgot to include the id in the tracker template ---------------------------------------------- r53566 | jyhem | 2015-01-19 17:57:46 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] Fix regression from r53556 (oops) ---------------------------------------------- r53565 | jyhem | 2015-01-19 17:41:40 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] Fix regression from r53549 and clean useless spaces in french translations ---------------------------------------------- r53564 | jonnybradley | 2015-01-19 17:37:31 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] icons: Changes from r53529 lost in merge conflicts (sorry lindonb ;) ---------------------------------------------- r53563 | walper | 2015-01-19 16:41:53 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] Fixed german language file causing a white screen. From r53549 ---------------------------------------------- r53562 | jonnybradley | 2015-01-19 16:39:01 +0000 (Mon, 19 Jan 2015) | 4 lines Merged from tiki14_themes experimental branch See https://themes.tiki.org/Concept+and+Design for full details of the individual merged commits Warning: only lightly tested - database upgrade and cache clearing will be required ---------------------------------------------- r53561 | jonnybradley | 2015-01-19 15:23:09 +0000 (Mon, 19 Jan 2015) | 1 line [MOD] trackers: Add at least some output to ItemsList watch notification, all we can do is add the currently linked items as being new, but that's better than nothing i think (thanks Xavi, this was a request from months ago ;) ---------------------------------------------- r53559 | lindonb | 2015-01-19 06:18:50 +0000 (Mon, 19 Jan 2015) | 1 line tweak formatting ---------------------------------------------- r53557 | lindonb | 2015-01-19 06:15:04 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] forum tablesorter: set initial sort ---------------------------------------------- r53556 | lindonb | 2015-01-19 06:13:44 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] forum: properly sort within sections and format section rows. ---------------------------------------------- r53555 | lindonb | 2015-01-19 04:23:48 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] forum: remove actions moved to ajax services in r53552 ---------------------------------------------- r53554 | lindonb | 2015-01-19 04:20:23 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] forum tablesorter: avoid double hit count; use forum max record setting. ---------------------------------------------- r53553 | lindonb | 2015-01-19 01:45:14 +0000 (Mon, 19 Jan 2015) | 1 line [FIX] forum: hide moderator actions when all the information is empty; clean up column definitions for tablesorter for tiki-view_forum.php ---------------------------------------------- r53552 | lindonb | 2015-01-19 00:31:00 +0000 (Mon, 19 Jan 2015) | 1 line [ENH] modals: apply confirm modals to delete actions on tiki-admin_forums.php. ---------------------------------------------- r53551 | lindonb | 2015-01-18 22:32:14 +0000 (Sun, 18 Jan 2015) | 1 line [ENH] tablesorter: extend tablesorter to tiki-admin_forums.php. ---------------------------------------------- r53550 | lindonb | 2015-01-18 22:30:46 +0000 (Sun, 18 Jan 2015) | 1 line [ENH] forums: add ability to sort age, users and posts_per_day for tiki-admin_forums.php. ---------------------------------------------- r53549 | jyhem | 2015-01-18 22:24:58 +0000 (Sun, 18 Jan 2015) | 1 line [REF] Clean weird templates syntaxes so all templates are readable and maintainable again ---------------------------------------------- r53548 | lindonb | 2015-01-18 21:05:37 +0000 (Sun, 18 Jan 2015) | 1 line [MOD] tablesorter: add sorting for topics, posts and hits for tiki-forums.php now that r53547 fixes the sorted results. ---------------------------------------------- r53547 | lindonb | 2015-01-18 21:02:45 +0000 (Sun, 18 Jan 2015) | 1 line [FIX] forum: topic and post column sorting didn't work on tiki-forums.php since they aren't stored in the database and the maxrecords logic was faulty. ---------------------------------------------- r53545 | jonnybradley | 2015-01-18 16:42:00 +0000 (Sun, 18 Jan 2015) | 1 line [FIX] maps: $().error() is deprecated ---------------------------------------------- r53543 | lindonb | 2015-01-18 06:45:02 +0000 (Sun, 18 Jan 2015) | 1 line [ENH] tablesorter: apply tablesorter to tiki-forums.php ---------------------------------------------- r53542 | lindonb | 2015-01-18 06:22:32 +0000 (Sun, 18 Jan 2015) | 1 line [FIX] forum: max records wasn't working for forum list ---------------------------------------------- r53541 | lindonb | 2015-01-18 03:54:06 +0000 (Sun, 18 Jan 2015) | 1 line [REF] forum: add some comments ---------------------------------------------- r53540 | lindonb | 2015-01-18 03:12:46 +0000 (Sun, 18 Jan 2015) | 1 line [FIX] forum: add permission checking to ajax services ---------------------------------------------- r53539 | walper | 2015-01-18 02:16:37 +0000 (Sun, 18 Jan 2015) | 1 line [FIX] tiki-listpages.php created absolut links including the baseurl of the request. I.e. instead of a relative url "tiki-listpages.php?page=MyPage" liek all other links, it created an absolut url like "http://myip/mydir/tiki-listpages.php?page=MyPage". This caused problems when using a reverse proxy, because the link created used the internal baseurl and not the one from the external request. ---------------------------------------------- r53538 | lphuberdeau | 2015-01-17 19:07:13 +0000 (Sat, 17 Jan 2015) | 1 line [MOD] Remove the admin-only restrictions ---------------------------------------------- r53537 | lphuberdeau | 2015-01-17 18:33:16 +0000 (Sat, 17 Jan 2015) | 1 line [MOD] Add rendering for user selector field ---------------------------------------------- r53536 | lindonb | 2015-01-17 16:34:32 +0000 (Sat, 17 Jan 2015) | 1 line [FIX] tablesorter: set action column to highest priority to keep when determining what columns to drop when table gets squeezed (thanks gezza!) ---------------------------------------------- r53535 | lindonb | 2015-01-17 16:24:04 +0000 (Sat, 17 Jan 2015) | 1 line [FIX] Simplify paging information to avoid translation issues (thanks gezza!) ---------------------------------------------- r53534 | lphuberdeau | 2015-01-17 16:12:59 +0000 (Sat, 17 Jan 2015) | 1 line [MOD] Allow including an action column ---------------------------------------------- r53533 | lphuberdeau | 2015-01-17 15:44:39 +0000 (Sat, 17 Jan 2015) | 1 line [FIX]?\194?\160Title would display in links instead of the field value when empty ---------------------------------------------- r53532 | lphuberdeau | 2015-01-17 15:30:29 +0000 (Sat, 17 Jan 2015) | 1 line [MOD]?\194?\160Render textareas properly in the listing ---------------------------------------------- r53529 | lindonb | 2015-01-17 04:30:19 +0000 (Sat, 17 Jan 2015) | 1 line [FIX] more icon conversions ---------------------------------------------- r53528 | robertplummer | 2015-01-17 02:52:34 +0000 (Sat, 17 Jan 2015) | 1 line [ENH] Ensure that popover stays in view, and if it is too big, use focus which is more stable when viewing a larger image ---------------------------------------------- r53527 | lphuberdeau | 2015-01-16 21:25:50 +0000 (Fri, 16 Jan 2015) | 1 line [MOD] Add current language formats, links for multilingual formats ---------------------------------------------- r53526 | lphuberdeau | 2015-01-16 20:38:55 +0000 (Fri, 16 Jan 2015) | 1 line [MOD] Move filters to dialog ---------------------------------------------- r53525 | lphuberdeau | 2015-01-16 19:22:40 +0000 (Fri, 16 Jan 2015) | 1 line [FIX] Fix pagination links ---------------------------------------------- r53524 | lphuberdeau | 2015-01-16 17:55:58 +0000 (Fri, 16 Jan 2015) | 1 line [NEW] Introduce a web view for tracker tabular ---------------------------------------------- r53521 | jonnybradley | 2015-01-16 17:50:10 +0000 (Fri, 16 Jan 2015) | 1 line [FIX] maps: Show the default marker icon if the custom one doesn't load properly ---------------------------------------------- r53518 | jonnybradley | 2015-01-16 15:40:07 +0000 (Fri, 16 Jan 2015) | 1 line [FIX] articles: Hide the ispublished column if the user doesn't have $tiki_p_edit_article (unpublished articles are hidden from non-editors) ---------------------------------------------- r53517 | lphuberdeau | 2015-01-16 15:09:41 +0000 (Fri, 16 Jan 2015) | 1 line [MOD] Add filtering support on multilingual fields ---------------------------------------------- r53515 | lphuberdeau | 2015-01-16 14:27:22 +0000 (Fri, 16 Jan 2015) | 1 line [MOD] Adding filters for status and itemId ---------------------------------------------- r53513 | luciash | 2015-01-16 14:11:32 +0000 (Fri, 16 Jan 2015) | 1 line [FIX] Print version of blog post has no CSS assigned (http://dev.tiki.org/item5528) ---------------------------------------------- r53510 | jonnybradley | 2015-01-16 13:45:58 +0000 (Fri, 16 Jan 2015) | 1 line [FIX] articles: Delete post notification was missing heading and body and removed some unused assignments ---------------------------------------------- r53509 | jonnybradley | 2015-01-16 13:32:40 +0000 (Fri, 16 Jan 2015) | 1 line [FIX] articles: Add missing pref to control visibility of the ispublished flag on articles list (thanks marclaporte) ---------------------------------------------- r53503 | jonnybradley | 2015-01-15 13:53:39 +0000 (Thu, 15 Jan 2015) | 1 line [FIX] articles: WYSIWYCA - obey $tiki_p_remove_article on articles list (thanks marclaporte) ---------------------------------------------- r53502 | arildb | 2015-01-14 19:07:09 +0000 (Wed, 14 Jan 2015) | 4 lines [MOD] If the database disappears, redirect to a failure URL, if available, instead of redirecting to the installer. The failure URL is specified in local.php, e.g. $dbfail_url='http://dev.tiki.org'; ---------------------------------------------- r53498 | jonnybradley | 2015-01-14 18:34:45 +0000 (Wed, 14 Jan 2015) | 1 line [SVN] missing Id keyword ---------------------------------------------- r53496 | patrick-proulx | 2015-01-14 16:49:28 +0000 (Wed, 14 Jan 2015) | 2 lines [fix] Fixed issue with Gallery Id not being properly passed in trackerinput ---------------------------------------------- r53492 | chibaguy | 2015-01-14 06:17:25 +0000 (Wed, 14 Jan 2015) | 2 lines [FIX] Make image of pluginImg responsive so it resizes to not exceed the width of its containing element. ---------------------------------------------- r53490 | lindonb | 2015-01-14 02:33:32 +0000 (Wed, 14 Jan 2015) | 1 line add table striping to forum attachment table ---------------------------------------------- r53489 | patrick-proulx | 2015-01-13 18:39:53 +0000 (Tue, 13 Jan 2015) | 2 lines [ENH] Added an index refresh after a relation is added. ---------------------------------------------- r53487 | jonnybradley | 2015-01-13 16:30:11 +0000 (Tue, 13 Jan 2015) | 1 line [KIL] Remove selectmenu feature. Part 2, composer fix (some odd changes in the lock file, hope it's ok) ---------------------------------------------- r53486 | jonnybradley | 2015-01-13 16:28:35 +0000 (Tue, 13 Jan 2015) | 1 line [KIL] Remove selectmenu feature. It was marked as deprecated in Tiki 11 in favour of Chosen, which is much better (composer change to come) ---------------------------------------------- r53479 | lindonb | 2015-01-13 03:19:49 +0000 (Tue, 13 Jan 2015) | 1 line add documentation to smarty self_link block regarding _icon_name parameter for using iconsets ---------------------------------------------- r53478 | lindonb | 2015-01-13 03:18:13 +0000 (Tue, 13 Jan 2015) | 1 line [ENH] forum: Use iconsets on tiki-admin_forums.php ---------------------------------------------- r53477 | lindonb | 2015-01-13 02:13:07 +0000 (Tue, 13 Jan 2015) | 1 line [FIX] forum: tablesorter pager wasn't paging - missing offset parameter ---------------------------------------------- r53470 | walper | 2015-01-12 16:51:07 +0000 (Mon, 12 Jan 2015) | 1 line [FIX] Non-Admin users can view/edit comments for tracker items. tiki_p_tracker_view_comments = view, tiki_p_comment_tracker_items = post ---------------------------------------------- r53469 | lindonb | 2015-01-12 04:03:34 +0000 (Mon, 12 Jan 2015) | 1 line [ENH] forum: Convert archive/unarchive topic on tiki-view_forum.php to ajax services ---------------------------------------------- r53468 | lindonb | 2015-01-12 03:13:29 +0000 (Mon, 12 Jan 2015) | 1 line [FIX] access ajax service: Clean up html in confirm template ---------------------------------------------- r53467 | lindonb | 2015-01-12 03:12:04 +0000 (Mon, 12 Jan 2015) | 1 line [FIX] forum: Html entities break the smarty service function ---------------------------------------------- r53466 | lindonb | 2015-01-12 02:56:07 +0000 (Mon, 12 Jan 2015) | 1 line [ENH] forum: Convert delete post attachment to ajax services ---------------------------------------------- r53465 | lindonb | 2015-01-11 23:20:23 +0000 (Sun, 11 Jan 2015) | 1 line [REF] forum: Use standard remarksbox alert and improve message ---------------------------------------------- r53464 | jyhem | 2015-01-11 23:20:18 +0000 (Sun, 11 Jan 2015) | 1 line [FIX][bp/r53463] Avoid inserting plenty of white space in textarea ---------------------------------------------- r53462 | lindonb | 2015-01-11 22:34:30 +0000 (Sun, 11 Jan 2015) | 1 line [ENH] forum: Convert delete post to ajax services ---------------------------------------------- r53461 | lindonb | 2015-01-11 21:28:51 +0000 (Sun, 11 Jan 2015) | 1 line [ENH] forum: return error message if all topics are chosen, leaving none to merge with. ---------------------------------------------- r53460 | lindonb | 2015-01-11 21:07:41 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] forum: remove merge action converted to ajax services in r53458 ---------------------------------------------- r53459 | lindonb | 2015-01-11 21:05:03 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] forum: differentiate moderator action panel by making it primary ---------------------------------------------- r53458 | lindonb | 2015-01-11 21:04:04 +0000 (Sun, 11 Jan 2015) | 1 line [ENH] forum: Convert merge action to ajax services for tiki-view_forum_thread.php; Other formatting changes to differentiate moderator action panel ---------------------------------------------- r53457 | lindonb | 2015-01-11 19:16:17 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] forum: more icons; get rid of colons in tooltips title ---------------------------------------------- r53456 | lindonb | 2015-01-11 18:10:19 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] forum: Use standard remarksbox alert for reported posts ---------------------------------------------- r53455 | lindonb | 2015-01-11 18:07:41 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] icons in forums: further implement iconsets; tidy up links versus buttons ---------------------------------------------- r53454 | lindonb | 2015-01-11 16:35:49 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] browse categories: Watch icons not working since r53130; plus syntax fix in tpl ---------------------------------------------- r53453 | lindonb | 2015-01-11 14:46:07 +0000 (Sun, 11 Jan 2015) | 1 line [ENH] icons: Allow for use of icon name in the smarty function self_link so that iconsets can be used ---------------------------------------------- r53452 | lindonb | 2015-01-11 13:56:20 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] css: Mimic formatting for a element with span.btn-link. Helpful for onclick links which should act like buttons but look like links (without the button width). Helpful for action icons with tight space. ---------------------------------------------- r53451 | lindonb | 2015-01-11 05:40:45 +0000 (Sun, 11 Jan 2015) | 1 line [FIX] forum: fix formatting issue on edit form ---------------------------------------------- r53450 | lindonb | 2015-01-11 05:09:31 +0000 (Sun, 11 Jan 2015) | 1 line [ENH] ajax services for forum: set actions to refresh page unless no modules, etc. could be affected (thanks LPH!); eliminate success feedback (too chatty) but keep oops feedback modal if no items selected. ---------------------------------------------- r53448 | lphuberdeau | 2015-01-09 22:25:47 +0000 (Fri, 09 Jan 2015) | 1 line [MOD] Adding filtering by item links, including remotely indexed fields ---------------------------------------------- r53447 | lphuberdeau | 2015-01-09 19:47:32 +0000 (Fri, 09 Jan 2015) | 1 line [ENH] Refactoring to remove some duplication, adding filters to the dropdown field type ---------------------------------------------- r53446 | lphuberdeau | 2015-01-09 18:21:23 +0000 (Fri, 09 Jan 2015) | 1 line [MOD] Adding UI components to select available filters on tabular ---------------------------------------------- r53445 | lphuberdeau | 2015-01-09 16:54:53 +0000 (Fri, 09 Jan 2015) | 1 line [NEW] Backend for improved tracker filtering ---------------------------------------------- r53443 | lphuberdeau | 2015-01-09 14:08:23 +0000 (Fri, 09 Jan 2015) | 1 line [FIX] Modification of the href variable from the parent scope broke the expected behavior when href is not specified, first URL would always be used ---------------------------------------------- r53440 | chibaguy | 2015-01-09 04:32:29 +0000 (Fri, 09 Jan 2015) | 2 lines [bp/r53439] [FIX] Couldn't edit wiki page - Class col-sm-12 on the edit form floated the form, allowing the pagebottom modules to rise up into and overlap its space. Fixes tracker item 5525. ---------------------------------------------- r53435 | jonnybradley | 2015-01-08 14:58:15 +0000 (Thu, 08 Jan 2015) | 1 line [FIX] sefurl: Pages with a slash in fail when linked as a SEFURL (because the escaped slash is considered as part of the path), so return the long URL instead ---------------------------------------------- r53433 | eromneg | 2015-01-08 10:56:09 +0000 (Thu, 08 Jan 2015) | 1 line [ENH] add $Id and update button titles to make what they do a bit clearer ---------------------------------------------- r53428 | gezzzan | 2015-01-07 15:02:07 +0000 (Wed, 07 Jan 2015) | 1 line [FIX] structure icon on wiki pages ---------------------------------------------- r53427 | gezzzan | 2015-01-07 12:14:50 +0000 (Wed, 07 Jan 2015) | 1 line [FIX] chart_organisation.png ---------------------------------------------- r53419 | jonnybradley | 2015-01-06 17:23:05 +0000 (Tue, 06 Jan 2015) | 1 line [FIX] newsletters: JavaScript in {jq} smarty objects can use unusual custom syntax - double curly brackets allow smarty syntax to be used (so reformat with care please ;) ---------------------------------------------- r53415 | lindonb | 2015-01-06 04:25:03 +0000 (Tue, 06 Jan 2015) | 1 line [ENH] ajax services: add ability to use the smarty service function in a custom data attribute and apply that in tiki-view_forum.tpl for the individual topic delete action; also some refactoring to put duplicated code into a separate function ---------------------------------------------- r53414 | nkoth | 2015-01-05 23:50:33 +0000 (Mon, 05 Jan 2015) | 2 lines [ENH] Allow way for admins to remove activities from activity stream ---------------------------------------------- r53412 | amette | 2015-01-05 18:46:14 +0000 (Mon, 05 Jan 2015) | 2 lines [ENH] Allow acknowledging failing Tiki checks (makes Nagios mode usable) ---------------------------------------------- r53409 | robertplummer | 2015-01-05 15:05:40 +0000 (Mon, 05 Jan 2015) | 1 line [FIX] Better windows fix (seemingly) ensure that field keys are strings and not numbers ---------------------------------------------- r53403 | lindonb | 2015-01-05 04:31:55 +0000 (Mon, 05 Jan 2015) | 1 line [ENH] ajax services: create jquery functions to facilitate use of ajax services when page elements need to be refreshed and feedback is desired; modified clickModal so that href attribute isn't required; partially implemented for tiki-view_forum.php (all moderator actions and the delete action for individual topics) ---------------------------------------------- r53402 | jyhem | 2015-01-05 00:14:26 +0000 (Mon, 05 Jan 2015) | 1 line [REF] Clean templates formatting so they are readable and maintainable again ---------------------------------------------- r53398 | arildb | 2015-01-04 17:36:29 +0000 (Sun, 04 Jan 2015) | 1 line [FIX] Add new tables to conversion script ---------------------------------------------- r53396 | lindonb | 2015-01-04 02:38:49 +0000 (Sun, 04 Jan 2015) | 1 line [FIX] forum: more icons and tooltips. Self_link still doesn't use iconsets apparently - didn't fix this ---------------------------------------------- r53395 | lindonb | 2015-01-04 02:06:34 +0000 (Sun, 04 Jan 2015) | 1 line [FIX] forum: convert icons, add tooltips and get colspan right when showing "no topics found" ---------------------------------------------- r53394 | lindonb | 2015-01-04 01:14:42 +0000 (Sun, 04 Jan 2015) | 1 line [FIX] forum: use new alert service rather than separate function for forums; replace deprecated check_ticket with check_authenticity for CSRF security; conformed merge_topic and move_topic functions to updated logic ---------------------------------------------- r53392 | lindonb | 2015-01-03 21:25:44 +0000 (Sat, 03 Jan 2015) | 1 line [FIX] forum: don't update table rows or close the modal automatically if an error ---------------------------------------------- r53391 | lindonb | 2015-01-03 14:50:37 +0000 (Sat, 03 Jan 2015) | 1 line [ENH] forum: convert delete moderator action for forum topics (tiki-view_forum.php) to ajax services (thanks LPH!); create confirm ajax service so "confirm your action" popups using anti-CSRF tickets can be used across tiki; create alert ajax service so feedback popups can be used across tiki ---------------------------------------------- r53388 | nkoth | 2015-01-02 19:44:51 +0000 (Fri, 02 Jan 2015) | 2 lines [FIX] Google machine translation not working ---------------------------------------------- r53385 | lindonb | 2015-01-02 00:10:54 +0000 (Fri, 02 Jan 2015) | 1 line [FIX] forum: make action icons plain icons, not buttons ---------------------------------------------- r53384 | robertplummer | 2014-12-31 19:03:29 +0000 (Wed, 31 Dec 2014) | 1 line [FIX] Windows fix (seemingly) ensure that field keys are strings and not numbers ---------------------------------------------- r53379 | lindonb | 2014-12-31 00:56:59 +0000 (Wed, 31 Dec 2014) | 1 line [FIX] forum: get rid of excess underlining ---------------------------------------------- r53378 | lindonb | 2014-12-31 00:45:25 +0000 (Wed, 31 Dec 2014) | 1 line [FIX] forum: streamline what ajax returns for moderator actions also when not using tablesorter ---------------------------------------------- r53377 | lindonb | 2014-12-31 00:25:55 +0000 (Wed, 31 Dec 2014) | 1 line [REF] forum: get selector a better way. ---------------------------------------------- r53376 | lphuberdeau | 2014-12-30 20:51:31 +0000 (Tue, 30 Dec 2014) | 1 line [ENH] Improved icons, title attribute, default filters ---------------------------------------------- r53375 | lphuberdeau | 2014-12-30 17:49:53 +0000 (Tue, 30 Dec 2014) | 1 line [MOD] Connect the tabular filtered export to the search interface when a specific tracker or format is selected ---------------------------------------------- r53374 | xavidp | 2014-12-30 17:26:57 +0000 (Tue, 30 Dec 2014) | 1 line [NEW]Added new profile to the profiles Wizard: Revision Approval (ISO9001). ---------------------------------------------- r53373 | xavidp | 2014-12-30 15:59:00 +0000 (Tue, 30 Dec 2014) | 1 line [FIX]Fix currentVersion number when page shows content from last approved version even if no param passed in the url (case when feature flagged revisions is on). ---------------------------------------------- r53372 | xavidp | 2014-12-30 14:45:01 +0000 (Tue, 30 Dec 2014) | 1 line [NEW]Added new wiki argument variables (currentVersion, currentVersionApprover, currentVersionApproval, currentVersionApproved) for real cases using Tiki to support ISO9001 documentation systems, where flagged revisions is enabled and each document version needs to have the ability to display who approved that document version (even in cases when that is not the latest approved or edited version). Thanks Bruno (user cr0vax) for your current feedback through the t.o forums. Re: http://dev.tiki.org/Flagged+revisions#ISO9001 ---------------------------------------------- r53369 | jonnybradley | 2014-12-30 12:48:00 +0000 (Tue, 30 Dec 2014) | 2 lines [FIX] groupChoice: Fields param to wikiplugin_tracker is expected to be an array (since 12.2 or 12.3) so user tracker fields were not appearing. Thanks Xavi, should address wish5501? ---------------------------------------------- r53359 | jonnybradley | 2014-12-29 16:58:09 +0000 (Mon, 29 Dec 2014) | 1 line [FIX] forums: Make links in square brackets work as expected when parsed from html emails ---------------------------------------------- r53352 | jyhem | 2014-12-29 04:02:21 +0000 (Mon, 29 Dec 2014) | 1 line [REF] Clean templates formatting so they are legible and maintainable again ---------------------------------------------- r53351 | lindonb | 2014-12-29 03:24:42 +0000 (Mon, 29 Dec 2014) | 1 line additional iconset definitions ---------------------------------------------- r53350 | lindonb | 2014-12-29 03:21:29 +0000 (Mon, 29 Dec 2014) | 1 line [ENH] forum: convert most moderator actions for forum topics (tiki-view_forum.php) to ajax services (thanks LPH!); convert most icons to use iconset; streamline html returned from tablesorter ajax call. More to do for other topic actions. ---------------------------------------------- r53349 | lindonb | 2014-12-29 01:51:51 +0000 (Mon, 29 Dec 2014) | 1 line [FIX] tablesorter: notice ---------------------------------------------- r53347 | lindonb | 2014-12-28 14:32:08 +0000 (Sun, 28 Dec 2014) | 1 line [FIX] tablesorter for wiki list pages: only return the table for ajax calls. ---------------------------------------------- r53346 | lindonb | 2014-12-28 06:06:00 +0000 (Sun, 28 Dec 2014) | 1 line [ENH] tablesorter for admin users table: only return the table for ajax calls. ---------------------------------------------- r53342 | nkoth | 2014-12-24 20:32:36 +0000 (Wed, 24 Dec 2014) | 1 line [FIX] Show title instead of ID of linked item when item link field is used as title ---------------------------------------------- r53340 | lphuberdeau | 2014-12-24 19:06:23 +0000 (Wed, 24 Dec 2014) | 1 line [MOD]?\194?\160Make the query parser aware of explicit phrases and implicit phrases, make all engines ignore it, add phrase proximity re-scoring to elasticsearch to improve result relevance ---------------------------------------------- r53339 | robertplummer | 2014-12-24 15:19:19 +0000 (Wed, 24 Dec 2014) | 1 line [fp/53333] tracker fix ---------------------------------------------- r53336 | lphuberdeau | 2014-12-24 14:59:52 +0000 (Wed, 24 Dec 2014) | 1 line [ENH] Adding WikiWord tokenizer for elasticsearch to improve hits on CamelCase wiki page names ---------------------------------------------- r53335 | lphuberdeau | 2014-12-24 13:57:00 +0000 (Wed, 24 Dec 2014) | 1 line [FIX] Test broken after introduction of numeric type ---------------------------------------------- r53334 | lphuberdeau | 2014-12-24 13:52:25 +0000 (Wed, 24 Dec 2014) | 1 line [FIX] Notice when iconset not defined ---------------------------------------------- r53332 | lindonb | 2014-12-22 14:20:11 +0000 (Mon, 22 Dec 2014) | 1 line [FIX] tablesorter: hide bottom pager initially. ---------------------------------------------- r53331 | gezzzan | 2014-12-21 17:29:24 +0000 (Sun, 21 Dec 2014) | 1 line [MOD] modify two icons to use icon set ---------------------------------------------- r53330 | gezzzan | 2014-12-21 16:38:59 +0000 (Sun, 21 Dec 2014) | 1 line [MOD] rename tooltip to match new name Settings pages ---------------------------------------------- r53328 | lphuberdeau | 2014-12-21 15:07:38 +0000 (Sun, 21 Dec 2014) | 1 line [FIX]?\194?\160Force inclusions to get OpenID minimally working again ---------------------------------------------- r53326 | gezzzan | 2014-12-21 12:37:15 +0000 (Sun, 21 Dec 2014) | 1 line [MOD] navigation buttons, icon set usage ---------------------------------------------- r53322 | walper | 2014-12-20 12:54:03 +0000 (Sat, 20 Dec 2014) | 1 line [FIX] Page Toolbar (Print, Edit, PDF, Watch etc.) was not clickable anylonger. ---------------------------------------------- r53321 | jonnybradley | 2014-12-19 16:51:34 +0000 (Fri, 19 Dec 2014) | 1 line [FIX] PHP empty() only tests, it doesn't assign (plus a little formatting) ---------------------------------------------- r53320 | xavidp | 2014-12-19 15:00:59 +0000 (Fri, 19 Dec 2014) | 1 line [FIX]Add tracker tabular feature as one of the new features in Tiki14 (and provide url to doc page). thanks lph ---------------------------------------------- r53316 | jonnybradley | 2014-12-19 12:10:40 +0000 (Fri, 19 Dec 2014) | 1 line [FIX] Missing lib definition ---------------------------------------------- r53315 | jonnybradley | 2014-12-19 12:01:07 +0000 (Fri, 19 Dec 2014) | 1 line [FIX] semantic: Fix parsing of semantic links from WYSIWYG to wiki (thanks Xavi, hopefully addresses wish5518) ---------------------------------------------- r53313 | lphuberdeau | 2014-12-18 23:42:32 +0000 (Thu, 18 Dec 2014) | 1 line [FIX] When Allow HTML is used on the page, some HTML could make its way into the search data as the parser would escape it, strip it first. ---------------------------------------------- r53311 | eromneg | 2014-12-17 21:24:37 +0000 (Wed, 17 Dec 2014) | 1 line [FIX] [fp53310] deleted additional empty rows at the end of the .tpl to avoid empty rows being inserted into the exported spreadsheet after every 100th row ---------------------------------------------- r53307 | lindonb | 2014-12-14 23:04:50 +0000 (Sun, 14 Dec 2014) | 1 line Update documentation for ajax and tablesorter features. ---------------------------------------------- r53306 | lindonb | 2014-12-13 22:06:23 +0000 (Sat, 13 Dec 2014) | 1 line [FIX] tracker items icons: change from buttons to plain icons for item actions ---------------------------------------------- r53305 | lindonb | 2014-12-13 17:58:44 +0000 (Sat, 13 Dec 2014) | 1 line [ENH] tablesorter: extend tablesorter to table listing topics of a forum (tiki-view_form.php) ---------------------------------------------- r53304 | lindonb | 2014-12-13 17:35:03 +0000 (Sat, 13 Dec 2014) | 1 line [FIX] tablesorter: revert part of r53303 - column selector button should be triggered on click since it needs to be sticky so that columns can be selected/deselected ---------------------------------------------- r53303 | lindonb | 2014-12-13 16:33:34 +0000 (Sat, 13 Dec 2014) | 1 line [FIX] tablesorter: make the column selector popup appear upon hover like the other buttons; add some documentation ---------------------------------------------- r53302 | lindonb | 2014-12-13 15:53:02 +0000 (Sat, 13 Dec 2014) | 1 line [FIX] tablesorter: text in input fields wasn't showing ---------------------------------------------- r53301 | lindonb | 2014-12-13 15:25:46 +0000 (Sat, 13 Dec 2014) | 1 line [FIX] tablesorter: add ability differentiate between label and value for select dropdowns for more user friendly dropdowns and apply to tiki-lispages.php ---------------------------------------------- r53298 | arildb | 2014-12-13 14:57:54 +0000 (Sat, 13 Dec 2014) | 3 lines [MOD] Don't always include flash in Tiki. Note: the flash plugin is enabled by default. To avoid using flash it must be disabled (in addition to this modification) ---------------------------------------------- r53296 | nkoth | 2014-12-11 18:04:46 +0000 (Thu, 11 Dec 2014) | 1 line [FIX] Make prev commit more robust using empty instead of isset ---------------------------------------------- r53295 | nkoth | 2014-12-11 17:08:53 +0000 (Thu, 11 Dec 2014) | 2 lines [ENH] Allow finding out which addon is used from the page being viewed (if current page is created by an addon) and setting {{cat}} automaticaly if {{organicgroup}} is set. ---------------------------------------------- r53294 | nkoth | 2014-12-11 17:00:34 +0000 (Thu, 11 Dec 2014) | 2 lines [FIX] Cleanup and set empty value in event of no value jsut in case ---------------------------------------------- r53292 | chibaguy | 2014-12-11 06:46:09 +0000 (Thu, 11 Dec 2014) | 1 line [FIX] Add user button needs bigger share of the space due to its text. ---------------------------------------------- r53291 | chibaguy | 2014-12-11 06:11:47 +0000 (Thu, 11 Dec 2014) | 1 line [FIX][REF] Bootstrapify Convene plugin; use standard alert colors for choice backgrounds. ---------------------------------------------- r53290 | nkoth | 2014-12-09 22:13:13 +0000 (Tue, 09 Dec 2014) | 1 line [MOD] Current object when on a pretty tracker page should be considered the tracker item not the wiki page ---------------------------------------------- r53289 | nkoth | 2014-12-09 21:44:31 +0000 (Tue, 09 Dec 2014) | 2 lines [ENH] Add information in search index whether something is an addon group or not ---------------------------------------------- r53288 | nkoth | 2014-12-09 20:48:00 +0000 (Tue, 09 Dec 2014) | 1 line [FIX] Show group name as specified by Addon as title ---------------------------------------------- r53286 | robertplummer | 2014-12-09 16:50:01 +0000 (Tue, 09 Dec 2014) | 1 line [FIX]Ensure wikiLingo scripts make it to either the module or header from module ---------------------------------------------- r53285 | lindonb | 2014-12-09 02:50:29 +0000 (Tue, 09 Dec 2014) | 1 line [REF]tablesorter: make buttons default style, refactor less file ---------------------------------------------- r53284 | nkoth | 2014-12-08 18:51:37 +0000 (Mon, 08 Dec 2014) | 2 lines [FIX] When there are many groups the performance is intolerable to load this page ---------------------------------------------- r53283 | lphuberdeau | 2014-12-08 15:13:40 +0000 (Mon, 08 Dec 2014) | 1 line [MOD] When the stream is not specified, such as for custom activities, make sure the field contains a default value to filter on not set (value: custom) ---------------------------------------------- r53282 | lindonb | 2014-12-08 11:58:00 +0000 (Mon, 08 Dec 2014) | 1 line icons: use a clock for history for legacy too ---------------------------------------------- r53281 | lindonb | 2014-12-08 04:39:00 +0000 (Mon, 08 Dec 2014) | 1 line Implement icons for wiki page list ---------------------------------------------- r53280 | lindonb | 2014-12-07 22:17:09 +0000 (Sun, 07 Dec 2014) | 1 line tablesorter: reduce priority of openid column ---------------------------------------------- r53279 | lindonb | 2014-12-07 22:16:20 +0000 (Sun, 07 Dec 2014) | 1 line use parent instead of self for consistency ---------------------------------------------- r53278 | lindonb | 2014-12-07 22:15:19 +0000 (Sun, 07 Dec 2014) | 1 line [ENH]: bootstrap and tablesorter: various changes to use bootstrap for select dropdowns with shortened height and related formatting improvements for tablesorter pager and filter controls ---------------------------------------------- r53277 | gezzzan | 2014-12-07 14:45:44 +0000 (Sun, 07 Dec 2014) | 3 lines [FIX] actions for the icon set icons were not working. Notes: currently icon set icons won't work if the parent element is <a> and the {icon} function has a title="" or a href="" parameter. This is because currently, if a title or a href parameter is added inside the {icon} function, than an <a> element is generated, so it ends up having <a> nested in another <a> element. Currently one way is to include href and title param in the {icon}. The other way is to have a parent <a> element in the tpl, and only set the name parameter in the {icon} function. Although both can work, there was a discussion on dev list to include as few html in smarty tpl-s as possible, so I guess the first way should be used where possible. ---------------------------------------------- r53275 | lindonb | 2014-12-07 00:26:15 +0000 (Sun, 07 Dec 2014) | 1 line [ENH]: use new icon system for the admin users table. get rid of some {capture} usage in the process ---------------------------------------------- r53274 | lindonb | 2014-12-06 18:45:34 +0000 (Sat, 06 Dec 2014) | 1 line [FIX] tablesorter: Initiate tiki_popover to allow popover tooltips to work for icons within the tablesorter div since the table and ajax rows load late ---------------------------------------------- r53273 | manivannans | 2014-12-06 10:54:21 +0000 (Sat, 06 Dec 2014) | 1 line [FIX] Tracker item creation dates not saved ---------------------------------------------- r53269 | jonnybradley | 2014-12-05 11:41:09 +0000 (Fri, 05 Dec 2014) | 1 line [FIX] forums: Some mail clients place font and span tags as invalid list elements causing HTMLPurifier to remove the list completely so remove them first ---------------------------------------------- r53268 | chibaguy | 2014-12-05 05:02:31 +0000 (Fri, 05 Dec 2014) | 1 line [FIX] More center column widths need responsive table scrolling. ---------------------------------------------- r53266 | patrick-proulx | 2014-12-04 14:18:01 +0000 (Thu, 04 Dec 2014) | 2 lines [FIX] Fixed issue with commenting with CodeMirror in 13.x+ ---------------------------------------------- r53263 | drsassafras | 2014-12-04 08:22:59 +0000 (Thu, 04 Dec 2014) | 1 line Add custom classes to specific footnotes, optional. ---------------------------------------------- r53257 | jonnybradley | 2014-12-03 16:36:56 +0000 (Wed, 03 Dec 2014) | 1 line [FIX] forums: First line was getting lost in removing "empty" lines at the bottom of the incoming mail body ---------------------------------------------- r53255 | patrick-proulx | 2014-12-03 15:54:03 +0000 (Wed, 03 Dec 2014) | 2 lines [FIX] Fixed issue with new comments not using CodeMirror ---------------------------------------------- r53254 | gezzzan | 2014-12-03 13:17:39 +0000 (Wed, 03 Dec 2014) | 1 line [MOD] make monthly links count use bootstrap badge ---------------------------------------------- r53250 | xavidp | 2014-12-03 08:19:47 +0000 (Wed, 03 Dec 2014) | 1 line [FIX]Allow posting comments when highlighter (codemirror) is on or switchable. Thanks Patrick Proulx for the fix. This will fix bug5294 in 12.x, but currently not reproducible yet in 13.x and trunk since http://dev.tiki.org/bug5316 (unsolved yet) seems to be interfering. ---------------------------------------------- r53249 | lindonb | 2014-12-03 03:53:07 +0000 (Wed, 03 Dec 2014) | 1 line icons: use smarty function and use tikihelp tooltip on wiki topline ---------------------------------------------- r53247 | lindonb | 2014-12-03 02:30:49 +0000 (Wed, 03 Dec 2014) | 1 line [ENH] add tikihelp tooltips to quickadmin icons; add ability to add a class to permission_link smarty function ---------------------------------------------- r53246 | lindonb | 2014-12-02 04:34:50 +0000 (Tue, 02 Dec 2014) | 1 line [REF] tablesorter: use smarty icon function for icons; use variables for button text ---------------------------------------------- r53245 | patrick-proulx | 2014-12-02 00:47:56 +0000 (Tue, 02 Dec 2014) | 2 lines [FIX] fixed so full path not required for templates in list and customsearch plugins ---------------------------------------------- r53242 | eromneg | 2014-12-01 21:04:40 +0000 (Mon, 01 Dec 2014) | 1 line [FIX] update alt text - tr tags not appropriate ---------------------------------------------- r53241 | gezzzan | 2014-12-01 19:30:18 +0000 (Mon, 01 Dec 2014) | 1 line [MOD] make blog post action icons use icon set ---------------------------------------------- r53240 | jyhem | 2014-12-01 18:52:57 +0000 (Mon, 01 Dec 2014) | 1 line [FIX] Allow precise CSS styling of ItemsList fields in tracker input forms ---------------------------------------------- r53237 | gezzzan | 2014-12-01 16:23:20 +0000 (Mon, 01 Dec 2014) | 1 line [FIX] Missing brackets caused trouble ---------------------------------------------- r53232 | lindonb | 2014-12-01 05:01:10 +0000 (Mon, 01 Dec 2014) | 1 line add more icon definitions ---------------------------------------------- r53231 | lindonb | 2014-12-01 05:00:18 +0000 (Mon, 01 Dec 2014) | 1 line [REF] tablesorter: allow fro sorting by image title; turn off group subheadings for ajax tables until the formatting is better ---------------------------------------------- r53230 | lindonb | 2014-12-01 04:49:10 +0000 (Mon, 01 Dec 2014) | 1 line [REF] tablesorter: prepare forum topic list for tablesorter, including moving moderator actions out of the table. Also seemed to have changed spaces into tabs. ---------------------------------------------- r53229 | gezzzan | 2014-12-01 00:22:55 +0000 (Mon, 01 Dec 2014) | 1 line [MOD] make icons use icon set ---------------------------------------------- r53228 | gezzzan | 2014-12-01 00:06:16 +0000 (Mon, 01 Dec 2014) | 1 line [FIX] view forum screen group watch icon name and some layout modifications ---------------------------------------------- r53227 | gezzzan | 2014-11-30 23:28:20 +0000 (Sun, 30 Nov 2014) | 1 line [MOD] make forum list find panel and icons use icon set ---------------------------------------------- r53226 | gezzzan | 2014-11-30 22:18:05 +0000 (Sun, 30 Nov 2014) | 1 line [MOD] make object permission summary to use icon set and some styling ---------------------------------------------- r53225 | gezzzan | 2014-11-30 21:35:19 +0000 (Sun, 30 Nov 2014) | 1 line [MOD] make help to use icon set ---------------------------------------------- r53224 | gezzzan | 2014-11-30 21:31:46 +0000 (Sun, 30 Nov 2014) | 1 line [MOD] remove from screen the duplicate category related prefs ---------------------------------------------- r53221 | eromneg | 2014-11-30 19:03:49 +0000 (Sun, 30 Nov 2014) | 1 line [FIX] broken index logic due to a floating number being divided by another floating number - needed to round before making an integer ---------------------------------------------- r53220 | lindonb | 2014-11-30 16:55:40 +0000 (Sun, 30 Nov 2014) | 1 line [FIX] icons: the flatly theme had the wrong path to the glyphicon icons for some reason ---------------------------------------------- r53219 | lindonb | 2014-11-30 14:51:52 +0000 (Sun, 30 Nov 2014) | 1 line Remove inline_syntax class in favor of the <code> tag now that it looks better with bootstrap ---------------------------------------------- r53218 | lindonb | 2014-11-30 01:36:32 +0000 (Sun, 30 Nov 2014) | 1 line [FIX] lesscss: the bootstrap mixin and utilities less files are included in bootstrap.less so no need to re-import. Was causing transpiling errors in a few cases (jqui didem), caused some rearranging of css with no content change in many cases, and sometimes had no impact on the css. Also fixed some errors and apparently in ohia and excite-bike and apparently missing tiki-selectors.less file for darkly. ---------------------------------------------- r53217 | lindonb | 2014-11-29 20:16:43 +0000 (Sat, 29 Nov 2014) | 1 line [FIX] Correct Glyphicon Halfling paths in CSS files - the related less files are fine so not sure how these differences crept in. ---------------------------------------------- r53216 | gezzzan | 2014-11-29 10:25:13 +0000 (Sat, 29 Nov 2014) | 1 line [MOD] make tiki installer use the default icon set. Also some related styling and code fixes. ---------------------------------------------- r53215 | lindonb | 2014-11-28 22:53:01 +0000 (Fri, 28 Nov 2014) | 1 line [FIX] tablesorter: add button type back to clear filters button so that ajax is used; make sort parameter for custom ajax url a variable; other cleanup from recent changes ---------------------------------------------- r53214 | gezzzan | 2014-11-28 19:58:57 +0000 (Fri, 28 Nov 2014) | 1 line [FIX] php notice for undefined variable ---------------------------------------------- r53213 | gezzzan | 2014-11-28 18:32:06 +0000 (Fri, 28 Nov 2014) | 1 line [ENH] menu import/export switched to use service controller. Various related updates. ---------------------------------------------- r53212 | eromneg | 2014-11-27 21:27:59 +0000 (Thu, 27 Nov 2014) | 1 line [ENH] put the horizontal grid scale at the top of the graph for the barhoriz case ---------------------------------------------- r53211 | lindonb | 2014-11-27 19:36:24 +0000 (Thu, 27 Nov 2014) | 1 line [REF] tablesorter: add another layer of abstraction to be able to set defaults for plugins versus stanard tiki tables ---------------------------------------------- r53210 | lindonb | 2014-11-27 16:20:50 +0000 (Thu, 27 Nov 2014) | 1 line tablesorter: use btn-link for less obtrusive table buttons and pager controls ---------------------------------------------- r53209 | lindonb | 2014-11-27 16:19:38 +0000 (Thu, 27 Nov 2014) | 1 line [ENH] tablesorter: Apply group header rows. Other minor cleanup. ---------------------------------------------- r53208 | lindonb | 2014-11-27 14:49:53 +0000 (Thu, 27 Nov 2014) | 1 line [ENH] tablesorter: apply to tiki-listpages.php ---------------------------------------------- r53207 | eromneg | 2014-11-27 11:43:26 +0000 (Thu, 27 Nov 2014) | 1 line [ENH] improved automatic calculation of image height based upon the number of x,y pairs for the barhoriz option but only works well if a title is not displayed ---------------------------------------------- r53204 | eromneg | 2014-11-27 10:56:08 +0000 (Thu, 27 Nov 2014) | 1 line [FIX] fix the logic for when a title is added to the top of a graph ie only when title-active is true and a title has been set ---------------------------------------------- r53203 | gezzzan | 2014-11-27 07:19:05 +0000 (Thu, 27 Nov 2014) | 1 line [FIX] icon name fixes ---------------------------------------------- r53202 | lindonb | 2014-11-27 05:06:00 +0000 (Thu, 27 Nov 2014) | 1 line bootstrap: Use fa-angle-right for default menu items (e.g., in the admin menu) instead of fa-minus. Looks much better to me but will go with consensus ---------------------------------------------- r53201 | lindonb | 2014-11-27 04:34:46 +0000 (Thu, 27 Nov 2014) | 1 line bootstrap: Use btn-link for wiki action and quickadmin links to make them less obtrusive. Looks much better to me but will revert if that's not the consensus. ---------------------------------------------- r53200 | lindonb | 2014-11-27 04:01:07 +0000 (Thu, 27 Nov 2014) | 1 line [REF] tablesorter: use id instead of class for pager container selector, consistent with other elements. also update some documentation ---------------------------------------------- r53199 | lindonb | 2014-11-27 03:36:22 +0000 (Thu, 27 Nov 2014) | 1 line [REF] tablesorter: change logic for setting whether column indexes or selectors are used and move settings into abstract classes (indexes used for plugins and selectors used for standard tiki tables) ---------------------------------------------- r53198 | lindonb | 2014-11-27 03:03:35 +0000 (Thu, 27 Nov 2014) | 1 line [FIX] tablesorter: only apply previous commit (r53197) when ajax is used to avoid issues with undimming rows when process is complete ---------------------------------------------- Version 13.0 <http://doc.tiki.org/Tiki13> ------------------ ---------------------------------------------- r52238 | manivannans | 2014-08-05 10:21:52 -0400 (Tue, 05 Aug 2014) | 1 line [REVERT]Revert r52235 Default avatar image for new user ---------------------------------------------- r52237 | jonnybradley | 2014-08-05 10:20:00 -0400 (Tue, 05 Aug 2014) | 1 line [FIX] JSLint: Missing ) ---------------------------------------------- r52235 | manivannans | 2014-08-05 05:20:00 -0400 (Tue, 05 Aug 2014) | 1 line [FIX] Default avatar image for new user ---------------------------------------------- r52234 | nkoth | 2014-08-04 16:38:03 -0400 (Mon, 04 Aug 2014) | 2 lines [KIL] Traces of removed google maps feature ---------------------------------------------- r52233 | jyhem | 2014-08-04 16:01:10 -0400 (Mon, 04 Aug 2014) | 1 line [MOD] Fixing r52230 style fixing, oops ---------------------------------------------- r52230 | jyhem | 2014-08-04 14:55:23 -0400 (Mon, 04 Aug 2014) | 1 line [MOD][bp/r52229] Style fixing ---------------------------------------------- r52227 | jyhem | 2014-08-04 14:30:20 -0400 (Mon, 04 Aug 2014) | 1 line [FIX] Usability fix: empty queue is useful info to display ---------------------------------------------- r52226 | jonnybradley | 2014-08-04 13:05:17 -0400 (Mon, 04 Aug 2014) | 1 line [FIX] user prefs: Restore missing avatar image. Also numerous other html fixes - including: duplicate class attribute, extra rogue opening table tag, missing closing form tag and duplicate language id (presumably a bootstrappification casualties) ---------------------------------------------- r52224 | nkoth | 2014-08-04 12:30:46 -0400 (Mon, 04 Aug 2014) | 2 lines [FIX]12.x & 13.x: Images stretched & skewed (in *.t.o sites and LTS production sites on svn) ---------------------------------------------- r52223 | chibaguy | 2014-08-04 10:44:23 -0400 (Mon, 04 Aug 2014) | 1 line [FIX} Improve vertical spacing in the page-top navbar-inverse in the Social networking layout. ---------------------------------------------- r52222 | luciash | 2014-08-04 10:36:19 -0400 (Mon, 04 Aug 2014) | 1 line [FIX] removing the backslashes as they appear in the subject line ---------------------------------------------- r52221 | chibaguy | 2014-08-04 10:21:34 -0400 (Mon, 04 Aug 2014) | 1 line [FIX} Adjust navbar-inverse background similar to the change at Tiki project sites, so the Social networking layout will have it by default. ---------------------------------------------- r52220 | chibaguy | 2014-08-04 06:24:57 -0400 (Mon, 04 Aug 2014) | 1 line [FIX} Add the "please choose a theme option" message to the Social network layout also. ---------------------------------------------- r52219 | chibaguy | 2014-08-04 06:22:23 -0400 (Mon, 04 Aug 2014) | 1 line [FIX} Adjust navbar-inverse background to match the custom color used at Tiki project sites, so the Social networking layout will have it by default. Todo: the other options. ---------------------------------------------- r52218 | luciash | 2014-08-03 16:09:16 -0400 (Sun, 03 Aug 2014) | 1 line [FIX] S5: use latest released stable version instead of master-dev ---------------------------------------------- r52217 | luciash | 2014-08-03 04:49:45 -0400 (Sun, 03 Aug 2014) | 1 line [FIX] consistency with the others and better readability of the notification email subject ---------------------------------------------- r52214 | chibaguy | 2014-08-01 05:05:29 -0400 (Fri, 01 Aug 2014) | 1 line [FIX} Improve Social networking style navbar colors, etc. Also add top padding to main container in this layout to avoid sliced-off look. ---------------------------------------------- r52213 | chibaguy | 2014-08-01 04:40:08 -0400 (Fri, 01 Aug 2014) | 1 line [FIX} Add top padding (i.e., black border) to main container in social networking layout to avoid sliced-off look. ---------------------------------------------- r52212 | chibaguy | 2014-08-01 04:26:37 -0400 (Fri, 01 Aug 2014) | 1 line [FIX} Feb12ify social networking style navbar background color. ---------------------------------------------- r52211 | chibaguy | 2014-08-01 04:18:36 -0400 (Fri, 01 Aug 2014) | 1 line [FIX} Fix social networking style navbar background color. ---------------------------------------------- r52209 | chibaguy | 2014-08-01 03:49:35 -0400 (Fri, 01 Aug 2014) | 1 line [FIX} Fix button background gradients in Firefox and IE. ---------------------------------------------- r52208 | chibaguy | 2014-08-01 00:55:11 -0400 (Fri, 01 Aug 2014) | 1 line [FIX} Remove odd CSS whose purpose is forgotten but doesn't seem to be necessary anymore. ---------------------------------------------- r52206 | nkoth | 2014-07-31 16:46:26 -0400 (Thu, 31 Jul 2014) | 2 lines [FIX] Certain timezones gone in php5.5 causing fatal error https://bugs.php.net/bug.php?id=66985 ---------------------------------------------- r52205 | chibaguy | 2014-07-31 12:21:16 -0400 (Thu, 31 Jul 2014) | 1 line [FIX} For more consistent appearance, Bootstrapify a few more elements. ---------------------------------------------- r52203 | lphuberdeau | 2014-07-31 11:50:27 -0400 (Thu, 31 Jul 2014) | 1 line [FIX]?\194?\160Mail-in deletion issue when attempting to remove multiple messages simultaneously ---------------------------------------------- r52202 | chibaguy | 2014-07-31 11:38:53 -0400 (Thu, 31 Jul 2014) | 1 line [FIX} For more consistent appearance, Bootstrapify find in forums search form. ---------------------------------------------- r52201 | chibaguy | 2014-07-31 11:18:33 -0400 (Thu, 31 Jul 2014) | 1 line [FIX} For more consistent appearance, Bootstrapify viewSwitcher (List Gallery, Browse Images, etc.) ---------------------------------------------- r52200 | chibaguy | 2014-07-31 11:05:47 -0400 (Thu, 31 Jul 2014) | 1 line [FIX} Secondary site menu styling corrected in FiveAlive. ---------------------------------------------- r52199 | chibaguy | 2014-07-31 10:39:02 -0400 (Thu, 31 Jul 2014) | 1 line [FIX} Left and right column module title color was missing when no theme option was selected. ---------------------------------------------- r52197 | lphuberdeau | 2014-07-31 09:24:42 -0400 (Thu, 31 Jul 2014) | 1 line [FIX] Support external imports for css minification ---------------------------------------------- r52196 | chibaguy | 2014-07-31 02:39:19 -0400 (Thu, 31 Jul 2014) | 1 line [FIX} Improve appearance of menu and search form in topbar modules and other details. ---------------------------------------------- r52195 | chibaguy | 2014-07-31 02:10:30 -0400 (Thu, 31 Jul 2014) | 1 line [FIX} Improve appearance of menu and search form in topbar modules. ---------------------------------------------- r52194 | gezzzan | 2014-07-30 13:48:12 -0400 (Wed, 30 Jul 2014) | 1 line [FIX] show theme change as basic preference ---------------------------------------------- r52191 | jonnybradley | 2014-07-30 07:35:58 -0400 (Wed, 30 Jul 2014) | 1 line [FIX] trackers: Nested ItemLink again - deal with no multiple display fields (is an array with one empty element) ---------------------------------------------- r52188 | jonnybradley | 2014-07-30 06:25:13 -0400 (Wed, 30 Jul 2014) | 1 line [FIX] trackers: Nested ItemLink concat_item_from_fieldslist call was missing several parameters ---------------------------------------------- r52187 | jonnybradley | 2014-07-30 06:10:07 -0400 (Wed, 30 Jul 2014) | 1 line [FIX] trackers: Fix drop-down menu of options for ItemLink fields when one or more of the multiple display fields are also ItemLinks ---------------------------------------------- r52186 | chibaguy | 2014-07-30 03:26:23 -0400 (Wed, 30 Jul 2014) | 1 line [FIX} Re-enable whitespace: normal (line-wrapping) in wiki page history views. ---------------------------------------------- r52185 | chibaguy | 2014-07-29 23:07:48 -0400 (Tue, 29 Jul 2014) | 1 line [FIX] Calendar module month heading padding reduced to prevent wrapping in narrow columns. ---------------------------------------------- r52183 | jonnybradley | 2014-07-29 12:43:52 -0400 (Tue, 29 Jul 2014) | 1 line [FIX] textarea: Remove jquery-ui resizable from textareas as it conflicts with bootstrap. Modern browsers make textareas resizable by default now. ---------------------------------------------- r52182 | xavidp | 2014-07-29 08:42:19 -0400 (Tue, 29 Jul 2014) | 1 line [FIX]Improve r52164: Remove non-default button class for navigational buttons in Newsletters ---------------------------------------------- r52181 | xavidp | 2014-07-29 08:40:07 -0400 (Tue, 29 Jul 2014) | 1 line [REVERT]Revert r52163 as button class changes (in articles and blogs) were mostly to navigational buttons ---------------------------------------------- r52180 | xavidp | 2014-07-29 08:37:20 -0400 (Tue, 29 Jul 2014) | 1 line [FIX]Improve r52161: Remove non-default button class for navigational buttons in Calendars ---------------------------------------------- r52179 | xavidp | 2014-07-29 08:35:37 -0400 (Tue, 29 Jul 2014) | 1 line [FIX]Improve r52160: Remove non-default button class for navigational buttons in the screens under User Preferences (and clear also class btn-wraning for "Empty trash" in tasks just in case someone disliked that). ---------------------------------------------- r52178 | chibaguy | 2014-07-29 08:19:29 -0400 (Tue, 29 Jul 2014) | 1 line [FIX} In wiki diff views, td.diffadded and td.diffdeleted don't need max-width values now that the table is responsive (i.e., can have a scrollable width wider than the column). ---------------------------------------------- r52177 | chibaguy | 2014-07-29 08:06:22 -0400 (Tue, 29 Jul 2014) | 1 line [FIX} div.diffbody (in wiki diff views) needs to specify a text color as well as background color to prevent bad contrast especially in dark-background themes. ---------------------------------------------- r52176 | xavidp | 2014-07-29 05:28:37 -0400 (Tue, 29 Jul 2014) | 1 line [FIX]Improve r52158: Keep button class as non-default only for Duplicate and Save (btn-primary) in file galleries. ---------------------------------------------- r52175 | xavidp | 2014-07-29 05:24:01 -0400 (Tue, 29 Jul 2014) | 1 line [REVERT]Revert r52155 as button class changes (in trackers) were to navigational buttons only ---------------------------------------------- r52174 | xavidp | 2014-07-29 04:53:05 -0400 (Tue, 29 Jul 2014) | 1 line [FIX]Improve r52154: Keep button class as non-default only for Post (btn-primary) in view forum. ---------------------------------------------- r52173 | xavidp | 2014-07-29 04:47:51 -0400 (Tue, 29 Jul 2014) | 1 line [FIX]Improve r52153: Keep button class as non-default only the Save (btn-primary) and Exit (btn-warning). ---------------------------------------------- r52172 | chibaguy | 2014-07-29 02:41:57 -0400 (Tue, 29 Jul 2014) | 1 line [FIX} Re-enable whitespace: normal (line-wrapping) in wiki diff views. ---------------------------------------------- r52171 | chibaguy | 2014-07-29 01:54:42 -0400 (Tue, 29 Jul 2014) | 1 line [ENH] (Along with r52170) replaces unneeded bootstrap.css and tiki.css import statements in bootswatch_themes.css with CSS content that warns users to select a theme option. Probably only needed when the theme-switch module is used. ---------------------------------------------- r52166 | jonnybradley | 2014-07-28 11:56:51 -0400 (Mon, 28 Jul 2014) | 1 line [FIX] cookie consent: Correct mistaken consent when using checkbox (not checked was ignored), make dialog mode modal and add an event to trigger custom js handlers on granting consent ---------------------------------------------- r52165 | xavidp | 2014-07-28 08:32:06 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish Save button for novice users and admins from the rest of buttons in many places (mass search and replace) ---------------------------------------------- r52164 | xavidp | 2014-07-28 07:55:13 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users and admins from the rest of buttons in Newsletters ---------------------------------------------- r52163 | xavidp | 2014-07-28 07:45:32 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users and admins from the rest of buttons in Articles and Blogs ---------------------------------------------- r52162 | xavidp | 2014-07-28 07:38:52 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability. New users expect to get their articles published when they fill in the basic info in the main tab. Therefore, new articles get the checkbox Published as enabled by default. ---------------------------------------------- r52161 | xavidp | 2014-07-28 07:29:59 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users and admins from the rest of buttons in Calendars ---------------------------------------------- r52160 | xavidp | 2014-07-28 07:24:05 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users from the rest of buttons in the screens under User Preferences ---------------------------------------------- r52159 | xavidp | 2014-07-28 06:48:17 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users and admins from the rest of buttons in edit structure and list wiki pages ---------------------------------------------- r52158 | xavidp | 2014-07-28 06:25:51 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users and admins from the rest of buttons in File Galleries ---------------------------------------------- r52157 | chibaguy | 2014-07-28 06:25:44 -0400 (Mon, 28 Jul 2014) | 1 line {FIX] Replace table.formcolor with Bootstrap form divs. ---------------------------------------------- r52156 | xavidp | 2014-07-28 06:24:25 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users and admins from the rest of buttons in Permissions ---------------------------------------------- r52155 | xavidp | 2014-07-28 06:05:07 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users and admins from the rest of buttons in Trackers ---------------------------------------------- r52154 | xavidp | 2014-07-28 05:45:55 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice users from the rest of buttons ---------------------------------------------- r52153 | xavidp | 2014-07-28 05:42:09 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: Distinguish important and usual buttons for novice admins from the rest of buttons ---------------------------------------------- r52152 | chibaguy | 2014-07-28 05:39:53 -0400 (Mon, 28 Jul 2014) | 1 line [ENH] Added class="table-responsive" to image's parent div to make the image responsive so wide ones don't overflow the column. ---------------------------------------------- r52151 | xavidp | 2014-07-28 04:56:27 -0400 (Mon, 28 Jul 2014) | 1 line [FIX]Usability: most novice tiki admins won't deduce how to see the other preferences without an explicit tip about the Preference Filters (in 13.x they are hidden by default, whereas in 12.x they where exposed). Feel free to improve. ---------------------------------------------- r52148 | lindonb | 2014-07-27 12:33:36 -0400 (Sun, 27 Jul 2014) | 1 line [FIX] bootstrap: correct file path ---------------------------------------------- r52147 | lindonb | 2014-07-27 12:32:48 -0400 (Sun, 27 Jul 2014) | 1 line [FIX] tablesorter: turn off column resizing for checkbox columns since it prevents select all from working ---------------------------------------------- r52146 | lindonb | 2014-07-27 12:30:10 -0400 (Sun, 27 Jul 2014) | 1 line composer.lock update ---------------------------------------------- r52144 | jonnybradley | 2014-07-27 10:38:02 -0400 (Sun, 27 Jul 2014) | 2 lines [fp/r51136][ENH] maps: Allow map plugin searchlayers to set custom popup bubble size (per layer) [FIX] Another missed merge from 12.x branch so this commit actually fixes some regressions, thanks Geoff ---------------------------------------------- r52143 | jonnybradley | 2014-07-27 10:33:23 -0400 (Sun, 27 Jul 2014) | 2 lines [fp/r51137][ENH] maps: Allow forms, searchlayers and features to set popup size on dialog type popups [FIX] Missed merge from 12.x branch so this commit actually fixes some regressions, thanks Geoff ---------------------------------------------- r52139 | jonnybradley | 2014-07-27 09:31:37 -0400 (Sun, 27 Jul 2014) | 1 line [FIX] prefs: Handle array defaults properly ---------------------------------------------- r52137 | xavidp | 2014-07-27 08:34:46 -0400 (Sun, 27 Jul 2014) | 1 line [FIX]Remove confusing checkboxes and label when there is no chance to do anything with them ---------------------------------------------- r52133 | lindonb | 2014-07-27 01:32:05 -0400 (Sun, 27 Jul 2014) | 1 line [FIX] tablesorter less file: better logic for filter input background color ---------------------------------------------- r52130 | xavidp | 2014-07-26 15:40:57 -0400 (Sat, 26 Jul 2014) | 1 line [FIX]Update link to profile Custom Contact form for 12x and onwards, which fixes bug5369 ---------------------------------------------- r52128 | xavidp | 2014-07-26 14:36:31 -0400 (Sat, 26 Jul 2014) | 1 line [FIX]Fix logic to display the right labels and fields as of requested by plugin params ---------------------------------------------- r52126 | xavidp | 2014-07-26 14:22:31 -0400 (Sat, 26 Jul 2014) | 1 line [FIX]Convert the array of mail_user into a string of emails separated by comma, and expose the values to the smarty tpl. Allows to fix bug5369 ---------------------------------------------- r52124 | jonnybradley | 2014-07-26 13:23:40 -0400 (Sat, 26 Jul 2014) | 1 line [FIX] filegals : Prevent obscure edge case where zombie archives files were being created ---------------------------------------------- r52122 | jonnybradley | 2014-07-26 10:54:35 -0400 (Sat, 26 Jul 2014) | 1 line [FIX] trackers: Missing global ---------------------------------------------- r52121 | jonnybradley | 2014-07-26 09:06:04 -0400 (Sat, 26 Jul 2014) | 1 line [FIX] trackers: Missing separator param on ItemLink list ---------------------------------------------- r52120 | jonnybradley | 2014-07-26 07:53:46 -0400 (Sat, 26 Jul 2014) | 1 line [FIX] edit: Fix full screen side by side translation mode - as always, could be improved but basically functional ---------------------------------------------- r52119 | chibaguy | 2014-07-26 07:36:52 -0400 (Sat, 26 Jul 2014) | 1 line [FIX] label "for=" added where missing, misc. small fixes, etc. ---------------------------------------------- r52118 | chibaguy | 2014-07-26 07:26:46 -0400 (Sat, 26 Jul 2014) | 1 line [FIX] Missing </div> tag broke column layout. Thanks to Oliver for reporting. ---------------------------------------------- r52117 | gezzzan | 2014-07-26 03:41:19 -0400 (Sat, 26 Jul 2014) | 1 line [FIX] removing duplicate tiki-user_preferences.php link http://dev.tiki.org/item5366, also some mobile mode checkings ---------------------------------------------- r52113 | xavidp | 2014-07-25 15:07:56 -0400 (Fri, 25 Jul 2014) | 1 line some strings improved ---------------------------------------------- r52111 | robertplummer | 2014-07-25 14:21:12 -0400 (Fri, 25 Jul 2014) | 1 line [FIX] prevent wikiLingo from overriding on save to default parser, and ensure outputType is obtained ---------------------------------------------- r52110 | robertplummer | 2014-07-25 13:41:25 -0400 (Fri, 25 Jul 2014) | 1 line [FIX] null check and variable existance ---------------------------------------------- r52107 | nkoth | 2014-07-25 10:42:54 -0400 (Fri, 25 Jul 2014) | 2 lines [FIX] In some cases, such as registering without email validation, the user comes straight from tiki-register.tpl so the message "You have already logged in" appears even if the user is logging in for first time ---------------------------------------------- r52103 | nkoth | 2014-07-25 00:21:41 -0400 (Fri, 25 Jul 2014) | 2 lines [FIX] In IE the timezone is still detected as GMT+x (tested on IE 11) and so display timezone was always UTC when using IE and detection was turned on. This fixes it and also shows timezones in ISO GMT-x instead of POSIX GMT+x for west of Greenwich. ---------------------------------------------- r52101 | nkoth | 2014-07-25 00:08:46 -0400 (Fri, 25 Jul 2014) | 2 lines [FIX] Plus signs in cookie content was being converted to spaces ---------------------------------------------- r52091 | jonnybradley | 2014-07-23 14:30:25 -0400 (Wed, 23 Jul 2014) | 1 line [FIX] notice: Undefined $php_self ---------------------------------------------- r52088 | jonnybradley | 2014-07-23 10:31:37 -0400 (Wed, 23 Jul 2014) | 1 line [FIX] cookies: Use setCookieSection to set the rtl cookie so it obey the cookie consent feature ---------------------------------------------- r52086 | jonnybradley | 2014-07-23 06:25:22 -0400 (Wed, 23 Jul 2014) | 1 line [FIX] lists: Display dl/dd lists with empty data items correctly, e.g. on tracker items (should be removed after update to bootstrap 3.2) ---------------------------------------------- r52084 | nkoth | 2014-07-22 19:48:07 -0400 (Tue, 22 Jul 2014) | 2 lines [FIX] Some older servers detecting excel and word as same mime type ---------------------------------------------- r52083 | gezzzan | 2014-07-22 14:08:50 -0400 (Tue, 22 Jul 2014) | 1 line [FIX] adding missing divs to make tables look better. Also removing text Step3 (there is no Step 1 and Step 2 anymore). Page could use some more rework, code is messy ---------------------------------------------- r52082 | jonnybradley | 2014-07-22 13:30:25 -0400 (Tue, 22 Jul 2014) | 1 line [FIX] admin: Fix broken plugin list filter ---------------------------------------------- r52080 | jonnybradley | 2014-07-22 08:26:46 -0400 (Tue, 22 Jul 2014) | 1 line [FIX] modal: Apply chosen on bs modals, should address wish5338 (already in trunk but can't find original commit) ---------------------------------------------- r52079 | jonnybradley | 2014-07-22 08:13:42 -0400 (Tue, 22 Jul 2014) | 1 line [FIX] print: Add page to the $auto_query_args because some plugins (trackerlist for instance) add other things to it, which means it then gets checked in the query function, and if page isn't in $auto_query_args it gets filtered out... thanks marclaporte, should fix wish5329? ---------------------------------------------- r52078 | jonnybradley | 2014-07-22 07:44:49 -0400 (Tue, 22 Jul 2014) | 1 line [FIX] trackers: PHP errors: missing var $trklib in clone action, missing $input param in duplicate (and suppress warning on list_items that gets confused with \CalendarLib::list_items) ---------------------------------------------- r52077 | jonnybradley | 2014-07-22 07:23:14 -0400 (Tue, 22 Jul 2014) | 1 line [FIX] trackers: Add a time limit pref for clearing tracker so it should "complete in one go" - should address wish5344 Geoff? ---------------------------------------------- r52075 | jonnybradley | 2014-07-22 07:04:50 -0400 (Tue, 22 Jul 2014) | 1 line [FIX] requireConfirm: Display the busy spinner (tikiModal) on objects that requireConfirm while the service is running, e.g. clearing tracker items or removing fields ---------------------------------------------- r52072 | nkoth | 2014-07-22 01:04:50 -0400 (Tue, 22 Jul 2014) | 2 lines [FIX] Default setting for input type fields not setting ---------------------------------------------- r52071 | chibaguy | 2014-07-22 01:03:45 -0400 (Tue, 22 Jul 2014) | 1 line [ENH] For consistency, removed "Reset" button (only used on about 10% of admin pages) and added link title to "Apply" (visible on hover) where it was missing. ---------------------------------------------- r52069 | nkoth | 2014-07-21 22:36:43 -0400 (Mon, 21 Jul 2014) | 2 lines [FIX] xls files detected as octet-stream and the openxml versions of office files detected as old versions ---------------------------------------------- r52067 | nkoth | 2014-07-21 21:30:49 -0400 (Mon, 21 Jul 2014) | 2 lines [FIX] system alt was saying "Cross" where it should say "Remove" ---------------------------------------------- r52064 | nkoth | 2014-07-21 20:23:57 -0400 (Mon, 21 Jul 2014) | 2 lines [FIX] When remote server whre image is down, img plugin will try in vain to get image until timeout which causes page not to load ---------------------------------------------- r52062 | jyhem | 2014-07-21 19:47:07 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] Admins who approve a registration should see only the command result, not be redirected (fixes regression) ---------------------------------------------- r52061 | eromneg | 2014-07-21 14:27:56 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] add div's around a couple of tables so that wide tables are not stretched and text is wrapped etc., so if possible they do not need to be scrolled. NB also needs a css update to set the width of select tags to 100% otherwise long poll or wiki names cause underhang of the right hand column for the 'create custom module' section ---------------------------------------------- r52060 | eromneg | 2014-07-21 13:49:45 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] add div's around a number of tables so that wide tables are not stretched and text is wrapped etc., so if possible they do not need to be scrolled - plus mended a number of mis-matched tags (hope I found them all!) ---------------------------------------------- r52058 | jonnybradley | 2014-07-21 12:24:18 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] menus: Use sefurl if relevant in bootstrap menus (pref is tested in php) Hopefully fixed wish5334, thanks Geoff ---------------------------------------------- r52056 | eromneg | 2014-07-21 11:50:27 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] set the do-not-parse parameter to true when exporting menus so that the stored menu items are exported and not the parsed format - fixes bug #5311 ---------------------------------------------- r52055 | jonnybradley | 2014-07-21 11:25:44 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] popups: Restore missing popup/popovers, e.g. on tracker item titles ---------------------------------------------- r52054 | jonnybradley | 2014-07-21 10:49:24 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] comments: canModerate returns false if the feature is off, so check pref first ---------------------------------------------- r52053 | jonnybradley | 2014-07-21 10:36:26 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] popovers: Only show one at a time - hopefully addresses http://dev.tiki.org/item5301 ---------------------------------------------- r52052 | jonnybradley | 2014-07-21 10:10:00 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] comments: Provide feedback when comment posted needs moderating, sadly as an ugly alert dialog (for now, TODO better one day) - thanks Xavi ---------------------------------------------- r52051 | jonnybradley | 2014-07-21 09:49:47 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] edit: Fix full-screen mode on wiki edit (not in a fieldset any more), also repairs to exit from full-screen mode (thanks chibaguy) ---------------------------------------------- r52050 | eromneg | 2014-07-21 08:45:30 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] add another div around manage and create tables so that wide tables are not stretched and text is wrapped etc., so if possible they do not need to be scrolled ---------------------------------------------- r52048 | chibaguy | 2014-07-21 07:38:39 -0400 (Mon, 21 Jul 2014) | 1 line [ENH] Larger search buttons when not a popup, use button group in popup. ---------------------------------------------- r52047 | gezzzan | 2014-07-21 06:38:56 -0400 (Mon, 21 Jul 2014) | 1 line [FIX] closing div on wrong place on user's contribution tab http://dev.tiki.org/item5298 ---------------------------------------------- r52046 | chibaguy | 2014-07-21 06:27:49 -0400 (Mon, 21 Jul 2014) | 1 line [FIX][ENH] Make search icon in-line with input field. Replace icon image with Glyphicon (fixes appearance of inconsistent styles on admin pages, etc.) ---------------------------------------------- r52045 | chibaguy | 2014-07-21 06:02:56 -0400 (Mon, 21 Jul 2014) | 1 line [ENH] New side-column styling, following gezza's suggestion. ---------------------------------------------- r52044 | jyhem | 2014-07-20 16:01:30 -0400 (Sun, 20 Jul 2014) | 1 line [FIX] Do not require approval for DIV plugin unless it is the desired behaviour (Bug Ticket ID: 5339) ---------------------------------------------- r52043 | eromneg | 2014-07-20 13:15:19 -0400 (Sun, 20 Jul 2014) | 1 line [FIX] edit form was underhanging the right hand column - so added some divs/existing classes so that layout was consistent with other similar edit forms plus removed the fixed size parameter for the 'Subject' input field - this best achieved with css to use 100% of available width ---------------------------------------------- r52042 | eromneg | 2014-07-20 12:09:35 -0400 (Sun, 20 Jul 2014) | 1 line [FIX] change ckeditor edit screen and label widths so edit screen is full width and then edits shown in edit screen are as close as possible to what will be displayed ---------------------------------------------- r52041 | chibaguy | 2014-07-20 11:20:45 -0400 (Sun, 20 Jul 2014) | 1 line [FIX] Class changed to provide white space below buttons. ---------------------------------------------- r52040 | chibaguy | 2014-07-20 03:33:21 -0400 (Sun, 20 Jul 2014) | 1 line [FIX] {block name=navigation}{/block} missing. Thanks to Torsten for noticing. ---------------------------------------------- r52039 | eromneg | 2014-07-20 03:28:55 -0400 (Sun, 20 Jul 2014) | 1 line [FIX] for blog posts in the categories detailed listing, the html was being displayed for posts edit with ckeditor - but as it is not appropriate to show the whole post in these summary listings this commit just avoids displaying this level of detail for blog posts - some investigation of why html is being shown should be carried out sometime ---------------------------------------------- r52036 | nkoth | 2014-07-19 16:34:17 -0400 (Sat, 19 Jul 2014) | 2 lines [FIX] If url_anonymous_page_not_found is set, aliases don't work for anonymous ---------------------------------------------- r52035 | nkoth | 2014-07-19 16:27:29 -0400 (Sat, 19 Jul 2014) | 2 lines [REVERT] Revert r48140 as it caused infinite redirect loop ---------------------------------------------- r52034 | nkoth | 2014-07-19 16:02:03 -0400 (Sat, 19 Jul 2014) | 2 lines [fp/r51741][FIX] If url_anonymous_page_not_found is set and prefixalias feature is in use, prefixalias does not work for anonymous. ---------------------------------------------- r52025 | jonnybradley | 2014-07-19 10:14:14 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] ajax: Split assignment and test to make things clearer (thanks nelsonko) ---------------------------------------------- r52024 | jonnybradley | 2014-07-19 10:04:25 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] ajax: Strip get params from ajax referrers as new ones will be added from the params (leading to double question mark issues etc) ---------------------------------------------- r52023 | jonnybradley | 2014-07-19 09:58:35 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] Minor fix for r51994 - don't add a starting slash every time as that breaks relative links for tikis in subdirectories ---------------------------------------------- r52022 | jonnybradley | 2014-07-19 09:30:20 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] structures: Empty $_GET and $_POST as they are used in get_toc and everything gets appended to the links for actions etc, making them fail ---------------------------------------------- r52021 | eromneg | 2014-07-19 09:18:58 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] remove superfluous create btn as there is a create tab and put the categorise.tpl 'include' into a table row (more towards the end) so that the create tab is displayed properly ( the create form could do with some more tidying up - but at least it displays now) ---------------------------------------------- r52019 | jonnybradley | 2014-07-19 08:42:26 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] structures: No need to disable sortable on page list items as they're not sortable in the first place (presumably something in jquery-ui draggable has changed?) ---------------------------------------------- r52018 | eromneg | 2014-07-19 08:40:08 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] add another div around listing table so that wide tables are not stretched and text is wrapped etc., so if possible they do not need to be scrolled - plus put the categorise.tpl 'include' into a table row (more towards the end) so that the create tab is displayed properly ( the create form could do with some more tidying up - but at least it displays now) ---------------------------------------------- r52016 | eromneg | 2014-07-19 08:12:51 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] add another div around tables so that wide tables are not stretched and text is wrapped etc., so if possible they do not need to be scrolled - plus split the assignment row into two to allow for wide obj and category names - and add missing $Id$ ---------------------------------------------- r52015 | eromneg | 2014-07-19 08:02:35 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] add another div around tables so that wide tables are not stretched and text is wrapped etc., so if possible they do not need to be scrolled - and add a new class so that customisation is possible. ---------------------------------------------- r52014 | eromneg | 2014-07-19 07:55:32 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] add another div around various tables so that wide tables are not stretched and text is wrapped etc., so if possible they do not need to be scrolled - and add missing $Id$ ---------------------------------------------- r52012 | arildb | 2014-07-19 07:08:53 -0400 (Sat, 19 Jul 2014) | 2 lines [FIX] chart.apis.google.com changed to chart.googleapis.com. https is then supported. Thanks nelsonko Reverts of r52008 ---------------------------------------------- r52010 | arildb | 2014-07-19 06:42:38 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] WinCache no longer flips the stat values ---------------------------------------------- r52008 | arildb | 2014-07-19 05:54:21 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] chart.apis.google.com only supports http ---------------------------------------------- r52007 | eromneg | 2014-07-19 03:31:04 -0400 (Sat, 19 Jul 2014) | 1 line [FIX] missing responsive table div and add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled - also for this tpl add a new class so that customisation is possible, since this table can be quite wide even when all text wrapping is achieved. ---------------------------------------------- r52006 | jyhem | 2014-07-18 20:38:33 -0400 (Fri, 18 Jul 2014) | 1 line [FIX][bp/r52003] Prevent garbage data from disrupting the whole Tiki display ---------------------------------------------- r51995 | nkoth | 2014-07-17 21:47:15 -0400 (Thu, 17 Jul 2014) | 2 lines [FIX] Prevent protocol difference leading to google fonts not being loaded with/out https ---------------------------------------------- r51994 | nkoth | 2014-07-17 19:38:24 -0400 (Thu, 17 Jul 2014) | 2 lines [FIX better way (fixes https://dev.tiki.org/bug5110) to fix double slashes in constructed urls ---------------------------------------------- r51993 | nkoth | 2014-07-17 15:21:12 -0400 (Thu, 17 Jul 2014) | 2 lines [ROLLBACK] Rollback r51982 as it breaks links of toolbar buttons etc... ---------------------------------------------- r51991 | xavidp | 2014-07-17 13:01:35 -0400 (Thu, 17 Jul 2014) | 1 line [FIX]Improve feedback to poster (when anonymous) in the case of comments moderation enabled. Fixes http://dev.tiki.org/item5310 . However, there is still some missing feedback when the poster is a registered user (comment just dissapears after clicking at "post" and no feedback to the user). ---------------------------------------------- r51987 | nkoth | 2014-07-17 09:56:50 -0400 (Thu, 17 Jul 2014) | 2 lines [FIX] A couple more wide table fixes for wordwrapping within horizontal scroll ---------------------------------------------- r51986 | nkoth | 2014-07-17 09:35:42 -0400 (Thu, 17 Jul 2014) | 2 lines [DOC] Better instructions for import ---------------------------------------------- r51984 | jonnybradley | 2014-07-16 13:58:57 -0400 (Wed, 16 Jul 2014) | 1 line [FIX] comments: Restore "modal" busy indicator while saving comments (sure it use to do that in 12.x?) ---------------------------------------------- r51982 | luciash | 2014-07-16 11:18:13 -0400 (Wed, 16 Jul 2014) | 1 line [FIX] to get the correct path from current script using dirname() it is always better to use REQUEST_URI instead of PHP_SELF server var (fixes https://dev.tiki.org/bug5110) ---------------------------------------------- r51978 | lphuberdeau | 2014-07-16 08:57:06 -0400 (Wed, 16 Jul 2014) | 1 line [FIX]?\194?\160Translation was done at the library level, causing non-site default language administrator editing fields to change the field names to the tranlsated values for everyone ---------------------------------------------- r51977 | robertplummer | 2014-07-16 08:50:21 -0400 (Wed, 16 Jul 2014) | 1 line [FIX] Ensure search results with output type of wikiLingo are parsed correctly ---------------------------------------------- r51974 | jonnybradley | 2014-07-16 08:29:12 -0400 (Wed, 16 Jul 2014) | 1 line [FIX] tablesorter: Escape single quotes in dropdown filters, as seen on group admin with groups containing a quote char (sort of fore-port of r51969, thanks Jyhem) ---------------------------------------------- r51973 | eromneg | 2014-07-16 08:11:31 -0400 (Wed, 16 Jul 2014) | 1 line [FIX] add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled - but for this tpl add a new class so that customisation is possible (eg reduce the font size), since this table can be quite wide even when all text wrapping is achieved. ---------------------------------------------- r51972 | jonnybradley | 2014-07-16 08:11:08 -0400 (Wed, 16 Jul 2014) | 1 line [FIX] group admin: Missing closing tag on details form and member list form only closed sometimes - bootstrap casualties ---------------------------------------------- r51813 | nkoth | 2014-07-02 19:53:38 -0400 (Wed, 02 Jul 2014) | 1 line [FIX] Add some feature checking and cleanup comments ---------------------------------------------- r51807 | jonnybradley | 2014-07-02 13:32:29 -0400 (Wed, 02 Jul 2014) | 2 lines Revert r51805: Caused perms system to fail completely for some reason... [FIX] perms: Keep static copy of the perms separated by language, otherwise the site default lang is always used ---------------------------------------------- r51805 | jonnybradley | 2014-07-02 13:14:53 -0400 (Wed, 02 Jul 2014) | 1 line [FIX] perms: Keep static copy of the perms separated by language, otherwise the site default lang is always used ---------------------------------------------- r51801 | chibaguy | 2014-07-02 09:28:02 -0400 (Wed, 02 Jul 2014) | 1 line [REF][NEW] Lessification of Didiem option for jQui (in progress). Todo: the other theme option files. ---------------------------------------------- r51800 | chibaguy | 2014-07-02 09:26:22 -0400 (Wed, 02 Jul 2014) | 1 line [REF] Move tiki.css edit to layout/less/tiki-tabs_and_tables.less and compile. ---------------------------------------------- r51799 | chibaguy | 2014-07-02 09:22:26 -0400 (Wed, 02 Jul 2014) | 1 line [FIX] Provide a default if jquery-ui is activated but no style is set (missed committing this file). ---------------------------------------------- r51798 | chibaguy | 2014-07-02 09:20:40 -0400 (Wed, 02 Jul 2014) | 1 line [REF[ ---------------------------------------------- r51797 | manivannans | 2014-07-02 08:50:13 -0400 (Wed, 02 Jul 2014) | 1 line [FIX] Admin modules tabbing broken Ref:http://dev.tiki.org/item5245 ---------------------------------------------- r51796 | chibaguy | 2014-07-02 04:23:20 -0400 (Wed, 02 Jul 2014) | 1 line [FIX] Provide a default if jquery-ui is activated but no style is set. ---------------------------------------------- r51794 | chibaguy | 2014-07-02 02:54:01 -0400 (Wed, 02 Jul 2014) | 1 line [FIX] Scope of .module max-width was too wide, making some modules too narrow. ---------------------------------------------- r51790 | jonnybradley | 2014-07-01 13:47:21 -0400 (Tue, 01 Jul 2014) | 1 line [FIX] error: Simple error with $msg set being hijacked by not logged in error message (logic bad so lightweight fix for now) ---------------------------------------------- r51787 | chibaguy | 2014-07-01 10:22:41 -0400 (Tue, 01 Jul 2014) | 1 line [FIX] Moved calendar highlight edit from fivealive.css to fivealive/tiki-selectors.less and compiled. (The idea is that soon we'll use variables for these legacy values similar to the Bootstrap method.) ---------------------------------------------- r51785 | lphuberdeau | 2014-07-01 10:09:05 -0400 (Tue, 01 Jul 2014) | 1 line [MOD] Adding more formula components ---------------------------------------------- r51784 | chibaguy | 2014-07-01 09:33:25 -0400 (Tue, 01 Jul 2014) | 1 line [FIX] Moved calendar highlight edit from layout/tiki.css to layout/less/tiki-calendar.less and compiled. ---------------------------------------------- r51783 | manivannans | 2014-07-01 05:29:35 -0400 (Tue, 01 Jul 2014) | 2 lines [FIX] Some formatting for the calendar has been lost REF : https://dev.tiki.org/item5287?from=Tiki13 ---------------------------------------------- r51782 | chibaguy | 2014-06-30 23:58:07 -0400 (Mon, 30 Jun 2014) | 1 line [FIX] Bad contrast in quickadmin module dropdown. ---------------------------------------------- r51781 | chibaguy | 2014-06-30 23:31:54 -0400 (Mon, 30 Jun 2014) | 1 line [REF] Rename to more-intuitive file names ---------------------------------------------- r51779 | chibaguy | 2014-06-30 04:58:40 -0400 (Mon, 30 Jun 2014) | 1 line [FIX] Corrected src path of icon fonts for Bootswatch themes. Thanks to Lindon for pointing out and documenting the problem. ---------------------------------------------- r51778 | lphuberdeau | 2014-06-29 15:41:55 -0400 (Sun, 29 Jun 2014) | 1 line [FIX]?\194?\160Prevent toggle on tracker item tabs as some value in the PHP code is forcing them on ---------------------------------------------- r51776 | lphuberdeau | 2014-06-29 15:29:00 -0400 (Sun, 29 Jun 2014) | 1 line [FIX]?\194?\160Should not be in the loop ---------------------------------------------- r51774 | lphuberdeau | 2014-06-29 14:39:45 -0400 (Sun, 29 Jun 2014) | 1 line [ENH] Display status controls in dialogs when required, also display in tab layout ---------------------------------------------- r51773 | chibaguy | 2014-06-29 10:28:19 -0400 (Sun, 29 Jun 2014) | 1 line [FIX] Better selector for links in header.header (using id is too strong). ---------------------------------------------- r51771 | chibaguy | 2014-06-29 02:57:27 -0400 (Sun, 29 Jun 2014) | 1 line [FIX] Fix contrast on secondary site menu dropdown links and login dropdown links. ---------------------------------------------- r51769 | chibaguy | 2014-06-28 21:26:10 -0400 (Sat, 28 Jun 2014) | 1 line [FIX] Added dropdown arrow to log-in link. ---------------------------------------------- r51768 | chibaguy | 2014-06-28 10:23:51 -0400 (Sat, 28 Jun 2014) | 1 line [FIX] Contrast problem of FiveAlive-lite secondary site menu; also works with FiveAlive. Todo (coming soon): Fix contrast of log-in dropdown; also renaming files to make them more intuitive, plus documentation. ---------------------------------------------- r51767 | nkoth | 2014-06-27 18:20:22 -0400 (Fri, 27 Jun 2014) | 2 lines [FIX] Insufficient contrast of text on background ---------------------------------------------- r51766 | nkoth | 2014-06-27 17:43:56 -0400 (Fri, 27 Jun 2014) | 2 lines [DOC] Make better explanation of what the theme options are ---------------------------------------------- r51765 | nkoth | 2014-06-27 17:34:20 -0400 (Fri, 27 Jun 2014) | 2 lines [FIX] Make labels of layouts selectable by users more meaningful and hide layouts that are for internal use only ---------------------------------------------- r51764 | nkoth | 2014-06-27 16:00:49 -0400 (Fri, 27 Jun 2014) | 2 lines [FIX] Missing lib - fatal error ---------------------------------------------- r51763 | nkoth | 2014-06-27 15:48:17 -0400 (Fri, 27 Jun 2014) | 2 lines [FIX] Insufficient contrast for buttons ---------------------------------------------- r51761 | arildb | 2014-06-27 11:56:34 -0400 (Fri, 27 Jun 2014) | 1 line [FIX] PluginsLibUtil are called statically ---------------------------------------------- r51746 | chibaguy | 2014-06-26 06:35:25 -0400 (Thu, 26 Jun 2014) | 1 line [FIX] Fix width of too-narrow login module on tiki-login.php and make it responsive. ---------------------------------------------- r51744 | chibaguy | 2014-06-26 03:35:57 -0400 (Thu, 26 Jun 2014) | 1 line [FIX] Bad text-background contrast (added Bootstrap dropdown button classes for popup; fixed mistake in previous commit - unclosed anchor tag). Todo: White space can be improved. ---------------------------------------------- r51743 | chibaguy | 2014-06-26 02:39:14 -0400 (Thu, 26 Jun 2014) | 1 line [FIX] Bad text-background contrast (added Bootstrap dropdown button classes for popup). Todo: White space can be improved. ---------------------------------------------- r51738 | jonnybradley | 2014-06-25 12:12:54 -0400 (Wed, 25 Jun 2014) | 1 line [FIX] cart: Special escaping of single quotes for ajax parameters ---------------------------------------------- r51736 | lphuberdeau | 2014-06-25 11:56:09 -0400 (Wed, 25 Jun 2014) | 1 line [FIX] Mapping would be forgotten due to un-necessary filtering ---------------------------------------------- r51734 | manivannans | 2014-06-25 11:12:06 -0400 (Wed, 25 Jun 2014) | 1 line [MOD] Fixed Survey Rating Count problem Ref:http://dev.tiki.org/item5238 ---------------------------------------------- r51732 | manivannans | 2014-06-25 08:39:09 -0400 (Wed, 25 Jun 2014) | 1 line [MOD] Module zone visibility prefs are removed from admin page Ref:http://dev.tiki.org/item5267 ---------------------------------------------- r51731 | lphuberdeau | 2014-06-24 15:49:05 -0400 (Tue, 24 Jun 2014) | 1 line [MOD] Converting the percolator support to the 1.1+ API ---------------------------------------------- r51729 | lphuberdeau | 2014-06-24 15:26:14 -0400 (Tue, 24 Jun 2014) | 1 line [FIX] Additional sort fixes, prefix handling ---------------------------------------------- r51727 | lphuberdeau | 2014-06-24 14:41:29 -0400 (Tue, 24 Jun 2014) | 1 line [FIX]?\194?\160ElasticSearch 1.1 compatibility ---------------------------------------------- r51725 | lphuberdeau | 2014-06-24 14:17:57 -0400 (Tue, 24 Jun 2014) | 1 line [FIX] Sorting would be off with elasticsearch on non-identifier fields, make the mapping more complete and never implicit, should also improve performance of numeric sorting ---------------------------------------------- r51723 | lphuberdeau | 2014-06-24 11:01:35 -0400 (Tue, 24 Jun 2014) | 1 line [FIX] ElasticSearch > 1.1 support ---------------------------------------------- r51720 | chibaguy | 2014-06-24 03:25:31 -0400 (Tue, 24 Jun 2014) | 1 line [FIX] Specify responsive percentage-based max-widths for modules in the center column (remove commented lines). ---------------------------------------------- r51719 | chibaguy | 2014-06-24 03:18:40 -0400 (Tue, 24 Jun 2014) | 1 line [FIX] Specify responsive percentage-based max-widths for modules in the center column (not module zones, though, which need special treatment) (replaces old 180px max-width). ---------------------------------------------- r51718 | chibaguy | 2014-06-23 23:06:55 -0400 (Mon, 23 Jun 2014) | 1 line [KIL] These files aren't used and don't need to be committed. ---------------------------------------------- r51717 | chibaguy | 2014-06-23 23:01:37 -0400 (Mon, 23 Jun 2014) | 1 line [FIX] Contrast problem in side-column module titles (FiveAlive). ---------------------------------------------- r51714 | manivannans | 2014-06-23 07:55:07 -0400 (Mon, 23 Jun 2014) | 1 line [FIX] Side menu on nextdoc and nextdev not working Ref:http://dev.tiki.org/item5266 ---------------------------------------------- r51711 | lindonb | 2014-06-22 11:50:58 -0400 (Sun, 22 Jun 2014) | 1 line [FIX] plugin group: better parameter label ---------------------------------------------- r51708 | lindonb | 2014-06-21 22:34:31 -0400 (Sat, 21 Jun 2014) | 1 line tablesorter: reuse variable ---------------------------------------------- r51706 | lindonb | 2014-06-21 22:29:12 -0400 (Sat, 21 Jun 2014) | 1 line [FIX] tablesorter: use tracker Id instead of instance to get count; make selector id more specific by including tracker number and instance. ---------------------------------------------- r51705 | lindonb | 2014-06-21 22:25:06 -0400 (Sat, 21 Jun 2014) | 1 line [FIX] tablesorter: revert part of r51701 for variable still needed ---------------------------------------------- r51701 | lindonb | 2014-06-21 12:35:47 -0400 (Sat, 21 Jun 2014) | 1 line tablesorter: eliminate extra space in page information and delete unused variable ---------------------------------------------- r51700 | lindonb | 2014-06-21 12:33:37 -0400 (Sat, 21 Jun 2014) | 1 line [REF] adminusers table: remove duplicate hidden input field ---------------------------------------------- r51698 | lindonb | 2014-06-21 12:27:08 -0400 (Sat, 21 Jun 2014) | 1 line [ENH] tablesorter: add small enhancement - ability to resize columns ---------------------------------------------- r51697 | lindonb | 2014-06-21 10:29:22 -0400 (Sat, 21 Jun 2014) | 1 line [FIX] calendar module: use extra small button size for navigation buttons with bootstrap ---------------------------------------------- r51696 | gezzzan | 2014-06-21 09:58:09 -0400 (Sat, 21 Jun 2014) | 1 line [FIX] button for creating a new tracker is already available on the navbar, no need to have it again below the listing ---------------------------------------------- r51695 | chibaguy | 2014-06-21 09:35:29 -0400 (Sat, 21 Jun 2014) | 1 line [FIX] Fix responsive tables behavior (override Bootstrap media query with smaller value to take into account Tiki's columns). Please check the table resizing, etc. ---------------------------------------------- r51693 | lindonb | 2014-06-21 08:58:52 -0400 (Sat, 21 Jun 2014) | 1 line composer: updated for tablesorter 2.17.2 ---------------------------------------------- r51691 | chibaguy | 2014-06-21 08:28:59 -0400 (Sat, 21 Jun 2014) | 1 line [FIX] Blue border on navbar top didn't belong there. ---------------------------------------------- r51689 | muscote | 2014-06-20 22:50:12 -0400 (Fri, 20 Jun 2014) | 1 line [FIX] [Roll Back] I roll back now my previous commit apart from the one file I intended to commit originally (tiki-list_trackers.tpl). I am sorry for the inconvenience and read the docs one more time. Cheers, Torsten. ---------------------------------------------- r51688 | muscote | 2014-06-20 22:04:54 -0400 (Fri, 20 Jun 2014) | 1 line [FIX] The button to create a ne tracker has been disappeared at some point after Tiki12. Back now. Cheers, Torsten. ---------------------------------------------- r51687 | chibaguy | 2014-06-20 05:23:39 -0400 (Fri, 20 Jun 2014) | 1 line [REF][NEW] Lessification of Raspberry option for FiveAlive and FiveAlive-lite. Some related file organization. Todo: the other theme option files. ---------------------------------------------- r51686 | gezzzan | 2014-06-20 05:05:50 -0400 (Fri, 20 Jun 2014) | 1 line [FIX] removing unnecessary link ---------------------------------------------- r51685 | chibaguy | 2014-06-20 04:59:55 -0400 (Fri, 20 Jun 2014) | 1 line [REF][NEW] Lessification of Plum option for FiveAlive and FiveAlive-lite. Some related file organization. Todo: the other theme option files. ---------------------------------------------- r51684 | chibaguy | 2014-06-20 03:56:27 -0400 (Fri, 20 Jun 2014) | 1 line [REF][NEW] Lessification of Orange option for FiveAlive and FiveAlive-lite. Some related file organization. Todo: the other theme option files. ---------------------------------------------- r51682 | chibaguy | 2014-06-20 03:32:04 -0400 (Fri, 20 Jun 2014) | 1 line [REF][NEW] Lessification of Lemon option for FiveAlive and FiveAlive-lite. Some related file organization. Todo: the other theme option files. ---------------------------------------------- r51681 | chibaguy | 2014-06-20 03:18:44 -0400 (Fri, 20 Jun 2014) | 1 line [REF][NEW] Lessification of Grape option for FiveAlive and FiveAlive-lite. Some related file organization. Todo: the other theme option files. ---------------------------------------------- r51680 | chibaguy | 2014-06-20 03:01:29 -0400 (Fri, 20 Jun 2014) | 1 line [FIX] Fix module title color. ---------------------------------------------- r51679 | chibaguy | 2014-06-20 02:53:21 -0400 (Fri, 20 Jun 2014) | 1 line [FIX] Link to theme option's jquery-ui CSS file added. ---------------------------------------------- r51678 | chibaguy | 2014-06-20 02:50:51 -0400 (Fri, 20 Jun 2014) | 1 line [REF][NEW] Lessification of Watermelon option for FiveAlive and FiveAlive-lite. Some related file organization. Todo: the other theme option files. ---------------------------------------------- r51673 | jonnybradley | 2014-06-19 12:16:35 -0400 (Thu, 19 Jun 2014) | 1 line [FIX] sefurl: Allow utf-8 chars in titles to be used in sefurls ---------------------------------------------- r51666 | manivannans | 2014-06-19 08:55:39 -0400 (Thu, 19 Jun 2014) | 1 line [FIX] Forum Thread Rating doesn't display icons Ref:https://dev.tiki.org/item5257 ---------------------------------------------- r51664 | xavidp | 2014-06-19 07:05:11 -0400 (Thu, 19 Jun 2014) | 1 line [FIX]Add zero (needed with current codebase) and fix display order of options to a more natural way to facilitate ratings with certain degree of agreement ---------------------------------------------- r51662 | xavidp | 2014-06-19 06:42:33 -0400 (Thu, 19 Jun 2014) | 1 line minor fixes ---------------------------------------------- r51659 | chibaguy | 2014-06-18 23:12:47 -0400 (Wed, 18 Jun 2014) | 1 line [REF][NEW] Some file organization for Kiwi theme option. ---------------------------------------------- r51658 | chibaguy | 2014-06-18 23:07:52 -0400 (Wed, 18 Jun 2014) | 1 line [REF][NEW] Lessification of Akebi option for FiveAlive and FiveAlive-lite. Some related file organization. Todo: the other theme option files. ---------------------------------------------- r51657 | chibaguy | 2014-06-18 22:57:48 -0400 (Wed, 18 Jun 2014) | 2 lines [FIX] The checkbox in alert messages shouldn't float left. ---------------------------------------------- r51651 | lphuberdeau | 2014-06-18 08:56:05 -0400 (Wed, 18 Jun 2014) | 1 line [FIX] Extracting the inner portion of the template as smarty apparently broke something after 3.1.14 ---------------------------------------------- r51648 | chibaguy | 2014-06-17 01:36:55 -0400 (Tue, 17 Jun 2014) | 1 line [FIX] The checkbox in alert messages shouldn't float left. ---------------------------------------------- r51647 | chibaguy | 2014-06-17 01:10:45 -0400 (Tue, 17 Jun 2014) | 1 line [REF][NEW] Lessification of Kiwi option for FiveAlive and FiveAlive-lite. Todo: the other theme option files. ---------------------------------------------- r51645 | lindonb | 2014-06-15 16:26:40 -0400 (Sun, 15 Jun 2014) | 1 line Revert r51644 - satis.json update should be made to trunk ---------------------------------------------- r51644 | lindonb | 2014-06-15 14:33:05 -0400 (Sun, 15 Jun 2014) | 1 line tablesorter: add latest version (2.17.2) to composer.tiki.org ---------------------------------------------- r51642 | lindonb | 2014-06-15 11:32:22 -0400 (Sun, 15 Jun 2014) | 1 line [FIX] tablesorter: more specific id for adminusers table ---------------------------------------------- r51641 | lindonb | 2014-06-15 11:31:21 -0400 (Sun, 15 Jun 2014) | 1 line [FIX] tablesorter: format pager controls for bootstrap; add pager controls to top and bottom of table ---------------------------------------------- r51639 | nkoth | 2014-06-14 23:37:34 -0400 (Sat, 14 Jun 2014) | 2 lines [FIX] initial param can support strings as well as just characters ---------------------------------------------- r51638 | manivannans | 2014-06-13 11:07:51 -0400 (Fri, 13 Jun 2014) | 1 line [FIX] Tiki Connect Problem REF http://dev.tiki.org/item5252 ---------------------------------------------- r51628 | lphuberdeau | 2014-06-11 09:47:42 -0400 (Wed, 11 Jun 2014) | 1 line [MOD] Adding ceil/floor functions for calculations ---------------------------------------------- r51627 | chibaguy | 2014-06-11 04:43:10 -0400 (Wed, 11 Jun 2014) | 1 line [MOD] Upgraded Site layout feature from "experimental" to "advanced". ---------------------------------------------- r51626 | chibaguy | 2014-06-11 04:25:39 -0400 (Wed, 11 Jun 2014) | 1 line [MOD] Widen remaining side column if the other side column is empty (that is, 2/12 : 8/12 : 2/12 grid widths change to 3/12 : 9/12 or 9/12 : 3/12). ---------------------------------------------- r51624 | nkoth | 2014-06-10 14:44:10 -0400 (Tue, 10 Jun 2014) | 2 lines [FIX] Image field has no indexed value ---------------------------------------------- r51622 | chibaguy | 2014-06-10 04:57:40 -0400 (Tue, 10 Jun 2014) | 1 line [NEW] Use Bootswatch Less files so variables are available for tablesorter. ---------------------------------------------- r51621 | chibaguy | 2014-06-10 04:54:17 -0400 (Tue, 10 Jun 2014) | 1 line [NEW]{ENH]{KIL] Use Bootswatch Less files so variables are available for tablesorter. ---------------------------------------------- r51618 | lindonb | 2014-06-08 15:30:57 -0400 (Sun, 08 Jun 2014) | 1 line [FIX] tablesorter: better test for no records found; more specific element identifiers in case of multiple pages per page ---------------------------------------------- r51616 | lindonb | 2014-06-08 14:41:09 -0400 (Sun, 08 Jun 2014) | 1 line [FIX] tablesorter: pagination wasn't working for filtered results ---------------------------------------------- r51614 | lindonb | 2014-06-08 13:11:28 -0400 (Sun, 08 Jun 2014) | 1 line [REF] bootstrap for tablesorter: now works for bootstrap default; break less file into two - one applicable to tiki in general and the other for theme-specific overrides ---------------------------------------------- r51612 | gezzzan | 2014-06-08 08:54:53 -0400 (Sun, 08 Jun 2014) | 1 line [FIX] show uppercase resources in resource view ---------------------------------------------- r51611 | gezzzan | 2014-06-08 08:38:55 -0400 (Sun, 08 Jun 2014) | 1 line [FIX] show popover in html (this code is a ducplication of tiki-calendar.tpl, should be unified later) ---------------------------------------------- r51610 | gezzzan | 2014-06-08 07:05:05 -0400 (Sun, 08 Jun 2014) | 1 line [FIX] fullcalendar could not load due to missing closing char ---------------------------------------------- r51602 | chibaguy | 2014-06-05 23:26:59 -0400 (Thu, 05 Jun 2014) | 1 line [KIL] Bootstrap default is a separate theme choice so no need to include in styles directory; move out empty.css. ---------------------------------------------- r51600 | chibaguy | 2014-06-05 23:16:01 -0400 (Thu, 05 Jun 2014) | 2 lines [KIL] Move to SVN chibaguy user directory the themes that aren't (yet?) updated for Bootstrap compatibility. Feel free to update and return to Tiki package, or contact me for help. ---------------------------------------------- r51591 | paulgv | 2014-06-05 17:24:28 -0400 (Thu, 05 Jun 2014) | 1 line Removed .btn-sm from submit button ---------------------------------------------- r51590 | paulgv | 2014-06-05 17:09:55 -0400 (Thu, 05 Jun 2014) | 1 line make user table responsive ---------------------------------------------- r51587 | paulgv | 2014-06-05 16:39:18 -0400 (Thu, 05 Jun 2014) | 1 line Social layout : show site logo if defined, added link to user preferences in dropdown menu ---------------------------------------------- r51582 | paulgv | 2014-06-05 11:06:47 -0400 (Thu, 05 Jun 2014) | 1 line added class modal-content to export calendars form ---------------------------------------------- r51580 | lphuberdeau | 2014-06-05 10:17:16 -0400 (Thu, 05 Jun 2014) | 1 line [FIX] Sessions in database would not work ---------------------------------------------- r51578 | chibaguy | 2014-06-04 05:54:36 -0400 (Wed, 04 Jun 2014) | 1 line [FIX] Move "Read more" and action buttons to left and right, respectively (fixing a regression). ---------------------------------------------- r51577 | chibaguy | 2014-06-04 01:38:21 -0400 (Wed, 04 Jun 2014) | 1 line [ENH] Some style details for FiveAlive-lite. ---------------------------------------------- r51576 | chibaguy | 2014-06-04 00:09:51 -0400 (Wed, 04 Jun 2014) | 1 line [FIX] Better fit of module background images. ---------------------------------------------- r51575 | chibaguy | 2014-06-03 21:56:49 -0400 (Tue, 03 Jun 2014) | 1 line [ENH] Page title shouldn't be <strong> by default; this is a design detail that should be handled on the theme level. ---------------------------------------------- r51571 | chibaguy | 2014-06-03 10:36:41 -0400 (Tue, 03 Jun 2014) | 1 line [NEW] Look & Feel admin thumbnails for Bootswatch themes. ---------------------------------------------- r51570 | chibaguy | 2014-06-03 02:14:20 -0400 (Tue, 03 Jun 2014) | 1 line [ENH] Another attempt to clarify the theme selection choices. ---------------------------------------------- r51569 | chibaguy | 2014-06-02 06:22:13 -0400 (Mon, 02 Jun 2014) | 1 line [FIX] Wikiactions divs needs a containing div.clearfix to prevent the floated icons from overlapping the pagetitle. ---------------------------------------------- r51568 | chibaguy | 2014-06-02 05:41:09 -0400 (Mon, 02 Jun 2014) | 2 lines [REF] [REF] On wizard pages, replaced hard-coded px widths with grid and responsive-image classes. Other misc. changes. ---------------------------------------------- r51565 | xavidp | 2014-06-02 05:03:46 -0400 (Mon, 02 Jun 2014) | 1 line [FIX]Fix PHP Notice: Undefined variable: tikiroot (at least when running console to install the db) ---------------------------------------------- r51564 | chibaguy | 2014-06-01 23:34:32 -0400 (Sun, 01 Jun 2014) | 1 line [REF] Added thumbnail class to screenshot thumbnail images. Todo: Replace hard-coded px widths with grid and responsive-image classes. ---------------------------------------------- r51563 | chibaguy | 2014-06-01 22:40:55 -0400 (Sun, 01 Jun 2014) | 1 line [REF] Conversion of more wizard pages to use Bootstrap layout and grid divs. ---------------------------------------------- r51562 | chibaguy | 2014-06-01 11:52:26 -0400 (Sun, 01 Jun 2014) | 1 line [REF] Conversion of more wizard pages to use Bootstrap layout and grid divs. Todo: remaining pages. ---------------------------------------------- r51561 | chibaguy | 2014-06-01 02:51:44 -0400 (Sun, 01 Jun 2014) | 1 line [REF] Conversion to use Bootstrap layout and grid divs. Todo: remaining pages. ---------------------------------------------- r51560 | paulgv | 2014-05-31 18:10:56 -0400 (Sat, 31 May 2014) | 1 line Added icon to List menus button ---------------------------------------------- r51558 | chibaguy | 2014-05-31 10:28:44 -0400 (Sat, 31 May 2014) | 1 line [REF][NEW] Bootstrappified FiveAlive-lite theme. Todo: remaining style details, theme option files. ---------------------------------------------- r51557 | chibaguy | 2014-05-31 07:21:39 -0400 (Sat, 31 May 2014) | 1 line [ENH] Add containing div class="table-responsive" to give wide tables produced by these plugins a horizontal scrollbar in small-device views. ---------------------------------------------- r51556 | paulgv | 2014-05-30 23:09:34 -0400 (Fri, 30 May 2014) | 1 line Fixed some layout issues, might require some more work ---------------------------------------------- r51555 | paulgv | 2014-05-30 23:06:59 -0400 (Fri, 30 May 2014) | 1 line Bootstrap popovers initialisation completed to improve display ---------------------------------------------- r51551 | paulgv | 2014-05-29 12:02:05 -0400 (Thu, 29 May 2014) | 1 line Use user 12/24 hour clock user preferences in calendar events display ---------------------------------------------- r51550 | xavidp | 2014-05-29 11:55:06 -0400 (Thu, 29 May 2014) | 1 line [FIX]Rename icons to match real options. 0 needs to be the question mark on grey, which is not counted for the averages. All the others renamed also to one lower value, to match current value ranges. Values from ranges also adapted to have them more equally distant from both ends in each case. Addresses half of the issues reported in bug5257. ---------------------------------------------- r51547 | lphuberdeau | 2014-05-29 07:58:38 -0400 (Thu, 29 May 2014) | 1 line [FIX]?\194?\160Removing the default to trackerrender caching as it's just wrong in so many cases ---------------------------------------------- r51544 | xavidp | 2014-05-29 07:18:21 -0400 (Thu, 29 May 2014) | 1 line A few fixes ---------------------------------------------- r51542 | xavidp | 2014-05-29 07:10:42 -0400 (Thu, 29 May 2014) | 1 line [FIX]Clarify the difference between the question mark icon and the information icon. ---------------------------------------------- r51540 | xavidp | 2014-05-29 06:53:44 -0400 (Thu, 29 May 2014) | 1 line [bp/r51539][FIX]Distinguish more easily information.png (usually non-clickable) from the help.png icon (usually clicable) by means of making it a little darker blue ---------------------------------------------- r51538 | xavidp | 2014-05-29 06:08:00 -0400 (Thu, 29 May 2014) | 1 line [FIX]Added a couple of help urls (& icons converted into question mark) ---------------------------------------------- r51537 | xavidp | 2014-05-29 05:39:17 -0400 (Thu, 29 May 2014) | 1 line [FIX]Allow to change theme through the upgrade wizard in 'new in 13', to use any of the bootstrap-ready themes. ---------------------------------------------- r51536 | xavidp | 2014-05-29 05:36:28 -0400 (Thu, 29 May 2014) | 1 line [FIX]Rename label 'Use legacy styles' to refer also to styles taken from Bootswatch.com. Fix the display to understand that they are 3 options one below the other. Add help url for more info (nice!: icon changes automagically when 'help=URL' is added to the preference params). ---------------------------------------------- r51535 | xavidp | 2014-05-29 05:17:36 -0400 (Thu, 29 May 2014) | 1 line [FIX]Provide the relevant options for Look and Feel in 13.x at the admin wizard. I wonder if fixed width is expected to work as before (not for me i a quick test). Therefore, hidden, at least, in the meantime. ---------------------------------------------- r51534 | xavidp | 2014-05-29 05:15:20 -0400 (Thu, 29 May 2014) | 1 line [FIX]Provide info to admins on how to select the new themes taken from Bootswatch.com (it was a non-intuitive path through the selection of 'Use legacy styles', imho). At least, now they know more easily. ---------------------------------------------- r51532 | xavidp | 2014-05-29 04:25:25 -0400 (Thu, 29 May 2014) | 1 line [FIX]Fix info for upgraders using Daily reports, since they can now use Console to manage them, and therefore, also in Multitiki setups ---------------------------------------------- r51530 | xavidp | 2014-05-29 03:29:35 -0400 (Thu, 29 May 2014) | 1 line [FIX]Distinguish the main button as btn-primary ---------------------------------------------- r51529 | xavidp | 2014-05-29 03:26:46 -0400 (Thu, 29 May 2014) | 1 line [FIX]Distinguish the main buttons as btn-primary from the rest ---------------------------------------------- r51526 | lphuberdeau | 2014-05-28 16:16:10 -0400 (Wed, 28 May 2014) | 1 line [FIX] When rendering for an external context, such as a notification, make sure we provide a full URL for icons, and that cache does not interfere ---------------------------------------------- r51525 | lphuberdeau | 2014-05-28 16:15:09 -0400 (Wed, 28 May 2014) | 1 line [FIX] Make sure the current URL is in the trusted uris for smarty ---------------------------------------------- r51524 | lphuberdeau | 2014-05-28 14:39:59 -0400 (Wed, 28 May 2014) | 1 line [ENH] Remove debug info ---------------------------------------------- r51521 | xavidp | 2014-05-28 14:28:51 -0400 (Wed, 28 May 2014) | 4 lines Oups, missing file from the previous backport commited in r51517 [bp/r51497][FIX] Daily Reports was not Multitiki ready. Add a new command to console.php (daily-report:send). This command should be run from cron instead of tiki-user_reports_send.php. Thanks lrrcenter [bp/r51507][ENH] Daily Reports. Output progress messages during daily-report:send script execution. Add a deprecation notice to tiki-user_reports_send.php. Thanks lrrcenter ---------------------------------------------- r51519 | xavidp | 2014-05-28 14:22:13 -0400 (Wed, 28 May 2014) | 2 lines [bp/r51508][REF] mail-queue:send Use $output->writeLn instead of echo for consistency with other console.php Commands. Thanks lrrcenter ---------------------------------------------- r51517 | xavidp | 2014-05-28 14:08:58 -0400 (Wed, 28 May 2014) | 3 lines [bp/r51497][FIX] Daily Reports was not Multitiki ready. Add a new command to console.php (daily-report:send). This command should be run from cron instead of tiki-user_reports_send.php. Thanks lrrcenter [bp/r51507][ENH] Daily Reports. Output progress messages during daily-report:send script execution. Add a deprecation notice to tiki-user_reports_send.php. Thanks lrrcenter ---------------------------------------------- r51513 | lphuberdeau | 2014-05-28 09:53:38 -0400 (Wed, 28 May 2014) | 1 line [FIX]?\194?\160Replacing plugins during profile export would occasionally cause nesting errors ---------------------------------------------- r51509 | jonnybradley | 2014-05-28 09:24:23 -0400 (Wed, 28 May 2014) | 1 line [FIX] installer: Propagate multi and lang values in convert charset form ---------------------------------------------- r51505 | xavidp | 2014-05-28 05:17:44 -0400 (Wed, 28 May 2014) | 1 line [FIX]Another minor fix to keep the feature working as expected for show.t.o instances based on 13.x ---------------------------------------------- r51503 | xavidp | 2014-05-28 05:09:50 -0400 (Wed, 28 May 2014) | 1 line [FIX]Probably needed to get the button 'svn up' for show.t.o instances based on 13.x ---------------------------------------------- r51502 | robertplummer | 2014-05-27 15:51:10 -0400 (Tue, 27 May 2014) | 1 line [FIX] Opps, array_filter on one too many ---------------------------------------------- r51501 | robertplummer | 2014-05-27 15:50:12 -0400 (Tue, 27 May 2014) | 1 line [FIX] voted in the scenario of labels the key is the vote, so point at vote ---------------------------------------------- r51500 | robertplummer | 2014-05-27 15:49:16 -0400 (Tue, 27 May 2014) | 1 line [FIX] Remove just "0" in average nothing else ---------------------------------------------- r51499 | robertplummer | 2014-05-27 15:48:30 -0400 (Tue, 27 May 2014) | 1 line [FIX] Remove the default filter, as it conflicts with the votes lib ---------------------------------------------- r51498 | robertplummer | 2014-05-27 15:47:56 -0400 (Tue, 27 May 2014) | 2 lines [FIX] Remove multi vote counts by DELETE and ensure there is a filter for numeric vote values ---------------------------------------------- r51495 | xavidp | 2014-05-27 06:24:18 -0400 (Tue, 27 May 2014) | 1 line [FIX]Use the profile version closer to this Tiki version. ---------------------------------------------- r51493 | xavidp | 2014-05-27 05:22:40 -0400 (Tue, 27 May 2014) | 1 line [FIX]Fix position of Value and description in the options for the trackercalendar plugin; fix warnings (y in condition as character and not variable), and remove duplicate array keys found in some cases ---------------------------------------------- r51491 | xavidp | 2014-05-27 03:52:18 -0400 (Tue, 27 May 2014) | 1 line [ENH]Three more wiki argument variables related to revision-approval info (and not just any last-version info) added for better control on the display of critical info in iso9001/14001 and such certification systems, which involve document revision and aproval systems. Thanks Zac for tips (Re: https://dev.tiki.org/item5112?cookietab=2#threadId3784 ) ---------------------------------------------- r51488 | jonnybradley | 2014-05-26 10:08:26 -0400 (Mon, 26 May 2014) | 1 line [FIX] trackers: Fix AJAX operation of tracker ratings fields - Use custom star icons if they exists, and correct the un-vote "x" appearance, which was the wrong way round (could only un-vote if you hadn't voted) Thanks BSFez and luciash ---------------------------------------------- r51485 | xavidp | 2014-05-26 06:10:32 -0400 (Mon, 26 May 2014) | 1 line [FIX]Indicate the admin when and where to create content categories to be defined for the Revision approval feature. Thanks arildb. ---------------------------------------------- r51482 | paulgv | 2014-05-24 12:39:39 -0400 (Sat, 24 May 2014) | 1 line added isModal in ajax calls ---------------------------------------------- r51481 | paulgv | 2014-05-24 12:37:20 -0400 (Sat, 24 May 2014) | 1 line restored calendar_edit_item layout, added isModal GET variable to show/hide elements when editing in a modal ---------------------------------------------- r51480 | paulgv | 2014-05-24 00:21:15 -0400 (Sat, 24 May 2014) | 1 line updated tiki-calendar_edit_item layout ---------------------------------------------- r51475 | xavidp | 2014-05-23 15:35:34 -0400 (Fri, 23 May 2014) | 1 line A few more strings translated and some others improved ---------------------------------------------- r51473 | xavidp | 2014-05-23 14:23:02 -0400 (Fri, 23 May 2014) | 1 line A few more strings translated and some improved ---------------------------------------------- r51467 | jonnybradley | 2014-05-23 12:04:51 -0400 (Fri, 23 May 2014) | 1 line [FIX] setup: update minimum php version ---------------------------------------------- r51466 | jonnybradley | 2014-05-23 11:59:52 -0400 (Fri, 23 May 2014) | 1 line [FIX] add a little padding to the hard-coded composer check page (not at all bootstrap, but legible now) ---------------------------------------------- r51464 | xavidp | 2014-05-23 11:38:37 -0400 (Fri, 23 May 2014) | 1 line [FIX]Change order of some settings to fix display in 12.x where they are displayed in 2 columns ---------------------------------------------- r51460 | lphuberdeau | 2014-05-23 09:59:04 -0400 (Fri, 23 May 2014) | 1 line [FIX] Missing smarty 3.1.18 in composer.lock, causing files to fetch from svn ---------------------------------------------- r51457 | gezzzan | 2014-05-23 02:30:26 -0400 (Fri, 23 May 2014) | 1 line [FIX] enable translation for bootstrapped menu items (tr tags were missing in tpls), fix for bug item 5237 ---------------------------------------------- r51456 | xavidp | 2014-05-23 02:05:41 -0400 (Fri, 23 May 2014) | 1 line [ENH]Add revision approval (Flagged Revisions) to the Admin Wizard > Set up Wiki environment ---------------------------------------------- r51455 | paulgv | 2014-05-22 23:43:23 -0400 (Thu, 22 May 2014) | 1 line calendar : use {strip} to prevent carriage returns in textarea when creating an event ---------------------------------------------- r51454 | paulgv | 2014-05-22 23:23:18 -0400 (Thu, 22 May 2014) | 1 line search module : show popovers on bottom of buttons to avoid overflow ---------------------------------------------- r51453 | paulgv | 2014-05-22 23:09:39 -0400 (Thu, 22 May 2014) | 1 line Bootstrap striped tables in stats ---------------------------------------------- r51452 | paulgv | 2014-05-22 21:38:33 -0400 (Thu, 22 May 2014) | 1 line use Bootstrap modals instead of jQuery UI dialogs for event edition ---------------------------------------------- r51451 | paulgv | 2014-05-22 20:44:32 -0400 (Thu, 22 May 2014) | 1 line unclosed div in tiki-stats.tpl ---------------------------------------------- r51450 | sylvain-a | 2014-05-22 16:48:50 -0400 (Thu, 22 May 2014) | 1 line traduction ---------------------------------------------- r51449 | jshauk | 2014-05-22 16:16:01 -0400 (Thu, 22 May 2014) | 1 line [ADD] allow setting rating options like "1=label1,2=label2,3=label3", as radio button options for forum posts ---------------------------------------------- r51446 | luciash | 2014-05-22 11:38:03 -0400 (Thu, 22 May 2014) | 1 line [FIX] Code plugin w/ CodeMirror: we do not need to display vertical scrollbars in code listings - workaround for the "wrongly computed height with scrollbar" bug in CodeMirror ---------------------------------------------- r51444 | jonnybradley | 2014-05-22 06:10:49 -0400 (Thu, 22 May 2014) | 1 line [bp/r51443][FIX] Avoid installer timeouts when using InnoDB. ---------------------------------------------- r51442 | chibaguy | 2014-05-21 22:49:26 -0400 (Wed, 21 May 2014) | 1 line Move tiki.css edit to .less file for compiling. Todo: replace hardcoded color with varible. ---------------------------------------------- r51438 | xavidp | 2014-05-21 16:01:44 -0400 (Wed, 21 May 2014) | 1 line [FIX]Add to admin wizard some missing initially-disabled checkboxes or options from useful features related to structures for new installs ---------------------------------------------- r51436 | xavidp | 2014-05-21 15:08:00 -0400 (Wed, 21 May 2014) | 1 line [FIX]Added basic css to help distinguish the info coming from the drilldown menu. Feel free to improve. Thanks robertplummer for info on how to use the drilldown menu for structures ---------------------------------------------- r51433 | jonnybradley | 2014-05-21 14:18:23 -0400 (Wed, 21 May 2014) | 1 line [FIX] search: Missing $this for favorite filter ---------------------------------------------- r51430 | xavidp | 2014-05-21 07:14:23 -0400 (Wed, 21 May 2014) | 1 line [FIX]As discussed in the last Webinar, temporarily disable the options to provide info on bugs and 'what's this for' through the 'Connect' feature. Re: http://tiki.org/Webinar+2014+05 . Quick fix by means of hiding the corresponding icons (only 'Like' is currently shown). ---------------------------------------------- r51428 | xavidp | 2014-05-21 05:30:17 -0400 (Wed, 21 May 2014) | 1 line [FIX]Added missing info on fixed Mail Queue in the Upgrade Wizard. Icon derived from 2 public domain images from openclipart.org ---------------------------------------------- r51427 | xavidp | 2014-05-21 02:08:38 -0400 (Wed, 21 May 2014) | 1 line [FIX]Fix description of when the db needs to be created ---------------------------------------------- r51426 | chibaguy | 2014-05-21 02:07:23 -0400 (Wed, 21 May 2014) | 1 line [FIX] Wrong variable name corrected. ---------------------------------------------- r51425 | chibaguy | 2014-05-21 01:37:55 -0400 (Wed, 21 May 2014) | 1 line [FIX] Tiki.css padding on list items in modules removed; padding provided by bootstrap.css is enough. ---------------------------------------------- r51423 | xavidp | 2014-05-20 15:15:10 -0400 (Tue, 20 May 2014) | 1 line [FIX]Fix url from daily reports to new comments, so that they link to the right tab and location when tracker item comments are set to be shown below the items instead of inside its own tab. ---------------------------------------------- r51421 | nkoth | 2014-05-20 13:30:55 -0400 (Tue, 20 May 2014) | 2 lines [FIX] Check correct perm in case of included page ---------------------------------------------- r51415 | nkoth | 2014-05-19 19:37:13 -0400 (Mon, 19 May 2014) | 2 lines [FIX] Remove tags leaving only branches ---------------------------------------------- r51414 | nkoth | 2014-05-19 19:15:37 -0400 (Mon, 19 May 2014) | 2 lines {BRA] Add branch to show.tiki.org ---------------------------------------------- r51410 | nkoth | 2014-05-19 18:23:03 -0400 (Mon, 19 May 2014) | 2 lines [BRA] Update link to 13.x profiles ---------------------------------------------- r51407 | nkoth | 2014-05-19 18:06:50 -0400 (Mon, 19 May 2014) | 1 line [BRANCH] Creation, branches/13.x 0 to 51406 ---------------------------------------------- r51405 | robertplummer | 2014-05-19 17:37:26 -0400 (Mon, 19 May 2014) | 1 line [ENH] Allow wikiLingo to be used in modules, only if on ---------------------------------------------- r51404 | nkoth | 2014-05-19 17:30:29 -0400 (Mon, 19 May 2014) | 2 lines [MOD] Updating html5shiv, symfony/console, phpseclib, jquery-zoom, jquery-treetable, codemirror ---------------------------------------------- r51403 | nkoth | 2014-05-19 17:23:27 -0400 (Mon, 19 May 2014) | 2 lines [FIX] Codemirror theme should also be experimental since parent feature is ---------------------------------------------- r51402 | nkoth | 2014-05-19 15:16:22 -0400 (Mon, 19 May 2014) | 2 lines Add codemirror/codemirror 3.24 ---------------------------------------------- r51401 | nkoth | 2014-05-19 14:53:11 -0400 (Mon, 19 May 2014) | 2 lines Add jquery/plugins/treetable 3.1.0 ---------------------------------------------- r51400 | nkoth | 2014-05-19 14:45:25 -0400 (Mon, 19 May 2014) | 2 lines Add jquery/plugins/zoom 1.7.13 and phpseclib/phpseclib 0.3.6 ---------------------------------------------- r51399 | nkoth | 2014-05-19 14:29:25 -0400 (Mon, 19 May 2014) | 2 lines Get later than 2.4.1 for symfony/console ---------------------------------------------- r51398 | robertplummer | 2014-05-19 14:26:23 -0400 (Mon, 19 May 2014) | 1 line [FIX] need real page name, and fallback with null ckecking ---------------------------------------------- r51397 | nkoth | 2014-05-19 14:20:24 -0400 (Mon, 19 May 2014) | 2 lines use 3.7.2 of aFarkas/html5shiv instead of 3.7.1 ---------------------------------------------- r51393 | lphuberdeau | 2014-05-19 14:01:19 -0400 (Mon, 19 May 2014) | 1 line [MOD] Allow for dynamic property generation, always lower case attributes ---------------------------------------------- r51391 | nkoth | 2014-05-19 13:47:19 -0400 (Mon, 19 May 2014) | 2 lines [ENH] Add notifications module to easily add notifications feature ---------------------------------------------- r51390 | nkoth | 2014-05-19 13:44:53 -0400 (Mon, 19 May 2014) | 2 lines [MOD] Set site layout prefs to experimental ---------------------------------------------- r51385 | jonnybradley | 2014-05-19 12:15:37 -0400 (Mon, 19 May 2014) | 1 line [FIX] restore lost code in footer.tpl (all js includes etc) - missed it due to so different structure in trunk compared to 12.x and before (thanks nelsonko, and apologies) ---------------------------------------------- r51383 | nkoth | 2014-05-19 11:25:44 -0400 (Mon, 19 May 2014) | 2 lines [MOD] Rewording: Store Query -> Saved Search ---------------------------------------------- r51381 | jonnybradley | 2014-05-19 10:19:05 -0400 (Mon, 19 May 2014) | 5 lines Forward ports from 12.x [fp/r51379]Revert r49558: [FIX] Jquery validation commonly added for antibots. Ref: http://dev.tiki.org/item5004 The {jq} smarty object does not inject the javascript in the page where the template is included, but adds it to the script block at the end of the page using headerlib, so all this commit does is add the antibot code to every page whether it's required or not. Includes fix r51340 that corrected a simple javascript syntax error but the js can be further improved (coming soon...) [fp/r51380][FIX] captcha: A couple of very minor code improvements - antibot form validation seems to work fine now (is wish5004 still a problem?) ---------------------------------------------- r51378 | lphuberdeau | 2014-05-19 09:39:08 -0400 (Mon, 19 May 2014) | 1 line [ENH] Adding mail-in api method to get the recipient address ---------------------------------------------- r51377 | luciash | 2014-05-19 05:00:08 -0400 (Mon, 19 May 2014) | 1 line [FIX] it seems to work but I do not see a reason why PHP file should start with a tab character before <?php ---------------------------------------------- r51376 | robertplummer | 2014-05-18 17:36:51 -0400 (Sun, 18 May 2014) | 1 line [FIX] Remove unused debug line ---------------------------------------------- r51375 | robertplummer | 2014-05-18 17:35:41 -0400 (Sun, 18 May 2014) | 1 line [FIX] Proper html and tiki parser handling from wikiLingo (Finally!!!) ---------------------------------------------- r51373 | robertplummer | 2014-05-18 14:45:39 -0400 (Sun, 18 May 2014) | 1 line [FIX] syntaxBetween needs line breaks too ---------------------------------------------- r51372 | robertplummer | 2014-05-18 14:07:52 -0400 (Sun, 18 May 2014) | 1 line [FIX] Path update, and null check ---------------------------------------------- r51370 | fmg-sf | 2014-05-18 10:02:37 -0400 (Sun, 18 May 2014) | 1 line [FIX] chmod order of options ---------------------------------------------- r51369 | fmg-sf | 2014-05-18 09:13:07 -0400 (Sun, 18 May 2014) | 1 line [FIX] chmod all php files in Tiki root directory NOT in whitelist loop ---------------------------------------------- r51368 | fmg-sf | 2014-05-18 08:56:32 -0400 (Sun, 18 May 2014) | 1 line [FIX] debugging mode output was prone to errors ---------------------------------------------- r51367 | fmg-sf | 2014-05-18 08:40:28 -0400 (Sun, 18 May 2014) | 1 line [FIX] chmod all php files in Tiki root directory ---------------------------------------------- r51366 | gezzzan | 2014-05-18 05:30:14 -0400 (Sun, 18 May 2014) | 1 line [FIX] typo in feature name ---------------------------------------------- r51365 | gezzzan | 2014-05-18 05:13:33 -0400 (Sun, 18 May 2014) | 1 line [FIX] removing duplicate li closing tag ---------------------------------------------- r51364 | lindonb | 2014-05-17 23:46:10 -0400 (Sat, 17 May 2014) | 1 line [FIX] bootstrap: better tablesorter.less mixin function to determine background to handle urls; use @input-bg for input background. (It is soooooo nice to be able to change once and have it automatically propagate to all less-generated css files!) ---------------------------------------------- r51362 | xavidp | 2014-05-17 14:29:05 -0400 (Sat, 17 May 2014) | 1 line Many many new strings translated (phew!). Profiles Wizard finished and Upgrade Wizard translated, among others. ---------------------------------------------- r51360 | xavidp | 2014-05-17 12:36:18 -0400 (Sat, 17 May 2014) | 1 line [FIX]When tracker item comments are set to be shown below the items instead of inside its own tab, add an anchor so that links can be made to send users directly to the Comments section below, and fix url from module since last visit new because comments are in cookietab 1 then (cookietab 2 is for item edition in that case). Thanks cuartotrastos in intercanvis.net for reporting the issue ---------------------------------------------- r51359 | xavidp | 2014-05-17 11:50:05 -0400 (Sat, 17 May 2014) | 1 line [ENH]Rename former 'Usability' in the Upgrade Wizard with 'Novice Admin Assistance'. Thanks jonnyb for the suggestion in the last webinar. ---------------------------------------------- r51358 | xavidp | 2014-05-17 11:48:04 -0400 (Sat, 17 May 2014) | 1 line [ENH]Added experimental icon in one popup talking about experimental features, and better description in another tpl ---------------------------------------------- r51357 | xavidp | 2014-05-17 11:45:23 -0400 (Sat, 17 May 2014) | 1 line [ENH]Added iframe with doct.o/Upgrades at the Upgrade Wizard ---------------------------------------------- r51356 | gezzzan | 2014-05-17 08:35:07 -0400 (Sat, 17 May 2014) | 1 line [MOD] moving preference filters to the left under the cog icon to spare some space for admin notification icon (to be added in a later release). Also adding a caret to the cog to make it more obvious that there are some settings available ---------------------------------------------- r51355 | xavidp | 2014-05-17 04:07:20 -0400 (Sat, 17 May 2014) | 1 line [FIX]Add svn keyword Id property ---------------------------------------------- r51353 | xavidp | 2014-05-17 03:58:12 -0400 (Sat, 17 May 2014) | 1 line [FIX]Id keyword svn tag ---------------------------------------------- r51351 | xavidp | 2014-05-17 03:49:47 -0400 (Sat, 17 May 2014) | 1 line [FIX]More Paragraph spacing ---------------------------------------------- r51349 | xavidp | 2014-05-17 03:44:28 -0400 (Sat, 17 May 2014) | 1 line [FIX]Paragraph spacing ---------------------------------------------- r51347 | xavidp | 2014-05-16 15:25:09 -0400 (Fri, 16 May 2014) | 1 line [FIX]Typo in English string, split equivalent match in a longer string to match previous ones (separated), and fix in the only language.php with that string translated ---------------------------------------------- r51346 | lphuberdeau | 2014-05-16 15:17:40 -0400 (Fri, 16 May 2014) | 1 line [FIX] Expand relative paths when importing the content, ensure the URL used follows the redirects ---------------------------------------------- r51345 | lphuberdeau | 2014-05-16 14:36:36 -0400 (Fri, 16 May 2014) | 1 line [ENH] Move the local storage expiry logic from the unread count into the base local storage component, apply expiry to favorites so it refreshes once in a while (multi-browser edge case), include the user in the key names so that it does not conflict between sessions ---------------------------------------------- r51344 | jonnybradley | 2014-05-16 13:49:40 -0400 (Fri, 16 May 2014) | 1 line [bp/r51342][FIX] user admin: Restore long lost feature to force a user to re-validate their account via email (thanks Xavi for the clue!) ---------------------------------------------- r51343 | jonnybradley | 2014-05-16 13:43:58 -0400 (Fri, 16 May 2014) | 1 line [FIX] bootstrap casualty: Repair user admin form login input (no such var as $userlogin in adminusers) ---------------------------------------------- r51341 | nkoth | 2014-05-16 12:53:28 -0400 (Fri, 16 May 2014) | 2 lines [FIX] Search should be sorted by search relevance where there is a text search query present (even if there is sort mode set, unless overridden ---------------------------------------------- r51337 | jonnybradley | 2014-05-16 12:13:26 -0400 (Fri, 16 May 2014) | 1 line [FIX] prefs: Use single quotes in onclick attributes as double quotes were getting escaped and showing up as validation errors ---------------------------------------------- r51336 | jonnybradley | 2014-05-16 12:12:15 -0400 (Fri, 16 May 2014) | 1 line [ENH] cart: Make the payment heading a pref ---------------------------------------------- r51335 | jonnybradley | 2014-05-16 12:10:15 -0400 (Fri, 16 May 2014) | 1 line [FIX] antibot: Trailing comma not allowed in JS (not sure this JS is really needed here, just looks wrong...) ---------------------------------------------- r51334 | jonnybradley | 2014-05-16 12:07:24 -0400 (Fri, 16 May 2014) | 1 line [FIX] bootstrap casualty: missing > on closing tag breaking admin form ---------------------------------------------- r51331 | arildb | 2014-05-16 11:39:24 -0400 (Fri, 16 May 2014) | 1 line [FIX] Make sure categlib exists ---------------------------------------------- Version 12.1 <http://doc.tiki.org/Tiki12> ------------------ ---------------------------------------------- r51089 | jonnybradley | 2014-05-02 18:14:53 +0200 (dv, 02 mai 2014) | 1 line [FIX] missing global ---------------------------------------------- r51037 | jonnybradley | 2014-04-28 20:51:27 +0200 (dl, 28 abr 2014) | 2 lines [FIX] installer: More on changes following from r50989 for the database collation fix script. Now using SHOW TABLES and fetchAll, also re-fetch local.php to get real database name (thanks to Jyhem, LPH and all for the input) ---------------------------------------------- r51035 | luciash | 2014-04-28 13:00:43 +0200 (dl, 28 abr 2014) | 1 line [rb/r51034] partial rollback: oops, a local file went accidentaly with previous commit - sorry ---------------------------------------------- r51034 | luciash | 2014-04-28 12:54:16 +0200 (dl, 28 abr 2014) | 1 line [FIX] missing tr block (fixes http://dev.tiki.org/item5210 - thanks emanuele) ---------------------------------------------- r51020 | jyhem | 2014-04-27 03:11:34 +0200 (dg, 27 abr 2014) | 1 line [FIX] Fixes r50989 ---------------------------------------------- r51015 | jonnybradley | 2014-04-26 16:26:20 +0200 (ds, 26 abr 2014) | 1 line [FIX] maps: Disappointing browser specific fix for problem with Chrome where some markers (often most) disappear if not fully opaque ---------------------------------------------- r51014 | jonnybradley | 2014-04-26 15:32:28 +0200 (ds, 26 abr 2014) | 1 line [FIX] elFinder: Wrong perm check ---------------------------------------------- r51010 | arildb | 2014-04-25 18:33:54 +0200 (dv, 25 abr 2014) | 1 line [FIX] Avoid locking the SVN database for the duration of the request ---------------------------------------------- r51009 | jonnybradley | 2014-04-25 18:33:16 +0200 (dv, 25 abr 2014) | 1 line [FIX] articles: Remove plugins from body before working out the pagination so html output from them doesn't get encoded (thanks Xavi) ---------------------------------------------- r51004 | jonnybradley | 2014-04-25 17:01:18 +0200 (dv, 25 abr 2014) | 1 line [FIX] menus: "block" not set when menu not parsed ---------------------------------------------- r51002 | jonnybradley | 2014-04-25 16:42:41 +0200 (dv, 25 abr 2014) | 1 line [FIX] Restrict access to _htaccess ---------------------------------------------- r51001 | jonnybradley | 2014-04-25 16:41:06 +0200 (dv, 25 abr 2014) | 1 line [FIX] slvn: Avoid division by zero ---------------------------------------------- r50996 | jyhem | 2014-04-25 15:45:49 +0200 (dv, 25 abr 2014) | 1 line [FIX] Actually send to the right display ---------------------------------------------- r50990 | jp_eagle | 2014-04-25 14:13:22 +0200 (dv, 25 abr 2014) | 1 line [ENH] added a few chinese translation ---------------------------------------------- r50989 | jyhem | 2014-04-25 01:53:05 +0200 (dv, 25 abr 2014) | 1 line [FIX] Prevent upgrade from failing when mysql user is restricted to its database ---------------------------------------------- r50972 | xavidp | 2014-04-24 20:23:33 +0200 (dj, 24 abr 2014) | 1 line [FIX]Remove reference to using the USer WIzard in the default homepage, since it doesn't check for the required settings needed to have the feature enabled, etc. (thanks luciash) ---------------------------------------------- r50969 | jonnybradley | 2014-04-24 19:13:29 +0200 (dj, 24 abr 2014) | 1 line [FIX] wysiwyg: Slightly better fix for side-by-side translation in wysiwyg (thanks arildb, re wish5180) ---------------------------------------------- r50964 | jonnybradley | 2014-04-24 17:44:54 +0200 (dj, 24 abr 2014) | 1 line [FIX] non-parsed: Protect special chars in non-parsed blocks to prevent html encoding being ignored on non-html pages (r50958 take two) ---------------------------------------------- r50961 | jonnybradley | 2014-04-24 17:27:40 +0200 (dj, 24 abr 2014) | 1 line [FIX] Revert r50958 - will try again (non-parsed: Protect special chars in non-parsed blocks to prevent html encoding being ignored on non-html pages) ---------------------------------------------- r50943 | jonnybradley | 2014-04-24 12:15:31 +0200 (dj, 24 abr 2014) | 1 line [MOD] minor update of ezyang/htmlpurifier to 4.6 ---------------------------------------------- r50928 | nkoth | 2014-04-23 21:51:35 +0200 (dc, 23 abr 2014) | 1 line [FIX] Due to previous refactoring of TikiMail, getFile is gone ---------------------------------------------- r50920 | jonnybradley | 2014-04-23 20:15:14 +0200 (dc, 23 abr 2014) | 1 line [MOD] minor update of jquery/minicart to 2.6.1 ---------------------------------------------- r50851 | jonnybradley | 2014-04-21 14:04:37 +0200 (dl, 21 abr 2014) | 1 line [FIX] JSLint: Part 4 of JSLint* corrections: various js - mostly missing line terminations and var declarations (*actually phpStorm code inspections) ---------------------------------------------- r50850 | jonnybradley | 2014-04-21 14:01:03 +0200 (dl, 21 abr 2014) | 1 line [FIX] colorbox plugin: $filter['fileId'] is expected to be an array in $filegallib->get_files (not sure how this ever worked before, but it did somehow) ---------------------------------------------- r50847 | jonnybradley | 2014-04-21 12:39:44 +0200 (dl, 21 abr 2014) | 1 line [FIX] JSLint: Part 2 of JSLint* corrections: tiki-js.js & tiki-js-sortable.js - mostly missing line terminations and var declarations (*actually phpStorm code inspections) ---------------------------------------------- r50845 | jonnybradley | 2014-04-21 12:25:42 +0200 (dl, 21 abr 2014) | 1 line [FIX] JSLint: Part 2 of JSLint* corrections: various js - mostly missing line terminations and var declarations (*actually phpStorm code inspections) ---------------------------------------------- r50844 | jonnybradley | 2014-04-21 12:24:23 +0200 (dl, 21 abr 2014) | 1 line [FIX] JSLint: Part 2 of JSLint* corrections: autoToc.js - mostly missing line terminations and var declarations (*actually phpStorm code inspections) ---------------------------------------------- r50843 | jonnybradley | 2014-04-21 12:21:15 +0200 (dl, 21 abr 2014) | 1 line [FIX] JSLint: Part 1 of JSLint* corrections: tiki-jquery.js - mostly missing line terminations and var declarations (*actually phpStorm code inspections) ---------------------------------------------- r50839 | arildb | 2014-04-20 14:48:39 +0200 (dg, 20 abr 2014) | 1 line [FIX] Make the "add to cart" button aligned with the prompt, when the default options are used ---------------------------------------------- r50837 | arildb | 2014-04-19 17:25:21 +0200 (ds, 19 abr 2014) | 3 lines [FIX] When logging into a multi-lingual Tiki, the main-language page is opened and not the translated one Remove the page name and let Tiki choose the correct home page upon reload. Only tested using standard Tiki login. Please check. ---------------------------------------------- r50831 | jonnybradley | 2014-04-18 18:14:34 +0200 (dv, 18 abr 2014) | 1 line [FIX] socialnetworks: Update last login when logging in via facebook ---------------------------------------------- r50829 | jp_eagle | 2014-04-17 16:50:17 +0200 (dj, 17 abr 2014) | 1 line [FIX] revised and added a few translations ---------------------------------------------- r50828 | nkoth | 2014-04-17 14:06:37 +0200 (dj, 17 abr 2014) | 1 line [FIX] People with perm to view in modules and feeds can't see posts ---------------------------------------------- r50827 | nkoth | 2014-04-17 13:44:30 +0200 (dj, 17 abr 2014) | 1 line [FIX] Blog post categorization ---------------------------------------------- r50824 | alexandrequessy | 2014-04-17 01:18:06 +0200 (dj, 17 abr 2014) | 1 line Jqui theme: Fix CSS for color of link in calendar ---------------------------------------------- r50817 | jonnybradley | 2014-04-16 14:26:22 +0200 (dc, 16 abr 2014) | 1 line [FIX] maps: Show editable vertices when zone initially selected and deselect the whole object properly when colour picker dialogue is closed. ---------------------------------------------- r50816 | jonnybradley | 2014-04-16 13:58:02 +0200 (dc, 16 abr 2014) | 1 line [FIX] maps: Reset the layerName for each object so the suffix doesn't get repeated ---------------------------------------------- r50811 | jonnybradley | 2014-04-16 12:00:34 +0200 (dc, 16 abr 2014) | 1 line [FIX] plugin edit: Move dialogSelectElement function back into tiki-jquery.js as it's called from the popupPluginForm fn and was failing if (for instance) you had a wikiplugin tool on a toolbar without a Picker or Dialog type tool there also (which would include tiki-toolbars.js) ---------------------------------------------- r50807 | jonnybradley | 2014-04-15 17:15:00 +0200 (dt, 15 abr 2014) | 1 line [FIX] socialnetworks: Allow the initially set username to be left in the first login form as it is the user that has just been created so not a duplicate ---------------------------------------------- r50806 | jonnybradley | 2014-04-15 14:05:32 +0200 (dt, 15 abr 2014) | 1 line [FIX] calendars: No need to unescape htmlall to restore html tags in event titles (used by action calendar), as htmlall ends up with double encoded html entities, messing up accents etc asused in normal calendars (regression from r48759 - thanks marclaporte) ---------------------------------------------- r50805 | jonnybradley | 2014-04-15 13:30:33 +0200 (dt, 15 abr 2014) | 1 line [FIX] blogs: Display parsed_except not the source like in Tiki 11 (regression from r45750) ---------------------------------------------- r50800 | jyhem | 2014-04-14 19:46:49 +0200 (dl, 14 abr 2014) | 1 line [FIX] Correctly validate plugin names with numbers which were valid in Tiki6 and Tiki9, so these don't fail on upgrades to Tiki 12 (thanks lph) ---------------------------------------------- r50799 | jonnybradley | 2014-04-14 18:42:11 +0200 (dl, 14 abr 2014) | 1 line [FIX] sefurl: Missing sefurl for backlinks ---------------------------------------------- r50798 | jyhem | 2014-04-14 18:24:53 +0200 (dl, 14 abr 2014) | 1 line [FIX] Avoid catastrophic error display for some sorting value ---------------------------------------------- r50797 | jyhem | 2014-04-14 15:51:59 +0200 (dl, 14 abr 2014) | 1 line [FIX] Don't quit without a final line feed ---------------------------------------------- r50791 | jonnybradley | 2014-04-14 12:56:40 +0200 (dl, 14 abr 2014) | 1 line [FIX] edit: Check for existence of valid structure when testing global $tiki_p_edit on creating a new page (thanks marclaporte) ---------------------------------------------- r50765 | jonnybradley | 2014-04-11 19:27:34 +0200 (dv, 11 abr 2014) | 1 line [FIX] edit templates: Don't add unnecessary whitespace to template contents ---------------------------------------------- r50763 | jonnybradley | 2014-04-11 19:03:42 +0200 (dv, 11 abr 2014) | 1 line [FIX] socialnetworks: Restore validation on registration form for socialnetworks_firstlogin (lost since Tiki 6 xajax removal i think, required refactoring the validation js into registrationlib) Also removed some bad CSS ---------------------------------------------- r50762 | jonnybradley | 2014-04-11 18:24:07 +0200 (dv, 11 abr 2014) | 1 line [FIX] socialnetworks: Make facebook login work better when login_is_email (thanks BSfez) ---------------------------------------------- r50761 | jyhem | 2014-04-11 18:00:08 +0200 (dv, 11 abr 2014) | 1 line Suppress PHP warnings ---------------------------------------------- r50745 | jonnybradley | 2014-04-10 20:17:10 +0200 (dj, 10 abr 2014) | 1 line [FIX] edit: Make fullscreen mode return to the proper size. Somewhat flickery but better than totally broken - thanks Luci, should address wish5171 ---------------------------------------------- r50740 | jonnybradley | 2014-04-10 18:55:01 +0200 (dj, 10 abr 2014) | 1 line [FIX] socialnetworks: Remove facebook auth completely, including the link to the facebook id ---------------------------------------------- r50739 | nkoth | 2014-04-10 18:51:18 +0200 (dj, 10 abr 2014) | 1 line [bp/r50724][FIX] When listfields (could be via pretty tracker) and filterfield are both set, and filter field is not in list fields, item that match filter don't show ---------------------------------------------- r50735 | arildb | 2014-04-10 15:26:29 +0200 (dj, 10 abr 2014) | 1 line [FIX] Incorrect link url. Thanks luciash ---------------------------------------------- r50731 | arildb | 2014-04-10 14:03:52 +0200 (dj, 10 abr 2014) | 1 line [FIX] Url encoding ---------------------------------------------- r50730 | jyhem | 2014-04-10 12:32:54 +0200 (dj, 10 abr 2014) | 1 line [FIX] Rolls back 50725 which was breaking community servers ---------------------------------------------- r50721 | jonnybradley | 2014-04-09 17:19:42 +0200 (dc, 09 abr 2014) | 1 line [FIX] socialnetworks: Fix social first login when login_is_email and delay colorbox form by a second to avoid page loading snarl up (thanks Bernard) ---------------------------------------------- r50719 | xavidp | 2014-04-09 09:17:53 +0200 (dc, 09 abr 2014) | 1 line [FIX]Missplaced tr tag ---------------------------------------------- r50718 | nkoth | 2014-04-09 04:43:45 +0200 (dc, 09 abr 2014) | 1 line [bp/r50717][FIX] If a parameter value is 0 when separator is in use, parameter gets messed up ---------------------------------------------- r50702 | marclaporte | 2014-04-07 22:54:43 +0200 (dl, 07 abr 2014) | 1 line Turning fgal_tracker_existing_search (Allow searching for existing files in the tracker files field) off by default, as it's a less common use case ---------------------------------------------- r50695 | jonnybradley | 2014-04-06 20:27:54 +0200 (dg, 06 abr 2014) | 1 line [FIX] kaltura: Make playlists work as expected in the plugin (thanks marclaporte) ---------------------------------------------- r50690 | jonnybradley | 2014-04-06 14:48:17 +0200 (dg, 06 abr 2014) | 1 line [FIX] adminusers: Remove duplicate class attributes on a couple of buttons (and add superfluous bootstrap class to prevent conflict on merge, hopefully) ---------------------------------------------- r50687 | jonnybradley | 2014-04-06 14:13:23 +0200 (dg, 06 abr 2014) | 1 line [FIX] adminusers: Fire events to update Chosen menus and change cancel-choice to a class (as there are 3 of them) ---------------------------------------------- r50682 | lindonb | 2014-04-06 03:52:21 +0200 (dg, 06 abr 2014) | 1 line [FIX] adminusers: Improve (hopefully) "perform with selected" action form behavior by using cancel button and other changes (thanks jonny). ---------------------------------------------- r50679 | jonnybradley | 2014-04-05 21:05:11 +0200 (ds, 05 abr 2014) | 1 line [FIX] installer: Couple of small fixes for multitiki forms - thanks Lindon ---------------------------------------------- r50677 | lindonb | 2014-04-05 19:45:50 +0200 (ds, 05 abr 2014) | 1 line [FIX] adminusers: Allow "perform action with checked" option to work with tablesorter on by having the action forms appear instead of refreshing the page. Also fixed various logging issues: user performing action not logged, message showing where user should be, only first item of multiple checked items logged, mailing users not logged. Should fix bug 5163 (thanks xavi for reporting and jonny for making me aware it was reported). Please test. ---------------------------------------------- r50672 | jonnybradley | 2014-04-04 21:33:20 +0200 (dv, 04 abr 2014) | 1 line [FIX] lang: Take 2 on preserving the URL query when switching language (regex mysteries) ---------------------------------------------- r50671 | jonnybradley | 2014-04-04 20:41:42 +0200 (dv, 04 abr 2014) | 1 line [FIX] lang: Preserve the URL query when switching language ---------------------------------------------- r50670 | arildb | 2014-04-04 13:19:37 +0200 (dv, 04 abr 2014) | 1 line [FIX] Make identical error messages for invalid user and invalid password. ---------------------------------------------- r50668 | arildb | 2014-04-04 12:24:49 +0200 (dv, 04 abr 2014) | 2 lines [FIX] More uniform login error handling. Report errors "inline" with the login module, like for USER_NOT_FOUND. The "Login box" still pops on tiki-login.php, which is shown when an error occurs. Ref: http://dev.tiki.org/item5183 ---------------------------------------------- r50666 | xavidp | 2014-04-04 09:03:32 +0200 (dv, 04 abr 2014) | 1 line [FIx]Usability fix. Remove the hardcoded limit set to 8 p.m. as the maximum hour of day displayed (ToDo: make this a plugin param, with the min hour of day also) ---------------------------------------------- r50665 | xavidp | 2014-04-04 08:38:40 +0200 (dv, 04 abr 2014) | 2 lines [FIX]Usability fix. Allow to predefine a date for the initial display of the calendar, needed for real use cases when the resources scheduled (rooms booked in a conference, etc) are days, weeks or months ahead of the current date (otherwise the system is not usable for end users in reality). [FIX]Usability Fix. Allow to define the first day of the week in the month view for that tracker calendar (it was hardcoded to be always Sunday). ---------------------------------------------- r50652 | jyhem | 2014-04-03 18:37:37 +0200 (dj, 03 abr 2014) | 1 line [FIX] Explain what the feature really does (thanks Jonny) ---------------------------------------------- r50644 | xavidp | 2014-04-03 12:21:08 +0200 (dj, 03 abr 2014) | 1 line [FIX]Usability Fix. Add some info for the tiki admin to explain what the settings related to 'Creation date constraint' in a tracker do. (shouldn't this 'Creation date constraint' be also applied to the tracker feature UI itself, and not only through PluginTracker? ) ---------------------------------------------- r50640 | fmg-sf | 2014-04-03 03:14:16 +0200 (dj, 03 abr 2014) | 1 line [FIX] two hierarchy levels to be stepped towards Tiki main page ---------------------------------------------- r50638 | xavidp | 2014-04-03 02:13:53 +0200 (dj, 03 abr 2014) | 1 line [FIX]Usability. Allow setting a default view, and allow to show/hide each button to change the view, in order to simplify the UI for end users in real use cases in which they can get lost before they can get the right data and view displayed for them. Fixes issue (5) in wish5177. Still pending issue (6), regarding how to predefine some focus date, specially useful when the scheduled activity is days or weeks (or months) ahead from the current date (Help needed with the Jquery magic). ---------------------------------------------- r50624 | lphuberdeau | 2014-04-02 18:44:27 +0200 (dc, 02 abr 2014) | 1 line [FIX] Possible SQL injection, again ---------------------------------------------- r50622 | jonnybradley | 2014-04-02 18:13:34 +0200 (dc, 02 abr 2014) | 1 line [MOD] cart: Remove check for quantity being above zero so items can be removed from the cart via AJAX (and zero quantity may be used for gift certificates etc) ---------------------------------------------- r50620 | lphuberdeau | 2014-04-02 18:11:47 +0200 (dc, 02 abr 2014) | 1 line [FIX] Potential SQL injection ---------------------------------------------- r50614 | jp_eagle | 2014-04-02 14:08:44 +0200 (dc, 02 abr 2014) | 1 line [FIX] fixed bug&wish list #5120, it caused ob_end_clean(): failed to delete buffer zlib output compression. ---------------------------------------------- r50613 | jp_eagle | 2014-04-02 13:58:11 +0200 (dc, 02 abr 2014) | 1 line [ENH] added google new 970x90 ads banner ---------------------------------------------- r50612 | jp_eagle | 2014-04-02 13:44:30 +0200 (dc, 02 abr 2014) | 1 line [MOD] corrected name of Simplified Chinese. ---------------------------------------------- r50611 | xavidp | 2014-04-02 13:10:51 +0200 (dc, 02 abr 2014) | 1 line [FIX]Distinguish the (truncatable) body of the message from the last lines added by Tiki. ---------------------------------------------- r50610 | xavidp | 2014-04-02 13:09:29 +0200 (dc, 02 abr 2014) | 1 line [FIX]Respect the environment, and keep a default setting similar to the previous behavior (which was not truncating), specially if you do not document this new feature in the corresponding page for end users at http://doc.tiki.org/Tiki12 . I hope 2500 chars is enough for most messages for sites upgrading to Tiki12, etc. ---------------------------------------------- r50609 | xavidp | 2014-04-02 08:38:07 +0200 (dc, 02 abr 2014) | 1 line afew more fixes and translations ---------------------------------------------- r50604 | jonnybradley | 2014-04-01 20:03:20 +0200 (dt, 01 abr 2014) | 1 line [FIX] tracker perms: Use Tracker_Item::canView to filter tracker items so proper logic and rules get applied (thanks LP) ---------------------------------------------- r50602 | jonnybradley | 2014-04-01 19:16:50 +0200 (dt, 01 abr 2014) | 1 line [FIX] perms: Update check_permission_either to support object permissions and apply object specific checking in tiki-view_tracker. More to come... (thanks Frank, Luci, Lindon, LP and all) Also added some doc comments ---------------------------------------------- r50593 | jonnybradley | 2014-03-31 19:03:05 +0200 (dl, 31 mar 2014) | 1 line [FIX] countdown: Catch badly formed end dates ---------------------------------------------- r50592 | jonnybradley | 2014-03-31 18:59:41 +0200 (dl, 31 mar 2014) | 1 line [FIX] tracker plugin: Don't set a default value for all "DropDown" type fields with a repeated (default) option, not just plain 'd' ones (thanks Xavi, does this fix wish5121?) ---------------------------------------------- r50591 | jonnybradley | 2014-03-31 18:43:33 +0200 (dl, 31 mar 2014) | 1 line [FIX] wikiplugin: is_html option should be true or false (or possibly 1 or 0) ---------------------------------------------- r50590 | jonnybradley | 2014-03-31 18:36:30 +0200 (dl, 31 mar 2014) | 1 line [FIX] parser: Revert r50586 (preserve some settings such as absolute_links...) as it stops pretty trackers working, sorry Xavi ---------------------------------------------- r50588 | jonnybradley | 2014-03-31 17:39:37 +0200 (dl, 31 mar 2014) | 1 line [FIX] newsletters: Same fix as r48415 but for the subject link as well this time, so you do actually send the revised edition as expected, not the saved one from last time (logic very hard to follow in the code, but thanks Bernard, addresses wish5179 hopefully) ---------------------------------------------- r50587 | jonnybradley | 2014-03-31 17:19:40 +0200 (dl, 31 mar 2014) | 1 line [FIX] avatars: Observe absolute_links in the parser so avatars work in newsletters ---------------------------------------------- r50586 | jonnybradley | 2014-03-31 16:44:31 +0200 (dl, 31 mar 2014) | 1 line [FIX] parser: When resetting the parser option, (if they have been set before) then preserve some settings such as absolute_links so that nested plugins (in newsletters for instance) keep their links absolute (thanks Xavi, addresses wish5162) ---------------------------------------------- r50585 | jonnybradley | 2014-03-31 13:51:34 +0200 (dl, 31 mar 2014) | 1 line [FIX] SYLV module: Try and get the jquery-ui tabs mode to cope better with several tabs (not perfect but optimised for 4, 5 or 6 tabs which is often the case) ---------------------------------------------- r50583 | luciash | 2014-03-31 08:03:29 +0200 (dl, 31 mar 2014) | 1 line [SEC] enhance permission check (thanks Marc) ---------------------------------------------- r50581 | lindonb | 2014-03-31 06:50:47 +0200 (dl, 31 mar 2014) | 1 line [FIX] tablesorter: Handle paginate parameter input properly, also in case not input perfectly by user ---------------------------------------------- r50579 | jonnybradley | 2014-03-30 19:57:02 +0200 (dg, 30 mar 2014) | 1 line [FIX] trackercalendar: Minor update for FullCalendar-Resourceviews to latest (just in case) ---------------------------------------------- r50578 | jonnybradley | 2014-03-30 19:15:12 +0200 (dg, 30 mar 2014) | 1 line [FIX] trackercalendar: Show event description on mouseover using the existing popup fields (thanks Xavi, part 4 of wish5177) ---------------------------------------------- r50576 | jonnybradley | 2014-03-30 19:09:05 +0200 (dg, 30 mar 2014) | 1 line [FIX] trackercalendar: If the user can't edit an event, go to the href on click (thanks Xavi, part 3 of wish5177) ---------------------------------------------- r50575 | amette | 2014-03-30 17:47:55 +0200 (dg, 30 mar 2014) | 2 lines [FIX] Twitter requires SSL nowadays ---------------------------------------------- r50574 | jonnybradley | 2014-03-30 16:42:17 +0200 (dg, 30 mar 2014) | 1 line [FIX] filegals: Only replace file data if actually resized (regression from a fix to remove untidy temp files in r50247, apologies) ---------------------------------------------- r50573 | jonnybradley | 2014-03-30 14:49:25 +0200 (dg, 30 mar 2014) | 1 line [FIX] maps: Override CSS for maps in ui-dialogs (layers div was all messed up) ---------------------------------------------- r50572 | jonnybradley | 2014-03-30 14:36:04 +0200 (dg, 30 mar 2014) | 1 line [FIX] captcha: Only include recaptcha_ajax.js if recaptcha_enabled and only for anonymous (thanks Frank) ---------------------------------------------- r50570 | fmg-sf | 2014-03-30 04:26:30 +0200 (dg, 30 mar 2014) | 1 line [FIX] Insert a space in Tiki Logs email change notification ---------------------------------------------- r50563 | jonnybradley | 2014-03-29 15:04:53 +0100 (ds, 29 mar 2014) | 1 line [FIX] kaltura: Default to https for service URL (thanks marclaporte) ---------------------------------------------- r50557 | lindonb | 2014-03-29 03:53:00 +0100 (ds, 29 mar 2014) | 1 line [SEC] tiki-print: enhance permission check (thanks luci) ---------------------------------------------- r50551 | jonnybradley | 2014-03-28 18:54:28 +0100 (dv, 28 mar 2014) | 1 line [FIX] kaltura: No $page var ---------------------------------------------- r50463 | xavidp | 2014-03-24 01:03:38 +0000 (Mon, 24 Mar 2014) | 1 line [ENH]Usability. As discussed in the March 2014 Webinar, remove the amount of text shown by default in each screen of the Profiles Wizard and add some screenshot to (almost) each profile (debug mode: for the time being I don't know what to add as screenshot). More text is shown when passing the mouse over the help icon. So far, screenshot images are from *.t.o remote sources; shall screenshots be bundled in the tiki file tree? ---------------------------------------------- r50461 | lindonb | 2014-03-24 00:25:00 +0000 (Mon, 24 Mar 2014) | 1 line [SEC] installer: Convert $_GET parameters related to multitiki to $_POST. Please test as I don't have a multiki running to test with. ---------------------------------------------- r50456 | jyhem | 2014-03-23 23:16:19 +0000 (Sun, 23 Mar 2014) | 1 line [ENH] Improve usability and user-friendliness of last page ---------------------------------------------- r50455 | xavidp | 2014-03-23 22:42:10 +0000 (Sun, 23 Mar 2014) | 1 line [FIX]Extra br removed ---------------------------------------------- r50450 | lindonb | 2014-03-23 21:53:32 +0000 (Sun, 23 Mar 2014) | 1 line [SEC] installer: Convert shortcut to step 4 into a $_POST instead of a $_GET so that it works (thanks Arild for testing) ---------------------------------------------- r50448 | xavidp | 2014-03-23 19:50:30 +0000 (Sun, 23 Mar 2014) | 1 line [FIX]Line Spacing ---------------------------------------------- r50446 | xavidp | 2014-03-23 19:29:42 +0000 (Sun, 23 Mar 2014) | 1 line updates to strings related to wizards with latest tpl changes in previous commits ---------------------------------------------- r50445 | xavidp | 2014-03-23 19:28:26 +0000 (Sun, 23 Mar 2014) | 1 line [FIX]Usability. Add warning to admins that demo profiles are not initially intended to production environments. ---------------------------------------------- r50444 | xavidp | 2014-03-23 19:27:14 +0000 (Sun, 23 Mar 2014) | 1 line [FIX]Make div wider to fit strings in one line also in some other tested langs ---------------------------------------------- r50443 | xavidp | 2014-03-23 19:01:53 +0000 (Sun, 23 Mar 2014) | 1 line [FIX]Usability: In the context of the discussions held during the last March 2014 Webinar (too much text in the setup wizard screen), some of the information is hidden in help boxes that show up on mouse over, like it happens with all tiki preferences in the other screens. Added a tip also to indicate to new tiki admins to mouse over those icons (suggestion received months ago in the same context of the webinar discussion: too much text: hide by default extra text to keep the interface cleaner). ---------------------------------------------- r50442 | jonnybradley | 2014-03-23 18:56:32 +0000 (Sun, 23 Mar 2014) | 1 line [FIX] maps: Locate tooltip relative to the viewPortDiv rather than the container ---------------------------------------------- r50441 | jonnybradley | 2014-03-23 18:12:37 +0000 (Sun, 23 Mar 2014) | 1 line [FIX] maps: Hover has to be activated before select control for both to work (thanks eromneg) ---------------------------------------------- r50440 | xavidp | 2014-03-23 18:03:03 +0000 (Sun, 23 Mar 2014) | 1 line updates to the only language files where Profiles Wizard was already translated ---------------------------------------------- r50439 | xavidp | 2014-03-23 18:02:13 +0000 (Sun, 23 Mar 2014) | 1 line [FIX]Usability. As discussed in the March 2014 Webinar of Tiki, renaming 'Profile' in the setup wizards into something more meaningful for new site admins not knowing the tiki jargon, but without replacing its current feature name. From 'Profiles' to 'Configuration Profiles' (Macros), etc. ---------------------------------------------- r50438 | xavidp | 2014-03-23 17:38:16 +0000 (Sun, 23 Mar 2014) | 1 line [ENH]Usability: Allow admins to click a shortcut to start the setup wizard screen (to access things like the Profile Wizard, suitable not only at installation time but also later on when willing to review some of the useful profiles to be applied in their sites, etc) ---------------------------------------------- r50436 | xavidp | 2014-03-23 17:17:36 +0000 (Sun, 23 Mar 2014) | 1 line All three wizards (Profiles, Admin, User) translated into Spanish finally ---------------------------------------------- r50435 | xavidp | 2014-03-23 17:16:44 +0000 (Sun, 23 Mar 2014) | 1 line a few more for the updates in the installer ---------------------------------------------- r50434 | xavidp | 2014-03-23 17:16:01 +0000 (Sun, 23 Mar 2014) | 1 line [FIX]Preselect Daily (and not minute) when no preferences set yet for the interval for the daily reports ---------------------------------------------- r50433 | jonnybradley | 2014-03-23 15:22:44 +0000 (Sun, 23 Mar 2014) | 1 line [MOD] modules: Add edit link to custom modules names ---------------------------------------------- r50432 | xavidp | 2014-03-23 13:42:28 +0000 (Sun, 23 Mar 2014) | 1 line A few more (profiles wizard translated into Catalan). Next commit to come, some update to the equivalent Spanish strings from the Catalan ones... ---------------------------------------------- r50429 | jonnybradley | 2014-03-22 14:09:27 +0000 (Sat, 22 Mar 2014) | 1 line [FIX] categories: Wrong logic for ampersand after type param ---------------------------------------------- r50425 | lphuberdeau | 2014-03-21 19:09:50 +0000 (Fri, 21 Mar 2014) | 1 line [ENH] Add a way to access the profile symbols from within templates ---------------------------------------------- r50421 | jonnybradley | 2014-03-21 16:14:52 +0000 (Fri, 21 Mar 2014) | 1 line [ENH] articles plugin: Param to allow using the "linkto" source URL to be used for articles - enables external feeds to be managed using the articles generator but still linking them to the original feed URL ---------------------------------------------- r50419 | luciash | 2014-03-21 16:05:23 +0000 (Fri, 21 Mar 2014) | 1 line [FIX] fivealive theme: some color fixes for menu items ---------------------------------------------- r50418 | jonnybradley | 2014-03-21 15:47:11 +0000 (Fri, 21 Mar 2014) | 2 lines [MOD] articles plugin: Set max per page to a sensible default (maxRecords pref) and remove dependency on pagination to avoid memory outage by default (seems there had been an attempt at this before but the var $countPagination was set conditionally but subsequently unused) ---------------------------------------------- r50415 | luciash | 2014-03-21 15:14:30 +0000 (Fri, 21 Mar 2014) | 1 line [FIX] fivealive theme: avoid bg contrast issue when topbar_modules menu wraps on two lines and better positioning of the search module there ---------------------------------------------- r50414 | luciash | 2014-03-21 14:57:38 +0000 (Fri, 21 Mar 2014) | 1 line [FIX] add subtle shadow to all ui-dialogs for better UX ---------------------------------------------- r50413 | luciash | 2014-03-21 14:47:24 +0000 (Fri, 21 Mar 2014) | 1 line cleaning up ---------------------------------------------- r50412 | luciash | 2014-03-21 13:55:17 +0000 (Fri, 21 Mar 2014) | 1 line [FIX] added missing "none" and "default" theme options to the Slideshow wikiplugin dropdown ---------------------------------------------- r50410 | jonnybradley | 2014-03-21 11:37:44 +0000 (Fri, 21 Mar 2014) | 1 line [FIX] title: Don't use route.php to guess the browser title (which always comes out as "Route"), but use the actual tiki-*.php file (in var $inclusion) instead ---------------------------------------------- r50406 | lphuberdeau | 2014-03-20 20:54:02 +0000 (Thu, 20 Mar 2014) | 1 line [FIX]?\194?\160Remove antique optimization that actually slows down the verification ---------------------------------------------- r50400 | lphuberdeau | 2014-03-20 15:29:47 +0000 (Thu, 20 Mar 2014) | 1 line [ENH] Make sure the object ID is cleaned-up before assigning permissions on it, as YAML sometimes pad spaces ---------------------------------------------- r50397 | luciash | 2014-03-20 12:44:21 +0000 (Thu, 20 Mar 2014) | 1 line [FIX] fivealive theme: fix for S5 to support transform: rotate() in Chrome and other browsers too (thanks xavi) ---------------------------------------------- r50395 | xavidp | 2014-03-20 12:33:32 +0000 (Thu, 20 Mar 2014) | 1 line [FIX]Avoid the recent regression related to the mysql error when applying the featured site profile 'Personal Blog and Profile 12x' (and probably others) complaining that use_items_icons and parse cannot be NULL ---------------------------------------------- r50393 | xavidp | 2014-03-20 09:12:09 +0000 (Thu, 20 Mar 2014) | 1 line a few fixes ---------------------------------------------- r50392 | luciash | 2014-03-19 18:19:05 +0000 (Wed, 19 Mar 2014) | 1 line [FIX] fivealive theme: float any fluffy menu placed on the very top to the right by default ---------------------------------------------- r50391 | luciash | 2014-03-19 17:31:06 +0000 (Wed, 19 Mar 2014) | 1 line [FIX] S5 presentations/slideshow: do not modify wikiplugin when nobody asked for it, added none option to select + fixes for https://dev.tiki.org/bug5169 (TODO: refactor duplicated code in tpl) ---------------------------------------------- r50387 | lphuberdeau | 2014-03-19 16:29:32 +0000 (Wed, 19 Mar 2014) | 1 line [ENH] Include the wysiwyg flag on wiki page profile export ---------------------------------------------- r50385 | lphuberdeau | 2014-03-19 14:17:59 +0000 (Wed, 19 Mar 2014) | 1 line [FIX]?\194?\160Preferences containing references to newly created object need to be left alone until the profile finished running (this is likely a regression) ---------------------------------------------- r50383 | luciash | 2014-03-19 11:30:52 +0000 (Wed, 19 Mar 2014) | 1 line [KIL] obsolete (old) slideshow feature: remove unused files ---------------------------------------------- r50380 | luciash | 2014-03-19 10:42:42 +0000 (Wed, 19 Mar 2014) | 1 line [FIX] Fivealive theme: menu hover highlight interferred with the theme options styles; they did not support it (TODO: add it to all the theme options and uncomment again?) ---------------------------------------------- r50376 | lindonb | 2014-03-19 03:44:12 +0000 (Wed, 19 Mar 2014) | 1 line [SEC] installer: Handle case when $tikiroot is blank ---------------------------------------------- r50373 | jonnybradley | 2014-03-18 17:31:51 +0000 (Tue, 18 Mar 2014) | 1 line [FIX] maps: When maps are inside a label element (e.g. in a tracker update_item serviceDialog) clicks to change the map location weren't getting through for some reason (possibly a jQuery update since Tiki 11?) so move the field inputs outside the labels and add a little jquery to restore the "label click" -> "input select" functionality. ---------------------------------------------- r50372 | xavidp | 2014-03-18 16:13:07 +0000 (Tue, 18 Mar 2014) | 1 line [FIX]Show link to User wizard (when enabled) in main menu only to Registered users ---------------------------------------------- r50369 | jonnybradley | 2014-03-18 14:01:04 +0000 (Tue, 18 Mar 2014) | 1 line Revert update of OpenLayers (in r49444) back to version 2.12. The ModifyFeature control has changed significantly and no longer works before. Hope to find a better fix after release of 12.1 ---------------------------------------------- r50367 | luciash | 2014-03-18 11:37:11 +0000 (Tue, 18 Mar 2014) | 1 line [FIX] Fivealive theme: there is no #tiki-top by default anymore so do not require menu_id=tiki-top param set on module for the top bar menu to look and behave correctly ---------------------------------------------- r50366 | jonnybradley | 2014-03-17 18:38:33 +0000 (Mon, 17 Mar 2014) | 1 line [FIX] maps: More fixes for the modify_feature mode as used in Cartograf - still more to do to support OpenLayers 2.13.1 properly (currently requires 2.12 as used in Tiki 11) and cosmetic weirdness when changing shape colours to be addressed... ---------------------------------------------- r50365 | jonnybradley | 2014-03-17 18:35:52 +0000 (Mon, 17 Mar 2014) | 1 line [MOD] maps: Use proper defaults to fill in missing style properties as recommended, and add a "vertex" rendering intent for future use (coming soon) ---------------------------------------------- r50363 | jyhem | 2014-03-17 14:24:10 +0000 (Mon, 17 Mar 2014) | 1 line [FIX] Fix Notice appearing in tiki-admin_system.php ---------------------------------------------- r50362 | jyhem | 2014-03-17 14:07:15 +0000 (Mon, 17 Mar 2014) | 1 line [FIX] Fix notice ---------------------------------------------- r50361 | jyhem | 2014-03-17 13:33:40 +0000 (Mon, 17 Mar 2014) | 1 line [FIX] Fix notification for case variable is zero ---------------------------------------------- r50359 | lindonb | 2014-03-16 23:16:08 +0000 (Sun, 16 Mar 2014) | 1 line [SEC] security admin: Add warnings if secure logins are not required and if the installer is not locked. ---------------------------------------------- r50353 | lindonb | 2014-03-16 21:05:55 +0000 (Sun, 16 Mar 2014) | 1 line [SEC] installer: make locking the installer the default option; add warning to encourage use of secure login; replace links with posts (was supposed to be in r50345) ---------------------------------------------- r50351 | jonnybradley | 2014-03-16 13:55:28 +0000 (Sun, 16 Mar 2014) | 1 line [FIX] services: Use message set in constructor ---------------------------------------------- r50350 | jonnybradley | 2014-03-16 13:54:52 +0000 (Sun, 16 Mar 2014) | 1 line [FIX] wiki: Raise not found exception if page not found ---------------------------------------------- r50345 | lindonb | 2014-03-15 21:54:01 +0000 (Sat, 15 Mar 2014) | 1 line [SEC] installer: Remove one log action that can cause errors and minor changes to other log messages to be more useful; convert more $_REQUESTS to $_POSTS by converting more queries to forms ---------------------------------------------- r50339 | lindonb | 2014-03-15 02:40:01 +0000 (Sat, 15 Mar 2014) | 1 line [SEC] installer: Log actions at key points during install. ---------------------------------------------- r50337 | xavidp | 2014-03-14 23:05:09 +0000 (Fri, 14 Mar 2014) | 1 line [FIX]Hide from authors the option to rate their own articles and their own comments to wiki pages. ---------------------------------------------- r50335 | lphuberdeau | 2014-03-14 19:08:43 +0000 (Fri, 14 Mar 2014) | 1 line [ENH] When exporting profiles, add special handling for the module plugin so it uses the module's parameter definitions ---------------------------------------------- r50334 | lphuberdeau | 2014-03-14 19:04:41 +0000 (Fri, 14 Mar 2014) | 1 line [ENH] Adding support for new parameters on the menu ---------------------------------------------- r50333 | luciash | 2014-03-14 18:27:23 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive theme: do not require menu_id=tiki-top param set on module for the top bar menu to look and behave correctly ---------------------------------------------- r50332 | luciash | 2014-03-14 17:44:06 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Watermelon option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50331 | luciash | 2014-03-14 17:43:09 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Raspberry option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50330 | luciash | 2014-03-14 17:42:05 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Plum option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50329 | luciash | 2014-03-14 17:41:03 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Orange option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50328 | luciash | 2014-03-14 17:38:28 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Lemon option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50327 | luciash | 2014-03-14 17:37:14 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Kiwi option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50326 | luciash | 2014-03-14 17:36:08 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Akebi option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50325 | luciash | 2014-03-14 17:33:30 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Grape option for S5: forgot the outer shadow ---------------------------------------------- r50323 | jyhem | 2014-03-14 17:07:50 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Don't display broken links for comments posted by anon users ---------------------------------------------- r50321 | luciash | 2014-03-14 16:52:28 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive Grape option theme: add missing matching styling for jQuery-UI and S5 slideshows ---------------------------------------------- r50320 | jonnybradley | 2014-03-14 16:43:58 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] trackers: Use relative version icon src as value if possible for better portability (using a new function as it's needed elsewhere and i couldn't find one) ---------------------------------------------- r50319 | luciash | 2014-03-14 16:43:52 +0000 (Fri, 14 Mar 2014) | 1 line [FIX] Fivealive theme: add missing matching styling for jQuery-UI and S5 slideshows (options follow) ---------------------------------------------- r50312 | xavidp | 2014-03-13 20:35:23 +0000 (Thu, 13 Mar 2014) | 1 line A few more ---------------------------------------------- r50311 | xavidp | 2014-03-13 20:34:12 +0000 (Thu, 13 Mar 2014) | 1 line [FIX]Usability: warn the admin about a preference that needs to be disabled in order to get the form to rate comments on wiki pages working. Thanks twilli for reporting the issue related (Re: https://dev.tiki.org/wish5165 ) ---------------------------------------------- r50309 | jonnybradley | 2014-03-13 18:33:30 +0000 (Thu, 13 Mar 2014) | 1 line [FIX] trackers: Export raw icon src in csv mode ---------------------------------------------- r50308 | xavidp | 2014-03-13 17:28:19 +0000 (Thu, 13 Mar 2014) | 1 line [FIX]The right preference name was wiki_simple_ratings ---------------------------------------------- r50305 | xavidp | 2014-03-13 16:23:16 +0000 (Thu, 13 Mar 2014) | 1 line [FIX]A new preference and permission related to ratings in wiki pages added to the Rating admin panel ---------------------------------------------- r50303 | jonnybradley | 2014-03-13 12:21:39 +0000 (Thu, 13 Mar 2014) | 1 line [FIX] socialnetworks: Avoid conflict between terms & conditions and fb first login form - more robust fix to come when not merging with trunk (thanks BSfez and luciash) ---------------------------------------------- r50302 | jonnybradley | 2014-03-13 12:17:54 +0000 (Thu, 13 Mar 2014) | 1 line [FIX] socialnetworks: Facebook login form appears in a colorbox, so display middle without module zones etc ---------------------------------------------- r50301 | xavidp | 2014-03-13 08:27:03 +0000 (Thu, 13 Mar 2014) | 1 line [FIX]Usabiity: show the pref to enable voting in comments also in the admin rating panel, and the permission needed also to display comments in wiki pages for users, in order to be comprehensive with the information shown about the perms involved. Thanks twilli. Also removed 'tiki_p_' from all permission names displayed in that admin panel to make them fit better in the space available, and since it is just some sort of quick reminder of what to look for (and tiki_p_ is common for all so not critical info there). ---------------------------------------------- r50300 | xavidp | 2014-03-13 08:21:28 +0000 (Thu, 13 Mar 2014) | 1 line [FIX]Usability: add a new case to display the rating icon as enabled in the admin panels ---------------------------------------------- r50296 | jonnybradley | 2014-03-12 18:22:25 +0000 (Wed, 12 Mar 2014) | 1 line [FIX] socialnetworks: Add space between link a text ---------------------------------------------- r50295 | jonnybradley | 2014-03-12 18:21:26 +0000 (Wed, 12 Mar 2014) | 1 line [FIX] socialnetworks: Move the facebook login button inside the form so it appears ok in popup mode, and don't be so greedy by default with perms required from fb. ---------------------------------------------- r50291 | lphuberdeau | 2014-03-12 16:52:54 +0000 (Wed, 12 Mar 2014) | 1 line [ENH] Adding properties to improve profile export ---------------------------------------------- r50281 | jonnybradley | 2014-03-11 12:57:06 +0000 (Tue, 11 Mar 2014) | 1 line [FIX] maps: Fix modify_feature tool following OpenLayers ModifyFeature change in OL 2.13.1 (used in Cartograf) ---------------------------------------------- r50280 | jonnybradley | 2014-03-11 12:51:35 +0000 (Tue, 11 Mar 2014) | 1 line [FIX] maps: map search event trigger namspaces were the wrong way round (for use in external custom js) ---------------------------------------------- r50277 | lindonb | 2014-03-10 05:17:29 +0000 (Mon, 10 Mar 2014) | 1 line [SEC] installer: Replace $_REQUEST with $_POST where possible; filter input where necessary; require credentials each time installer is entered regardless of session values. ---------------------------------------------- r50269 | lindonb | 2014-03-09 02:15:31 +0000 (Sun, 09 Mar 2014) | 1 line [SEC] installer: Revert r50025 in favor of a different approach to database connection security ---------------------------------------------- r50268 | lindonb | 2014-03-09 02:06:07 +0000 (Sun, 09 Mar 2014) | 1 line [SEC] installer: Revert r50037 in favor of a different approach to database connection security ---------------------------------------------- r50266 | lindonb | 2014-03-08 19:35:00 +0000 (Sat, 08 Mar 2014) | 1 line [SEC] report string in db: Require full admin privileges; $_POST instead of $_REQUEST; filter and whitelist table and column names; escape html in tpl file; also added table formatting and translation ---------------------------------------------- r50260 | lindonb | 2014-03-08 16:02:24 +0000 (Sat, 08 Mar 2014) | 2 lines [FIX] forum import: Revert r46727 and r49710 - avoid fatal errors by restoring comments lib and class used for list_forums function call; use proper variable for temp folder so that file to be imported can be found; handle null values causing server errors for some fields; improve parsing which was mangling forums posts; keep php line breaks from displaying in the imported forum posts. [SEC] forum import: parameterize database insert; change $_REQUEST to $_POST and filter ---------------------------------------------- r50259 | xavidp | 2014-03-07 21:08:19 +0000 (Fri, 07 Mar 2014) | 1 line some more ---------------------------------------------- r50256 | arildb | 2014-03-07 19:24:11 +0000 (Fri, 07 Mar 2014) | 2 lines [REVERT][r50254][FIX] Display product name in shopping cart. Fix should be done in profile. thanks jonnyb ---------------------------------------------- r50255 | arildb | 2014-03-07 18:51:38 +0000 (Fri, 07 Mar 2014) | 1 line [FIX] change page names ---------------------------------------------- r50254 | arildb | 2014-03-07 18:01:27 +0000 (Fri, 07 Mar 2014) | 1 line [FIX] Display product name in shopping cart ---------------------------------------------- r50252 | jyhem | 2014-03-07 14:56:44 +0000 (Fri, 07 Mar 2014) | 1 line [FIX] get the correct modules in the page when module section visbility is used ---------------------------------------------- r50249 | arildb | 2014-03-07 13:11:47 +0000 (Fri, 07 Mar 2014) | 1 line [FIX] Initialize output ---------------------------------------------- r50247 | jonnybradley | 2014-03-06 21:04:02 +0000 (Thu, 06 Mar 2014) | 1 line [FIX] filegals: Remove the temp file if required, even if no resizing was performed when doing transformImage ---------------------------------------------- r50246 | jonnybradley | 2014-03-06 21:02:49 +0000 (Thu, 06 Mar 2014) | 2 lines [FIX] jcapture: Don't send the image data back when files are stored in the database, causes json encoding to fail and isn't needed anyway. Thanks arildb ---------------------------------------------- r50237 | jonnybradley | 2014-03-06 19:15:29 +0000 (Thu, 06 Mar 2014) | 1 line [FIX] jcapture: Hopefully a fix for jCapture - composer and svn (and sourceforge plus caching) is extra confusing, seems to work for me locally now... ---------------------------------------------- r50233 | jonnybradley | 2014-03-06 17:55:02 +0000 (Thu, 06 Mar 2014) | 1 line [FIX] list: Another go at hiding empty header rows in the table template, avoiding template-specific creep this time ---------------------------------------------- r50232 | jonnybradley | 2014-03-06 17:46:17 +0000 (Thu, 06 Mar 2014) | 1 line Revert r50230: Wrong place for "[FIX] list: Hide header row in table template if empty" (thanks LP) ---------------------------------------------- r50230 | jonnybradley | 2014-03-06 17:29:45 +0000 (Thu, 06 Mar 2014) | 1 line [FIX] list: Hide header row in table template if empty ---------------------------------------------- r50228 | xavidp | 2014-03-06 12:05:19 +0000 (Thu, 06 Mar 2014) | 1 line [FIX]Add missing tr tags and place the colon inside the translatable string (needed for French translation, as far as I remember, even if I know no French unluckily :-/ ) ---------------------------------------------- r50227 | jonnybradley | 2014-03-06 11:51:21 +0000 (Thu, 06 Mar 2014) | 1 line [MOD] Some refactoring for simplification of the TikiKart profile ---------------------------------------------- r50225 | xavidp | 2014-03-06 10:53:33 +0000 (Thu, 06 Mar 2014) | 1 line [FIX]Unclear naming of feature ---------------------------------------------- r50222 | jonnybradley | 2014-03-05 18:26:23 +0000 (Wed, 05 Mar 2014) | 1 line [FIX] cart: Oops, stray </td> tag ---------------------------------------------- r50218 | jonnybradley | 2014-03-05 16:19:14 +0000 (Wed, 05 Mar 2014) | 1 line [FIX] wysiwyg: Don't filter plugin args when executing them for WYSIWYG as it removes wiki {{args}} for instance from the page source (thanks LP) ---------------------------------------------- r50216 | jonnybradley | 2014-03-05 15:42:59 +0000 (Wed, 05 Mar 2014) | 1 line [FIX] wysiwyg: Sort of revert of r49697 because {CODE} plugins (& possibly others) were leaving ~/np~ behind when parsing for the editor. So restore removal of them for html format plugins. ---------------------------------------------- r50213 | xavidp | 2014-03-05 11:02:37 +0000 (Wed, 05 Mar 2014) | 1 line [FIX]Usability: 20 chars is way too short of the forum post title for email programs. Raised to 50 chars. In any case, most email programs allow the user to shorten the width of the subject if desired in narrower screens, but they can't guess what was the title about if the information is not in the message subject in case they have some more space for reading more of the subject when some space is available in the screen. Common daily use case: t.o forums.... ---------------------------------------------- r50208 | lindonb | 2014-03-05 02:18:34 +0000 (Wed, 05 Mar 2014) | 2 lines [SEC] featured links: parameterize query used to update links [FIX] featured links: faulty logic and missing hidden input from the form was causing the update function to never be called - a new link was being added instead, causing the hits history to be lost ---------------------------------------------- r50203 | jonnybradley | 2014-03-04 15:05:13 +0000 (Tue, 04 Mar 2014) | 1 line [FIX] trackers: Function get_pretty_fieldIds failed if the template path started with "templates/" as this gets appended in $smarty->get_filename (strangely enough the second time the tpl is accessed using $smarty->fetch it works fine with or without templates/ at the start) Thanks BSfez ---------------------------------------------- r50201 | jonnybradley | 2014-03-04 11:45:46 +0000 (Tue, 04 Mar 2014) | 1 line [ENH] cart: Parameter to optionally show plus, minus and remove icons to items in the cart ---------------------------------------------- r50199 | xavidp | 2014-03-04 10:12:44 +0000 (Tue, 04 Mar 2014) | 1 line [FIX]Get the subject properly translated also for the article watch notification email. And one more line of spacing above title (in email body message). ---------------------------------------------- r50198 | xavidp | 2014-03-04 09:59:09 +0000 (Tue, 04 Mar 2014) | 1 line [FIX]Usability: allow specifying by hand email addresses to be notified, also when editing an already published article (you may be interested in notifying external emails also from important changes to the article). ---------------------------------------------- r50197 | xavidp | 2014-03-04 09:52:47 +0000 (Tue, 04 Mar 2014) | 1 line another bunch of strings translated ---------------------------------------------- r50195 | xavidp | 2014-03-03 22:35:31 +0000 (Mon, 03 Mar 2014) | 1 line [FIX]Add user as default value in the author field to prevent permission issues saving articles while leaving empty that fied ---------------------------------------------- r50193 | xavidp | 2014-03-03 20:05:17 +0000 (Mon, 03 Mar 2014) | 1 line [MOD]Improve readability of notification message (first content, later dates and unscrubscribe url, etc) ---------------------------------------------- r50192 | jonnybradley | 2014-03-03 19:45:26 +0000 (Mon, 03 Mar 2014) | 2 lines [FIX] articles: Check for a registered $user when calculating "owner can edit" (think i got all of them) Seems articles from upgraded sites may be missing the author field - thanks Xavi ---------------------------------------------- r50191 | xavidp | 2014-03-03 19:43:27 +0000 (Mon, 03 Mar 2014) | 1 line [FIX]Show link to stop receiving notifications only if there is some watchId (a user watching, etc), but don't show it in other cases (a user may be manually sending a copy by email to someone at article edition time - there is a feature in articles that allows that...). ---------------------------------------------- r50190 | xavidp | 2014-03-03 19:36:08 +0000 (Mon, 03 Mar 2014) | 1 line [FIX]Allow getting the full sentence translated (also the mail_action) ---------------------------------------------- r50189 | xavidp | 2014-03-03 19:15:13 +0000 (Mon, 03 Mar 2014) | 1 line [FIX]Add some side-spacing to the title when comments shown below item (inside a box) ---------------------------------------------- r50184 | xavidp | 2014-03-03 13:11:19 +0000 (Mon, 03 Mar 2014) | 1 line [FIX]Minimum height set for title in forum thread topic for anonymous so that it can be fully read with fivealive-lite themes. ---------------------------------------------- r50183 | luciash | 2014-03-03 11:42:22 +0000 (Mon, 03 Mar 2014) | 1 line [KIL] remove old unused obsolete slides dir ---------------------------------------------- r50182 | jonnybradley | 2014-03-03 11:42:00 +0000 (Mon, 03 Mar 2014) | 1 line [FIX] diff: Initialise some vars ---------------------------------------------- r50181 | jonnybradley | 2014-03-03 11:37:29 +0000 (Mon, 03 Mar 2014) | 1 line [FIX] diff: Use PCRE_UTF8 modifier on preg functions when calculating diff - was making utf-8 non-ascii chars disappear from the output (thanks luciash, should solve wish5091?) ---------------------------------------------- r50180 | luciash | 2014-03-03 11:33:40 +0000 (Mon, 03 Mar 2014) | 1 line [KIL] remove old unused obsolete slideshow feature styles ---------------------------------------------- r50178 | xavidp | 2014-03-03 08:44:51 +0000 (Mon, 03 Mar 2014) | 1 line [FIX]Include two more cases to display the link to admin rating as active in admin panels ---------------------------------------------- r50173 | lindonb | 2014-03-03 03:36:04 +0000 (Mon, 03 Mar 2014) | 1 line [SEC] directory search: Filter inputs; refactor slightly to make it more obvious which variables are based on user input; fix some notices ---------------------------------------------- r50169 | dabright | 2014-03-02 22:54:52 +0000 (Sun, 02 Mar 2014) | 3 lines [bp/r50161] [FIX] Add a skipalias option to WANTEDPAGES so that it will not display wanted links that are defined with a page alias. Wish #2729. [bp/r50161] [FIX] Remove the non-breaking space HTML entities from the WANTEDPAGES display table header. Wish #5160. ---------------------------------------------- r50168 | xavidp | 2014-03-02 22:53:48 +0000 (Sun, 02 Mar 2014) | 1 line [FIX]Syntax to check the absence of a setting as y (and not necessarily = n) ---------------------------------------------- r50163 | lindonb | 2014-03-02 21:07:17 +0000 (Sun, 02 Mar 2014) | 1 line [SEC] banning: Remove where parameter since it doesn't seem to be used and would likely need reworking to function ---------------------------------------------- r50160 | xavidp | 2014-03-02 19:15:58 +0000 (Sun, 02 Mar 2014) | 1 line [FIX]Fix Link to article permissions: permType seems to be called articles and not cms anymore. ---------------------------------------------- r50156 | lindonb | 2014-03-02 18:51:07 +0000 (Sun, 02 Mar 2014) | 2 lines [SEC] accounting: tighten up validation byt using a whitelist; alter r50145 to return $error instead of false to stop creation/change of accounts when there are errors [FIX] accounting: correct invalid smarty variables keeping some submit buttons from working ---------------------------------------------- r50155 | jonnybradley | 2014-03-02 14:46:16 +0000 (Sun, 02 Mar 2014) | 1 line [FIX] maps: Fix style for draw tools so you can see what you're doing (required after changes to defaultStyles in tiki-maps.js) ---------------------------------------------- r50149 | xavidp | 2014-03-02 10:12:17 +0000 (Sun, 02 Mar 2014) | 1 line [FIX]Fix the description of the needed settings to enable user ratings on forums. ---------------------------------------------- r50145 | lindonb | 2014-03-02 07:38:00 +0000 (Sun, 02 Mar 2014) | 2 lines [FIX] accounting: avoid system errors when creating a book or account [SEC] accounting: validate query parameters ---------------------------------------------- r50141 | lindonb | 2014-03-02 00:45:22 +0000 (Sun, 02 Mar 2014) | 1 line [SEC] user messages: validate flag parameter ---------------------------------------------- r50138 | jonnybradley | 2014-03-01 14:01:05 +0000 (Sat, 01 Mar 2014) | 1 line [FIX] ratings: Check relevant wiki_vote_ratings perm to allow rating ---------------------------------------------- r50137 | lphuberdeau | 2014-02-28 20:00:18 +0000 (Fri, 28 Feb 2014) | 1 line [ENH] Also accept page names ---------------------------------------------- r50136 | lphuberdeau | 2014-02-28 19:22:53 +0000 (Fri, 28 Feb 2014) | 1 line [ENH]?\194?\160Make sure the profile exporter knows about the trackerId arguments in fitnesse body, fix link to tracker ---------------------------------------------- r50135 | lphuberdeau | 2014-02-28 19:14:29 +0000 (Fri, 28 Feb 2014) | 1 line [FIX] Exporting empty references should not be considered unknown ---------------------------------------------- r50134 | lphuberdeau | 2014-02-28 18:51:26 +0000 (Fri, 28 Feb 2014) | 1 line [FIX]?\194?\160Broken plugin post-save handlers ---------------------------------------------- r50133 | lphuberdeau | 2014-02-28 18:41:03 +0000 (Fri, 28 Feb 2014) | 1 line [FIX] Strange display error, caused by code that never should have been written ---------------------------------------------- r50132 | jonnybradley | 2014-02-28 14:53:14 +0000 (Fri, 28 Feb 2014) | 1 line [FIX] trackers: Strip tags from ItemLink and ItemsList labels made from multiple fields when used inside a link (thanks BSfez) ---------------------------------------------- r50131 | eromneg | 2014-02-28 13:42:53 +0000 (Fri, 28 Feb 2014) | 1 line [ENH] [bp 50130] add new plugin y/n parameter page_edit_icon which allows/disallows the edit icon to edit the included page to be shown - defaults to 'y' ---------------------------------------------- r50127 | luciash | 2014-02-27 23:24:24 +0000 (Thu, 27 Feb 2014) | 1 line [FIX] Do not force non-ssl, instead, let the browser choose (four more occurences) ---------------------------------------------- r50126 | luciash | 2014-02-27 23:13:13 +0000 (Thu, 27 Feb 2014) | 1 line [FIX] allow none jQuery UI theme choice to enable theme specific options for jQuery UI and avoid !important overrides ---------------------------------------------- r50125 | luciash | 2014-02-27 23:11:43 +0000 (Thu, 27 Feb 2014) | 1 line [FIX] Do not force non-ssl, instead, let the browser choose + allow none jQuery UI theme choice to enable theme specific options for jQuery UI and avoid !important overrides ---------------------------------------------- r50124 | jyhem | 2014-02-27 18:03:21 +0000 (Thu, 27 Feb 2014) | 1 line [FIX] Fixes issue wish5156 (html plugin in articles) caused by revision r48131 (thanks jonny for the hint) ---------------------------------------------- r50123 | xavidp | 2014-02-27 17:14:45 +0000 (Thu, 27 Feb 2014) | 1 line [bp/r50109][FIX]Update identifier field list on incremental update as required. Thanks lphuberdeau ---------------------------------------------- r50122 | xavidp | 2014-02-27 16:47:14 +0000 (Thu, 27 Feb 2014) | 1 line [bp/r50113][ENH]Make the wizard 'tip' slightly less omnipresent. thks lphuberdeau ---------------------------------------------- r50117 | jonnybradley | 2014-02-27 12:22:24 +0000 (Thu, 27 Feb 2014) | 1 line [FIX] cart: Show proper count of items in cart (two of the same thing is still two items, thanks BSfez) ---------------------------------------------- r50110 | xavidp | 2014-02-26 19:50:45 +0000 (Wed, 26 Feb 2014) | 1 line [FIX]Usability: if PluginArticles is set to display only some topicId or type, and actions param is set, then the link at the bottom a add a new article will keep those params previously set. ---------------------------------------------- r50107 | xavidp | 2014-02-26 18:51:52 +0000 (Wed, 26 Feb 2014) | 1 line a few translations improved ---------------------------------------------- r50106 | jonnybradley | 2014-02-26 18:31:39 +0000 (Wed, 26 Feb 2014) | 1 line [FIX] filegals: Obey "public" gallery property when choosing galleries to show in the moveto menu (thanks eromneg) ---------------------------------------------- r50104 | xavidp | 2014-02-26 18:27:59 +0000 (Wed, 26 Feb 2014) | 1 line [FIX]Usability: allow admins to predefine links for their users to directly access a form to post an article with predefined topicId and/or type. ---------------------------------------------- r50101 | jonnybradley | 2014-02-26 17:51:22 +0000 (Wed, 26 Feb 2014) | 1 line [MOD] cart: Add postPaymentURL param to redirect to once the payment invoice has been generated to allow customisation of the payment experience with "pretty tracker" wiki pages ---------------------------------------------- r50098 | xavidp | 2014-02-26 16:52:35 +0000 (Wed, 26 Feb 2014) | 1 line [FIX]Usability: Warn the admins that they can also predefine notification emails for article topics when they re-edit the topic after its creation ---------------------------------------------- r50097 | xavidp | 2014-02-26 16:45:18 +0000 (Wed, 26 Feb 2014) | 1 line [FIX]Usability: warn admin that the option to add notification emails per article topic will be shown when the topic is re-edited after its creation. ---------------------------------------------- r50096 | xavidp | 2014-02-26 16:43:41 +0000 (Wed, 26 Feb 2014) | 1 line [FIX]Don't throw an error when editing an article topic and no email is set ---------------------------------------------- r50091 | xavidp | 2014-02-26 12:21:07 +0000 (Wed, 26 Feb 2014) | 1 line [FIX]Re-add Friendship Network to the Admin Wizard since it has been revamped and apparently eased its configuration also in Tiki12. Thanks marclaporte ---------------------------------------------- r50089 | xavidp | 2014-02-25 22:57:06 +0000 (Tue, 25 Feb 2014) | 1 line [ENH]Provide geolocation capabilities to blog posts from profiles (tested with profile 'Easy Blog' and works nicely) ---------------------------------------------- r50085 | xavidp | 2014-02-25 18:03:11 +0000 (Tue, 25 Feb 2014) | 1 line [MOD]Display a similar box and content to the one in trunk to open the configuration wizards from the admin panels, but adapted to non-bootstrap classes, etc. (and therefore remove the small squared button with no text next to the search filter). Once the new tiki admins (that didn't install the tiki site) know about it, they can remove the box from there. ---------------------------------------------- r50084 | jonnybradley | 2014-02-25 15:36:18 +0000 (Tue, 25 Feb 2014) | 1 line [MOD] cart: Add total cart weight param to order tracker profile params ---------------------------------------------- r50082 | jonnybradley | 2014-02-25 15:01:42 +0000 (Tue, 25 Feb 2014) | 1 line [FIX] modules: Stop making the custom module textarea so tiny - default size looks fine ---------------------------------------------- r50080 | xavidp | 2014-02-25 13:47:42 +0000 (Tue, 25 Feb 2014) | 1 line [FIX]Avoid overlapping between date and body in comments ---------------------------------------------- r50079 | xavidp | 2014-02-25 13:32:31 +0000 (Tue, 25 Feb 2014) | 1 line [FIX]Oups, intended to go with the previous commit r50078: Avoid showing watch icons when through PluginArticles because it doesn't respect the filters like topic or type usually set in PluginArticles, and because it's disturbing anyway even in standard conditions as broken feature when from PluginArticles. ---------------------------------------------- r50078 | xavidp | 2014-02-25 13:29:22 +0000 (Tue, 25 Feb 2014) | 1 line [FIX]Avoid showing watch icons when through PluginArticles because it doesn't respect the filters like topic or type usually set in PluginArticles, and because it's disturbing anyway even in standard conditions as broken feature when from PluginArticles. ---------------------------------------------- r50077 | xavidp | 2014-02-25 13:16:08 +0000 (Tue, 25 Feb 2014) | 1 line [FIX]Avoid showing header links when through PluginArticles to keep previous behavior ---------------------------------------------- r50074 | xavidp | 2014-02-24 21:04:13 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]fix case for both conditions ---------------------------------------------- r50073 | xavidp | 2014-02-24 20:44:15 +0000 (Mon, 24 Feb 2014) | 1 line a few more strings translated to keep consistency with Rating translation ---------------------------------------------- r50071 | xavidp | 2014-02-24 16:34:30 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Align to the right ---------------------------------------------- r50070 | xavidp | 2014-02-24 16:32:29 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Remove label from results in articles list ---------------------------------------------- r50069 | xavidp | 2014-02-24 16:28:52 +0000 (Mon, 24 Feb 2014) | 1 line a few strings updated ---------------------------------------------- r50067 | xavidp | 2014-02-24 16:18:42 +0000 (Mon, 24 Feb 2014) | 1 line [ENH]Improve the tips about how to make the Users Rating on articles work ---------------------------------------------- r50066 | xavidp | 2014-02-24 16:06:40 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Remove property not needed any more. ---------------------------------------------- r50065 | xavidp | 2014-02-24 16:05:59 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Fix compact layout of rating results averagae (aside of the label) to avoid issues with non hidden css property under some circumstances and/or browsers. ---------------------------------------------- r50063 | xavidp | 2014-02-24 13:22:30 +0000 (Mon, 24 Feb 2014) | 1 line [ENH]Allow showing the "Users Rating" , in a similar way to the "Author Rating", in the list of articles. ---------------------------------------------- r50062 | xavidp | 2014-02-24 13:01:25 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Port latest fixes in articles to mobile display also ---------------------------------------------- r50061 | xavidp | 2014-02-24 12:41:01 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Fix link to show comments when search engine friendly was off (there was an & missing before show_comzone=y and WSOD produced) ---------------------------------------------- r50060 | xavidp | 2014-02-24 12:28:23 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Display only 'users rating'-related features if the article type is set to allow them ---------------------------------------------- r50059 | xavidp | 2014-02-24 11:46:00 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Usability. Show link to "Read more" only if there is some more content to be shown (body not empty). Additionally, if there is no more to show (empty body), and user can rate article, allow the user to rate the article from 'view articles' list. ---------------------------------------------- r50058 | xavidp | 2014-02-24 10:56:18 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Usability. Show links to common actions with articles for users with perms to perform them. ---------------------------------------------- r50057 | xavidp | 2014-02-24 10:52:18 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Remove redundant if clause ---------------------------------------------- r50056 | xavidp | 2014-02-24 10:37:24 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Usability. Show links to common actions with articles for users with perms to perform them. Disable those links by default when articles shown through plugin Articles to keep previous behavior for custom output with that plugin. ---------------------------------------------- r50055 | xavidp | 2014-02-24 08:21:00 +0000 (Mon, 24 Feb 2014) | 1 line [FIX]Typos ---------------------------------------------- r50053 | eromneg | 2014-02-24 07:48:23 +0000 (Mon, 24 Feb 2014) | 1 line [FIX} update the confusing text description in the file galleries edit screen for the 'public' field in the tiki_files_galleries table so that it is clearer that this is a type of 'lock' function ---------------------------------------------- r50049 | marclaporte | 2014-02-24 06:21:35 +0000 (Mon, 24 Feb 2014) | 1 line add a warning about using wiki cache ---------------------------------------------- r50047 | lindonb | 2014-02-24 06:18:06 +0000 (Mon, 24 Feb 2014) | 1 line [SEC] installer: filter more user inputs ---------------------------------------------- r50042 | lindonb | 2014-02-24 05:19:23 +0000 (Mon, 24 Feb 2014) | 1 line [SEC] sql log: filter user input ---------------------------------------------- r50037 | lindonb | 2014-02-24 00:30:17 +0000 (Mon, 24 Feb 2014) | 1 line [SEC] installer: Check prefs before filtering user input. Changes filtering logic added in r50025 ---------------------------------------------- r50026 | lindonb | 2014-02-23 06:39:55 +0000 (Sun, 23 Feb 2014) | 1 line [SEC] social networks: filter user input ---------------------------------------------- r50025 | lindonb | 2014-02-23 05:59:18 +0000 (Sun, 23 Feb 2014) | 1 line [SEC] installer: filter user input ---------------------------------------------- r50024 | marclaporte | 2014-02-23 01:26:02 +0000 (Sun, 23 Feb 2014) | 1 line Improving documentation of Tiki Check. When you lock-up everything, as suggested by Tiki Check, you discover that some of the things are needed :-) ---------------------------------------------- r50023 | nkoth | 2014-02-23 01:02:09 +0000 (Sun, 23 Feb 2014) | 2 lines [FIX] When you have multiple category fields, some with tree with decendants, the ones that follow that are without descendants will wrongly show the ones from before. ---------------------------------------------- r50011 | xavidp | 2014-02-21 21:40:37 +0000 (Fri, 21 Feb 2014) | 1 line [FIX]Add icon for Image Galleries and Images from Image Galleries in the since_last_visit_new module in jquery mode, since it was missing as shown in tiki.org community site (image galleries are being used still there, as an example). ---------------------------------------------- r50010 | xavidp | 2014-02-21 21:01:31 +0000 (Fri, 21 Feb 2014) | 1 line [FIX]Usability fix: Move advanced rating to the bottom of the page, so that the admin can see the extra fieldset with its own form shown when advanced ratnig is enabled. ---------------------------------------------- r50008 | xavidp | 2014-02-21 19:05:29 +0000 (Fri, 21 Feb 2014) | 1 line [FIX]Fix link to 'Rating' in general, and not necessarily to 'Advanced Rating'. And enable the link in the admin panels for more cases related to rating. ---------------------------------------------- r50006 | xavidp | 2014-02-21 18:21:19 +0000 (Fri, 21 Feb 2014) | 1 line [FIX]Display detailed results more compact in one line in most cases (title in two lines) without percentage by default (horizontal bar below already are visual indicators or percentage), and add a preference to provide explicit percentage also in the results. Fix labels in the forum thread list columns indicating what are those numbers shown below in their respective columns. ---------------------------------------------- r50002 | jonnybradley | 2014-02-21 17:00:01 +0000 (Fri, 21 Feb 2014) | 1 line [FIX] cart: Make update button work in ajax mode and fire complete event when done ---------------------------------------------- r50001 | lphuberdeau | 2014-02-21 16:37:38 +0000 (Fri, 21 Feb 2014) | 1 line [MOD] Adding :preference_name$ syntax to expand values into profiles at object creation, only applies to public preferences (whitelist) ---------------------------------------------- r49998 | jonnybradley | 2014-02-21 15:57:03 +0000 (Fri, 21 Feb 2014) | 1 line [FIX] structures: Fixes for {toc} plugin in type=admin mode when in a wiki page: hide add, move & delete icon buttons (as they don't work here), and fix parent_id confusion when not at the top of the structure ---------------------------------------------- r49995 | jonnybradley | 2014-02-21 15:37:29 +0000 (Fri, 21 Feb 2014) | 1 line [FIX] structures: Remove redundant (and faulty) href from structure nodes ---------------------------------------------- r49993 | jonnybradley | 2014-02-21 15:14:49 +0000 (Fri, 21 Feb 2014) | 1 line [FIX] ajax: Generic fix for {query} and related smarty functions not to create links to tiki-ajax_services.php but use the HTTP_REFERER instead ---------------------------------------------- r49992 | jonnybradley | 2014-02-21 15:13:22 +0000 (Fri, 21 Feb 2014) | 1 line [FIX] structures: Revert r49960 as structure admin can be used in the {toc} plugin also, so hard-coding the links to tiki-edit_structure is no good ---------------------------------------------- r49991 | jonnybradley | 2014-02-21 14:23:41 +0000 (Fri, 21 Feb 2014) | 1 line [FIX] filegals: Use object or category perms to decide if users can move files or galleries around, rather than only global perms (thanks eromneg) ---------------------------------------------- r49989 | xavidp | 2014-02-21 13:48:27 +0000 (Fri, 21 Feb 2014) | 1 line [FIX]Display consistency: icons inside fieldsets shown at 32px width, and make them fit in the first line without changing layout of other options. ---------------------------------------------- r49988 | xavidp | 2014-02-21 13:27:07 +0000 (Fri, 21 Feb 2014) | 1 line [FIX]Add missing icons (consistency) ---------------------------------------------- r49987 | xavidp | 2014-02-21 13:15:47 +0000 (Fri, 21 Feb 2014) | 1 line [FIX]Remove feature friends (unmaintained for long and feature with non-clear future) and replace it with the checkbox to allow enabling share and social_networks. Also add settings expected in production environments (based on feedback with tiki site admins) to handle Real Name preferences, and Contact us feature. ---------------------------------------------- r49975 | jonnybradley | 2014-02-20 12:02:46 +0000 (Thu, 20 Feb 2014) | 1 line [FIX] cart: Improve cart event triggering adding the item params and start and error events ---------------------------------------------- r49974 | lindonb | 2014-02-20 03:40:27 +0000 (Thu, 20 Feb 2014) | 1 line [REF] user wizard: Avoid unnecessarily resetting preferences without changing values upon page load. Now only smarty variables are set upon page load and preferences only changed upon user input. ---------------------------------------------- r49971 | jonnybradley | 2014-02-19 19:37:52 +0000 (Wed, 19 Feb 2014) | 1 line [FIX] cart: Oops ---------------------------------------------- r49970 | jonnybradley | 2014-02-19 19:29:40 +0000 (Wed, 19 Feb 2014) | 1 line [MOD] cart: Add trigger when add to cart has finished for external js ---------------------------------------------- r49969 | jonnybradley | 2014-02-19 19:28:44 +0000 (Wed, 19 Feb 2014) | 1 line [MOD] cart: Add weight in a hidden input for js access ---------------------------------------------- r49966 | jonnybradley | 2014-02-19 17:47:20 +0000 (Wed, 19 Feb 2014) | 1 line [ENH] cart: Add a way of collecting weights of items added to cart and optionally display that in the module (thanks Bernard) ---------------------------------------------- r49962 | arildb | 2014-02-18 19:26:51 +0000 (Tue, 18 Feb 2014) | 1 line [SEC] Better validation of input parameters. ---------------------------------------------- r49961 | jonnybradley | 2014-02-18 19:20:40 +0000 (Tue, 18 Feb 2014) | 4 lines [FIX] structures: Simplify and move the code to categorise new pages in a structure into structlib (and call it from s_create_page if feature_wiki_categorize_structure). Also move the perm check in tiki-editpage to before the global test. Fixes permissions error on adding pages to categorised structures from tiki-index.php when user doesn't have global edit perms. (thanks again eromneg) ---------------------------------------------- r49960 | jonnybradley | 2014-02-18 19:13:42 +0000 (Tue, 18 Feb 2014) | 1 line [FIX] structures: self_links get confused when returned from an AJAX request unless the _script param is set (thanks eromneg) ---------------------------------------------- r49958 | jonnybradley | 2014-02-18 13:00:33 +0000 (Tue, 18 Feb 2014) | 1 line [FIX] maps: Sadly IE8 and before think that "default" is a reserved word in JavaScript and throws an error on it unless it is quoted (thanks eromneg) ---------------------------------------------- r49957 | xavidp | 2014-02-18 12:57:46 +0000 (Tue, 18 Feb 2014) | 1 line [FIX]Lovely apostrophes break languages (WSOD) where we use apostrophe in our common language. Use double quotation marks, please. ---------------------------------------------- r49956 | xavidp | 2014-02-18 12:55:37 +0000 (Tue, 18 Feb 2014) | 1 line a few strings fixed related to calendar ---------------------------------------------- r49954 | xavidp | 2014-02-18 11:18:32 +0000 (Tue, 18 Feb 2014) | 1 line [FIX]Do not force the field name to be exactly the string "Rating" (translated or not), because admins can rename the field to something more suitd for their use case. Field type should be enough. And indicate elsewhere that stars system is deprecated also as a tracker field. ---------------------------------------------- r49953 | xavidp | 2014-02-18 09:37:04 +0000 (Tue, 18 Feb 2014) | 1 line [FIX]Do not force the name to be exactly the non-l10n string "Rating" to allow fetching the fieldID ---------------------------------------------- r49952 | nkoth | 2014-02-18 03:27:25 +0000 (Tue, 18 Feb 2014) | 2 lines [FIX] Profile export of strings Yes No and strings with { and [ result in type transformation on import ---------------------------------------------- r49951 | nkoth | 2014-02-18 02:03:05 +0000 (Tue, 18 Feb 2014) | 2 lines [FIX] When exporting menu options, do not parse wiki syntax ---------------------------------------------- r49949 | lphuberdeau | 2014-02-17 20:51:42 +0000 (Mon, 17 Feb 2014) | 1 line [FIX]?\194?\160Content expected to be wiki content, avoid ur<x>l ---------------------------------------------- r49948 | lindonb | 2014-02-17 19:41:36 +0000 (Mon, 17 Feb 2014) | 1 line trackers: link to field type tab and not just the admin trackers page ---------------------------------------------- r49947 | jonnybradley | 2014-02-17 17:35:43 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] cart: Advanced cart profiles only insert tracker items, so no need to clear the caches on each checkout ---------------------------------------------- r49946 | jonnybradley | 2014-02-17 17:32:39 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] trackers: No need to set 'editable' on fields not being listed ---------------------------------------------- r49945 | jonnybradley | 2014-02-17 16:42:30 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] cache: Don't set $prefs to null when clearing all caches (regression from r46318, one of mine... and i'm mystified) ---------------------------------------------- r49943 | jonnybradley | 2014-02-17 15:59:13 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] perms: Some category factory error notice fixes ---------------------------------------------- r49942 | jonnybradley | 2014-02-17 15:54:41 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] menus: Structure as menu doesn't have a parse option ---------------------------------------------- r49941 | jonnybradley | 2014-02-17 15:51:59 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] trackers: Handle empty multilingual values better ---------------------------------------------- r49940 | jonnybradley | 2014-02-17 15:49:02 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] mod-categories: $module_params['module_position'] not set when used in wiki plugin ---------------------------------------------- r49939 | jonnybradley | 2014-02-17 15:21:49 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] cart: Warn if order profile is missing but required on checkout, and fail gracefully ---------------------------------------------- r49938 | jonnybradley | 2014-02-17 14:06:27 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] ratings: Notices - a couple of uninitialised vars and prevent dividing by zero ---------------------------------------------- r49937 | jonnybradley | 2014-02-17 14:05:27 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] ratings: Check pref before showing ratings results on wiki pages - not sure if this is the only pref that needs checking, there seem to be quite a few... (simple, advanced etc?) ---------------------------------------------- r49936 | jyhem | 2014-02-17 13:37:52 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] Typo: a closing div was erroneously an opening div ---------------------------------------------- r49934 | xavidp | 2014-02-17 13:01:21 +0000 (Mon, 17 Feb 2014) | 1 line [FIX]Usability fix: Show a section in Admin Rating also for forums and trackers indicating how to use Ratings there (according to that admin panel, it seemed as if it was not possible to rate content on those sections). Show also the permissions involved to use ratings in each Tiki section, to reduce the confusion for the tiki admin willing to set up simple rating system, since the permission system to vote and view is not fully consistent right now (permissions related to trackers behave differently than the rest). ---------------------------------------------- r49930 | lindonb | 2014-02-17 04:35:31 +0000 (Mon, 17 Feb 2014) | 1 line [FIX] PluginCountdown: Enddate was always set to UTC timezone - now the appropriate timezone is used. Also eliminated duplicate code for PHP < 5.3 and fixed other notices. ---------------------------------------------- r49923 | lindonb | 2014-02-16 04:30:25 +0000 (Sun, 16 Feb 2014) | 1 line [FIX] User reports: avoid invalid datetime system error when a new user registers with the daily reports for new users preference enabled. ---------------------------------------------- r49921 | lindonb | 2014-02-16 03:41:41 +0000 (Sun, 16 Feb 2014) | 1 line [SEC] user registration tracker: Fix to r49917 to check for registration validation errors regardless of whether a registration passcode is required. ---------------------------------------------- r49918 | xavidp | 2014-02-16 02:22:53 +0000 (Sun, 16 Feb 2014) | 1 line [FIX]Consistency: Users Ratings shown also through PluginArticles when set to be shown directly through Articles, and without bold font, as the rest of information in the article title. ---------------------------------------------- r49917 | lindonb | 2014-02-16 02:19:17 +0000 (Sun, 16 Feb 2014) | 1 line [SEC] user registration tracker: better test for registration validation errors before allowing the tracker item to be created because tracker items could still be created even if the validation errors kept a user from being created. ---------------------------------------------- r49916 | xavidp | 2014-02-16 01:32:06 +0000 (Sun, 16 Feb 2014) | 1 line [FIX]Fix missing behavior for the Deliberation feature (2): show also the detailed results (and with smileys) if/when requested. Reduce spacing for better display (needed when detailed results are requested). ---------------------------------------------- r49914 | xavidp | 2014-02-16 01:18:04 +0000 (Sun, 16 Feb 2014) | 1 line [FIX]Oups, forgot this css property in my last commit. ---------------------------------------------- r49912 | xavidp | 2014-02-16 01:07:14 +0000 (Sun, 16 Feb 2014) | 1 line [FIX]Fix missing behavior for the Deliberation feature: show at least the average result per thread on the thread list of a forum, as requestes in the basic implementation of the Deliberation feature. Hide the string "Users Rating" from the thread rows (it's already in the title). Add forums in the scope of the permission tiki_p_ratings_view_results so that the display of that averaged result can be controlled per forum (globally, or per forum). ---------------------------------------------- r49911 | xavidp | 2014-02-16 00:18:08 +0000 (Sun, 16 Feb 2014) | 2 lines [FIX]Usability: If there are no votes yet, don't show zero to avoid confusion with users voting 0 for the article or forum post/comment, ...; show dash instead ('-') ---------------------------------------------- r49910 | xavidp | 2014-02-15 23:47:00 +0000 (Sat, 15 Feb 2014) | 1 line [FIX]Score does some wrong calculation when more than 5 options in the rating. Add Users Rating value (average / maximum value in options) in forums for consistency with Article Ratings. ---------------------------------------------- r49909 | xavidp | 2014-02-15 23:44:59 +0000 (Sat, 15 Feb 2014) | 1 line [FIX]Fix styling (blod only string, not value) to keep consistency with other names and values as Score and Vote in forums, for instance. ---------------------------------------------- r49908 | xavidp | 2014-02-15 23:02:37 +0000 (Sat, 15 Feb 2014) | 1 line [FIX]Fixing perms and settings needed to view rating results ---------------------------------------------- r49907 | xavidp | 2014-02-15 21:35:46 +0000 (Sat, 15 Feb 2014) | 1 line [FIX]Better wording? (2nd attempt) Native English speakers, feel free to improve, please. ---------------------------------------------- r49902 | xavidp | 2014-02-15 18:25:12 +0000 (Sat, 15 Feb 2014) | 1 line [FIX]Better wording? Native English speakers, feel free to improve, please. ---------------------------------------------- r49901 | xavidp | 2014-02-15 18:22:50 +0000 (Sat, 15 Feb 2014) | 1 line [FIX]Limit real number of rating results to just 1 decimal point. ---------------------------------------------- r49898 | jonnybradley | 2014-02-15 15:55:19 +0000 (Sat, 15 Feb 2014) | 1 line [FIX] mobile: Check perspective_view perm on mobile perspective before switching to mobile_mode (thanks ricks99) ---------------------------------------------- r49897 | jonnybradley | 2014-02-15 15:48:55 +0000 (Sat, 15 Feb 2014) | 1 line [FIX] cookies: Real cookies must take precedence over tiki_cookie_jar in getCookie() ---------------------------------------------- r49896 | xavidp | 2014-02-15 15:12:00 +0000 (Sat, 15 Feb 2014) | 2 lines [FIX]Fix display of rating results also in cases where tiki_p_wiki_admin_ratings is not necessarily granted (like articles, comments, ...) but the tiki admin wants to grant the permission to some groups of users. A new generic global perm is added tiki_p_ratings_view_results to manage display perms. Thanks lph for feeback on irc [FIX]Usability fix: show simple average by default when displaying results is requested, and only show detailed results (from deliberation-like code) when a new preference is enabled. ---------------------------------------------- r49894 | jonnybradley | 2014-02-15 10:55:46 +0000 (Sat, 15 Feb 2014) | 1 line [FIX] maps: Rollback one line changed unintentionally in r49888 (an attempt to make the "popups" automatically size themselves but ended up always set to 200 x 200) ---------------------------------------------- r49890 | lphuberdeau | 2014-02-14 18:41:17 +0000 (Fri, 14 Feb 2014) | 1 line [FIX] Call to function that does not exist, and is not required as record_vote just handled the vote a few lines above... ---------------------------------------------- r49888 | jonnybradley | 2014-02-14 18:32:05 +0000 (Fri, 14 Feb 2014) | 2 lines [ENH] maps: Extend the number of styling attributes that can be set for vector features (currently in geojson files). Documentation to come... ---------------------------------------------- r49882 | lphuberdeau | 2014-02-14 15:01:17 +0000 (Fri, 14 Feb 2014) | 1 line [FIX] Action portion in sefurl is not optional anymore, so make sure it does not cause 404 in features that used this option ---------------------------------------------- r49880 | xavidp | 2014-02-14 13:56:19 +0000 (Fri, 14 Feb 2014) | 1 line a few fixes and new translations (articles related, mostly) ---------------------------------------------- r49879 | jonnybradley | 2014-02-14 12:50:26 +0000 (Fri, 14 Feb 2014) | 2 lines [MOD] maps: Add start and stop event triggers for map searches (so external forms know when searching is happening). Doesn't wait for external map files to load though... ---------------------------------------------- r49877 | xavidp | 2014-02-13 23:28:48 +0000 (Thu, 13 Feb 2014) | 1 line [ENH]Make the category filter for the branch dynamically set instead of hardcoded in the template, as in the profile admin panel. Thanks arildb and jonnyb. ---------------------------------------------- r49874 | jonnybradley | 2014-02-13 15:58:24 +0000 (Thu, 13 Feb 2014) | 1 line [FIX] maps: parseInt for load_delay, just in case ---------------------------------------------- r49873 | jonnybradley | 2014-02-13 15:49:44 +0000 (Thu, 13 Feb 2014) | 1 line [FIX] structures: Filter out non-editable structures from the "move to" list (thanks eromneg) ---------------------------------------------- r49872 | jonnybradley | 2014-02-13 15:28:58 +0000 (Thu, 13 Feb 2014) | 1 line [FIX] perms: Check object perms on remove wiki page, not global ---------------------------------------------- r49870 | luciash | 2014-02-13 13:08:40 +0000 (Thu, 13 Feb 2014) | 1 line [FIX] Email spambot protection: when it is enabled (default) it should not show sender email address in plain text in the page source at least (ToDo: better to use the protect_email function of tikilib via PHP ?) ---------------------------------------------- r49868 | jonnybradley | 2014-02-13 12:57:40 +0000 (Thu, 13 Feb 2014) | 1 line [ENH] maps: Add a param load_delay to searchlayers to allow that layer to be delayed by some seconds - to help control z-index layering of features (to be improved) ---------------------------------------------- r49867 | lphuberdeau | 2014-02-13 12:48:37 +0000 (Thu, 13 Feb 2014) | 1 line [FIX] Chosen breaking admin DSN as it does not update when the select list is modified ---------------------------------------------- r49865 | lindonb | 2014-02-13 04:07:08 +0000 (Thu, 13 Feb 2014) | 1 line [FIX] Module top_articles: allow intended sorting by number of reads to work for this module. The top articles module was sorting by ascending article ID instead. ---------------------------------------------- r49861 | luciash | 2014-02-12 21:27:47 +0000 (Wed, 12 Feb 2014) | 1 line [FIX] Bidi: replace CSS3 text-align: start with text-align: right for RTL as no version of IE supports it yet ---------------------------------------------- r49857 | jonnybradley | 2014-02-12 18:37:31 +0000 (Wed, 12 Feb 2014) | 1 line [FIX] chosen: Make translatable ---------------------------------------------- r49856 | jonnybradley | 2014-02-12 17:20:20 +0000 (Wed, 12 Feb 2014) | 1 line [FIX] cart: Make button label translatable ---------------------------------------------- r49855 | arildb | 2014-02-12 17:10:13 +0000 (Wed, 12 Feb 2014) | 1 line [FIX] Make hide title on page preference work for regular title display (and not only page name above page) ---------------------------------------------- r49854 | jyhem | 2014-02-12 17:08:03 +0000 (Wed, 12 Feb 2014) | 1 line [FIX] Allow display of images produced by PluginRR ---------------------------------------------- r49851 | jonnybradley | 2014-02-12 14:30:35 +0000 (Wed, 12 Feb 2014) | 1 line [FIX] maps: When layer param was specified in the searchlayer the name was getting lost so layers weren't being created (re-declaring the var "layer" in the loop was causing it to be cleared, so using layerName now). Also an attempt at improving z-index control, still more to do on that... ---------------------------------------------- r49846 | arildb | 2014-02-12 00:36:46 +0000 (Wed, 12 Feb 2014) | 2 lines [FIX] html error. Styling is still missing ---------------------------------------------- r49845 | arildb | 2014-02-11 23:58:45 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] Encode & ---------------------------------------------- r49844 | arildb | 2014-02-11 23:54:17 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] Incorrect quotes ---------------------------------------------- r49843 | arildb | 2014-02-11 23:33:35 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] encode & in URL ---------------------------------------------- r49842 | arildb | 2014-02-11 23:04:44 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] Encode & in url ---------------------------------------------- r49841 | arildb | 2014-02-11 22:50:48 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] use correct colspan for No records found ---------------------------------------------- r49839 | arildb | 2014-02-11 22:41:47 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] encode & ---------------------------------------------- r49838 | arildb | 2014-02-11 22:38:40 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] PHP error ---------------------------------------------- r49837 | arildb | 2014-02-11 22:31:03 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] Remove extra quote ---------------------------------------------- r49836 | arildb | 2014-02-11 22:27:58 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] remove stray end divs ---------------------------------------------- r49835 | arildb | 2014-02-11 22:19:24 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] urlencode displayed mysql parameter values ---------------------------------------------- r49834 | arildb | 2014-02-11 22:13:14 +0000 (Tue, 11 Feb 2014) | 1 line Add missing SVN ID ---------------------------------------------- r49833 | arildb | 2014-02-11 22:07:44 +0000 (Tue, 11 Feb 2014) | 1 line [bp/r49830] urlencode spaces ---------------------------------------------- r49831 | arildb | 2014-02-11 22:00:33 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] missing quote ---------------------------------------------- r49822 | jonnybradley | 2014-02-11 15:49:07 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] menus: Parsing menu labels adds a newline char to each one, removing them so translations work as expected. ---------------------------------------------- r49821 | jonnybradley | 2014-02-11 15:14:29 +0000 (Tue, 11 Feb 2014) | 1 line [FIX] cart: Start session rather than displaying an error to the customers (seems to work fine, please test on other servers) ---------------------------------------------- r49820 | yonixxx | 2014-02-11 14:19:58 +0000 (Tue, 11 Feb 2014) | 1 line [FIX]Hebrew language translation ---------------------------------------------- r49818 | xavidp | 2014-02-11 10:41:41 +0000 (Tue, 11 Feb 2014) | 1 line [MOD]Layout of preferences in two columns where posible to reduce scrolling ---------------------------------------------- r49817 | xavidp | 2014-02-11 10:29:20 +0000 (Tue, 11 Feb 2014) | 1 line [FIX]Add tip and link about where to find the User Watches and associated settings, since they could also be expected at the 'User and Community' page of the wizard ---------------------------------------------- r49815 | xavidp | 2014-02-11 09:24:02 +0000 (Tue, 11 Feb 2014) | 1 line [FIX]Added User Wizard as a feature in the Admin Wizard > Community to allow admins enable it from there ---------------------------------------------- r49811 | xavidp | 2014-02-10 20:24:39 +0000 (Mon, 10 Feb 2014) | 1 line [FIX]Typo in Id svn keyword ---------------------------------------------- r49808 | xavidp | 2014-02-10 19:39:06 +0000 (Mon, 10 Feb 2014) | 1 line [FIX]Show MyTiki section only if feature enabled ---------------------------------------------- r49807 | xavidp | 2014-02-10 19:33:37 +0000 (Mon, 10 Feb 2014) | 1 line [FIX]Make some final tips and links shown only if the required features are enabled. ---------------------------------------------- r49806 | xavidp | 2014-02-10 19:17:35 +0000 (Mon, 10 Feb 2014) | 1 line [MOD]Get a few links out of the translatable strings ---------------------------------------------- r49805 | xavidp | 2014-02-10 19:07:09 +0000 (Mon, 10 Feb 2014) | 1 line [FIX]Make the User Wizard (and its link in the main app menu) optional. Thanks for the feedback received. ---------------------------------------------- r49803 | jyhem | 2014-02-10 17:27:45 +0000 (Mon, 10 Feb 2014) | 1 line [FIX] Do not display ugly ill-formatted message to first-time Tiki users even when they have changed htaccess to DirectoryIndex tiki-index.php index.php ---------------------------------------------- r49802 | jonnybradley | 2014-02-10 15:27:27 +0000 (Mon, 10 Feb 2014) | 1 line [FIX] login: Don't show facebook login button if already logged in ---------------------------------------------- r49801 | jonnybradley | 2014-02-10 15:13:17 +0000 (Mon, 10 Feb 2014) | 1 line [ENH] cart: A few more params for the cart module, showItems, showCount and checkoutURL, plus fixes to support the module when in a wiki page ---------------------------------------------- r49800 | jonnybradley | 2014-02-10 11:55:03 +0000 (Mon, 10 Feb 2014) | 1 line [FIX] files: Notices ---------------------------------------------- r49799 | xavidp | 2014-02-10 10:03:06 +0000 (Mon, 10 Feb 2014) | 1 line Typo and misstranslation fixed ---------------------------------------------- r49798 | jyhem | 2014-02-09 22:51:05 +0000 (Sun, 09 Feb 2014) | 1 line [FIX] Fix wrong default value of setup.sh on installations from released packages (fixes bug 5136) ---------------------------------------------- r49795 | jonnybradley | 2014-02-09 17:31:51 +0000 (Sun, 09 Feb 2014) | 1 line [ENH] cart: Add ajax parameter to the cart module which (so far) makes the update button operate via ajax - more to come ---------------------------------------------- r49794 | jonnybradley | 2014-02-09 17:28:51 +0000 (Sun, 09 Feb 2014) | 1 line [FIX] modules: Pick up the defined params etc for module executed via AJAX if the moduleId is supplied in the request ---------------------------------------------- r49793 | jonnybradley | 2014-02-09 14:58:05 +0000 (Sun, 09 Feb 2014) | 1 line [FIX] cart: Straighten out some bad html (nested <p> tags, using <br> for layout etc) ---------------------------------------------- r49792 | jonnybradley | 2014-02-09 14:22:32 +0000 (Sun, 09 Feb 2014) | 1 line [FIX] cart: No need to repeat error display now and fix onbehalf param mix-up ---------------------------------------------- r49791 | jonnybradley | 2014-02-09 14:21:15 +0000 (Sun, 09 Feb 2014) | 1 line [FIX] errorreport: Attach error close button event in ajaxComplete error handler ---------------------------------------------- r49790 | jonnybradley | 2014-02-09 14:19:52 +0000 (Sun, 09 Feb 2014) | 1 line [FIX] errorreport: For serializable requests the X-Tiki-Error header needs to be on one line, apparently ---------------------------------------------- r49784 | jonnybradley | 2014-02-08 18:34:57 +0000 (Sat, 08 Feb 2014) | 1 line [FIX] Missing index.php files for the new services (oops) ---------------------------------------------- r49782 | jonnybradley | 2014-02-08 18:26:21 +0000 (Sat, 08 Feb 2014) | 1 line [FIX] cart: Make ajaxaddtocart to work now there are services to support it. More feedback and better error handling to come. ---------------------------------------------- r49781 | jonnybradley | 2014-02-08 18:23:50 +0000 (Sat, 08 Feb 2014) | 1 line [NEW] Basic services for module (execution) and payment (add to cart). Deployment to come... ---------------------------------------------- r49779 | jonnybradley | 2014-02-08 16:38:25 +0000 (Sat, 08 Feb 2014) | 1 line [DOC] Rebuild phpdoc @return param for TikiLib::lib function as CartLib and WizardLib were missing (phpStorm seems to like backslashes in front of the class names, hope everything else does...) ---------------------------------------------- r49778 | jonnybradley | 2014-02-08 16:31:53 +0000 (Sat, 08 Feb 2014) | 1 line [FIX] cart: Gift certificates handling ---------------------------------------------- r49777 | jonnybradley | 2014-02-08 15:59:05 +0000 (Sat, 08 Feb 2014) | 1 line [REF] cart: Move more of the input processing and logic into add_to_cart library function (autocheckout still only in plugin TODO) ---------------------------------------------- r49776 | jonnybradley | 2014-02-08 15:25:59 +0000 (Sat, 08 Feb 2014) | 1 line [REF] cart: Streamline product info (no need for a separate params array) ---------------------------------------------- r49775 | jonnybradley | 2014-02-08 15:01:19 +0000 (Sat, 08 Feb 2014) | 1 line [REF] cart: Move most of the "add to cart" logic out of the plugin and into cartlib ---------------------------------------------- r49774 | jonnybradley | 2014-02-08 14:04:39 +0000 (Sat, 08 Feb 2014) | 1 line [MOD] add cartlib to TikiLib::lib ---------------------------------------------- r49764 | lphuberdeau | 2014-02-06 14:02:50 +0000 (Thu, 06 Feb 2014) | 1 line [ENH] Expliciting operator precedence in absurdly complex condition, whoever wrote it should verify it's actually correct ---------------------------------------------- r49762 | lphuberdeau | 2014-02-06 13:26:04 +0000 (Thu, 06 Feb 2014) | 1 line [FIX] Compatibility with lucene back ---------------------------------------------- r49760 | xavidp | 2014-02-06 11:37:14 +0000 (Thu, 06 Feb 2014) | 1 line [FIX]Disable time zone selection in user preferences if the site-wide setting is to enforce the site timezone for all users ---------------------------------------------- r49759 | xavidp | 2014-02-06 11:26:31 +0000 (Thu, 06 Feb 2014) | 1 line [FIX]Add the missing icon the User Tasks section ('another' section that was without icon). Reusing some gif in the icons folder. ---------------------------------------------- r49758 | xavidp | 2014-02-06 11:23:12 +0000 (Thu, 06 Feb 2014) | 1 line [FIX]Add the missing icon the User Messages section (the only section that was without icon). Reusing some gif in the icons folder. ---------------------------------------------- r49756 | xavidp | 2014-02-06 11:13:28 +0000 (Thu, 06 Feb 2014) | 1 line [FIX]Fix the color for the links corresponding to the unavailable wizard pages because of disabled dependencies, expect for the first one (Personal Information) to bring the opportunity to the admin user to enable at least the user preferences feature. ---------------------------------------------- r49753 | lphuberdeau | 2014-02-05 21:57:47 +0000 (Wed, 05 Feb 2014) | 1 line [FIX] 12 should run on PHP 5.3, little bit of 5.4 slipped in ---------------------------------------------- r49744 | jonnybradley | 2014-02-05 20:08:13 +0000 (Wed, 05 Feb 2014) | 1 line [FIX] cart: Typo (no trace of $todo['objectId'], assuming $trackerId is what you use to get the tracker definition) and a missing global ---------------------------------------------- r49739 | jonnybradley | 2014-02-05 18:47:50 +0000 (Wed, 05 Feb 2014) | 1 line [REF] cart: Simplify and modernize the addtocart plugin some, more to come ---------------------------------------------- r49738 | jonnybradley | 2014-02-05 18:24:36 +0000 (Wed, 05 Feb 2014) | 1 line [FIX] cart: Recalculate inventory level as everything gets removed from the on-hold list just above this line before being re-added just after (probably could be significantly optimised but at least everything can be sold now) ---------------------------------------------- r49729 | xavidp | 2014-02-05 12:43:02 +0000 (Wed, 05 Feb 2014) | 1 line [FIX]When the site-wide timezone preference is set to "Site default" for all users, the user preferences page still displays the former user display_timezone choice (I don't get to fix that myself), but at least, with this commit, the user knows that the user preference he sees as his own is overriden by the site default timezone. ---------------------------------------------- r49726 | jonnybradley | 2014-02-05 11:57:22 +0000 (Wed, 05 Feb 2014) | 1 line [FIX] img zoom: Have to loop through each a[rel=zoom] after all to pick up the correct full size href. ---------------------------------------------- r49725 | xavidp | 2014-02-05 11:31:24 +0000 (Wed, 05 Feb 2014) | 1 line [FIX]Displayed Time zone in the user wizard is consistent with user preferences AND respects the site wide setting to enforce site_default for all users. ---------------------------------------------- r49723 | xavidp | 2014-02-05 10:12:11 +0000 (Wed, 05 Feb 2014) | 1 line [FIX]Leftovers from squared transparency layer removed ---------------------------------------------- r49721 | xavidp | 2014-02-05 09:21:17 +0000 (Wed, 05 Feb 2014) | 1 line [FIX]Fix regression PluginTrackerList view=user doesn't show anymore user's items, reported in https://dev.tiki.org/item5126 . A new setting 'userCanSeeOwn' in the tracker definition allows previous behavior when used through Plugin TrackerList with param view=user. Direct access to the user to see the full record of his user items is not allowed either, as in previous Tiki branches before the regression. Thanks jonnyb for feedback and pointers, as usual. Please, help to have a third look to this commit (I double checked myself, but my skills are limited), since it touches a few tracker files. ---------------------------------------------- r49718 | xavidp | 2014-02-04 19:59:02 +0000 (Tue, 04 Feb 2014) | 1 line [REVERT r49713]Oups, wrong branch ---------------------------------------------- r49717 | jonnybradley | 2014-02-04 19:58:28 +0000 (Tue, 04 Feb 2014) | 1 line [FIX] Add missing loginlib functions required for user conditions feature [partial bp/r49174] ---------------------------------------------- r49713 | xavidp | 2014-02-04 18:16:29 +0000 (Tue, 04 Feb 2014) | 1 line [ENH]Show RealName instead of login name in the corresponding wiki argument variables related to "Author" if the Real Name exists and the preference to display real names where possible is enabled. Thanks diggy, almost the same code you suggested as a patch. Ref: https://dev.tiki.org/wish5112 . Will be backported to 12.x after 12.1 is released. ---------------------------------------------- r49711 | xavidp | 2014-02-04 17:23:12 +0000 (Tue, 04 Feb 2014) | 1 line [FIX]Avoid attempting to use jquery_tablesorter in mobile mode, since Tiki doesn't seem to be fully ready to use it in mobile mode, as seen in admin users (no user table was shown), and when tablesorter was forced to be loaded, some small dropdowns were not easy to port mobile. Safer approach: disable jquery_tablesorter in mobile, and ensure that buttons in the actions column when managing users are big enough for human fingers on mobile devices. Thanks jonnyb for tips on how/where to fix. ---------------------------------------------- r49710 | lphuberdeau | 2014-02-04 16:57:12 +0000 (Tue, 04 Feb 2014) | 1 line [FIX] After inspection, comments lib is not used at all here, might resolve issue #5095 ---------------------------------------------- r49709 | jonnybradley | 2014-02-04 16:49:33 +0000 (Tue, 04 Feb 2014) | 1 line [FIX] comments: Stop code-mirror interfering with comments textarea preventing comment edits to be saved sometimes (thanks Xavi, should fix wish5021) ---------------------------------------------- r49707 | jonnybradley | 2014-02-04 14:48:23 +0000 (Tue, 04 Feb 2014) | 1 line [ENH] img zoom: Add a pref for jquery.zoom.js and a new 'thumb' mode "zoom" where zoom works in a more conventional way ---------------------------------------------- r49697 | jonnybradley | 2014-02-04 13:34:57 +0000 (Tue, 04 Feb 2014) | 3 lines [FIX] wysiwyg: Don't remove no parse tags from plugin result previews as was required at some time in the past (Tiki 7?). It seems now that either plugins have format=>html declared or the output will be wrapped in ~np~ tags if it needs them, so no longer remove them always. Came about due to a smiley in an image description being parsed and totally breaking ckeditor - tested on various wysiwyg plugin stress test pages, seems ok... ---------------------------------------------- r49695 | lphuberdeau | 2014-02-04 12:51:34 +0000 (Tue, 04 Feb 2014) | 1 line [FIX] Missing _tiki suffix... stable branch... careful please ---------------------------------------------- r49694 | jonnybradley | 2014-02-04 11:53:44 +0000 (Tue, 04 Feb 2014) | 1 line [FIX] lang: Allow a page language to be set back to unknown if needed in update_page (thanks luciash) ---------------------------------------------- r49693 | yonixxx | 2014-02-04 11:09:42 +0000 (Tue, 04 Feb 2014) | 1 line [ADD]missing index.php to directories in which it has been forgotten ---------------------------------------------- r49691 | xavidp | 2014-02-04 09:31:12 +0000 (Tue, 04 Feb 2014) | 1 line [bp/r49690][FIX]fix display of title in the first screen of the user wizard ---------------------------------------------- r49687 | jonnybradley | 2014-02-03 18:53:58 +0000 (Mon, 03 Feb 2014) | 1 line [FIX] cart: A few more fixes for the cart module, but the server-side code for ajax_add_to_cart mode seems to be completely absent. ---------------------------------------------- r49686 | jonnybradley | 2014-02-03 18:08:18 +0000 (Mon, 03 Feb 2014) | 1 line [FIX] cart: Notices due to various param defaults not being used ---------------------------------------------- r49685 | jonnybradley | 2014-02-03 17:40:11 +0000 (Mon, 03 Feb 2014) | 1 line [FIX] menus: When menu names are being wiki parsed it is possible to have block elements within them, if so, don't wrap these in anchor and span tags which cannot contain block elements, leading to invalid html (thanks luciash) ---------------------------------------------- r49684 | xavidp | 2014-02-03 17:14:34 +0000 (Mon, 03 Feb 2014) | 1 line [NEW]Added trigger point for the user wizard in the main application menu, as discussed some time ago in the devel list. ---------------------------------------------- r49683 | xavidp | 2014-02-03 16:59:49 +0000 (Mon, 03 Feb 2014) | 1 line [FIX]Remove extra page title for user wizard pages, and move sligthly to the left the title in first page ---------------------------------------------- r49682 | xavidp | 2014-02-03 16:43:09 +0000 (Mon, 03 Feb 2014) | 1 line [FIX]Fix visual consistency between the previous wizards (admin, profiles) and the user wizard. Step 2 out of 2: adapt titles in user wizard, add toc, similar user wizard icon as in the other wizards, last screen added with pointers for easy workflow for new users. ---------------------------------------------- r49681 | xavidp | 2014-02-03 16:39:15 +0000 (Mon, 03 Feb 2014) | 1 line [FIX]Fix visual consistency between the previous wizards (admin, profiles) and the user wizard. Step 1 out of 2: refactor wizard css properties out of admin.css into a single wizards.css so that they can be included in the user wizard afterwards ---------------------------------------------- r49680 | jonnybradley | 2014-02-03 15:46:18 +0000 (Mon, 03 Feb 2014) | 1 line [FIX] module: Add bogus position and ord params for modules included in a wiki plugin so they get unique div id's ---------------------------------------------- r49678 | jonnybradley | 2014-02-03 13:37:03 +0000 (Mon, 03 Feb 2014) | 1 line [FIX] mobile: Move carousel js include so it gets included in both normal and mobile modes (thanks Xavi) ---------------------------------------------- r49677 | jonnybradley | 2014-02-02 19:10:55 +0000 (Sun, 02 Feb 2014) | 1 line [FIX] perms: Don't show categories the user doesn't have view_category perm for (thanks eromneg) ---------------------------------------------- r49675 | jonnybradley | 2014-02-02 17:44:45 +0000 (Sun, 02 Feb 2014) | 1 line [FIX] perms: Check object perms for structure editing (thanks eromneg) ---------------------------------------------- r49674 | jonnybradley | 2014-02-02 17:18:56 +0000 (Sun, 02 Feb 2014) | 1 line [FIX] perms: Check object perms for rename (and no longer any need to set global perm vars with get_perm_object fn) ---------------------------------------------- r49667 | xavidp | 2014-02-01 11:59:43 +0000 (Sat, 01 Feb 2014) | 1 line [FIX]Removed border attributes from .cm-tw-box since it produced a missplacement with the selections of text inside it. ---------------------------------------------- r49666 | xavidp | 2014-02-01 11:53:11 +0000 (Sat, 01 Feb 2014) | 1 line [FIX]Basic default style for Carousel caption (re-)added (when was that lost?) ---------------------------------------------- r49664 | xavidp | 2014-01-31 16:47:46 +0000 (Fri, 31 Jan 2014) | 1 line [bp/r49068]Usability FIX, in fact, for all profiles from the Profiles Wizard:'[ENH]When installing a Featured Site Profile from the Config Wizards page, you don't need to choose the same profile twice anymore'. Thanks alain_desilets ---------------------------------------------- r49662 | jonnybradley | 2014-01-31 14:10:45 +0000 (Fri, 31 Jan 2014) | 1 line [FIX] categories: Clear the $tree var if category is empty ---------------------------------------------- r49661 | jonnybradley | 2014-01-31 13:40:50 +0000 (Fri, 31 Jan 2014) | 1 line [FIX] menus: Show raw wiki syntax in menu item admin instead of parsed result (if menu parse is set) ---------------------------------------------- r49660 | jonnybradley | 2014-01-31 13:30:30 +0000 (Fri, 31 Jan 2014) | 1 line [FIX] categories: No need to append deep=off on category URLs in the module as that the default for tiki-browse_categories ---------------------------------------------- r49659 | xavidp | 2014-01-31 13:29:25 +0000 (Fri, 31 Jan 2014) | 1 line [MOD]Added the missing profile in the demo section for the 2x2 table of demo profiles: 'Voting System'. ---------------------------------------------- r49655 | luciash | 2014-01-30 22:17:08 +0000 (Thu, 30 Jan 2014) | 1 line [FIX] LTR content in RTL layout: override only when lang attr is present on role_main div ---------------------------------------------- r49651 | luciash | 2014-01-30 19:40:19 +0000 (Thu, 30 Jan 2014) | 1 line just cleaning up ---------------------------------------------- r49649 | xavidp | 2014-01-30 18:53:37 +0000 (Thu, 30 Jan 2014) | 1 line [FIX]More visual consistency for the Admin Wizard, in respect to the other Wizard. ---------------------------------------------- r49648 | jonnybradley | 2014-01-30 18:40:33 +0000 (Thu, 30 Jan 2014) | 1 line [FIX] RTL: Use Language class function to detect RTL (thanks luciash) ---------------------------------------------- r49647 | xavidp | 2014-01-30 18:07:10 +0000 (Thu, 30 Jan 2014) | 1 line [FIX]More naming & visual consistency fixes. Both wizards share similar look in the icon, shown at least in the first Tiki Setup screen, and in all profiles wizard screens. Same green success tick-icon shown in front of 'congratulations' as in the other places where 'congratulations' are given to the user. ---------------------------------------------- r49646 | xavidp | 2014-01-30 17:29:39 +0000 (Thu, 30 Jan 2014) | 1 line [FIX]Naming consistency: 'Start Profiles Wizard' and 'Wizard steps' instead of just 'Choose a Configuration profile' (since there are many profiles, and several can be applied) or 'Admin Wizard Steps' (the toc is also shown for the Profiles Wizard. Fix also the workflow of the profiles wizard, to indicate in a last step how to continue to the 'Admin Wizard' (or other shortcuts) once the 'Profiles Wizard' is finished. ---------------------------------------------- r49641 | xavidp | 2014-01-30 17:09:46 +0000 (Thu, 30 Jan 2014) | 1 line [FIX]Remove hard link to Featured profiles at the end of the Admin Wizard (which is supposed to be after the Profiles Wizard also) ---------------------------------------------- r49640 | xavidp | 2014-01-30 16:53:05 +0000 (Thu, 30 Jan 2014) | 1 line [FIX]Fix the start button in the Tiki Setup, to be consistent with the new order to setup screens. First profiles, then admin wizard. ---------------------------------------------- r49636 | luciash | 2014-01-30 16:14:26 +0000 (Thu, 30 Jan 2014) | 1 line [FIX] make the column switching work properly in RTL languages (TODO: see what can be done in the other layout views) ---------------------------------------------- r49634 | luciash | 2014-01-30 12:59:04 +0000 (Thu, 30 Jan 2014) | 1 line [FIX] several attempts to fix the BiDi feature (RTL): fix to allow specifying lang of the page content and displaying correct direction of a wiki page content saved in non-RTL language inside a RTL language site, simplification (one dir="rtl" in root html element should be enough to style the rest), fix to prevent columns overlapping in RTL, switch the sides of the columns switchers in RTL (more to come) ---------------------------------------------- r49633 | luciash | 2014-01-30 12:41:57 +0000 (Thu, 30 Jan 2014) | 1 line [FIX] "double height with scrollbar" issue in codelisting with CodeMirror ---------------------------------------------- r49628 | jonnybradley | 2014-01-29 17:45:46 +0000 (Wed, 29 Jan 2014) | 1 line [FIX] maps: Change URL for experimental StreetView layer as previous one is no longer supported - better fix using something like StreetViewCoverageLayer needed in the long term... ---------------------------------------------- r49624 | jonnybradley | 2014-01-29 16:16:53 +0000 (Wed, 29 Jan 2014) | 1 line [FIX] sefurl: Allow $with_title for categories (supported by filter_out_sefurl and used by the category module) and don't add the & yet if there's a title to be added afterwards ---------------------------------------------- r49623 | jonnybradley | 2014-01-29 16:15:05 +0000 (Wed, 29 Jan 2014) | 1 line [ENH] trackers: Add more control over how category field outputs are rendered to allow output as links to browse categories, and output as an unordered list for more formatting control ---------------------------------------------- r49620 | lphuberdeau | 2014-01-29 15:20:45 +0000 (Wed, 29 Jan 2014) | 1 line [FIX] Tracker calendar broken by change in field handling, field now returns formatted date instead of unix timestamp ---------------------------------------------- r49618 | lphuberdeau | 2014-01-29 15:04:25 +0000 (Wed, 29 Jan 2014) | 1 line [FIX] Attempting to update a forum post while updating a forum definition ---------------------------------------------- r49616 | jonnybradley | 2014-01-29 14:57:28 +0000 (Wed, 29 Jan 2014) | 1 line [FIX] bidi: Setup RTL css (whether to BiDi.css include or not) after the decision to use the page language has been made depending on feature_sync_language ---------------------------------------------- r49613 | lphuberdeau | 2014-01-29 14:38:23 +0000 (Wed, 29 Jan 2014) | 1 line [FIX]?\194?\160Exported profiles containing extra-long references would not apply properly due to extra space to the right (likely a yaml parser issue) ---------------------------------------------- r49604 | lphuberdeau | 2014-01-28 17:55:07 +0000 (Tue, 28 Jan 2014) | 1 line [bp/multiple] User conditions and age validation ---------------------------------------------- r49596 | xavidp | 2014-01-27 17:43:17 +0000 (Mon, 27 Jan 2014) | 1 line [MOD]Code re-indentation only, no other changes. ---------------------------------------------- r49594 | xavidp | 2014-01-27 17:41:04 +0000 (Mon, 27 Jan 2014) | 1 line [FIX]It's not trackers but tracker items (fix for title attribute; missing in the previous commit). thanks luci! ---------------------------------------------- r49591 | xavidp | 2014-01-27 12:08:47 +0000 (Mon, 27 Jan 2014) | 1 line [FIX]It's not trackers but trakcer items ---------------------------------------------- r49589 | xavidp | 2014-01-27 11:13:59 +0000 (Mon, 27 Jan 2014) | 1 line [FIX]Allow using 100% page width when in central column, since it can display many columns of desired information. ---------------------------------------------- r49588 | xavidp | 2014-01-27 11:11:11 +0000 (Mon, 27 Jan 2014) | 1 line [FIX]Usability fix of the icon, font size and content width for module since_last_visit_new in jquery mode, for theme styles with a little bit less width by default in side modules (including coalesce), while keeping similar readability like other modules. ---------------------------------------------- r49582 | lindonb | 2014-01-26 17:26:22 +0000 (Sun, 26 Jan 2014) | 1 line [FIX] PluginImg: $link_button needs filter_out_sefurl too sometimes, as was done for $link and $src in r22212 and r43231 ---------------------------------------------- r49580 | lindonb | 2014-01-26 06:36:40 +0000 (Sun, 26 Jan 2014) | 1 line [FIX] trackers: Replacing r43697 with a better (hopefully) fix for header field descriptions. Previous fix caused other field descriptions to no longer be directly under the field input. Also makes toggle for the header field work on tiki-view_tracker_item.php view and edit item tabs. ---------------------------------------------- r49578 | arildb | 2014-01-25 19:23:08 +0000 (Sat, 25 Jan 2014) | 3 lines [FIX] Do not show the buttons "Go back" and "Return to home page" if the error occurs on the homepage. Cleans up the look when the user has no permissions. The buttons are displayed on all other pages. ---------------------------------------------- r49574 | xavidp | 2014-01-24 21:13:58 +0000 (Fri, 24 Jan 2014) | 1 line [FIX]Usability fix of the icon size for module since_last_visit_new in jquery mode, for theme styles with a little bit less width by default in side modules ---------------------------------------------- r49568 | xavidp | 2014-01-24 19:52:38 +0000 (Fri, 24 Jan 2014) | 1 line a few more strings translated, from the modified wizard pages ---------------------------------------------- r49566 | xavidp | 2014-01-24 18:56:28 +0000 (Fri, 24 Jan 2014) | 1 line [MOD]Renamed 'Site Profiles' to 'Configuration Profiles' in the first screen of the Tiki Steup, as a generic title to comprise the three types that can be found later on in the next screens (Featured Site Profiles, Useful Profiles, Demo Profiles) ---------------------------------------------- r49565 | xavidp | 2014-01-24 18:52:41 +0000 (Fri, 24 Jan 2014) | 1 line [FIX]Fixing a few typos and removing the word "Site" from the names for Userful & Demo profiles ---------------------------------------------- r49563 | xavidp | 2014-01-24 14:58:17 +0000 (Fri, 24 Jan 2014) | 1 line [ENH]Distinguish the active tab from the others in the module since_last_visit_new when in jquery mode. Lighter grey color, better contrast in admin modules > edit (tabs) ---------------------------------------------- r49562 | xavidp | 2014-01-24 14:44:37 +0000 (Fri, 24 Jan 2014) | 1 line [ENH]Distinguish the active tab from the others in the module since_last_visit_new when in jquery mode ---------------------------------------------- r49561 | xavidp | 2014-01-24 14:33:26 +0000 (Fri, 24 Jan 2014) | 1 line [ENH]Added calendars and their events to the module since_last_visit_new. ---------------------------------------------- r49560 | xavidp | 2014-01-24 14:30:52 +0000 (Fri, 24 Jan 2014) | 1 line [FIX]Distinguish between blogs and blog posts, and between file gals and files, with slightly different icons also ---------------------------------------------- r49558 | manivannans | 2014-01-24 13:48:26 +0000 (Fri, 24 Jan 2014) | 1 line [FIX] Jquery validation commonly added for antibots. Ref: http://dev.tiki.org/item5004 ---------------------------------------------- r49557 | xavidp | 2014-01-24 13:02:27 +0000 (Fri, 24 Jan 2014) | 1 line [MOD]Change icon for users from vcard (looks as if new contacts were added, in the feaure "contacts") to users indeed. ---------------------------------------------- r49555 | xavidp | 2014-01-24 12:33:52 +0000 (Fri, 24 Jan 2014) | 1 line [FIX]Added the missing icon and code to display updated trackers in module since_last_visit_new in that fancy jquery mode (how come I didn't know during so many years about that jquery mode?). Updated the icon for new tracker items accordingly to distinguish it from the other. Extra pieces of images taken from openclipart (public domain svg's) ---------------------------------------------- r49545 | lphuberdeau | 2014-01-23 22:31:39 +0000 (Thu, 23 Jan 2014) | 1 line [ENH] Allow to specify the table has no auto-increment keys to reduce overhead in bulk operations (and any tracker insert operation) ---------------------------------------------- r49544 | lphuberdeau | 2014-01-23 22:30:04 +0000 (Thu, 23 Jan 2014) | 1 line [ENH] Only fetch applicable categories once per field in bulk operations ---------------------------------------------- r49543 | lphuberdeau | 2014-01-23 22:29:20 +0000 (Thu, 23 Jan 2014) | 1 line [ENH] Reduce overhead of tracker math calculations in bulk operations ---------------------------------------------- r49542 | lphuberdeau | 2014-01-23 22:28:15 +0000 (Thu, 23 Jan 2014) | 1 line [ENH] Avoid unnecessary querying in permissions for category permissions ---------------------------------------------- r49538 | lphuberdeau | 2014-01-23 21:20:27 +0000 (Thu, 23 Jan 2014) | 1 line [ENH] Upgrading symfony/console ---------------------------------------------- r49535 | lphuberdeau | 2014-01-23 20:44:48 +0000 (Thu, 23 Jan 2014) | 1 line [FIX] Edit issue when multilingual is added late on a field, clean-up messy template ---------------------------------------------- r49534 | xavidp | 2014-01-23 20:23:30 +0000 (Thu, 23 Jan 2014) | 1 line [FIX]Consistency with the new classification of Site profiles (not just 'featured'). ---------------------------------------------- r49530 | lphuberdeau | 2014-01-23 18:03:50 +0000 (Thu, 23 Jan 2014) | 1 line [FIX]?\194?\160Conventions not followed in service ---------------------------------------------- r49529 | xavidp | 2014-01-23 17:27:46 +0000 (Thu, 23 Jan 2014) | 1 line [FIX]Punctuation in tpls (removed colon where it was not necessary). Thanks sylvieg for the reminder. ---------------------------------------------- r49528 | xavidp | 2014-01-23 17:24:41 +0000 (Thu, 23 Jan 2014) | 1 line [ENH]Added profile keywords to the url so that only that profile is listed, not all the featured profiles ---------------------------------------------- r49527 | xavidp | 2014-01-23 16:22:32 +0000 (Thu, 23 Jan 2014) | 3 lines [NEW]New screens at the Site Profiles Wizard, as suggested earlier in the devel list and in http://dev.tiki.org/Profiles+Wizard : one for potentially useful profiles for production sites (Mobile, etc), and another to showcase some features for demostration purposes. [MOD]Names for the former profile-related wizard files and functions have been renamed to allow other cases to be added (Useful and Demo), and apply-profile links open in new window, so that user can continue revising other profiles from the wizard before finishing it. [NEW]Icons have been added to all profiles in the Profile Wizard, to make it a little bit more user friendly (too much text still maybe?). all of them taken from openclipart (public domain icons): https://openclipart.org . They could be modified to have a similar color palette, since we have the svg version for all of them except the togetherJS one. ---------------------------------------------- r49526 | xavidp | 2014-01-23 16:11:09 +0000 (Thu, 23 Jan 2014) | 1 line [FIX]Naming Consistency: 'Featured Site Profiles' ---------------------------------------------- r49523 | xavidp | 2014-01-23 12:04:46 +0000 (Thu, 23 Jan 2014) | 1 line [FIX]Oups (removing leftover from previous debugging) ---------------------------------------------- r49522 | xavidp | 2014-01-23 11:47:51 +0000 (Thu, 23 Jan 2014) | 1 line [ENH]Cosmetic fix (indentation or paragraphs) ---------------------------------------------- r49519 | manivannans | 2014-01-23 11:04:41 +0000 (Thu, 23 Jan 2014) | 1 line [FIX] Changes added to fix PluginTracker input word count limit for text area not working Ref:http://dev.tiki.org/item5096. ---------------------------------------------- r49511 | jyhem | 2014-01-23 02:35:38 +0000 (Thu, 23 Jan 2014) | 1 line [FIX] Do not display ugly ill-formatted message to first-time Tiki users ---------------------------------------------- r49498 | xavidp | 2014-01-22 20:15:59 +0000 (Wed, 22 Jan 2014) | 1 line [NEW]Ported module users_list ( http://doc.tiki.org/Module+users_list ---------------------------------------------- r49492 | xavidp | 2014-01-22 17:39:54 +0000 (Wed, 22 Jan 2014) | 1 line typo and a couple more strings translated ---------------------------------------------- r49491 | xavidp | 2014-01-22 17:33:48 +0000 (Wed, 22 Jan 2014) | 1 line a few strings from the new versions of the * wizards translated ---------------------------------------------- r49489 | jonnybradley | 2014-01-22 16:47:46 +0000 (Wed, 22 Jan 2014) | 1 line [FIX] help: Obey help system prefs in plugin edit popup (thanks eromneg) ---------------------------------------------- r49488 | jonnybradley | 2014-01-22 16:42:31 +0000 (Wed, 22 Jan 2014) | 1 line [FIX] js: Set jqueryTiki.useInlineComment just once from the pref and disable it in setup/mobile (tidier) ---------------------------------------------- r49487 | eromneg | 2014-01-22 14:32:41 +0000 (Wed, 22 Jan 2014) | 1 line [FIX] this per page 'show title' option doesn't make sense if the 'wiki_page_name_above' pref is not on - so add a check for this. Also it should be noted that this 'show title' toggling only seems to apply to the 'wiki_page_name_above' pref and not the 'feature_page_title' pref ---------------------------------------------- r49486 | manivannans | 2014-01-22 14:27:53 +0000 (Wed, 22 Jan 2014) | 1 line [FIX] Changes added to fix Kaltura user interface issue in browse media and action access Ref:http://dev.tiki.org/item5028. ---------------------------------------------- r49485 | manivannans | 2014-01-22 14:02:53 +0000 (Wed, 22 Jan 2014) | 1 line [FIX] Changes added to fix PluginTracker input word count limit for text area not working Ref:http://dev.tiki.org/item5096. ---------------------------------------------- r49457 | jonnybradley | 2014-01-19 13:28:04 +0000 (Sun, 19 Jan 2014) | 1 line [FIX] structures: Function get_prev_page thought "0" was a valid parent_id (thanks eromneg) ---------------------------------------------- r49456 | jonnybradley | 2014-01-18 20:03:37 +0000 (Sat, 18 Jan 2014) | 2 lines [FIX] maps: Correct the way styles are used so tooltips and hover (temporary) style work as expected on markers and vector features by using addUniqueValueRules. Also stop hover effect when object already selected and fix plugin param test. ---------------------------------------------- r49451 | lindonb | 2014-01-18 18:44:44 +0000 (Sat, 18 Jan 2014) | 1 line [FIX] trackers: remove width setting which was overriding the visible size setting for tracker text fields. Didn't appear to be any similar settings for the other themes so hopefully safe to remove. ---------------------------------------------- r49444 | jonnybradley | 2014-01-17 18:00:41 +0000 (Fri, 17 Jan 2014) | 1 line Update openlayers mapping lib to 2.13.1 latest stable ---------------------------------------------- r49443 | jonnybradley | 2014-01-17 17:32:15 +0000 (Fri, 17 Jan 2014) | 1 line [ENH] maps: Add optional tooltips param to plugin - needs some further polish... (thanks eromneg) ---------------------------------------------- r49442 | eromneg | 2014-01-17 17:10:20 +0000 (Fri, 17 Jan 2014) | 1 line [FIX] only show Notification Preferences check boxes if the feature is 'on' - not added logic checks to the Comments option as yet as there are more complex possibilities for Comments ---------------------------------------------- r49439 | jonnybradley | 2014-01-17 15:36:20 +0000 (Fri, 17 Jan 2014) | 2 lines [ENH] trackers: Add option for Multiselect (checkbox) fields to render as a multiple select input (which Chosen will then make look nice - thanks marclaporte) [FIX] Inability to deselect everything in either mode ---------------------------------------------- r49435 | jonnybradley | 2014-01-17 14:45:26 +0000 (Fri, 17 Jan 2014) | 1 line [FIX] Revert r49045 which caused rogue ~np~ tags to appear in searchindex results. Still looking for a better fix for the original {list} plugin double-parsing issues... (thanks Nelson) ---------------------------------------------- r49430 | xavidp | 2014-01-16 20:20:30 +0000 (Thu, 16 Jan 2014) | 1 line [ENH]Reduce area of screenshot, so that details of smaller area aer enlarged, and added black margin ---------------------------------------------- r49426 | lphuberdeau | 2014-01-16 18:42:31 +0000 (Thu, 16 Jan 2014) | 1 line [FIX] Handle empty lists in calculations ---------------------------------------------- r49425 | xavidp | 2014-01-16 18:36:52 +0000 (Thu, 16 Jan 2014) | 8 lines [ENH]Admin wizard synchronized with the improved version in trunk, as agreed weeks ago in the devel list. [bp/r49023]NULL (I only backported the addition of img/icons/large/admin_panel48x48.png out of that commit r49023) [bp/r49047][FIX] Hide the admin wizard toc on the front page. Avoid indicating that it is the required process steps [bp/r49048][FIX] Make the wizard toc items for the profiles part link to the correct page. [bp/r49052][ENH]Minor changes to make the config wizard dialog clearer and more consisten. [bp/r49071][MOD]Fix consistency with icon size. Add '12' to the congratulations message about the Tiki instance so that it can be applicable for upgrades also. Add more spacing between the two first lines. [bp/r49072][FIX] Do not hard-code the version number [bp/r49073][FIX] wording. The recommendation is to start with "this approach". Not any of the others ---------------------------------------------- r49424 | jonnybradley | 2014-01-16 18:15:48 +0000 (Thu, 16 Jan 2014) | 1 line [FIX] maps: Create features from files in the usual "Editable" vector layer so previous ability to define the "depth" order form the {searchlayer} sub-plugin sort_mode param. Also use the properties.color setting from the file if it exists. ---------------------------------------------- r49423 | xavidp | 2014-01-16 17:51:17 +0000 (Thu, 16 Jan 2014) | 1 line [ENH]Improved documentation with the sections keywords shown explicitly to facilitate users' life. Thanks drsassafras for pointing that need in the forums. ---------------------------------------------- r49419 | lphuberdeau | 2014-01-16 16:54:44 +0000 (Thu, 16 Jan 2014) | 1 line [FIX] Trigger chosen event on update so the list gets updated, remove * for all -- which does not exist in any way, replace autocomplete filter with normal title search, which is less confusing with the search label ---------------------------------------------- r49416 | xavidp | 2014-01-16 14:17:10 +0000 (Thu, 16 Jan 2014) | 1 line [ENH]Tweaks to tiki-show_page_raw.tpl to make it adapted to mobile mode (work in progress, keeping changes between conditional if clauses so that this file could replace the original one in ./templates). Step 2 out of 2. Changes included. ---------------------------------------------- r49415 | xavidp | 2014-01-16 14:15:12 +0000 (Thu, 16 Jan 2014) | 1 line [ENH]Tweaks to tiki-show_page_raw.tpl to make it adapted to mobile mode (work in progress, keeping changes between conditional if clauses so that this file could replace the original one in ./templates). Step 1 out of 2. Clone of original tpl to ease keeping track of changes. ---------------------------------------------- r49414 | jonnybradley | 2014-01-16 13:15:30 +0000 (Thu, 16 Jan 2014) | 1 line [FIX] mobile: Resync tiki_full.tpl to get slideshows working (sort of) in mobile mode (hadn't been updated since 2011! Thanks Xavi) ---------------------------------------------- r49396 | jonnybradley | 2014-01-15 17:40:37 +0000 (Wed, 15 Jan 2014) | 2 lines [FIX] maps: Use the bottom middle point of markers to indicate the position of the location - works better with the default markers and most custom ones. Also use the pointer cursor to indicate they are clickable. ---------------------------------------------- r49395 | jonnybradley | 2014-01-15 17:35:09 +0000 (Wed, 15 Jan 2014) | 2 lines [ENH] maps: Add a way of using filegal files in trackers to add trails and features to maps without the 4k size limit geo-feature fields have. Styling hard-coded for now, also restricted to using the default OSM EPSG:4326 projection for now - more TODO (thanks eromneg) ---------------------------------------------- r49392 | lphuberdeau | 2014-01-15 17:29:10 +0000 (Wed, 15 Jan 2014) | 1 line [FIX] Activity stream does not depend on custom events, there are alternatives ---------------------------------------------- r49389 | xavidp | 2014-01-15 13:10:12 +0000 (Wed, 15 Jan 2014) | 2 lines [MOD][FIX] Better fix than r49388. Removed border attributes from .cm-tw-box since it produced a missplacement with the selections of text inside it. Added grey color instead ---------------------------------------------- r49388 | xavidp | 2014-01-15 12:34:34 +0000 (Wed, 15 Jan 2014) | 2 lines [MOD][FIX] Removed .cm-tw-box since it produced a missplacement when attempting to make selections of text inside it, which made codemirror unusable. ---------------------------------------------- r49387 | xavidp | 2014-01-15 11:56:15 +0000 (Wed, 15 Jan 2014) | 1 line a few strings added and translated ---------------------------------------------- r49385 | xavidp | 2014-01-15 09:47:55 +0000 (Wed, 15 Jan 2014) | 1 line [FIX]Remove np tags from the output made from wikiplugin module=register. I made the fix specific to this module since I want to prevent negative side effects in other modules which might not need this fix. ---------------------------------------------- r49381 | jyhem | 2014-01-14 19:47:16 +0000 (Tue, 14 Jan 2014) | 1 line [FIX] Let non-admin users add a contact ---------------------------------------------- r49380 | xavidp | 2014-01-14 16:46:28 +0000 (Tue, 14 Jan 2014) | 1 line more consistency with strings related to trackers ---------------------------------------------- r49379 | xavidp | 2014-01-14 16:23:40 +0000 (Tue, 14 Jan 2014) | 1 line [FIX]Usability: add some spacing between checkbox or radio button options. ---------------------------------------------- r49378 | xavidp | 2014-01-14 15:33:59 +0000 (Tue, 14 Jan 2014) | 1 line a few other changes to keep uniform style for tracker item options, etc ---------------------------------------------- r49376 | jonnybradley | 2014-01-14 13:34:39 +0000 (Tue, 14 Jan 2014) | 1 line [FIX] mimetypes: Add type for geojson and gpx (GIS file types) ---------------------------------------------- r49375 | jonnybradley | 2014-01-14 13:27:53 +0000 (Tue, 14 Jan 2014) | 1 line [FIX] files: filetype can be set to "unknown" sometimes ---------------------------------------------- r49374 | xavidp | 2014-01-14 11:25:53 +0000 (Tue, 14 Jan 2014) | 1 line some strings (re-)translated from admin wizard (deja-vu?) ---------------------------------------------- r49371 | jonnybradley | 2014-01-13 15:39:36 +0000 (Mon, 13 Jan 2014) | 1 line [FIX] filegals: tiki_p_list_file_galleries is a global perm only, not an object one, so tiki_p_view_file_gallery was not being respected on galleries here (thanks eromneg) ---------------------------------------------- r49369 | jonnybradley | 2014-01-13 13:56:52 +0000 (Mon, 13 Jan 2014) | 1 line [FIX] mimetypes: Add type for json and correct the javascript one ---------------------------------------------- r49368 | jonnybradley | 2014-01-13 13:55:45 +0000 (Mon, 13 Jan 2014) | 1 line [FIX] trackertoggle: Add handling for radio button fields (thanks marclaporte) ---------------------------------------------- r49363 | jonnybradley | 2014-01-10 16:44:08 +0000 (Fri, 10 Jan 2014) | 1 line [FIX] trackers: Return a more useful error message if a pretty tracker field reference is not replaced when used in a trackerlist (changes message added in r47396) ---------------------------------------------- r49362 | jonnybradley | 2014-01-10 13:28:57 +0000 (Fri, 10 Jan 2014) | 1 line [FIX] mobile: Alternative fix to r49361 which stopped all rel attributes being added on external wiki links, instead exclude "external" class links from using photoSwipe (thanks manivannans) ---------------------------------------------- r49361 | manivannans | 2014-01-10 11:30:31 +0000 (Fri, 10 Jan 2014) | 1 line [FIX]Empty black screen when using "box" parameter in wikilinks with mobile version.Ref:http://dev.tiki.org/item4995 ---------------------------------------------- r49358 | lphuberdeau | 2014-01-09 19:55:44 +0000 (Thu, 09 Jan 2014) | 1 line [ENH] Mark tracker field url's links as external ---------------------------------------------- r49355 | jonnybradley | 2014-01-09 18:05:35 +0000 (Thu, 09 Jan 2014) | 1 line [FIX] Move function to check for BOM in custom.php from TikiAccessLib as init_language is used in the installer where TikiLib etc is not initialised (thanks arildb) ---------------------------------------------- r49354 | jonnybradley | 2014-01-09 17:54:29 +0000 (Thu, 09 Jan 2014) | 1 line [FIX] draw: Check perms on the gallery instead of the file as when creating a new drawing there is no file info at this point, thanks eromneg ---------------------------------------------- r49352 | luciash | 2014-01-09 16:18:51 +0000 (Thu, 09 Jan 2014) | 1 line [REF] put one-line rules for display: none together ---------------------------------------------- r49349 | xavidp | 2014-01-09 14:08:16 +0000 (Thu, 09 Jan 2014) | 1 line [FIX]Hide editplugin icons from print and slideshow modes. Thanks chibaguy ---------------------------------------------- r49341 | jonnybradley | 2014-01-08 17:59:34 +0000 (Wed, 08 Jan 2014) | 1 line [FIX] draw: Use "special" get_perm_object call to get file gallery perms as Perms::get doesn't know about user gallery perms in img and edit_draw (where perms weren't being checked properly before anyway) - should fix wish5077, thanks again eromneg ---------------------------------------------- r49339 | jonnybradley | 2014-01-08 15:59:52 +0000 (Wed, 08 Jan 2014) | 1 line [FIX] trackers: If " Value Field ID" option on an ItemsList is set (as is the case in upgrades often) then check if the remote field is an ItemsLink one and ignore that option if so (thanks eromneg) ---------------------------------------------- r49338 | jonnybradley | 2014-01-08 15:48:56 +0000 (Wed, 08 Jan 2014) | 1 line [FIX] trackers: Notices - $file['galleryId'] not set, so use $galleryId instead? ---------------------------------------------- r49337 | jonnybradley | 2014-01-08 15:41:17 +0000 (Wed, 08 Jan 2014) | 2 lines [FIX] trackers: If a record is missing from tiki_tracker_item_fields for a user selector then that item was showing as being "owned" by whoever the current user is, as seen on dev.tiki.org. Not setting the value to $user here fixes that, and editing & creating items still works as expected in view_tracker_item and the tracker plugin. Should fix wish5089 ---------------------------------------------- r49334 | jonnybradley | 2014-01-08 14:20:11 +0000 (Wed, 08 Jan 2014) | 1 line [FIX] toolbars: Move colour picker CSS from the php to css file as $headerlib->add_css no longer necessarily works all the time (fixes wish5066) ---------------------------------------------- r49333 | manivannans | 2014-01-08 13:05:57 +0000 (Wed, 08 Jan 2014) | 1 line [FIX] Current pagename added as a pagetitle in tiki-print.php Ref: http://dev.tiki.org/item5047 ---------------------------------------------- r49331 | jonnybradley | 2014-01-07 18:58:10 +0000 (Tue, 07 Jan 2014) | 1 line [FIX] filegals: Respect view_file_gallery when listing sub-galleries, corrects visibility of restricted galleries on the filegal explorer for instance (thanks eromneg) ---------------------------------------------- r49329 | jonnybradley | 2014-01-07 14:47:12 +0000 (Tue, 07 Jan 2014) | 1 line [FIX] Check for BOM in custom.php in init_language and fix if possible (thanks marclaporte) ---------------------------------------------- Version 12.0 <http://doc.tiki.org/Tiki12> ------------------ ---------------------------------------------- r48846 | nkoth | 2013-11-30 03:17:01 +0100 (Sat, 30 Nov 2013) | 1 line [FIX] Fix for initial new indexing not creating index due to no content ---------------------------------------------- r48845 | marclaporte | 2013-11-30 02:28:43 +0100 (Sat, 30 Nov 2013) | 1 line Improve setup.sh documentation, with respect to Composer ---------------------------------------------- r48844 | nkoth | 2013-11-30 02:01:47 +0100 (Sat, 30 Nov 2013) | 1 line [ROLLBACK] r48853 bad attempt at fixing missing table issue ---------------------------------------------- r48843 | nkoth | 2013-11-30 01:43:22 +0100 (Sat, 30 Nov 2013) | 1 line [FIX] When rebuilding using empty Tiki, no index table is created causing problems after install ---------------------------------------------- r48841 | xavidp | 2013-11-29 21:23:30 +0100 (Fri, 29 Nov 2013) | 1 line minor fix of a misstranslation in the early screens for a brand new tiki ---------------------------------------------- r48840 | xavidp | 2013-11-29 20:59:39 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Blogs: Fixed size of some icons and labels in mobile mode so that human fingers can tap on them without too much zooming in. Step 2 out of 2. Added mobile classes within 'if clauses', so that this same tpl could work in the standard templates directory if we decide to move it there instead of keeping this tpl forked under the templates/styles/mobile/ directory ---------------------------------------------- r48839 | xavidp | 2013-11-29 20:56:19 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Blogs: Fixed size of some icons and labels in mobile mode so that human fingers can tap on them without too much zooming in. Step 1 out of 2. Clone standard tpls from the default templates directory inside mobile's, so that changes can be easy tracked. ---------------------------------------------- r48838 | marclaporte | 2013-11-29 20:50:03 +0100 (Fri, 29 Nov 2013) | 1 line Removing dependencies added for developers only in r47779. As of now, they get added on non-dev sites when running sh setup.sh as per Tiki install instructions. It's not just using up disk space, it's also adding dependencies that are not in tiki-check.php (and thus server is already supposed to be OK for Tiki) and blocking the install on a standard ClearOS server (similar to CentOS) and thus, we will get a lot of support requests if we leave as is. Ref: dev.tiki.org/item5012 ---------------------------------------------- r48830 | arildb | 2013-11-29 18:21:21 +0100 (Fri, 29 Nov 2013) | 2 lines [FIX] Updated the web.config rules, based on the latest .htaccess. Only comments affected. Thanks marclaporte ---------------------------------------------- r48829 | manivannans | 2013-11-29 17:37:36 +0100 (Fri, 29 Nov 2013) | 1 line [ENH] Offer a link for admin, to rebuild index on error message "No index available". Ref: http://dev.tiki.org/item4951 ---------------------------------------------- r48828 | manivannans | 2013-11-29 17:31:21 +0100 (Fri, 29 Nov 2013) | 1 line [FIX] Changes added to fix "away" word always shown even if not distance available Ref: http://dev.tiki.org/item4994 ---------------------------------------------- r48822 | xavidp | 2013-11-29 13:25:49 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Articles: Fixed size of some icons and labels in mobile mode so that human fingers can tap on them without too much zooming in. Step 2 out of 2. Added mobile classes within 'if clauses', so that this same tpl could work in the standard templates directory if we decide to move it there instead of keeping this tpl forked under the templates/styles/mobile/ directory ---------------------------------------------- r48821 | xavidp | 2013-11-29 13:21:33 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Articles: Fixed size of some icons and labels in mobile mode so that human fingers can tap on them without too much zooming in. Step 1 out of 2. Clone standard tpls from the default templates directory inside mobile's, so that changes can be easy tracked. ---------------------------------------------- r48820 | manivannans | 2013-11-29 13:19:10 +0100 (Fri, 29 Nov 2013) | 1 line [FIX] Changes added to fix table/alias error in page listing. Ref: http://dev.tiki.org/item4932 ---------------------------------------------- r48819 | manivannans | 2013-11-29 13:08:09 +0100 (Fri, 29 Nov 2013) | 1 line [FIX] Changes added to remove identical content from search_morelikethis module Ref: http://dev.tiki.org/item5001 ---------------------------------------------- r48818 | xavidp | 2013-11-29 12:52:35 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Tags: Fixed size of freetag labels in mobile mode so that human fingers can tap on them without too much zooming in. Step 2 out of 2. Added mobile classes within 'if clauses', so that this same tpl could work in the standard templates directory if we decide to move it there instead of keeping this tpl forked under the templates/styles/mobile/ directory ---------------------------------------------- r48817 | xavidp | 2013-11-29 12:50:58 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Tags: Fixed size of freetag labels in mobile mode so that human fingers can tap on them without too much zooming in. Step 1 out of 2. Clone standard tpls from the default templates directory inside mobile's, so that changes can be easy tracked. ---------------------------------------------- r48815 | xavidp | 2013-11-29 12:26:37 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Smaller size of translated buttons in mobile (only as big as the size of the text or icon, not full screen width as before, which was too much unnecesarily) ---------------------------------------------- r48814 | xavidp | 2013-11-29 11:58:16 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Browse Categories: Fixed size of some icons in mobile mode so that human fingers can tap on them without too much zooming in. Step 2 out of 2. Added mobile classes within 'if clauses', so that this same tpl could work in the standard templates directory if we decide to move it there instead of keeping this tpl forked under the templates/styles/mobile/ directory ---------------------------------------------- r48813 | xavidp | 2013-11-29 11:56:18 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Browse Categories: Fixed size of some icons in mobile mode so that human fingers can tap on them without too much zooming in. Step 1 out of 2. Clone standard tpls from the default templates directory inside mobile's, so that changes can be easy tracked. ---------------------------------------------- r48812 | arildb | 2013-11-29 11:01:54 +0100 (Fri, 29 Nov 2013) | 1 line [FIX] Maps are displayed on top of the svg-editor. Ticket ID: 4991 ---------------------------------------------- r48811 | xavidp | 2013-11-29 10:51:10 +0100 (Fri, 29 Nov 2013) | 2 lines [FIX]Fix size of some icons in mobile mode for browsing categories so that human fingers can tap on them without too much zooming in. Icon to 'Watch categories and descendants' in mobile mode still not working (beyond my skills to fix it, it seems). ---------------------------------------------- r48810 | xavidp | 2013-11-29 09:16:34 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Fixed size of buttons next to smarty titles in mobile mode, so that they can be tapped with human fingers without zooming in. ---------------------------------------------- r48809 | xavidp | 2013-11-29 09:03:08 +0100 (Fri, 29 Nov 2013) | 2 lines [FIX]Browse Tags: Fixed size of some icons in mobile mode so that human fingers can tap on them without too much zooming in. Step 2 out of 2. Added classes for jquery mobile ('if' clauses are left in place, just in case we decided that we don't want to keep the forked tpl but replace the standard one withthis one, which would work well replacing the standard tpl under templates; since I'm not sure whether this would introduce issues at merging-in-trunk-time, I keep it here as forked for the time being, for the sake of the merger's health) ---------------------------------------------- r48808 | xavidp | 2013-11-29 08:59:04 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Browse Tags: Fixed size of some icons in mobile mode so that human fingers can tap on them without too much zooming in. Step 1 out of 2. Clone standard tpls from the default templates directory inside mobile's, so that changes can be easy tracked. ---------------------------------------------- r48807 | xavidp | 2013-11-29 08:47:51 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Smaller size of smarty buttons in mobile (only as big as the size of the text or icon, not full screen width as before, which was too much unnecesarily) ---------------------------------------------- r48806 | xavidp | 2013-11-29 08:42:18 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Smaller size of smarty icons (only as big as the size of the text or icon, not full screen width as before, which was too much unnecesarily) ---------------------------------------------- r48805 | xavidp | 2013-11-29 08:34:21 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Size of wiki_plugin_edit icon when in mobile mode. ---------------------------------------------- r48804 | xavidp | 2013-11-29 08:30:13 +0100 (Fri, 29 Nov 2013) | 1 line [FIX]Size of edit section icon when in mobile mode. ---------------------------------------------- r48803 | lindonb | 2013-11-29 01:50:48 +0100 (Fri, 29 Nov 2013) | 1 line [FIX} tablesorter: add additional sortList option to avoid wrong column offsets; correct tspaginate description ---------------------------------------------- r48801 | xavidp | 2013-11-28 22:45:54 +0100 (Thu, 28 Nov 2013) | 1 line [MOD]Removed if clauses since they are now only used when in mobile mode ---------------------------------------------- r48800 | xavidp | 2013-11-28 22:41:53 +0100 (Thu, 28 Nov 2013) | 2 lines [FIX]Fix size of some icons in mobile mode so that human fingers can tap on them without too much zooming in. Step 2 out of 2. Added classes for jquery mobile (TODO: remove if clauses since they are now executed only in mobile) ---------------------------------------------- r48799 | xavidp | 2013-11-28 22:39:34 +0100 (Thu, 28 Nov 2013) | 1 line [FIX]Added svn keyword Id ---------------------------------------------- r48798 | xavidp | 2013-11-28 22:38:30 +0100 (Thu, 28 Nov 2013) | 1 line [FIX]Fix size of some icons in mobile mode so that human fingers can tap on them without too much zooming in. Step 1 out of 2. Clone standard tpls from the default templates directory inside mobile's, so that changes can be easy tracked. ---------------------------------------------- r48797 | xavidp | 2013-11-28 22:34:25 +0100 (Thu, 28 Nov 2013) | 1 line [MOD]ROLLBACK to 48752, since the discussion at the devel list concluded that we'd better fork these 2 tpl's in the ./templates/styles/mobile/ directory, to avoid merging issues of the default tpls with trunk's tpl's. Thanks jonnyb ---------------------------------------------- r48796 | luciash | 2013-11-28 22:27:51 +0100 (Thu, 28 Nov 2013) | 1 line [KIL] remove unused image ---------------------------------------------- r48795 | luciash | 2013-11-28 22:26:06 +0100 (Thu, 28 Nov 2013) | 1 line [KIL] remove unused images ---------------------------------------------- r48794 | luciash | 2013-11-28 22:21:31 +0100 (Thu, 28 Nov 2013) | 1 line [FIX] Tiki diamond only logo with ?\194?\174 (R) ---------------------------------------------- r48793 | luciash | 2013-11-28 22:16:16 +0100 (Thu, 28 Nov 2013) | 1 line [KIL] obsolete images ---------------------------------------------- r48792 | luciash | 2013-11-28 21:53:41 +0100 (Thu, 28 Nov 2013) | 1 line [ENH] little fixes and enhanced default look for auto-toc ---------------------------------------------- r48791 | luciash | 2013-11-28 21:29:51 +0100 (Thu, 28 Nov 2013) | 1 line [FIX] Gradiant theme: hover menu highlighted items did look weird completely transparent ---------------------------------------------- r48790 | luciash | 2013-11-28 21:26:34 +0100 (Thu, 28 Nov 2013) | 1 line [FIX] a bit higher min-height for top modules so login module aligns nicely when logo changed to small or removed ---------------------------------------------- r48789 | luciash | 2013-11-28 20:18:06 +0100 (Thu, 28 Nov 2013) | 1 line [FIX] Tiki Wiki CMS Groupware logo with ?\194?\174 ---------------------------------------------- r48787 | marclaporte | 2013-11-28 16:19:21 +0100 (Thu, 28 Nov 2013) | 1 line specifying that database dump is made with mysqldump ---------------------------------------------- r48785 | marclaporte | 2013-11-28 15:48:18 +0100 (Thu, 28 Nov 2013) | 1 line QuickPerms is a good idea, but since still experimental, should not be activated by default. ---------------------------------------------- r48784 | marclaporte | 2013-11-28 15:38:08 +0100 (Thu, 28 Nov 2013) | 1 line [MOD] Renaming Database Dump to Database Backup because I don't like the word dump, as it has the connotation of waste or garbage http://en.wikipedia.org/wiki/Dump Backup is more universal. Part 2 ---------------------------------------------- r48783 | marclaporte | 2013-11-28 15:33:07 +0100 (Thu, 28 Nov 2013) | 1 line [MOD] Renaming Database Dump to Database Backup because I don't like the word dump, as it has the connotation of waste or garbage http://en.wikipedia.org/wiki/Dump Backup is more universal. In the next commit, I will update the content of the files ---------------------------------------------- r48781 | jobicarter | 2013-11-28 00:54:26 +0100 (Thu, 28 Nov 2013) | 1 line [FIX] fix no overflow when mini/mobile auto-toc is longer than page. overflow now exists, and javascript is implimented to prevent scrolling of the main page when scroll hits bottom of innerToc div for Chrome and FF, but not for IE. ---------------------------------------------- r48780 | jobicarter | 2013-11-27 21:43:15 +0100 (Wed, 27 Nov 2013) | 1 line [FIX] fixed auto toc showing blank anchors in FF due to element.innerText use ---------------------------------------------- r48779 | lphuberdeau | 2013-11-27 19:47:48 +0100 (Wed, 27 Nov 2013) | 1 line [FIX]?\194?\160Prefix search would not work with multiple terms in elasticsearch ---------------------------------------------- r48778 | lphuberdeau | 2013-11-27 19:11:51 +0100 (Wed, 27 Nov 2013) | 1 line [FIX]?\194?\160CODE blocks and HTML blocks could cause page breakages when presenting search results ---------------------------------------------- r48777 | lphuberdeau | 2013-11-27 18:49:41 +0100 (Wed, 27 Nov 2013) | 1 line [FIX] (Re-)Add geo-location to user links ---------------------------------------------- r48776 | lphuberdeau | 2013-11-27 16:55:45 +0100 (Wed, 27 Nov 2013) | 1 line [FIX] No valid reason for hidden fields not to be logged/stored in history ---------------------------------------------- r48775 | lphuberdeau | 2013-11-27 16:04:33 +0100 (Wed, 27 Nov 2013) | 1 line [FIX]?\194?\160Initialize the index post-install to avoid errors ---------------------------------------------- r48774 | lphuberdeau | 2013-11-27 15:08:38 +0100 (Wed, 27 Nov 2013) | 1 line [FIX]?\194?\160Slow-down related to re-fetching permission list from cache in some object lists, store in memory after first use ---------------------------------------------- r48773 | manivannans | 2013-11-27 14:17:35 +0100 (Wed, 27 Nov 2013) | 1 line [FIX] Changes added to fix self link title of tiki-tracker_view_history.php is incorrect Ref: http://dev.tiki.org/item4982 ---------------------------------------------- r48772 | jonnybradley | 2013-11-27 14:09:07 +0100 (Wed, 27 Nov 2013) | 1 line [FIX] mobile: Disable fullcalendar in mobile (nothing was appearing, addresses wish4993, thanks Xavi again) ---------------------------------------------- r48771 | manivannans | 2013-11-27 12:38:00 +0100 (Wed, 27 Nov 2013) | 1 line [FIX] Changes added to float Videos to right side like images in pluginSlideshow Ref: http://dev.tiki.org/item4926 ---------------------------------------------- r48769 | jonnybradley | 2013-11-26 18:20:54 +0100 (Tue, 26 Nov 2013) | 1 line [FIX] mobile: Modules and icons need caching separately for mobile ---------------------------------------------- r48768 | jonnybradley | 2013-11-26 17:52:11 +0100 (Tue, 26 Nov 2013) | 1 line [FIX] codemirror: Last minor update introduced more js error to cover up - we must be doing something wrong... ---------------------------------------------- r48767 | jonnybradley | 2013-11-26 17:51:01 +0100 (Tue, 26 Nov 2013) | 2 lines [FIX] elFinder: Make sure the filegal_manager and insertion_syntax request params get passed through to getWikiSyntax fn. Should solve wishes 4651 and not break things as reported in 4815. (if someone says "The fix is really easy" beware! :) ---------------------------------------------- r48766 | marclaporte | 2013-11-26 17:39:25 +0100 (Tue, 26 Nov 2013) | 1 line Updating composer.lock ---------------------------------------------- r48762 | skinut | 2013-11-26 14:39:05 +0100 (Tue, 26 Nov 2013) | 1 line Removed unintended code changes introduced in 48721 ---------------------------------------------- r48761 | manivannans | 2013-11-26 14:17:14 +0100 (Tue, 26 Nov 2013) | 1 line [FIX] Changes added to detect when two wiki pages have the same alias Ref: http://dev.tiki.org/item4250 ---------------------------------------------- r48760 | arildb | 2013-11-26 14:06:48 +0100 (Tue, 26 Nov 2013) | 1 line [FIX] Avoid invalid index errors ---------------------------------------------- r48759 | manivannans | 2013-11-26 14:06:08 +0100 (Tue, 26 Nov 2013) | 1 line [FIX] Changes added to fix parsing issue in action_calender module Ref: http://dev.tiki.org/item4986 ---------------------------------------------- r48756 | lindonb | 2013-11-26 04:54:12 +0100 (Tue, 26 Nov 2013) | 1 line tablesorter: add descriptions to tablesorter parameters for plugins ---------------------------------------------- r48754 | xavidp | 2013-11-25 20:32:56 +0100 (Mon, 25 Nov 2013) | 1 line fixed some misstranslations, mainly ---------------------------------------------- r48753 | xavidp | 2013-11-25 20:30:55 +0100 (Mon, 25 Nov 2013) | 1 line [FIX]Some image-icons bigger in forums when in mobile mode for human fingers. ---------------------------------------------- r48752 | xavidp | 2013-11-25 20:14:47 +0100 (Mon, 25 Nov 2013) | 1 line [FIX]Some image-icons bigger in file galleries when in mobile mode for human fingers. Thanks jonnyb for feedback ---------------------------------------------- r48751 | jonnybradley | 2013-11-25 19:50:54 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] icons: Add a little bit of jquery mobile awareness to the smarty {icon} function (thanks Xavi) ---------------------------------------------- r48750 | jonnybradley | 2013-11-25 18:53:28 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] tooltips: Check pref before setting up cluetips (setUpClueTips called from other places without checking causing problems in mobile) ---------------------------------------------- r48747 | jonnybradley | 2013-11-25 15:07:24 +0100 (Mon, 25 Nov 2013) | 2 lines [FIX] services: Add js files added to the output to the AJAX return, and only add in the js and files this particular template uses. Fixes smiley picker causing annoying page reloads in comments. ---------------------------------------------- r48746 | jonnybradley | 2013-11-25 15:04:40 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] toolbars: JS include for pickers (smileys etc) was not getting loaded if there were only pickers and no dialog type tools such as search or table. ---------------------------------------------- r48745 | jyhem | 2013-11-25 13:35:19 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] Use posix-compliant syntax ---------------------------------------------- r48741 | jonnybradley | 2013-11-25 12:26:10 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] Codemirror now contains a Tiki mode, but it's out of date, so remove the packaged one in case it's causing any conflicts. ---------------------------------------------- r48740 | jonnybradley | 2013-11-25 12:24:06 +0100 (Mon, 25 Nov 2013) | 1 line Codemirror update to 3.19 latest (thanks marclaporte) ---------------------------------------------- r48739 | xavidp | 2013-11-25 11:30:38 +0100 (Mon, 25 Nov 2013) | 1 line [FIX]Wizard admin bar checkbox in mobile mode respects user choice ---------------------------------------------- r48738 | xavidp | 2013-11-25 10:47:49 +0100 (Mon, 25 Nov 2013) | 1 line [FIX]Typos in source English string, fixed in source tpl and all lang files. ---------------------------------------------- r48737 | xavidp | 2013-11-25 10:32:45 +0100 (Mon, 25 Nov 2013) | 1 line Fixed some misstranslations ---------------------------------------------- r48736 | lindonb | 2013-11-25 06:04:21 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] tablesorter: use standard parameter description for PluginTrackerlist ---------------------------------------------- r48735 | lindonb | 2013-11-25 06:00:17 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] tablesorter: set offset properly in simplified ajax url ---------------------------------------------- r48734 | lindonb | 2013-11-25 05:59:01 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] tablesorter: allow for use of group headers, except when ajax is used (until reported tablesorter bug 437 is fixed); do not allow auto-dropdowns when ajax is used (until tablesorter bug 436 is fixed); remove group font styling ---------------------------------------------- r48733 | lindonb | 2013-11-25 05:49:05 +0100 (Mon, 25 Nov 2013) | 1 line tablesorter: update to version 2.14.1 ---------------------------------------------- r48732 | lindonb | 2013-11-25 05:46:45 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] Conforming changes to r48731 to avoid same id HTML errors ---------------------------------------------- r48731 | lindonb | 2013-11-25 05:41:51 +0100 (Mon, 25 Nov 2013) | 1 line [FIX] Revise r48697 to reduce HTML errors and keep from wrecking tablesorter. ---------------------------------------------- r48723 | nkoth | 2013-11-24 19:04:18 +0100 (Sun, 24 Nov 2013) | 1 line [FIX] List pages wikiplugin should depend on feature ---------------------------------------------- r48722 | nkoth | 2013-11-24 18:51:27 +0100 (Sun, 24 Nov 2013) | 1 line [FIX] activity stream features are advanced, not show always ---------------------------------------------- r48642 | xavidp | 2013-11-21 18:59:28 +0100 (Thu, 21 Nov 2013) | 1 line a few new strings translated ---------------------------------------------- r48641 | nkoth | 2013-11-21 18:46:22 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] Setting intertiki settings not working if domain mapping is turned on, because temp vars used in tiki_setup are not unset and thus messing with same named var in include_intertiki.php ---------------------------------------------- r48640 | jonnybradley | 2013-11-21 18:23:59 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] trackers: Restrict editorDirty detection to textareas, as various tracker fields (dynamic lists, maps, maybe more) send a change event on load resulting in leaving page warning even when no changes have been made ---------------------------------------------- r48638 | jonnybradley | 2013-11-21 17:59:40 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] caches: Better fix for messed up page after all caches have been cleared (the previous attempt redirecting the page meant it looked like the caches hadn't been cleared - thanks marclaporte) ---------------------------------------------- r48637 | xavidp | 2013-11-21 17:35:16 +0100 (Thu, 21 Nov 2013) | 1 line A few more strings translated from last changes to the admin wizard ---------------------------------------------- r48636 | xavidp | 2013-11-21 17:34:27 +0100 (Thu, 21 Nov 2013) | 1 line [FIX]Convert icon styled position into the corresponding css class ---------------------------------------------- r48635 | xavidp | 2013-11-21 17:26:03 +0100 (Thu, 21 Nov 2013) | 1 line [FIX]Consistency Fix with the way we show icons in the screens (floating left of the next text). ---------------------------------------------- r48634 | jonnybradley | 2013-11-21 17:21:20 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] unified: pasto in comment (thanks marclaporte) ---------------------------------------------- r48633 | jonnybradley | 2013-11-21 17:14:26 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] unified: Script to set the engine back to lucene if previous default was in use (following r48488) ---------------------------------------------- r48624 | jonnybradley | 2013-11-21 13:15:11 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] newsletters: Include newsletter.css when previewing newsletters (and change the simplebox divs to cbox as some themes set an unusual background colour for simplebox) ---------------------------------------------- r48621 | xavidp | 2013-11-21 11:42:20 +0100 (Thu, 21 Nov 2013) | 1 line [FIX]Wording and added "configuration profiles" instead of just "profiles" to the button for newbies of profiles ---------------------------------------------- r48620 | xavidp | 2013-11-21 11:24:42 +0100 (Thu, 21 Nov 2013) | 1 line [FIX]Equivalent fix as in r48618 but for the user wizard screen where the user can chose country. Thanks manivannans ---------------------------------------------- r48619 | manivannans | 2013-11-21 10:28:26 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] Changes added to fix Tracker show latest author and comment seems to always show today's date Ref: http://dev.tiki.org/item4957 ---------------------------------------------- r48618 | manivannans | 2013-11-21 10:01:02 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] Countries alphabetical sort is not working in tiki-user_preferences.php Ref: http://dev.tiki.org/item4954 ---------------------------------------------- r48617 | nkoth | 2013-11-21 06:59:07 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] Dynamic items list was not showing label but instead ID when target display field was an item link ---------------------------------------------- r48615 | nkoth | 2013-11-21 06:50:28 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] Item Link field was showing ID instead of the label when target display fields was category or item link fields ---------------------------------------------- r48614 | nkoth | 2013-11-21 06:48:54 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] Dynamic item link option was showing link tags when target labels were from item link field ---------------------------------------------- r48608 | nkoth | 2013-11-21 02:18:44 +0100 (Thu, 21 Nov 2013) | 1 line [FIX] Remove now non-functioning deprecated Google Maps plugin using v2 api, replace existing maps in Tiki that used it to use OpenLayers maps, transfer the default lon,lat,zoom settings to apply to OpenLayers maps ---------------------------------------------- r48607 | arildb | 2013-11-20 23:27:21 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Remove description associated with the "Skip.." option in the admin wizard description ---------------------------------------------- r48606 | arildb | 2013-11-20 23:23:42 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Better description for the "Skip..." option ---------------------------------------------- r48605 | arildb | 2013-11-20 23:17:42 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Less spacing to "Server Fitness" section. More compact layout. ---------------------------------------------- r48604 | arildb | 2013-11-20 23:10:27 +0100 (Wed, 20 Nov 2013) | 2 lines [FIX] Admin wizard profile page opens the profile page in the same window [FIX] Change the wording. Not an optional step. ---------------------------------------------- r48603 | arildb | 2013-11-20 23:01:46 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Remove redundant description. Should be self-explanatory + a "Skip..." option exists. ---------------------------------------------- r48602 | arildb | 2013-11-20 22:48:58 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Move the text together with the option. Easier for user to link description and command ---------------------------------------------- r48599 | arildb | 2013-11-20 22:38:16 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Better wording after name change ---------------------------------------------- r48598 | arildb | 2013-11-20 22:31:56 +0100 (Wed, 20 Nov 2013) | 2 lines [FIX] Rename "Tiki Setup Wizard" => "Tiki Setup" [FIX] Typ-o ---------------------------------------------- r48597 | arildb | 2013-11-20 22:16:23 +0100 (Wed, 20 Nov 2013) | 5 lines [FIX] Better accommodate the profile configuration in admin wizard. In admin wizard, make profiles and the standard admin wizard different entry points for the site configuration. Text and appearance should still be fixed up. Please check. Thanks Steve and Alain. ---------------------------------------------- r48592 | jonnybradley | 2013-11-20 19:56:01 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] elfinder: Check the startGallery really exists and reset to default if not and post an error message (which doesn't appear until the next page refresh, but better than nothing?) ---------------------------------------------- r48589 | jonnybradley | 2013-11-20 19:04:01 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] mobile: sync tpl changes from root ---------------------------------------------- r48587 | jonnybradley | 2013-11-20 19:03:17 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] i18n: available_languages pref was not respecting restrict_language, but does now. Unfortunately a lot of code was pasted all over the place (much of it not needed) so turned out to be more complicated than planned... also flush cache after changing these prefs so you can see the results (thanks Bernard) ---------------------------------------------- r48586 | xavidp | 2013-11-20 17:55:44 +0100 (Wed, 20 Nov 2013) | 1 line Set up Login from admin wizard translated ---------------------------------------------- r48585 | manivannans | 2013-11-20 17:41:41 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Changes added to fix sheet history diff(Green color) shown when the fields are not changed. trim(html_entity_decode(' ')); doesn't reduce the string to an empty string. Ref: http://dev.tiki.org/item4879 ---------------------------------------------- r48584 | xavidp | 2013-11-20 17:36:05 +0100 (Wed, 20 Nov 2013) | 1 line [FIX]Usability fix regarding whether to allow new user registrations or not, eventually prior some validation. Show also the passcode usual setting to prevent spam registrations. This way, the admins are shown the option in the admin wizard and they can choose their preference. As discussed in the security list. ---------------------------------------------- r48583 | xavidp | 2013-11-20 17:31:11 +0100 (Wed, 20 Nov 2013) | 1 line [FIX]Move hint into the description field, which was useless as it was. Cleaner interface and more homogenous look of admin wizard screens ---------------------------------------------- r48582 | xavidp | 2013-11-20 16:48:04 +0100 (Wed, 20 Nov 2013) | 1 line translate the 2 sentences in the new profile screen from the admin wizard ---------------------------------------------- r48581 | xavidp | 2013-11-20 16:27:20 +0100 (Wed, 20 Nov 2013) | 1 line [FIX]Quick usability fix. According to the discussion in the developers list, make selection of profiles in an early step of the wizard, and make its links open in new windows so that admins can continue fine tuning their tikis with the wizard in the first window. Profiles set to the 3rd page, because the 1st is language, and the second (time/date, or eventually could be another one) is needed for the language change to take effect after the second "save and continue". Thanks alain and others for the feedback in the developers list. ---------------------------------------------- r48580 | manivannans | 2013-11-20 14:46:46 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Changes added to fix tiki-all_languages.php showing wrong template. Ref: http://dev.tiki.org/item4838 ---------------------------------------------- r48579 | manivannans | 2013-11-20 13:06:42 +0100 (Wed, 20 Nov 2013) | 1 line [FIX] Wiki alias links are broken when a page is rolled back. Ref: http://dev.tiki.org/item4909 ---------------------------------------------- r48578 | xavidp | 2013-11-20 12:18:22 +0100 (Wed, 20 Nov 2013) | 1 line [FIX]Consistency to have same behavior in list tracker and plugin trackerlist regarding the option to display last comment author and date ---------------------------------------------- r48575 | marclaporte | 2013-11-20 04:57:17 +0100 (Wed, 20 Nov 2013) | 1 line [bp/r48350] [ENH] Spreadsheet, Articles, Blog and Calendar features permissions are added to tiki-list_object_permissions.php Ref: http://dev.tiki.org/item4871 ---------------------------------------------- r48574 | marclaporte | 2013-11-20 04:52:57 +0100 (Wed, 20 Nov 2013) | 1 line Documenting a workaround to use local FLV files with PluginMediaPlayer. Relates to: https://dev.tiki.org/wish4860 ---------------------------------------------- r48564 | jonnybradley | 2013-11-19 23:54:36 +0100 (Tue, 19 Nov 2013) | 1 line [FIX search module: Explicitly set the "action" of the module to be the default form action as IE sometimes was missing it being set by js only, resulting in staying on the same page with no search results (thanks marclaporte) ---------------------------------------------- r48562 | nkoth | 2013-11-19 22:23:34 +0100 (Tue, 19 Nov 2013) | 1 line [ROLLBACK] r48408 which did not work to fix the bug and contributes nothing ---------------------------------------------- r48561 | marclaporte | 2013-11-19 21:55:13 +0100 (Tue, 19 Nov 2013) | 1 line Silent Sessions conflicts with Switch Theme: updating inline documentation to this effect ---------------------------------------------- r48558 | jonnybradley | 2013-11-19 18:46:24 +0100 (Tue, 19 Nov 2013) | 1 line [FIX] search: Another go at wish4851 "Lost letter "G" in the search box" (rollback of r48364 which didn't work - possible php version differences involved in the behaviour of empty?) ---------------------------------------------- r48557 | jonnybradley | 2013-11-19 17:13:59 +0100 (Tue, 19 Nov 2013) | 1 line [FIX] wysiwyg: Fix syntax returned from picking a file in elFinder when using the native ckeditor HTML Image tool (should fix wish4815, thanks Arild) ---------------------------------------------- r48555 | jonnybradley | 2013-11-19 15:51:30 +0100 (Tue, 19 Nov 2013) | 1 line [FIX] wysiwyg: Codemirror code breaking on tracker wysiwyg fields when there's an ItemLink field on the form with an "Add item..." option set (for some reason - hopefully fixes wish4206, thanks tolson) ---------------------------------------------- r48554 | manivannans | 2013-11-19 14:09:34 +0100 (Tue, 19 Nov 2013) | 1 line [FIX] Changes added to fix sheet history diff(Green color) shown when the fields are not changed. Ref: http://dev.tiki.org/item4879 ---------------------------------------------- r48553 | manivannans | 2013-11-19 10:27:12 +0100 (Tue, 19 Nov 2013) | 1 line [FIX] Changes added to fix Change Theme button not clickable with jquery chosen . Ref: http://dev.tiki.org/item4927 ---------------------------------------------- r48550 | nkoth | 2013-11-19 02:50:07 +0100 (Tue, 19 Nov 2013) | 1 line [FIX] Autoshowing of comments area dims the comments, which is should not. It should only when it is due to an actual click ---------------------------------------------- r48542 | jonnybradley | 2013-11-18 20:29:17 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] modules: More on menus_items_icons - still slightly curious module toggle behaviour but now without js errors ---------------------------------------------- r48539 | jonnybradley | 2013-11-18 19:53:57 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] modules: "pics" directory was removed in favour of "img" several Tikis ago (don't really understand why $prefs.menus_items_icons is checked here and it triggers a js error but removes the green question mark error icons... more to come i guess) ---------------------------------------------- r48537 | jonnybradley | 2013-11-18 18:47:50 +0100 (Mon, 18 Nov 2013) | 3 lines [DOC] wysiwyg: Long overdue update of WYSIWYG help page, mainly removed references to Tiki versions. As there was only one difference between the html and wiki mode WYSIWYG help they has now been merged into a single tpl (and the wiki specific one removed). Partially addresses wish4813 ---------------------------------------------- r48536 | jonnybradley | 2013-11-18 17:57:11 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] mail: Allow subject to be reset - should fix tracker problem in wish4945 (thanks Geoff) ---------------------------------------------- r48535 | manivannans | 2013-11-18 17:30:21 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] Changes added to fix Tiki Importer - Mediawiki issue . Ref: http://dev.tiki.org/item4931 ---------------------------------------------- r48534 | xavidp | 2013-11-18 14:37:26 +0100 (Mon, 18 Nov 2013) | 1 line [FIX]Usability Fix. to allow shorter intuitive urls for newsletters (nl1). Closes https://dev.tiki.org/item4893 ---------------------------------------------- r48533 | xavidp | 2013-11-18 14:35:47 +0100 (Mon, 18 Nov 2013) | 1 line [FIX]Fix SEF url to subscribe to a newsletter ---------------------------------------------- r48532 | jonnybradley | 2013-11-18 14:28:21 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] editpage: Completely split up import and export fieldsets on the properties tab, ensuring tags are always closed correctly. ---------------------------------------------- r48531 | manivannans | 2013-11-18 13:49:28 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] Changes added to fix Wiki preview is blank on htmldiff and sidebysidediff. Ref: http://dev.tiki.org/item4856 ---------------------------------------------- r48529 | jonnybradley | 2013-11-18 12:04:25 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] comments: Restore missing comment options in admin/wiki - lost several Tikis ago (thanks Geoff) ---------------------------------------------- r48527 | manivannans | 2013-11-18 10:57:54 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] Changes added to fix toolbar modified notification (*) always shown in global and spreadsheet Ref: http://dev.tiki.org/item4906. and also admin toolbar button commonly added to both wysiwyg and wiki. ---------------------------------------------- r48526 | xavidp | 2013-11-18 10:02:01 +0100 (Mon, 18 Nov 2013) | 1 line [FIX]Add missing convene css entries to mobile ---------------------------------------------- r48525 | xavidp | 2013-11-18 09:29:58 +0100 (Mon, 18 Nov 2013) | 1 line [FIX]UI+fix: show buttons of 'export tracker items' as disabled when no items to export (and remove link also) ---------------------------------------------- r48524 | xavidp | 2013-11-18 09:25:34 +0100 (Mon, 18 Nov 2013) | 1 line [FIX]UI+fix: show buttons of 'clear trackers' as disabled when no items to clear (and there was no link either) ---------------------------------------------- r48522 | nkoth | 2013-11-18 05:09:53 +0100 (Mon, 18 Nov 2013) | 1 line [DOC] more tips in remarks box ---------------------------------------------- r48521 | nkoth | 2013-11-18 04:56:11 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] Fatal error in user indexing where user tracker item exists ---------------------------------------------- r48520 | nkoth | 2013-11-18 04:31:58 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] Show last line of search indexer log for debugging purposes ---------------------------------------------- r48519 | nkoth | 2013-11-18 04:02:13 +0100 (Mon, 18 Nov 2013) | 1 line [FIX] Possible fatal error with multiple draw plugin per page ---------------------------------------------- r48509 | jonnybradley | 2013-11-17 15:59:17 +0100 (Sun, 17 Nov 2013) | 2 lines [FIX] print: Make page aliases work in print mode. tiki-print.php should really be changed over to use renderlib which does all this properly, but adding a minimal fix here to disrupt as little as possible. Should fix wish4891, thanks jcarter) ---------------------------------------------- r48504 | lindonb | 2013-11-17 07:59:22 +0100 (Sun, 17 Nov 2013) | 1 line [FIX] tablesorter: set offset properly in simplified ajax url when a filter is in place; enable page controls by setting page correctly when filtered ---------------------------------------------- r48494 | lindonb | 2013-11-17 05:49:15 +0100 (Sun, 17 Nov 2013) | 1 line [FIX] tablesorter: better handling of external filters to avoid potential conflicts with column filters with new way filters are handled in tablesorter ---------------------------------------------- r48488 | nkoth | 2013-11-17 04:05:02 +0100 (Sun, 17 Nov 2013) | 1 line [MOD] Change default to Mysql index for unified search ---------------------------------------------- r48487 | lindonb | 2013-11-17 03:13:52 +0100 (Sun, 17 Nov 2013) | 1 line [FIX] tablesorter: allow for translation of strings and conform ajax and non-ajax pager text ---------------------------------------------- r48483 | eromneg | 2013-11-17 01:52:16 +0100 (Sun, 17 Nov 2013) | 1 line [FIX] display sequence/content of edit properties tab so that the Import page option is clearer and the export pages option is separate ---------------------------------------------- r48480 | marclaporte | 2013-11-16 23:53:46 +0100 (Sat, 16 Nov 2013) | 1 line Better to link to *.tiki.org than another URL to be future-proof to a URL change ---------------------------------------------- r48476 | lindonb | 2013-11-16 22:55:23 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] tablesorter: turn on for tiki-adminusers table since it seems to be working. ---------------------------------------------- r48474 | lindonb | 2013-11-16 22:27:30 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] tablesorter: allow for either server-side or client-side filtering/sorting, etc., when appropriate (like for trackerlist, but not for fancytable), for tables used in plugins. Also return offset and item count values in smarty template for trackerlist, which are needed in jquery after ajax calls. ---------------------------------------------- r48472 | lindonb | 2013-11-16 22:14:47 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] tablesorter: return offset and total item count values within the smarty template so they are available in jquery after ajax calls ---------------------------------------------- r48471 | lindonb | 2013-11-16 22:11:57 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] tablesorter: update to new way of handling external filters and rebuild page dropdown until I can figure how to do this within the tablesorter program ---------------------------------------------- r48470 | lindonb | 2013-11-16 22:08:03 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] tablesorter: update to accommodate new way of handling pagination in tablesorter; eliminate serverside setting and use existing ajax setting; turn group headers off for now until tablesorter bug is fixed ---------------------------------------------- r48469 | xavidp | 2013-11-16 21:46:46 +0100 (Sat, 16 Nov 2013) | 1 line [FIX]Oups, svn property keyword Id added. ---------------------------------------------- r48468 | xavidp | 2013-11-16 21:42:49 +0100 (Sat, 16 Nov 2013) | 1 line [FIX]Increase size of icons (pdf in wiki page, and many icons in trackers) when in mobile mode so that they can be tapped with human fingers. Thanks jonnyb ---------------------------------------------- r48465 | nkoth | 2013-11-16 20:06:15 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] Use different log file when indexing from command line vs web, to avoid perms problems, and some punctuation corrections and extra info in documentation ---------------------------------------------- r48463 | nkoth | 2013-11-16 19:39:09 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] Perms checking for show.tiki.org ajax controller ---------------------------------------------- r48462 | nkoth | 2013-11-16 19:26:57 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] remove faulty 12.0alpha option and add a status testing field ---------------------------------------------- r48461 | jonnybradley | 2013-11-16 19:06:00 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] files: Don't need file & search data for plugins ---------------------------------------------- r48460 | jonnybradley | 2013-11-16 19:01:41 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] files: Make sure get_file_info only ever tries to get a single file - if fileId is invalid it can try to return all the files in all galleries including their data, causing memory issues. ---------------------------------------------- r48459 | nkoth | 2013-11-16 18:35:23 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] Change the release script to stop linking to ReleaseNotesXYZ (Use doc.tiki.org/TikiX instead) as the former is always not updated ---------------------------------------------- r48458 | jonnybradley | 2013-11-16 18:26:09 +0100 (Sat, 16 Nov 2013) | 1 line [FIX] elfinder: Check both relevant prefs before using wiki attachments in elFinder ---------------------------------------------- r48455 | lindonb | 2013-11-16 02:23:58 +0100 (Sat, 16 Nov 2013) | 1 line Update for latest versions of tablesorter, phpunit and yaml ---------------------------------------------- r48453 | jonnybradley | 2013-11-15 22:34:57 +0100 (Fri, 15 Nov 2013) | 1 line [FIX] comments: Add parse comments pref to comments admin page and improve display a little ---------------------------------------------- r48452 | xavidp | 2013-11-15 15:42:35 +0100 (Fri, 15 Nov 2013) | 1 line Admin and User Wizards fully (or almost) translated also to Spanish, at last. ---------------------------------------------- r48451 | xavidp | 2013-11-15 15:41:48 +0100 (Fri, 15 Nov 2013) | 1 line Fixing a few typos ---------------------------------------------- r48450 | manivannans | 2013-11-15 08:25:31 +0100 (Fri, 15 Nov 2013) | 1 line [FIX] Changes added to fix trackerlib issue (site totally affect by this code !empty(somefun()) giving an error ) ---------------------------------------------- r48449 | jonnybradley | 2013-11-15 02:09:28 +0100 (Fri, 15 Nov 2013) | 1 line [FIX] elfinder: tikiFileFromHash doesn't need file contents, and when saved in database the (binary) data breaks the JSON encoding, preventing images being inserted in wiki pages. Should fix wish4913 (thanks Pascal) ---------------------------------------------- r48448 | jonnybradley | 2013-11-15 01:32:26 +0100 (Fri, 15 Nov 2013) | 1 line [FIX] elfinder: Actually a fix for wish4916 but turns out to expose the wiki attachment galleries to elFinder, which i think is a good thing and seems to work as expected. ---------------------------------------------- r48447 | jonnybradley | 2013-11-15 00:00:49 +0100 (Fri, 15 Nov 2013) | 1 line [FIX] menus: Cache results for both normal menu and structure as menu (thanks ukoegler, should close wish4814 on 12.x at least) ---------------------------------------------- r48444 | jonnybradley | 2013-11-14 21:36:38 +0100 (Thu, 14 Nov 2013) | 1 line [FIX] fullscreen edit: Use the actual height of the comments box (including it's margin etc) to calculate the height to leave for it (thanks omstefanov ;) ---------------------------------------------- r48439 | manivannans | 2013-11-14 17:06:01 +0100 (Thu, 14 Nov 2013) | 1 line [FIX] Changes added to fix trackers inline editing issue Ref: https://dev.tiki.org/item4704 ---------------------------------------------- r48435 | manivannans | 2013-11-14 13:34:02 +0100 (Thu, 14 Nov 2013) | 1 line [FIX] Changes added to fix compare issues between sheet histories Ref: https://dev.tiki.org/item4879 ---------------------------------------------- r48434 | omstefanov | 2013-11-14 12:12:29 +0100 (Thu, 14 Nov 2013) | 1 line [FIX] make "Describe the change you made:" and "Monitor this page:" edit fields visible and usable again in side-by-side translation editing. Tested first with all 22 themes in svn12.0 r. 48429 ---------------------------------------------- r48433 | manivannans | 2013-11-14 11:22:13 +0100 (Thu, 14 Nov 2013) | 1 line [FIX] Changes added to fix sorting of the file gallery picking in PluginDraw Ref: https://dev.tiki.org/item4914 ---------------------------------------------- r48429 | nkoth | 2013-11-14 02:32:24 +0100 (Thu, 14 Nov 2013) | 1 line [FIX] refix r36098 if local field is autoincrement set to itemId it is possible to use the ID method of getting the items list as well ---------------------------------------------- r48428 | lphuberdeau | 2013-11-14 01:31:16 +0100 (Thu, 14 Nov 2013) | 1 line [FIX] Massive performance issue with category jail since permissions were checked on all categories ---------------------------------------------- r48423 | jonnybradley | 2013-11-13 17:51:07 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] editpage: Make title link to itself again ---------------------------------------------- r48421 | lphuberdeau | 2013-11-13 17:45:16 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] (Kind of tired of fixing these) db/local.php might not always exist, stop trying to include it blindly (2nd attempt) ---------------------------------------------- r48420 | lphuberdeau | 2013-11-13 17:41:36 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] (Kind of tired of fixing these) db/local.php might not always exist, stop trying to include it blindly ---------------------------------------------- r48415 | jonnybradley | 2013-11-13 17:22:30 +0100 (Wed, 13 Nov 2013) | 2 lines [FIX] newsletters: Clear up muddle when resending previously sent editions - it was resending the old version exactly as it was, and saving a draft with your changes (but not sending that). Now it creates a new edition to send and sent editions have a new action icon to show you are re-editing it, so when clicking "Send Newsletter" or "Save as Draft" it should always send or save exactly what you see on the page. ---------------------------------------------- r48414 | jonnybradley | 2013-11-13 16:42:46 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] newsletters: Make send newsletters title link to itself, and fix missing sefurl handling ---------------------------------------------- r48413 | manivannans | 2013-11-13 16:30:20 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] Changes added to fix sorting issue in trackerfilter Ref: https://dev.tiki.org/item4686 ---------------------------------------------- r48412 | manivannans | 2013-11-13 15:12:04 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] Changes added to fix false feedback to the admin when activating or deactivating prefs Ref: http://dev.tiki.org/item4742 ---------------------------------------------- r48411 | jonnybradley | 2013-11-13 15:03:47 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] trackers: Typo in options legacy function: variable $key is not set here, but there is a 'key' key in the field array, which must be what was intended. ---------------------------------------------- r48410 | jonnybradley | 2013-11-13 15:02:12 +0100 (Wed, 13 Nov 2013) | 2 lines [FIX] trackers: Ratings fields of (deprecated) 's' or 'system' type input should use the same array as the output, i.e. rating_options not options_array. Part 2 of fix for wish4905 (thanks marclaporte) ---------------------------------------------- r48409 | jonnybradley | 2013-11-13 14:59:57 +0100 (Wed, 13 Nov 2013) | 2 lines [FIX] trackers: Correction for array int type fields which when set to an empty string were being converted to an array of a single zero element. Intended to address the defaults for ratings fields, part of fix for wish4905 - other types of field may need something similar as following the options mini-revamp all fields are always set, so applying defaults by testing isset() is no longer reliable. ---------------------------------------------- r48408 | manivannans | 2013-11-13 13:08:52 +0100 (Wed, 13 Nov 2013) | 1 line [FIX] Changes added to fix Switching themes feature not working for anonymous users Ref: http://dev.tiki.org/item4874 ---------------------------------------------- r48407 | xavidp | 2013-11-13 11:58:17 +0100 (Wed, 13 Nov 2013) | 1 line [FIX]Fix the description of the option, since "Visible by administrators only" allows users to view the field at item creation time, but not after the item is created. ---------------------------------------------- r48406 | jonnybradley | 2013-11-12 18:34:54 +0100 (Tue, 12 Nov 2013) | 2 lines [FIX] structures: Revert r48396 - second attempt at checking perms for navigation buttons in structures (skipping over interleaved "hidden" pages). Works for next, prev & parent arrows also but not "home". ---------------------------------------------- r48401 | xavidp | 2013-11-12 13:44:46 +0100 (Tue, 12 Nov 2013) | 1 line [FIX]Increase footer font size, as of confirmed by marclaporte that fixes https://dev.tiki.org/item4900 ---------------------------------------------- r48400 | manivannans | 2013-11-12 08:38:53 +0100 (Tue, 12 Nov 2013) | 1 line [FIX] Changes added to fix YouTube plugin Ref: https://dev.tiki.org/item4899 ---------------------------------------------- r48399 | nkoth | 2013-11-12 03:13:01 +0100 (Tue, 12 Nov 2013) | 1 line [FIX] Non-deep facets was showing all deep categories ---------------------------------------------- r48397 | jonnybradley | 2013-11-11 21:05:33 +0100 (Mon, 11 Nov 2013) | 1 line [FIX] structures: Make the {toc} plugin work on pages that aren't necessarily in structures as long as the pagename param is valid. Thanks again again Geoff ---------------------------------------------- r48396 | jonnybradley | 2013-11-11 20:43:14 +0100 (Mon, 11 Nov 2013) | 1 line [FIX] structures: Check perms on pages in structures in s_get_page_info() - fixes WYSIWYCA problems on structure navigation bar next (and prev) buttons and possibly others. Thanks again Geoff ---------------------------------------------- r48395 | jonnybradley | 2013-11-11 19:54:05 +0100 (Mon, 11 Nov 2013) | 1 line [FIX] mailin: Add perms check for admin wiki link and add a little formatting (also correct url slightly) ---------------------------------------------- r48394 | jonnybradley | 2013-11-11 19:34:34 +0100 (Mon, 11 Nov 2013) | 2 lines [FIX] Profiles: File gals are "file gallery" type objects in category and permission objects - makes it possible to categorise file galleries in profiles (and control their perms) Thanks Geoff ---------------------------------------------- r48392 | jonnybradley | 2013-11-11 18:34:00 +0100 (Mon, 11 Nov 2013) | 2 lines [bp/r48372][FIX] Installer: Handle access denied case for database connection. Thanks Arild ---------------------------------------------- r48391 | manivannans | 2013-11-11 16:46:42 +0100 (Mon, 11 Nov 2013) | 1 line [FIX] Changes added to fix false feedback to the admin when activating or deactivating prefs. Ref:http://dev.tiki.org/item4742. ---------------------------------------------- r48386 | amette | 2013-11-10 23:24:28 +0100 (Sun, 10 Nov 2013) | 2 lines [FIX] Add missing column ---------------------------------------------- r48385 | omstefanov | 2013-11-10 22:46:26 +0100 (Sun, 10 Nov 2013) | 1 line [Fix] repeat in 12.x the two changes made into trunk for r.48381 and r.48384 ---------------------------------------------- r48383 | arildb | 2013-11-10 21:51:33 +0100 (Sun, 10 Nov 2013) | 1 line [FIX] Avoid PHP notice in CartoGraf ---------------------------------------------- r48380 | arildb | 2013-11-10 20:07:43 +0100 (Sun, 10 Nov 2013) | 1 line [FIX] Remove test of $indexRemote. It's never set ---------------------------------------------- r48379 | arildb | 2013-11-10 18:27:19 +0100 (Sun, 10 Nov 2013) | 1 line [FIX] PHP warning about calling non-static method ---------------------------------------------- r48377 | marclaporte | 2013-11-09 20:38:58 +0100 (Sat, 09 Nov 2013) | 1 line Add a none option for PluginIMG param noDrawIcon ---------------------------------------------- r48369 | arildb | 2013-11-08 18:22:18 +0100 (Fri, 08 Nov 2013) | 1 line [FIX] Include Mail-in in the "My Tiki" menu ---------------------------------------------- r48364 | manivannans | 2013-11-08 14:18:50 +0100 (Fri, 08 Nov 2013) | 1 line [FIX] Changes added to fix unwanted character present in searchbox. Ref:http://dev.tiki.org/item4851. ---------------------------------------------- r48363 | manivannans | 2013-11-08 13:31:02 +0100 (Fri, 08 Nov 2013) | 1 line [FIX] PluginModule interface Crash issue fixed on Custom Module Insert Ref:http://dev.tiki.org/item4668. ---------------------------------------------- r48361 | manivannans | 2013-11-08 05:43:40 +0100 (Fri, 08 Nov 2013) | 1 line [ENH] Admin toolbars button added to WYSIWYG editor Ref: http://dev.tiki.org/item4652. ---------------------------------------------- r48360 | arildb | 2013-11-07 23:46:44 +0100 (Thu, 07 Nov 2013) | 1 line [FIX] Mail-in always show link to return to mail-in admin after a valid manual check, by a mail-in admin ---------------------------------------------- r48359 | arildb | 2013-11-07 23:10:43 +0100 (Thu, 07 Nov 2013) | 1 line [FIX] New mail-in accounts doesn't like attachments=null, which occurs when wiki-attachments are disabled. Even if a default is defined for the column. Enforce the default value ---------------------------------------------- r48358 | arildb | 2013-11-07 23:00:47 +0100 (Thu, 07 Nov 2013) | 1 line [FIX] Mail-in : Added missing parameter holder when creating new mail-account ---------------------------------------------- r48357 | xavidp | 2013-11-07 21:43:30 +0100 (Thu, 07 Nov 2013) | 1 line a few ther fixes to miss-translated strings ---------------------------------------------- r48356 | xavidp | 2013-11-07 20:47:40 +0100 (Thu, 07 Nov 2013) | 1 line a few translations fixed ---------------------------------------------- r48355 | xavidp | 2013-11-07 17:21:20 +0100 (Thu, 07 Nov 2013) | 1 line minor things (commit early commit often) ---------------------------------------------- r48354 | xavidp | 2013-11-07 17:20:23 +0100 (Thu, 07 Nov 2013) | 1 line [FIX]Translation can contain apostrophes - single quotes, so use double quote surrounding translatable strings ---------------------------------------------- r48353 | xavidp | 2013-11-07 17:19:01 +0100 (Thu, 07 Nov 2013) | 1 line [FIX]Spacing between sentences ---------------------------------------------- r48352 | manivannans | 2013-11-07 12:56:34 +0100 (Thu, 07 Nov 2013) | 1 line [FIX] Changes added to fix '{eval} function' in smarty plugin Ref: http://dev.tiki.org/item4527. ---------------------------------------------- r48351 | jonnybradley | 2013-11-06 17:56:57 +0100 (Wed, 06 Nov 2013) | 1 line [FIX] codemirror: Fix modes select on edit plugin popup (highlighter still messed up, don't know how to fix, sorry) ---------------------------------------------- r48349 | manivannans | 2013-11-06 15:23:53 +0100 (Wed, 06 Nov 2013) | 1 line [FIX] Changes added to fix Pagination issue Ref:http://dev.tiki.org/item4876. ---------------------------------------------- r48348 | manivannans | 2013-11-06 13:18:13 +0100 (Wed, 06 Nov 2013) | 1 line [FIX] Patch added "Ref: http://dev.tiki.org/item4651" ---------------------------------------------- r48347 | manivannans | 2013-11-06 13:00:53 +0100 (Wed, 06 Nov 2013) | 1 line [FIX] Changes added to fix anythingslider issue Ref: http://dev.tiki.org/item4847. ---------------------------------------------- r48345 | nkoth | 2013-11-06 06:10:32 +0100 (Wed, 06 Nov 2013) | 1 line [FIX] Since smarty 3.1 error_reporting is not respected by Smarty once there is a custom error handler and this is to prevent all smarty errors and warnings from being logged or displayed ---------------------------------------------- r48344 | nkoth | 2013-11-06 04:29:02 +0100 (Wed, 06 Nov 2013) | 1 line [FIX] All errors were being displayed regardless of php setting - this must have been for debugging purpose only ---------------------------------------------- r48343 | manivannans | 2013-11-05 17:42:08 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] Space replaced by '_' to avoid space in image url - Ref: http://dev.tiki.org/item4867. ---------------------------------------------- r48342 | manivannans | 2013-11-05 17:23:24 +0100 (Tue, 05 Nov 2013) | 1 line [Fix] JS added to avoid appending multiple input fields on submit ---------------------------------------------- r48341 | arildb | 2013-11-05 17:14:35 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] Remember showOnLogin flag during redirect to refresh the theme ---------------------------------------------- r48340 | manivannans | 2013-11-05 15:51:23 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] CSS added to avoid hiding, option text on jquery Chosen ---------------------------------------------- r48339 | manivannans | 2013-11-05 14:33:52 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] Link added for "Rebuliding the preferences search index". ---------------------------------------------- r48338 | manivannans | 2013-11-05 12:58:13 +0100 (Tue, 05 Nov 2013) | 1 line [DOC] "About Unified Search Engines" remarkbox added on admin search page. ---------------------------------------------- r48337 | jonnybradley | 2013-11-05 12:48:49 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] wizard: Update the theme when you "save and continue" ---------------------------------------------- r48336 | manivannans | 2013-11-05 10:59:18 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] auto_save_debug (var) added in the "if condition" to avoid alert message. ---------------------------------------------- r48335 | nkoth | 2013-11-05 03:53:11 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] Uncategorizing of tracker item was not working if using checkbox with just one level option ---------------------------------------------- r48334 | nkoth | 2013-11-05 03:17:47 +0100 (Tue, 05 Nov 2013) | 2 lines [FIX] More robust fix Categories of tracker item disappearing when rating is happening ---------------------------------------------- r48333 | nkoth | 2013-11-05 02:30:38 +0100 (Tue, 05 Nov 2013) | 1 line [FIX] Categories of tracker item disappearing when rating is happening after e.g. in tiki-view_tracker_item.php ---------------------------------------------- r48332 | arildb | 2013-11-04 19:39:52 +0100 (Mon, 04 Nov 2013) | 1 line [ENH] Look and feel should be earlier in the process. Language should come before look and feel. Thanks xavi and jonnyb ---------------------------------------------- r48331 | jonnybradley | 2013-11-04 19:22:02 +0100 (Mon, 04 Nov 2013) | 1 line [MOD] wizard: Make the "Open Admin Wizard" link on admin pages more discreet to reduce screen clutter (just the icon button with a tooltip) ---------------------------------------------- r48330 | arildb | 2013-11-04 19:03:38 +0100 (Mon, 04 Nov 2013) | 2 lines [ENH] Display the admin wizard toolbar both above and below the wizard page. Having the toolbar below follows the "read flow". Having it above make scrolling pages easier, since buttons remain in the same position. ---------------------------------------------- r48329 | jonnybradley | 2013-11-04 18:38:35 +0100 (Mon, 04 Nov 2013) | 1 line [FIX] warnings: Check callbacks are callable in a couple of places (as advised by my favourite IDE) ---------------------------------------------- r48328 | jonnybradley | 2013-11-04 18:36:52 +0100 (Mon, 04 Nov 2013) | 1 line [FIX] mail: Set the return path on the Zend_Mail sendmail transport (as a parameter in the constructor using the site's sender_email pref). ---------------------------------------------- r48325 | jonnybradley | 2013-11-04 13:31:17 +0100 (Mon, 04 Nov 2013) | 1 line [FIX] edit page: Yet more fixes for full-screen modes, especially side-by-side translation, 11th time lucky? (thanks omstefanov) ---------------------------------------------- r48324 | jonnybradley | 2013-11-04 13:10:11 +0100 (Mon, 04 Nov 2013) | 1 line [FIX] ohia: Reconnect the side bars with the top ---------------------------------------------- r48323 | jonnybradley | 2013-11-04 13:07:02 +0100 (Mon, 04 Nov 2013) | 1 line [FIX] ohia: A few fixes for the login popup and top bar ---------------------------------------------- r48322 | manivannans | 2013-11-04 13:05:43 +0100 (Mon, 04 Nov 2013) | 1 line [FIX] Changes made for trackeritem history link disappears issue, after editing an item. ---------------------------------------------- r48318 | lindonb | 2013-11-03 06:58:53 +0100 (Sun, 03 Nov 2013) | 1 line tablesorter: upgrade to latest version 2.13.2 ---------------------------------------------- r48316 | marclaporte | 2013-11-03 04:27:31 +0100 (Sun, 03 Nov 2013) | 1 line [bp/r48148] [FIX] Encoding issue on wikipage search result message. ---------------------------------------------- r48312 | xavidp | 2013-11-02 13:27:35 +0100 (Sat, 02 Nov 2013) | 1 line [FIX]If user selects all months (max="-1"), show at least 10 years instead of just 1. Cheap usability fix to close http://dev.tiki.org/item4794 ---------------------------------------------- r48311 | jonnybradley | 2013-11-02 13:11:34 +0100 (Sat, 02 Nov 2013) | 1 line [FIX] route: Add some info about the failed request in the error_log, send back a valid http error code and add encoding info (to keep Firefox happy) ---------------------------------------------- r48309 | jonnybradley | 2013-11-01 21:56:39 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] trackers: Handle process_save_plugins properly for multilingual fields - surprisingly tricky ;) ---------------------------------------------- r48308 | jonnybradley | 2013-11-01 21:54:27 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] Make a new TikiFilter for wikicontent and deploy on tracker items text input. Will affect a few other areas such as wiki page saves but seems fine here so far... ---------------------------------------------- r48307 | jonnybradley | 2013-11-01 19:25:53 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] codemirror 3: Include overlay.js used by some modes, and add a dummy test object to suppress exceptions and fix mode and theme dropdowns ---------------------------------------------- r48306 | nkoth | 2013-11-01 18:30:37 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] Incremental indexing for files ---------------------------------------------- r48305 | jonnybradley | 2013-11-01 17:36:43 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] perms: Select hidden groups when clicking select all checkbox, but others (like the huge perms list) only affect the visible ones (re wish4835, thanks marclaporte) ---------------------------------------------- r48304 | nkoth | 2013-11-01 17:24:27 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] Renaming page was not removing old name from index ---------------------------------------------- r48303 | jonnybradley | 2013-11-01 17:12:42 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] perms: Restore hierarchical display of groups according to inheritance (lost in 11.x treetable update) ---------------------------------------------- r48302 | nkoth | 2013-11-01 17:09:27 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] Add error logging on no route found ---------------------------------------------- r48301 | nkoth | 2013-11-01 16:08:12 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] Add dependency to feature_search for things that need unified search ---------------------------------------------- r48300 | jonnybradley | 2013-11-01 15:36:03 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] edit page: More fixes for full-screen modes, especially side-by-side translation. Still too much being done by javascript, should be more css but works better in more themes now (doesn't look great when loading, that could be improved sometime soon...) ---------------------------------------------- r48299 | manivannans | 2013-11-01 15:05:40 +0100 (Fri, 01 Nov 2013) | 1 line [FIX] Design change has made, to avoid white spacing in Internet Explorer, while editing wikipages. ---------------------------------------------- r48298 | xavidp | 2013-11-01 14:55:06 +0100 (Fri, 01 Nov 2013) | 1 line User Wizard translated at last (finally!) ---------------------------------------------- r48297 | xavidp | 2013-11-01 14:36:18 +0100 (Fri, 01 Nov 2013) | 1 line A few strings updated ---------------------------------------------- r48296 | xavidp | 2013-11-01 13:52:20 +0100 (Fri, 01 Nov 2013) | 1 line [FIX]Usablity. Keep feature descriptions inside the standard description field of the feature, that can be read on mouse over, to keep the interface clean and consistent with the other wizard pages. Feel free to improve descriptions ---------------------------------------------- r48294 | xavidp | 2013-11-01 13:34:26 +0100 (Fri, 01 Nov 2013) | 1 line [FIX]Improve wording to keep naming differently the 'Full Wysiwyg Editor', aside of the 'Inline Wysiwyg Editor'. ---------------------------------------------- r48293 | xavidp | 2013-11-01 13:24:12 +0100 (Fri, 01 Nov 2013) | 1 line [FIX]Usability. Attempt to clarify in International English what each option does, with simple words for new admins. Thanks jonnyb and ricks99. Feel free to improve anyone the wording while keeping a similar meaning on each option ---------------------------------------------- r48292 | xavidp | 2013-11-01 12:39:49 +0100 (Fri, 01 Nov 2013) | 1 line [FIX]Recover missing info with current strings set at this step. I'm still unsure whether 'Raw text' is more meaningful for new users than the former 'Text only' for the non-wysiwyg editor type. ---------------------------------------------- r48291 | xavidp | 2013-11-01 12:35:10 +0100 (Fri, 01 Nov 2013) | 1 line [FIX]Don't break sentences for translation, since in other languages the order of the sentence segments might be different, etc. ---------------------------------------------- r48288 | lphuberdeau | 2013-10-31 23:33:56 +0100 (Thu, 31 Oct 2013) | 1 line [NEW] Adding concat operator ---------------------------------------------- r48287 | jonnybradley | 2013-10-31 23:28:34 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] wizard: Seems search_autocomplete is no longer used (feature_jquery_autocomplete took over) so remove from the wizard and mark as deprecated ---------------------------------------------- r48286 | jonnybradley | 2013-10-31 23:09:28 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] installer: Fix logic on database creation if $dbname not found (re wish4819 - need to reconnect without specifying db name and try again now) ---------------------------------------------- r48285 | lphuberdeau | 2013-10-31 23:01:37 +0100 (Thu, 31 Oct 2013) | 1 line [MOD]?\194?\160Add an operation to round results ---------------------------------------------- r48283 | jonnybradley | 2013-10-31 22:16:50 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] error: Move the unified search form into a separate include file as tiki-searchindex.tpl now extends layout_view.tpl so the modules were getting repeated inside the page (see wish4802) ---------------------------------------------- r48282 | jonnybradley | 2013-10-31 21:03:13 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] articles: Add expireDate column to article submissions and use date only format on both lists (with the datetime on a tooltip) ---------------------------------------------- r48281 | jonnybradley | 2013-10-31 20:40:53 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] articles: Show author if authorName is empty on read_article too and show full name according to prefs ---------------------------------------------- r48280 | jonnybradley | 2013-10-31 20:16:52 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] articles: Show author if authorName is empty, position avatar next to the by-line and stop squashed layout when topic doesn't have an image ---------------------------------------------- r48279 | jonnybradley | 2013-10-31 19:56:08 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] remarksbox: Add some padding to the title icons (and moved all the relevant css together). Looks better in most themes, further fine tuning welcome ---------------------------------------------- r48278 | jonnybradley | 2013-10-31 19:32:06 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] trackers: Validate user really exists before storing new value. Prevents fatal error when option->notify is enabled for the field (thanks Torsten for the example, and Nelson for the diagnosis ;) ---------------------------------------------- r48276 | jonnybradley | 2013-10-31 18:31:18 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] unified: Rename feature_search pref to "Unified Search Index" and add a remarksbox note to explain a bit more about the other things Unified Index does (addresses wish4666 - could still be improved? Thanks marclaporte) ---------------------------------------------- r48274 | lphuberdeau | 2013-10-31 18:27:55 +0100 (Thu, 31 Oct 2013) | 1 line [MOD] Allow tiki.ini global configuration to be set from environment variables ---------------------------------------------- r48272 | lphuberdeau | 2013-10-31 17:32:20 +0100 (Thu, 31 Oct 2013) | 1 line [ENH] Adding a select-all button on listexecute ---------------------------------------------- r48271 | lphuberdeau | 2013-10-31 17:13:46 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] Removing direct inclusion, handled by autoload ---------------------------------------------- r48270 | lphuberdeau | 2013-10-31 17:08:48 +0100 (Thu, 31 Oct 2013) | 1 line [ENH] Remove code duplication between admin panel and tiki-monitor ---------------------------------------------- r48269 | manivannans | 2013-10-31 17:05:17 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] Changes added to plugin trackerfilter for itemlink filter ---------------------------------------------- r48268 | lphuberdeau | 2013-10-31 16:50:59 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] Direct includes would cause error, removing all direct includes from pear packages to avoid hidden problems ---------------------------------------------- r48267 | lphuberdeau | 2013-10-31 15:41:55 +0100 (Thu, 31 Oct 2013) | 1 line [ENH] Adding statistics for Zend OpCache in the performance panel ---------------------------------------------- r48266 | lphuberdeau | 2013-10-31 14:45:14 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] Handle PDO-specific issues in PDO initializer, avoid hack with pretending to be in installer ---------------------------------------------- r48265 | lphuberdeau | 2013-10-31 14:19:59 +0100 (Thu, 31 Oct 2013) | 1 line [REVERT] r47487 - tiki-check.php is expected to work in standalone mode, follow conventions within the file, not tiki's conventions ---------------------------------------------- r48264 | jonnybradley | 2013-10-31 13:44:00 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] database: If no db found, don't print out the full exception message but display the error via smarty (since r46307 - thanks marclaporte) ---------------------------------------------- r48263 | manivannans | 2013-10-31 13:39:48 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48203][FIX] Codemirror Upgraded (3.16) package has some changes in function and path. ---------------------------------------------- r48262 | manivannans | 2013-10-31 13:38:33 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48202][FIX] Attach button added for Import wikipage feature. ---------------------------------------------- r48261 | manivannans | 2013-10-31 13:37:03 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48199][ENH] Media player plugin using it's own mp3 and flv players from composer. ---------------------------------------------- r48260 | manivannans | 2013-10-31 13:34:18 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48200][ENH] CodeMirror upgraded to latest stable version (3.16). ---------------------------------------------- r48259 | manivannans | 2013-10-31 13:32:09 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48175][ENH] Package added for zoom feature in image plugin. ---------------------------------------------- r48258 | jonnybradley | 2013-10-31 13:23:41 +0100 (Thu, 31 Oct 2013) | 2 lines [FIX] comments: Restore author user's avatar if prefs.comments_notitle and generally fixed tpl and CSS to lay out better in both modes and look generally cleaner. I also shortened the "Comment posted by..." appearing before every comment to just "By..." and added a "Comments" title at the top of the comment-container (and moved the rather lost looking lock icon over the right where all the other "action" icons are). ---------------------------------------------- r48257 | manivannans | 2013-10-31 13:04:52 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48193][bp/r48195][ENH] CodeMirror upgraded to latest stable version (3.16) & [ENH] Flv and Mp3 packages are added to the composer. ---------------------------------------------- r48256 | manivannans | 2013-10-31 12:56:52 +0100 (Thu, 31 Oct 2013) | 1 line [Revert/r48255][bp/r48193][ENH] CodeMirror upgraded to latest stable version (3.16). ---------------------------------------------- r48255 | manivannans | 2013-10-31 12:45:51 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48193][ENH] CodeMirror upgraded to latest stable version (3.16). ---------------------------------------------- r48254 | manivannans | 2013-10-31 12:39:26 +0100 (Thu, 31 Oct 2013) | 1 line [bp/r48192][ENH] Image magnification feature added to image plugin. ---------------------------------------------- r48253 | manivannans | 2013-10-31 11:19:30 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] Spreadsheet CSS is conflicted with jquery default CSS. ---------------------------------------------- r48250 | lindonb | 2013-10-31 02:31:37 +0100 (Thu, 31 Oct 2013) | 1 line [FIX] tablesorter: get external filter working with new version; add ability to explicitly turn groupings on or off; add new js file that should allow pagination to be fixed with some coding changes ---------------------------------------------- r48249 | jonnybradley | 2013-10-30 17:41:32 +0100 (Wed, 30 Oct 2013) | 1 line [FIX] chosen: Hide Ctrl+Click tip when using Chosen in module form ---------------------------------------------- r48248 | jonnybradley | 2013-10-30 17:37:51 +0100 (Wed, 30 Oct 2013) | 1 line [FIX] chosen: Better size, padding and margins for select and multiple select elements (that get hidden) so Chosen replacements get sized correctly. ---------------------------------------------- r48247 | jonnybradley | 2013-10-30 17:26:10 +0100 (Wed, 30 Oct 2013) | 1 line [FIX] chosen: Increase .chosen-drop z-index a lot (was appearing behind the map on tiki-user_preferences, needed to be over 1000 so made it 10,000 - too much? ;) ---------------------------------------------- r48244 | lphuberdeau | 2013-10-30 16:49:44 +0100 (Wed, 30 Oct 2013) | 1 line [FIX]?\194?\160Make sure there are no trailing spaces when generating references, skip values that look like argument variables when building references ---------------------------------------------- r48243 | lphuberdeau | 2013-10-30 14:36:23 +0100 (Wed, 30 Oct 2013) | 1 line [ENH] Display basic elasticsearch cluster information to help troubleshooting ---------------------------------------------- r47988 | jonnybradley | 2013-10-11 20:31:02 +0200 (Fri, 11 Oct 2013) | 1 line [FIX] perms: Trigger the change event on the "beneficiary" checkboxes properly - makes it a bit better but still not 100% ---------------------------------------------- r47985 | jonnybradley | 2013-10-11 19:46:01 +0200 (Fri, 11 Oct 2013) | 1 line [FIX] tracker files: Use js to access galleryId and filter vars so only one copy of this code gets added to the page. Reduces problems with multiple files fields on one form. ---------------------------------------------- r47981 | xavidp | 2013-10-11 18:44:30 +0200 (Fri, 11 Oct 2013) | 1 line [ENH]Screen to help tiki admins to setup search feature/s. New short sentences added willing to summarize the state of the art, and simple executive-summaries from all those sources of technical pages in dev about Search. Improvements welcome to help new tiki admins find their way to set up effective search configurations for their sites (if this is still confusing to experienced users, imagine newcomers...). Thanks jonnyb for feedback ---------------------------------------------- r47979 | jonnybradley | 2013-10-11 17:29:55 +0200 (Fri, 11 Oct 2013) | 1 line [CSS] autoToc: Rounded corners for jqui ---------------------------------------------- r47978 | jonnybradley | 2013-10-11 17:29:09 +0200 (Fri, 11 Oct 2013) | 1 line [FIX] js various: Supply empty "defaultvalue" for prompt function - stops the word "undefined" appearing in IE ---------------------------------------------- r47977 | jonnybradley | 2013-10-11 17:08:23 +0200 (Fri, 11 Oct 2013) | 1 line [FIX] autoToc: Couple of fixes for IE8 - header is a property and cannot be set, and String.trim() doesn't seem to exist, so use the jQuery one ---------------------------------------------- r47976 | lphuberdeau | 2013-10-11 15:23:22 +0200 (Fri, 11 Oct 2013) | 1 line [ENH] Allow activity stream rules to request handling of the wiki syntax. ---------------------------------------------- r47975 | jonnybradley | 2013-10-11 13:40:35 +0200 (Fri, 11 Oct 2013) | 1 line [FIX] admin: Missing underscore on icon alt param ---------------------------------------------- r47974 | arildb | 2013-10-11 13:37:00 +0200 (Fri, 11 Oct 2013) | 2 lines [FIX] Make user preference "edit on double click" default to 'n' in the user wizard. Thanks jonnyb and xavi ---------------------------------------------- r47971 | jonnybradley | 2013-10-10 22:59:47 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] diff: Non-html pages still need parsing (partial rollback of r47969) ---------------------------------------------- r47970 | jonnybradley | 2013-10-10 22:44:59 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] diff: Only show changes for htmldiff renderer ---------------------------------------------- r47969 | jonnybradley | 2013-10-10 22:34:32 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] diff: Don't parse html pages to reduce false positives ---------------------------------------------- r47968 | jonnybradley | 2013-10-10 22:07:35 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] diff: Use \n as line end glue if not an inline diff renderer (should remove rogue <br />s from diff output at last!) ---------------------------------------------- r47967 | jonnybradley | 2013-10-10 22:05:26 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] chosen: Update class names since v1.0 ---------------------------------------------- r47966 | jonnybradley | 2013-10-10 20:43:43 +0200 (Thu, 10 Oct 2013) | 1 line [ENH] smarty: New pref to allow addition of extra dirs to be used for custom icons etc ---------------------------------------------- r47965 | lphuberdeau | 2013-10-10 20:40:07 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] Warning caused in elasticsearch by empty dates ---------------------------------------------- r47964 | jonnybradley | 2013-10-10 20:30:10 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] smarty: Correct typo - not sure how to test, presumably never has been? ---------------------------------------------- r47962 | jonnybradley | 2013-10-10 19:35:16 +0200 (Thu, 10 Oct 2013) | 1 line [CSS] jqui/haus: Make tab labels smaller so more fit onto one line ---------------------------------------------- r47960 | jonnybradley | 2013-10-10 19:21:41 +0200 (Thu, 10 Oct 2013) | 5 lines [bp/r47899][FIX][ENH] admin categories: Use the unified search object selector to select objects to add to category as the existing code is deeply flawed. [bp/r47958]Add a way of accessing the list of types that can be used as objects (and therefore categorised) - deployment to come next for category admin [bp/r47959][FIX][ENH] category admin: Restrict the list of types offered on add to category to those that can be categorised. This reduces the list so much (no blogs etc) that a new pref seems the best way to do this for now (default=n) ---------------------------------------------- r47956 | jonnybradley | 2013-10-10 18:31:07 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] objects: Missing global lib var (replaced with static lib call), and wrong var name fix (leading to perspective names not appearing on categ listings) ---------------------------------------------- r47953 | jonnybradley | 2013-10-10 18:16:32 +0200 (Thu, 10 Oct 2013) | 3 lines [FIX] selections: Rollback r47762 (fix for IE10+ selection replacement in insertAt...) and fix "upstream" in fn.selection so correct text appears in dialog tools. In IE10 the range's htmlText now uses unix line ends, which is what's used elsewhere, as opposed to two char (windows) line ends used in IE8 which need to be considered in the start/end position calculation in insertAt. Tested in IE10 and IE8. ---------------------------------------------- r47951 | jonnybradley | 2013-10-10 17:32:56 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] trackers: Show the separator char, if used, after edit field description ---------------------------------------------- r47949 | jonnybradley | 2013-10-10 17:23:11 +0200 (Thu, 10 Oct 2013) | 1 line [FIX] menus: Include tiki_menu_options INSERT and UPDATE statements from tiki.sql when resetting the application menu (so the menu icons get added) ---------------------------------------------- r47948 | nkoth | 2013-10-10 16:34:06 +0200 (Thu, 10 Oct 2013) | 2 lines [FIX] Deleted trackeritems were still being indexed as Unknown ---------------------------------------------- r47946 | nkoth | 2013-10-09 22:02:54 +0200 (Wed, 09 Oct 2013) | 2 lines [FIX] User information entered not being sent in email to admins for approval ---------------------------------------------- r47943 | jonnybradley | 2013-10-09 20:47:45 +0200 (Wed, 09 Oct 2013) | 1 line [FIX] comments: Update CSS to reflect current DOM id's and classes, and group all comments definitions together - restore indentation of replies, and add a "quotes" graphic to replies in jqui & utopias themes (may suit others?) ---------------------------------------------- r47942 | jonnybradley | 2013-10-09 20:44:07 +0200 (Wed, 09 Oct 2013) | 2 lines [FIX] comments: Remove the other buttons (mainly edit) when posting or vice-versa, dim the comments not being edited or replied to and add a simple cancel button. Also restore cluetips for user-info popups etc after comments AJAX load. ---------------------------------------------- r47941 | nkoth | 2013-10-09 20:37:21 +0200 (Wed, 09 Oct 2013) | 2 lines [FIX] User tracker sync was not working after pref now has separator (being serialized). Also remove useless left over code ---------------------------------------------- r47939 | nkoth | 2013-10-09 19:45:37 +0200 (Wed, 09 Oct 2013) | 2 lines [FIX] Warning. And to prevent future issues. ---------------------------------------------- r47938 | jonnybradley | 2013-10-09 18:50:08 +0200 (Wed, 09 Oct 2013) | 1 line [FIX] vimeo: Don't use wiki page code for vimeo tracker fields, even if it's on a wiki page (in a tracker plugin) - thanks Nelson ---------------------------------------------- r47931 | jonnybradley | 2013-10-09 13:32:42 +0200 (Wed, 09 Oct 2013) | 1 line [FIX] events: Catch exception caused by activity_stream tables being missing, which was preventing upgrading the database using console.php (error doesn't seem to appear but it works now) ---------------------------------------------- r47928 | xavidp | 2013-10-09 12:21:36 +0200 (Wed, 09 Oct 2013) | 1 line [FIX]Double quotes needed to respect translations that require single quotes in the translated string ---------------------------------------------- r47927 | nkoth | 2013-10-09 00:47:28 +0200 (Wed, 09 Oct 2013) | 2 lines [FIX] galleryId set by Files field not being obeyed when uploading to Vimeo ---------------------------------------------- r47926 | nkoth | 2013-10-08 19:59:03 +0200 (Tue, 08 Oct 2013) | 2 lines [FIX] Usability: show timezone to user otherwise confusion could happen what timezone the user is entering date for ---------------------------------------------- r47925 | luciash | 2013-10-08 17:05:45 +0200 (Tue, 08 Oct 2013) | 1 line [FIX] comment correction for r47923: was not about permissions; browse in and find filters only ---------------------------------------------- r47923 | luciash | 2013-10-08 16:59:40 +0200 (Tue, 08 Oct 2013) | 1 line [FIX] display correct count of objects depending on permissions, browse in and find filters (contributed thanks to libertylion.com) ---------------------------------------------- r47920 | xavidp | 2013-10-08 15:48:07 +0200 (Tue, 08 Oct 2013) | 1 line A few more strings ---------------------------------------------- r47916 | luciash | 2013-10-08 12:47:10 +0200 (Tue, 08 Oct 2013) | 1 line [FIX] grammar ---------------------------------------------- r47909 | xavidp | 2013-10-07 17:49:41 +0200 (Mon, 07 Oct 2013) | 1 line [FIX]Usability fix. allowFullscreen was present in the plugin youtube but missing in the module; playlists usually contain many videos, and the user frequently prefers displaying them in small size but with the option to set anyone in full screen to view it properly. ---------------------------------------------- r47904 | nkoth | 2013-10-05 20:13:55 +0200 (Sat, 05 Oct 2013) | 1 line [FIX] Warning ---------------------------------------------- r47902 | jonnybradley | 2013-10-05 16:20:40 +0200 (Sat, 05 Oct 2013) | 1 line [FIX] user tracker: Tracker plugin no longer splits the fields string itself, so this need to be done prior to the tracker call (thanks fabricius) ---------------------------------------------- r47901 | jonnybradley | 2013-10-05 16:09:10 +0200 (Sat, 05 Oct 2013) | 1 line [FIX] chosen: Event namespace changed from "liszt" to "chosen" in Chosen 1.0 (seems sensible - several of them tested...) ---------------------------------------------- r47900 | jonnybradley | 2013-10-05 16:05:03 +0200 (Sat, 05 Oct 2013) | 1 line [FIX] groups: Fix for Chosen on user tracker field select ---------------------------------------------- r47897 | jonnybradley | 2013-10-05 14:41:38 +0200 (Sat, 05 Oct 2013) | 1 line [FIX] admin categories: Update unified search index after removing an object ---------------------------------------------- r47893 | xavidp | 2013-10-04 11:29:00 +0200 (Fri, 04 Oct 2013) | 1 line [FIX]Re-enable the message for users when user preferences are not enabled in the tiki site. ---------------------------------------------- r47892 | nkoth | 2013-10-04 05:25:46 +0200 (Fri, 04 Oct 2013) | 1 line [FIX] internal server error on ajax rating by non-admin ---------------------------------------------- r47891 | nkoth | 2013-10-04 05:13:39 +0200 (Fri, 04 Oct 2013) | 1 line [FIX] Avoid Strict Standards: Only variables should be passed by reference ---------------------------------------------- r47880 | jonnybradley | 2013-10-03 18:49:43 +0200 (Thu, 03 Oct 2013) | 1 line [FIX] category admin: Seems the pagination has been very broken on this page for a long time (see r30064) and now almost every object gets loaded (fully) on each page load, leading to WSoD on large sites, so try and set the memory and timeout to unlimited so at least something appears eventually (if php settings allow) ---------------------------------------------- r47879 | arildb | 2013-10-03 17:14:23 +0200 (Thu, 03 Oct 2013) | 1 line [FIX] Avoid PHP notice ---------------------------------------------- r47878 | arildb | 2013-10-03 15:05:55 +0200 (Thu, 03 Oct 2013) | 1 line [FIX] Missing variable definition ---------------------------------------------- r47876 | jonnybradley | 2013-10-03 12:26:43 +0200 (Thu, 03 Oct 2013) | 1 line Composer update for jquery to 1.10.2 and the migrate plugin to 1.2.1 ---------------------------------------------- r47875 | arildb | 2013-10-03 12:22:35 +0200 (Thu, 03 Oct 2013) | 1 line [FIX] Add missing globals ---------------------------------------------- r47874 | jonnybradley | 2013-10-03 12:18:21 +0200 (Thu, 03 Oct 2013) | 1 line Composer update for jquery mobile ---------------------------------------------- r47873 | jonnybradley | 2013-10-03 12:12:21 +0200 (Thu, 03 Oct 2013) | 1 line Update fullcalendar to v1.6.1.2 (wasn't in composer after all) ---------------------------------------------- r47872 | jonnybradley | 2013-10-03 11:58:10 +0200 (Thu, 03 Oct 2013) | 1 line [REVERT] Update for codemirror - v2.38 introduced too many javascript errors (and i can't seem to fix them) ---------------------------------------------- r47871 | lphuberdeau | 2013-10-02 21:41:23 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] There should be no link to add friends for anonymous users ---------------------------------------------- r47867 | lphuberdeau | 2013-10-02 21:20:13 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] Missing variable declaration ---------------------------------------------- r47866 | lphuberdeau | 2013-10-02 21:08:34 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] Serialized values never begin with : ---------------------------------------------- r47865 | lphuberdeau | 2013-10-02 21:00:03 +0200 (Wed, 02 Oct 2013) | 1 line [ENH] Remove some duplication, make sure recordings are enabled for the room before loading them to reduce confusion after disabling recording ---------------------------------------------- r47863 | arildb | 2013-10-02 19:33:19 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] user_information is located in a different template page ---------------------------------------------- r47862 | lphuberdeau | 2013-10-02 19:23:51 +0200 (Wed, 02 Oct 2013) | 1 line [NEW] (Sorry about that late change) Adding means to detect and remove orphan files created through the tracker files field type ---------------------------------------------- r47861 | lphuberdeau | 2013-10-02 18:48:46 +0200 (Wed, 02 Oct 2013) | 1 line [REVERT] Smarty update from 3.1.14 to 3.1.15 causes some of our templates to break - not on a stable branch ---------------------------------------------- r47860 | egma | 2013-10-02 18:20:35 +0200 (Wed, 02 Oct 2013) | 1 line Optional respectful catalan translations ---------------------------------------------- r47858 | lphuberdeau | 2013-10-02 17:48:40 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] File replacement is not supposed to be by default, so ajax behavior should only apply when the option is enabled + fix internal consistency for it to apply on item creation as well ---------------------------------------------- r47857 | lphuberdeau | 2013-10-02 17:24:36 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] IE10 will not allow clearing the field directly through the API, leading to duplicate insertion when saving the tracker item, cloning the field forces clearing the selected file ---------------------------------------------- r47856 | lphuberdeau | 2013-10-02 17:04:11 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] JavaScript parse error, adding new lines seems to help ---------------------------------------------- r47854 | jonnybradley | 2013-10-02 16:03:42 +0200 (Wed, 02 Oct 2013) | 1 line Composer update for smarty (thanks marclaporte and changi) ---------------------------------------------- r47853 | lphuberdeau | 2013-10-02 16:03:06 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] Multiple issues preventing tests from running. ---------------------------------------------- r47852 | jonnybradley | 2013-10-02 15:55:03 +0200 (Wed, 02 Oct 2013) | 2 lines [FIX] toolbars: Lots of other places now also have the class "row" so restrict the toolbar rows to those inside div.toolbars-admin. And obey the ckeditor skin pref in toolbar admin as the icons seem to have broken in kama since the recent (minor) update. ---------------------------------------------- r47851 | jonnybradley | 2013-10-02 15:28:43 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] references: Don't always "add" toolbar items ---------------------------------------------- r47848 | jonnybradley | 2013-10-02 14:49:17 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] chosen: $.merge works with arrays, not objects (needed for chosen 1.0.0 when selects are hidden by tabs etc - not sure why it was ok before this upgrade) ---------------------------------------------- r47847 | jonnybradley | 2013-10-02 14:46:12 +0200 (Wed, 02 Oct 2013) | 1 line Composer update for jquery/plugins: chosen (file structure changed so added path change in setup) ---------------------------------------------- r47845 | xavidp | 2013-10-02 14:00:35 +0200 (Wed, 02 Oct 2013) | 1 line [FIX]Oups. Thanks arildb ---------------------------------------------- r47842 | jonnybradley | 2013-10-02 13:24:07 +0200 (Wed, 02 Oct 2013) | 1 line Composer updates for jquery/plugins: anythingslider, cluetip, colorbox, superfish & treetable (superfish file structure changed so added cleanup and path change in setup) ---------------------------------------------- r47841 | xavidp | 2013-10-02 13:13:01 +0200 (Wed, 02 Oct 2013) | 1 line [FIX]Usability fixes: shorter is better for new users (and maybe more things could be removed probably). The initial link to user preferences screen could be there only if the feature was enabled, which is not by default, so removing that link from there in the first screen. ---------------------------------------------- r47838 | jonnybradley | 2013-10-02 12:42:12 +0200 (Wed, 02 Oct 2013) | 1 line Composer updates for jquery-ui and timepicker-addon (timepicker-addon file structure changed for 1.4 so added cleanup and path change in setup) ---------------------------------------------- r47837 | jonnybradley | 2013-10-02 12:20:52 +0200 (Wed, 02 Oct 2013) | 1 line Composer updates for ckeditor and codemirror ---------------------------------------------- r47835 | xavidp | 2013-10-02 12:00:49 +0200 (Wed, 02 Oct 2013) | 1 line [MOD]Refactor Plugin TowTruck to Plugin Together, from the new name by MozillaLabs: TogetherJS. See http://dev.tiki.org/item4780 . Thanks marclaporte ---------------------------------------------- r47833 | arildb | 2013-10-02 00:23:27 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] typ-o ---------------------------------------------- r47832 | arildb | 2013-10-02 00:19:29 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] Conditional display of pages ---------------------------------------------- r47831 | arildb | 2013-10-02 00:12:39 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] One more missing global ---------------------------------------------- r47830 | arildb | 2013-10-02 00:11:08 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] Add missing global ---------------------------------------------- r47829 | arildb | 2013-10-02 00:08:37 +0200 (Wed, 02 Oct 2013) | 1 line [FIX] Make user wizard pages hidden, if the pre-requisites are missing ---------------------------------------------- r47825 | fmg-sf | 2013-10-01 19:00:35 +0200 (Tue, 01 Oct 2013) | 1 line [FIX] Move 'composer' function up for usage in other functions as 'fix' ---------------------------------------------- r47823 | fmg-sf | 2013-10-01 18:42:37 +0200 (Tue, 01 Oct 2013) | 1 line [FIX] Do not exit shell script automatically after running composer - part II ---------------------------------------------- r47822 | fmg-sf | 2013-10-01 18:24:16 +0200 (Tue, 01 Oct 2013) | 1 line [FIX] Do not exit shell script automatically after running composer ---------------------------------------------- r47821 | xavidp | 2013-10-01 17:28:47 +0200 (Tue, 01 Oct 2013) | 1 line [TRA]Translations of a few strings from the homepage (and few others) updated ---------------------------------------------- r47819 | fmg-sf | 2013-10-01 16:37:33 +0200 (Tue, 01 Oct 2013) | 1 line [FIX] Next predefined option after [f]ixing is e[x]it [ENH] keep previous predefined option after 'clear [S]creen' ---------------------------------------------- r47816 | jonnybradley | 2013-10-01 15:18:28 +0200 (Tue, 01 Oct 2013) | 1 line [FIX] tracker files: Progress property is loaded, not position (also check for lengthComputable too - thanks Nelson) ---------------------------------------------- r47815 | jonnybradley | 2013-10-01 15:15:13 +0200 (Tue, 01 Oct 2013) | 1 line [FIX] fn.showError: If message has an empty responseText then the whole object (usually a jqxhr object) was being passed through to the rest of the function which expects a string. ---------------------------------------------- r47813 | xavidp | 2013-10-01 13:39:28 +0200 (Tue, 01 Oct 2013) | 1 line [FIX]Usability fix: provide links to perform the actions indicated in the "first steps" list, including the one corresponding to the User Wizard, so that there is a "soft" way to run it for new users (at least new admins becoming aware of it). ---------------------------------------------- r47808 | yonixxx | 2013-09-30 22:29:09 +0200 (Mon, 30 Sep 2013) | 1 line [BRANCH] Creation, branches/12.x 0 to 47807 ---------------------------------------------- r47807 | arildb | 2013-09-30 22:17:03 +0200 (Mon, 30 Sep 2013) | 1 line [ENH] Some more spacing between the paragraphs for different user types ---------------------------------------------- r47806 | jyhem | 2013-09-30 21:24:22 +0200 (Mon, 30 Sep 2013) | 1 line [FIX] Display freetags items when freetags cloud spans many blogs ---------------------------------------------- r47805 | arildb | 2013-09-30 21:04:55 +0200 (Mon, 30 Sep 2013) | 1 line [ENH] Less spacing between the sections ---------------------------------------------- r47804 | arildb | 2013-09-30 21:04:08 +0200 (Mon, 30 Sep 2013) | 4 lines [MOD] Finder view is no longer auto-activated if elfinder is selected. Added elfinder detail section "Set ElFinder as the default file gallery viewer". Changed because of finder view side effects. Maybe revert when elfinder is more stable ---------------------------------------------- r47803 | alain_desilets | 2013-09-30 20:01:09 +0200 (Mon, 30 Sep 2013) | 1 line - Created new plugin TranslationOf, which will assist in the translation of links to pages. ---------------------------------------------- r47801 | alain_desilets | 2013-09-30 19:39:38 +0200 (Mon, 30 Sep 2013) | 1 line - Marked several broken tests as Skipped. ---------------------------------------------- r47798 | nkoth | 2013-09-30 18:03:42 +0200 (Mon, 30 Sep 2013) | 2 lines [FIX] Perm checking error: cannot download when have perm ---------------------------------------------- r47797 | jonnybradley | 2013-09-30 17:33:48 +0200 (Mon, 30 Sep 2013) | 1 line [FIX] wysiwyg: Restore the ckeditor html image toolbar item for html wysiwyg (thanks arildb) ---------------------------------------------- r47796 | arildb | 2013-09-30 17:13:55 +0200 (Mon, 30 Sep 2013) | 2 lines [NEW] Add a "Use default preferences" button on the first admin wizard page. Make it easier to avoid stepping through the wizard and only use profiles ---------------------------------------------- r47795 | jonnybradley | 2013-09-30 16:44:34 +0200 (Mon, 30 Sep 2013) | 4 lines [NEW] localfiles plugin: Assist in showing links to files or directories on local drives or shared file servers. Likely to only work fully on IE for Windows based intranets - more work to be done on behaviours for different browser types and security settings. See http://dev.tiki.org/item4534 ---------------------------------------------- r47794 | xavidp | 2013-09-30 15:45:10 +0200 (Mon, 30 Sep 2013) | 1 line [FIX]Position of Icon floating over the text and not below ---------------------------------------------- r47793 | xavidp | 2013-09-30 15:24:21 +0200 (Mon, 30 Sep 2013) | 1 line [TRA]a few more strings (change pass) ---------------------------------------------- r47792 | xavidp | 2013-09-30 15:23:27 +0200 (Mon, 30 Sep 2013) | 1 line [FIX]i18n of 3 strings in the js part of a tpl file. Thanks luciash and jonnyb for tips on how to fix it. ---------------------------------------------- r47790 | arildb | 2013-09-30 14:34:24 +0200 (Mon, 30 Sep 2013) | 1 line [FIX] Avoid JS error in AutoTOC. Thanks jonnyb ---------------------------------------------- r47789 | gezzzan | 2013-09-29 12:30:58 +0200 (Sun, 29 Sep 2013) | 1 line [ENH] adding bootstrap class ---------------------------------------------- r47788 | nkoth | 2013-09-29 02:39:43 +0200 (Sun, 29 Sep 2013) | 2 lines [FIX] No bug, but spelling typo cleanup, varname not used in function ---------------------------------------------- r47787 | lindonb | 2013-09-29 01:17:03 +0200 (Sun, 29 Sep 2013) | 1 line [FIX] tablesorter: turn off tablesorter for the tiki-adminusers table for Tiki12 - not stable enough yet ---------------------------------------------- r47786 | nkoth | 2013-09-28 21:13:07 +0200 (Sat, 28 Sep 2013) | 2 lines [FIX] Usability: Put a circle around the star that is the user's rating otherwise it is confusing to user ---------------------------------------------- r47785 | nkoth | 2013-09-28 20:16:49 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] All options should be clickable so that on ajax updating they can be clicked again ---------------------------------------------- r47784 | lphuberdeau | 2013-09-28 19:49:17 +0200 (Sat, 28 Sep 2013) | 1 line [ENH] Adding a field containing the normalized first letter of the title for interfaces selecting per-letter ---------------------------------------------- r47783 | nkoth | 2013-09-28 19:17:54 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] negative votes not triggering refresh ---------------------------------------------- r47782 | lphuberdeau | 2013-09-28 17:03:05 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] Two issues preventing textarea inline edit, there is still one more ---------------------------------------------- r47781 | nkoth | 2013-09-28 16:54:30 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] Unclosed span ---------------------------------------------- r47780 | lphuberdeau | 2013-09-28 15:31:53 +0200 (Sat, 28 Sep 2013) | 1 line [ENH] Removing the non-ajax vote, same code called, just one less page refresh ---------------------------------------------- r47779 | alain_desilets | 2013-09-28 12:59:45 +0200 (Sat, 28 Sep 2013) | 4 lines Several changes to fix and facilitate running phpunit tests - phpunit now in composer.json (under require-dev). - added some pathes to bootstrap.php so it looks for classes in vendor - added some 'use' statements in some test files that needed them. ---------------------------------------------- r47778 | gezzzan | 2013-09-28 09:53:44 +0200 (Sat, 28 Sep 2013) | 1 line [MOD] better bootstrap class ---------------------------------------------- r47777 | nkoth | 2013-09-28 05:40:27 +0200 (Sat, 28 Sep 2013) | 1 line [ENH] Include parent object of object being commented on in the event stream ---------------------------------------------- r47776 | muscote | 2013-09-28 05:20:09 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] chachelib.php was not recognised due to a code change from 11.0 to trunk. So I reverted to the old line of code. ---------------------------------------------- r47775 | nkoth | 2013-09-28 04:40:34 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] Allow user to be aggregated properly even when collect field is same as aggregate field (refix) ---------------------------------------------- r47774 | nkoth | 2013-09-28 04:18:46 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] Allow user to be aggregated properly even when collect field is same as aggregate field ---------------------------------------------- r47773 | nkoth | 2013-09-28 01:22:06 +0200 (Sat, 28 Sep 2013) | 1 line [FIX] adding and removing of friends not updating user in search index ---------------------------------------------- r47772 | xavidp | 2013-09-27 19:31:51 +0200 (Fri, 27 Sep 2013) | 1 line [TRA]A few translations improved ---------------------------------------------- r47771 | xavidp | 2013-09-27 17:51:56 +0200 (Fri, 27 Sep 2013) | 1 line [FIX]Visual fixes (spacing, position of icon on the right like the rest of the same section type, etc) ---------------------------------------------- r47770 | xavidp | 2013-09-27 17:44:26 +0200 (Fri, 27 Sep 2013) | 1 line [FIX]Run section in onContinue also only if option daily reports is on ---------------------------------------------- r47769 | nkoth | 2013-09-27 02:21:13 +0200 (Fri, 27 Sep 2013) | 1 line [FIX] Category and multiselect drop down field validation was not working ---------------------------------------------- r47768 | nkoth | 2013-09-27 01:59:14 +0200 (Fri, 27 Sep 2013) | 1 line [FIX] Validation of drop down field with option not working ---------------------------------------------- r47767 | nkoth | 2013-09-26 23:39:56 +0200 (Thu, 26 Sep 2013) | 1 line [FIX] Do not automatically change dropdown to 'other' selection unless there is in fact a value in the field ---------------------------------------------- r47766 | arildb | 2013-09-26 22:11:50 +0200 (Thu, 26 Sep 2013) | 1 line [ENH] Add a "large" close button on the first user wizard page ---------------------------------------------- r47765 | xavidp | 2013-09-26 21:40:53 +0200 (Thu, 26 Sep 2013) | 1 line [FIX]Show and save the right values. Thanks arildb ---------------------------------------------- r47764 | xavidp | 2013-09-26 21:40:17 +0200 (Thu, 26 Sep 2013) | 1 line [ENH]Breadcrumbs are not used here ---------------------------------------------- r47761 | xavidp | 2013-09-26 21:16:09 +0200 (Thu, 26 Sep 2013) | 1 line [FIX]diff leftovers removed (oups) ---------------------------------------------- r47760 | xavidp | 2013-09-26 20:52:22 +0200 (Thu, 26 Sep 2013) | 1 line [ENH]Oups. Missing tpl file that should have been in r47759 (Select avatar in new window) ---------------------------------------------- r47759 | xavidp | 2013-09-26 20:51:11 +0200 (Thu, 26 Sep 2013) | 1 line [ENH]Selection of user avatar done in a new window for easier navigation trough the wizard. And checks for complicated cases removed since that is a user wizard viewed just by the user itself (and not by an admin for that user). Thanks arildb ---------------------------------------------- r47757 | gezzzan | 2013-09-26 18:29:02 +0200 (Thu, 26 Sep 2013) | 1 line [ENH] adding bootstrap classes ---------------------------------------------- r47755 | xavidp | 2013-09-26 17:50:27 +0200 (Thu, 26 Sep 2013) | 1 line [ENH]Add custom.js_example files like the one in the lang/fr folder. Thanks jonnyb for reporting that this improvement existed already ---------------------------------------------- r47754 | jonnybradley | 2013-09-26 13:09:17 +0200 (Thu, 26 Sep 2013) | 1 line [FIX] vimeo: Better (client-side) validation for Vimeo URLs and make validation errors appear on the correct input ---------------------------------------------- r47753 | gezzzan | 2013-09-26 12:43:49 +0200 (Thu, 26 Sep 2013) | 1 line [ENH] Adding some bootstrap classes ---------------------------------------------- r47752 | jonnybradley | 2013-09-26 12:33:55 +0200 (Thu, 26 Sep 2013) | 1 line [REF] listpages: Remove duplicated code in plugin (merged from 11.x) following LPH's superior fix in r47747 ---------------------------------------------- r47751 | gezzzan | 2013-09-26 10:45:31 +0200 (Thu, 26 Sep 2013) | 1 line [ENH] Adding bootstrap class="breadcrumb" ---------------------------------------------- r47750 | nkoth | 2013-09-26 05:57:48 +0200 (Thu, 26 Sep 2013) | 1 line [FIX] Allow 0 as possible alternate ---------------------------------------------- r47749 | lphuberdeau | 2013-09-25 21:26:57 +0200 (Wed, 25 Sep 2013) | 1 line [ENH] Use central logic to identify the database to use ---------------------------------------------- r47747 | lphuberdeau | 2013-09-25 20:36:31 +0200 (Wed, 25 Sep 2013) | 1 line [ENH]?\194?\160Make sure the category display in list pages also work from the plugin ---------------------------------------------- r47743 | fmg-sf | 2013-09-25 17:50:05 +0200 (Wed, 25 Sep 2013) | 1 line [ENH] download or unzip any chosen version, no extra switch cases anymore ---------------------------------------------- r47741 | lphuberdeau | 2013-09-25 17:13:01 +0200 (Wed, 25 Sep 2013) | 1 line [FIX]?\194?\160Same level as box data, otherwise it appears above chosen selectors ---------------------------------------------- r47740 | lphuberdeau | 2013-09-25 17:04:21 +0200 (Wed, 25 Sep 2013) | 1 line [FIX] There should be no mangling of the password in any cases - 'text' calls striptags ---------------------------------------------- r47739 | fmg-sf | 2013-09-25 16:36:08 +0200 (Wed, 25 Sep 2013) | 1 line [ENH] display all hardcoded versions by 'foreach' without further change of code ---------------------------------------------- r47738 | lphuberdeau | 2013-09-25 16:23:06 +0200 (Wed, 25 Sep 2013) | 1 line [FIX]?\194?\160Revert to the simpler color replacement pattern when backtrace limit is reached ---------------------------------------------- r47731 | arildb | 2013-09-25 13:40:34 +0200 (Wed, 25 Sep 2013) | 1 line [FIX] Make AutoTOC compatible with IE 10. Thanks jcarter ---------------------------------------------- r47729 | arildb | 2013-09-25 11:05:12 +0200 (Wed, 25 Sep 2013) | 1 line [FIX] Some minro adjustments to the user wizard ---------------------------------------------- r47728 | nkoth | 2013-09-24 23:48:22 +0200 (Tue, 24 Sep 2013) | 2 lines [ENH] Add ability to generate backup and db dump from console ---------------------------------------------- r47727 | xavidp | 2013-09-24 21:39:08 +0200 (Tue, 24 Sep 2013) | 1 line [FIX]Daily report settings are saved properly. Thanks rodrigoprimo ---------------------------------------------- r47726 | xavidp | 2013-09-24 21:24:38 +0200 (Tue, 24 Sep 2013) | 1 line [MOD]Added missing code borrowed from tiki-user_preferences.php. get values placed at onSetupPage; set values placed at ---------------------------------------------- r47725 | arildb | 2013-09-24 21:15:07 +0200 (Tue, 24 Sep 2013) | 2 lines [ENH] Make the selected jCapture gallery name bold. Easier to spot ---------------------------------------------- r47724 | xavidp | 2013-09-24 20:46:42 +0200 (Tue, 24 Sep 2013) | 1 line [MOD]Fetch the right values of Daily reports for the user. ---------------------------------------------- r47723 | yonixxx | 2013-09-24 20:37:36 +0200 (Tue, 24 Sep 2013) | 1 line [ENH]Adding css style instead of inline style ---------------------------------------------- r47722 | yonixxx | 2013-09-24 20:35:18 +0200 (Tue, 24 Sep 2013) | 1 line [ENH]Adding css style so admin and user wizard are rtl compatible ---------------------------------------------- r47721 | yonixxx | 2013-09-24 20:34:37 +0200 (Tue, 24 Sep 2013) | 1 line [ENH]Adding css style for the user wizard ---------------------------------------------- r47720 | yonixxx | 2013-09-24 20:34:09 +0200 (Tue, 24 Sep 2013) | 1 line [ENH]Adding css style for the admin wizard ---------------------------------------------- r47719 | fmg-sf | 2013-09-24 20:33:48 +0200 (Tue, 24 Sep 2013) | 1 line [ENH] more versions offered to download ---------------------------------------------- r47717 | xavidp | 2013-09-24 20:33:05 +0200 (Tue, 24 Sep 2013) | 1 line [FIX]Former form removed and global $user added also at onSetupPage function (thanks arildb) ---------------------------------------------- r47716 | arildb | 2013-09-24 20:13:12 +0200 (Tue, 24 Sep 2013) | 1 line [FIX] A couple of fixes to make the user wizard page save the user prefs ---------------------------------------------- r47715 | xavidp | 2013-09-24 19:56:49 +0200 (Tue, 24 Sep 2013) | 1 line [MOD]Added notification lib, tikilib, and Setup initial wizard screen with their smarty values ---------------------------------------------- r47714 | jonnybradley | 2013-09-24 19:55:59 +0200 (Tue, 24 Sep 2013) | 1 line [ENH] vimeo: Add some rudimentary validation for vimeo URLs (error messages still appear in the wrong place if multiple files fields in the form, existing issue to fix soon) ---------------------------------------------- r47713 | xavidp | 2013-09-24 19:39:06 +0200 (Tue, 24 Sep 2013) | 1 line [MOD]Changed syntax to user prefs again (they work differently than site prefs), and added some logic to catch values in function onContinue. thanks arildb ---------------------------------------------- r47712 | jonnybradley | 2013-09-24 19:14:27 +0200 (Tue, 24 Sep 2013) | 1 line [MOD] vimeo: If remote delete fails continue to remove the tiki object but report the problem in more detail ---------------------------------------------- r47711 | jonnybradley | 2013-09-24 18:12:03 +0200 (Tue, 24 Sep 2013) | 1 line [FIX] vimeo: Better error reporting on delete (still doesn't delete the filegal object, change the mime-type to remove "orphans" - better solution to come) ---------------------------------------------- r47710 | jonnybradley | 2013-09-24 17:56:06 +0200 (Tue, 24 Sep 2013) | 1 line [FIX] vimeo: Another fix for webkit browsers adding uploaded files twice in tracker fields ---------------------------------------------- r47709 | jonnybradley | 2013-09-24 17:39:36 +0200 (Tue, 24 Sep 2013) | 1 line [FIX] vimeo: Create reference to vimeo file if "uploaded" by entering the URL, and change the label accordingly ---------------------------------------------- r47708 | jonnybradley | 2013-09-24 17:38:22 +0200 (Tue, 24 Sep 2013) | 1 line [FIX] vimeo: Remove busy modal from upload form before post-processing (in case something goes wrong) ---------------------------------------------- r47707 | xavidp | 2013-09-24 17:22:17 +0200 (Tue, 24 Sep 2013) | 1 line [TRA]Conflict resolved ---------------------------------------------- r47706 | xavidp | 2013-09-24 16:42:30 +0200 (Tue, 24 Sep 2013) | 1 line [MOD]Remove the fat and leave file small to improve organically step by step ---------------------------------------------- r47705 | jonnybradley | 2013-09-24 16:38:40 +0200 (Tue, 24 Sep 2013) | 1 line [ENH] user-info: Use same service for userlink modifier popups as is now on avatars. Still TODO: caching and show "idletime" (if still needed) ---------------------------------------------- r47704 | xavidp | 2013-09-24 16:15:51 +0200 (Tue, 24 Sep 2013) | 1 line [FIX]Fixed syntax for preference definition in the wizard ---------------------------------------------- r47703 | jonnybradley | 2013-09-24 16:07:23 +0200 (Tue, 24 Sep 2013) | 1 line [FIX] userinfo: Correct last login and improve label and round distance to nearest metre. ---------------------------------------------- r47702 | arildb | 2013-09-24 15:30:57 +0200 (Tue, 24 Sep 2013) | 4 lines [ENH] Some alterations to make the new userpages more correct. The "structure" is a bit wrong. In onSetupPage, do not set preferences, use {preference=blabla} in the .tpl file. Do saving of "custom values" in the onContinue function. Preferences are saved automatically, as long as isEditable returns true. I have not updated that. ---------------------------------------------- r47701 | jonnybradley | 2013-09-24 14:54:23 +0200 (Tue, 24 Sep 2013) | 1 line [REF] userinfo: Move code to build the link for the user-info popup into userslib (plus a small comment correction in the controller) ---------------------------------------------- r47700 | xavidp | 2013-09-24 14:39:12 +0200 (Tue, 24 Sep 2013) | 1 line [NEW]Basic structure to create a User Wizard to allow users set up their basic settings (depending on the general settings enabled in the site). So far, it's not linked from anywhere else. Work in progress (commit early, commit often), to be reviewed by arildb (thanks) ---------------------------------------------- r47699 | jonnybradley | 2013-09-24 14:28:36 +0200 (Tue, 24 Sep 2013) | 1 line [FIX] users: Missing operators from SQL query ---------------------------------------------- r47698 | nkoth | 2013-09-24 12:56:37 +0200 (Tue, 24 Sep 2013) | 2 lines [FIX] prevent duplicate key errors ---------------------------------------------- r47697 | xavidp | 2013-09-24 12:02:39 +0200 (Tue, 24 Sep 2013) | 1 line [FIX]Add missing tr tags ---------------------------------------------- r47696 | xavidp | 2013-09-24 11:02:25 +0200 (Tue, 24 Sep 2013) | 1 line [MOD]Show description inside the info popup box to clean the interface, as in other screens. The other strings are kept as such since they are too specific for that screen to choose between to options (showing the differences between the two). ---------------------------------------------- r47695 | xavidp | 2013-09-24 10:54:38 +0200 (Tue, 24 Sep 2013) | 1 line [TRA]Conflict resolved and a few strings improved ---------------------------------------------- r47694 | xavidp | 2013-09-24 10:51:53 +0200 (Tue, 24 Sep 2013) | 1 line [FIX]Missing tr tags and unify string for same link ---------------------------------------------- r47693 | nkoth | 2013-09-24 05:24:10 +0200 (Tue, 24 Sep 2013) | 2 lines [ENH] more redacting ---------------------------------------------- r47692 | nkoth | 2013-09-24 04:52:16 +0200 (Tue, 24 Sep 2013) | 2 lines [FIX] more redactor fixes ---------------------------------------------- r47691 | nkoth | 2013-09-24 04:31:20 +0200 (Tue, 24 Sep 2013) | 2 lines [FIX] Do not try and use memcache even if pref is enabled if memcache is disabled on server, otherwise fatal error ---------------------------------------------- r47690 | arildb | 2013-09-23 23:15:06 +0200 (Mon, 23 Sep 2013) | 1 line [ENH] Add some more space to the editor type wizard page ---------------------------------------------- r47689 | arildb | 2013-09-23 23:11:47 +0200 (Mon, 23 Sep 2013) | 1 line [ENH] Some layout and text changes ---------------------------------------------- r47688 | arildb | 2013-09-23 22:55:48 +0200 (Mon, 23 Sep 2013) | 1 line [ENH] Clean up descriptions on the wysiwyg wizard page. ---------------------------------------------- r47687 | arildb | 2013-09-23 22:13:52 +0200 (Mon, 23 Sep 2013) | 1 line [FIX] PHP warning ---------------------------------------------- r47686 | arildb | 2013-09-23 22:07:41 +0200 (Mon, 23 Sep 2013) | 2 lines [MOD] jCapture wizard detail page specifies the file gallery by name. It will be created if it doesn't exist. If it is already specified, the field is read-only. ---------------------------------------------- r47685 | xavidp | 2013-09-23 20:37:01 +0200 (Mon, 23 Sep 2013) | 1 line [ENH]Clean interface a bit by means of moving descriptive text shown next to preferences in wizard screens into the description box shown upon mouseover next to each preference (thanks arildb). Minor layout improvements in some screens (jcapture & namespace). Distinguish pref names for show user's info on mouseover and improve description (thanks jonnyb) ---------------------------------------------- r47681 | arildb | 2013-09-23 19:28:12 +0200 (Mon, 23 Sep 2013) | 3 lines [ENH] Cleanup the "structures" wizard detail page Use system descriptions for preferences. Develop them, rather than loading the wizard pages with text. [ENH] Add a description to feature: Open page as structure ---------------------------------------------- r47680 | arildb | 2013-09-23 18:18:24 +0200 (Mon, 23 Sep 2013) | 1 line [FIX] Make plugins (better) visible, when the inline editor is used with themes using a non-white background ---------------------------------------------- r47679 | nkoth | 2013-09-23 18:17:17 +0200 (Mon, 23 Sep 2013) | 1 line [ENH] More redacting ---------------------------------------------- r47678 | jonnybradley | 2013-09-23 18:01:33 +0200 (Mon, 23 Sep 2013) | 1 line [FIX] maps: Check for central map position before finding the correct layer (fixes js error on new tracker items) ---------------------------------------------- r47677 | xavidp | 2013-09-23 17:24:28 +0200 (Mon, 23 Sep 2013) | 1 line [FIX]svn property (keywords Id) ---------------------------------------------- r47675 | nkoth | 2013-09-23 17:22:43 +0200 (Mon, 23 Sep 2013) | 2 lines [FIX] Remove old code that no longer works ---------------------------------------------- r47671 | tikii18nbot | 2013-09-23 17:08:01 +0200 (Mon, 23 Sep 2013) | 1 line Korean translations done on i18n.tiki.org ---------------------------------------------- r47668 | tikii18nbot | 2013-09-23 17:04:23 +0200 (Mon, 23 Sep 2013) | 1 line Dutch translations done on i18n.tiki.org ---------------------------------------------- r47666 | tikii18nbot | 2013-09-23 16:57:47 +0200 (Mon, 23 Sep 2013) | 1 line Catalan translations done on i18n.tiki.org ---------------------------------------------- r47664 | nkoth | 2013-09-23 16:32:04 +0200 (Mon, 23 Sep 2013) | 2 lines [FIX] More redactor stuff ---------------------------------------------- r47663 | yonixxx | 2013-09-23 16:00:49 +0200 (Mon, 23 Sep 2013) | 1 line [REM] integration of the new rtl management theme system - greenvalley ---------------------------------------------- r47661 | yonixxx | 2013-09-23 14:26:32 +0200 (Mon, 23 Sep 2013) | 1 line [ENH] integration of the new rtl management theme system - greenvalley ---------------------------------------------- r47658 | yonixxx | 2013-09-23 13:43:59 +0200 (Mon, 23 Sep 2013) | 1 line [ENH] integration of the new rtl management theme system ---------------------------------------------- r47656 | arildb | 2013-09-23 01:39:46 +0200 (Mon, 23 Sep 2013) | 1 line Fix comment ---------------------------------------------- r47655 | arildb | 2013-09-23 01:38:09 +0200 (Mon, 23 Sep 2013) | 3 lines [MOD] Add the text-area wizard page to the Wysiwyg HTML mode wizard "continue path". However, do not include code mirror and plugin section. [ENH] Add the edit plugin toggle option ---------------------------------------------- r47654 | arildb | 2013-09-22 23:44:19 +0200 (Sun, 22 Sep 2013) | 2 lines [FIX] Patch for uninitialized utilities. The real problem is that setup is not called, it seems ---------------------------------------------- r47653 | arildb | 2013-09-22 23:02:02 +0200 (Sun, 22 Sep 2013) | 1 line [ENH] Add draw preference and the doc link for the jcapture page ---------------------------------------------- r47652 | arildb | 2013-09-22 22:57:44 +0200 (Sun, 22 Sep 2013) | 1 line [MOD] If ElFinder is selected, it is made the default viewer for file galleries ---------------------------------------------- r47651 | arildb | 2013-09-22 22:06:05 +0200 (Sun, 22 Sep 2013) | 1 line [ENH] New layout for structures wizard detail page + added some descriptions ---------------------------------------------- r47650 | arildb | 2013-09-22 21:27:38 +0200 (Sun, 22 Sep 2013) | 4 lines [NEW] Wizard details page for categories. Has no editable preferences. Provides a link (opens in new window) to the categories wizard page. Information provided still needs work. ---------------------------------------------- r47649 | arildb | 2013-09-22 20:54:38 +0200 (Sun, 22 Sep 2013) | 1 line [ENH] Simplify and add more space to the editor type wizard page ---------------------------------------------- r47648 | arildb | 2013-09-22 16:19:59 +0200 (Sun, 22 Sep 2013) | 1 line [ENH] Make the positioning of the wizard link in the admin panel scriptable. Thanks Bsfez ---------------------------------------------- r47647 | arildb | 2013-09-22 15:53:05 +0200 (Sun, 22 Sep 2013) | 2 lines [ENH] Do not use the image plugin on the HTML mode homepage. Does not go well with inline editing, and causes problems with Auto TOC when plugins are used in headers ---------------------------------------------- r47646 | arildb | 2013-09-22 15:12:55 +0200 (Sun, 22 Sep 2013) | 1 line [FIX] Properly end the img tag ---------------------------------------------- r47645 | arildb | 2013-09-22 13:33:23 +0200 (Sun, 22 Sep 2013) | 3 lines [NEW] Add elFinder to the File wizard page. [ENH] Better description for ElFinder feature + add help URL Make it easier to start using ElFinder. If found too unstable, it will be removed before the release. ---------------------------------------------- r47644 | xavidp | 2013-09-22 12:21:46 +0200 (Sun, 22 Sep 2013) | 1 line minor changes ---------------------------------------------- r47643 | xavidp | 2013-09-22 12:18:01 +0200 (Sun, 22 Sep 2013) | 1 line [NEW]New screen to set basic options for the Community settings (needed to easily enable the features that will allow to have the required basic features enabled for the user wizard to be meaningful) ---------------------------------------------- r47642 | xavidp | 2013-09-22 11:31:53 +0200 (Sun, 22 Sep 2013) | 1 line [ENH]Specific icons shown in each screen where possible instead of generic configuration icon. ---------------------------------------------- r47641 | xavidp | 2013-09-22 09:22:49 +0200 (Sun, 22 Sep 2013) | 1 line [MOD]Change site layout (currently nothing to choose from) with 'fixed width' checkbox (and width in px, if selected) ---------------------------------------------- r47640 | xavidp | 2013-09-22 09:03:57 +0200 (Sun, 22 Sep 2013) | 2 lines [FIX]Features logo position [ENH]Daily reports options added (child only shown when parent enabled) ---------------------------------------------- r47639 | arildb | 2013-09-21 23:58:27 +0200 (Sat, 21 Sep 2013) | 1 line [FIX] Invalid call ---------------------------------------------- r47638 | arildb | 2013-09-21 23:56:45 +0200 (Sat, 21 Sep 2013) | 4 lines [NEW] User Wizard, using the same framework as the Admin Wizard. Must be started manually: tiki-wizard_user.php Added 3 dummy pages. [RENAME] wizard_bar.tpl to wizard_bar_admin.tpl ---------------------------------------------- r47637 | arildb | 2013-09-21 22:38:22 +0200 (Sat, 21 Sep 2013) | 1 line [FIX] Correct tr tags ---------------------------------------------- r47636 | arildb | 2013-09-21 22:35:30 +0200 (Sat, 21 Sep 2013) | 3 lines [ENH] Only show "Save and Continue" if the page is editable. Otherwise show "Next". Added to support read-only wizards, e.g. user tutorials. [FIX] Incorrect call in look & feel ---------------------------------------------- r47635 | nkoth | 2013-09-21 22:34:54 +0200 (Sat, 21 Sep 2013) | 2 lines [ENH] more redacting ---------------------------------------------- r47634 | arildb | 2013-09-21 21:18:28 +0200 (Sat, 21 Sep 2013) | 1 line [FIX] PHP Notice ---------------------------------------------- r47633 | arildb | 2013-09-21 21:17:43 +0200 (Sat, 21 Sep 2013) | 2 lines [NEW] Look & Feel wizard page added second last. Keep the admin homepage/profiles at the very end. ---------------------------------------------- r47632 | xavidp | 2013-09-21 21:04:38 +0200 (Sat, 21 Sep 2013) | 1 line some more strings translated from admin wizard screens ---------------------------------------------- r47631 | xavidp | 2013-09-21 20:38:22 +0200 (Sat, 21 Sep 2013) | 1 line [FIX]Oups, Catanyol (Scatanish?) fixed ---------------------------------------------- r47629 | xavidp | 2013-09-21 20:26:58 +0200 (Sat, 21 Sep 2013) | 1 line [FIX]Short description of structures ---------------------------------------------- r47628 | xavidp | 2013-09-21 20:19:36 +0200 (Sat, 21 Sep 2013) | 1 line [MOD]Extend info for new admins about why categories are useful ---------------------------------------------- r47625 | arildb | 2013-09-21 19:35:13 +0200 (Sat, 21 Sep 2013) | 3 lines [MOD] Add Category feature, to the wiki setup. Categorize structure pages requires categories. By moving categories to the same level, the structure detail page can make the display of the categorize.. option dependent on the category feature. Remove Category from the Main features page. ---------------------------------------------- r47624 | arildb | 2013-09-21 18:58:48 +0200 (Sat, 21 Sep 2013) | 1 line [ENH] Hide code mirror option for RTL languages. It doesn't work. Please check Bernard ---------------------------------------------- r47623 | arildb | 2013-09-21 18:57:13 +0200 (Sat, 21 Sep 2013) | 2 lines [NEW] Add RTL (Right to Left Language) check in Language. Use the RTL definitions from CkEditor. ---------------------------------------------- r47622 | xavidp | 2013-09-21 18:51:54 +0200 (Sat, 21 Sep 2013) | 1 line [FIX]Icon size like the others ---------------------------------------------- r47620 | xavidp | 2013-09-21 18:48:35 +0200 (Sat, 21 Sep 2013) | 1 line [FIX ]Improve usage of icons to match same layout as in other admin wizard pages ---------------------------------------------- r47619 | xavidp | 2013-09-21 18:47:20 +0200 (Sat, 21 Sep 2013) | 1 line [ENH]Improve description of structures in the admin wizard, and new selection proposal of options shown in that screen ---------------------------------------------- r47618 | xavidp | 2013-09-21 18:44:45 +0200 (Sat, 21 Sep 2013) | 1 line [ENH]Improve description of multirpint (to be reused later in the corresponding admin wizard) ---------------------------------------------- r47617 | arildb | 2013-09-21 18:22:20 +0200 (Sat, 21 Sep 2013) | 1 line [ENH] Use the i18n icon on laguage page + add a short top description ---------------------------------------------- r47616 | xavidp | 2013-09-21 18:15:46 +0200 (Sat, 21 Sep 2013) | 1 line [ENH]Replicate this checkbox also in the structures section, as it was expected to be found there also (I'm a big fan of structures and I didn't know about this option!) ---------------------------------------------- r47615 | xavidp | 2013-09-21 18:02:32 +0200 (Sat, 21 Sep 2013) | 1 line [ENH]Make more use of the new wizard icons to visually distinguish those screens. Thanks arildb for adding all sizes (nice that they are lgpl'd :-) ---------------------------------------------- r47614 | xavidp | 2013-09-21 17:57:04 +0200 (Sat, 21 Sep 2013) | 1 line [FIX]Add description for structures (surprisingly, it was empty) ---------------------------------------------- r47613 | arildb | 2013-09-21 17:48:24 +0200 (Sat, 21 Sep 2013) | 1 line [MOD] Enable the language wizard page ---------------------------------------------- r47612 | arildb | 2013-09-21 17:47:35 +0200 (Sat, 21 Sep 2013) | 1 line [ENH] Show tiki version on first wizadr page ---------------------------------------------- r47610 | arildb | 2013-09-21 16:42:51 +0200 (Sat, 21 Sep 2013) | 1 line Add svn ID's ---------------------------------------------- r47609 | arildb | 2013-09-21 16:39:35 +0200 (Sat, 21 Sep 2013) | 2 lines [ENH] Changes for wizard selection "Hide namespace indicator in structure path". Removed from structures wizard, and only displayed in the namespaces page if structures are enabled ---------------------------------------------- r47608 | arildb | 2013-09-21 16:32:30 +0200 (Sat, 21 Sep 2013) | 1 line [FIX] Get rid of PHP warning ---------------------------------------------- r47607 | arildb | 2013-09-21 16:09:02 +0200 (Sat, 21 Sep 2013) | 1 line [NEW] detail wizard page for structures ---------------------------------------------- r47606 | arildb | 2013-09-21 15:52:18 +0200 (Sat, 21 Sep 2013) | 1 line [MOD] Only show the textarea setup, if wiki format is used ---------------------------------------------- r47605 | arildb | 2013-09-21 15:39:13 +0200 (Sat, 21 Sep 2013) | 1 line [ENH] Better wizard icon. Thanks xavi ---------------------------------------------- r47604 | arildb | 2013-09-21 15:27:58 +0200 (Sat, 21 Sep 2013) | 1 line [NEW] wizard icons from https://www.iconfinder.com/icons/1881/wizard_icon#size=32 ---------------------------------------------- r47603 | xavidp | 2013-09-21 14:52:11 +0200 (Sat, 21 Sep 2013) | 1 line [MOD]Add svn Id keyword ---------------------------------------------- r47602 | xavidp | 2013-09-21 14:48:58 +0200 (Sat, 21 Sep 2013) | 1 line [NEW]New admin wizard screen for advanced options (for more advanced admins, as clearly stated in the introduction text), such as the Namespace (formerly in a previous screen), and some other like the Workspaces UI and its dependencies ---------------------------------------------- r47601 | xavidp | 2013-09-21 14:44:32 +0200 (Sat, 21 Sep 2013) | 1 line [MOD]Removed namespace option from the wiki environment screen, since it's an advanced option (it will come back in a new advanced screen in short). Replaced by options related to Wiki structures, which are more common for basic sites and come disabled by default. Wysiwyg screen shown (when enabled) before textarea screen. ---------------------------------------------- r47600 | xavidp | 2013-09-21 14:28:37 +0200 (Sat, 21 Sep 2013) | 1 line [MOD]Syntax highlighter remomved from wysiwyg screen because it is included in a further step for the textarea ---------------------------------------------- r47599 | xavidp | 2013-09-21 13:40:45 +0200 (Sat, 21 Sep 2013) | 1 line [NEW]New screen to set up your text area (editing and plugins), included some short list of recommended plugins that are currently coming as disabled by default. Improvements welcome ---------------------------------------------- r47598 | xavidp | 2013-09-21 12:51:12 +0200 (Sat, 21 Sep 2013) | 1 line Admin wizard mostly translated ---------------------------------------------- r47596 | nkoth | 2013-09-21 01:23:49 +0200 (Sat, 21 Sep 2013) | 2 lines [FIX] Prevent entering of invalid entries into the tiki_activity_stream db table on test run of formula when setting Record Event rule ---------------------------------------------- r47595 | nkoth | 2013-09-21 00:49:35 +0200 (Sat, 21 Sep 2013) | 2 lines [FIX] Add missing template from recent commit of wikiplugin_playscorm ---------------------------------------------- r47594 | nkoth | 2013-09-21 00:46:07 +0200 (Sat, 21 Sep 2013) | 1 line [ENH] Allow recording of event in activity stream of generic addrelation through wikiplugin_addrelation ---------------------------------------------- r47593 | nkoth | 2013-09-20 23:35:41 +0200 (Fri, 20 Sep 2013) | 1 line [ENH] Include trackerId in event info in addition to trackeritem id ---------------------------------------------- r47592 | xavidp | 2013-09-20 20:45:27 +0200 (Fri, 20 Sep 2013) | 1 line [MOD]As of discussed in the last webinar Set 19th, new defaults set syntax highlighter on, while its theme is kept as 'off but switchable'. Thanks jonnyb for coding this option some time ago. ---------------------------------------------- r47591 | xavidp | 2013-09-20 20:36:53 +0200 (Fri, 20 Sep 2013) | 1 line Update l10n of admin wizard ---------------------------------------------- r47590 | xavidp | 2013-09-20 20:35:51 +0200 (Fri, 20 Sep 2013) | 1 line [FIX]adding a few tr tags, some typos fixed and update wording to current feature set. ---------------------------------------------- r47589 | amette | 2013-09-20 17:26:08 +0200 (Fri, 20 Sep 2013) | 2 lines [NEW] DB Redactor ---------------------------------------------- r47588 | arildb | 2013-09-20 03:21:07 +0200 (Fri, 20 Sep 2013) | 1 line [ENH] Use the recommended way of instantiating WizardLib, using TikiLib:lib ---------------------------------------------- r47587 | arildb | 2013-09-20 03:01:09 +0200 (Fri, 20 Sep 2013) | 2 lines [ENH] Make Admin Wizard have less failure points, at the expense of error reporting. Added catch exceptions and report errors. ---------------------------------------------- r47586 | arildb | 2013-09-20 02:37:41 +0200 (Fri, 20 Sep 2013) | 3 lines [MOD] Make return URL be available in the onContinue method. onSetupPage and onContinue is called in different contexts, so saving the return url in onSetupPage and using it in onContinue doesn't work [FIX] Use the correct return URL ---------------------------------------------- r47585 | arildb | 2013-09-20 01:59:39 +0200 (Fri, 20 Sep 2013) | 2 lines [REMOVE] In the admin panel / general, the link to the admin wizard and "hide" preference is no longer needed. The new admin link is more accessible, and the preference can be maintained in the admin panel itself. ---------------------------------------------- r47584 | arildb | 2013-09-20 01:54:09 +0200 (Fri, 20 Sep 2013) | 1 line [DOC] Better option description ---------------------------------------------- r47583 | arildb | 2013-09-20 01:43:43 +0200 (Fri, 20 Sep 2013) | 1 line [ENH] Make it easier to avoid the Admin Wizard. ---------------------------------------------- r47582 | arildb | 2013-09-20 01:40:59 +0200 (Fri, 20 Sep 2013) | 1 line [ENH] Add an easy to spot link to the Admin Wizard in the admin panel header ---------------------------------------------- r47581 | marclaporte | 2013-09-19 21:17:30 +0200 (Thu, 19 Sep 2013) | 1 line Moving jCapture Screencast out of experimental ---------------------------------------------- r47580 | nkoth | 2013-09-19 20:05:36 +0200 (Thu, 19 Sep 2013) | 2 lines [DOC] note that ol and li are needed for Show More button to work ---------------------------------------------- r47579 | arildb | 2013-09-19 19:58:28 +0200 (Thu, 19 Sep 2013) | 3 lines [ENH] Add button on the wizards first page: "Use the Tiki default settings". The button replaces previous text, which stated that the wizard over-writes customized preferences. Setting the detailed preferences is now moved to dedicated detail wizard pages. ---------------------------------------------- r47578 | arildb | 2013-09-19 19:49:02 +0200 (Thu, 19 Sep 2013) | 2 lines [ENH] Show "Start" instead of Save and Continue on first wizard page. No preferences are present on the front page (except "Show on login"). ---------------------------------------------- r47577 | arildb | 2013-09-19 19:31:29 +0200 (Thu, 19 Sep 2013) | 2 lines [FIX] Use correct wysiwyg parameter. When HTML mode is selected, the full wysiwyg editor opens the front page (which is in html format). ---------------------------------------------- r47576 | arildb | 2013-09-19 19:09:17 +0200 (Thu, 19 Sep 2013) | 1 line [ENH] Added link to verify java installation, along with the jcapture option. ---------------------------------------------- r47575 | fmg-sf | 2013-09-19 18:50:22 +0200 (Thu, 19 Sep 2013) | 1 line [ENH] default command is composer ---------------------------------------------- r47574 | arildb | 2013-09-19 18:41:46 +0200 (Thu, 19 Sep 2013) | 2 lines [REF] Move detail preference logic away from the main wiki preferences page, to the individual detail page handlers. [ENH] Add some more body to the jCapture wizard page. ---------------------------------------------- r47573 | arildb | 2013-09-19 18:37:54 +0200 (Thu, 19 Sep 2013) | 2 lines [MOD] Use 'y' as default for inline auto TOC display When users activate auto TOC, they probably also want inline auto TOC. ---------------------------------------------- r47572 | arildb | 2013-09-19 16:23:11 +0200 (Thu, 19 Sep 2013) | 2 lines [FIX] The force parameter must override the admin check [DOC] Show param type in description ---------------------------------------------- r47571 | arildb | 2013-09-19 16:16:43 +0200 (Thu, 19 Sep 2013) | 2 lines [REF] cleanup wizard login logic [FIX] startAdminWizard must use global base_url ---------------------------------------------- r47570 | arildb | 2013-09-19 16:02:52 +0200 (Thu, 19 Sep 2013) | 2 lines [REF] Move wysiwyg editor setup logic away from wizardlib, and to the wysiwyg wizard page. [DOC] Add some more documentation to functions ---------------------------------------------- r47569 | arildb | 2013-09-19 15:22:07 +0200 (Thu, 19 Sep 2013) | 2 lines [MOD] Cancel button renamed to "Close". Clicking close will now save the "Show on login" selection, no other preferences. ---------------------------------------------- r47568 | arildb | 2013-09-19 00:49:40 +0200 (Thu, 19 Sep 2013) | 1 line [REF] Apply the preference changes at the wizard page super class level, to make sure all pages save their changes. ---------------------------------------------- r47567 | arildb | 2013-09-19 00:32:26 +0200 (Thu, 19 Sep 2013) | 2 lines [FIX] Make wizard pages save the selected preferences. Applies to Auto TOC, Namespaces and jCapture ---------------------------------------------- r47566 | arildb | 2013-09-19 00:13:14 +0200 (Thu, 19 Sep 2013) | 1 line [ENH] Better text for wysiwyg wizard page ---------------------------------------------- r47565 | arildb | 2013-09-18 23:54:25 +0200 (Wed, 18 Sep 2013) | 2 lines [NEW] Create a Tiki front page in HTML format, if wysiwyg HTML mode is selected. Enables full inline editing of front page. ---------------------------------------------- r47564 | arildb | 2013-09-18 22:50:30 +0200 (Wed, 18 Sep 2013) | 1 line [FIX] updated comment ---------------------------------------------- r47563 | arildb | 2013-09-18 22:49:45 +0200 (Wed, 18 Sep 2013) | 2 lines [REACTIVATE][REVERT][r47457][FIX] Only show inline edit icon, when wysiwyg feature is also enabled. Make inline editing be a separate feature, not dependent on feature wysiwyg ---------------------------------------------- r47562 | arildb | 2013-09-18 22:49:05 +0200 (Wed, 18 Sep 2013) | 2 lines [REVERT][r47532][MOD] Make "Inline wysiwyg editor" be a separate feature, not dependent on feature wysiwyg. List "Inline wysiwyg editor" together with "Full wysiwyg editor" in the wysiwyg admin panel ---------------------------------------------- r47561 | arildb | 2013-09-18 22:48:06 +0200 (Wed, 18 Sep 2013) | 2 lines [NEW] Admin wizard page to select the basic Editor Type. Text or Wysiwyg. [MOD] Renamed the page editor to wysiwyg, and remove the feature_wysiwyg preference. ---------------------------------------------- r47558 | arildb | 2013-09-18 20:19:48 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Skip the array indexes when building the wizard page array. ---------------------------------------------- r47557 | arildb | 2013-09-18 18:50:32 +0200 (Wed, 18 Sep 2013) | 1 line [FIX] Use accesslib redir instead of the header redirect (missing an exit) ---------------------------------------------- r47556 | arildb | 2013-09-18 18:41:06 +0200 (Wed, 18 Sep 2013) | 2 lines [ENH] Use the accesslibb redir call, instead of the header call. Better abstraction. Thanks lphuberdeau ---------------------------------------------- r47555 | lphuberdeau | 2013-09-18 17:12:44 +0200 (Wed, 18 Sep 2013) | 1 line [FIX]?\194?\160Using the plugin parser to extract the code block instead of using the custom technique that ignores arguments ---------------------------------------------- r47554 | lphuberdeau | 2013-09-18 16:51:00 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Shave off 1.4M of memory usage on every page load ---------------------------------------------- r47553 | lphuberdeau | 2013-09-18 16:10:32 +0200 (Wed, 18 Sep 2013) | 1 line [FIX] Pref index rebuild should not be done with the content index rebuild and it should certainly not be done from Search_Indexer ---------------------------------------------- r47552 | lphuberdeau | 2013-09-18 15:16:16 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Make sure paths to profiles in the local install are relative to avoid trucation and better support file moving ---------------------------------------------- r47551 | nkoth | 2013-09-18 14:45:55 +0200 (Wed, 18 Sep 2013) | 1 line [FIX] warning on command line install from tiki with no db yet ---------------------------------------------- r47550 | lphuberdeau | 2013-09-18 13:59:19 +0200 (Wed, 18 Sep 2013) | 1 line [FIX]?\194?\160Attempt to load tiki-setup.php on an uninstalled database causes the commands to fail. ---------------------------------------------- r47549 | arildb | 2013-09-18 06:09:50 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Add icons "of belonging" to the different sections on the wizard pages, to visually associate where in the admin panel this information can be found. ---------------------------------------------- r47548 | arildb | 2013-09-18 05:58:32 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Add wysiwyg admin icon to the wizard editor page, to visually associate where in the admin panel this information can be found. ---------------------------------------------- r47547 | arildb | 2013-09-18 05:45:10 +0200 (Wed, 18 Sep 2013) | 2 lines [FIX] Only show the storage parts needing more information [FIX] typo ---------------------------------------------- r47546 | arildb | 2013-09-18 05:24:58 +0200 (Wed, 18 Sep 2013) | 2 lines [ENH] Rearrange wizard bar buttons, so they remain fixed while navigating back and forth. Also separate Cancel from Save and Continue to avoid problems with varying text size in the Continue button (called Finish in last step) ---------------------------------------------- r47545 | arildb | 2013-09-18 05:13:52 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Better description of namespace usage ---------------------------------------------- r47544 | arildb | 2013-09-18 05:09:58 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Rename sections in Files and File Gallery page ---------------------------------------------- r47543 | arildb | 2013-09-18 05:05:18 +0200 (Wed, 18 Sep 2013) | 5 lines [NEW] Admin wizard detail setting page for file storage. Uses conditional display. Only shown, if more information is needed for the selected file storage. [ENH] Remove storage details from the files and file gallery wizard page. Moved top the file storage detail page. ---------------------------------------------- r47542 | arildb | 2013-09-18 04:40:19 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Add "Problems with SEFURL" to known wysiwyg limitations ---------------------------------------------- r47541 | arildb | 2013-09-18 03:59:56 +0200 (Wed, 18 Sep 2013) | 4 lines [NEW] Admin wizard detail setting page for jCapture. Uses conditional display. Only shown, if jcapture are selected. Incomplete ---------------------------------------------- r47540 | arildb | 2013-09-18 03:57:14 +0200 (Wed, 18 Sep 2013) | 2 lines [ENH] Moved wizard bar to the top of the displayed page. Maneuvering through many screens of different sizes is easier then. ---------------------------------------------- r47539 | arildb | 2013-09-18 03:38:18 +0200 (Wed, 18 Sep 2013) | 1 line [FIX] Link ---------------------------------------------- r47538 | arildb | 2013-09-18 03:37:39 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Add link to doc.tiki.org page for feature detail pages ---------------------------------------------- r47537 | arildb | 2013-09-18 03:14:25 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Rename to Auto TOC setup ---------------------------------------------- r47536 | arildb | 2013-09-18 03:13:16 +0200 (Wed, 18 Sep 2013) | 4 lines [NEW] Admin wizard detail setting page for Namespace Uses conditional display. Only shown, if namespaces are selected. [ENH] Remove the namespace seperator setting in the wiki setup page. It's now in the detail settings page. ---------------------------------------------- r47535 | arildb | 2013-09-18 02:57:15 +0200 (Wed, 18 Sep 2013) | 2 lines [NEW] Admin wizard detail setting page for Auto TOC. Uses conditional display. Only shown, if Auto TOC is selected. ---------------------------------------------- r47534 | arildb | 2013-09-18 02:31:10 +0200 (Wed, 18 Sep 2013) | 3 lines [NEW] Add admin wizad page: language Test page for conditional display. Only dummy content is displayed. Page is only displayed, if the system language = hebrew (for testing/demo only) ---------------------------------------------- r47533 | arildb | 2013-09-18 01:55:33 +0200 (Wed, 18 Sep 2013) | 2 lines [NEW] Let wizard pages decide if they should be shown or not. Thanks Bernard ---------------------------------------------- r47532 | arildb | 2013-09-18 00:49:32 +0200 (Wed, 18 Sep 2013) | 2 lines [MOD] Make "Inline wysiwyg editor" be a separate feature, not dependent on feature wysiwyg. List "Inline wysiwyg editor" together with "Full wysiwyg editor" in the wysiwyg admin panel ---------------------------------------------- r47531 | arildb | 2013-09-18 00:41:04 +0200 (Wed, 18 Sep 2013) | 2 lines [REVERT][r47457][FIX] Only show inline edit icon, when wysiwyg feature is also enabled. Make inline editing be a separate feature, not dependent on feature wysiwyg ---------------------------------------------- r47530 | arildb | 2013-09-18 00:07:21 +0200 (Wed, 18 Sep 2013) | 1 line [ENH] Some rewording on the editor wizard page ---------------------------------------------- r47529 | arildb | 2013-09-17 23:33:30 +0200 (Tue, 17 Sep 2013) | 3 lines [ENH] Renamed editor choices Compatible => Compatible Wiki mode Saving HTML => HTML mode ---------------------------------------------- r47528 | arildb | 2013-09-17 22:01:33 +0200 (Tue, 17 Sep 2013) | 1 line [ENH] Spelling and remove underline in new text ---------------------------------------------- r47527 | arildb | 2013-09-17 21:50:27 +0200 (Tue, 17 Sep 2013) | 1 line [ENH] Describe the wizard and it's purpose a bit. ---------------------------------------------- r47526 | arildb | 2013-09-17 21:48:59 +0200 (Tue, 17 Sep 2013) | 2 lines [ENH] Rearrange the editor wizard page. [MOD] Explicitly set "correct" settings for 2 wysiwyg modes, to avoid user errors ---------------------------------------------- r47524 | arildb | 2013-09-17 19:09:47 +0200 (Tue, 17 Sep 2013) | 3 lines [FIX] The admin wizard onLogin function must only be called, when a user is actually logged in. This is not the case right after a console.php database:install command. User must change the password first, before the login is done and the admin wizard is run. ---------------------------------------------- r47523 | chibaguy | 2013-09-17 16:39:03 +0200 (Tue, 17 Sep 2013) | 1 line [ENH] Bootstrap table base class "table" added to table class="normal". ---------------------------------------------- r47522 | lphuberdeau | 2013-09-17 15:54:52 +0200 (Tue, 17 Sep 2013) | 1 line [FIX] Profile install as part of the web installer would fail due to internal inconsistencies in Tiki - reverting previous patch by nkoth, fixing issues and avoiding several notices ---------------------------------------------- r47521 | xavidp | 2013-09-17 13:47:49 +0200 (Tue, 17 Sep 2013) | 1 line [FIX]Reduce confusion between the former interface that might have looked like just for wysiwyg options, and my previous proposal to split between wiki editor and wysiwyg editor, that was not clear enough either. This commit renames 'Wysiwyg editor' to 'Full Wysiwyg editor' to separate it from the new 'Inline Wysiwyg editor'. And 'Full wysiwyg' editor mode renamed to 'Saving HTML' to state clearly what that option does. Thanks arildb. ---------------------------------------------- r47520 | chibaguy | 2013-09-17 11:02:15 +0200 (Tue, 17 Sep 2013) | 1 line [ENH] Bootstrap classes added to input type="reset". (".btn-warning" was used here, but which Bootstrap button class (meaning and color) to use with each Tiki button should be discussed and decided.) ---------------------------------------------- r47518 | arildb | 2013-09-17 01:16:01 +0200 (Tue, 17 Sep 2013) | 1 line Added SVN keyword ID ---------------------------------------------- r47517 | arildb | 2013-09-17 01:13:34 +0200 (Tue, 17 Sep 2013) | 1 line [ENH] Added back button in admin wizard ---------------------------------------------- r47516 | arildb | 2013-09-17 00:49:29 +0200 (Tue, 17 Sep 2013) | 2 lines [NEW] Added stepNr parameter, to go to a specific wizard page [FIX] Removed redundant test ---------------------------------------------- r47515 | arildb | 2013-09-17 00:02:19 +0200 (Tue, 17 Sep 2013) | 1 line [MOD] Moved wizard's page stepping logic to wizardlib. Should make it easier to make new new wizards ---------------------------------------------- r47514 | arildb | 2013-09-16 23:25:57 +0200 (Mon, 16 Sep 2013) | 1 line [ENH] Make the date_time admin wizard page more compact ---------------------------------------------- r47513 | arildb | 2013-09-16 23:13:30 +0200 (Mon, 16 Sep 2013) | 1 line [FIX] WizardLib extends TikiLib. Call this, instead of new TikiLib instance ---------------------------------------------- r47512 | arildb | 2013-09-16 22:22:37 +0200 (Mon, 16 Sep 2013) | 1 line [ENH] Hide the display of the preference dependencies in the admin wizard ---------------------------------------------- r47511 | nkoth | 2013-09-16 21:50:40 +0200 (Mon, 16 Sep 2013) | 1 line [FIX] Prevent array axpected error ---------------------------------------------- r47510 | xavidp | 2013-09-16 19:39:17 +0200 (Mon, 16 Sep 2013) | 1 line Some more strings translated and others fixed ---------------------------------------------- r47509 | xavidp | 2013-09-16 19:38:50 +0200 (Mon, 16 Sep 2013) | 1 line [MOD]Added option to store attachments in file galleries, and adapt some text string accordingly ---------------------------------------------- r47508 | xavidp | 2013-09-16 19:37:48 +0200 (Mon, 16 Sep 2013) | 1 line [MOD]Splitted wiki syntax editor options (higlighter; added) from wysiwyg editor options. ---------------------------------------------- r47507 | chibaguy | 2013-09-16 15:52:16 +0200 (Mon, 16 Sep 2013) | 1 line [ENH] Bootstrap classes added to input type="submit". ---------------------------------------------- r47506 | xavidp | 2013-09-16 13:12:54 +0200 (Mon, 16 Sep 2013) | 1 line Some more strings translated ---------------------------------------------- r47500 | xavidp | 2013-09-15 20:27:09 +0200 (Sun, 15 Sep 2013) | 1 line [FIX]Wording ---------------------------------------------- r47499 | xavidp | 2013-09-15 20:17:07 +0200 (Sun, 15 Sep 2013) | 1 line some minor changes before get_strings.php again ---------------------------------------------- r47497 | arildb | 2013-09-15 13:57:03 +0200 (Sun, 15 Sep 2013) | 1 line Better English in comment ---------------------------------------------- r47496 | xavidp | 2013-09-15 13:14:50 +0200 (Sun, 15 Sep 2013) | 1 line [FIX]Wrong 2 translations that broke last step of Tiki Admin Wizard. This fixes http://dev.tiki.org/item4752 ---------------------------------------------- r47495 | xavidp | 2013-09-15 13:01:55 +0200 (Sun, 15 Sep 2013) | 1 line some more strings translated and others fixed ---------------------------------------------- r47494 | xavidp | 2013-09-15 12:40:13 +0200 (Sun, 15 Sep 2013) | 1 line [FIX]tr tags missing to a couple of strings ---------------------------------------------- r47493 | xavidp | 2013-09-15 12:13:18 +0200 (Sun, 15 Sep 2013) | 1 line [FIX]tr tags missing in one string ---------------------------------------------- r47491 | xavidp | 2013-09-15 11:46:41 +0200 (Sun, 15 Sep 2013) | 1 line [FIX]i18n added to the featured profile list (d?\195?\169j?\195?\160-vu?) ---------------------------------------------- r47490 | xavidp | 2013-09-15 11:21:59 +0200 (Sun, 15 Sep 2013) | 1 line [FIX]Profile install local urls made relative urls and using categ 12.x (for whenever featured profiles are updated) ---------------------------------------------- r47489 | arildb | 2013-09-15 09:12:52 +0200 (Sun, 15 Sep 2013) | 1 line [ENH] Use button type reset, to get a common look ---------------------------------------------- r47488 | arildb | 2013-09-15 00:18:35 +0200 (Sun, 15 Sep 2013) | 1 line [FIX] Missing link to amdin panel ---------------------------------------------- r47487 | arildb | 2013-09-15 00:17:44 +0200 (Sun, 15 Sep 2013) | 1 line [ENH] Added MySQL SSL test to tiki-check ---------------------------------------------- r47486 | arildb | 2013-09-14 23:52:52 +0200 (Sat, 14 Sep 2013) | 2 lines [NEW] Add jcapture preference to the admin wizard. [ENH] Better descriptions ---------------------------------------------- r47485 | arildb | 2013-09-14 22:12:55 +0200 (Sat, 14 Sep 2013) | 2 lines [MOD] Made the the "hide on login" (for admin wizard) is now a basic feature. It makes the permissions and link visible for the basic admin display ---------------------------------------------- r47484 | arildb | 2013-09-14 22:10:43 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Added tiki-check link in the admin wizard ---------------------------------------------- r47483 | arildb | 2013-09-14 22:00:11 +0200 (Sat, 14 Sep 2013) | 2 lines [MOD] New Tiki homepage. Group plugin is removed. Only public part remains. The homepage is now Wysiwyg friendlier The admin part of the homepage is moved to the Admin Wizard. ---------------------------------------------- r47482 | arildb | 2013-09-14 21:22:08 +0200 (Sat, 14 Sep 2013) | 2 lines [FIX] Add missing tr tags [ENH] Add a link to the Tiki 12 documentation page on doc.tiki.org ---------------------------------------------- r47480 | arildb | 2013-09-14 21:03:50 +0200 (Sat, 14 Sep 2013) | 3 lines [NEW] Admin wizard page: Initialize Tiki using a profile. [ENH] The "Continue and Save" button displays "Finish", at the last step ---------------------------------------------- r47479 | arildb | 2013-09-14 19:57:23 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Use standard preference settings for wysiwyg and inline editing ---------------------------------------------- r47478 | arildb | 2013-09-14 19:35:35 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Have less choices. Simplify page ---------------------------------------------- r47477 | arildb | 2013-09-14 19:14:53 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Added/Fixed help URLs ---------------------------------------------- r47476 | arildb | 2013-09-14 18:50:01 +0200 (Sat, 14 Sep 2013) | 1 line Use proper SVN Id tag ---------------------------------------------- r47475 | arildb | 2013-09-14 18:47:38 +0200 (Sat, 14 Sep 2013) | 1 line [NEW] admin wizard page: admin_files ---------------------------------------------- r47474 | arildb | 2013-09-14 18:45:38 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] make more compact ---------------------------------------------- r47473 | arildb | 2013-09-14 18:18:22 +0200 (Sat, 14 Sep 2013) | 1 line Update composer.lock to latest version ---------------------------------------------- r47472 | arildb | 2013-09-14 18:17:25 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Rearrange a little ---------------------------------------------- r47471 | arildb | 2013-09-14 18:08:20 +0200 (Sat, 14 Sep 2013) | 2 lines [NEW] admin wizard page: Wiki environment [ENH] Link admin.css to admin wizard. Makes preferences look ok again ---------------------------------------------- r47470 | arildb | 2013-09-14 18:06:17 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Make more compact ---------------------------------------------- r47468 | arildb | 2013-09-14 17:22:14 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] rename fixes ---------------------------------------------- r47467 | arildb | 2013-09-14 17:10:25 +0200 (Sat, 14 Sep 2013) | 1 line [MOD] Renamed wizard page files admin_wiki_env to admin_editor ---------------------------------------------- r47466 | arildb | 2013-09-14 17:09:08 +0200 (Sat, 14 Sep 2013) | 2 lines [NEW] admin wizard page: Date and Time [FIX] Only admins can use the admin wizard ---------------------------------------------- r47464 | arildb | 2013-09-14 16:38:09 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Cleanup and move form definition out of the wizard pages ---------------------------------------------- r47462 | arildb | 2013-09-14 15:50:12 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Add missing tr tags ---------------------------------------------- r47461 | arildb | 2013-09-14 15:42:14 +0200 (Sat, 14 Sep 2013) | 1 line Add SVN ID keyword ---------------------------------------------- r47459 | arildb | 2013-09-14 15:33:54 +0200 (Sat, 14 Sep 2013) | 1 line Add SVN ID keywords ---------------------------------------------- r47458 | arildb | 2013-09-14 15:23:11 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Use correct check for the wysiwyg feature ---------------------------------------------- r47457 | arildb | 2013-09-14 15:19:34 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Only show inline edit icon, when wysiwyg feature is also enabled ---------------------------------------------- r47456 | arildb | 2013-09-14 15:18:35 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Add icon top open admin wizard command ---------------------------------------------- r47455 | arildb | 2013-09-14 15:01:15 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Better formatting for static auto-toc listing ---------------------------------------------- r47454 | arildb | 2013-09-14 14:29:25 +0200 (Sat, 14 Sep 2013) | 4 lines [FIX] auto-toc not ready for multilingual i18n: label 'maintenance' for each page in toc Use a div, instead of an h1 tag to display the "Maintenance" heading. ---------------------------------------------- r47453 | arildb | 2013-09-14 12:26:35 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Add missing wizard file ---------------------------------------------- r47452 | arildb | 2013-09-14 12:26:04 +0200 (Sat, 14 Sep 2013) | 1 line [ENH] Better description and layout ---------------------------------------------- r47451 | arildb | 2013-09-14 12:24:58 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Make admin wizard run after a fresh/re-install ---------------------------------------------- r47450 | arildb | 2013-09-14 12:22:59 +0200 (Sat, 14 Sep 2013) | 2 lines [ENH] Rename continue button to Save and Continue. Remove text explaining this in the wizard page ---------------------------------------------- r47449 | arildb | 2013-09-14 12:21:14 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] Check correct parameter ---------------------------------------------- r47448 | lindonb | 2013-09-14 00:18:17 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] tablesorter: merge settings better ---------------------------------------------- r47447 | lindonb | 2013-09-14 00:16:19 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] tablesorter: properly set parameters for PluginTrackerlist - tr_offset now set in wikiplugin_trackerlist.php per r47445 ---------------------------------------------- r47446 | lindonb | 2013-09-14 00:13:41 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] tablesorter: wrong column number for user list setting ---------------------------------------------- r47445 | lindonb | 2013-09-14 00:10:33 +0200 (Sat, 14 Sep 2013) | 1 line [FIX] tablesorter: properly set parameters for PluginTrackerlist ---------------------------------------------- r47444 | nkoth | 2013-09-13 21:25:13 +0200 (Fri, 13 Sep 2013) | 1 line [FIX] Delay profile execution from local profiles until all other patches are updated, things just didn't seem to work before ---------------------------------------------- r47443 | nkoth | 2013-09-13 18:51:36 +0200 (Fri, 13 Sep 2013) | 1 line [FIX] fatal error on install with local profile ---------------------------------------------- r47442 | nkoth | 2013-09-13 17:09:42 +0200 (Fri, 13 Sep 2013) | 1 line [FIX] Always show enough user info if feature_friends is on, otherwise missing critical UI ---------------------------------------------- r47441 | nkoth | 2013-09-13 16:51:57 +0200 (Fri, 13 Sep 2013) | 1 line [FIX] Always show user info mouseover if friends feature is on, otherwise missing critical UI ---------------------------------------------- r47440 | nkoth | 2013-09-13 16:45:36 +0200 (Fri, 13 Sep 2013) | 1 line [FIX] Remove old pref of replaced feature ---------------------------------------------- r47439 | arildb | 2013-09-13 15:54:09 +0200 (Fri, 13 Sep 2013) | 1 line [REVERT][r47404]+fixes[r47422] Replaced by Admin Wizard ---------------------------------------------- r47438 | arildb | 2013-09-13 15:37:16 +0200 (Fri, 13 Sep 2013) | 3 lines [NEW] Admin Wizard. Will replace the new installation step Wizard will automatically start when an admin login in, unless it is explicitly hidden ---------------------------------------------- r47437 | lphuberdeau | 2013-09-12 22:04:07 +0200 (Thu, 12 Sep 2013) | 1 line [FIX]?\194?\160Exclude -rtl and -print files from the style list ---------------------------------------------- r47436 | lphuberdeau | 2013-09-12 21:56:20 +0200 (Thu, 12 Sep 2013) | 1 line [FIX] Wrong permission was checked ---------------------------------------------- r47435 | jyhem | 2013-09-12 21:10:31 +0200 (Thu, 12 Sep 2013) | 1 line [ENH] Allow tag clouds from multiple blogs (together with r47433) ---------------------------------------------- r47434 | fmg-sf | 2013-09-12 21:06:42 +0200 (Thu, 12 Sep 2013) | 1 line [ENH] command line suphp workaround and similar workaround for sbox ---------------------------------------------- r47433 | jyhem | 2013-09-12 21:04:14 +0200 (Thu, 12 Sep 2013) | 1 line [ENH] Allow tag clouds from multiple blogs ---------------------------------------------- r47432 | lphuberdeau | 2013-09-12 20:27:41 +0200 (Thu, 12 Sep 2013) | 1 line [ENH] Add a little bit of intelligence to find the common equals pattern on parent objects ---------------------------------------------- r47431 | fmg-sf | 2013-09-12 20:27:18 +0200 (Thu, 12 Sep 2013) | 1 line [FIX] move order of functions, and use 'c' to run composer (clear screen is 'S' now) ---------------------------------------------- r47430 | lphuberdeau | 2013-09-12 19:45:17 +0200 (Thu, 12 Sep 2013) | 1 line [NEW] Profile handlers (and export) for activity stream custom rules ---------------------------------------------- r47429 | fmg-sf | 2013-09-12 18:15:16 +0200 (Thu, 12 Sep 2013) | 1 line [FIX] typo in comment ---------------------------------------------- r47428 | fmg-sf | 2013-09-12 18:09:26 +0200 (Thu, 12 Sep 2013) | 1 line [MOD] new default: composer [ENH] suphp file permission workaround ---------------------------------------------- r47427 | lphuberdeau | 2013-09-12 16:18:37 +0200 (Thu, 12 Sep 2013) | 1 line [ENH] Allow {group} to work inside the PluginList ---------------------------------------------- r47426 | lphuberdeau | 2013-09-12 15:52:16 +0200 (Thu, 12 Sep 2013) | 1 line [FIX] Remove references to sources in the indexer as some may contain circular dependencies preventing index object destruction, causing 'Fatal error: Exception thrown without a stack frame in Unknown on line 0' ---------------------------------------------- r47425 | chibaguy | 2013-09-12 11:00:51 +0200 (Thu, 12 Sep 2013) | 1 line [FIX] Generic property written twice; one should have been webkit- . ---------------------------------------------- r47424 | chibaguy | 2013-09-12 10:56:15 +0200 (Thu, 12 Sep 2013) | 1 line [ENH] Where properties have a browser prefix, the generic property, if available, should be used also. ---------------------------------------------- r47423 | xavidp | 2013-09-11 20:10:55 +0200 (Wed, 11 Sep 2013) | 1 line a few more fixes ---------------------------------------------- r47422 | arildb | 2013-09-11 19:48:02 +0200 (Wed, 11 Sep 2013) | 1 line [FIX] Attach functionality to new installation step "Set up your Wiki environment". ---------------------------------------------- r47421 | jonnybradley | 2013-09-11 19:32:49 +0200 (Wed, 11 Sep 2013) | 1 line [FIX] user-info: Don't show shared groups for yourself ---------------------------------------------- r47420 | xavidp | 2013-09-11 19:31:25 +0200 (Wed, 11 Sep 2013) | 1 line a few fixes to translations ---------------------------------------------- r47419 | jonnybradley | 2013-09-11 19:29:28 +0200 (Wed, 11 Sep 2013) | 1 line [FIX] user-info: Don't show shared groups label if empty list ---------------------------------------------- r47418 | jonnybradley | 2013-09-11 19:25:51 +0200 (Wed, 11 Sep 2013) | 1 line [ENH] user-info: Show shared "userchoice" groups (thanks Nelson) ---------------------------------------------- r47417 | jonnybradley | 2013-09-11 18:55:30 +0200 (Wed, 11 Sep 2013) | 1 line [FIX] user-info: Don't cache ajax events so changes in relationships show up ---------------------------------------------- r47416 | jonnybradley | 2013-09-11 18:35:35 +0200 (Wed, 11 Sep 2013) | 2 lines [FIX] user-info: Move button display logic into Controller and improve (still can't revoke approval to a previously approved follower in follow_approve mode, bug in sociallib TOFIX) ---------------------------------------------- r47415 | arildb | 2013-09-11 17:30:58 +0200 (Wed, 11 Sep 2013) | 2 lines [ENH] Some layout reorganization and rephrasing [FIX] Change that Wysiwyg loses "some" wiki features, instead of "many". ---------------------------------------------- r47414 | jonnybradley | 2013-09-11 17:14:14 +0200 (Wed, 11 Sep 2013) | 2 lines [FIX] maps: Cope with zoom levels greater than can be shown in OpenStreetMap, the default layer (was causing zoom to be reset to 3 on tracker items) Should be done more programmatically, rather than using hard coded layer names (one day) ---------------------------------------------- r47413 | jonnybradley | 2013-09-11 16:49:15 +0200 (Wed, 11 Sep 2013) | 1 line [FIX] maps: Show layers control on edit map ---------------------------------------------- r47412 | marclaporte | 2013-09-11 15:22:30 +0200 (Wed, 11 Sep 2013) | 1 line fix typos ---------------------------------------------- r47411 | amette | 2013-09-11 14:36:44 +0200 (Wed, 11 Sep 2013) | 2 lines [FIX] Don't set 000 permissions on files in templates_c (might happen after upgrade) ---------------------------------------------- r47410 | jonnybradley | 2013-09-11 13:44:26 +0200 (Wed, 11 Sep 2013) | 1 line [FIX] avatars: Stay on other user after upload if admin using "view_user" mode ---------------------------------------------- r47409 | amette | 2013-09-11 13:33:43 +0200 (Wed, 11 Sep 2013) | 2 lines [ENH] Allow setting permissions of files in templates_c ---------------------------------------------- r47408 | jonnybradley | 2013-09-11 12:49:21 +0200 (Wed, 11 Sep 2013) | 1 line [MOD] comments: Use avatarize on wiki comments to access the new user-info popups (makes them bigger than before but looks good) ---------------------------------------------- r47407 | xavidp | 2013-09-11 12:36:32 +0200 (Wed, 11 Sep 2013) | 1 line [FIX]i18n of the strings from new installation step (thanks arild for the code and jonnyb for the catch-report on the missing tr tags) ---------------------------------------------- r47406 | jonnybradley | 2013-09-11 12:12:32 +0200 (Wed, 11 Sep 2013) | 2 lines A couple of extra words about non-wiki wysiwyg. Could also add stuff about how switching editors will destroy pages but we don't want to overload this page. p.s. everything needs {tr}tags{/tr} too (sorry no time now) ---------------------------------------------- r47405 | chibaguy | 2013-09-11 05:38:52 +0200 (Wed, 11 Sep 2013) | 1 line [ENH] English grammar fix ("setup" is noun; verb is "set up"). ---------------------------------------------- r47404 | arildb | 2013-09-11 00:35:10 +0200 (Wed, 11 Sep 2013) | 2 lines [NEW] Added new installation step: "Setup Environment". Contains the Wysiwyg editor setup. Only dummy for evaluation for now. Complete or revert? ---------------------------------------------- r47403 | jonnybradley | 2013-09-10 22:30:46 +0200 (Tue, 10 Sep 2013) | 4 lines [NEW] user-info: Service to display user info as a tooltip over "avatarized" avatars, will be used by userlink modifier eventually. Handles basic info, friend/follow relationships & management, more to come (groups etc). Some labels and icons may well need improving... (but will use theme images if found in the right place) ---------------------------------------------- r47402 | jonnybradley | 2013-09-10 22:22:47 +0200 (Tue, 10 Sep 2013) | 1 line [REF] social: Make social reload function more flexible by storing the service info on the container's data attributes (usage in user-info to come next) ---------------------------------------------- r47397 | arildb | 2013-09-10 21:53:49 +0200 (Tue, 10 Sep 2013) | 1 line [SEC] Do not store bad values in the session. Thanks St?\195?\169phane Casset ---------------------------------------------- r47396 | nkoth | 2013-09-10 21:51:36 +0200 (Tue, 10 Sep 2013) | 2 lines [FIX] Show error and workaround in case pretty tracker references are not replaced (seems like might be tough to fix) ---------------------------------------------- r47395 | jyhem | 2013-09-10 17:59:58 +0200 (Tue, 10 Sep 2013) | 1 line [ENH] Provide useful developper info ---------------------------------------------- r47394 | jonnybradley | 2013-09-10 12:27:51 +0200 (Tue, 10 Sep 2013) | 1 line [KIL] registration: Remove unused function ---------------------------------------------- r47393 | jonnybradley | 2013-09-10 12:24:22 +0200 (Tue, 10 Sep 2013) | 2 lines [FIX] registration: Declare private functions as private (instead of just having a comment on a public one). Fix some doc comment warnings: "datas" is not a php variable type (or even English), various other minor fixes. ---------------------------------------------- r47392 | jonnybradley | 2013-09-10 12:18:47 +0200 (Tue, 10 Sep 2013) | 1 line [FIX] registration: Missing global replaced by static lib call ---------------------------------------------- r47391 | jonnybradley | 2013-09-10 12:05:33 +0200 (Tue, 10 Sep 2013) | 1 line [KIL] dead xajax file - registration validation now handled by jquery.validate ---------------------------------------------- r47390 | chibaguy | 2013-09-10 07:38:29 +0200 (Tue, 10 Sep 2013) | 1 line [FIX] Removed a line that should have stayed, when removing non-validating CSS. Added back. ---------------------------------------------- r47389 | chibaguy | 2013-09-10 07:32:43 +0200 (Tue, 10 Sep 2013) | 1 line [FIX] Non-validating CSS (to support IE) moved to IE-only CSS files. Thanks to Pete for reporting. ---------------------------------------------- r47388 | nkoth | 2013-09-09 22:25:15 +0200 (Mon, 09 Sep 2013) | 2 lines [ENH] Allow setting of type and content filters to items being shown ---------------------------------------------- r47387 | nkoth | 2013-09-09 20:57:31 +0200 (Mon, 09 Sep 2013) | 2 lines [FIX] Full screen mode of Google viewer was failing as token is only good once. Expanding time and hits to accomodate ---------------------------------------------- r47386 | nkoth | 2013-09-09 20:37:13 +0200 (Mon, 09 Sep 2013) | 2 lines [NEW] Ability to play SCORM files (depends on Moodle installation being available to upload the zip file to) ---------------------------------------------- r47385 | nkoth | 2013-09-09 18:54:16 +0200 (Mon, 09 Sep 2013) | 1 line [ENH] set https for link ---------------------------------------------- r47384 | jonnybradley | 2013-09-09 18:49:55 +0200 (Mon, 09 Sep 2013) | 1 line [FIX] elfinder: Do the insertAt call to after the elfinder dialog has been closed - seems to stop ugly exceptions appearing in Safari, and a bit better for Chrome so far... ---------------------------------------------- r47380 | jonnybradley | 2013-09-08 15:08:30 +0200 (Sun, 08 Sep 2013) | 1 line [FIX] Ye olde typo (thanks Pete J) ---------------------------------------------- r47379 | xavidp | 2013-09-07 20:19:08 +0200 (Sat, 07 Sep 2013) | 1 line A few strings translated ---------------------------------------------- r47378 | chibaguy | 2013-09-07 15:06:45 +0200 (Sat, 07 Sep 2013) | 1 line [FIX] Log-in box wasn't displaying. Thanks to Arild Berg for reporting in http://dev.tiki.org/item4723. ---------------------------------------------- r47377 | arildb | 2013-09-07 04:09:17 +0200 (Sat, 07 Sep 2013) | 2 lines [ENH] Show that the MySQL server does not have SSL activated [ENH] Add light red outline to the leading icon when no-SSL is available ---------------------------------------------- r47376 | arildb | 2013-09-07 01:34:54 +0200 (Sat, 07 Sep 2013) | 1 line [ENH] some optimizations for MySQL SSL handling ---------------------------------------------- r47375 | arildb | 2013-09-07 01:13:27 +0200 (Sat, 07 Sep 2013) | 1 line [ENH] Only display the MySQL SSL section in the admin security panel, when the mysql server has SSL activated ---------------------------------------------- r47374 | arildb | 2013-09-07 01:11:39 +0200 (Sat, 07 Sep 2013) | 2 lines [FIX] If attempt to set MySQL SSL connection is PHP has openssl extension loaded ---------------------------------------------- r47373 | jonnybradley | 2013-09-06 21:28:55 +0200 (Fri, 06 Sep 2013) | 2 lines [ENH] perms: Colourise checkbox cells depending on their being added or removed. Still has some odd edge case issues, especially with nested inheritance (will improve but is a start) ---------------------------------------------- r47367 | lphuberdeau | 2013-09-06 16:09:42 +0200 (Fri, 06 Sep 2013) | 1 line [ENH] Add an error URL to the data channels, allow providing arguments in the return URI ---------------------------------------------- r47366 | lphuberdeau | 2013-09-06 15:15:03 +0200 (Fri, 06 Sep 2013) | 1 line [FIX] Get shared groups listing to work with mysql storage engine, fix notice ---------------------------------------------- r47365 | nkoth | 2013-09-06 15:12:06 +0200 (Fri, 06 Sep 2013) | 2 lines [NEW] Allow previewing of files using Google Viewer ---------------------------------------------- r47364 | lphuberdeau | 2013-09-06 14:40:23 +0200 (Fri, 06 Sep 2013) | 1 line [FIX] Double-escaping ---------------------------------------------- r47363 | lphuberdeau | 2013-09-06 14:27:07 +0200 (Fri, 06 Sep 2013) | 1 line [FIX] Logging on search rebuild ---------------------------------------------- r47362 | jonnybradley | 2013-09-06 13:18:30 +0200 (Fri, 06 Sep 2013) | 1 line [TRA] British English spellings (mainly) ---------------------------------------------- r47360 | jonnybradley | 2013-09-05 21:32:08 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] categorize: Top level categs don't need to be full width ---------------------------------------------- r47359 | jonnybradley | 2013-09-05 21:16:15 +0200 (Thu, 05 Sep 2013) | 3 lines [ENH] vimeo: Allow remote files to be "uploaded" by reference (so a new file object links to the remote file). Mostly makes sense for vimeo videos but with with other file types as well, currently only enabled if vimeo_upload: y. Also fix input disabled input functionality and display errors to the user. ---------------------------------------------- r47358 | jonnybradley | 2013-09-05 19:59:25 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] vimeo: Show sensible error if something is wrong with the file object ---------------------------------------------- r47357 | jonnybradley | 2013-09-05 19:49:37 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] categorize: Stop border moving around on hover (and group all multiselect definitions together) ---------------------------------------------- r47354 | jonnybradley | 2013-09-05 17:59:47 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] prefs: Rebuild the prefs search index when the main index is rebuilt (takes an extra 10 or so seconds) ---------------------------------------------- r47353 | jonnybradley | 2013-09-05 17:51:45 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] prefs: Add "homepage" as a keyword to wikiHomePage ---------------------------------------------- r47351 | jonnybradley | 2013-09-05 17:34:27 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] css: Change minimum page height setting from ex to em (i thought em was a horizontal measure, it's not in CSS, thanks Luci) ---------------------------------------------- r47350 | jonnybradley | 2013-09-05 17:16:13 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] vimeo: Handle errors from vimeo-complete (slightly) better ---------------------------------------------- r47349 | jonnybradley | 2013-09-05 13:51:13 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] css: Move minimum page height setting into design.css by popular demand (thanks marclaporte ;) ---------------------------------------------- r47346 | chibaguy | 2013-09-05 07:21:05 +0200 (Thu, 05 Sep 2013) | 1 line [FIX] tabcontent z-index was too high (there's no need to specify this in a theme stylesheet in any case). Good catch by Pete and Jonny. ---------------------------------------------- r47345 | nkoth | 2013-09-05 01:59:24 +0200 (Thu, 05 Sep 2013) | 2 lines [FIX] Items list was not obeying list_mode in displaying result ---------------------------------------------- r47344 | nkoth | 2013-09-05 01:47:07 +0200 (Thu, 05 Sep 2013) | 2 lines [FIX] csv list_mode was not working ---------------------------------------------- r47343 | nkoth | 2013-09-05 00:37:59 +0200 (Thu, 05 Sep 2013) | 2 lines [ENH] Option to require search text input before search trigger ---------------------------------------------- r47342 | jonnybradley | 2013-09-04 18:33:49 +0200 (Wed, 04 Sep 2013) | 1 line [FIX] css: Fix an arbitrary minimum page height - looked bad with really short pages (possibly should go in design.css if we want it in all themes?) ---------------------------------------------- r47341 | arildb | 2013-09-04 14:31:46 +0200 (Wed, 04 Sep 2013) | 1 line [FIX] Better detection of MySQL SSL usage ---------------------------------------------- r47340 | nkoth | 2013-09-04 06:25:09 +0200 (Wed, 04 Sep 2013) | 2 lines [FIX] Followers need to be array_merge as is numeric keys to avoid disappearing items ---------------------------------------------- r47339 | nkoth | 2013-09-04 05:05:46 +0200 (Wed, 04 Sep 2013) | 1 line [NEW] Random function for rating language ---------------------------------------------- r47338 | arildb | 2013-09-03 22:30:27 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] Attempt to fix error (on some systems) when checking for the MySQL SSL connection ---------------------------------------------- r47337 | jonnybradley | 2013-09-03 18:58:15 +0200 (Tue, 03 Sep 2013) | 1 line [ENH] vimeo: New pref for optionally deleting remote videos when removing tiki files ---------------------------------------------- r47336 | jonnybradley | 2013-09-03 18:54:27 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] modal: andSelf was deprecated in favour of addBack (thought it was the other way round, thanks sylvieg) ---------------------------------------------- r47335 | jonnybradley | 2013-09-03 18:47:24 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] modal: Don't return on first z-index found (might be nested) ---------------------------------------------- r47334 | jonnybradley | 2013-09-03 18:39:51 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] modal: Include self in the z-index calculation (makes busy spinners appear correctly in Chrome) ---------------------------------------------- r47333 | jonnybradley | 2013-09-03 18:38:58 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] lib: Update tikilib static lib function doc (so IDE's know what can be returned correctly) ---------------------------------------------- r47332 | jonnybradley | 2013-09-03 17:22:12 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] elfinder: filegallib->remove_file() requires more file info (the path specifically) to actually remove the file from the file system (if used) ---------------------------------------------- r47331 | jonnybradley | 2013-09-03 17:19:52 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] vimeo: Vars not necessarily set ---------------------------------------------- r47330 | lphuberdeau | 2013-09-03 16:40:20 +0200 (Tue, 03 Sep 2013) | 1 line [ENH] Include the object's relations to the activity ---------------------------------------------- r47329 | xavidp | 2013-09-03 15:19:26 +0200 (Tue, 03 Sep 2013) | 1 line typo and a few translations updated/added ---------------------------------------------- r47327 | yonixxx | 2013-09-03 12:36:27 +0200 (Tue, 03 Sep 2013) | 1 line [FIX]better fix submenu overflow for css vertical menu in box ---------------------------------------------- r47326 | yonixxx | 2013-09-03 12:09:04 +0200 (Tue, 03 Sep 2013) | 1 line [FIX]Submenu overflow for css vertical menu in box ---------------------------------------------- r47324 | nkoth | 2013-09-03 01:05:23 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] Favorites plugin not working properly as it depended on returned ID ---------------------------------------------- r47323 | nkoth | 2013-09-03 00:12:33 +0200 (Tue, 03 Sep 2013) | 1 line [FIX] Notice: Undefined variable bug4689 ---------------------------------------------- r47316 | xavidp | 2013-08-31 21:39:53 +0200 (Sat, 31 Aug 2013) | 1 line Machine translation of all pending strings (mostly admin panels and recent features). To be refined in the following weeks/months ---------------------------------------------- r47315 | arildb | 2013-08-31 14:55:02 +0200 (Sat, 31 Aug 2013) | 2 lines [ENH] Remove the "Table of contents" string from the inline auto TOC display [FIX] Remove wild <p> and </a> ---------------------------------------------- r47313 | sampaioprimo | 2013-08-30 19:35:41 +0200 (Fri, 30 Aug 2013) | 2 lines remove empty directory ---------------------------------------------- r47312 | arildb | 2013-08-30 11:36:20 +0200 (Fri, 30 Aug 2013) | 1 line [FIX] Add missing .htaccess file in the db/cert folder ---------------------------------------------- r47310 | arildb | 2013-08-30 11:01:04 +0200 (Fri, 30 Aug 2013) | 1 line [ENH] Prettier MySQL SSL status indication ---------------------------------------------- r47306 | arildb | 2013-08-30 06:19:12 +0200 (Fri, 30 Aug 2013) | 1 line [ENH] Add icons to the MySQL SSL status display ---------------------------------------------- r47305 | arildb | 2013-08-30 05:50:03 +0200 (Fri, 30 Aug 2013) | 1 line ignore .pem files in the db/cert folder ---------------------------------------------- r47304 | arildb | 2013-08-30 05:31:05 +0200 (Fri, 30 Aug 2013) | 3 lines [NEW] Add support for SSL in the MySQL database connection. Recommended for cloud implementations, e.g. Azure. Implementation will scan for key files in the db/cert folder. If found SSL is activated. ---------------------------------------------- r47303 | jyhem | 2013-08-30 04:30:34 +0200 (Fri, 30 Aug 2013) | 1 line [ENH] Create info.txt with info of use to the developpers (thanks Marc and http://dev.tiki.org/item4672) ---------------------------------------------- r47302 | arildb | 2013-08-29 20:46:36 +0200 (Thu, 29 Aug 2013) | 1 line [FIX] Namespaces: links are broken in print mode ---------------------------------------------- r47301 | jyhem | 2013-08-29 13:36:21 +0200 (Thu, 29 Aug 2013) | 1 line [ENH] Help provide info on disk occupation ---------------------------------------------- r47300 | amette | 2013-08-28 19:12:29 +0200 (Wed, 28 Aug 2013) | 3 lines [ENH] Make tim user configurable [ENH] Add config file template ---------------------------------------------- r47296 | changi67 | 2013-08-27 21:59:53 +0200 (Tue, 27 Aug 2013) | 1 line [ENH] Add some perfdata to graph elapsed time ---------------------------------------------- r47295 | changi67 | 2013-08-27 21:11:58 +0200 (Tue, 27 Aug 2013) | 1 line [ADD] Launch an index refresh after update ---------------------------------------------- r47294 | arildb | 2013-08-27 19:41:39 +0200 (Tue, 27 Aug 2013) | 1 line [ENH] Define zoom levels for geo-search results, instead of using a flag. thanks Jyhem ---------------------------------------------- r47293 | lphuberdeau | 2013-08-27 17:13:52 +0200 (Tue, 27 Aug 2013) | 1 line [MOD] When feature_bidi is enabled, include the -rtl.css version of every CSS file found ---------------------------------------------- r47292 | lphuberdeau | 2013-08-27 15:55:09 +0200 (Tue, 27 Aug 2013) | 1 line [ENH] Adding validation to the custom event rules ---------------------------------------------- r47291 | lphuberdeau | 2013-08-27 15:45:20 +0200 (Tue, 27 Aug 2013) | 1 line [MOD]?\194?\160Trigger event on new tracker item rating ---------------------------------------------- r47290 | lphuberdeau | 2013-08-27 15:12:39 +0200 (Tue, 27 Aug 2013) | 1 line [ENH] Minor clean-up to avoid duplicate work in tracker ratings ---------------------------------------------- r47289 | lphuberdeau | 2013-08-27 14:19:56 +0200 (Tue, 27 Aug 2013) | 1 line [FIX]?\194?\160Lookup does not need to be in the loop ---------------------------------------------- r47288 | lphuberdeau | 2013-08-27 14:18:33 +0200 (Tue, 27 Aug 2013) | 1 line [FIX]?\194?\160Filter the extension so it is limited to image files ---------------------------------------------- r47287 | arildb | 2013-08-27 14:06:45 +0200 (Tue, 27 Aug 2013) | 1 line [MOD] Make geo_zoom_to_found_location default = 'y' ---------------------------------------------- r47286 | luciash | 2013-08-27 03:29:15 +0200 (Tue, 27 Aug 2013) | 1 line [FIX] tracker comments links e.g. from since last visit module should display the comments tab of the tracker item (there is no comzone like for wiki pages), closes https://dev.tiki.org/bug4682 ---------------------------------------------- r47285 | arildb | 2013-08-27 00:17:10 +0200 (Tue, 27 Aug 2013) | 2 lines [FIX] Make tracker images work on all servers. Add extension to saved tracker images. ---------------------------------------------- r47284 | lphuberdeau | 2013-08-26 20:02:29 +0200 (Mon, 26 Aug 2013) | 1 line [ENH] Add an option to auto-scroll the activity stream ---------------------------------------------- r47283 | lphuberdeau | 2013-08-26 17:58:51 +0200 (Mon, 26 Aug 2013) | 1 line [ENH] Include comment contents in the document content ---------------------------------------------- r47282 | changi67 | 2013-08-26 17:51:50 +0200 (Mon, 26 Aug 2013) | 1 line no changes - see qa.tiki.org ---------------------------------------------- r47281 | lphuberdeau | 2013-08-26 17:24:04 +0200 (Mon, 26 Aug 2013) | 1 line [MOD]?\194?\160Convert create item activity to activityframe ---------------------------------------------- r47280 | lphuberdeau | 2013-08-26 16:53:40 +0200 (Mon, 26 Aug 2013) | 1 line [MOD] Adding a link to show more activity stream entries ---------------------------------------------- r47278 | lphuberdeau | 2013-08-26 15:24:03 +0200 (Mon, 26 Aug 2013) | 1 line [ENH] Silently fail when a formula fails executing while processing events, as event handlers should not fail ---------------------------------------------- r47277 | lphuberdeau | 2013-08-26 15:17:51 +0200 (Mon, 26 Aug 2013) | 1 line [ENH] Validate the custom rules before storing them ---------------------------------------------- r47274 | arildb | 2013-08-25 13:40:22 +0200 (Sun, 25 Aug 2013) | 1 line [FIX] Remove "Rich Text Editor, ..." tooltip for inline editing...now it should work ---------------------------------------------- r47273 | arildb | 2013-08-25 13:02:52 +0200 (Sun, 25 Aug 2013) | 1 line [FIX] Remove "Rich Text Editor, ..." tooltip for inline editing ---------------------------------------------- r47272 | arildb | 2013-08-24 21:54:56 +0200 (Sat, 24 Aug 2013) | 1 line [REF] Move processPageDisplayOptions() from tiki-index to wikilib ---------------------------------------------- r47271 | arildb | 2013-08-24 21:40:08 +0200 (Sat, 24 Aug 2013) | 2 lines [ROLLBACK][r47237[FIX] HTML syntax in wiki pages could occur with inline editing. Fixed in a better way by r47270. thanks jonnyb ---------------------------------------------- r47270 | jonnybradley | 2013-08-24 21:17:03 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] html: Use allowhtml sent in request if set - prevents former html wysiwyg pages ending up as html ones (thanks arildb) ---------------------------------------------- r47269 | jonnybradley | 2013-08-24 20:19:15 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] history: Don't show diff if nothing to show ---------------------------------------------- r47268 | arildb | 2013-08-24 20:12:58 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] Move new page display option processing from tiki-setup to tiki-index to avoid load every time. Only for wiki pages. Thanks jonnyb ---------------------------------------------- r47267 | arildb | 2013-08-24 19:39:34 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] svn ID ---------------------------------------------- r47266 | arildb | 2013-08-24 19:27:42 +0200 (Sat, 24 Aug 2013) | 2 lines [NEW] Permission for inline editing only tiki_p_edit_inline. The existing tiki_p_edit has implicitly tiki_p_edit_inline permissions. ---------------------------------------------- r47265 | jonnybradley | 2013-08-24 18:38:01 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] connect: A few more missing prefs from the private list ---------------------------------------------- r47264 | jonnybradley | 2013-08-24 18:31:49 +0200 (Sat, 24 Aug 2013) | 2 lines [ENH] modal: General improvements for $.fn.modal (actually a busy spinner, doesn't need to be modal). Better z-index handling and positioning using more CSS and (a little) less JS ---------------------------------------------- r47263 | jonnybradley | 2013-08-24 18:27:18 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] wysiwyg inline: Fix syntax error (js can't have defaults defined in function params like php) and refactor duplicated code ---------------------------------------------- r47262 | arildb | 2013-08-24 17:59:43 +0200 (Sat, 24 Aug 2013) | 2 lines [FIX] Add option geo_zoom_to_found_location. When set "search for location" will center the map and zoom to the result. The default is set to 'n', which keeps the current "world-view" zoom. ---------------------------------------------- r47261 | arildb | 2013-08-24 17:26:12 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] javascript error ---------------------------------------------- r47259 | arildb | 2013-08-24 17:16:21 +0200 (Sat, 24 Aug 2013) | 3 lines [ENH] Option for zooming to "Search for location" result. The option itself is still missing. Trying to figure out where to put it. Switch hard-coded in tiki-setup.php. Set to keep current behaviour (world-view) ---------------------------------------------- r47253 | jonnybradley | 2013-08-24 14:57:08 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] quickadmin: Recent prefs menu triangle had disappeared again - seems if class="sf-arrows" is on the UL tag in the page, superfish removes that class so the CSS doesn't apply anymore (sure that was the other way round last time?) ---------------------------------------------- r47252 | changi67 | 2013-08-24 14:39:16 +0200 (Sat, 24 Aug 2013) | 1 line [ADD] More tests for youtube ---------------------------------------------- r47249 | changi67 | 2013-08-24 13:39:33 +0200 (Sat, 24 Aug 2013) | 1 line [FIX] Shorter check need a valid regexp too ---------------------------------------------- r47247 | xavidp | 2013-08-24 07:35:35 +0200 (Sat, 24 Aug 2013) | 1 line a few strings translated ---------------------------------------------- r47246 | arildb | 2013-08-24 01:19:07 +0200 (Sat, 24 Aug 2013) | 2 lines [REVERT/r47217][FIX] Add the Tiki license header to autoToc.js (I assume that is fine) ---------------------------------------------- r47245 | arildb | 2013-08-23 23:11:31 +0200 (Fri, 23 Aug 2013) | 1 line [ENH] Add position option for inline auto TOC. top, left or right. Right is default. ---------------------------------------------- r47244 | arildb | 2013-08-23 22:41:07 +0200 (Fri, 23 Aug 2013) | 1 line [FIX] User confirmation before exiting an inline edit session ---------------------------------------------- r47243 | jonnybradley | 2013-08-23 22:22:19 +0200 (Fri, 23 Aug 2013) | 1 line [FIX] filegals & elfinder: Respect perms on special galleries (like user ones) ---------------------------------------------- r47242 | sampaioprimo | 2013-08-23 22:19:42 +0200 (Fri, 23 Aug 2013) | 1 line [fix] - and _ are also valid characters for youtube video ids ---------------------------------------------- r47241 | jonnybradley | 2013-08-23 21:29:33 +0200 (Fri, 23 Aug 2013) | 1 line [FIX] elfinder: Descriptions: make textarea wider, don't flash "Calculate" placeholder, and move perms after info (needs finer grain for user files) ---------------------------------------------- r47240 | arildb | 2013-08-23 21:15:25 +0200 (Fri, 23 Aug 2013) | 1 line [FIX] extra external link icon added when inline editing. thanks jonnyb ---------------------------------------------- Version 11.0 <http://tiki.org/ReleaseNotes110> ------------------ ---------------------------------------------- r46683 | jonnybradley | 2013-07-15 13:40:48 +0200 (Mon, 15 Jul 2013) | 1 line [FIX] mobile: Cache mobile pages separately from non-mobile as layout etc can change for devices ---------------------------------------------- r46676 | lphuberdeau | 2013-07-14 22:36:10 +0200 (Sun, 14 Jul 2013) | 1 line [FIX] Backport r46672 Display comment form by default broken ---------------------------------------------- r46647 | arildb | 2013-07-14 12:59:58 +0200 (Sun, 14 Jul 2013) | 1 line [bp/r46646][FIX] More solid fix for convertSortMode error return ---------------------------------------------- r46635 | jonnybradley | 2013-07-12 11:23:58 +0200 (Fri, 12 Jul 2013) | 1 line [FIX] articles: Check the right field for html (body or heading) and set is_html in the parser for newsletter clippings (thanks Bsfez) ---------------------------------------------- r46629 | jonnybradley | 2013-07-11 19:51:00 +0200 (Thu, 11 Jul 2013) | 1 line [FIX] wysiwyg: Maintain wysiwyg_htmltowiki setting if using previous default (n = html) as default changed to y in 11.x - thanks Geoff ---------------------------------------------- r46627 | arildb | 2013-07-11 11:54:28 +0200 (Thu, 11 Jul 2013) | 5 lines [ROLLBACK/r46616] No NEW commits in this branch [bp/r46398,r46399][NEW] Added new tab "Tools" in the admin search panel [NEW] Added search for string in all text columns, in all tables. Search is limited to admins [NEW] Add viewing of table data for report_string_in_db search tool ---------------------------------------------- r46624 | marclaporte | 2013-07-11 06:52:38 +0200 (Thu, 11 Jul 2013) | 1 line As per discussion at http://thread.gmane.org/gmane.comp.cms.tiki.devel/29609 and http://tiki.org/Profiles+Team, to have more robust default settings, changing the default from Unified Search to MySQL Full Text Search, which AFAIK, never has any issues, even on shared hosting. Also, improving the documentation and putting Unified Search as an advanced feature. Labelling MySQL Full Text Search as Basic Search and Unified Search as Advanced Search ---------------------------------------------- r46621 | arildb | 2013-07-11 00:42:11 +0200 (Thu, 11 Jul 2013) | 1 line Removed svn:executable keyword ---------------------------------------------- r46620 | arildb | 2013-07-11 00:38:24 +0200 (Thu, 11 Jul 2013) | 1 line Add missing SVN id keyword ---------------------------------------------- r46616 | arildb | 2013-07-11 00:08:35 +0200 (Thu, 11 Jul 2013) | 4 lines [bp/r46398,r46399][NEW] Added new tab "Tools" in the admin search panel [NEW] Added search for string in all text columns, in all tables. Search is limited to admins [NEW] Add viewing of table data for report_string_in_db search tool ---------------------------------------------- r46613 | arildb | 2013-07-10 21:41:43 +0200 (Wed, 10 Jul 2013) | 1 line [bp/r46612][FIX] https protected sessions on IIS ---------------------------------------------- r46610 | jonnybradley | 2013-07-09 14:32:54 +0200 (Tue, 09 Jul 2013) | 1 line [FIX] filegals: Fix curious "Upload New Version" file picker thing (broken in some themes), as the font-size is set to 600px (huh?!) if the margin or padding is set in relative units it no longer was clickable. ---------------------------------------------- r46599 | jyhem | 2013-07-08 19:52:39 +0200 (Mon, 08 Jul 2013) | 1 line [FIX][bp/r46598] Allow smooth re-import of tracker country type fields ---------------------------------------------- r46596 | lphuberdeau | 2013-07-08 18:27:36 +0200 (Mon, 08 Jul 2013) | 1 line [FIX] Attempt to optimize the process caused elements like actionlog to call off when updating tracker items ---------------------------------------------- r46595 | jonnybradley | 2013-07-08 18:11:05 +0200 (Mon, 08 Jul 2013) | 1 line [FIX] trackers: Make the required_in_group error only appear on the last field to stop page layout breaking, also improve the error message and make it translatable. ---------------------------------------------- r46594 | jonnybradley | 2013-07-08 18:09:40 +0200 (Mon, 08 Jul 2013) | 1 line [FIX] trackers: Add a way to make jquery validate work on mandatory "old style" html date drop-down groups ---------------------------------------------- r46576 | arildb | 2013-07-07 14:33:09 +0200 (Sun, 07 Jul 2013) | 1 line [bp/r46575][FIX] order by must handle "1", which is the convertSortMode error return ---------------------------------------------- r46571 | arildb | 2013-07-07 02:46:59 +0200 (Sun, 07 Jul 2013) | 4 lines [FIX] Hack to fix samerow problem. May apply to other types too. The field default value was not used when the option value is empty, which occurs when only "Add Field" is selected. Caused samerow='No' to be displayed in the dialog, when no value is set. But samerow has default value = Yes. ---------------------------------------------- r46569 | arildb | 2013-07-07 00:49:50 +0200 (Sun, 07 Jul 2013) | 1 line [FIX] Check samerow value correctly ---------------------------------------------- r46567 | arildb | 2013-07-06 23:53:07 +0200 (Sat, 06 Jul 2013) | 2 lines [FIX] tracker field option samerow initializes to true, if the option is not set. Should read the field definition. Hardcoded for now. ---------------------------------------------- r46566 | jonnybradley | 2013-07-06 18:55:15 +0200 (Sat, 06 Jul 2013) | 1 line [CSS] utopian/meta: Some tweaks ---------------------------------------------- r46565 | lphuberdeau | 2013-07-06 16:48:24 +0200 (Sat, 06 Jul 2013) | 1 line [FIX]?\194?\160Broken trackerfilter export caused by uninitialized variable, used in global scope prior to this step ---------------------------------------------- r46564 | lphuberdeau | 2013-07-06 16:25:02 +0200 (Sat, 06 Jul 2013) | 1 line [FIX] Handle exception when pretty tracker is misconfigured ---------------------------------------------- r46563 | lphuberdeau | 2013-07-06 15:59:24 +0200 (Sat, 06 Jul 2013) | 1 line [FIX] Bad include ---------------------------------------------- r46555 | jonnybradley | 2013-07-05 18:33:13 +0200 (Fri, 05 Jul 2013) | 1 line [FIX] kaltura: Test kaltura_kcwUIConf properly on admin page, and catch "SERVICE_FORBIDDEN" exceptions properly and present the message politely (and while trying to fix that the error just disappeared!) ---------------------------------------------- r46554 | jonnybradley | 2013-07-05 15:42:08 +0200 (Fri, 05 Jul 2013) | 1 line [FIX] attachments: Attach page to correct page if not in "best language" by passing on no_bl request param. ---------------------------------------------- r46552 | yonixxx | 2013-07-05 09:14:55 +0200 (Fri, 05 Jul 2013) | 1 line [FIX]Article heading are also correcty displayed if ishtml ---------------------------------------------- r46549 | jonnybradley | 2013-07-04 20:17:19 +0200 (Thu, 04 Jul 2013) | 3 lines [FIX] articles: Work out if article body "is_html" better - test for html in case wysiwyg_htmltowiki has been enabled after wysiwyg has been used for articles before. Refactor into a new function in artlib and deploy throughout (all tested except received_articles. (thanks Bsfez) TODO better for 12... ---------------------------------------------- r46547 | jonnybradley | 2013-07-04 19:19:34 +0200 (Thu, 04 Jul 2013) | 1 line [FIX] articles: Attach the translations to the articles in the plugin so the lang menu works (thanks marclaporte) ---------------------------------------------- r46546 | jonnybradley | 2013-07-04 18:34:21 +0200 (Thu, 04 Jul 2013) | 2 lines [FIX] trackers: Prevent list_items from exhausting memory completely and just return whatever items have been retrieved so far when we're down to 10MB left. CAn happen when exporting large trackers leading to just the header being exported. ---------------------------------------------- r46545 | jonnybradley | 2013-07-04 18:27:55 +0200 (Thu, 04 Jul 2013) | 1 line [FIX] installer: Duplicate sefurl trackeritem regex fixer schema as, in at least one tiki, it failed to run leading to tracker items all ending up with just 'item' as the link (thanks marclaporte) ---------------------------------------------- r46543 | lphuberdeau | 2013-07-04 17:14:27 +0200 (Thu, 04 Jul 2013) | 1 line [FIX] Detect data corruption when reading GeoJSON and render the feature as a marker instead (at center of current map) ---------------------------------------------- r46532 | jonnybradley | 2013-07-03 20:38:04 +0200 (Wed, 03 Jul 2013) | 1 line [FIX] installer: Missing global (required in setup_base) in decode_pages_sources upgrade script ---------------------------------------------- r46529 | jonnybradley | 2013-07-03 18:18:31 +0200 (Wed, 03 Jul 2013) | 1 line [FIX] sign: z-index for sign "tips" to come in front of modules in some browsers ---------------------------------------------- r46528 | jonnybradley | 2013-07-03 18:05:14 +0200 (Wed, 03 Jul 2013) | 1 line [FIX] catorphans: Don't use $pages Smarty array as it's used by wiki pages for pagination (thanks marclaporte) ---------------------------------------------- r46527 | jonnybradley | 2013-07-03 11:41:28 +0200 (Wed, 03 Jul 2013) | 1 line [FIX] slides: Fix page names with spaces, accents etc in (thanks marclaporte) ---------------------------------------------- r46526 | jonnybradley | 2013-07-03 11:36:13 +0200 (Wed, 03 Jul 2013) | 1 line [FIX] slides: Fix URL with illegal colon in from being interpreted as a protocol by ensuring it is relative (thanks luciash) ---------------------------------------------- r46525 | yonixxx | 2013-07-02 11:39:25 +0200 (Tue, 02 Jul 2013) | 1 line [FIX]Article submissions updated so it work more like Edit Article ---------------------------------------------- r46523 | jonnybradley | 2013-07-01 18:57:51 +0200 (Mon, 01 Jul 2013) | 1 line [DOC] wysiwyg: Add pref hint about which toolbar is used in wiki mode WYSIWYG (thanks Bsfez) ---------------------------------------------- r46522 | jonnybradley | 2013-07-01 17:49:10 +0200 (Mon, 01 Jul 2013) | 1 line [FIX] wysiwyg: Add {slideshow} to plugins not to render ---------------------------------------------- r46521 | jonnybradley | 2013-07-01 17:15:49 +0200 (Mon, 01 Jul 2013) | 1 line [FIX] route: Use slideshow page var properly (only 2 parts returned by that regexp) ---------------------------------------------- r46519 | jonnybradley | 2013-06-30 19:36:19 +0200 (Sun, 30 Jun 2013) | 1 line [FIX] search: Parse wiki plugins as html and use other arguments as the plugin params (e.g. for a {list} plugin) ---------------------------------------------- r46518 | jonnybradley | 2013-06-30 19:25:14 +0200 (Sun, 30 Jun 2013) | 1 line [FIX] modules: Fix preview of user modules containing plugins (use same parser options as in modlib) ---------------------------------------------- r46517 | yonixxx | 2013-06-27 20:54:33 +0200 (Thu, 27 Jun 2013) | 1 line [FIX]Loadstat slightly modified to be rtl compatible ---------------------------------------------- r46514 | yonixxx | 2013-06-27 20:29:42 +0200 (Thu, 27 Jun 2013) | 1 line [FIX]Fine tuning ---------------------------------------------- r46478 | arildb | 2013-06-26 19:17:09 +0200 (Wed, 26 Jun 2013) | 1 line [bp/r46477][SEC] Validate email to prevent XSS ---------------------------------------------- r46470 | arildb | 2013-06-26 02:28:51 +0200 (Wed, 26 Jun 2013) | 1 line [bp/r46469][SEC] Use parameterized queries to avoid XSS ---------------------------------------------- r46466 | arildb | 2013-06-26 00:38:25 +0200 (Wed, 26 Jun 2013) | 1 line [bp/r46465][SEC] convertSortMode must always return a string which can follow "order by" ---------------------------------------------- r46463 | arildb | 2013-06-25 23:56:28 +0200 (Tue, 25 Jun 2013) | 1 line [bp/r46462][SEC] Always use parameters in queries to prevent XSS ---------------------------------------------- r46447 | jyhem | 2013-06-24 20:14:16 +0200 (Mon, 24 Jun 2013) | 1 line [FIX][bp/r46446] Fix error 500 due to bad parameter structure ---------------------------------------------- r46380 | jyhem | 2013-06-16 21:45:29 +0200 (Sun, 16 Jun 2013) | 1 line [FIX][bp/r46379] That did not work with category or object permissions ---------------------------------------------- r46378 | jonnybradley | 2013-06-16 21:23:09 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] elfinder: Update to github version [Fix display of elfinder-quicklook-titlebar (and make it only appear on mouseover)] ---------------------------------------------- r46377 | jonnybradley | 2013-06-16 20:07:07 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] wysiwyg: Add files to plugins not to render (thanks Geoff) ---------------------------------------------- r46376 | arildb | 2013-06-16 19:50:47 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] Revert the position adjustment back to how it was earlier. (Other bug was fixed) ---------------------------------------------- r46375 | jonnybradley | 2013-06-16 19:47:27 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] login: Facebook button breaks up display in header and popup modes ---------------------------------------------- r46374 | jonnybradley | 2013-06-16 19:22:36 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] installer: Fix language selector which was failing as the cache was being cached afterwards on every page. So move cache clearing to only happen after system requirements page, but before language and other prefs have been set up. ---------------------------------------------- r46372 | jonnybradley | 2013-06-16 18:12:31 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] wysiwyg: Use refactored allowHtml code in the plugins (which depend on auto_save anyway) ---------------------------------------------- r46371 | jonnybradley | 2013-06-16 18:07:37 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] wysiwyg: Update preview code with "improved" allowHtml detection from r46285 - fixes broken html preview, sorry & thanks Geoff ---------------------------------------------- r46370 | jonnybradley | 2013-06-16 17:38:12 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] editable: Stop enter key events submitting the form and use tab keypresses a bit better, mileage may vary according to browser ---------------------------------------------- r46369 | jonnybradley | 2013-06-16 16:48:16 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] trackers: Respect some perms for editable items (modify_tracker_items etc and field perms so far) ---------------------------------------------- r46368 | jonnybradley | 2013-06-16 16:16:09 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] trackers: Dynamic links and (probably) other types of tracker select fields were causing "You are about to leave this page" alert when nothing had changed on create/edit tracker item forms. ---------------------------------------------- r46366 | changi67 | 2013-06-16 15:43:11 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] Wrong closing tag ---------------------------------------------- r46365 | changi67 | 2013-06-16 15:36:31 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] missing "=" ---------------------------------------------- r46364 | changi67 | 2013-06-16 15:29:54 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] misplaced closing tags ---------------------------------------------- r46363 | changi67 | 2013-06-16 15:26:04 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] remove useless closing tag ---------------------------------------------- r46362 | changi67 | 2013-06-16 15:24:51 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] self closing used when it shouldn't ---------------------------------------------- r46361 | changi67 | 2013-06-16 15:10:38 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] Unused html closing tag ---------------------------------------------- r46360 | changi67 | 2013-06-16 15:06:36 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] Unused tag ---------------------------------------------- r46357 | changi67 | 2013-06-16 14:55:27 +0200 (Sun, 16 Jun 2013) | 1 line [FIX] self closing tag shouldn't ---------------------------------------------- r46338 | changi67 | 2013-06-15 21:46:27 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] This directory doesn't exist and cause a Uncaught exception ---------------------------------------------- r46335 | changi67 | 2013-06-15 21:38:15 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] Now we have a page which describe all active people in Tiki ---------------------------------------------- r46334 | jonnybradley | 2013-06-15 18:46:42 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] forums: Check for specific perms on the forum ---------------------------------------------- r46333 | jonnybradley | 2013-06-15 18:29:06 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] blogs: Check for specific perms on the post. ---------------------------------------------- r46332 | jonnybradley | 2013-06-15 16:17:53 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] carousel: Set the size of the containing div if displaySize is set to an integer and hide the captions to make the page load tidier. Make a few more params "advanced" and correct some descriptions. ---------------------------------------------- r46331 | jonnybradley | 2013-06-15 16:15:14 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] wysiwyg: Add mouseover to plugins not to render (thanks Geoff) ---------------------------------------------- r46330 | jonnybradley | 2013-06-15 14:16:55 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] elfinder: Add copy function which now makes paste and duplicate work (thanks Xavi) ---------------------------------------------- r46329 | jonnybradley | 2013-06-15 14:08:57 +0200 (Sat, 15 Jun 2013) | 1 line [FIX] files: If $newName is supplied use it, otherwise add " copy" to the source name ---------------------------------------------- r46323 | jonnybradley | 2013-06-14 21:02:42 +0200 (Fri, 14 Jun 2013) | 1 line [FIX] caching: Redirect to the clear cache page after clearing all caches. Seems my improvements to js minify recently don't now agree with the page being rebuild without cache after tiki-setup has already been run. ---------------------------------------------- r46322 | jonnybradley | 2013-06-14 21:00:41 +0200 (Fri, 14 Jun 2013) | 1 line [FIX] Images: Don't use svg icons in preference to the png ones as used before (too big! thanks Xavi) ---------------------------------------------- r46320 | jonnybradley | 2013-06-14 18:39:47 +0200 (Fri, 14 Jun 2013) | 1 line [FIX] wysiwyg: Add 'file' plugin to the list of excluded ones as it nests an {img} plugin inside itself and looks confusing ---------------------------------------------- r46318 | jonnybradley | 2013-06-14 16:25:41 +0200 (Fri, 14 Jun 2013) | 1 line [FIX] memcache: Flush memcache when flushing other caches ---------------------------------------------- r46317 | jonnybradley | 2013-06-14 16:24:35 +0200 (Fri, 14 Jun 2013) | 1 line [FIX] memcache: Cache and restore javascript and css added to headerlib during page rendering (by plugins etc). Should be generalised and refactored into headerlib when not in freeze. ---------------------------------------------- r46316 | jonnybradley | 2013-06-14 12:22:54 +0200 (Fri, 14 Jun 2013) | 1 line [FIX] memcache: Cache wiki pages using all $_GET params in the key (so different states of page can be cached separately) ---------------------------------------------- r46304 | jonnybradley | 2013-06-12 21:31:48 +0200 (Wed, 12 Jun 2013) | 1 line [FIX] js: Don't set Expires to +10 years and also try not to cache it (so now these two large files don't need to be downloaded every time, 10 years might be a bit much, no?) ---------------------------------------------- r46300 | jonnybradley | 2013-06-12 20:58:51 +0200 (Wed, 12 Jun 2013) | 1 line 130612 minify late js file arrivals ---------------------------------------------- r46296 | jonnybradley | 2013-06-12 19:32:21 +0200 (Wed, 12 Jun 2013) | 2 lines [FIX] elfinder: Switch "pseudo vendor" library elFinder to use a new build based on github.com/jonnybradley/elFinder Numerous fixes, including: refresh after extract operations, obey startRoot on different volumes, correct display of alerts and various others ---------------------------------------------- r46295 | jonnybradley | 2013-06-12 19:16:16 +0200 (Wed, 12 Jun 2013) | 1 line [MOD] elfinder: Just some debugging code i keep rewriting ---------------------------------------------- r46289 | jonnybradley | 2013-06-12 16:36:55 +0200 (Wed, 12 Jun 2013) | 1 line [ENH] elfinder: (Experimental) Enable 'extract' command using existing filegal 'batch' feature (gallery doesn't update after unzip, fix to come) ---------------------------------------------- r46288 | jonnybradley | 2013-06-12 15:35:51 +0200 (Wed, 12 Jun 2013) | 1 line [MOD] filegals: Leave extension on zip file titles so they're easier to manage and find ---------------------------------------------- r46285 | jonnybradley | 2013-06-11 15:53:55 +0200 (Tue, 11 Jun 2013) | 2 lines [FIX] wysiwyg: Blogs and articles parsing failing in some configs, so make the "allowhtml" input consistently the name not id of the checkbox or hidden (using id was bad) and check for this (as well as we can without database changes) for wiki pages, blogs, articles and content templates. Please test! ---------------------------------------------- r46284 | jonnybradley | 2013-06-11 14:58:20 +0200 (Tue, 11 Jun 2013) | 1 line [FIX] wysiwyg: Respect wysiwyg_htmltowiki setting in blog posts, input[name=wysiwyg] is set in block.textarea.php so not needed (thanks arildb) ---------------------------------------------- r46282 | jonnybradley | 2013-06-11 14:01:57 +0200 (Tue, 11 Jun 2013) | 1 line [FIX] wysiwyg: When inserting replacement plugin code, use the source directly for the replace and then reparse using setData (should stop added lines around edited plugins) ---------------------------------------------- r46281 | jonnybradley | 2013-06-11 13:59:59 +0200 (Tue, 11 Jun 2013) | 1 line [FIX] wysiwyg: Only append </body> if opening tag found when reparsing source - almost certainly redundant now, to be removed in trunk later (still) ---------------------------------------------- r46280 | jonnybradley | 2013-06-11 13:58:07 +0200 (Tue, 11 Jun 2013) | 1 line [FIX] sidebars: No need to use document.getElementById(maincol).baseURI as document.URL is supported by all browsers and maincol is not always present (in filegal manager popup for instance) ---------------------------------------------- r46279 | arildb | 2013-06-11 13:22:12 +0200 (Tue, 11 Jun 2013) | 1 line [FIX] Incorrect parenthesis setting ---------------------------------------------- r46276 | jonnybradley | 2013-06-11 12:16:31 +0200 (Tue, 11 Jun 2013) | 1 line [FIX] lang/ca: syntax error (thanks Xavi) ---------------------------------------------- r46275 | jonnybradley | 2013-06-10 23:33:08 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] wysiwyg mainly: Make ckeditor obey height params, but also make rows and cols params work again (may have surprise effects in other textareas, like tracker fields (fixed)) ---------------------------------------------- r46274 | jonnybradley | 2013-06-10 23:19:45 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] wysiwyg plugin: Missing semicolon from r46272 broke js minify (thanks marclaporte) ---------------------------------------------- r46272 | jonnybradley | 2013-06-10 21:20:01 +0200 (Mon, 10 Jun 2013) | 1 line [FIX][REF] wysiwyg plugin: Reposition button according to offsetParent, remove other plugin save/cancel buttons correctly, observe height param and refactor js to tiki-jquery.js ---------------------------------------------- r46271 | arildb | 2013-06-10 20:42:37 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] mouseover plugin popups now render html tags ---------------------------------------------- r46270 | arildb | 2013-06-10 20:05:56 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] coordinates of mouseover popup is adjusted, so it appears where the mouse is. ---------------------------------------------- r46269 | jonnybradley | 2013-06-10 20:04:46 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] wysiwyg: Prevent empty p tags being added in html wysiwyg rendering, and exclude calendar plugin from wysiwyg rendering ---------------------------------------------- r46268 | jonnybradley | 2013-06-10 19:57:25 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] wysiwyg: Correct rendering of allowhtml input obeying tiki_p_use_HTML perm correctly ---------------------------------------------- r46267 | jonnybradley | 2013-06-10 19:24:44 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] wysiwyg: Eliminate nested spans or divs accumulating around plugins on html pages (thanks Pascal & Geoff) ---------------------------------------------- r46263 | jonnybradley | 2013-06-10 17:34:14 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] kaltura: Add a button to be able to recreate the KCW uiConf on demand ---------------------------------------------- r46262 | arildb | 2013-06-10 17:31:53 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] notice about invalid index ---------------------------------------------- r46261 | arildb | 2013-06-10 17:30:57 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] wysiwyg blog posts are displayed ok in rss feeds ---------------------------------------------- r46257 | jonnybradley | 2013-06-10 14:58:33 +0200 (Mon, 10 Jun 2013) | 1 line [FIX] img: Don't render draw icon if parser is set to suppress_icons (thanks marclaporte) ---------------------------------------------- r46252 | xavidp | 2013-06-10 11:39:33 +0200 (Mon, 10 Jun 2013) | 1 line [FIX]Usability fix: wording was missleading, and fixed former non-English sentences. ---------------------------------------------- r46233 | jonnybradley | 2013-06-07 20:45:22 +0200 (Fri, 07 Jun 2013) | 2 lines [MOD] wysiwyg plugin: Change the "click anywhere to edit" which prevented links etc being used normally, and use a button instead (thanks marclaporte) TODO refactor and tidy... ---------------------------------------------- r46232 | jonnybradley | 2013-06-07 19:43:39 +0200 (Fri, 07 Jun 2013) | 1 line Revert r46228: [FIX] memcache: If memcache was enabled but without any servers being specified... (but keep the pref hint addition) ---------------------------------------------- r46231 | jonnybradley | 2013-06-07 18:30:58 +0200 (Fri, 07 Jun 2013) | 1 line [FIX] wysiwyg plugin: Remove spurious linefeeds that get turned into empty <p> tags (and correct the plugin format) ---------------------------------------------- r46229 | jonnybradley | 2013-06-07 16:21:48 +0200 (Fri, 07 Jun 2013) | 1 line [MOD] performance: Add some helpful info about the PHP realpath_cache and it's usage ---------------------------------------------- r46228 | jonnybradley | 2013-06-07 15:53:12 +0200 (Fri, 07 Jun 2013) | 2 lines [FIX] memcache: If memcache was enabled but without any servers being specified (which is the default) then Tiki became unusable (because prefs are cached), requiring manually editing the database to recover - so, added a checks on critical methods, let the other options be used (such as key_prefix) and display a warning that all is not well. Also add a usable default value in the hint for memcache_servers. ---------------------------------------------- r46227 | jonnybradley | 2013-06-06 22:51:46 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] No such pref feature_jquery, on by default now if js enabled ---------------------------------------------- r46226 | jonnybradley | 2013-06-06 22:45:27 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] events: Correct number of hours per day (for Earth) ---------------------------------------------- r46225 | jonnybradley | 2013-06-06 22:44:40 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] datepicker: Handle alt field slightly differently when not a datetimepicker ---------------------------------------------- r46224 | jonnybradley | 2013-06-06 22:43:24 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] events: Use 'data' for events (no idea how this ever worked - but thanks marclaporte) ---------------------------------------------- r46222 | jonnybradley | 2013-06-06 21:35:54 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] wysiwyg: Only use the first parent tiki_plugin in case of nested spans (not sure how this happens yet, may need further fixing) ---------------------------------------------- r46220 | lphuberdeau | 2013-06-06 21:31:19 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] Multiple notices (backport) ---------------------------------------------- r46218 | jonnybradley | 2013-06-06 20:46:29 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] wysiwyg: Fix for IE8 plugin editing (and possibly other browsers) where the plugin node isn't entirely inside the selection (thanks eromneg) ---------------------------------------------- r46216 | jonnybradley | 2013-06-06 20:24:20 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] Leave the sidebars unchanged in the admin modules panel (fix for IE) ---------------------------------------------- r46214 | jonnybradley | 2013-06-06 19:47:52 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] wysiwyg: When replacing ckeditor dom element use the same type of node (div or span) to prevent extra blank lines appearing either side of divs (thanks eromneg) ---------------------------------------------- r46211 | lphuberdeau | 2013-06-06 19:18:59 +0200 (Thu, 06 Jun 2013) | 1 line [ENH] Adding an option to exclude certain plugin executions during unified indexing ---------------------------------------------- r46207 | jonnybradley | 2013-06-06 18:29:11 +0200 (Thu, 06 Jun 2013) | 1 line [bp/r46205][FIX] Leave the sidebars unchanged in the admin modules panel ---------------------------------------------- r46203 | jonnybradley | 2013-06-06 17:56:18 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] modules: Fix css correction for hidden columns by using the correct function (tiki_cookie_jar may not be in use if cookies are allowed) ---------------------------------------------- r46202 | jonnybradley | 2013-06-06 17:38:30 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] modules: Pick up module position properly (casualty of change from single char zone names to words) ---------------------------------------------- r46199 | xavidp | 2013-06-06 17:27:24 +0200 (Thu, 06 Jun 2013) | 1 line [FIX]Usability fix based on feedback from training provided to experienced tiki users but newbie tiki admins (the wording might be improved). Thanks ricks99 and and jonnyb for feedback ---------------------------------------------- r46198 | jonnybradley | 2013-06-06 17:12:16 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] modules: Make empty module zones more "droppable" in modules admin (thanks alain_desilets re: wish4545) ---------------------------------------------- r46197 | jonnybradley | 2013-06-06 16:09:49 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] profiles: Missing dot in version category name on "featured" etc links ---------------------------------------------- r46196 | jonnybradley | 2013-06-06 15:32:30 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] modules: Stop save modules button being 100% width, but make it pink so it catches the eye. ---------------------------------------------- r46195 | jonnybradley | 2013-06-06 15:30:58 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] wysiwyg: Exclude {map} plugin from wysiwyg appearance (was just a big grey box) ---------------------------------------------- r46191 | jonnybradley | 2013-06-06 15:13:13 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] wysiwyg: Paste into wiki wysiwyg editor just entered "undefined" - event attribute had been renamed in cke4 ---------------------------------------------- r46190 | jonnybradley | 2013-06-06 14:57:55 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] wysiwyg: Only html decode the values of plugin args, not the names, as for {map} it was converting "...123¢er=0,0" into "...123[cent symbol]er=0,0" (thanks eromneg) ---------------------------------------------- r46185 | jonnybradley | 2013-06-06 12:54:52 +0200 (Thu, 06 Jun 2013) | 3 lines [bp/r46137][FIX] IFrame plugin could not be edited, due to double quotes. PluginMatcher did not properly decode the arguments. This fix affects all plugins. Previous patch fro module encoding is removed. (thanks arildb) ---------------------------------------------- r46184 | chibaguy | 2013-06-06 06:03:06 +0200 (Thu, 06 Jun 2013) | 1 line [FIX] [bp/r46183] Bad combination of backgrounds, etc. in login popup box. Thanks, Marc. ---------------------------------------------- r46180 | arildb | 2013-06-05 23:57:02 +0200 (Wed, 05 Jun 2013) | 1 line [bp/r46154][FIX] Fix Subject encoding ---------------------------------------------- r46179 | jonnybradley | 2013-06-05 20:44:17 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] menus: Make "arrow" triangles show up on white backgrounds (most Tiki themes have light coloured background columns, Darkroom and others will need theme specific colourings) ---------------------------------------------- r46178 | jonnybradley | 2013-06-05 20:10:26 +0200 (Wed, 05 Jun 2013) | 1 line [ENH] chosen: Apply Chosen to inline edit selects (thanks again marclapotre) ---------------------------------------------- r46177 | jonnybradley | 2013-06-05 19:32:09 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] help: Sort plugins help by translated plugin name (wish 2234) ---------------------------------------------- r46176 | jonnybradley | 2013-06-05 18:42:26 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] htaccess: Prevent changelog.txt being viewed from the browser (present in Tiki installs using SVN) ---------------------------------------------- r46175 | jonnybradley | 2013-06-05 18:34:43 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] trackers: Add a helpful message in trackerlist output if you try to display fields marked as not public (thanks marclaporte) ---------------------------------------------- r46174 | jonnybradley | 2013-06-05 17:49:33 +0200 (Wed, 05 Jun 2013) | 1 line [ENH] chosen: More not showing "Ctrl" message when chosen is used ---------------------------------------------- r46173 | jonnybradley | 2013-06-05 17:40:02 +0200 (Wed, 05 Jun 2013) | 1 line [ENH] chosen: Don't show "Ctrl" message when chosen is used ---------------------------------------------- r46172 | jonnybradley | 2013-06-05 17:25:17 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] sylv: Missing sefurl on some links ---------------------------------------------- r46171 | jonnybradley | 2013-06-05 17:07:43 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] captcha: Allow dumb captcha label translation (thanks marclaporte) ---------------------------------------------- r46168 | changi67 | 2013-06-05 13:36:16 +0200 (Wed, 05 Jun 2013) | 1 line [BP/46166@trunk][ENH] Add the possibility to filter list with tags + display number of result ---------------------------------------------- r46167 | jonnybradley | 2013-06-05 13:34:45 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] trackers: Clear search_valueformatter cache when modifying a tracker or it's fields so changes appear in list plugins results etc ---------------------------------------------- r46165 | jonnybradley | 2013-06-05 13:24:40 +0200 (Wed, 05 Jun 2013) | 1 line [FIX] trackers: Obey linkToItem option on ItemLink field output ---------------------------------------------- r46162 | jonnybradley | 2013-06-04 19:42:36 +0200 (Tue, 04 Jun 2013) | 1 line [FIX] tcontrol: Use $this instead of $tcontrollib when inside $tcontrollib (was causing Draw to fail for some unknown reason - thanks marclaporte) ---------------------------------------------- r46161 | jonnybradley | 2013-06-04 17:32:36 +0200 (Tue, 04 Jun 2013) | 1 line [FIX] get_style_path: Try non tikidomain "styles" dir if style or option dirs not found (regression from r46108) ---------------------------------------------- r46160 | jonnybradley | 2013-06-04 15:58:56 +0200 (Tue, 04 Jun 2013) | 2 lines [FIX] search: Trim spaces from randommode search modes which prevented search finding anything (also add _asc or _desc to end of field names if not already there for extra randomness) ---------------------------------------------- r46149 | jonnybradley | 2013-06-03 15:52:50 +0200 (Mon, 03 Jun 2013) | 1 line [FIX] trackers: Abort import_csv if only one field found and the header contains tab characters ---------------------------------------------- r46148 | jonnybradley | 2013-06-03 15:43:07 +0200 (Mon, 03 Jun 2013) | 1 line [CSS] sign plugin: Add a little border and padding to the hover view ---------------------------------------------- r46146 | jonnybradley | 2013-06-03 15:00:12 +0200 (Mon, 03 Jun 2013) | 2 lines [ENH] codemirror: Add new "mode" of "Off (but switchable)" which makes the highlighter not happen by default on textareas, but {CODE} plugins etc will be (thanks Xavi) May need some polishing... ---------------------------------------------- r46145 | jonnybradley | 2013-06-03 14:32:13 +0200 (Mon, 03 Jun 2013) | 2 lines [ENH] chosen: Add a option to use the "Chosen" jquery plugin on select input menus. Marked as experimental and default is off (thanks luciash) ---------------------------------------------- r46143 | jyhem | 2013-06-03 14:18:21 +0200 (Mon, 03 Jun 2013) | 1 line [FIX][bp/r46142] When blog is configured to let other authors post, let them view unpublished and private posts ---------------------------------------------- r46140 | jyhem | 2013-06-03 13:57:11 +0200 (Mon, 03 Jun 2013) | 1 line [FIX][bp/r46139] Add post in the correct blog ---------------------------------------------- r46135 | arildb | 2013-06-01 22:55:31 +0200 (Sat, 01 Jun 2013) | 3 lines [FIX] Avoid search crash when using InnoDB Turn off MySQL fulltext search if an InnoDB database is created. ---------------------------------------------- r46134 | arildb | 2013-06-01 21:41:34 +0200 (Sat, 01 Jun 2013) | 1 line [FIX] Prevent PHP notice when using structures ---------------------------------------------- r46130 | arildb | 2013-06-01 20:06:42 +0200 (Sat, 01 Jun 2013) | 1 line [FIX] Prevent image overflowing into the boundary ---------------------------------------------- r46129 | arildb | 2013-06-01 19:12:36 +0200 (Sat, 01 Jun 2013) | 1 line [FIX] Get rid of strict notices ---------------------------------------------- r46128 | arildb | 2013-06-01 18:40:08 +0200 (Sat, 01 Jun 2013) | 2 lines [FIX] Add inline comment option (again) First attempt was wiped after an SVN problem ---------------------------------------------- r46127 | arildb | 2013-06-01 17:39:19 +0200 (Sat, 01 Jun 2013) | 1 line [FIX] validate element ---------------------------------------------- r46126 | arildb | 2013-06-01 17:37:30 +0200 (Sat, 01 Jun 2013) | 1 line [FIX] Make getControllerMap alphabetical ---------------------------------------------- r46125 | xavidp | 2013-05-31 18:27:20 +0200 (Fri, 31 May 2013) | 1 line [FIX]editableall set to n by default to preserve the environment ---------------------------------------------- r46124 | xavidp | 2013-05-31 18:04:34 +0200 (Fri, 31 May 2013) | 1 line [ENH]Added a param for lazy users willing to use editable fields already defined in the fields param ---------------------------------------------- r46123 | jonnybradley | 2013-05-31 18:03:23 +0200 (Fri, 31 May 2013) | 1 line [FIX] areas: Redirect with response code 301 when using areas ---------------------------------------------- r46122 | jonnybradley | 2013-05-31 17:30:04 +0200 (Fri, 31 May 2013) | 2 lines [FIX] areas: Revert r46064 (allowing paths to be appended on domains for multi-domain) and use $tikiroot or the request_uri instead to work out the path when switching areas. Also use any domain to be assigned to the default perspective 0 in order to leave areas with "share common" turned off (thanks marclaporte) ---------------------------------------------- r46121 | lphuberdeau | 2013-05-31 17:21:28 +0200 (Fri, 31 May 2013) | 1 line [FIX] Completely broken plugin alias interface ---------------------------------------------- r46119 | lphuberdeau | 2013-05-31 16:59:31 +0200 (Fri, 31 May 2013) | 1 line [ENH] Add field existance validation ---------------------------------------------- r46118 | lphuberdeau | 2013-05-31 16:49:44 +0200 (Fri, 31 May 2013) | 1 line [NEW] Adding listexecute action to modify the content of a tracker item field ---------------------------------------------- r46117 | jonnybradley | 2013-05-31 15:43:11 +0200 (Fri, 31 May 2013) | 2 lines [FIX] bbb: Recordings couldn't be deleted as the param id is restricted to be an integer (bbb recording ids are alphanumeric) Part 2 - svn hiccup? ---------------------------------------------- r46116 | jonnybradley | 2013-05-31 15:40:00 +0200 (Fri, 31 May 2013) | 2 lines [FIX] bbb: Recordings couldn't be deleted as the param id is restricted to be an integer (bbb recording ids are alphanumeric) Thanks marclaporte ---------------------------------------------- r46115 | lphuberdeau | 2013-05-31 15:27:35 +0200 (Fri, 31 May 2013) | 1 line [FIX] Indexing has moved to categorize/uncategorize, causing double indexing and multiple flushes while assigning multiple categories using organize objects ---------------------------------------------- r46114 | jonnybradley | 2013-05-31 15:24:30 +0200 (Fri, 31 May 2013) | 1 line [FIX] bbb: $meeting var not found, $meetingName looks most likely candidate ---------------------------------------------- r46111 | lphuberdeau | 2013-05-31 14:51:25 +0200 (Fri, 31 May 2013) | 1 line [ENH] Allow inline editing to be used from trackerlist ---------------------------------------------- r46109 | jonnybradley | 2013-05-31 12:14:34 +0200 (Fri, 31 May 2013) | 1 line [CSS] utopias: Small improvements ---------------------------------------------- r46108 | jonnybradley | 2013-05-31 12:14:01 +0200 (Fri, 31 May 2013) | 1 line [FIX] get_style_path: Allow custom.css and js in styles or styles/tikidomain dir to be used ---------------------------------------------- r46094 | jonnybradley | 2013-05-30 12:49:02 +0200 (Thu, 30 May 2013) | 1 line [FIX] trackers: replace_item was no longer updating lastModif date or user ---------------------------------------------- r46091 | arildb | 2013-05-29 22:05:12 +0200 (Wed, 29 May 2013) | 1 line [FIX] Update wysiwyg warning. wysiwygis out of experimental. ---------------------------------------------- r46088 | jonnybradley | 2013-05-29 19:45:24 +0200 (Wed, 29 May 2013) | 1 line [CSS] utopias: Fix for css menu arrow colour and add missing simple option file ---------------------------------------------- r46086 | jonnybradley | 2013-05-29 17:15:41 +0200 (Wed, 29 May 2013) | 1 line [FIX] console: When using console.php to upgrade databases on multi-tiki installs, $dbs_tiki is no longer set but is used in several patches which then fails fatally, so get it from the local.php first ---------------------------------------------- r46085 | jonnybradley | 2013-05-29 17:11:29 +0200 (Wed, 29 May 2013) | 1 line [FIX] notices: check for non-standard tiki prefs (used by mod plugin-r) ---------------------------------------------- r46084 | jonnybradley | 2013-05-29 16:59:41 +0200 (Wed, 29 May 2013) | 1 line [FIX] notices: check for array ---------------------------------------------- r46083 | jonnybradley | 2013-05-29 16:59:01 +0200 (Wed, 29 May 2013) | 1 line [FIX] access: If a script is called directly $access is not set up, so cannot be used to tell if the script has been run directly ---------------------------------------------- r46082 | jonnybradley | 2013-05-29 16:06:47 +0200 (Wed, 29 May 2013) | 1 line [FIX] jquery 1.9: A couple more tests for ui-dialog data before closing old one (shame it doesn't fail silently any more) ---------------------------------------------- r46081 | jonnybradley | 2013-05-29 16:05:57 +0200 (Wed, 29 May 2013) | 1 line [FIX] trackers: ItemLink export/import - output ItemLink label normally when exporting with keepItemlinkId not set, also, ignore empty fields when importing with convertItemLinkValues set (thanks Xavi) ---------------------------------------------- r46077 | jonnybradley | 2013-05-29 11:26:17 +0200 (Wed, 29 May 2013) | 1 line [FIX] jquery 1.9: Other tests for ui-dialog data before closing old one ---------------------------------------------- r46076 | jonnybradley | 2013-05-29 11:19:08 +0200 (Wed, 29 May 2013) | 2 lines [FIX] help dialog: No need to init tabs in the show_help tpl as it's done in js onclick and was causing issues on some servers. Also test for ui-dialog data before closing old one (for jquery 1.9+ and optimise jq selector) ---------------------------------------------- r46073 | jyhem | 2013-05-28 23:25:04 +0200 (Tue, 28 May 2013) | 1 line [FIX][bp/r46072] When the website insist on being https, do not publish http canonical links ---------------------------------------------- r46071 | jonnybradley | 2013-05-28 18:21:13 +0200 (Tue, 28 May 2013) | 1 line [FIX] wysiwyg plugin: Make sure there are no old save/cancel buttons left before adding new ones ---------------------------------------------- r46068 | xavidp | 2013-05-28 16:29:17 +0200 (Tue, 28 May 2013) | 1 line [FIX]Clearing Tiki caches finally cleans also folders from PluginR under temp/cache. ---------------------------------------------- r46066 | arildb | 2013-05-28 15:29:16 +0200 (Tue, 28 May 2013) | 1 line [bp/46043-46046][FIX] Load content templates when "templates" ckeditor toolbar button is pressed. ---------------------------------------------- r46064 | jonnybradley | 2013-05-28 13:49:59 +0200 (Tue, 28 May 2013) | 1 line [FIX] multi-domain: Use path as well as domain in multi-domain - i.e: example.com/path/to/tiki ---------------------------------------------- r46061 | jonnybradley | 2013-05-28 13:26:56 +0200 (Tue, 28 May 2013) | 1 line [FIX] kaltura: Get kaltura.com to make a new contribution wizard as all the old ones seem to be broken (thanks marclaporte) ---------------------------------------------- r46060 | jonnybradley | 2013-05-28 13:03:16 +0200 (Tue, 28 May 2013) | 1 line [FIX] kaltura: Typo ---------------------------------------------- r46057 | jonnybradley | 2013-05-28 12:02:52 +0200 (Tue, 28 May 2013) | 1 line [FIX] trackers: Fix "chose files" upload button for Win Chrome - inside the FileReader scope $.service() seems not to be set. ---------------------------------------------- r46056 | jyhem | 2013-05-28 11:59:36 +0200 (Tue, 28 May 2013) | 1 line [FIX][bp/r46055] Columns were not sortable, making tool hard to use with many groups ---------------------------------------------- r46051 | jonnybradley | 2013-05-27 16:15:41 +0200 (Mon, 27 May 2013) | 1 line [FIX] trackers: Use category field output instead of values in dynamic lists' rendered output (thanks Bsfez) ---------------------------------------------- r46049 | jonnybradley | 2013-05-27 15:52:13 +0200 (Mon, 27 May 2013) | 2 lines [FIX] trackers: Use category field renderOutput instead of values in dynamic lists - also remove redundant comments (thanks Bsfez) Still need to fix item view values for this use case. ---------------------------------------------- r46036 | lphuberdeau | 2013-05-24 19:31:37 +0200 (Fri, 24 May 2013) | 1 line [FIX]?\194?\160Make sure patch works even if the index is missing in the database ---------------------------------------------- r46035 | lphuberdeau | 2013-05-24 19:15:19 +0200 (Fri, 24 May 2013) | 1 line [FIX] Hash the username for the avatar file path to avoid issues with UTF-8 characters in usernames ---------------------------------------------- r46029 | jonnybradley | 2013-05-24 12:22:56 +0200 (Fri, 24 May 2013) | 1 line [FIX] mobile: Photoswipe and it's lib "klass" not happy with our js minify ---------------------------------------------- r46028 | jyhem | 2013-05-24 00:04:36 +0200 (Fri, 24 May 2013) | 1 line [FIX][bp/r46026] allows admins to edit comments (was possible in Tiki 6) ---------------------------------------------- r46025 | marclaporte | 2013-05-22 19:31:52 +0200 (Wed, 22 May 2013) | 1 line Adding recent module prefs to the admin module panel (it was already in look & feel) ---------------------------------------------- r46021 | jyhem | 2013-05-21 20:54:29 +0200 (Tue, 21 May 2013) | 1 line [FIX][bp/r46019] Restore pagination (thanks Torsten) ---------------------------------------------- r46018 | jonnybradley | 2013-05-21 20:44:33 +0200 (Tue, 21 May 2013) | 1 line [ENH] trackers: Make it possible to not have tracker labels (& image filenames etc) showing in RSS feeds ---------------------------------------------- r46017 | jonnybradley | 2013-05-21 19:51:59 +0200 (Tue, 21 May 2013) | 2 lines [FIX] auto_save: Check the user doing the save or preview has permission and is the one currently editing the page. Thanks Marcela B?\195?\169n?\195?\169trix Also modernise library use and fix some missing and/or unset vars ---------------------------------------------- r46016 | jonnybradley | 2013-05-21 19:47:52 +0200 (Tue, 21 May 2013) | 1 line [FIX] help: Remove randomly placed "Show Help" link (often found underneath the edit area, but sometimes in previews etc) and simplify jquery ---------------------------------------------- r46015 | jonnybradley | 2013-05-21 19:43:59 +0200 (Tue, 21 May 2013) | 1 line [DOC] A couple of missing param types in comments (show as errors in my IDE) ---------------------------------------------- r46014 | jonnybradley | 2013-05-21 18:16:40 +0200 (Tue, 21 May 2013) | 4 lines [FIX] gd: Test for version of GD lib was failing for v 2.1, so instead test for the required function only available in 2.0.1+ Stops avatars coming out as black squares Left in TikiLib as it's called from other places (See http://php.net/manual/en/function.imagecreatetruecolor.php for more info) ---------------------------------------------- r46013 | jonnybradley | 2013-05-21 18:13:29 +0200 (Tue, 21 May 2013) | 1 line [FIX] avatars: Missing global and "_once" ---------------------------------------------- r46011 | jonnybradley | 2013-05-21 12:19:15 +0200 (Tue, 21 May 2013) | 1 line [FIX] IE: Missing per-theme code for IE9 CSS ---------------------------------------------- r46006 | jonnybradley | 2013-05-20 18:17:19 +0200 (Mon, 20 May 2013) | 1 line [FIX] slider: plugin: Don't reset the $titles param var before using and remove <p> tags from the slide boundaries for valid html ---------------------------------------------- r46004 | jonnybradley | 2013-05-20 17:40:30 +0200 (Mon, 20 May 2013) | 1 line [FIX] slider: plugin: The navigationFormatter formatting function needs to return a string or a DOM element, so append some spurious text to stop "1" being interpreted as an integer. Works, but is ugly... ---------------------------------------------- r46003 | jonnybradley | 2013-05-20 17:32:09 +0200 (Mon, 20 May 2013) | 1 line [FIX] wysiwyg: Another go at the selection issue - simplify Tiki code and use ckeditor's API for it all directly, which seems to work ok now (even works on IE9 now!) ---------------------------------------------- r46002 | jonnybradley | 2013-05-20 17:00:26 +0200 (Mon, 20 May 2013) | 1 line [FIX] composer: infinitecarousel moved back again (curse you composer!) ---------------------------------------------- r45999 | jonnybradley | 2013-05-20 16:19:46 +0200 (Mon, 20 May 2013) | 1 line composer.lock file with updated hash etc for anythingslider 1.9.1 (composer.json was committed earlier by mistake in r45985, apologies) ---------------------------------------------- r45997 | jyhem | 2013-05-20 16:01:43 +0200 (Mon, 20 May 2013) | 1 line [ENH][bp/r45996] Allow restriction to multiple categories ---------------------------------------------- r45992 | jyhem | 2013-05-20 15:15:56 +0200 (Mon, 20 May 2013) | 1 line [FIX][bp/r45991] The Id column is now also sortable ---------------------------------------------- r45989 | jyhem | 2013-05-20 14:29:49 +0200 (Mon, 20 May 2013) | 1 line [ENH][bp/r45988] Sorting by articleId works but nobody could figure it out ---------------------------------------------- r45987 | jonnybradley | 2013-05-20 12:03:58 +0200 (Mon, 20 May 2013) | 1 line [FIX] jquery migration: toggle(fn, fn) is deprecated (confused with toggle effect) ---------------------------------------------- r45986 | jonnybradley | 2013-05-20 11:41:21 +0200 (Mon, 20 May 2013) | 1 line [FIX] comments: get_user_email() is in userslib ---------------------------------------------- r45985 | jonnybradley | 2013-05-20 11:29:16 +0200 (Mon, 20 May 2013) | 1 line [FIX] comments: Missing global and a typo ---------------------------------------------- r45984 | jonnybradley | 2013-05-19 18:01:46 +0200 (Sun, 19 May 2013) | 1 line [FIX] jquery migration: andSelf() is replaced by addBack() in jq 1.9+ ---------------------------------------------- r45983 | jonnybradley | 2013-05-19 17:45:05 +0200 (Sun, 19 May 2013) | 1 line [FIX] wysiwyg: Call the ckeditor dataProcessor.toDataFormat function when showing html mode source now that the "Advanced Content Filter" isn't interfering with our plugins source so that html is formatted properly again (thanks Geoff) ---------------------------------------------- r45982 | jonnybradley | 2013-05-19 17:00:08 +0200 (Sun, 19 May 2013) | 1 line [FIX] wysiwyg: Allow resize in both directions as was previous behaviour (ckeditor 4 defaults to 'vertical') ---------------------------------------------- r45980 | jonnybradley | 2013-05-19 16:37:33 +0200 (Sun, 19 May 2013) | 2 lines [FIX] wysiwyg: Replace outdated (and fragile) tests for ckeditor via DOM element existence with tests in CKEDITOR.instances array. Fixes http://dev.tiki.org/item4519 (thanks Geoff) ---------------------------------------------- r45979 | jonnybradley | 2013-05-19 16:10:01 +0200 (Sun, 19 May 2013) | 1 line [FIX] inline edit: Show the "rendered" output of datetime picker fields after saving ---------------------------------------------- r45978 | jonnybradley | 2013-05-19 15:55:39 +0200 (Sun, 19 May 2013) | 1 line [FIX] datetimepicker: Fixes for recent updates to timepicker (during move to composer libs). Several API changes and custom CSS no longer working (or needed) ---------------------------------------------- r45977 | jonnybradley | 2013-05-19 15:41:10 +0200 (Sun, 19 May 2013) | 4 lines [FIX] trackers: Save fields not working any more for some mysterious reason (can't see how it has been working for several years without this fix, but it obviously has...) As seen on nextdev.tiki.org/tiki-admin_tracker_fields.php ---------------------------------------------- r45975 | jonnybradley | 2013-05-18 18:51:53 +0200 (Sat, 18 May 2013) | 1 line [FIX] trackers: TextArea default height jumped from 4 rows to 15 at some point, causing layout issues - 4 was a bit short, so let's try 6? (thanks marclaporte) ---------------------------------------------- r45974 | jonnybradley | 2013-05-18 18:37:26 +0200 (Sat, 18 May 2013) | 1 line [FIX] sefurl admin: Typo in RewriteBase regular expression (thanks marclaporte, sorry it took so long ;) ---------------------------------------------- r45973 | jonnybradley | 2013-05-18 18:23:49 +0200 (Sat, 18 May 2013) | 1 line [FIX] inline edit: Show the rendered output of the field after it's been saved ---------------------------------------------- r45972 | jonnybradley | 2013-05-18 16:28:33 +0200 (Sat, 18 May 2013) | 1 line [ENH] sign plugin: Add an icon and a little css to reveal the info on hover so as to make less visual impact on the page while still keeping the data available ---------------------------------------------- r45971 | jonnybradley | 2013-05-17 15:55:07 +0200 (Fri, 17 May 2013) | 1 line [FIX] inline edit: Partial revert of 45856 to restore the 5 second delay before saving (having read and understood the code more fully now, i see it's to collect multiple edits into fewer AJAX requests) ---------------------------------------------- r45970 | jonnybradley | 2013-05-17 15:49:31 +0200 (Fri, 17 May 2013) | 1 line [FIX] modules: typos ---------------------------------------------- r45969 | mroussel | 2013-05-16 20:48:24 +0200 (Thu, 16 May 2013) | 1 line [FIX] User not in registered group when using CAS ---------------------------------------------- r45963 | lphuberdeau | 2013-05-16 15:24:18 +0200 (Thu, 16 May 2013) | 1 line [ENH] Updating WebODF to the latest version ---------------------------------------------- r45959 | jyhem | 2013-05-16 14:46:33 +0200 (Thu, 16 May 2013) | 1 line [FIX][bp/r45939] Fix warnings which interfere with proper XML syntax in RSS feeds ---------------------------------------------- r45956 | marclaporte | 2013-05-16 04:37:20 +0200 (Thu, 16 May 2013) | 1 line Official name in Composer (harmonize 11x and trunk for composer.json) ---------------------------------------------- r45952 | sampaioprimo | 2013-05-15 22:31:21 +0200 (Wed, 15 May 2013) | 1 line [fix] partially revert r45878. the fatal error is produced only by the call time pass by reference. this param should remain being passed by reference. ---------------------------------------------- r45948 | jonnybradley | 2013-05-15 18:04:04 +0200 (Wed, 15 May 2013) | 2 lines [FIX] tracker plugin: Stop page exploding when there are validation issues with the "generate() on a non-object" error (by including captchalib and assigning the global before use). However, the antibot code should not be appearing for registered users even when making a mistake, so partial revert of r45315 to fix the logic here and moving the showmandatory assign out of the "if antibot" clause. ---------------------------------------------- r45947 | jonnybradley | 2013-05-15 17:37:51 +0200 (Wed, 15 May 2013) | 1 line [FIX] tracker plugin: Put the field descriptions in the right place when using a tracker plugin ---------------------------------------------- r45946 | jonnybradley | 2013-05-15 17:26:45 +0200 (Wed, 15 May 2013) | 1 line [FIX] help popup: jquery-ui tabs no longer use "select" method it seems... ---------------------------------------------- r45945 | lphuberdeau | 2013-05-15 15:33:22 +0200 (Wed, 15 May 2013) | 1 line [FIX] Let WebODF render .ods and .odp ---------------------------------------------- r45943 | lphuberdeau | 2013-05-15 15:11:10 +0200 (Wed, 15 May 2013) | 1 line [ENH] Record last index rebuild and report on the admin screen ---------------------------------------------- r45940 | xavidp | 2013-05-15 12:21:49 +0200 (Wed, 15 May 2013) | 1 line [bp/r45938][fix] when a user is removed, remove it's reports preferences and cache. thks sampaioprimo ---------------------------------------------- r45936 | jonnybradley | 2013-05-14 13:34:46 +0200 (Tue, 14 May 2013) | 2 lines [FIX] IE9 css: Remove curious topbar_modules repositioning that makes the top modules 52px too high (as seen on nextdev.tiki.org etc) Also remove svn:executable prop and add Id keyword. ---------------------------------------------- r45935 | jonnybradley | 2013-05-14 12:55:55 +0200 (Tue, 14 May 2013) | 1 line [FIX] trackerlist: Perms array should be set up for all users, not just non-admins ---------------------------------------------- r45934 | jonnybradley | 2013-05-14 12:34:03 +0200 (Tue, 14 May 2013) | 1 line [FIX] cookie consent: Correct logic for when cookies not allowed (if tiki_cookie_jar not initialised getCookie was returning null) ---------------------------------------------- r45932 | jonnybradley | 2013-05-14 11:50:02 +0200 (Tue, 14 May 2013) | 1 line [FIX] cookie consent: Don't display the checkbox if the cookie_consent_question is empty (makes it simpler for users) ---------------------------------------------- r45931 | jonnybradley | 2013-05-14 11:44:00 +0200 (Tue, 14 May 2013) | 1 line [FIX] infinitecarousel moved? ---------------------------------------------- r45928 | jonnybradley | 2013-05-13 21:05:30 +0200 (Mon, 13 May 2013) | 1 line [FIX] googleanalytics: Obey cookie consent pref and cookie (as it is now [optionally] included in tiki.tpl, the cookieconsent plugin cannot be used to check before the cookie is set) ---------------------------------------------- r45927 | jonnybradley | 2013-05-13 20:17:22 +0200 (Mon, 13 May 2013) | 1 line [FIX] tracker: Similar issue with category checkboxes as with plain checkboxes - last category could never be switch off ---------------------------------------------- r45926 | jonnybradley | 2013-05-13 20:02:27 +0200 (Mon, 13 May 2013) | 1 line [FIX] tracker: Fix category filter tracker list again - r45881 left it so you could not switch off checkboxes (ever, sorry) so add a hidden input to track switching them off ---------------------------------------------- r45923 | lphuberdeau | 2013-05-13 18:00:00 +0200 (Mon, 13 May 2013) | 1 line [FIX] Should not include unfiltered input in a preg query ---------------------------------------------- r45921 | changi67 | 2013-05-13 17:44:32 +0200 (Mon, 13 May 2013) | 1 line [FIX] Recommit this file which was making some trouble ---------------------------------------------- r45920 | changi67 | 2013-05-13 17:40:33 +0200 (Mon, 13 May 2013) | 3 lines [FIX] Try to fix the broken file ---------------------------------------------- r45919 | xavidp | 2013-05-13 13:36:22 +0200 (Mon, 13 May 2013) | 1 line [bp/r45914][FIX]Usability fix: count number next to numeric options (e.g. 1 to 5 in radio buttons, which can be quite common in surveys) and no column names is missleading for end users. Added a param to allow removing the count number, at least, since the user can display results in bars or percentages which is much less missleading. Backported from trunk since I had not that file when commiting due to the issue with sf.net svn ---------------------------------------------- r45918 | chibaguy | 2013-05-13 07:10:12 +0200 (Mon, 13 May 2013) | 1 line [FIX] [bp/45913] Update cssmenu dropdown arrows to use new Suckerfish method. ---------------------------------------------- r45912 | jyhem | 2013-05-12 12:31:25 +0200 (Sun, 12 May 2013) | 1 line [ROLLBACK/r45910] Ooops ---------------------------------------------- r45910 | jyhem | 2013-05-12 04:18:39 +0200 (Sun, 12 May 2013) | 1 line [FIX][bp/r45909] Correct warnings ---------------------------------------------- r45906 | lphuberdeau | 2013-05-10 19:15:51 +0200 (Fri, 10 May 2013) | 1 line [MOD] Prefer packaged files when downloading dependencies ---------------------------------------------- r45903 | jonnybradley | 2013-05-10 16:26:04 +0200 (Fri, 10 May 2013) | 1 line [FIX] trackerlist: Perms for the tracker seem to be in the $perms array, not in globals at this point ---------------------------------------------- r45902 | jonnybradley | 2013-05-10 16:24:41 +0200 (Fri, 10 May 2013) | 1 line [FAKE] Revert test property (didn't fix the repo) ---------------------------------------------- r45901 | jonnybradley | 2013-05-10 16:16:51 +0200 (Fri, 10 May 2013) | 1 line [FAKE] Setting a property to maybe fix the repo ---------------------------------------------- r45900 | lphuberdeau | 2013-05-10 15:07:03 +0200 (Fri, 10 May 2013) | 1 line [FAKE] Attempting to fix the repo? ---------------------------------------------- r45895 | jonnybradley | 2013-05-09 18:40:53 +0200 (Thu, 09 May 2013) | 1 line [FIX] Syntax error from r45889 broke 11.x - please test before committing in the stable branch (and correct indentation helps) ---------------------------------------------- r45894 | jonnybradley | 2013-05-09 18:21:14 +0200 (Thu, 09 May 2013) | 1 line [FIX] trackers: user_tracker_watch_editor is a user pref (oops, use $this not $tikilib) ---------------------------------------------- r45893 | jonnybradley | 2013-05-09 18:18:47 +0200 (Thu, 09 May 2013) | 1 line [FIX] trackers: user_tracker_watch_editor is a user pref ---------------------------------------------- r45892 | jonnybradley | 2013-05-09 18:16:54 +0200 (Thu, 09 May 2013) | 1 line [FIX] trackers: Couple of vars not set - $version is mainly a guess ---------------------------------------------- r45891 | jonnybradley | 2013-05-09 18:15:40 +0200 (Thu, 09 May 2013) | 1 line [FIX] trackers: Preserve the order files are added to the Files field ---------------------------------------------- r45890 | xavidp | 2013-05-09 17:18:01 +0200 (Thu, 09 May 2013) | 1 line A few more strings translated, based on the fr translation ---------------------------------------------- r45889 | arildb | 2013-05-09 17:14:49 +0200 (Thu, 09 May 2013) | 1 line [FIX] Add missing option to (de)activate inline comments. ---------------------------------------------- r45888 | jonnybradley | 2013-05-09 17:03:53 +0200 (Thu, 09 May 2013) | 1 line [FIX] wysiwyg plugin: Update for ckeditor 4 (no jquery adaptor) ---------------------------------------------- r45886 | jonnybradley | 2013-05-09 16:33:55 +0200 (Thu, 09 May 2013) | 1 line [FIX] tracker: Fix category filter tracker list - field data was in wrong array of fields (not sure why we need to have 5 or 6 slightly different ones) ---------------------------------------------- r45883 | xavidp | 2013-05-09 16:18:55 +0200 (Thu, 09 May 2013) | 2 lines [FIX]Usability fixes: * calendarid param was lost after each new edition through the convene js interface. * and the icon at the bottom to add the date to the calendar is nowadays only shown after a minimum number of votes have been cast, to prevent new users clicking at the icon when all dates have the icon (at the beginning) assuming that this is the way to indicate their choices (minvotes set to 3 by default, but overridable with a param) ---------------------------------------------- r45881 | jonnybradley | 2013-05-08 17:47:47 +0200 (Wed, 08 May 2013) | 1 line [FIX] tracker: Fix for checkbox when updating other fields (e.g. via inline edit), were getting set to 'n' if not specified ---------------------------------------------- r45878 | xavidp | 2013-05-08 10:07:46 +0200 (Wed, 08 May 2013) | 1 line [FIX]Call-time pass-by-reference has been deprecated in PHP 5, and in PHP 5.4, '&$watches' produced 'Fatal error'. Thanks lph and jonnyb for feedback on this issue. ---------------------------------------------- r45875 | jyhem | 2013-05-08 04:26:19 +0200 (Wed, 08 May 2013) | 1 line [FIX][bp/r45874] Use same default expiration date in profiles as for normal article creation ---------------------------------------------- r45872 | jonnybradley | 2013-05-07 18:03:25 +0200 (Tue, 07 May 2013) | 1 line [FIX] elFinder: Apparently Tiki files can end up with no name or filename somehow, which upsets elFinder deeply, so provide 'Unnamed file' in this case. ---------------------------------------------- r45867 | jonnybradley | 2013-05-07 11:48:12 +0200 (Tue, 07 May 2013) | 1 line [FIX] share: Reduce errors from facebook when more than one share module on a page (sadly doesn't fully eliminate them) ---------------------------------------------- r45860 | jyhem | 2013-05-06 18:54:44 +0200 (Mon, 06 May 2013) | 1 line [FIX][bp/r45859] Actually show newest articles on top ---------------------------------------------- r45856 | jonnybradley | 2013-05-06 11:45:53 +0200 (Mon, 06 May 2013) | 1 line [FIX] inline editing: Report details of back-end (tracker) errors, and reduce delay from 5 to 1 second ---------------------------------------------- r45855 | jonnybradley | 2013-05-06 11:36:48 +0200 (Mon, 06 May 2013) | 1 line [FIX] tracker: Correction for r45854: $categorized_fields is used, but pointlessly so kept as an extra check ('type' = 'e' should be enough) ---------------------------------------------- r45854 | jonnybradley | 2013-05-06 11:28:23 +0200 (Mon, 06 May 2013) | 1 line [FIX] tracker: $categorized_fields is not unused, needed in tracker service functions ---------------------------------------------- r45853 | jonnybradley | 2013-05-06 11:27:12 +0200 (Mon, 06 May 2013) | 1 line [FIX] tracker: Fix for category when updating other fields (e.g. via inline edit), category fields get wiped out if not specified ---------------------------------------------- r45852 | jonnybradley | 2013-05-04 11:44:58 +0200 (Sat, 04 May 2013) | 1 line [FIX] tracker: Fix for category when parentId is empty or 0 (should return all or just roots instead of nothing) ---------------------------------------------- r45850 | marclaporte | 2013-05-03 01:44:25 +0200 (Fri, 03 May 2013) | 1 line Direct links to each search option, from the admin panel ---------------------------------------------- r45836 | marclaporte | 2013-05-02 05:22:42 +0200 (Thu, 02 May 2013) | 1 line Since the Jison Parser is only for programmers for now, removing from the admin panel. The problem is that end users tend to click everything to try stuff, but then, they report bugs and don't know they are Jison Parser bugs ---------------------------------------------- r45835 | marclaporte | 2013-05-02 04:41:41 +0200 (Thu, 02 May 2013) | 1 line Adding some translations to French ---------------------------------------------- r45834 | marclaporte | 2013-05-01 22:38:52 +0200 (Wed, 01 May 2013) | 1 line fix paths for infinitecarousel ---------------------------------------------- r45833 | marclaporte | 2013-05-01 22:15:46 +0200 (Wed, 01 May 2013) | 1 line Adding fullcalendar-resourceviews 1.5.3.4 to vendor_extra/fullcalendar-resourceviews for now to avoid any package issues. ---------------------------------------------- r45832 | marclaporte | 2013-05-01 21:32:48 +0200 (Wed, 01 May 2013) | 1 line Partial rollback of r45829. fullcalendar zip from Github is not the packaged version we need ---------------------------------------------- r45830 | jonnybradley | 2013-05-01 20:26:51 +0200 (Wed, 01 May 2013) | 1 line [FIX] tracker icons: Use file title as icon title attribute ---------------------------------------------- r45829 | marclaporte | 2013-05-01 19:51:58 +0200 (Wed, 01 May 2013) | 1 line Restore 2 Composer packages which were causing issues. ---------------------------------------------- r45826 | jonnybradley | 2013-05-01 19:09:50 +0200 (Wed, 01 May 2013) | 1 line [MOD] tracker icons: Trigger an event when the icon picker opens so custom actions can be applied (e.g. in CartoGraf) ---------------------------------------------- r45825 | jonnybradley | 2013-05-01 17:57:52 +0200 (Wed, 01 May 2013) | 1 line [FIX] elfinder: Translate volumes, gallery and file names (thanks marclaporte) ---------------------------------------------- r45823 | jonnybradley | 2013-05-01 17:13:25 +0200 (Wed, 01 May 2013) | 1 line [FIX] trackers: Hide trackers with adminOnlyViewEditItem set from non admin users in trackers list ---------------------------------------------- r45822 | jonnybradley | 2013-05-01 16:53:09 +0200 (Wed, 01 May 2013) | 3 lines [FIX] jison parser: Disable feature_jison_wiki_parser in the systemConfiguration, which switches it off and disables the prefs needed to turn it back on. This is to reduce support issues resulting from people trying it out by mistake and running into trouble. Can be overridden by just commenting the line out, or adding it to a tiki.ini file, for development (thanks marclaporte) ---------------------------------------------- r45821 | jonnybradley | 2013-05-01 16:25:34 +0200 (Wed, 01 May 2013) | 1 line [FIX] trackerlist: export link fix when no sefurl (and add missing service dialog) thanks marclaporte ---------------------------------------------- r45818 | jonnybradley | 2013-05-01 11:35:46 +0200 (Wed, 01 May 2013) | 1 line [FIX] trackers webservice: Use the field value for the request ---------------------------------------------- r45817 | jonnybradley | 2013-05-01 11:33:05 +0200 (Wed, 01 May 2013) | 1 line [FIX] rss: Better test for empty ---------------------------------------------- r45803 | marclaporte | 2013-04-30 16:28:45 +0200 (Tue, 30 Apr 2013) | 1 line Removing 2 Composer packages which are causing issues. We'll re-add when the issues are resolved ---------------------------------------------- r45802 | jonnybradley | 2013-04-30 00:22:54 +0200 (Tue, 30 Apr 2013) | 1 line [FIX] search/admin: Check for queue_count before auto-reloading the page when queue processing ---------------------------------------------- r45795 | jonnybradley | 2013-04-29 17:56:50 +0200 (Mon, 29 Apr 2013) | 1 line [FIX] elfinder: Use built in elFinder translations (thanks marclaporte) ---------------------------------------------- r45794 | jonnybradley | 2013-04-29 17:54:39 +0200 (Mon, 29 Apr 2013) | 1 line [FIX] i18n: Add language pref to jqueryTiki object, and move the loading of lang/$language/custom.js to before any in styles (so they can be translated) ---------------------------------------------- r45791 | marclaporte | 2013-04-29 17:08:38 +0200 (Mon, 29 Apr 2013) | 1 line update inline doc to use new php console.php goodness ---------------------------------------------- r45790 | lphuberdeau | 2013-04-29 15:55:52 +0200 (Mon, 29 Apr 2013) | 1 line [FIX] Change the compile ID instead of the compile directory for language changes, remove old hacks in fetch which is not used by all smarty internal calls anymore ---------------------------------------------- r45760 | lindonb | 2013-04-29 03:54:24 +0200 (Mon, 29 Apr 2013) | 2 lines [FIX] Bring back today focus and other various fixes for the various calendar views. ---------------------------------------------- r45759 | lindonb | 2013-04-29 03:49:27 +0200 (Mon, 29 Apr 2013) | 2 lines [FIX] Placement of events on weekmode calendar views was off; text and background color for color-coded calendars weren't consistently used. Other small fixes. Also, changes to bring back day focus in the various views - to be followed by related commits to template and css files. ---------------------------------------------- r45757 | lindonb | 2013-04-29 03:35:24 +0200 (Mon, 29 Apr 2013) | 2 lines [FIX] Rerun composer.lock ---------------------------------------------- r45756 | lindonb | 2013-04-29 03:29:29 +0200 (Mon, 29 Apr 2013) | 2 lines [FIX] Sync composer.lock with trunk. ---------------------------------------------- r45755 | lindonb | 2013-04-29 03:17:49 +0200 (Mon, 29 Apr 2013) | 1 line [FIX] Sync composer.json with trunk ---------------------------------------------- r45751 | marclaporte | 2013-04-28 22:59:54 +0200 (Sun, 28 Apr 2013) | 1 line Various improvements and documentation to Registration Passcode to block automated spammers. Used double-quotes instead of single quotes, which is better for translations ---------------------------------------------- r45748 | jonnybradley | 2013-04-28 21:51:41 +0200 (Sun, 28 Apr 2013) | 1 line [bp/r45744][FIX] error in 45350 (needed here too, sylvieg?) ---------------------------------------------- r45745 | marclaporte | 2013-04-28 20:41:53 +0200 (Sun, 28 Apr 2013) | 1 line Improve error message for Composer ---------------------------------------------- r45741 | jonnybradley | 2013-04-28 15:04:41 +0200 (Sun, 28 Apr 2013) | 3 lines [FIX] elFinder recommit: New option "startRoot" to select which volume the startPath resides in. Zero based index relating to the "roots" array. That volume should contain a legitimate "startPath" entry. [Fix now on github, still working on getting it fully upstreamed] ---------------------------------------------- r45738 | jonnybradley | 2013-04-27 17:54:58 +0200 (Sat, 27 Apr 2013) | 1 line [bp/r45737] [FIX] Some calls would include trailing slash, causing // paths ---------------------------------------------- r45736 | marclaporte | 2013-04-27 05:23:22 +0200 (Sat, 27 Apr 2013) | 1 line Revert r42936 as we will use the OpenLayers standard after all ---------------------------------------------- r45735 | luciash | 2013-04-27 05:09:30 +0200 (Sat, 27 Apr 2013) | 1 line [FIX] wrong place for translation of layer names ---------------------------------------------- r45734 | jonnybradley | 2013-04-27 00:17:05 +0200 (Sat, 27 Apr 2013) | 1 line [FIX] objectperms: Allow section collapse when list not initially collapsed ---------------------------------------------- r45733 | jonnybradley | 2013-04-27 00:11:16 +0200 (Sat, 27 Apr 2013) | 1 line [FIX] setup: Correct paths to jquery-migrate plugin for CDNs and use minified version ---------------------------------------------- r45732 | jonnybradley | 2013-04-27 00:07:07 +0200 (Sat, 27 Apr 2013) | 1 line Add minified jquery migrate plugin to composer ---------------------------------------------- r45730 | changi67 | 2013-04-26 21:51:34 +0200 (Fri, 26 Apr 2013) | 2 lines [FIX] need some use due to composer [FIX] Wrong class name ---------------------------------------------- r45728 | changi67 | 2013-04-26 21:12:04 +0200 (Fri, 26 Apr 2013) | 1 line [FIX] Removed references to PHPUnit_Extensions_OutputTestCase as it has been merged into PHPUnit_Framework_TestCase ---------------------------------------------- r45726 | jonnybradley | 2013-04-26 20:59:39 +0200 (Fri, 26 Apr 2013) | 2 lines [FIX] wysiwyg: Fixes for html mode - using the new "Advanced Content Filter" (actually disabling it) as that's what was causing the plugins to disappear. Also tidy up conflict between which dataProcessor.toDataFormat to use (tikiplugin or tikiwiki) and a couple of other fixes. ---------------------------------------------- r45725 | jonnybradley | 2013-04-26 20:56:43 +0200 (Fri, 26 Apr 2013) | 1 line [FIX] wysiwyg: Add iframe to the list of plugins not to parse for wysiwyg ---------------------------------------------- r45723 | changi67 | 2013-04-26 19:31:12 +0200 (Fri, 26 Apr 2013) | 1 line no changes phpcs styling - see http://qa.tiki.org ---------------------------------------------- r45721 | jonnybradley | 2013-04-26 18:45:29 +0200 (Fri, 26 Apr 2013) | 6 lines [FIX] wysiwyg: Extensive re-workings for ckeditor4 after the removal of ckeditor3, including: * Not using ckeditor's dataProcessor.toHtml and toDataFormat functions as these now seem to eat our plugins (commented out as we should fix this) * Using html5 data attributes to store plugin info * Better detection of html/wiki modes * Better selection and protection of plugins * Tested (mildly) on Firefox, Safari and IE8 ---------------------------------------------- r45716 | jonnybradley | 2013-04-25 22:11:09 +0200 (Thu, 25 Apr 2013) | 1 line update ckeditor to 4.1.1 (requires kama skin update too) ---------------------------------------------- r45715 | jonnybradley | 2013-04-25 21:38:15 +0200 (Thu, 25 Apr 2013) | 1 line update ckeditor to 4.1.1 ---------------------------------------------- r45713 | lindonb | 2013-04-25 05:55:01 +0200 (Thu, 25 Apr 2013) | 1 line [FIX] Load CSS files needed for specific modules (so far just calendar modules) as loading from module php or template files doesn't work since r44022. By placing in tiki-modules, CSS won't be loaded unless module is assigned, although will still be loaded even if module doesn't show due to permissions. ---------------------------------------------- r45711 | jonnybradley | 2013-04-24 22:53:17 +0200 (Wed, 24 Apr 2013) | 1 line [FIX] objectperms: Fix collapse/expand on treetable for perms admin, plus some general code modernisation (could do with more one day) ---------------------------------------------- r45710 | jonnybradley | 2013-04-24 21:26:29 +0200 (Wed, 24 Apr 2013) | 1 line [FIX] various notices ---------------------------------------------- r45708 | jonnybradley | 2013-04-24 00:31:31 +0200 (Wed, 24 Apr 2013) | 1 line [FIX] images: suppress errors on image size functions in gd ---------------------------------------------- r45707 | jonnybradley | 2013-04-24 00:30:50 +0200 (Wed, 24 Apr 2013) | 1 line [FIX] elfinder: Get remote images for the elFinder cache so it can make thumbnails etc ---------------------------------------------- r45706 | jonnybradley | 2013-04-23 23:50:19 +0200 (Tue, 23 Apr 2013) | 1 line [FIX] trackers: Add removal of child items in tracker/remove_item service to match clone_item (which clones child items) ---------------------------------------------- r45705 | jonnybradley | 2013-04-23 23:48:28 +0200 (Tue, 23 Apr 2013) | 1 line [FIX] trackers: getItemId is not a method of Tracker_Item, so use the itemId in it's info ---------------------------------------------- r45703 | yonixxx | 2013-04-23 22:00:23 +0200 (Tue, 23 Apr 2013) | 1 line [BRA]Link changed to the new branches 11.x ---------------------------------------------- r45702 | yonixxx | 2013-04-23 21:17:46 +0200 (Tue, 23 Apr 2013) | 1 line [BRANCH] Creation, branches/11.x 0 to 45701 ---------------------------------------------- r45701 | jonnybradley | 2013-04-23 18:48:36 +0200 (Tue, 23 Apr 2013) | 1 line [ENH] filegals: Add prefs for default max image width and height for new galleries ---------------------------------------------- r45700 | jonnybradley | 2013-04-23 17:57:02 +0200 (Tue, 23 Apr 2013) | 1 line [ENH] trackers: Add new param to Icons field to allow more icons per page, 24 not enough - default to 120 ---------------------------------------------- r45699 | jonnybradley | 2013-04-23 17:31:52 +0200 (Tue, 23 Apr 2013) | 1 line [FIX] jquery: jquery-ui 1.10 required us to remove the dialog div after destroying it - so dull... ---------------------------------------------- r45698 | jonnybradley | 2013-04-23 15:28:54 +0200 (Tue, 23 Apr 2013) | 1 line [FIX] setup: Avoid fatal errors ---------------------------------------------- r45697 | jonnybradley | 2013-04-23 15:24:06 +0200 (Tue, 23 Apr 2013) | 1 line [FIX] img: Don't add <br> tags after images to position the "draw" icons (as seen https://tiki.org/TikiFestMontreal-Ottawa11#Photos if logged in) ---------------------------------------------- r45696 | luciash | 2013-04-23 07:40:56 +0200 (Tue, 23 Apr 2013) | 1 line [FIX] Composer: added Chosen to composer - forgot to commit the lock file, sorry and thanks jonnyb ---------------------------------------------- r45695 | luciash | 2013-04-23 06:18:49 +0200 (Tue, 23 Apr 2013) | 1 line [NEW] Composer: added Chosen to composer - see http://harvesthq.github.io/chosen/ for more info, integration coming soon ---------------------------------------------- r45694 | omstefanov | 2013-04-23 00:11:28 +0200 (Tue, 23 Apr 2013) | 1 line [FIX] Page Forward and back on List of Group Members, if group consists of more members that fit on a single screen (default=25), now works, staying on 3rd tab, rather than switching to 2nd tab. ---------------------------------------------- r45676 | dabright | 2013-04-22 19:31:40 +0200 (Mon, 22 Apr 2013) | 2 lines [FIX] If the target of the user link is the logged-in user, then display the link regardless of the user_information preference value. There is no security risk in displaying the user's own user link. ---------------------------------------------- r45675 | chibaguy | 2013-04-22 18:04:23 +0200 (Mon, 22 Apr 2013) | 1 line [FIX] Comments link (when .articletrailer had text:align-right) displayed under action icons (overlapped). ---------------------------------------------- r45674 | chibaguy | 2013-04-22 17:53:40 +0200 (Mon, 22 Apr 2013) | 1 line [FIX] Correct box title color when it is a link (make uniform with other box titles). ---------------------------------------------- r45673 | chibaguy | 2013-04-22 17:40:50 +0200 (Mon, 22 Apr 2013) | 1 line [FIX] remark box title left and top borders were missing. ---------------------------------------------- r45672 | chibaguy | 2013-04-22 17:31:35 +0200 (Mon, 22 Apr 2013) | 1 line [FIX] Padding on #header caused it to be wider than middle. Margin on #header > .content used instead. ---------------------------------------------- r45671 | jonnybradley | 2013-04-22 01:30:14 +0200 (Mon, 22 Apr 2013) | 1 line [FIX] utopias: Change siteloginbar from id to class - replace image on attainable with gradient, a few other minor improvements... ---------------------------------------------- r45670 | lphuberdeau | 2013-04-22 01:15:39 +0200 (Mon, 22 Apr 2013) | 1 line [FIX]?\194?\160Term boosting would not apply on search phrases ---------------------------------------------- r45669 | lphuberdeau | 2013-04-22 01:06:30 +0200 (Mon, 22 Apr 2013) | 1 line [FIX] Padding search terms with byte order marks in the lucene query building ---------------------------------------------- r45664 | jonnybradley | 2013-04-21 23:31:43 +0200 (Sun, 21 Apr 2013) | 1 line [NEW] Utopias theme & options for Tiki 11 (& 12 ;) ---------------------------------------------- r45663 | lphuberdeau | 2013-04-21 23:01:06 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Specify the file permissions when building the lucene index and disable optimization for the preference search ---------------------------------------------- r45662 | lphuberdeau | 2013-04-21 22:56:31 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Incomplete file check would confuse ole.php and console.php, preventing to index sheets from the command line ---------------------------------------------- r45661 | lphuberdeau | 2013-04-21 22:15:35 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Hebrew (and likely generally improved utf-8 support) for unified search ---------------------------------------------- r45660 | jonnybradley | 2013-04-21 21:58:20 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] composer: Typo (oops) ---------------------------------------------- r45659 | lphuberdeau | 2013-04-21 21:42:00 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Name conflict of the preference index rebuild with the unified search rebuild, causing the content re-index to be much longer than needed ---------------------------------------------- r45658 | lphuberdeau | 2013-04-21 20:55:30 +0200 (Sun, 21 Apr 2013) | 1 line [FIX]?\194?\160Rename half performed ---------------------------------------------- r45657 | yonixxx | 2013-04-21 20:51:44 +0200 (Sun, 21 Apr 2013) | 1 line [ENH] removing unused files from the theme ---------------------------------------------- r45656 | yonixxx | 2013-04-21 20:39:50 +0200 (Sun, 21 Apr 2013) | 1 line [THE]Greenvalley theme 100% working rtl and ltr theme ---------------------------------------------- r45655 | lphuberdeau | 2013-04-21 20:30:53 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Clean-up implementation for textranges and dateranges ---------------------------------------------- r45654 | kstingel | 2013-04-21 19:53:32 +0200 (Sun, 21 Apr 2013) | 1 line [REF] edit to page level docBlock, modified Package assignment and added description ---------------------------------------------- r45653 | lphuberdeau | 2013-04-21 19:51:01 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Re-do the OR query grouping for custom search by introducing subqueries ---------------------------------------------- r45652 | jonnybradley | 2013-04-21 18:50:45 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] composer: Restore missing nestedsortable plugin (lost in a storm somewhere), also missing changes in composer.lock from jquery lib move ---------------------------------------------- r45651 | jonnybradley | 2013-04-21 18:49:17 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] composer: Remove mysterious include of non-existent js file form toolbarslib ---------------------------------------------- r45650 | jonnybradley | 2013-04-21 18:46:32 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] customsearch: Half finished fix for cs groups - text and date ranges working ok, OR groups still TODO (LP?) ---------------------------------------------- r45649 | luciash | 2013-04-21 18:46:07 +0200 (Sun, 21 Apr 2013) | 1 line [NEW] Bootstrap 3 preps: first step towards Bootstrap Themes transition - btn class for the button Smarty function ---------------------------------------------- r45648 | lindonb | 2013-04-21 18:10:32 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] composer: Strip out unnecessary tablesorter files ---------------------------------------------- r45647 | jonnybradley | 2013-04-21 17:57:26 +0200 (Sun, 21 Apr 2013) | 2 lines [MOD] Move jquery to composer Also update jquery/README.md to show everything is up to date before it is deleted (for the record) ---------------------------------------------- r45646 | jonnybradley | 2013-04-21 17:52:37 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] css typo ---------------------------------------------- r45645 | jonnybradley | 2013-04-21 17:33:00 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Move migrate to composer (hurrah! Last of the jquery plugins) ---------------------------------------------- r45644 | lphuberdeau | 2013-04-21 17:28:40 +0200 (Sun, 21 Apr 2013) | 1 line [FIX]?\194?\160Remove the controller-only pattern that is not really used and make sure when the sefurl for page matches the tiki-controller-action pattern, the page is rejected ---------------------------------------------- r45641 | jyhem | 2013-04-21 16:41:36 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Display article type attributes in predictable order ---------------------------------------------- r45640 | jonnybradley | 2013-04-21 15:31:35 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Move sparkline to composer ---------------------------------------------- r45639 | chibaguy | 2013-04-21 05:07:46 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Some themes are missing these calendar module layout styles. Thanks, Lindon. ---------------------------------------------- r45637 | jonnybradley | 2013-04-21 02:33:19 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Move md5 to composer ---------------------------------------------- r45636 | jonnybradley | 2013-04-21 02:28:34 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Move pxem to composer ---------------------------------------------- r45635 | jonnybradley | 2013-04-21 02:19:50 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Move jquery.media to composer ---------------------------------------------- r45634 | jonnybradley | 2013-04-21 02:10:58 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Move jquery.form to composer ---------------------------------------------- r45633 | jonnybradley | 2013-04-21 01:39:14 +0200 (Sun, 21 Apr 2013) | 1 line [MOD] Move async to composer ---------------------------------------------- r45631 | jonnybradley | 2013-04-21 01:24:16 +0200 (Sun, 21 Apr 2013) | 2 lines [MOD] Move treetable to composer NB: The "tree" behaviour of this object is currently not working (as seen in tiki-objectpermissions.php only), but JS errors have now been eliminated and previous functionality will be restored in the next day or two... ---------------------------------------------- r45629 | lphuberdeau | 2013-04-21 00:45:17 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] If the directory is not readable, abort ---------------------------------------------- r45628 | lphuberdeau | 2013-04-21 00:41:58 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] When a file in the directory cannot be deleted, the folder cannot be ---------------------------------------------- r45627 | lphuberdeau | 2013-04-21 00:31:08 +0200 (Sun, 21 Apr 2013) | 1 line [FIX] Make sure the files are writable before deleting them, and cleaning up a few more useless large directories ---------------------------------------------- r45626 | lphuberdeau | 2013-04-20 23:07:59 +0200 (Sat, 20 Apr 2013) | 1 line [ENH] Refactoring the recent dynamic configuration code for BBB ---------------------------------------------- r45625 | luciash | 2013-04-20 22:43:43 +0200 (Sat, 20 Apr 2013) | 1 line [FIX] colorbox: title: true does not make sense here ( fixes http://dev.tiki.org/item4434 ) ---------------------------------------------- r45624 | jonnybradley | 2013-04-20 22:01:48 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] Move tablesorter to composer ---------------------------------------------- r45623 | jonnybradley | 2013-04-20 21:43:44 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] Move superfish to composer ---------------------------------------------- r45622 | jonnybradley | 2013-04-20 21:25:53 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] Move reflection-jquery to composer ---------------------------------------------- r45621 | nkoth | 2013-04-20 19:35:29 +0200 (Sat, 20 Apr 2013) | 1 line [ENH] Provide option to not send newsletter if article clipping results in no items tks Nelson ---------------------------------------------- r45620 | jonnybradley | 2013-04-20 19:24:25 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] Move jquery-json to composer ---------------------------------------------- r45619 | jonnybradley | 2013-04-20 18:48:09 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] Move jquery-validate to composer ---------------------------------------------- r45618 | nkoth | 2013-04-20 18:45:43 +0200 (Sat, 20 Apr 2013) | 1 line [DOC] document purpose fo style from prev commit ---------------------------------------------- r45616 | lphuberdeau | 2013-04-20 16:17:41 +0200 (Sat, 20 Apr 2013) | 1 line [FIX]?\194?\160(attempt) not populated in pretty tracker registration ---------------------------------------------- r45615 | jonnybradley | 2013-04-20 00:23:01 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] Move galleriffic to composer ---------------------------------------------- r45614 | jonnybradley | 2013-04-20 00:22:17 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] galleriffic: Replace .content with .gcontent in our copy of galleriffic css ---------------------------------------------- r45613 | jonnybradley | 2013-04-20 00:20:19 +0200 (Sat, 20 Apr 2013) | 1 line [MOD] galleriffic: Add copy of galleriffic css as we need to modify it slightly ---------------------------------------------- r45612 | lphuberdeau | 2013-04-20 00:12:28 +0200 (Sat, 20 Apr 2013) | 1 line [MOD]?\194?\160Adding experimental support for BBB dynamic configuration ---------------------------------------------- r45611 | jonnybradley | 2013-04-20 00:11:01 +0200 (Sat, 20 Apr 2013) | 1 line [FIX] modules: Don't add empty string as an additional module zone ---------------------------------------------- r45610 | jonnybradley | 2013-04-19 23:44:53 +0200 (Fri, 19 Apr 2013) | 1 line [MOD] Move jtrack to composer ---------------------------------------------- r45609 | jonnybradley | 2013-04-19 23:37:44 +0200 (Fri, 19 Apr 2013) | 1 line [MOD] Move photoswipe to composer ---------------------------------------------- r45608 | jonnybradley | 2013-04-19 23:06:02 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] mobile: Update mobile tpls and add mobile handling for modulelist, plus some other small fixes ---------------------------------------------- r45607 | jonnybradley | 2013-04-19 23:04:06 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] filegals: Check for tooltip pref in js ---------------------------------------------- r45606 | jonnybradley | 2013-04-19 21:44:00 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] login: Check for tooltip pref ---------------------------------------------- r45605 | jonnybradley | 2013-04-19 21:32:24 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] editing: Restore confirm exit check for wiki and wysiwyg (been away a while). Tested (working) on Fx and webkit only so far... ---------------------------------------------- r45604 | jonnybradley | 2013-04-19 18:03:09 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] wysiwyg: Use our custom config (should fix incorrect toolbars, css, rtl, etc) ---------------------------------------------- r45603 | jonnybradley | 2013-04-19 18:01:37 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] composer: Commit lock file with info about infinitecarousel (and convert some spaces to tabs) ---------------------------------------------- r45600 | lphuberdeau | 2013-04-19 17:48:42 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] When the default locale is german, and possibly others, the generated lucene query was invalid. (seen on windows) ---------------------------------------------- r45599 | jonnybradley | 2013-04-19 17:25:12 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] carousel: Missing dir in image path ---------------------------------------------- r45598 | nkoth | 2013-04-19 08:38:21 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] Translation "Manage Translation" via globe was not working before ---------------------------------------------- r45597 | nkoth | 2013-04-19 07:17:31 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] Prevent error when trying to translate a page via globe icon when no language is set ---------------------------------------------- r45596 | nkoth | 2013-04-19 07:16:19 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] Prevent missing dependency error on translation page ---------------------------------------------- r45595 | omstefanov | 2013-04-19 05:23:35 +0200 (Fri, 19 Apr 2013) | 1 line [MOD] Move infinitecarousel to Composer. ---------------------------------------------- r45591 | lphuberdeau | 2013-04-19 02:44:42 +0200 (Fri, 19 Apr 2013) | 1 line [MOD] Moving jquery mobile to composer ---------------------------------------------- r45590 | marclaporte | 2013-04-19 00:47:39 +0200 (Fri, 19 Apr 2013) | 1 line fix a path following change to Composer. ---------------------------------------------- r45589 | lphuberdeau | 2013-04-19 00:47:37 +0200 (Fri, 19 Apr 2013) | 1 line [FIX]?\194?\160Reload the style paths once the style has been fully determined ---------------------------------------------- r45587 | marclaporte | 2013-04-19 00:40:35 +0200 (Fri, 19 Apr 2013) | 1 line removing redundant dirs ---------------------------------------------- r45586 | jonnybradley | 2013-04-19 00:11:56 +0200 (Fri, 19 Apr 2013) | 1 line [FIX] elfinder: Interface to _save function had changed in latest elFinder - minor correction for that ---------------------------------------------- r45585 | jonnybradley | 2013-04-19 00:10:40 +0200 (Fri, 19 Apr 2013) | 1 line [MOD] Moving elfinder to vendor_extra (latest pre-build zip is too old, and current dev branch on github (https://github.com/Studio-42/elFinder) requires other build processes, so using latest nightly build from https://github.com/nao-pon/elFinder-nightly) ---------------------------------------------- r45584 | marclaporte | 2013-04-18 23:57:41 +0200 (Thu, 18 Apr 2013) | 1 line Moving jQuery.s5 from SVN externals to Composer ---------------------------------------------- r45583 | lphuberdeau | 2013-04-18 23:20:37 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] jQuery UI dialog is z-index 100, surely menus need to be below that ---------------------------------------------- r45582 | lphuberdeau | 2013-04-18 23:16:26 +0200 (Thu, 18 Apr 2013) | 1 line [ENH] Performance enhancement by keeping a single cache copy of the plugin editor help for all instances rather than one per area-id, which can be dynamically generated (cuts off around 30% of page execution and saves loads of disk space) ---------------------------------------------- r45580 | omstefanov | 2013-04-18 22:52:51 +0200 (Thu, 18 Apr 2013) | 1 line [MOD] Move minicart to Composer. ---------------------------------------------- r45579 | omstefanov | 2013-04-18 22:30:43 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Fivealive: Remove unnecessary zindex to prevent LOGOUT button appearing on top of other windows, e.g. minicart. ---------------------------------------------- r45577 | lphuberdeau | 2013-04-18 20:17:12 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Encoding in module parameter lists ---------------------------------------------- r45576 | lphuberdeau | 2013-04-18 18:14:08 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] More broken sefurl redirection ---------------------------------------------- r45575 | lphuberdeau | 2013-04-18 17:51:49 +0200 (Thu, 18 Apr 2013) | 1 line [FIX]?\194?\160Old paths hardcoded. Looks like those were not real externals. Now managed through autoloading ---------------------------------------------- r45574 | lphuberdeau | 2013-04-18 17:26:47 +0200 (Thu, 18 Apr 2013) | 1 line [MOD]?\194?\160Removing the pear external and moving it to vendor_extra, too hard to manage using composer/pear ---------------------------------------------- r45573 | lphuberdeau | 2013-04-18 17:04:20 +0200 (Thu, 18 Apr 2013) | 1 line [MOD]?\194?\160Moving some of the used to be externals to vendor_extra to preserve a good separation and avoid svn conflicts ---------------------------------------------- r45570 | nkoth | 2013-04-18 07:27:38 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Toolbars unexpected behavior - some icons disappeared ---------------------------------------------- r45569 | omstefanov | 2013-04-18 06:15:02 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Modules: On Asssign module, Assign button now fixed to return to tab 1, instead of (incorrect) tab 2. ---------------------------------------------- r45567 | chibaguy | 2013-04-18 05:59:41 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] W3C validator errors. ---------------------------------------------- r45565 | marclaporte | 2013-04-18 05:42:50 +0200 (Thu, 18 Apr 2013) | 1 line Moving jCapture-applet from SVN externals to Composer ---------------------------------------------- r45564 | lphuberdeau | 2013-04-18 04:57:52 +0200 (Thu, 18 Apr 2013) | 1 line [NEW] Profile install and forget commands, and improvements to empty/missing profile detection ---------------------------------------------- r45563 | chibaguy | 2013-04-18 04:38:43 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Too many borders on highlighted buttons. Thanks, Bernard. ---------------------------------------------- r45561 | jonnybradley | 2013-04-18 04:18:50 +0200 (Thu, 18 Apr 2013) | 2 lines [FIX] brosho: Workaround for the hard-coded, and malfunctioning, auto-init in jquery.brosho.js (missing file error only happens when you click the link now, and it does say it's experimental!) ---------------------------------------------- r45559 | lphuberdeau | 2013-04-18 04:04:55 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Removing some extra, unrequired, parameters for links generated through tracker links ---------------------------------------------- r45558 | lphuberdeau | 2013-04-18 03:44:53 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Appropriate permission checks not to propose adding comments if not allowed ---------------------------------------------- r45557 | lphuberdeau | 2013-04-18 03:34:07 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] When sefurl is enabled, article creation would redirect to an error page due to bad filtering rules ---------------------------------------------- r45556 | jonnybradley | 2013-04-18 03:18:52 +0200 (Thu, 18 Apr 2013) | 1 line [MOD] Moving colorpicker to composer ---------------------------------------------- r45555 | jonnybradley | 2013-04-18 03:06:08 +0200 (Thu, 18 Apr 2013) | 2 lines [FIX] themegen: Replace jquery.color.js toHEX function with a local getHex as jquery.color.js is no longer compatible with jquery 1.9 Remove jquery.color.js from third_party - updated version can be added back if/when themegen development restarts ---------------------------------------------- r45554 | marclaporte | 2013-04-18 02:35:40 +0200 (Thu, 18 Apr 2013) | 1 line Moving Simile_Timeline from SVN externals to Composer ---------------------------------------------- r45553 | jonnybradley | 2013-04-18 02:33:13 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] colorbox: correct default for new pref (thanks LP) ---------------------------------------------- r45552 | lphuberdeau | 2013-04-18 01:51:21 +0200 (Thu, 18 Apr 2013) | 1 line [ENH] Additional cleanup of extra bundled jquery ---------------------------------------------- r45551 | lphuberdeau | 2013-04-18 01:46:44 +0200 (Thu, 18 Apr 2013) | 1 line [FIX] Preventing error when the value of the select box contains special characters ---------------------------------------------- r45550 | marclaporte | 2013-04-18 01:46:41 +0200 (Thu, 18 Apr 2013) | 1 line Adding mobileesp (latest which is dated April 23, 2012) directly to avoid having an SVN external. I tried to use Composer but the file wasn't easily accessible. Since it's just one file, just putting here. ---------------------------------------------- r45549 | marclaporte | 2013-04-18 01:23:46 +0200 (Thu, 18 Apr 2013) | 1 line Remove MobileESP from the externals. I will add manually in next commit. ---------------------------------------------- r45548 | marclaporte | 2013-04-18 01:09:49 +0200 (Thu, 18 Apr 2013) | 1 line Adding PclZip 2.8.2 directly to avoid having an SVN external. I tried to use Composer but the zip file wasn't easily accessible. Since it's just one file, just putting here. ---------------------------------------------- r45547 | jonnybradley | 2013-04-18 01:06:15 +0200 (Thu, 18 Apr 2013) | 1 line [ENH] Expose other colorbox "themes" (instead of deleting them - number four is rather nice) ---------------------------------------------- r45546 | lphuberdeau | 2013-04-18 00:49:43 +0200 (Thu, 18 Apr 2013) | 1 line [MOD] Moving fullcalendar (resourceview) to composer and fixing for jquery 1.9+ ---------------------------------------------- r45545 | jonnybradley | 2013-04-18 00:48:09 +0200 (Thu, 18 Apr 2013) | 1 line [MOD] Moving colorbox to composer ---------------------------------------------- r45544 | marclaporte | 2013-04-18 00:47:54 +0200 (Thu, 18 Apr 2013) | 1 line Remove PCLZip from the externals. I will add manually in next commit ---------------------------------------------- r45543 | jonnybradley | 2013-04-18 00:17:14 +0200 (Thu, 18 Apr 2013) | 1 line [MOD] Moving cluetip to composer ---------------------------------------------- r45542 | jonnybradley | 2013-04-17 23:39:35 +0200 (Wed, 17 Apr 2013) | 1 line [MOD] Moving brosho to composer ---------------------------------------------- r45541 | jonnybradley | 2013-04-17 22:27:30 +0200 (Wed, 17 Apr 2013) | 1 line [MOD] Moving anythingslider to composer ---------------------------------------------- r45540 | lphuberdeau | 2013-04-17 20:23:36 +0200 (Wed, 17 Apr 2013) | 1 line [FIX] Reset preference to default broke by jquery update, rewrote all of it ---------------------------------------------- r45537 | nkoth | 2013-04-17 07:41:03 +0200 (Wed, 17 Apr 2013) | 2 lines [FIX] Country selector showing the flag if set in search results in encoded format which is unreadable ---------------------------------------------- r45536 | nkoth | 2013-04-17 07:33:22 +0200 (Wed, 17 Apr 2013) | 2 lines [FIX][MOD] Items link field text value and remote field value should be sortable ---------------------------------------------- r45535 | nkoth | 2013-04-17 07:30:08 +0200 (Wed, 17 Apr 2013) | 2 lines [FIX][MOD] Tracker Items List field text content should be sortable ---------------------------------------------- r45534 | nkoth | 2013-04-17 07:27:34 +0200 (Wed, 17 Apr 2013) | 2 lines [FIX][ROLLBACK] Rollback r44785 because performance enhancement leads to unmpredictable weird results ---------------------------------------------- r45530 | lphuberdeau | 2013-04-16 21:30:44 +0200 (Tue, 16 Apr 2013) | 1 line [ENH] Stripping out more doc/demo/test folders ---------------------------------------------- r45529 | lphuberdeau | 2013-04-16 21:13:40 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Moving svg-edit to composer ---------------------------------------------- r45528 | lphuberdeau | 2013-04-16 20:54:14 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Moving html5shim to composer, which has been renamed to html5shiv since ---------------------------------------------- r45526 | lphuberdeau | 2013-04-16 20:38:48 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Moving rangy to composer ---------------------------------------------- r45524 | lphuberdeau | 2013-04-16 20:24:28 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Moving codemirror to composer (we have 2.25 apparently, 2.38 and 3.11 is out) ---------------------------------------------- r45522 | lphuberdeau | 2013-04-16 20:13:30 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Moving jquery sheet to composer ---------------------------------------------- r45521 | lphuberdeau | 2013-04-16 19:58:17 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Moving ckeditor to composer, jquery adapter not present anymore, seems to work without it ---------------------------------------------- r45520 | jonnybradley | 2013-04-16 19:53:36 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] trackers: Store streetview "files" in the correct gallery (if it's a user gallery), clone the attribute for remote/streetview files too - and refactor check_user_file_gallery code into filegallib. ---------------------------------------------- r45519 | lphuberdeau | 2013-04-16 19:25:44 +0200 (Tue, 16 Apr 2013) | 1 line [KIL] Removing ckeditor3, which is not used anymore ---------------------------------------------- r45517 | lphuberdeau | 2013-04-16 18:17:41 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Adding stemming support for elasticsearch (tons of options, but the current ones seem to be close to what was in lucene) ---------------------------------------------- r45516 | jonnybradley | 2013-04-16 18:11:34 +0200 (Tue, 16 Apr 2013) | 1 line [ENH] maps: Add sort mode to map plugin searchlayer to allow ordering of different elements, e.g. by tracker id to show POI's on top of zones. ---------------------------------------------- r45514 | lphuberdeau | 2013-04-16 17:23:16 +0200 (Tue, 16 Apr 2013) | 1 line [MOD] Including an expression for initial matching, and rewriting it as a range inside lucene (old behavior) ---------------------------------------------- r45513 | jonnybradley | 2013-04-16 17:17:08 +0200 (Tue, 16 Apr 2013) | 1 line [ENH] userfiles: New pref to allow storage of a user's drawings in their own user filegal (requires feature_draw_separate_base_image) ---------------------------------------------- r45512 | jonnybradley | 2013-04-16 16:57:01 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] prefs: Missing dependencies ---------------------------------------------- r45511 | jonnybradley | 2013-04-16 15:23:04 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] trackers: img plugin perms check was only for global tracker item perms, so not checking if writerCanModify on the tracker (fixed by checking in the field handler) ---------------------------------------------- r45510 | jonnybradley | 2013-04-16 06:35:17 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] trackers: Use new fileIds data when cloning Files fields ---------------------------------------------- r45509 | jonnybradley | 2013-04-16 06:12:02 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] jquery: Replace missing spinner for autocomplete ---------------------------------------------- r45507 | chibaguy | 2013-04-16 05:50:04 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] Improve top_modules login link background color. ---------------------------------------------- r45505 | jonnybradley | 2013-04-16 05:10:25 +0200 (Tue, 16 Apr 2013) | 1 line [ENH] userfiles: Add new pref "userfiles_hidden" so galleries don't appear in userfiles gallery lists, but the files can be viewed (depending on global perms) ---------------------------------------------- r45503 | jonnybradley | 2013-04-16 04:05:58 +0200 (Tue, 16 Apr 2013) | 2 lines [FIX] filegals: Show prefs for userfiles private and quota an obey quota. Also hide fields in gallery edit that non-admins cannot change (like quota etc) Missing files... ---------------------------------------------- r45502 | jonnybradley | 2013-04-16 03:07:16 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] filegals: Show prefs for userfiles private and quota an obey quota. Also hide fields in gallery edit that non-admins cannot change (like quota etc) ---------------------------------------------- r45501 | jonnybradley | 2013-04-16 01:04:33 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] filegals: Incorrect field names for filesize and filetype in new duplicate_file function ---------------------------------------------- r45500 | jonnybradley | 2013-04-16 00:54:51 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] elfinder: Files with no 'name" were causing problems, so use filename instead ---------------------------------------------- r45499 | jonnybradley | 2013-04-16 00:21:46 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] elfinder: The File Controller needs setUp to be run specifically as it's not a constructor. ---------------------------------------------- r45498 | jonnybradley | 2013-04-16 00:19:51 +0200 (Tue, 16 Apr 2013) | 1 line [FIX] filegals: prefs for some system gallery roots have become out of sync somehow historically - this attempts to repair them ---------------------------------------------- r45497 | jonnybradley | 2013-04-15 23:17:25 +0200 (Mon, 15 Apr 2013) | 1 line [ENH] trackers: Add option for Files fields to duplicate their files into another gallery when the item is cloned (using Tracker service clone_item only so far) ---------------------------------------------- r45496 | jonnybradley | 2013-04-15 23:12:05 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] trackers: Sometimes the field values are in the itemData, so return them in getValue() ---------------------------------------------- r45495 | jonnybradley | 2013-04-15 20:35:16 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] filegals: Correct filegal path (was always coming up as 'User File Galleries) ---------------------------------------------- r45494 | jonnybradley | 2013-04-15 19:37:41 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] jquery: Restore lost jquery-ui-selectmenu and update to latest master from github (marked as version 1.4.0pre but composer needs a "real" version number so added as 1.3.999 for now) ---------------------------------------------- r45493 | jonnybradley | 2013-04-15 19:06:10 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] jquery: Remove unused $.cookie plugin js file include (that function is also included in lib/jquery/plugins/cluetip/lib/themeswitchertool.js if anyone needs it) ---------------------------------------------- r45492 | jonnybradley | 2013-04-15 19:03:10 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] jquery: Reattach ui theme images to css (base theme is gone, smoothness is the same apparently - http://blog.jqueryui.com/2013/03/jquery-ui-1-10-2/ ) ---------------------------------------------- r45491 | chibaguy | 2013-04-15 18:46:24 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] No border and background meant for horizontal search display (topbar, etc.) was also being applied to vertical search box (right or left column). ---------------------------------------------- r45490 | jonnybradley | 2013-04-15 18:42:34 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] jquery: Remove code trying to ignore "feature_jquery_ui" not being enabled (paths broken and would fail badly in mobile anyway), and reinforce check for toolbars admin requiring jquery-ui ---------------------------------------------- r45489 | jonnybradley | 2013-04-15 18:19:52 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] update phpcas to 1.3.2 (thanks marclaporte) ---------------------------------------------- r45488 | jonnybradley | 2013-04-15 18:12:30 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] jquery: Add jquery-timepicker-addon to composer (lost in recent jquery-ui changes) ---------------------------------------------- r45487 | jonnybradley | 2013-04-15 01:16:32 +0200 (Mon, 15 Apr 2013) | 1 line [ENH] kaltura: Add html5 player (part 1, more params and tuning to come) ---------------------------------------------- r45485 | lphuberdeau | 2013-04-15 01:14:53 +0200 (Mon, 15 Apr 2013) | 1 line [MOD]?\194?\160Getting jquery-ui and themes to be downloaded through composer, and also adding a clean-up procedure after composer runs to remove large unused directories such as tests and documentation (currently shrinking from 100M+ to around 60M, even though jquery was added ---------------------------------------------- r45484 | lphuberdeau | 2013-04-15 00:03:00 +0200 (Mon, 15 Apr 2013) | 1 line [FIX] Encoding issue on nextdoc ---------------------------------------------- r45483 | lphuberdeau | 2013-04-14 22:28:56 +0200 (Sun, 14 Apr 2013) | 1 line [FIX] Disable the galleriffic keyboard events which conflict with other components in the UI ---------------------------------------------- r45482 | chibaguy | 2013-04-14 21:23:29 +0200 (Sun, 14 Apr 2013) | 1 line [FIX] Text no-wrap meant for horizontal search display (topbar, etc.) was also being applied to vertical search box (right or left column). Thanks, Olaf-Michael. ---------------------------------------------- r45481 | jonnybradley | 2013-04-14 16:56:35 +0200 (Sun, 14 Apr 2013) | 1 line [FIX] Revert previous attempt to suppress errors in svnup as that should be done "outside" the script (i.e. by adding " > /dev/null 2>&1" to the end of the cron command) rather than inside this script. Thanks Jyhem for shell guidance :) ---------------------------------------------- r45480 | chibaguy | 2013-04-14 01:03:06 +0200 (Sun, 14 Apr 2013) | 1 line [FIX] 5px cssmenu arrow top spacing doesn't work because theme font size varies, so there's no point in overriding cssmenus.css. ---------------------------------------------- r45479 | chibaguy | 2013-04-14 00:41:36 +0200 (Sun, 14 Apr 2013) | 1 line [FIX] Center and right column overlap. ---------------------------------------------- r45478 | marclaporte | 2013-04-14 00:17:06 +0200 (Sun, 14 Apr 2013) | 1 line Remove obsolete SEFURLs ---------------------------------------------- r45477 | chibaguy | 2013-04-13 23:57:42 +0200 (Sat, 13 Apr 2013) | 1 line [FIX] Bad highlight button text color contrast. ---------------------------------------------- r45476 | chibaguy | 2013-04-13 23:31:43 +0200 (Sat, 13 Apr 2013) | 1 line [FIX] Unwanted padding-left on cssmenu child items in left column. ---------------------------------------------- r45474 | jonnybradley | 2013-04-13 22:19:59 +0200 (Sat, 13 Apr 2013) | 1 line [FIX] ignore svnup errors (e.g. chmod on apache temp files but non-root) ---------------------------------------------- r45473 | lphuberdeau | 2013-04-13 20:52:12 +0200 (Sat, 13 Apr 2013) | 1 line [ENH] Cleaning up some javascript ---------------------------------------------- r45472 | lphuberdeau | 2013-04-13 19:37:53 +0200 (Sat, 13 Apr 2013) | 1 line [MOD] Adding support for range filter in elastic search ---------------------------------------------- r45471 | lphuberdeau | 2013-04-13 16:35:18 +0200 (Sat, 13 Apr 2013) | 1 line [MOD] Couple more filters work for elasticsearch ---------------------------------------------- r45470 | lphuberdeau | 2013-04-13 14:53:45 +0200 (Sat, 13 Apr 2013) | 1 line [FIX] Avoiding some notices in the test cases ---------------------------------------------- r45468 | lphuberdeau | 2013-04-13 14:47:25 +0200 (Sat, 13 Apr 2013) | 1 line [ENH] svnup script should leave tiki in a working state ---------------------------------------------- r45467 | luciash | 2013-04-12 23:13:12 +0200 (Fri, 12 Apr 2013) | 1 line [FIX] Cluetips suddenly rendered with incorrect width: 0px - this is quick workaround to avoid that, until someone finds why ---------------------------------------------- r45463 | luciash | 2013-04-12 22:01:52 +0200 (Fri, 12 Apr 2013) | 1 line [ENH] Browse Tags: added autocomplete to the freetag search field (thanks to Mark R. Mitchell, libertylion.ch) ---------------------------------------------- r45462 | luciash | 2013-04-12 21:25:02 +0200 (Fri, 12 Apr 2013) | 1 line [ENH] List Trackers: added autocomplete to the find field, [NEW] trackerlib: get_trackers_containing function, [FIX] ajax services: listonly trackername was returning all trackers no matter what was requested (thanks to Mark R. Mitchell, libertylion.ch) ---------------------------------------------- r45461 | lphuberdeau | 2013-04-12 20:57:54 +0200 (Fri, 12 Apr 2013) | 1 line [FIX]?\194?\160Javascript error when using advanced options for the dialog ---------------------------------------------- r45460 | lphuberdeau | 2013-04-12 20:47:18 +0200 (Fri, 12 Apr 2013) | 1 line [FIX] Static call is allowed ---------------------------------------------- r45459 | lphuberdeau | 2013-04-12 20:46:33 +0200 (Fri, 12 Apr 2013) | 1 line [FIX]?\194?\160Tab content has no reason to be above everything else in coelesce ---------------------------------------------- r45458 | luciash | 2013-04-12 20:34:24 +0200 (Fri, 12 Apr 2013) | 1 line [ENH] Last Changes to Pages: added autocomplete to the find field (thanks to Mark R. Mitchell, libertylion.ch) ---------------------------------------------- r45457 | luciash | 2013-04-12 20:12:42 +0200 (Fri, 12 Apr 2013) | 1 line [ENH] List Pages: added autocomplete to the find field (thanks to Mark R. Mitchell, libertylion.ch) ---------------------------------------------- r45456 | lphuberdeau | 2013-04-12 19:32:19 +0200 (Fri, 12 Apr 2013) | 1 line [FIX] JQuery-UI accordion API change for auto height ---------------------------------------------- r45455 | jonnybradley | 2013-04-12 19:22:41 +0200 (Fri, 12 Apr 2013) | 1 line [FIX] admin: Lang files for better label for video admin panel ---------------------------------------------- r45454 | jonnybradley | 2013-04-12 19:19:10 +0200 (Fri, 12 Apr 2013) | 1 line [FIX] admin: Better label for video admin panel ---------------------------------------------- r45453 | lphuberdeau | 2013-04-12 18:55:50 +0200 (Fri, 12 Apr 2013) | 1 line [FIX] MySQL full text search result page would add &highlight= regardless of the base url it appended to ---------------------------------------------- r45452 | lphuberdeau | 2013-04-12 18:44:57 +0200 (Fri, 12 Apr 2013) | 1 line [FIX]?\194?\160Some configurations would leave the %20 in the string ---------------------------------------------- r45451 | lphuberdeau | 2013-04-12 17:54:08 +0200 (Fri, 12 Apr 2013) | 1 line [FIX] JQuery-UI destroy on dialog no longer destroys the containing element, it returns it to the original state, which was visible for the tracker field admin page ---------------------------------------------- r45450 | lphuberdeau | 2013-04-12 16:26:34 +0200 (Fri, 12 Apr 2013) | 1 line [NEW] coalesce function to allow selecting the first non-empty value in a list ---------------------------------------------- r45449 | lphuberdeau | 2013-04-12 16:25:01 +0200 (Fri, 12 Apr 2013) | 1 line [ENH] Error reporting for calculation ---------------------------------------------- r45448 | lphuberdeau | 2013-04-12 16:13:00 +0200 (Fri, 12 Apr 2013) | 1 line [MOD] Additional support for elastic search query building ---------------------------------------------- r45447 | lphuberdeau | 2013-04-12 15:14:27 +0200 (Fri, 12 Apr 2013) | 1 line [MOD] One basic test for indexing works for elastic search ---------------------------------------------- r45446 | eromneg | 2013-04-12 14:36:38 +0200 (Fri, 12 Apr 2013) | 1 line [ENH] trivial cosmetic change to allow the plugin body descriptive text to use the full width of the displayed table ---------------------------------------------- r45445 | lphuberdeau | 2013-04-11 22:54:04 +0200 (Thu, 11 Apr 2013) | 1 line [MOD]?\194?\160Adding substraction and division, for convenience ---------------------------------------------- r45444 | lphuberdeau | 2013-04-11 22:39:49 +0200 (Thu, 11 Apr 2013) | 1 line [NEW] Tracker field to calculate a value from the other fields without using the evil eval() ---------------------------------------------- r45443 | lphuberdeau | 2013-04-11 20:24:05 +0200 (Thu, 11 Apr 2013) | 1 line [ENH] Renaming the preference to be a little more accurate ---------------------------------------------- r45442 | lphuberdeau | 2013-04-11 20:18:38 +0200 (Thu, 11 Apr 2013) | 1 line [KIL]?\194?\160Removing jscalendar completely, which had been replaced by jquery-ui date picker for a long time ---------------------------------------------- r45441 | lphuberdeau | 2013-04-11 19:11:47 +0200 (Thu, 11 Apr 2013) | 1 line [MOD] Adding composer handling as part of the release packaging script ---------------------------------------------- r45440 | jonnybradley | 2013-04-10 20:52:54 +0200 (Wed, 10 Apr 2013) | 1 line [ENH] wysiwyg: Tidying up pref dependencies, removing profile warning (now done by prefs), changing a few defaults and removing experimental warning on wysiwyg_htmltowiki ---------------------------------------------- r45439 | lphuberdeau | 2013-04-10 20:17:21 +0200 (Wed, 10 Apr 2013) | 1 line [NEW] Initial work on adding elasticsearch support (not much to see yet) ---------------------------------------------- r45438 | jonnybradley | 2013-04-10 18:35:11 +0200 (Wed, 10 Apr 2013) | 2 lines [FIX] wysiwyg: Cache and restore parser's options when rendering plugins. Seems to fix the add_br html adding bank lines conundrum - continued recovery from r41705 ---------------------------------------------- r45437 | jonnybradley | 2013-04-10 18:28:11 +0200 (Wed, 10 Apr 2013) | 1 line [FIX] wysiwyg: Check page's is_html setting rather than the pref when parsing edit data ---------------------------------------------- r45436 | lphuberdeau | 2013-04-10 17:33:11 +0200 (Wed, 10 Apr 2013) | 1 line [FIX]?\194?\160Broken tests ---------------------------------------------- r45435 | jonnybradley | 2013-04-10 16:03:23 +0200 (Wed, 10 Apr 2013) | 1 line [FIX] history: Notices ---------------------------------------------- r45434 | nkoth | 2013-04-09 20:59:38 +0200 (Tue, 09 Apr 2013) | 2 lines [FIX] Number of items shown was running into default 50 limit for Lucene search results. ---------------------------------------------- r45433 | jonnybradley | 2013-04-09 15:35:32 +0200 (Tue, 09 Apr 2013) | 1 line [FIX] tree: Hide treenode flippers before being set (tidier) ---------------------------------------------- r45432 | jonnybradley | 2013-04-09 15:27:39 +0200 (Tue, 09 Apr 2013) | 1 line [FIX] tree: Stop treenodes skipping to the right on load in category module ---------------------------------------------- r45431 | jonnybradley | 2013-04-09 12:11:55 +0200 (Tue, 09 Apr 2013) | 1 line [FIX] services: Close first dialog when opening another one ---------------------------------------------- r45430 | fmg-sf | 2013-04-09 01:01:52 +0200 (Tue, 09 Apr 2013) | 1 line [ENH] unzip implementation: proof of concept (not user friendly yet) ---------------------------------------------- r45429 | fmg-sf | 2013-04-09 00:27:04 +0200 (Tue, 09 Apr 2013) | 1 line [ENH] now an optional section: Check Read/Write/Delete Permissions ---------------------------------------------- r45428 | fmg-sf | 2013-04-08 23:49:08 +0200 (Mon, 08 Apr 2013) | 1 line [ENH] download of Tiki 10.2 added, usage of associative arrays ---------------------------------------------- r45427 | jonnybradley | 2013-04-08 20:30:13 +0200 (Mon, 08 Apr 2013) | 1 line [FIX] paypal: Notices ---------------------------------------------- r45425 | jonnybradley | 2013-04-08 20:12:03 +0200 (Mon, 08 Apr 2013) | 1 line [FIX] elfinder: Selected file returned from elfinder seems to have turned into an object (was a url before), but leaving string based handling in there for now just in case ---------------------------------------------- r45424 | jonnybradley | 2013-04-08 19:52:19 +0200 (Mon, 08 Apr 2013) | 1 line [FIX] maps: selected is a prop not an attr now (jq 1.9+) ---------------------------------------------- r45423 | jonnybradley | 2013-04-08 19:49:52 +0200 (Mon, 08 Apr 2013) | 1 line [FIX] maps: Catch dialog disclose exception when popup not initialised fully ---------------------------------------------- r45422 | sylvieg | 2013-04-07 22:50:31 +0200 (Sun, 07 Apr 2013) | 1 line [FIX]keep view to be able to print on a view=+user ---------------------------------------------- r45421 | jonnybradley | 2013-04-07 21:53:47 +0200 (Sun, 07 Apr 2013) | 1 line [FIX] search: Correct offset_jsvar and quoting in example shop tpl ---------------------------------------------- r45420 | jonnybradley | 2013-04-07 21:15:36 +0200 (Sun, 07 Apr 2013) | 1 line [FIX] search: Restore sort_mode, maxRecords and offset - AJAX pagination still broken ---------------------------------------------- r45419 | jonnybradley | 2013-04-07 20:22:29 +0200 (Sun, 07 Apr 2013) | 1 line [FIX] search: Restore recalllastsearch param operation (was stuck "on" - ignoresession no longer used) ---------------------------------------------- r45418 | jonnybradley | 2013-04-06 19:46:10 +0200 (Sat, 06 Apr 2013) | 2 lines [FIX] paypal: Reinitialise minicart completely when triggering on a pageSearchReady event (via AJAX) to get the events to bind onto the new forms. A bit heavy handed but works for now without modifying the minicart code. ---------------------------------------------- r45414 | jonnybradley | 2013-04-06 18:30:23 +0200 (Sat, 06 Apr 2013) | 1 line [FIX] jquery: Only load jquery.bgiframe if IE6 is detected - one more $.browser call removed for most people ---------------------------------------------- r45413 | jyhem | 2013-04-06 17:45:27 +0200 (Sat, 06 Apr 2013) | 1 line [FIX] Option allowing to make freetags less invisible, like in Tiki3 ---------------------------------------------- r45411 | fmg-sf | 2013-04-06 13:36:47 +0200 (Sat, 06 Apr 2013) | 1 line [FIX] move folder 'experimental' with unzipper to doc/devtools/ to prevent it from being packaged - part 2 ---------------------------------------------- r45410 | fmg-sf | 2013-04-06 13:36:08 +0200 (Sat, 06 Apr 2013) | 1 line [FIX] move folder 'experimental' with unzipper to doc/devtools/ to prevent it from being packaged ---------------------------------------------- r45407 | jyhem | 2013-04-06 13:08:58 +0200 (Sat, 06 Apr 2013) | 1 line [FIX] Don't show Slideshow button if feature not active ---------------------------------------------- r45406 | fmg-sf | 2013-04-06 05:37:17 +0200 (Sat, 06 Apr 2013) | 1 line [NEW] folder 'experimental' as a concept and 1st prototype of preinstaller for download/unzip via browser ---------------------------------------------- r45405 | jonnybradley | 2013-04-05 18:35:07 +0200 (Fri, 05 Apr 2013) | 1 line [FIX] jquery: Global replace of deprecated .attr("checked") calls with prop() ---------------------------------------------- r45404 | jonnybradley | 2013-04-05 15:16:24 +0200 (Fri, 05 Apr 2013) | 2 lines [FIX] trackers: Fix category filter by using getFieldData and the correct field property (minimal repair, could do with modernisation sometime). Thanks Michael Risch ---------------------------------------------- r45403 | lphuberdeau | 2013-04-04 23:28:24 +0200 (Thu, 04 Apr 2013) | 2 lines [FIX] Multiple notices ---------------------------------------------- r45400 | nkoth | 2013-04-04 19:52:03 +0200 (Thu, 04 Apr 2013) | 2 lines [FIX] If checking for either feature, the order should not matter. ---------------------------------------------- r45398 | jyhem | 2013-04-04 16:18:46 +0200 (Thu, 04 Apr 2013) | 1 line [FIX] Command-line messages need to end with a line feed ---------------------------------------------- r45397 | jonnybradley | 2013-04-03 13:46:02 +0200 (Wed, 03 Apr 2013) | 2 lines [FIX] jquery: Remove ancient $.browser based workaround for show/hide animation causing issues on Safari long long ago (seems fine now). $.browser is deprecated - 1 down, 46 to go! ---------------------------------------------- r45396 | jonnybradley | 2013-04-03 13:19:39 +0200 (Wed, 03 Apr 2013) | 1 line [FIX] elfinder: Show and close dialog properly from edit tracker item. ---------------------------------------------- r45393 | lphuberdeau | 2013-04-02 22:06:24 +0200 (Tue, 02 Apr 2013) | 1 line [MOD] Register a fake command when it is unavailable to keep it documented ---------------------------------------------- r45392 | jonnybradley | 2013-04-02 19:19:55 +0200 (Tue, 02 Apr 2013) | 2 lines [ENH] comments module: Add new param "language" to filter comments by object language (thanks marclaporte) (not to be confused by the standard "lang" visibility param available on all modules) ---------------------------------------------- r45391 | jonnybradley | 2013-04-02 18:58:10 +0200 (Tue, 02 Apr 2013) | 1 line [FIX] wysiwyg: Remove hidden inputs from wysiwyg plugin display ---------------------------------------------- r45390 | jonnybradley | 2013-04-02 18:44:41 +0200 (Tue, 02 Apr 2013) | 2 lines [FIX] jquery: Remove include of r5 hoverIntent and replace with v7 (jq 1.9 compatible) version from new superfish plugin. Also make it independent of tooltips. ---------------------------------------------- r45389 | jonnybradley | 2013-04-02 18:41:53 +0200 (Tue, 02 Apr 2013) | 1 line [FIX] paypal: Wrong icon ---------------------------------------------- r45388 | jonnybradley | 2013-04-02 14:00:37 +0200 (Tue, 02 Apr 2013) | 2 lines [FIX] jquery: Hook in the jquery migrate plugin so trunk works again (should be "ready to release at any moment", no?) See https://github.com/jquery/jquery-migrate/#readme for more info ---------------------------------------------- r45386 | jonnybradley | 2013-04-02 11:47:36 +0200 (Tue, 02 Apr 2013) | 1 line [NEW] jqui: Horizons option in teal ---------------------------------------------- r45385 | changi67 | 2013-04-01 19:16:43 +0200 (Mon, 01 Apr 2013) | 1 line [FIX] Wrong path ---------------------------------------------- r45382 | changi67 | 2013-04-01 18:51:57 +0200 (Mon, 01 Apr 2013) | 1 line [FIX] Hiding path :) ---------------------------------------------- r45381 | changi67 | 2013-04-01 18:47:52 +0200 (Mon, 01 Apr 2013) | 1 line [FIX] Missing path changes ---------------------------------------------- r45379 | changi67 | 2013-04-01 18:36:44 +0200 (Mon, 01 Apr 2013) | 1 line [UPD] Update path due to jquery folder cleanup ---------------------------------------------- r45372 | jonnybradley | 2013-04-01 13:55:14 +0200 (Mon, 01 Apr 2013) | 3 lines [MOD] tracker rss: Change default for tracker RSS to not showing "Tracker item: #123456 - " in front of the item title. Maintain support for both previous attempts to be able do this optionally - showItemId and noId (i.e. if you add params &showitemId=y or &noId=n you will get the ugly "Tracker item: #..." text again) ---------------------------------------------- r45365 | lindonb | 2013-04-01 01:12:37 +0200 (Mon, 01 Apr 2013) | 2 lines [FIX] Register passcode: If passcode fails, also prevent user tracker from being created. Correction of [SEC] part fo r45358. ---------------------------------------------- r45364 | lindonb | 2013-04-01 00:49:21 +0200 (Mon, 01 Apr 2013) | 2 lines [FIX] login passcode: Revert [SEC] part of r45358. To recommit correctly ---------------------------------------------- r45363 | lindonb | 2013-03-31 01:58:38 +0100 (Sun, 31 Mar 2013) | 2 lines [ENH] ReCaptcha: Allow ability to choose a ReCaptcha theme ---------------------------------------------- r45362 | lindonb | 2013-03-31 00:20:28 +0100 (Sun, 31 Mar 2013) | 2 lines [ENH] trackerlist parameter: Allow the url parameter tr_offset to be used. Helpful in allowing pagination for single tracker items displayed using a custom template ---------------------------------------------- r45361 | lindonb | 2013-03-30 22:30:17 +0100 (Sat, 30 Mar 2013) | 2 lines [ENH] tracker output location: Add ability to set list and item view width and height of location maps ---------------------------------------------- r45360 | rischconsulting | 2013-03-30 13:11:25 +0100 (Sat, 30 Mar 2013) | 1 line [FIX] static call breaks tiki-install with warning message ---------------------------------------------- r45359 | jonnybradley | 2013-03-30 13:06:09 +0100 (Sat, 30 Mar 2013) | 1 line [FIX] wysiwyg: Restrict wysiwyg plugin rendering further - list and custom_search can easily get too complicated for ckeditor. Maybe we need a list of allowed plugins, rather than excluded? ---------------------------------------------- r45358 | lindonb | 2013-03-30 10:06:18 +0100 (Sat, 30 Mar 2013) | 3 lines [SEC] Register passcode: If passcode fails, also prevent user tracker from being created. [FIX] Register antibot: keep antibot widget from disappearing when wrong code is entered when a pretty registration tracker is used. Also avoid error if antibot is not turned on and pretty registration tracker is used. ---------------------------------------------- r45357 | jonnybradley | 2013-03-29 19:14:48 +0100 (Fri, 29 Mar 2013) | 1 line [FIX] paypal: Expose minicart's string parameters to customise cart text, and improve functionality when within custom search results via AJAX (works on first load, but not on subsequent searches so far...) ---------------------------------------------- r45352 | lphuberdeau | 2013-03-29 17:46:39 +0100 (Fri, 29 Mar 2013) | 1 line [FIX] Strict static call warning ---------------------------------------------- r45350 | sylvieg | 2013-03-29 16:42:43 +0100 (Fri, 29 Mar 2013) | 1 line [ENH]can attach a usertracker item if the email given at registration is equals to a field of the user tracker ---------------------------------------------- r45347 | jonnybradley | 2013-03-29 12:13:22 +0100 (Fri, 29 Mar 2013) | 1 line [FIX] paypal: Require validation on plugin ---------------------------------------------- r45341 | lphuberdeau | 2013-03-27 22:47:06 +0100 (Wed, 27 Mar 2013) | 1 line [MOD] Adding commands for index rebuild, optimize, process/catch-up (replaces lib/search/shell.php) ---------------------------------------------- r45338 | jonnybradley | 2013-03-26 20:44:36 +0100 (Tue, 26 Mar 2013) | 1 line [FIX] maps: Revert unintentional changes introduced in r43604 multi-file PHPDoc update - there may be others? ---------------------------------------------- r45337 | lphuberdeau | 2013-03-25 22:28:58 +0100 (Mon, 25 Mar 2013) | 1 line [NEW] Adding command to clear caches from command line ---------------------------------------------- Version 10.1 <http://tiki.org/ReleaseNotes101> ------------------ ---------------------------------------------- r44800 | lphuberdeau | 2013-02-07 20:03:54 +0100 (Thu, 07 Feb 2013) | 1 line [FIX] Display completely broken when user already logged-in for registration form (double-frame) ---------------------------------------------- r44795 | lphuberdeau | 2013-02-07 19:58:16 +0100 (Thu, 07 Feb 2013) | 1 line [FIX] Prevent any redirect while indexing, assuming they go through redirect() ---------------------------------------------- r44783 | lphuberdeau | 2013-02-07 19:08:05 +0100 (Thu, 07 Feb 2013) | 1 line [ENH] Handle kill signals, so work in progress is destroyed while killing the rebuild process ---------------------------------------------- r44782 | lphuberdeau | 2013-02-07 18:50:29 +0100 (Thu, 07 Feb 2013) | 1 line [FIX]?\194?\160Bad query fetching tracker fields for the user ---------------------------------------------- r44780 | ch-w | 2013-02-07 08:43:20 +0100 (Thu, 07 Feb 2013) | 3 lines [FIX] Fixing http://dev.tiki.org/wish4369 Tests if '$_SESSION['preferences']' is set. In some cases it is not and then the variable $prefs becomes null after an array_merge. ---------------------------------------------- r44779 | lphuberdeau | 2013-02-06 22:16:45 +0100 (Wed, 06 Feb 2013) | 1 line [FIX]?\194?\160Prevent auto-parsing of forum posts while fetching content because a) the indexer does it b) nasty redirect plugin can break the indexing ---------------------------------------------- r44778 | yonixxx | 2013-02-06 17:26:40 +0100 (Wed, 06 Feb 2013) | 1 line [ENH]Adding ticker capability to display the feed content ---------------------------------------------- r44774 | yonixxx | 2013-02-06 15:43:44 +0100 (Wed, 06 Feb 2013) | 1 line [FIX]Fixing using notification for any action (submit edit delete) on articles ---------------------------------------------- r44773 | yonixxx | 2013-02-06 15:37:23 +0100 (Wed, 06 Feb 2013) | 1 line [HELP]Help notice added to avoid confusion ---------------------------------------------- r44772 | luciash | 2013-02-06 14:02:20 +0100 (Wed, 06 Feb 2013) | 1 line [FIX] Maps: move scaleline in maps to prevent overlap (thanks mlaporte) ---------------------------------------------- r44762 | lphuberdeau | 2013-02-04 17:23:23 +0100 (Mon, 04 Feb 2013) | 1 line [FIX] (backport) do not crash when requested item does not exist ---------------------------------------------- r44761 | luciash | 2013-02-04 16:31:16 +0100 (Mon, 04 Feb 2013) | 1 line [FIX] Maps: map controls not to overlap stuff and better readability of lat/lon on dark map areas in the bg (thanks mlaporte) ---------------------------------------------- r44759 | lphuberdeau | 2013-02-04 15:43:44 +0100 (Mon, 04 Feb 2013) | 1 line [FIX] Reduce memory usage, loading a large file into memory line by line is expensive ---------------------------------------------- r44758 | lphuberdeau | 2013-02-04 15:28:42 +0100 (Mon, 04 Feb 2013) | 1 line [MOD] Including memory usage in unified index log ---------------------------------------------- r44757 | lphuberdeau | 2013-02-04 15:00:40 +0100 (Mon, 04 Feb 2013) | 1 line [FIX] Now that there should not be leftover -new directories, move the concurrent check back to filesystem, which is the only accurate check (ps does not work on all platforms, likely to catch false-positives on multiple instances, or just having vi open with the shell file) ---------------------------------------------- r44756 | lphuberdeau | 2013-02-04 14:50:15 +0100 (Mon, 04 Feb 2013) | 1 line [FIX] Register shutdown function to destroy the unified-index-new directory when terminating early, like running out of memory ---------------------------------------------- r44751 | arildb | 2013-02-03 21:05:02 +0100 (Sun, 03 Feb 2013) | 1 line [br/r44728][SEC] Obscure invalid username/password error message, to avoid confirming valid usernames ---------------------------------------------- r44748 | arildb | 2013-02-03 20:39:55 +0100 (Sun, 03 Feb 2013) | 1 line [bp/r44731][FIX] Somehow WinCache seems to flip the representations ---------------------------------------------- r44736 | lindonb | 2013-02-03 07:08:51 +0100 (Sun, 03 Feb 2013) | 1 line [FIX] trackers: Styling for certain tracker and tracker field listings was missing (forgot a few in r44645). Fixed table headers in the matrix theme. ---------------------------------------------- r44715 | arildb | 2013-02-01 09:07:35 +0100 (Fri, 01 Feb 2013) | 1 line [FIX][bp/r44714] strict mode warning. Match function params with parent ---------------------------------------------- r44712 | marclaporte | 2013-02-01 02:59:05 +0100 (Fri, 01 Feb 2013) | 1 line Tiki Check: Backport most recent version to 10.x now that release of 10.1 is coming ---------------------------------------------- r44709 | jyhem | 2013-01-31 21:59:37 +0100 (Thu, 31 Jan 2013) | 1 line [bp/44286] Usability: when viewing someone else's profile, don't show links to one's own profile. This is confusing ---------------------------------------------- r44696 | lphuberdeau | 2013-01-30 22:05:14 +0100 (Wed, 30 Jan 2013) | 1 line [FIX]?\194?\160The entire way pagination is handled should be reviewed, but this prevents from loading as many entries as there are pages (and parsing those entries) ---------------------------------------------- r44667 | jonnybradley | 2013-01-29 12:08:39 +0100 (Tue, 29 Jan 2013) | 1 line [bp/r44666][FIX] filegals: Don't delete the file after resizing if using the filesystem (thanks Xavi) ---------------------------------------------- r44660 | marclaporte | 2013-01-28 20:35:42 +0100 (Mon, 28 Jan 2013) | 1 line [bp/r44600] [FIX] trackers: Profile support for adminOnlyViewEditItem option ---------------------------------------------- r44659 | marclaporte | 2013-01-28 19:44:47 +0100 (Mon, 28 Jan 2013) | 1 line Revert r44545 which was fixing the regression in r44537, but that I fixed in r44631 ---------------------------------------------- r44658 | lphuberdeau | 2013-01-28 19:33:08 +0100 (Mon, 28 Jan 2013) | 1 line [FIX]?\194?\160Use HTTPS when current session is secured in the admin performance panel ---------------------------------------------- r44655 | lphuberdeau | 2013-01-28 18:32:47 +0100 (Mon, 28 Jan 2013) | 1 line [MOD] Use https for google maps api when current session is https ---------------------------------------------- r44654 | lphuberdeau | 2013-01-28 17:56:57 +0100 (Mon, 28 Jan 2013) | 1 line [FIX]?\194?\160Since browsers complain about unsecured content, use the same scheme as the one currently in use ---------------------------------------------- r44653 | lphuberdeau | 2013-01-28 17:22:16 +0100 (Mon, 28 Jan 2013) | 1 line [FIX] Multple issues with file indexing (seems like a commit portion was missing, sorry) ---------------------------------------------- r44652 | lphuberdeau | 2013-01-28 16:59:57 +0100 (Mon, 28 Jan 2013) | 1 line [MOD] Adding a toggle link for streetview when requested ---------------------------------------------- r44651 | lphuberdeau | 2013-01-28 16:29:48 +0100 (Mon, 28 Jan 2013) | 1 line [FIX] Map pop-up behavior not consistent depending on how the item was loaded ---------------------------------------------- r44646 | lindonb | 2013-01-28 05:04:29 +0100 (Mon, 28 Jan 2013) | 1 line [FIX] payment: Add padding to accordion headers so that expand/collapse arrow is not on top of header text. ---------------------------------------------- r44645 | lindonb | 2013-01-28 05:02:39 +0100 (Mon, 28 Jan 2013) | 1 line [FIX] trackers: Styling for certain tracker and tracker field listings was missing. Add padding to numeric fields so blinking curser can be seen in IE. ---------------------------------------------- r44631 | marclaporte | 2013-01-27 02:11:15 +0100 (Sun, 27 Jan 2013) | 1 line fix wrong path for SVG-edit. Regression was introduced in r44537 ---------------------------------------------- r44628 | nkoth | 2013-01-25 20:39:14 +0100 (Fri, 25 Jan 2013) | 1 line [bp/r44626] [FIX] Files ending up in wrong gallery and other weirdness when there is more than one files field on a page ---------------------------------------------- r44620 | lphuberdeau | 2013-01-25 18:11:15 +0100 (Fri, 25 Jan 2013) | 1 line [FIX] Specify the list of valid sort fields to prevent query errors when the user enters a wrong value ---------------------------------------------- r44617 | lphuberdeau | 2013-01-25 17:32:04 +0100 (Fri, 25 Jan 2013) | 1 line [FIX]?\194?\160Only select searchlayers for the current map (when multiple maps on the same page) ---------------------------------------------- r44616 | lphuberdeau | 2013-01-25 17:07:25 +0100 (Fri, 25 Jan 2013) | 1 line [FIX] Crash when indexing users without users trackers, 0,0 location considered as not a coordinate ---------------------------------------------- r44606 | marclaporte | 2013-01-23 23:05:25 +0100 (Wed, 23 Jan 2013) | 1 line clarify doc for devs concerning version numbers (and make the same as 9.x) ---------------------------------------------- r44588 | jyhem | 2013-01-22 20:44:33 +0100 (Tue, 22 Jan 2013) | 1 line [FIX][bp/r44587] Avoid scary stack traces while executing doc/devtools/sqlupgrade.sh ---------------------------------------------- r44585 | jyhem | 2013-01-22 14:57:15 +0100 (Tue, 22 Jan 2013) | 1 line [br/r44584] Avoid downloads of tags file for fans of exuberant-ctags ---------------------------------------------- r44575 | arildb | 2013-01-21 16:27:30 +0100 (Mon, 21 Jan 2013) | 3 lines [br/r44562 .. r44569][NEW] Added check for WinCache ByteCode Cache in tiki-check with performance stats (+ some subsequent fixes) Also includes some improved docs for tiki-check.php ---------------------------------------------- r44572 | lphuberdeau | 2013-01-20 16:50:17 +0100 (Sun, 20 Jan 2013) | 1 line [MOD] Defer extra fetching until after pagination is applied to make sure parsing and other expensive operations only apply to visible element ---------------------------------------------- r44571 | lphuberdeau | 2013-01-20 16:42:07 +0100 (Sun, 20 Jan 2013) | 1 line [FIX] Delete forum attachment (by nkoth, taken from old repo, which happens not to be read-only) ---------------------------------------------- r44560 | eromneg | 2013-01-18 18:51:12 +0100 (Fri, 18 Jan 2013) | 1 line [FIX] doh - should be !isset not empty - thanks jonny [FIX] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?) ---------------------------------------------- r44559 | jonnybradley | 2013-01-18 17:42:32 +0100 (Fri, 18 Jan 2013) | 2 lines [bp/r44477][ENH] trackers: New tracker property to keep non-admin users out of the normal tiki tracker interface (tiki-view_tracker.php and tiki-view_tracker_item.php) [bp/r44535] More explicit description (thanks marclaporte) ---------------------------------------------- r44558 | jonnybradley | 2013-01-18 17:14:27 +0100 (Fri, 18 Jan 2013) | 2 lines [bp/r44554][FIX] profiles: Add validation options for tracker fields ---------------------------------------------- r44557 | jonnybradley | 2013-01-18 17:10:48 +0100 (Fri, 18 Jan 2013) | 1 line [bp/r44553][FIX] profiles: Observe 'visible' flag when not set as it defaults to 'y', unlike the others ---------------------------------------------- r44555 | eromneg | 2013-01-18 17:07:51 +0100 (Fri, 18 Jan 2013) | 1 line [FIX] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?) ---------------------------------------------- r44551 | arildb | 2013-01-18 00:11:33 +0100 (Fri, 18 Jan 2013) | 1 line [bp/r44550][FIX] Highighted search results can now handle non-english characters. ---------------------------------------------- r44549 | jonnybradley | 2013-01-17 18:41:46 +0100 (Thu, 17 Jan 2013) | 1 line [bp/r44548][FIX] trackers: jQuery validation submitHandler was messing up the service dialog callback, so only add the rules (also changed the id's of the forms to avoid potential conflict) ---------------------------------------------- r44545 | jonnybradley | 2013-01-17 16:54:04 +0100 (Thu, 17 Jan 2013) | 1 line [FIX] svg-edit: embedapi.js is inside the editor dir in 10.x (external changed to be just that dir in trunk) ---------------------------------------------- r44544 | jonnybradley | 2013-01-17 16:28:06 +0100 (Thu, 17 Jan 2013) | 4 lines [bp/r44536 + r44540][FIX] trackers: Make jquery validation apply for ajax loaded tracker insert and update item forms. [bp/r44541][FIX] dialogs: Remove the dialog contents from the DOM on dialog close so js gets applied to the right elements if opened again, and show loading "modal" spinner while loadService ajax is loading. [bp/r44542][FIX] trackers: Better positioning for jq validation errors in both normal edit forms and service dialogs. ---------------------------------------------- r44537 | marclaporte | 2013-01-17 02:08:05 +0100 (Thu, 17 Jan 2013) | 1 line Put SVG-edit on the stable 2.6 branch, now that 2.6 is released and trunk will have new features. ---------------------------------------------- r44534 | marclaporte | 2013-01-16 19:56:47 +0100 (Wed, 16 Jan 2013) | 1 line [bp/r44531] One more FR translation for Maps ---------------------------------------------- r44529 | marclaporte | 2013-01-15 15:56:05 +0100 (Tue, 15 Jan 2013) | 1 line [bp/r44526] [fix] variables shouldn't be inside translatable strings (see http://dev.tiki.org/Strings+Format+Convention) ---------------------------------------------- r44524 | jonnybradley | 2013-01-14 19:04:19 +0100 (Mon, 14 Jan 2013) | 1 line [bp/r44523][FIX] draw: Fix quotes on the "draw on image" icon to allow single quotes in translations (e.g. French) on the title, but did all attributes for consistency. ---------------------------------------------- r44521 | marclaporte | 2013-01-14 05:57:32 +0100 (Mon, 14 Jan 2013) | 1 line [bp/r44520] Another translation ---------------------------------------------- r44519 | marclaporte | 2013-01-14 05:45:07 +0100 (Mon, 14 Jan 2013) | 1 line [bp/r44518] Another translation ---------------------------------------------- r44517 | marclaporte | 2013-01-14 05:31:02 +0100 (Mon, 14 Jan 2013) | 1 line [bp/r44516] A few more translations ---------------------------------------------- r44515 | marclaporte | 2013-01-14 05:13:47 +0100 (Mon, 14 Jan 2013) | 1 line [bp/r44514] Adding a translation to French ---------------------------------------------- r44513 | marclaporte | 2013-01-14 04:51:47 +0100 (Mon, 14 Jan 2013) | 1 line [bp/r44512] Remove the note about experimental and make label clearer ---------------------------------------------- r44511 | marclaporte | 2013-01-13 18:24:01 +0100 (Sun, 13 Jan 2013) | 1 line [bp/r44510] Some translations to French for maps ---------------------------------------------- r44503 | jonnybradley | 2013-01-11 15:09:07 +0100 (Fri, 11 Jan 2013) | 1 line [bp/r44502][FIX] wysiwyg: In Firefox, context menu item was finding the wrong element, so loop through parents until we find a tiki_plugin (thanks nkoth) ---------------------------------------------- r44476 | jonnybradley | 2013-01-09 15:19:48 +0100 (Wed, 09 Jan 2013) | 1 line [bp/r44475][FIX] access: Missing global ---------------------------------------------- r44474 | luciash | 2013-01-09 12:03:23 +0100 (Wed, 09 Jan 2013) | 1 line [rb/r44415] Rollback of [FIX] Login: do not point to tiki-login.php when the "Log in" link is clicked (to prevent user confusion when entering credentials in the login popup form) - will be done differently in trunk and then backported ---------------------------------------------- r44471 | eromneg | 2013-01-09 10:11:21 +0100 (Wed, 09 Jan 2013) | 1 line [ENH] add more selectors to give td styling/formatting options ---------------------------------------------- r44470 | jyhem | 2013-01-09 00:34:03 +0100 (Wed, 09 Jan 2013) | 1 line [bp/r44467][FIX] Fix display of number of comments for articles ---------------------------------------------- r44469 | jyhem | 2013-01-09 00:25:50 +0100 (Wed, 09 Jan 2013) | 1 line [bp/r44466][FIX] Fix display of number of comments for articles ---------------------------------------------- r44466 | arildb | 2013-01-08 18:16:45 +0100 (Tue, 08 Jan 2013) | 5 lines Make PDF print work on windows 64-bit systems [bp/r44154][FIX] Catch invalid PDF [bp/r44155][MOD] PDF from URL: WekKit (wkhtmltopdf) now writes a temporary file when generating the PDF. [FIX] WebKit output used to be stdout, but this has encoding(?) problems on windows 7 64-bit. [bp/r44161][MOD] Die with a proper error message if required shell_exec function is not available. ---------------------------------------------- r44464 | arildb | 2013-01-08 17:37:39 +0100 (Tue, 08 Jan 2013) | 3 lines [br/r44150][ENH] Explicitly set the IIS7 maxAllowedContentLength, which is one components which limits the max file size during uploads. Users can now adjust this value easier. This component is currently *not* a part of the calculation: max file upload size, presented to users in the upload panel. When installing the IIS maxAllowedContentLength is set to 30MB, which is IIS default. IIS installation which already have adjusted this value at IIS server level, must adjust the new web.config value accordingly. ---------------------------------------------- r44463 | arildb | 2013-01-08 17:24:23 +0100 (Tue, 08 Jan 2013) | 3 lines [bp/r44183,r44198][FIX](hopefully) make backlinks work with SEFURL for pages in html format. r44183 has several fixes afterwards. ---------------------------------------------- r44459 | jonnybradley | 2013-01-07 19:26:54 +0100 (Mon, 07 Jan 2013) | 1 line [bp/r44055][MOD] tracker input: Add insertmode param to set the mode to go into after the tracker item dialog closes ---------------------------------------------- r44458 | jonnybradley | 2013-01-07 19:22:48 +0100 (Mon, 07 Jan 2013) | 1 line [bp/r44090][ENH] elfinder: Add new option to Files trackerfield to allow upload to one gallery and browser from another (not optional as tracker tpls are still using indexes for options so needs to be there even if the feature is off) ---------------------------------------------- r44457 | jonnybradley | 2013-01-07 19:19:18 +0100 (Mon, 07 Jan 2013) | 4 lines [bp/r44070][ENH] infobox: Add "divs" display mode [bp/r44072][MOD] infobox: Change to divs mode default [bp/r44075][MOD] infobox: Show labels for edit & delete buttons (in a span so can be hidden with CSS if needed) ---------------------------------------------- r44456 | jonnybradley | 2013-01-07 19:11:40 +0100 (Mon, 07 Jan 2013) | 1 line [bp/r44064][MOD] trackeritemcheck: New Smarty plugin to check special perms on tracker items (only in custom tpls so far) ---------------------------------------------- r44455 | jonnybradley | 2013-01-07 19:06:18 +0100 (Mon, 07 Jan 2013) | 1 line [bp/r44071][FIX] maps: Add tr for layer label ---------------------------------------------- r44447 | changi67 | 2013-01-05 22:45:55 +0100 (Sat, 05 Jan 2013) | 1 line [FIX] old-style header ---------------------------------------------- r44446 | changi67 | 2013-01-05 22:37:46 +0100 (Sat, 05 Jan 2013) | 1 line [REF] Happy New Year - 2013 ---------------------------------------------- r44443 | changi67 | 2013-01-05 21:30:09 +0100 (Sat, 05 Jan 2013) | 1 line [REF] Happy New Year ---------------------------------------------- r44415 | luciash | 2013-01-02 21:55:55 +0100 (Wed, 02 Jan 2013) | 1 line [FIX] Login: do not point to tiki-login.php when the "Log in" link is clicked (to prevent user confusion when entering credentials in the login popup form) ---------------------------------------------- r44414 | lindonb | 2013-01-02 03:53:54 +0100 (Wed, 02 Jan 2013) | 1 line [FIX] file metadata: Partial quick fix to help avoid memory problems with large file uploads: only load file content for file gallery images when needed to obtain extended metadata (currently only JPEGs) - thanks arildb. Still need permanent fix to deal with large files by reading chunks and add option to not extract extended metadata. ---------------------------------------------- r44410 | lphuberdeau | 2012-12-31 19:01:15 +0100 (Mon, 31 Dec 2012) | 1 line [FIX][bp/44409] Tracker permission indexing - Enough of a bug to be fixed in stable release ---------------------------------------------- r44406 | changi67 | 2012-12-31 09:24:35 +0100 (Mon, 31 Dec 2012) | 1 line [bp/trunk@44402][FIX] Show missing tracker comments ---------------------------------------------- Version 10.0 <http://tiki.org/ReleaseNotes100> ------------------ ---------------------------------------------- r44320 | jonnybradley | 2012-12-19 17:44:24 +0100 (Wed 19 Dec 2012) | 1 ligne [FIX] wysiwyg: modules plugin was still getting double-quoted in some cases, so remove here to cover all situations (thanks arildb) ---------------------------------------------- r44318 | jonnybradley | 2012-12-19 17:20:47 +0100 (Wed 19 Dec 2012) | 1 ligne [FIX] trackers: Truncate textarea values in list mode if listmax is set (removes html tags first - TODO including formatting one day) ---------------------------------------------- r44317 | jonnybradley | 2012-12-19 16:55:01 +0100 (Wed 19 Dec 2012) | 1 ligne [FIX] wysiwyg: Insert plugin code with a span instead of a <pre> block to stop extra paragraphs appearing as you edit plugins ---------------------------------------------- r44316 | jonnybradley | 2012-12-19 16:41:15 +0100 (Wed 19 Dec 2012) | 2 lignes [FIX] wysiwyg: Reparsing after double-click-editing a plugin was causing any modules plugins' quotes to duplicate. Happening because the data was getting converted to html twice but, for some reason, only affecting {modules} (thanks to many) ---------------------------------------------- r44315 | jonnybradley | 2012-12-19 15:56:48 +0100 (Wed 19 Dec 2012) | 1 ligne [FIX] wysiwyg: Tracker plugin causes ckeditor to fail, quick fix adding it to the "don't preview" list for now ---------------------------------------------- r44308 | jonnybradley | 2012-12-18 18:19:06 +0100 (Tue 18 Dec 2012) | 1 ligne [FIX] mobile: Don't cache mobile module as it needs to remake the link to the current page each time. Should fix spurious urls being picked up here when anon (thanks marclaporte) ---------------------------------------------- r44307 | jonnybradley | 2012-12-18 18:05:42 +0100 (Tue 18 Dec 2012) | 1 ligne [FIX] wysiwyg: Rollback r43905 which html decoded all plugin data, seems not to be required anymore (presumably due to fixes upstream) and was now breaking {files} plugin and probably others (thanks arildb) ---------------------------------------------- r44305 | jonnybradley | 2012-12-18 16:16:21 +0100 (Tue 18 Dec 2012) | 2 lignes [FIX] LDAP: Check auth_method is actually LDAP before running ldap_sync_user_and_groups - which made it impossible for anyone other than admin to login etc. Also, moved those prefs into one of the LDAP tabs as they are for LDAP. Wording needs improving by someone who understands what they do (thanks RobertPlummer) ---------------------------------------------- r44303 | jonnybradley | 2012-12-18 15:40:44 +0100 (Tue 18 Dec 2012) | 1 ligne [FIX] trackers: Make mandatory category fields work again. Leaving dead code commented out there as a reminder to remove it (and the fn that generates it probably) after 10.0 release ---------------------------------------------- r44302 | jonnybradley | 2012-12-17 21:24:37 +0100 (Mon 17 Dec 2012) | 1 ligne [FIX] trackers: Change heading on tracker structure import as it does not take CSV data. Added a (hopefully) clarifying note (thanks Arild) ---------------------------------------------- r44292 | jonnybradley | 2012-12-17 13:19:29 +0100 (Mon 17 Dec 2012) | 1 ligne [FIX] Replace serialize/unserialize_calls on input with json encode/decode where appropriate, removed some others (thanks for the continued help on this Egix) ---------------------------------------------- r44284 | changi67 | 2012-12-14 21:22:22 +0100 (Fri 14 Dec 2012) | 1 ligne [FIX] Use http instead of https to avoid authentication ---------------------------------------------- r44282 | changi67 | 2012-12-14 21:19:12 +0100 (Fri 14 Dec 2012) | 1 ligne [FIX] Point on the new repository ---------------------------------------------- r44278 | jonnybradley | 2012-12-14 16:55:48 +0100 (Fri 14 Dec 2012) | 1 ligne Update experimental svg-edit external library to current revision as there are lots of fixes in there for us (thanks marclaporte) ---------------------------------------------- r44266 | jonnybradley | 2012-12-12 19:36:14 +0100 (Wed 12 Dec 2012) | 1 ligne [FIX] comments: Use the "on" event handler instead of "live" which was deprecated (ages ago) ---------------------------------------------- r44265 | jonnybradley | 2012-12-12 19:26:42 +0100 (Wed 12 Dec 2012) | 1 ligne [FIX] comments: Remove previous comment form when opening a new one, confusing to have multiple textareas (thanks Bsfez) ---------------------------------------------- r44264 | jonnybradley | 2012-12-12 17:39:22 +0100 (Wed 12 Dec 2012) | 1 ligne [FIX] maps: Set numZoomLevels for google maps so you can zoom in further (thanks marclaporte) ---------------------------------------------- r44256 | changi67 | 2012-12-11 21:25:10 +0100 (Tue 11 Dec 2012) | 7 lignes r44256 | jonnybradley | 2012-12-11 18:09:15 +0100 (Tue 11 Dec 2012) | 1 ligne Chemins modifiés : M /branches/10.x/tests/testfile.txt test on old repo - shouldn't work... ---------------------------------------------- r44255 | jonnybradley | 2012-12-11 18:55:25 +0100 (Tue 11 Dec 2012) | 1 ligne test on new repo - should work... ---------------------------------------------- r44243 | changi67 | 2012-12-11 11:39:43 +0100 (Tue 11 Dec 2012) | 8 lignes Revision: 44243 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44243&view=rev Author: marclaporte Date: 2012-12-10 23:46:06 +0000 (Mon, 10 Dec 2012) Log Message: ----------- PHPIDS integration: Reducing expectation of a feature which is not ready yet ---------------------------------------------- r44235 | changi67 | 2012-12-11 11:26:29 +0100 (Tue 11 Dec 2012) | 9 lignes Revision: 44235 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44235&view=rev Author: jonnybradley Date: 2012-12-10 20:16:14 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [FIX] jcapture: Record capture user in file gallery ---------------------------------------------- r44233 | changi67 | 2012-12-11 11:22:17 +0100 (Tue 11 Dec 2012) | 9 lignes Revision: 44233 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44233&view=rev Author: lphuberdeau Date: 2012-12-10 18:48:39 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [FIX] Missing _tiki patch suffix ---------------------------------------------- r44232 | changi67 | 2012-12-11 11:21:31 +0100 (Tue 11 Dec 2012) | 8 lignes Revision: 44232 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44232&view=rev Author: ohertel Date: 2012-12-10 18:36:30 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [fix] add missing index on moduleId on table tiki_user_assigned_modules ---------------------------------------------- r44231 | changi67 | 2012-12-11 11:20:46 +0100 (Tue 11 Dec 2012) | 9 lignes Revision: 44231 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44231&view=rev Author: lphuberdeau Date: 2012-12-10 18:34:31 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [FIX] Missing translation ---------------------------------------------- r44230 | changi67 | 2012-12-11 11:19:58 +0100 (Tue 11 Dec 2012) | 9 lignes Revision: 44230 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44230&view=rev Author: jonnybradley Date: 2012-12-10 17:57:53 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [FIX] forums: Fix database error following more than one report of a forum post (thanks nkoth) ---------------------------------------------- r44229 | changi67 | 2012-12-11 11:19:20 +0100 (Tue 11 Dec 2012) | 8 lignes Revision: 44229 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44229&view=rev Author: jonnybradley Date: 2012-12-10 17:47:16 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [FIX] forums: Author info icons span was breaking containing span "simplebox" ---------------------------------------------- r44228 | changi67 | 2012-12-11 11:18:38 +0100 (Tue 11 Dec 2012) | 9 lignes r44228 | lphuberdeau | 2012-12-10 18:35:30 +0100 (Mon 10 Dec 2012) | 1 ligne Chemins modifiés : M /branches/10.x/lib/tikilib.php M /branches/10.x/lib/userprefs/userprefslib.php M /branches/10.x/tiki-show_user_avatar.php [FIX] User avatar performance issue caused by tiki calling itself ---------------------------------------------- r44227 | changi67 | 2012-12-11 11:17:03 +0100 (Tue 11 Dec 2012) | 9 lignes Revision: 44227 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44227&view=rev Author: jonnybradley Date: 2012-12-10 14:15:25 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [FIX] kaltura: remove causes "Bad NPObject as private data!" error in Firefox - detach then replace seems to work ---------------------------------------------- r44225 | changi67 | 2012-12-11 11:15:07 +0100 (Tue 11 Dec 2012) | 8 lignes Revision: 44225 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44225&view=rev Author: lphuberdeau Date: 2012-12-10 13:44:09 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [FIX]?\194?\160Inappropriate filter prevents from entering -1 as the max ---------------------------------------------- r44224 | changi67 | 2012-12-11 11:14:03 +0100 (Tue 11 Dec 2012) | 8 lignes Revision: 44224 http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=44224&view=rev Author: jonnybradley Date: 2012-12-09 17:15:47 +0000 (Sun, 09 Dec 2012) Log Message: ----------- [FIX] graph-engine: Strict abstract param compatibility ---------------------------------------------- r44213 | jonnybradley | 2012-12-07 18:53:45 +0100 (Fri 07 Dec 2012) | 1 ligne [FIX] wysiwyg: Only remove last empty p tag on saving. Seems to work as an extra one appears from somewhere else (thanks Geoff) ---------------------------------------------- r44212 | jonnybradley | 2012-12-07 18:10:26 +0100 (Fri 07 Dec 2012) | 1 ligne [FIX] tabs: Fix "no tabs" mode on editpage (thanks luciash) ---------------------------------------------- r44211 | jonnybradley | 2012-12-07 17:50:46 +0100 (Fri 07 Dec 2012) | 1 ligne [FIX] multilingual: Only do getTranslations on supported types - was breaking blogs when using category_i18n_sync (thanks fabricius, found it at last! :) ---------------------------------------------- r44210 | jyhem | 2012-12-07 17:45:53 +0100 (Fri 07 Dec 2012) | 1 ligne [FIX][bp/44208] Prevent browser autocompletion so sensitive info is not stored by mistake ---------------------------------------------- r44207 | ohertel | 2012-12-07 16:38:47 +0100 (Fri 07 Dec 2012) | 1 ligne [fix] avoid error message when table check fails ---------------------------------------------- r44206 | jonnybradley | 2012-12-07 16:37:49 +0100 (Fri 07 Dec 2012) | 1 ligne [FIX] parser: Saving options before plugin execution is required after all as some (trackerlist for instance) resets them and so were breaking in wysiwyg edit - r41705 repair continues... (thanks Geoff) ---------------------------------------------- r44205 | jonnybradley | 2012-12-07 16:13:38 +0100 (Fri 07 Dec 2012) | 2 lignes [FIX] parser: Reset parserlib options after using context_format (also remove unused globals & include) Should fix pages such as tiki.org/Stats (where rss and wikiplugin smarty in modules included in a page via a plugin broke almost all other plugins following it) Thanks marclaporte ---------------------------------------------- r44203 | arildb | 2012-12-07 14:52:34 +0100 (Fri 07 Dec 2012) | 1 ligne [bp/r44202][FIX] missing $_SERVER['REQUEST_URI'] on IIS 6 ---------------------------------------------- r44201 | jonnybradley | 2012-12-06 16:37:22 +0100 (Thu 06 Dec 2012) | 1 ligne [FIX] wysiwyg: Remove built-in ckeditor "image properties" context menu option as it appears for tiki plugins which can lead to the plugin being corrupted. ---------------------------------------------- r44200 | jonnybradley | 2012-12-06 16:06:25 +0100 (Thu 06 Dec 2012) | 1 ligne [FIX] wysiwyg: Add a space in front of (or after) a plugin if it's the first (or last) thing on the page when not in html mode. Prevents the caret being stuck inside the plugin making it impossible to add new lines or text. ---------------------------------------------- r44197 | marclaporte | 2012-12-06 08:17:57 +0100 (Thu 06 Dec 2012) | 1 ligne Partial revert of r42708. Now that :: is no longer expropriated as a namespace separator (we are using :_: instead), there is no longer a need to change the several years old syntax for centered text. This was already done for the the Jison parser in r44111 ---------------------------------------------- r44195 | jonnybradley | 2012-12-05 12:38:59 +0100 (Wed 05 Dec 2012) | 1 ligne [FIX] kaltura: Enable upload wizard dialog to open more than once ---------------------------------------------- r44184 | ohertel | 2012-12-03 21:47:41 +0100 (Mon 03 Dec 2012) | 1 ligne [fix] typo ---------------------------------------------- r44182 | lphuberdeau | 2012-12-03 21:08:49 +0100 (Mon 03 Dec 2012) | 1 ligne [FIX] Wrong preference check to select the search implementation, also include appropriate filter for forum posts ---------------------------------------------- r44180 | lphuberdeau | 2012-12-03 20:07:04 +0100 (Mon 03 Dec 2012) | 1 ligne [FIX] Speeding up RSS feed - poor implementation caused extreme slowness on sites with many posts, function renamed to break past expectations ---------------------------------------------- r44179 | lphuberdeau | 2012-12-03 19:47:50 +0100 (Mon 03 Dec 2012) | 1 ligne [FIX] Remove hand written service URLs ---------------------------------------------- r44174 | lphuberdeau | 2012-12-03 14:39:59 +0100 (Mon 03 Dec 2012) | 1 ligne [FIX] Flagged revision approval was not in action log ---------------------------------------------- r44165 | yonixxx | 2012-12-02 14:49:28 +0100 (Sun 02 Dec 2012) | 1 ligne [TRA]hebrew translation ---------------------------------------------- r44164 | yonixxx | 2012-12-02 14:48:40 +0100 (Sun 02 Dec 2012) | 1 ligne [TRA]Making default install theme work also fine if rtl language is selected ---------------------------------------------- r44160 | yonixxx | 2012-12-01 20:13:43 +0100 (Sat 01 Dec 2012) | 1 ligne [TRA]Hebrew language so most of a default install look ok ---------------------------------------------- r44159 | yonixxx | 2012-12-01 20:10:23 +0100 (Sat 01 Dec 2012) | 1 ligne [FIX]Punctuation fix ---------------------------------------------- r44158 | yonixxx | 2012-12-01 20:08:15 +0100 (Sat 01 Dec 2012) | 1 ligne [ENH]Fivealive is now default theme for BiDi as it should be ---------------------------------------------- r44157 | yonixxx | 2012-12-01 19:59:53 +0100 (Sat 01 Dec 2012) | 1 ligne [FIX]Fivealive is now default theme for BiDi to graphics ---------------------------------------------- r44156 | yonixxx | 2012-12-01 19:46:16 +0100 (Sat 01 Dec 2012) | 1 ligne [FIX]Fivealive is now default theme for BiDi to handle rtl languages ---------------------------------------------- r44140 | nkoth | 2012-11-30 03:33:00 +0100 (Fri 30 Nov 2012) | 1 ligne [FIX] Refix just to be safe to avoid any change in execution order in untested case: Use categories in templates was broken (working in 9.x) ---------------------------------------------- r44139 | nkoth | 2012-11-30 03:30:30 +0100 (Fri 30 Nov 2012) | 1 ligne [FIX] Use categories in templates was broken (working in 9.x) ---------------------------------------------- r44135 | arildb | 2012-11-29 23:40:49 +0100 (Thu 29 Nov 2012) | 4 lignes [bp/r44104,r44119] Namespace setting changes [DOC] Improved doc for setting the namespace separator [NEW] Add link to "Center text using ::: instead of ::" option [NEW] Add link to "Page name display stripper:" option ---------------------------------------------- r44121 | jonnybradley | 2012-11-29 13:21:27 +0100 (Thu 29 Nov 2012) | 1 ligne [FIX] search: Fix check for other rebuild process when running via sudo (as search/shell.php then appears twice in the process list) ---------------------------------------------- r44118 | arildb | 2012-11-28 23:43:08 +0100 (Wed 28 Nov 2012) | 6 lignes [FIX] Use :_: as namespace separator. :+: causes error when creating new page with a namespace prefix... Edit: ns:+:ns test errorsInvalid page name The page name specified contains unallowed characters. It will not be possible to save the page until those are removed: /?#[]@$&+;=<> ---------------------------------------------- r44117 | arildb | 2012-11-28 22:31:06 +0100 (Wed 28 Nov 2012) | 1 ligne [bp/r44114][FIX] Only attempt to copy namespace from structure parent page, if there is a parent page ---------------------------------------------- r44113 | jonnybradley | 2012-11-28 19:45:43 +0100 (Wed 28 Nov 2012) | 1 ligne [FIX] trackers: Set colspan=2 when obeying samerow option on fields ---------------------------------------------- r44107 | lphuberdeau | 2012-11-28 00:44:18 +0100 (Wed 28 Nov 2012) | 1 ligne [MOD] Changing default namespace separator to :+: as per discussions on mailing list, modify multi_explode (used to split plugin arguments) to ignore the characters that are part of the namespace separator, tests were updated to cover the new cases ---------------------------------------------- r44106 | lphuberdeau | 2012-11-28 00:41:50 +0100 (Wed 28 Nov 2012) | 1 ligne [FIX] Small namespaced link rendering issue ---------------------------------------------- r44105 | lphuberdeau | 2012-11-28 00:40:40 +0100 (Wed 28 Nov 2012) | 1 ligne [FIX] Queries should not contain ending semi-colon, which may fail under some configurations ---------------------------------------------- r44102 | jonnybradley | 2012-11-27 20:45:54 +0100 (Tue 27 Nov 2012) | 2 lignes [FIX] parser: rollback r44060 (and 44096) as the plugin issue was fixed elsewhere (probably in r44061). Fixes redirect plugin breaking search indexing - thanks (and apologies) to changi. ---------------------------------------------- r44101 | robertplummer | 2012-11-27 20:32:09 +0100 (Tue 27 Nov 2012) | 1 ligne [FIX] Make button compatible with condition base ---------------------------------------------- r44100 | arildb | 2012-11-27 20:12:35 +0100 (Tue 27 Nov 2012) | 3 lignes [bp/r44002][FIX] Fix the all get_faq references. They were not updated when the faq functions were moved out of TikiLib. Ref: http://dev.tiki.org/tiki-view_tracker_item.php?itemId=4343#content2 ---------------------------------------------- r44096 | jonnybradley | 2012-11-27 18:34:28 +0100 (Tue 27 Nov 2012) | 1 ligne [FIX] parser: Move the point where parser options get saved and reset for plugin execution to just before the actual plugin gets run. $this->option gets used in the meantime for $outputFormat calculation etc. ---------------------------------------------- r44092 | jonnybradley | 2012-11-27 17:44:44 +0100 (Tue 27 Nov 2012) | 1 ligne [FIX] timepicker addon depends on jquery_ui so move include inside that block (was breaking mobile) ---------------------------------------------- r44091 | fmg-sf | 2012-11-27 16:27:59 +0100 (Tue 27 Nov 2012) | 1 ligne [ENH] default to exit after executing a command ---------------------------------------------- r44089 | fmg-sf | 2012-11-26 22:32:21 +0100 (Mon 26 Nov 2012) | 1 ligne [FIX] '/etc/os-release' is intended as generic, not meaning 'openSUSE' ---------------------------------------------- r44083 | changi67 | 2012-11-26 22:20:56 +0100 (Mon 26 Nov 2012) | 1 ligne [FIX] Because some time we made mistake, that script is necessary to move from 5 to 6+ and fix tweetId, it was already fix in 6 but with the same name as in 5 so the script was not executed. ---------------------------------------------- r44010 | jonnybradley | 2012-11-18 18:35:40 +0100 (Sun, 18 Nov 2012) | 1 line [FIX] login: Update lastLogin correctly (waiting <> 'a' does not match NULL sadly - thanks Torsten) ---------------------------------------------- r44007 | jonnybradley | 2012-11-18 17:46:25 +0100 (Sun, 18 Nov 2012) | 1 line [FIX] kaltura: Obey feature_kaltura pref (was impossible to turn of previously) ---------------------------------------------- r44006 | jonnybradley | 2012-11-18 17:37:14 +0100 (Sun, 18 Nov 2012) | 1 line [FIX] kaltura: Correct logic messed up in r43985 (Catch some more possible exceptions) ---------------------------------------------- r44003 | yonixxx | 2012-11-18 13:47:00 +0100 (Sun, 18 Nov 2012) | 1 line [FIX]Help - Action is shown by default and sort value can be random ---------------------------------------------- r44001 | lindonb | 2012-11-18 02:36:40 +0100 (Sun, 18 Nov 2012) | 1 line [FIX] Keep footer from overlapping show help in edit view. ---------------------------------------------- r43998 | jonnybradley | 2012-11-17 23:39:28 +0100 (Sat, 17 Nov 2012) | 1 line [FIX] kaltura: Ensure trailing slash on service URL ---------------------------------------------- r43996 | lindonb | 2012-11-17 20:25:45 +0100 (Sat, 17 Nov 2012) | 1 line [FIX] Keep random sorting from causing an an error, for instance when using PluginFiles - thanks to Bernard for reporting. ---------------------------------------------- r43993 | arildb | 2012-11-17 16:43:38 +0100 (Sat, 17 Nov 2012) | 2 lines [bp/r43991-2] Synchronize object description, when wiki page description is updated. To repair existing pages, resave the wiki page. ---------------------------------------------- r43987 | Jyhem | 2012-11-16 22:29:47 +0100 (Fri, 16 Nov 2012) | 1 line [FIX] Correct usage tip ---------------------------------------------- r43985 | jonnybradley | 2012-11-16 18:35:19 +0100 (Fri, 16 Nov 2012) | 1 line [FIX] kaltura: Catch some more possible exceptions ---------------------------------------------- r43984 | jonnybradley | 2012-11-16 18:28:18 +0100 (Fri, 16 Nov 2012) | 1 line [FIX] kaltura: Wrong submit input name ---------------------------------------------- r43976 | jonnybradley | 2012-11-16 15:20:36 +0100 (Fri, 16 Nov 2012) | 1 line [FIX] wysiwyg: Remove double quotes that seem to now be appearing upstream from here - not an ideal fix but should avoid breaking too much else (thanks arildb for the testing and reports) ---------------------------------------------- r43975 | jonnybradley | 2012-11-16 13:56:20 +0100 (Fri, 16 Nov 2012) | 1 line [FIX] wysiwyg: Add module plugin to exclusion array ---------------------------------------------- r43974 | marclaporte | 2012-11-16 07:01:59 +0100 (Fri, 16 Nov 2012) | 1 line fix typo in URL ---------------------------------------------- r43973 | marclaporte | 2012-11-16 04:36:50 +0100 (Fri, 16 Nov 2012) | 1 line Make BigBlueButton recording listing more intuitive ---------------------------------------------- r43972 | fmg-sf | 2012-11-16 00:16:49 +0100 (Fri, 16 Nov 2012) | 1 line [ENH] user friendly setup handling with default menu ---------------------------------------------- r43966 | fmg-sf | 2012-11-15 17:44:45 +0100 (Thu, 15 Nov 2012) | 1 line [ENH] more permission bit control functions in setup ---------------------------------------------- r43962 | robertplummer | 2012-11-15 15:47:38 +0100 (Thu, 15 Nov 2012) | 1 line [FIX] '&' (pass by ref) was not in right location ---------------------------------------------- r43960 | sylvieg | 2012-11-15 15:06:53 +0100 (Thu, 15 Nov 2012) | 1 line [FIX]oops 43957 ---------------------------------------------- r43958 | sylvieg | 2012-11-15 15:02:04 +0100 (Thu, 15 Nov 2012) | 1 line [bp/r43957][FIX]do not show html tag when viewing in history a html page ---------------------------------------------- r43956 | jyhem | 2012-11-15 14:24:13 +0100 (Thu, 15 Nov 2012) | 1 line [SEC][bp/r43954] Don't display smtp pass in Tiki logs ---------------------------------------------- r43952 | arildb | 2012-11-15 12:53:39 +0100 (Thu, 15 Nov 2012) | 1 line [bp/r43951][FIX] Discuss URL when SEFURL is active. Extra linebreak caused URL error ---------------------------------------------- r43943 | robertplummer | 2012-11-14 19:04:23 +0100 (Wed, 14 Nov 2012) | 1 line [FIX] Lock ckeditor on revision 41830 (3.6.3) in prep to upgrade to v4 ---------------------------------------------- r43942 | arildb | 2012-11-14 18:44:13 +0100 (Wed, 14 Nov 2012) | 1 line [FIX] syntax fixes ---------------------------------------------- r43941 | robertplummer | 2012-11-14 18:33:53 +0100 (Wed, 14 Nov 2012) | 1 line FIX] Indentation and line without comma ---------------------------------------------- r43940 | luciash | 2012-11-14 06:57:25 +0100 (Wed, 14 Nov 2012) | 1 line [ADD] Gradiant theme - missing thumbnail ---------------------------------------------- r43939 | luciash | 2012-11-14 06:51:10 +0100 (Wed, 14 Nov 2012) | 1 line [ENH] Gradiant theme - nicer buttons, form fields and H1 titles, some font related fixes and the quickadmin arrow position ---------------------------------------------- r43938 | fmg-sf | 2012-11-14 00:50:19 +0100 (Wed, 14 Nov 2012) | 1 line [KIL] setup-revamp.sh is not needed for 10.x beta anymore and it is buggy and fixes are already in setup.sh ---------------------------------------------- r43937 | lphuberdeau | 2012-11-13 22:55:40 +0100 (Tue, 13 Nov 2012) | 1 line [FIX] Need to check for the global google object under window to detect if it has been loaded ---------------------------------------------- r43929 | nkoth | 2012-11-13 05:19:46 +0100 (Tue, 13 Nov 2012) | 1 line [FIX] Wildcard should match 0 or more to match different zip mime types ---------------------------------------------- r43928 | fmg-sf | 2012-11-13 02:10:24 +0100 (Tue, 13 Nov 2012) | 1 line [ENH] more single bit settings in setup ---------------------------------------------- r43927 | fmg-sf | 2012-11-13 02:03:17 +0100 (Tue, 13 Nov 2012) | 1 line [FIX] add '$' ---------------------------------------------- r43926 | fmg-sf | 2012-11-13 01:58:32 +0100 (Tue, 13 Nov 2012) | 1 line [FIX] remove debugging 'echo' ---------------------------------------------- r43925 | fmg-sf | 2012-11-13 01:37:19 +0100 (Tue, 13 Nov 2012) | 1 line [ENH] revert 'sbox' permissions, now g-x, add functions to set/unset several permission bits ---------------------------------------------- r43924 | jonnybradley | 2012-11-13 00:54:12 +0100 (Tue, 13 Nov 2012) | 1 line [FIX] permcheck: Catch some errors (posix is really required for this, should be handled better) ---------------------------------------------- r43923 | fmg-sf | 2012-11-13 00:35:47 +0100 (Tue, 13 Nov 2012) | 1 line [ENH] adjust 'sbox' permissions: g+x ---------------------------------------------- r43922 | jonnybradley | 2012-11-13 00:30:49 +0100 (Tue, 13 Nov 2012) | 1 line [FIX] perms: Stray dot ---------------------------------------------- r43921 | fmg-sf | 2012-11-12 23:13:32 +0100 (Mon, 12 Nov 2012) | 1 line [ENH] adjust 'sbox' permissions ---------------------------------------------- r43919 | fmg-sf | 2012-11-12 22:23:07 +0100 (Mon, 12 Nov 2012) | 1 line [FIX] debug breakpoint removed ---------------------------------------------- r43918 | fmg-sf | 2012-11-12 21:47:50 +0100 (Mon, 12 Nov 2012) | 1 line [ENH] adding use case 'sbox' to setup script ---------------------------------------------- r43917 | fmg-sf | 2012-11-12 21:01:35 +0100 (Mon, 12 Nov 2012) | 1 line [ENH] adding use case 'sbox' to TPC ---------------------------------------------- r43911 | fmg-sf | 2012-11-12 19:27:21 +0100 (Mon, 12 Nov 2012) | 1 line [FIX] verbose message: typo ---------------------------------------------- r43909 | lphuberdeau | 2012-11-12 18:01:36 +0100 (Mon, 12 Nov 2012) | 1 line [FIX]?\194?\160Removing hardcoded flag, adding preference to cover all possible cases ---------------------------------------------- r43906 | fmg-sf | 2012-11-12 16:43:29 +0100 (Mon, 12 Nov 2012) | 1 line [ENH] verbose message how to use script ---------------------------------------------- r43905 | robertplummer | 2012-11-12 16:04:22 +0100 (Mon, 12 Nov 2012) | 1 line FIX] Added extra html special characters decode of plugin syntax, arg, and body to get legacy wysiwyg parsing of plugins ---------------------------------------------- r43903 | lphuberdeau | 2012-11-12 15:45:56 +0100 (Mon, 12 Nov 2012) | 1 line [FIX]?\194?\160Regular notice found in server logs on tiki.org ---------------------------------------------- r43902 | lindonb | 2012-11-12 05:41:36 +0100 (Mon, 12 Nov 2012) | 1 line [FIX] Fix regression from r43321 causing edit area not to show when creating a blog post (thanks fabricius). ---------------------------------------------- r43900 | arildb | 2012-11-12 02:08:54 +0100 (Mon, 12 Nov 2012) | 1 line [fp/r43899][FIX] Must use a reference to get the iteration to work properly (maybe due to PHP 5.4?) ---------------------------------------------- r43896 | arildb | 2012-11-11 19:49:22 +0100 (Sun, 11 Nov 2012) | 5 lines [bp/r43846,r43850][FIX] for installations using TortoiseSVN 1.7+. The SVN revision number is now displayed. Requires the "sqlite3" PHP extension. Changed template to allow for display of revision only (thus last update time is unknown). [bp/r43891][NEW] Add check for sqlite3 PHP extension, if TortoiseSVN is used ---------------------------------------------- r43895 | lindonb | 2012-11-11 16:29:56 +0100 (Sun, 11 Nov 2012) | 1 line [FIX] Show file name instead of gallery name in syntax tips in page view (thanks geoff). Also: preserve metadata when other properties are edited and get rid of tabs in description field from (my) previous overzealous code indenting. ---------------------------------------------- r43894 | lindonb | 2012-11-11 06:50:54 +0100 (Sun, 11 Nov 2012) | 1 line [FIX] Fix pagination links so that we stay within the gallery (thanks geoff for reporting). Also, don't show page view button when there are no files. And fix logic causing name property to not show. ---------------------------------------------- r43893 | fmg-sf | 2012-11-11 03:46:07 +0100 (Sun, 11 Nov 2012) | 1 line [ENH] move setup.sh to setup-legacy.sh and copy setup-revamp.sh to setup.sh, transition comment removed ---------------------------------------------- r43892 | fmg-sf | 2012-11-11 00:55:10 +0100 (Sun, 11 Nov 2012) | 1 line [ENH] setup-revamp: fine grained debugging options, debug output line prefix, support for executable mode ---------------------------------------------- r43888 | fmg-sf | 2012-11-10 23:04:11 +0100 (Sat, 10 Nov 2012) | 1 line [ENH] new setup script: set file permissions, model known from Tiki Permission Check (TPC) ---------------------------------------------- r43886 | fmg-sf | 2012-11-10 22:32:31 +0100 (Sat, 10 Nov 2012) | 1 line [ENH] new setup script: prepare permissions to be set - final debugging mode, almost production ---------------------------------------------- r43885 | fmg-sf | 2012-11-10 19:36:53 +0100 (Sat, 10 Nov 2012) | 1 line [ENH] new setup script: use cases from Tiki Permission Check added, permissions not yet set ---------------------------------------------- r43884 | fmg-sf | 2012-11-10 17:16:08 +0100 (Sat, 10 Nov 2012) | 1 line [ENH] new setup script: default to do nothing, reordering blocks, case switch for commands, unix commands to variables ---------------------------------------------- r43883 | lphuberdeau | 2012-11-10 16:37:37 +0100 (Sat, 10 Nov 2012) | 1 line [FIX] Fullscreen toggle would not work for side by side diff ---------------------------------------------- r43882 | lphuberdeau | 2012-11-10 16:09:26 +0100 (Sat, 10 Nov 2012) | 1 line [FIX] Re-enable side-by-side diff ---------------------------------------------- r43881 | arildb | 2012-11-10 15:33:49 +0100 (Sat, 10 Nov 2012) | 1 line [FIX] imagepaths now use the correct folder ---------------------------------------------- r43880 | fmg-sf | 2012-11-10 15:03:54 +0100 (Sat, 10 Nov 2012) | 1 line [ENH] more optional debugging info in new setup script ---------------------------------------------- r43878 | robertplummer | 2012-11-10 13:02:05 +0100 (Sat, 10 Nov 2012) | 1 line [fp/43877][FIX] Tracker as spreadsheet linkage ---------------------------------------------- r43876 | fmg-sf | 2012-11-10 04:19:50 +0100 (Sat, 10 Nov 2012) | 1 line [ENH] prepare usage of gained permission check data in setup script ---------------------------------------------- r43875 | fmg-sf | 2012-11-10 02:33:47 +0100 (Sat, 10 Nov 2012) | 1 line [FIX] typo in usage description ---------------------------------------------- r43874 | jonnybradley | 2012-11-10 00:31:01 +0100 (Sat, 10 Nov 2012) | 1 line [FIX] parser: don't reset the options each time parser is called - partial fix for some of the recent wysiwyg issues (still fails when plugin body contains html) ---------------------------------------------- r43858 | arildb | 2012-11-09 17:02:30 +0100 (Fri, 09 Nov 2012) | 2 lines [bp/r43856][FIX] Need explicit permission tiki_p_bigbluebutton_view_rec to view recordings. tiki_p_bigbluebutton_view_rec is no longer implicit if tiki_p_bigbluebutton_join is granted ---------------------------------------------- r43855 | lphuberdeau | 2012-11-09 15:17:00 +0100 (Fri, 09 Nov 2012) | 1 line [FIX] When using smarty templates with the list plugin for tracker data, include the tracker fields based on their prefix since they can break the heuristic of all lowercase letters ---------------------------------------------- r43854 | eromneg | 2012-11-09 14:38:02 +0100 (Fri, 09 Nov 2012) | 1 line [ENH] make blog body edit area full width so wysiwyg editor in particular aligns with previewed/displayed content ---------------------------------------------- r43852 | ricks99 | 2012-11-09 04:02:41 +0100 (Fri, 09 Nov 2012) | 1 line Backport of #43851 ---------------------------------------------- r43848 | nkoth | 2012-11-09 01:17:06 +0100 (Fri, 09 Nov 2012) | 1 line [FIX] Array key was getting messed up causing recalllastsearch feature to break inconsistently as it depends on it for fieldid ---------------------------------------------- r43844 | nkoth | 2012-11-08 21:24:48 +0100 (Thu, 08 Nov 2012) | 1 line [ROLLBACK] rollback fix in r43842 because it does not get to root of problem ---------------------------------------------- r43841 | jonnybradley | 2012-11-08 20:29:27 +0100 (Thu, 08 Nov 2012) | 1 line [MOD] some more semi-transparent background graphics - for use in galleriffic plugin etc ---------------------------------------------- r43840 | jonnybradley | 2012-11-08 20:27:43 +0100 (Thu, 08 Nov 2012) | 1 line [FIX] trackers: Catch itemId not set on clone_item ---------------------------------------------- r43839 | marclaporte | 2012-11-08 20:01:34 +0100 (Thu, 08 Nov 2012) | 1 line Improve name of feature_endbody_code pref to make it more explicit. Thank you to Hugo Laporte for this advice ---------------------------------------------- r43837 | xavidp | 2012-11-08 09:07:12 +0100 (Thu, 08 Nov 2012) | 1 line [FIX]Usability: make more clear that the drop down and form is for adding users to group or banning them. Otherwise, when no banned uysers yet, it seems to be at the section to ban them only ---------------------------------------------- r43835 | marclaporte | 2012-11-08 07:20:00 +0100 (Thu, 08 Nov 2012) | 1 line Copying over all 'home page' relevant prefs to the navigation section of the admin panel. It is quite confusing because there are two features for 'custom home page', one that lets you pick any URL and one which sends you to tiki-custom_home.php (which could very be just a URL) Thank you to 'crocket' for very relevant questions on IRC. I don't like/get why we have all these prefs. It could all be simplifed to one URL box and like in menus, if it's in ((wikidestination)) format, Tiki knows it's a wiki page for cleanURLs and page rename handling, like for menus ---------------------------------------------- r43834 | fmg-sf | 2012-11-08 01:21:21 +0100 (Thu, 08 Nov 2012) | 1 line [FIX] link customized request: Tiki root may differ from document root ---------------------------------------------- r43833 | jonnybradley | 2012-11-07 21:29:04 +0100 (Wed, 07 Nov 2012) | 1 line [FIX] wysiwyg: Remove scary warning about wysiwyg_htmltowiki as it already has an experimental warning (and plugin edit works fine), add some more description instead and an experimental filter tag (also on wysiwyg_wiki_semi_parsed) ---------------------------------------------- r43831 | jonnybradley | 2012-11-07 20:49:59 +0100 (Wed, 07 Nov 2012) | 2 lines [bp/r????][FIX] A couple more missed merges from 9.x - better handling for categorypath_excluded pref array and a missing include ---------------------------------------------- r43830 | jonnybradley | 2012-11-07 20:10:09 +0100 (Wed, 07 Nov 2012) | 3 lines [bp/r43518][FIX] avoid E_RECOVERABLE_ERROR which causes RSS generation to fail (backport from 9.x - missed merging period - thanks nkoth) ---------------------------------------------- r43829 | jonnybradley | 2012-11-07 20:06:55 +0100 (Wed, 07 Nov 2012) | 4 lines [bp/r43437][FIX] Users not being sent to group home page on first login after registration includes a fix to add $base_url to $prefs['tikiIndex'] which missed merging somehow (backport from 9.x - missed merging period - thanks nkoth) ---------------------------------------------- r43828 | jonnybradley | 2012-11-07 20:02:26 +0100 (Wed, 07 Nov 2012) | 2 lines [bp/r43435][FIX] Do not cache menu on tiki-register as the menu tends to be messed up and show less than desired items causing corruption of other Registered user menus (backport from 9.x - missed merging period - thanks nkoth) ---------------------------------------------- r43827 | jonnybradley | 2012-11-07 19:56:19 +0100 (Wed, 07 Nov 2012) | 2 lines [bp/r43434][FIX] User not seeing all menu items after registration when some menu items are not visible to anonymous due to perms (backport from 9.x - missed merging period - thanks nkoth) ---------------------------------------------- r43744 | robertplummer | 2012-11-01 21:03:37 +0100 (Thu, 01 Nov 2012) | 1 line [fp/43743][FIX] Div needs parsed before returning back to the parser because it is inside a div, and line breaks will be lost. Should only affect the new parser. ---------------------------------------------- r43739 | jonnybradley | 2012-11-01 16:10:11 +0100 (Thu, 01 Nov 2012) | 1 line [FIX] kaltura: Catch $kalturalib if not initialised ---------------------------------------------- r43738 | fmg-sf | 2012-11-01 07:25:57 +0100 (Thu, 01 Nov 2012) | 1 line [FIX] permission check disable per default - this problem will reoccur ---------------------------------------------- r43737 | hollmeer | 2012-11-01 07:14:51 +0100 (Thu, 01 Nov 2012) | 1 line Bug Fixes into tiki-calendar.php (row596) and tiki-calendar.php (rows271-286) ---------------------------------------------- r43734 | jonnybradley | 2012-10-31 15:12:09 +0100 (Wed, 31 Oct 2012) | 1 line [ENH] filegals: Make "name" more like a title rather than just a copy of the filename when uploading a new file ---------------------------------------------- r43731 | jonnybradley | 2012-10-31 13:03:30 +0100 (Wed, 31 Oct 2012) | 1 line [FIX] filegals: Better label for recently uploaded files (only in lang/en's so far - TODO global replace unless better text can be found) ---------------------------------------------- r43730 | jonnybradley | 2012-10-31 12:26:43 +0100 (Wed, 31 Oct 2012) | 1 line [FIX] filegals: Correct filter for wiki_syntax input ---------------------------------------------- r43729 | fmg-sf | 2012-10-30 23:09:23 +0100 (Tue, 30 Oct 2012) | 1 line [FIX] check output of HTTP request for warnings or errors ---------------------------------------------- r43728 | fmg-sf | 2012-10-30 22:41:40 +0100 (Tue, 30 Oct 2012) | 1 line [FIX] summarized output per permission must be checked external via HTTP request ---------------------------------------------- r43727 | fmg-sf | 2012-10-30 20:56:28 +0100 (Tue, 30 Oct 2012) | 1 line [ENH] summarized output per permission mode whether the model works or not ---------------------------------------------- r43726 | fmg-sf | 2012-10-30 20:15:44 +0100 (Tue, 30 Oct 2012) | 1 line [ENH] added worry, moreworry and morepain ---------------------------------------------- r43725 | fmg-sf | 2012-10-30 19:32:16 +0100 (Tue, 30 Oct 2012) | 1 line [ENH] permission table: caption inserted ---------------------------------------------- r43724 | fmg-sf | 2012-10-30 17:25:47 +0100 (Tue, 30 Oct 2012) | 1 line [ENH] read/write CSS colors, r/w check preparations ---------------------------------------------- r43722 | robertplummer | 2012-10-30 15:20:49 +0100 (Tue, 30 Oct 2012) | 1 line [ENH] Changed a few strings and 1 filename/class to better fit needed application ---------------------------------------------- r43721 | robertplummer | 2012-10-30 14:36:03 +0100 (Tue, 30 Oct 2012) | 1 line [fp/43720][FIX] Codemirror searchcursor is now in it's own util, needed for find and find & replace ---------------------------------------------- r43719 | robertplummer | 2012-10-30 13:50:08 +0100 (Tue, 30 Oct 2012) | 1 line [FIX] Added reset & parserDepth, removed formatContent ---------------------------------------------- r43717 | fmg-sf | 2012-10-30 04:49:31 +0100 (Tue, 30 Oct 2012) | 1 line [ENH] prepare environment for automatic PHP testing ---------------------------------------------- r43716 | fmg-sf | 2012-10-30 03:58:18 +0100 (Tue, 30 Oct 2012) | 1 line [ENH] prepare convenient configuration for additional test cases - not active yet ---------------------------------------------- r43715 | robertplummer | 2012-10-29 22:59:03 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] lists, move to codemirror ---------------------------------------------- r43714 | robertplummer | 2012-10-29 20:51:14 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] Header, color ---------------------------------------------- r43711 | jonnybradley | 2012-10-29 19:58:08 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] maketoc: Only match and process well formed maketocs ---------------------------------------------- r43710 | robertplummer | 2012-10-29 19:36:34 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] Add in needed script for example to load ---------------------------------------------- r43709 | jonnybradley | 2012-10-29 18:58:49 +0100 (Mon, 29 Oct 2012) | 1 line [ENH] appframe: Allow an anchor to be opened after page load by adding the #Label param as the URL hash ---------------------------------------------- r43708 | jonnybradley | 2012-10-29 17:53:46 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] plugins: Move close cell and row inside foreach loop (thanks Geoff) ---------------------------------------------- r43706 | eromneg | 2012-10-29 17:38:13 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] close td's with missing </td> tags ---------------------------------------------- r43705 | jonnybradley | 2012-10-29 17:04:06 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] categ admin: check for admin permission even when parentId=0 ---------------------------------------------- r43704 | robertplummer | 2012-10-29 14:31:08 +0100 (Mon, 29 Oct 2012) | 1 line [FIX] Find wiki links with look ahead and behind ---------------------------------------------- r43703 | arildb | 2012-10-28 19:28:44 +0100 (Sun, 28 Oct 2012) | 1 line [FIX] Fix colspan for items descriptions ---------------------------------------------- r43702 | jonnybradley | 2012-10-28 14:54:19 +0100 (Sun, 28 Oct 2012) | 1 line [FIX] plugins: Missing form close tag causing nested form DOM errors in modules (thanks Geoff) ---------------------------------------------- r43701 | jonnybradley | 2012-10-28 13:52:07 +0100 (Sun, 28 Oct 2012) | 1 line [FIX] plugins: Cache and then restore headerlib after refreshing all plugins to remove any js (and css) added from pages ---------------------------------------------- r43700 | jonnybradley | 2012-10-28 13:06:42 +0100 (Sun, 28 Oct 2012) | 1 line [FIX] plugins: Adapt to parser changes in options, and explicitly set global $page to the page name string as some plugins assume this. ---------------------------------------------- r43699 | arildb | 2012-10-28 07:20:55 +0100 (Sun, 28 Oct 2012) | 1 line [FIX] Improve description for tracker permission setting "Only one item per user or IP". Thanks Jyhem ---------------------------------------------- r43698 | arildb | 2012-10-27 23:06:35 +0200 (Sat, 27 Oct 2012) | 1 line [FIX] Comment out what looks like debug code. It causes breaks due to error in my debugger. ---------------------------------------------- r43697 | arildb | 2012-10-27 22:55:58 +0200 (Sat, 27 Oct 2012) | 3 lines [FIX] Clean up unmatched tr and td tags This cleanup seems to solve several issues, including the display of descriptions and the formatting of show-hide in the header field ---------------------------------------------- r43696 | arildb | 2012-10-27 21:50:57 +0200 (Sat, 27 Oct 2012) | 1 line [FIX] Use the same line layout when viewing the item, as in the input form ---------------------------------------------- r43695 | arildb | 2012-10-27 21:41:38 +0200 (Sat, 27 Oct 2012) | 1 line [FIX] Use correct index for the text area samerow option ---------------------------------------------- r43694 | arildb | 2012-10-27 20:42:21 +0200 (Sat, 27 Oct 2012) | 6 lines [NEW] Added Same Row parameter to Text area field type. [FIX] Added implementation for tracker setting "Same Row" for the types where it was defined (text field, text area, numeric and currency) "Same row" is misleading. Should be same line, since both fields are in the same table row, but can have a line break. Note the parameter was marked as deprecated. I am not sure why. Set 'deprecated' => false Added default = 1 = Yes = Display the prompt text and the input field on the same line. (Default doesn't seem to be recognized in the GUI and "No", i.e. separate lines seems to apply by default) ---------------------------------------------- r43692 | jonnybradley | 2012-10-26 19:33:36 +0200 (Fri, 26 Oct 2012) | 1 line [FIX] elfinder: Sometimes (?) the field options come back as an empty string instead of 0, so test (thanks marclaporte) ---------------------------------------------- r43690 | arildb | 2012-10-26 13:24:16 +0200 (Fri, 26 Oct 2012) | 1 line [FIX] Avoid using header level 0 ---------------------------------------------- r43689 | robertplummer | 2012-10-25 23:22:15 +0200 (Thu, 25 Oct 2012) | 1 line [FIX] Allow plugin test to override output ---------------------------------------------- r43688 | robertplummer | 2012-10-25 23:21:38 +0200 (Thu, 25 Oct 2012) | 1 line [FIX] keys needed set rather than values ---------------------------------------------- r43687 | robertplummer | 2012-10-25 23:21:08 +0200 (Thu, 25 Oct 2012) | 1 line [FIX] => should not be needed, a converter will need to used => for plugin arguments, =gt; for everything else. ---------------------------------------------- r43686 | robertplummer | 2012-10-25 23:06:59 +0200 (Thu, 25 Oct 2012) | 1 line [FIX] left in a print_r ---------------------------------------------- r43685 | robertplummer | 2012-10-25 22:56:35 +0200 (Thu, 25 Oct 2012) | 1 line [ENH] extend from condition base, and remove duplicate items ---------------------------------------------- r43684 | fmg-sf | 2012-10-25 19:10:29 +0200 (Thu, 25 Oct 2012) | 1 line [ENH] verbose explanation, CSS colours ---------------------------------------------- r43683 | robertplummer | 2012-10-25 18:30:27 +0200 (Thu, 25 Oct 2012) | 1 line [FIX] handle '=>' better both for wiki syntax and smarty ---------------------------------------------- r43682 | robertplummer | 2012-10-25 18:07:59 +0200 (Thu, 25 Oct 2012) | 1 line [FIX] wrong scope on isHtmlPurifying ---------------------------------------------- r43681 | fmg-sf | 2012-10-25 17:58:30 +0200 (Thu, 25 Oct 2012) | 1 line [ENH] lockout protection with default .htpasswd user=foo password=bar, verbose description ---------------------------------------------- r43680 | fmg-sf | 2012-10-25 16:52:15 +0200 (Thu, 25 Oct 2012) | 1 line [ENH] help users with htaccess permissioncheck password protection, minor code cleaning ---------------------------------------------- r43677 | xavidp | 2012-10-25 15:32:33 +0200 (Thu, 25 Oct 2012) | 1 line Syc'ing by hand (meld) ./lang/es/language.php between 9x and 10x ---------------------------------------------- r43675 | xavidp | 2012-10-25 14:14:32 +0200 (Thu, 25 Oct 2012) | 1 line [FIX]Updating descriptions of a couple of tracker fields ---------------------------------------------- r43674 | fmg-sf | 2012-10-25 04:03:56 +0200 (Thu, 25 Oct 2012) | 1 line [ENH] reflexive link to avoid browser reload issues with input form ---------------------------------------------- r43673 | fmg-sf | 2012-10-25 03:37:44 +0200 (Thu, 25 Oct 2012) | 1 line [ENH] adding pain ---------------------------------------------- r43672 | fmg-sf | 2012-10-25 02:41:57 +0200 (Thu, 25 Oct 2012) | 1 line [ENH] renaming files and variable, htaccess [KIL] permission_print not needed anymore ---------------------------------------------- r43671 | robertplummer | 2012-10-24 23:34:01 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] a couple scope issues ---------------------------------------------- r43670 | robertplummer | 2012-10-24 23:30:36 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] no parse seems not to be needed ---------------------------------------------- r43669 | robertplummer | 2012-10-24 23:10:43 +0200 (Wed, 24 Oct 2012) | 1 line [ENH] But more a fix, the specialCharacter processor gets its own handler type, and ckeditor gets one to, so it can override. As of this point WYSIWYG displays correctly in the JisonParser, WOOHOO! ---------------------------------------------- r43668 | robertplummer | 2012-10-24 22:30:39 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Removal of deprecated feature ---------------------------------------------- r43667 | robertplummer | 2012-10-24 22:16:31 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Initial fill to be opacity of .5 (or 50%) ---------------------------------------------- r43666 | robertplummer | 2012-10-24 21:59:12 +0200 (Wed, 24 Oct 2012) | 1 line [ENH] Sorted deliberations, most normalized valuable rating at top sorted descending ---------------------------------------------- r43665 | arildb | 2012-10-24 21:34:07 +0200 (Wed, 24 Oct 2012) | 8 lines [bp/r43615,r43616,r43622] [FIX] tiki-batch_upload.php can now handle large files, e.g CD images. [MOD] FileMetadata will no longer load the file contents when a file path is specified. Doing so will break normal PHP memory limits for large files, e.g. CD/DVD images. Determine filesize directly from the filesystem when a path is specified. The content attribute is set to private to avoid clients using FileMetadata as a file loader [ENH] Make batch uploading and large file integration more visible. [ENH] Make a note about file directory being the recommended storage, when batch upload is active. ---------------------------------------------- r43664 | jonnybradley | 2012-10-24 20:58:35 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] elfinder: Hide galleries according to defaultGalleryId and deepGallerySearch settings on tracker files field (still shows contents of root gal - TODO) ---------------------------------------------- r43663 | robertplummer | 2012-10-24 20:45:12 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Put page rating in right place (internet standards are after article), make it take up the page width for style stability and rating results for admin ---------------------------------------------- r43662 | robertplummer | 2012-10-24 20:28:37 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Use the bottom of the thread result, layout for better appearance ---------------------------------------------- r43661 | robertplummer | 2012-10-24 20:27:29 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] include admin as rating result viewer ---------------------------------------------- r43660 | robertplummer | 2012-10-24 20:06:09 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Also check type ---------------------------------------------- r43659 | robertplummer | 2012-10-24 19:55:52 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Display deliberation items only when not empty, rather than if it is set (which is always) ---------------------------------------------- r43658 | robertplummer | 2012-10-24 19:46:17 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Externals were being detected twice, removal of duplicate code ---------------------------------------------- r43657 | robertplummer | 2012-10-24 19:34:26 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] list of externals come from tiki-admin_external_wikis.php, not from code, lookup rather than force ---------------------------------------------- r43656 | robertplummer | 2012-10-24 19:17:26 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] Get external wiki links working, like ((dev:Downloads)). Also some minor cleanup of code ---------------------------------------------- r43652 | jonnybradley | 2012-10-24 18:17:46 +0200 (Wed, 24 Oct 2012) | 2 lines [FIX] parser: Don't reset all the current parse options to defaults if a few are changed (include plugin sets the 'page' option, which was then unsetting everything else, is_html, ck_editor etc) Added include to plugins not to wysiwyg as it often caused problems before (thanks Arildb) ---------------------------------------------- r43638 | jonnybradley | 2012-10-24 15:44:20 +0200 (Wed, 24 Oct 2012) | 1 line [SEC] unserialize: More complete check for objects in serialized data when it's not the first item ---------------------------------------------- r43633 | marclaporte | 2012-10-24 13:34:37 +0200 (Wed, 24 Oct 2012) | 1 line Some notes on how to set version number ---------------------------------------------- r43628 | jonnybradley | 2012-10-24 13:21:26 +0200 (Wed, 24 Oct 2012) | 2 lines [FIX] quickadmin: Most themes have the "quickadmin" title hidden, so remove from tpl, and style menu ul to be inline to keep things tidy. Also some colour fixes for fivealive - other themes are functional but could be prettier ---------------------------------------------- r43627 | fmg-sf | 2012-10-24 05:13:25 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] debug info removed ---------------------------------------------- r43626 | fmg-sf | 2012-10-24 05:07:09 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] input form: parsing an absolute path ---------------------------------------------- r43625 | RobertPlummer | 2012-10-24 03:03:02 +0200 (Wed, 24 Oct 2012) | 1 line [FIX] parsing and other values on and off ---------------------------------------------- r43624 | fmg-sf | 2012-10-24 02:52:18 +0200 (Wed, 24 Oct 2012) | 1 line [ENH] input form to request file permissions, disable: show permissions of /etc /home and a not existing example ---------------------------------------------- r43623 | fmg-sf | 2012-10-24 01:36:16 +0200 (Wed, 24 Oct 2012) | 1 line [ENH] show permissions of /etc ---------------------------------------------- r43621 | fmg-sf | 2012-10-24 01:03:11 +0200 (Wed, 24 Oct 2012) | 1 line [ENH] show permissions of /home and a not existing example ---------------------------------------------- r43619 | fmg-sf | 2012-10-24 00:22:16 +0200 (Wed, 24 Oct 2012) | 1 line [ENH] show permissions of /tmp ---------------------------------------------- r43618 | robertplummer | 2012-10-23 23:39:30 +0200 (Tue, 23 Oct 2012) | 1 line [FIX] Fixes for lists and links to both pass tests, and aesthetically look correct ---------------------------------------------- r43617 | lphuberdeau | 2012-10-23 23:23:18 +0200 (Tue, 23 Oct 2012) | 1 line [MOD] Add options on the menupage module to render wiki pages closer to the menu structure (expecting simple lists and nested lists), and base the source page name on the current default namespace ---------------------------------------------- r43613 | lphuberdeau | 2012-10-23 16:29:40 +0200 (Tue, 23 Oct 2012) | 1 line [FIX] Version numbering must follow a pattern for checking to work ---------------------------------------------- r43612 | robertplummer | 2012-10-23 16:07:37 +0200 (Tue, 23 Oct 2012) | 1 line [FIX] Link processor, still failing unit test ---------------------------------------------- r43609 | arildb | 2012-10-23 14:46:21 +0200 (Tue, 23 Oct 2012) | 4 lines [ROLLBACK][r43591,r43460,r43459] Tracking installation versions can be done in other ways, e.g. by using include_general.tpl in your templates/styles/yourstyle. db/local.php is also a candidate to store this info. Rollback for now. ---------------------------------------------- r43607 | arildb | 2012-10-23 13:03:08 +0200 (Tue, 23 Oct 2012) | 1 line [FIX] Make comment counter update dynamically as the comment set changes. ---------------------------------------------- r43606 | arildb | 2012-10-23 10:38:06 +0200 (Tue, 23 Oct 2012) | 1 line [ROLLBACK][r43603]Local file import is similar to batch uploads. Revert for now. ---------------------------------------------- r43605 | fmg-sf | 2012-10-23 04:13:23 +0200 (Tue, 23 Oct 2012) | 1 line [ENH] link to doc.tiki.org/Permission+Check ---------------------------------------------- r43603 | arildb | 2012-10-23 02:35:12 +0200 (Tue, 23 Oct 2012) | 4 lines [NEW] Local file import to File Gallery or wiki page Attachment. Uses file copy (on web server) instead of regular uploads. File must already be present on web server before import. Not bound by upload limits. Enables import of very large files into Tiki ---------------------------------------------- r43597 | Jyhem | 2012-10-23 00:32:04 +0200 (Tue, 23 Oct 2012) | 1 line [FIX] Page was broken when users had chosen a country ---------------------------------------------- r43596 | jonnybradley | 2012-10-22 23:59:00 +0200 (Mon, 22 Oct 2012) | 1 line [BRANCH] Creation, branches/10.x 0 to 43594 ---------------------------------------------- r43594 | jonnybradley | 2012-10-22 23:31:10 +0200 (Mon, 22 Oct 2012) | 2 lines [FIX] menus: Make menus_item_names_raw work with sefurl so it doesn't encode menu urls (had to refromat slightly to expose logic) Thanks luciash (& apologies) ---------------------------------------------- r43593 | lphuberdeau | 2012-10-22 22:03:23 +0200 (Mon, 22 Oct 2012) | 1 line [MOD] Change default controls for editable tracker location ---------------------------------------------- r43592 | lphuberdeau | 2012-10-22 21:40:06 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] Notices in installer ---------------------------------------------- r43591 | arildb | 2012-10-22 21:23:21 +0200 (Mon, 22 Oct 2012) | 1 line [REN] Avoid space in filename ---------------------------------------------- r43590 | robertplummer | 2012-10-22 20:25:13 +0200 (Mon, 22 Oct 2012) | 2 lines [FIX] Check feature_wikiwords for parsing WordWord and disable feature_wikiwords when pasing ((wikilink|disabled here)) [ENH] Updated test to reflect working example with TABLE inside wikilink parsed area ---------------------------------------------- r43589 | lphuberdeau | 2012-10-22 20:11:31 +0200 (Mon, 22 Oct 2012) | 1 line [FIX]?\194?\160Bad error reporting, invalid initial data load on missing fields ---------------------------------------------- r43588 | jonnybradley | 2012-10-22 19:50:26 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] elfinder: Tell elfinder where to make thumbnails ---------------------------------------------- r43587 | robertplummer | 2012-10-22 19:46:41 +0200 (Mon, 22 Oct 2012) | 2 lines [FIX] Make title not parse, yet text parse when possible when using a pipe for input [ENH] Added test to make nested parsing work with links ---------------------------------------------- r43586 | lphuberdeau | 2012-10-22 19:39:20 +0200 (Mon, 22 Oct 2012) | 1 line [NEW] Immutable permission control for tracker field type, previous behavior on some of the other controls forced to create this more explicit behavior ---------------------------------------------- r43585 | fmg-sf | 2012-10-22 19:27:17 +0200 (Mon, 22 Oct 2012) | 1 line [ENH] .htaccess best practice settings ---------------------------------------------- r43584 | fmg-sf | 2012-10-22 19:23:58 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] bootstrap problem: webserver needs .htaccess read permission ---------------------------------------------- r43583 | robertplummer | 2012-10-22 19:21:27 +0200 (Mon, 22 Oct 2012) | 3 lines [ENH] Added ))WordWord(( and WordWord wiki link processing [NEW] Added ability to override isContent by giving it an array of stack types [ENH] Added tests for ))WordWord(( and WordWord, and ensured passing in phpunit ---------------------------------------------- r43582 | jonnybradley | 2012-10-22 19:14:27 +0200 (Mon, 22 Oct 2012) | 1 line [ENH] elfinder: Double click on files now adds them to the tracker item ---------------------------------------------- r43581 | fmg-sf | 2012-10-22 18:58:15 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] security: protect .inc by Tiki's htaccess via empty .htaccess in subdir ---------------------------------------------- r43579 | lphuberdeau | 2012-10-22 18:32:59 +0200 (Mon, 22 Oct 2012) | 1 line [MOD] Making the edit detail pop-up optional and adding an option for automatic mode switch after feature insert ---------------------------------------------- r43578 | fmg-sf | 2012-10-22 18:01:47 +0200 (Mon, 22 Oct 2012) | 1 line [REF] use variable filenames when defined ---------------------------------------------- r43577 | fmg-sf | 2012-10-22 17:48:39 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] order of chmod settings in permission check bootstrap ---------------------------------------------- r43576 | fmg-sf | 2012-10-22 17:37:51 +0200 (Mon, 22 Oct 2012) | 1 line [ENH] code cleanup, user documentation, [KIL] switch from ascii to binary flag files ---------------------------------------------- r43575 | lphuberdeau | 2012-10-22 17:24:32 +0200 (Mon, 22 Oct 2012) | 1 line [MOD] Open edit dialog after inserting a feature to modify the other properties ---------------------------------------------- r43574 | jonnybradley | 2012-10-22 17:01:45 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] elfinder: Set filesize properly (allows file to be opened now) ---------------------------------------------- r43573 | fmg-sf | 2012-10-22 17:00:01 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] regression by changing filenames ---------------------------------------------- r43572 | fmg-sf | 2012-10-22 16:53:25 +0200 (Mon, 22 Oct 2012) | 1 line [ENH] users' convenience: maloperation protection, code cleanup ---------------------------------------------- r43570 | robertplummer | 2012-10-22 16:06:08 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] refresh editor with both readonly and edit modes, some text was being lost ---------------------------------------------- r43569 | jonnybradley | 2012-10-22 16:05:39 +0200 (Mon, 22 Oct 2012) | 1 line [ENH] elfinder: Obey Tiki perms on in elfinder ---------------------------------------------- r43568 | robertplummer | 2012-10-22 16:01:04 +0200 (Mon, 22 Oct 2012) | 2 lines [fp/43544][FIX] Google analytics needed updated, was failing ---------------------------------------------- r43567 | robertplummer | 2012-10-22 15:59:09 +0200 (Mon, 22 Oct 2012) | 2 lines [fp/43528][FIX] Sort of an enhancement, allow js to be loaded through header, so that some jQuery can be inserted into pages ---------------------------------------------- r43566 | robertplummer | 2012-10-22 15:57:29 +0200 (Mon, 22 Oct 2012) | 1 line [fp/43524][FIX] Fix to default to global if null ---------------------------------------------- r43561 | robertplummer | 2012-10-22 15:14:03 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] forgot to set from $this ---------------------------------------------- r43560 | jonnybradley | 2012-10-22 15:13:07 +0200 (Mon, 22 Oct 2012) | 1 line [MOD] elfinder: Remove most of the toolbar commands as at this stage we will be read-only ---------------------------------------------- r43559 | jonnybradley | 2012-10-22 15:05:42 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] files: Observe fgal_root_id pref (not always 1, but not convinced this is 100% working) ---------------------------------------------- r43558 | jonnybradley | 2012-10-22 14:54:05 +0200 (Mon, 22 Oct 2012) | 1 line [NEW] elfinder: Experimental jQuery based replacement file manager, currently deployed only on tracker file field input - displays galleries and files so far, more functionality and polish to come ---------------------------------------------- r43557 | robertplummer | 2012-10-22 14:41:13 +0200 (Mon, 22 Oct 2012) | 1 line [ENH] If admin, and tracker field disabled, give link to enable ---------------------------------------------- r43554 | arildb | 2012-10-22 14:19:29 +0200 (Mon, 22 Oct 2012) | 1 line [FIX] Add counter to comments button ---------------------------------------------- r43553 | yonixxx | 2012-10-21 14:03:14 +0200 (Sun, 21 Oct 2012) | 1 line [OUPS]Removed specific mytheme styles ---------------------------------------------- r43552 | yonixxx | 2012-10-21 13:49:38 +0200 (Sun, 21 Oct 2012) | 1 line [TRA]Cleaning BiDi for release 10 ---------------------------------------------- r43551 | marclaporte | 2012-10-21 07:19:30 +0200 (Sun, 21 Oct 2012) | 1 line Adding a relevant cross link in the admin panel ---------------------------------------------- r43548 | marclaporte | 2012-10-21 04:56:12 +0200 (Sun, 21 Oct 2012) | 1 line Fixing an English typo without breaking any translations. ---------------------------------------------- r43547 | marclaporte | 2012-10-20 23:58:25 +0200 (Sat, 20 Oct 2012) | 1 line Update inline documentation about usage of URLs without extensions such as the ones from the Tiki File Gallery ---------------------------------------------- r43546 | marclaporte | 2012-10-20 18:42:51 +0200 (Sat, 20 Oct 2012) | 1 line Improve documentation of PluginBBB with respect to recordings ---------------------------------------------- r43545 | robertplummer | 2012-10-19 23:35:22 +0200 (Fri, 19 Oct 2012) | 1 line [ENH] Ability to highlight and scroll to a specific pref if we force it to ---------------------------------------------- r43543 | pkdille | 2012-10-19 23:04:17 +0200 (Fri, 19 Oct 2012) | 1 line No changes - code styling only ---------------------------------------------- r43542 | arildb | 2012-10-19 22:10:36 +0200 (Fri, 19 Oct 2012) | 1 line [FIX] Must specify params in create call ---------------------------------------------- r43541 | yonixxx | 2012-10-19 21:38:10 +0200 (Fri, 19 Oct 2012) | 1 line [Rel]Release 10 has a star name ---------------------------------------------- r43540 | jonnybradley | 2012-10-19 21:24:22 +0200 (Fri, 19 Oct 2012) | 2 lines [FIX] new parser/wysiwyg: Use cke htmlChars always, obey incoming options for is_html etc & don't assume html (let the {textarea} decide) Strangely some plugins come out double encoded (e.g. {img} & {flash} bad, but {code} good, but still better...) ---------------------------------------------- r43539 | lphuberdeau | 2012-10-19 21:19:07 +0200 (Fri, 19 Oct 2012) | 1 line [MOD] Make user events follow the common interface, include tracker fields in the indexed user data, get the user updated when the associated tracker items are modified ---------------------------------------------- r43536 | lphuberdeau | 2012-10-19 18:33:10 +0200 (Fri, 19 Oct 2012) | 1 line [MOD] Allow to specify which groups can broadcast to specific groups ---------------------------------------------- r43534 | jonnybradley | 2012-10-19 18:20:41 +0200 (Fri, 19 Oct 2012) | 1 line [FIX] modules: Catch exception thrown by Smarty when a custom module with an error in it is about to be assigned ---------------------------------------------- r43533 | lphuberdeau | 2012-10-19 17:34:23 +0200 (Fri, 19 Oct 2012) | 1 line [MOD] (optionally) index users in unified search ---------------------------------------------- r43532 | jyhem | 2012-10-19 00:17:56 +0200 (Fri, 19 Oct 2012) | 1 line [REVERT] We had a discussion on dev list against this profile dependency in june 26th ---------------------------------------------- r43531 | kstingel | 2012-10-18 23:58:41 +0200 (Thu, 18 Oct 2012) | 1 line [FIX] added missing HTML5 section element to line 27 ---------------------------------------------- r43529 | jonnybradley | 2012-10-18 21:46:19 +0200 (Thu, 18 Oct 2012) | 1 line [FIX] timeline: elementId is the element id ---------------------------------------------- r43527 | jonnybradley | 2012-10-18 20:26:47 +0200 (Thu, 18 Oct 2012) | 1 line [FIX] parser: Couple of fixes for ckeditor (thanks RabertPlummer) ---------------------------------------------- r43526 | jonnybradley | 2012-10-18 19:40:05 +0200 (Thu, 18 Oct 2012) | 1 line [ENH] quickadmin: Add recently changed prefs menu ---------------------------------------------- r43525 | jonnybradley | 2012-10-18 19:21:38 +0200 (Thu, 18 Oct 2012) | 1 line [FIX] connect: Form filler - js just wrong ---------------------------------------------- r43522 | jonnybradley | 2012-10-18 18:43:27 +0200 (Thu, 18 Oct 2012) | 1 line [FIX] user tracker: Fix logic on wrong antibot code during registration so the form is sent back without creating an item ---------------------------------------------- r43520 | arildb | 2012-10-18 14:31:20 +0200 (Thu, 18 Oct 2012) | 4 lines [NEW] Added Admin / Comments option: Display comments form by default If selected, the post input field is displayed by default. Requires that "Display by default" is also selected. ---------------------------------------------- r43519 | arildb | 2012-10-18 13:55:14 +0200 (Thu, 18 Oct 2012) | 1 line [FIX] Namespace is now inherited from the parent page, when adding a page in a structure ---------------------------------------------- r43517 | fmg-sf | 2012-10-18 02:51:00 +0200 (Thu, 18 Oct 2012) | 1 line [ENH] enable/disable permission check ---------------------------------------------- r43516 | robertplummer | 2012-10-17 23:32:00 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] Give ability to force rebuild of index ---------------------------------------------- r43515 | robertplummer | 2012-10-17 21:24:09 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] Do check, forget, and notify ---------------------------------------------- r43514 | robertplummer | 2012-10-17 21:06:11 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] Make string "yaml" force to uppercase, so it is more user friendly ---------------------------------------------- r43513 | robertplummer | 2012-10-17 21:05:10 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] Wrap profile in CODE plugin, and give md5 name ---------------------------------------------- r43512 | robertplummer | 2012-10-17 21:04:21 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] Syntax style to fit that what is accepted in tiki, no functionality change ---------------------------------------------- r43511 | robertplummer | 2012-10-17 20:27:20 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] Add documentation link ---------------------------------------------- r43510 | robertplummer | 2012-10-17 19:38:40 +0200 (Wed, 17 Oct 2012) | 1 line [NEW] A bit of feedback, so we know if the profile is not installed ---------------------------------------------- r43509 | fmg-sf | 2012-10-17 19:13:09 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] octal permissions ---------------------------------------------- r43508 | fmg-sf | 2012-10-17 19:08:05 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] error handling unaccessable files III ---------------------------------------------- r43507 | fmg-sf | 2012-10-17 19:05:11 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] error handling unaccessable files II ---------------------------------------------- r43506 | fmg-sf | 2012-10-17 18:55:45 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] error handling unaccessable files ---------------------------------------------- r43505 | fmg-sf | 2012-10-17 18:00:48 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] enable permission for perm check via ascii file ---------------------------------------------- r43504 | fmg-sf | 2012-10-17 17:09:03 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] colored comparison, unique perm source ---------------------------------------------- r43503 | fmg-sf | 2012-10-17 16:19:26 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] common usecases' data file php/shell ---------------------------------------------- r43502 | kwem | 2012-10-17 15:49:00 +0200 (Wed, 17 Oct 2012) | 1 line New option 'delay' in plugin 'slider' ---------------------------------------------- r43501 | kwem | 2012-10-17 15:24:56 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] Option 'showmultiple' usable in plugin 'slider' ---------------------------------------------- r43500 | lphuberdeau | 2012-10-17 15:22:29 +0200 (Wed, 17 Oct 2012) | 1 line [REVERT] r43142 The reason why it listed all categories when asking for the root was that it broke all kinds of filtering ---------------------------------------------- r43498 | kstingel | 2012-10-17 12:44:36 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] edited so that it will over-write existing file content with a fresh copy ---------------------------------------------- r43497 | fmg-sf | 2012-10-17 05:11:37 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] permissioncheck finetuning ---------------------------------------------- r43496 | fmg-sf | 2012-10-17 04:22:54 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] prepare permissioncheck: filepermissions ---------------------------------------------- r43495 | fmg-sf | 2012-10-17 03:58:40 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] permission grant setting: message for user ---------------------------------------------- r43494 | fmg-sf | 2012-10-17 03:43:51 +0200 (Wed, 17 Oct 2012) | 1 line [NEW] permission granted security check ---------------------------------------------- r43493 | robertplummer | 2012-10-17 03:37:15 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] Alias plugin test ---------------------------------------------- r43492 | robertplummer | 2012-10-17 03:36:44 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] Expecting string, so check for one, eliminate warning ---------------------------------------------- r43491 | robertplummer | 2012-10-17 03:16:32 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] set feature_jison_wiki_parser temporarily when testing ---------------------------------------------- r43490 | fmg-sf | 2012-10-17 03:13:01 +0200 (Wed, 17 Oct 2012) | 1 line [MOD] usecases filename was modified yet ---------------------------------------------- r43489 | robertplummer | 2012-10-17 03:11:22 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] update alias method ---------------------------------------------- r43488 | fmg-sf | 2012-10-17 03:06:50 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] more permission check details ---------------------------------------------- r43487 | robertplummer | 2012-10-17 03:02:35 +0200 (Wed, 17 Oct 2012) | 1 line [FIX] call of getlist to wrong negotiator ---------------------------------------------- r43486 | robertplummer | 2012-10-17 02:40:59 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] cleanup on duplicate code, migrate to new WikiPlugin_Negotiator_WIki_Alias ---------------------------------------------- r43485 | robertplummer | 2012-10-17 02:38:21 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] Implement wiki plugin alias ---------------------------------------------- r43484 | robertplummer | 2012-10-17 02:31:04 +0200 (Wed, 17 Oct 2012) | 1 line [NEW] Alias negotiator for plugins ---------------------------------------------- r43483 | marclaporte | 2012-10-17 00:45:21 +0200 (Wed, 17 Oct 2012) | 1 line Adding feature check for tiki-ids.php ---------------------------------------------- r43482 | fmg-sf | 2012-10-17 00:01:09 +0200 (Wed, 17 Oct 2012) | 1 line [ENH] display user, group and perms - part II ---------------------------------------------- r43481 | fmg-sf | 2012-10-16 23:02:00 +0200 (Tue, 16 Oct 2012) | 1 line [ENH] display user, group and perms ---------------------------------------------- r43480 | robertplummer | 2012-10-16 22:46:38 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] Added a pref override for test ---------------------------------------------- r43479 | robertplummer | 2012-10-16 22:24:28 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] check for pref existence first before checking if value = 'y' ---------------------------------------------- r43478 | arildb | 2012-10-16 22:24:05 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] Prevent invalid SQL values ---------------------------------------------- r43477 | robertplummer | 2012-10-16 22:16:27 +0200 (Tue, 16 Oct 2012) | 1 line [ENH] Changed name of class to better describe purpose ---------------------------------------------- r43476 | robertplummer | 2012-10-16 22:05:00 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] Warning check for attribute ---------------------------------------------- r43475 | robertplummer | 2012-10-16 21:53:35 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] dependency of profile is acceptable syntax ---------------------------------------------- r43474 | robertplummer | 2012-10-16 21:52:36 +0200 (Tue, 16 Oct 2012) | 1 line [ENH] cursor to pointer ---------------------------------------------- r43473 | arildb | 2012-10-16 20:31:12 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] Make sure action log comment has enough space ---------------------------------------------- r43472 | fmg-sf | 2012-10-16 20:27:49 +0200 (Tue, 16 Oct 2012) | 1 line [NEW] detection of user, group and perms ---------------------------------------------- r43471 | arildb | 2012-10-16 20:10:44 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] Perform suggested separator substitutions (http://dev.tiki.org/Character+substitutions). Thanks marclaporte ---------------------------------------------- r43470 | fmg-sf | 2012-10-16 19:44:56 +0200 (Tue, 16 Oct 2012) | 1 line [NEW] permission check main site ---------------------------------------------- r43469 | arildb | 2012-10-16 19:25:33 +0200 (Tue, 16 Oct 2012) | 1 line [FIX] make jcapture work on pages with names containing a ':' (colon) character, e.g. pages with name spaces ---------------------------------------------- r43468 | fmg-sf | 2012-10-16 18:25:42 +0200 (Tue, 16 Oct 2012) | 1 line [NEW] subdirectories infrastructure for more convenient permission checks ---------------------------------------------- r43467 | chibaguy | 2012-10-16 09:19:18 +0200 (Tue, 16 Oct 2012) | 1 line [NEW] "Dbldt" is a theme option for jQui that tries to faithfully implement the earlier-contributed Double Dot theme. The name is changed and logo removed to avoid reference to proprietary IP. ---------------------------------------------- r43466 | robertplummer | 2012-10-15 23:22:01 +0200 (Mon, 15 Oct 2012) | 1 line [NEW] Trackers get UI to import from Profile/YAML ---------------------------------------------- r43465 | robertplummer | 2012-10-15 23:21:25 +0200 (Mon, 15 Oct 2012) | 1 line [NEW] Tracker service action_import_profile ---------------------------------------------- r43464 | robertplummer | 2012-10-15 23:20:27 +0200 (Mon, 15 Oct 2012) | 1 line [FIX]? I removed the reminders of integrating into jison because they have been at this point ---------------------------------------------- r43463 | robertplummer | 2012-10-15 23:18:50 +0200 (Mon, 15 Oct 2012) | 1 line [FIX] Check var for existence before check it's value ---------------------------------------------- r43462 | robertplummer | 2012-10-15 21:31:44 +0200 (Mon, 15 Oct 2012) | 3 lines [FIX] Found a few things I could fix [FIX] Extra unneeded space in htmlbase [ENH] Added a parserlevel and maketoc test ---------------------------------------------- r43461 | robertplummer | 2012-10-15 21:00:42 +0200 (Mon, 15 Oct 2012) | 1 line [FIX] Forgot to set createForwardLinkButton when creating button ---------------------------------------------- r43460 | arildb | 2012-10-15 19:50:04 +0200 (Mon, 15 Oct 2012) | 2 lines [FIX] Remove install_version.php from SVN. Add install_version_php which can be renamed to install_version.php ---------------------------------------------- r43459 | arildb | 2012-10-15 19:07:10 +0200 (Mon, 15 Oct 2012) | 5 lines [NEW] Add installation specific "version number". Displayed before Tiki version in the Admin | General panel. Defined in install_version.php in the Tiki root folder. File must be manually updated. If $CUSTOM_INSTALL_VERSION = null (default) nothing is displayed. ---------------------------------------------- r43458 | robertplummer | 2012-10-15 18:43:12 +0200 (Mon, 15 Oct 2012) | 1 line [NEW] Make the forwardlink button a plugin, and if not on page, put it at the top left ---------------------------------------------- r43457 | robertplummer | 2012-10-15 18:41:26 +0200 (Mon, 15 Oct 2012) | 1 line [FIX] Bring id, style, and class from htmlAttributes, cleaner method ---------------------------------------------- r43456 | robertplummer | 2012-10-15 18:03:48 +0200 (Mon, 15 Oct 2012) | 1 line [ENH] Inline documentation and a little cleanup, $this->permissionsChecks(), and $this->canDelete() ---------------------------------------------- r43455 | robertplummer | 2012-10-15 16:49:15 +0200 (Mon, 15 Oct 2012) | 1 line [ENH] Inline documentation and a little cleanup ---------------------------------------------- r43454 | tikii18nbot | 2012-10-15 15:47:56 +0200 (Mon, 15 Oct 2012) | 1 line British English translations done on i18n.tiki.org ---------------------------------------------- r43452 | tikii18nbot | 2012-10-15 15:45:35 +0200 (Mon, 15 Oct 2012) | 1 line Spanish translations done on i18n.tiki.org ---------------------------------------------- r43450 | marclaporte | 2012-10-15 11:25:33 +0200 (Mon, 15 Oct 2012) | 1 line In CodeMirror, use htmlmixed instead of html ---------------------------------------------- r43449 | marclaporte | 2012-10-15 11:24:07 +0200 (Mon, 15 Oct 2012) | 1 line Removing no longer valid tip about JavaScript being sanitized ---------------------------------------------- r43448 | marclaporte | 2012-10-15 11:14:52 +0200 (Mon, 15 Oct 2012) | 1 line Start CodeMirror Syntax highlighting in Smarty mode when editing templates. Same fix as Robert Plummer did in r43096. There is an issue that editing adds some tabs/spaces at the beginning and end of the text but this happens even before this commit ---------------------------------------------- r43447 | marclaporte | 2012-10-15 11:06:33 +0200 (Mon, 15 Oct 2012) | 1 line Same fix Jonny did in r43099 but for templates instead of CSS ---------------------------------------------- r43443 | chibaguy | 2012-10-14 13:06:28 +0200 (Sun, 14 Oct 2012) | 1 line [FIX] Problems with highlight class for buttons and text corrected (see http://themes.tiki.org/Highlight+styling ). ---------------------------------------------- r43442 | chibaguy | 2012-10-14 13:02:23 +0200 (Sun, 14 Oct 2012) | 1 line [FIX] Only the color value was specified for some borders, so they weren't displaying. ---------------------------------------------- r43441 | chibaguy | 2012-10-14 12:38:40 +0200 (Sun, 14 Oct 2012) | 1 line [FIX] Only the color value was specified for some borders, so they weren't displaying (bad editing in previous comment fixed here ;-)). ---------------------------------------------- r43440 | chibaguy | 2012-10-14 11:55:58 +0200 (Sun, 14 Oct 2012) | 1 line [FIX] div.highlight shouldn't have different font size (was meant to be applied only to .button a.highlight). ---------------------------------------------- r43439 | chibaguy | 2012-10-14 11:34:33 +0200 (Sun, 14 Oct 2012) | 1 line [FIX] Made text in remarksbox highlight="y" bold to distinguish from highlight="n" case; other ideas welcome. ---------------------------------------------- r43438 | chibaguy | 2012-10-14 11:10:51 +0200 (Sun, 14 Oct 2012) | 1 line [FIX] Remarksbox data div needs to be an exception to the inline-block display of highlight-class div. Thanks, Arild. Also, only color was specified for FiveAlive's highlighted button border, so the border wasn't displaying. ---------------------------------------------- r43436 | amette | 2012-10-13 22:23:08 +0200 (Sat, 13 Oct 2012) | 3 lines [NEW] Special template for PHPIDS blocking (thanks jonnyb) ---------------------------------------------- r43433 | d0cster | 2012-10-13 13:06:45 +0200 (Sat, 13 Oct 2012) | 2 lines Adding commands for openxml mimetypes in get_file_handlers (). ---------------------------------------------- r43432 | arildb | 2012-10-13 00:54:13 +0200 (Sat, 13 Oct 2012) | 1 line [FIX] Make double_dot footer be aligned with the rest of the body ---------------------------------------------- r43431 | robertplummer | 2012-10-12 23:45:16 +0200 (Fri, 12 Oct 2012) | 2 lines [FIX] data-altImg to altimg, seems some browsers don't like it [ENH] added shift+click = expand all ---------------------------------------------- r43430 | fmg-sf | 2012-10-12 23:06:49 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] Despite German i18n: module options are in English, so description of options mustn't translate them ---------------------------------------------- r43429 | robertplummer | 2012-10-12 22:39:01 +0200 (Fri, 12 Oct 2012) | 1 line [ENH] No more need for rebuilding of syntax, we already have it ---------------------------------------------- r43428 | robertplummer | 2012-10-12 22:37:22 +0200 (Fri, 12 Oct 2012) | 1 line [ENH] Added argvar handling ---------------------------------------------- r43427 | robertplummer | 2012-10-12 22:19:54 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] Module output was double encoded ---------------------------------------------- r43426 | robertplummer | 2012-10-12 21:31:39 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] Step through items that are not expandable, and list them as content, remove id from parent table, not needed ---------------------------------------------- r43425 | fmg-sf | 2012-10-12 20:02:56 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] Comment typos ---------------------------------------------- r43424 | robertplummer | 2012-10-12 20:01:10 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] a missed tr() ---------------------------------------------- r43422 | jonnybradley | 2012-10-12 19:51:13 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] users: Don't update lastLogin on user when an admin validates them from an email link (done here to keep fragile logic above intact) ---------------------------------------------- r43421 | fmg-sf | 2012-10-12 19:42:37 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] Dutch typo ---------------------------------------------- r43420 | robertplummer | 2012-10-12 19:14:32 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] Icon was on wrong side, woops! ---------------------------------------------- r43419 | robertplummer | 2012-10-12 19:12:12 +0200 (Fri, 12 Oct 2012) | 3 lines [ENH] Return expanding images from parsed expression rather than dynamically inserted with javascript [FIX] Give only expandable items an expandable icon [FIX] Updated test to reflect changes ---------------------------------------------- r43418 | robertplummer | 2012-10-12 19:02:47 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] fix scope, and don't override JisonParser, just instantiate a new and dispose when done ---------------------------------------------- r43417 | fmg-sf | 2012-10-12 18:57:34 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=ar,bg ---------------------------------------------- r43416 | fmg-sf | 2012-10-12 18:56:24 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=ca,cn,cs,cy,da,el,en-uk,es ---------------------------------------------- r43415 | jonnybradley | 2012-10-12 18:52:45 +0200 (Fri, 12 Oct 2012) | 1 line [ENH] user admin: Add new search checkboxes to help admins ("Email not confirmed", "User not validated" and "Never logged in") ---------------------------------------------- r43414 | fmg-sf | 2012-10-12 18:50:28 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=fa,fi,fj,fr,fy-NL,gl ---------------------------------------------- r43413 | robertplummer | 2012-10-12 18:50:11 +0200 (Fri, 12 Oct 2012) | 1 line [ENH] Removed tbody, and ensure that we only expand/close from the base, not any outline ---------------------------------------------- r43412 | fmg-sf | 2012-10-12 18:47:00 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=he,hr,hu,id,is,it,iu ---------------------------------------------- r43411 | fmg-sf | 2012-10-12 18:42:56 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=ja,ko,lt,nds,nl,no ---------------------------------------------- r43410 | fmg-sf | 2012-10-12 18:31:31 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=pl,pt,pt-br,rm,ro,ru ---------------------------------------------- r43409 | fmg-sf | 2012-10-12 18:27:44 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=sb,si,sk,sl,sq,sr-latn,sv ---------------------------------------------- r43408 | amette | 2012-10-12 18:26:55 +0200 (Fri, 12 Oct 2012) | 2 lines [NEW] Very simple interface to view intrusion attempts detected by PHPIDS ---------------------------------------------- r43407 | fmg-sf | 2012-10-12 18:21:14 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=tr,tv,tw,uk,vi ---------------------------------------------- r43406 | fmg-sf | 2012-10-12 18:14:20 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo regression lang=en ---------------------------------------------- r43404 | fmg-sf | 2012-10-12 17:53:18 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] German typo ---------------------------------------------- r43403 | fmg-sf | 2012-10-12 17:42:45 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] typo in rss settings' field description and regression in lang=de (other languages pending) ---------------------------------------------- r43402 | jonnybradley | 2012-10-12 17:38:37 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] jcapture: Remove applet div after done so it can run more than once ---------------------------------------------- r43401 | jonnybradley | 2012-10-12 16:33:03 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] jcapture: Use the (deprecated, but still recommended) applet tag to embed the java applet because it works. Tested in IE8, Safari and Firefox (latest) ---------------------------------------------- r43400 | jonnybradley | 2012-10-12 15:13:48 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] jcapture: Find button element for busy spinner in IE ---------------------------------------------- r43399 | jonnybradley | 2012-10-12 15:03:39 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] site closed: Return http status code 503 as IE seems to consider "302 Moved Temporarily" as an error it cannot display, so shows a DNS error page (also changed url to absolute and capital L as recommended, although that wasn't the problem) ---------------------------------------------- r43398 | jonnybradley | 2012-10-12 14:15:34 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] jcapture: Fix for filenames on pages including characters with accents by removing the accents at the beginning (too late once http file upload and the file-system gets it's hands on it - thanks arildb and marclaporte) ---------------------------------------------- r43397 | arildb | 2012-10-12 12:35:56 +0200 (Fri, 12 Oct 2012) | 1 line [NEW] Survey questions of type 'short text' can now specify the length of the field ---------------------------------------------- r43396 | arildb | 2012-10-12 09:41:58 +0200 (Fri, 12 Oct 2012) | 2 lines [NEW] Added Survey config tab in the "Polls" admin applet [NEW] Added option to disable the textarea toolbar in surveys ---------------------------------------------- r43395 | luciash | 2012-10-12 00:54:07 +0200 (Fri, 12 Oct 2012) | 1 line [ENH] FullCalendar in TrackerCalendar plugin: add prevYear and nextYear control buttons ---------------------------------------------- r43394 | luciash | 2012-10-12 00:42:58 +0200 (Fri, 12 Oct 2012) | 1 line [ENH] FullCalendar in TrackerCalendar plugin: consistency - put the resource views to the array in the same order as month, week, day ---------------------------------------------- r43393 | robertplummer | 2012-10-12 00:15:25 +0200 (Fri, 12 Oct 2012) | 1 line [ENH] unit test for expanding outline ---------------------------------------------- r43392 | robertplummer | 2012-10-12 00:14:33 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] No need to check zend paths, because tests are specific ---------------------------------------------- r43391 | robertplummer | 2012-10-12 00:13:57 +0200 (Fri, 12 Oct 2012) | 1 line [FIX] Check if stack is set and remove line breaks, so we can build an accurate test ---------------------------------------------- r43390 | robertplummer | 2012-10-11 23:20:52 +0200 (Thu, 11 Oct 2012) | 1 line [FIX] Finally after refactor of lists in JisonParser, the expanding outline is working with a bit of refactoring ---------------------------------------------- r43389 | robertplummer | 2012-10-11 21:11:08 +0200 (Thu, 11 Oct 2012) | 1 line [FIX] Remove the needed to send on a textlink by textlink basis ---------------------------------------------- r43388 | robertplummer | 2012-10-11 21:09:57 +0200 (Thu, 11 Oct 2012) | 2 lines [FIX] OR (sql) needed added for manual removal after result set is returned (php) [ENH] Added variable limitReached, so we can determine if the limit was in-fact reached quickly ---------------------------------------------- r43387 | robertplummer | 2012-10-11 21:07:37 +0200 (Thu, 11 Oct 2012) | 1 line [ENH] Make textLinks send only if they need to, but just after page is edited, to fit requirements better ---------------------------------------------- r43386 | robertplummer | 2012-10-11 21:05:25 +0200 (Thu, 11 Oct 2012) | 1 line [ENH] Diverged the entity portion of list management so that it is easily reusable in things like the expanding outline ---------------------------------------------- r43385 | lphuberdeau | 2012-10-11 20:49:38 +0200 (Thu, 11 Oct 2012) | 1 line [FIX]?\194?\160Prevent inserting empty itemId in tiki_objects - and use a stable way to obtain the generated ID ---------------------------------------------- r43382 | robertplummer | 2012-10-10 21:58:19 +0200 (Wed, 10 Oct 2012) | 1 line [ENH] Continuation of r43381, Cleanup naming convention into it's own type, "Negotiator" ---------------------------------------------- r43381 | robertplummer | 2012-10-10 21:26:27 +0200 (Wed, 10 Oct 2012) | 1 line [ENH] Cleanup naming convention into it's own type, "Negotiator" ---------------------------------------------- r43380 | robertplummer | 2012-10-10 21:04:38 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] make sure characters are safely to utf8 ---------------------------------------------- r43379 | robertplummer | 2012-10-10 21:02:49 +0200 (Wed, 10 Oct 2012) | 2 lines [FIX] A little cleanup to use the list reset and skipBr always staying bool [FIX] Block handling at top of string, was not resetting skipBr because return executed first ---------------------------------------------- r43378 | robertplummer | 2012-10-10 20:58:24 +0200 (Wed, 10 Oct 2012) | 1 line [NEW] Added a reset method, so we can keep instance, without instantiating another ---------------------------------------------- r43377 | robertplummer | 2012-10-10 20:56:57 +0200 (Wed, 10 Oct 2012) | 1 line [NEW] Test that found a bug with parser not skipping after first set of items in output test ---------------------------------------------- r43376 | robertplummer | 2012-10-10 20:51:24 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] var to public ---------------------------------------------- r43375 | jonnybradley | 2012-10-10 20:27:05 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] trees: Render child nodes as hidden if not set as open in the cookie (flipper icon still makes display jump - TODO one day...) ---------------------------------------------- r43374 | arildb | 2012-10-10 19:55:29 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] wiki-encoded plugin source displayed in html editor. ---------------------------------------------- r43373 | jonnybradley | 2012-10-10 19:48:01 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] site_closed: Redirect ro correct home feature ($tikiIndex global is no longer used) ---------------------------------------------- r43372 | jonnybradley | 2012-10-10 19:43:04 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] cookies: Merge tiki_cookie_jar with real cookies (for left/right col hiding) ---------------------------------------------- r43371 | jonnybradley | 2012-10-10 19:40:17 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] javascript: Try cookie test earlier in js (before jqueryTiki setup) ---------------------------------------------- r43370 | jonnybradley | 2012-10-10 19:37:45 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] cookie_consent: Don't check if site_closed (features don't get on at all well) ---------------------------------------------- r43369 | jonnybradley | 2012-10-10 19:35:54 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] columns: Fix restoration of correct margin when it is 0px and test for jqueryTiki being defined in cookie functions (can get called before jqueryTiki set up) ---------------------------------------------- r43368 | jonnybradley | 2012-10-10 16:42:42 +0200 (Wed, 10 Oct 2012) | 1 line [ENH] search: Handle search_default_where pref as an array in search module ---------------------------------------------- r43367 | jonnybradley | 2012-10-10 15:32:03 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] cookie: Use normal setCookie function for column show/hide (which uses cookie jar as a fall back if cookies are disabled) ---------------------------------------------- r43366 | jonnybradley | 2012-10-10 15:29:32 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] cookie: Check tiki_cookie_jar first for cookie values, even if cookies are enabled (fixes left/right col show & hide) ---------------------------------------------- r43365 | jonnybradley | 2012-10-10 14:56:39 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] jcapture: Obey sefurl pref (thanks arildb) ---------------------------------------------- r43364 | jonnybradley | 2012-10-10 13:38:44 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] site_closed: Remove translation calls (missed one, oops) ---------------------------------------------- r43363 | jonnybradley | 2012-10-10 13:37:36 +0200 (Wed, 10 Oct 2012) | 1 line [FIX] site_closed: Remove translation calls (no database, no prefs, so no language - just change site_closed_local.html to be in the required language) ---------------------------------------------- r43361 | jonnybradley | 2012-10-09 22:27:42 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] jcapture: Somewhat ugly fix for ckeditor not making event global for toolbar clicks in firefox (thanks arildb) ---------------------------------------------- r43360 | arildb | 2012-10-09 21:56:54 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] Avoid having "Home" as the title to "all" pages ---------------------------------------------- r43359 | jonnybradley | 2012-10-09 21:47:50 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] site_closed: Restore form post action to tiki-login.php?page=tikiIndex (tikiIndex is a special "page" which redirects to the currently set home page or feature) ---------------------------------------------- r43358 | jonnybradley | 2012-10-09 21:41:57 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] site_closed: Add http error (302) and move template into templates/styles to prevent crawler indexing (thanks marclaporte) ---------------------------------------------- r43357 | jonnybradley | 2012-10-09 21:21:19 +0200 (Tue, 09 Oct 2012) | 2 lines [ENH] site_closed: Simple html template for site closed message (styles/site_closed.html - will use styles/site_closed_local.html if found). Replaces {error}, {title}, {back} and {login} in the html. ---------------------------------------------- r43356 | amette | 2012-10-09 20:12:04 +0200 (Tue, 09 Oct 2012) | 3 lines [ENH] Show all errors to give users a clue why their installation fails [ENH] On a fresh install default the Tiki to report problematic errors ---------------------------------------------- r43355 | robertplummer | 2012-10-09 20:00:28 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] Split each query up into it's own part ---------------------------------------------- r43354 | jonnybradley | 2012-10-09 19:51:43 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] toolbars: setSyntax is called from a static function, so needs to be public ---------------------------------------------- r43353 | jonnybradley | 2012-10-09 19:46:28 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] jcapture: Enable capture in wysiwyg (thanks marclaporte and arildb for the reminder) ---------------------------------------------- r43350 | robertplummer | 2012-10-09 18:13:24 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] In some rare cases, there will be leftover plugin entities, ensure that they are all restored back into output ---------------------------------------------- r43349 | robertplummer | 2012-10-09 18:11:41 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] No linger store parser as it gets confused when executing modules and wiki pages, this keeps every instance private from the next parser ---------------------------------------------- r43347 | jonnybradley | 2012-10-09 17:36:44 +0200 (Tue, 09 Oct 2012) | 1 line [MOD] search: Change a couple of labels for consistency ("Pertinence" becomes "Relevance" and "Hits" becomes "Visits") ---------------------------------------------- r43346 | arildb | 2012-10-09 17:29:55 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] Auto display comments if "display by default" preference is set ---------------------------------------------- r43345 | robertplummer | 2012-10-09 17:05:57 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] A few warnings, checked in phpunit to pass tests ---------------------------------------------- r43344 | robertplummer | 2012-10-09 17:00:40 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] $key didn't exist at time of check for match in input, needed it to set details just before, also moved plugin level modification array to addWaitingPlugin ---------------------------------------------- r43343 | robertplummer | 2012-10-09 16:25:22 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] can't use imagecreatefromstring with svg, detect images that start with "<svg" and ensure they are not checked using said function ---------------------------------------------- r43342 | robertplummer | 2012-10-09 16:16:21 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] draw icon needed galleryId from db, not from plugin ---------------------------------------------- r43341 | robertplummer | 2012-10-09 16:01:43 +0200 (Tue, 09 Oct 2012) | 1 line [ENH] Gave access to bulk mode ---------------------------------------------- r43340 | robertplummer | 2012-10-09 15:25:33 +0200 (Tue, 09 Oct 2012) | 1 line [NEW] Added delete method to tracker query, it first queries, then deletes the items from the query ---------------------------------------------- r43339 | jonnybradley | 2012-10-09 15:07:02 +0200 (Tue, 09 Oct 2012) | 1 line [ENH] search: Change search_default_where pref to be a checkbox list (so you can set default search object types to say, "wiki page" or "articles") ---------------------------------------------- r43338 | jonnybradley | 2012-10-09 15:03:54 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] prefs: Better (unsorted list) layout for multicheckbox prefs ---------------------------------------------- r43337 | jonnybradley | 2012-10-09 13:21:47 +0200 (Tue, 09 Oct 2012) | 1 line [ENH] search: Add visits to search sort modes (involves indexing visit data but it's just one number per object) ---------------------------------------------- r43336 | jonnybradley | 2012-10-09 13:18:27 +0200 (Tue, 09 Oct 2012) | 1 line [KIL] remove files for old search_box module ---------------------------------------------- r43335 | jonnybradley | 2012-10-09 13:17:15 +0200 (Tue, 09 Oct 2012) | 1 line [FIX] search: Make search module legacy mode work like search_box (for some reason help was dependant on fulltext mysql search?) ---------------------------------------------- r43334 | jonnybradley | 2012-10-09 13:15:26 +0200 (Tue, 09 Oct 2012) | 1 line [MOD] schema to replace search_box modules with search (search_box has been deprecated for several versions) ---------------------------------------------- r43333 | kwem | 2012-10-09 11:25:45 +0200 (Tue, 09 Oct 2012) | 2 lines [FIX] Missing translation in admin newsletters, subscription. Typo in german translation ---------------------------------------------- r43330 | changi67 | 2012-10-07 21:51:47 +0200 (Sun, 07 Oct 2012) | 1 line PSR code styling - see http://qa.tiki.org ---------------------------------------------- r43328 | xavidp | 2012-10-07 21:26:35 +0200 (Sun, 07 Oct 2012) | 1 line a few strings translated and a typo ---------------------------------------------- r43326 | changi67 | 2012-10-07 12:38:42 +0200 (Sun, 07 Oct 2012) | 1 line code styling - see http://qa.tiki.org ---------------------------------------------- r43324 | kstingel | 2012-10-07 11:26:03 +0200 (Sun, 07 Oct 2012) | 3 lines [NEW] modification of prefreport.php (renamed to avoid conflicts), no longer needs the save filename set, as it is included in the code, creates a Pipe-delimited text file in "dump/" directory. still a couple of formatting issues, so not fully automatic yet ---------------------------------------------- r43323 | marclaporte | 2012-10-07 03:09:31 +0200 (Sun, 07 Oct 2012) | 1 line Increase memory_limit to 128M if detected below that value ---------------------------------------------- r43322 | jonnybradley | 2012-10-06 15:26:52 +0200 (Sat, 06 Oct 2012) | 1 line [ENH] search: Add sort mode direction button (icon) ---------------------------------------------- r43316 | kwem | 2012-10-06 02:49:40 +0200 (Sat, 06 Oct 2012) | 1 line [FIX] Spelling and Punctation errors in German language files ---------------------------------------------- r43314 | arildb | 2012-10-05 21:36:24 +0200 (Fri, 05 Oct 2012) | 1 line [TRA] Some Norwegian translations ---------------------------------------------- r43313 | jonnybradley | 2012-10-05 20:30:57 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] search: Add sort mode handling to object organizer ---------------------------------------------- r43312 | jonnybradley | 2012-10-05 20:23:25 +0200 (Fri, 05 Oct 2012) | 1 line [ENH] search: Add basic sort mode dropdown to standard search (filter) form. Descending mode and param control to come. ---------------------------------------------- r43311 | jonnybradley | 2012-10-05 19:57:03 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] search: Remove language_unspecified from filter ---------------------------------------------- r43309 | jonnybradley | 2012-10-05 17:39:02 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] login: Oops, previous commit broke login - $user not set ---------------------------------------------- r43307 | jonnybradley | 2012-10-05 17:15:01 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] login: Check for email_due if not valid and error was ACCOUNT_WAITING_USER ---------------------------------------------- r43306 | jonnybradley | 2012-10-05 16:28:58 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] mobile: Leave checkbox positioning to jqm, seems to work better now ---------------------------------------------- r43304 | jonnybradley | 2012-10-05 16:27:07 +0200 (Fri, 05 Oct 2012) | 1 line deploy jquery.mobile 1.2.0 ---------------------------------------------- r43302 | jonnybradley | 2012-10-05 16:08:55 +0200 (Fri, 05 Oct 2012) | 1 line [ENH] areas: Observe areas "share_common" setting in category jail processing by hiding all categs not within the jail ---------------------------------------------- r43301 | jonnybradley | 2012-10-05 16:03:32 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] categ module: Use same tree pre-processing as tiki-browse_categories.php to work out roots properly (previously was sometimes ending up with no categories when in category jail) ---------------------------------------------- r43299 | jonnybradley | 2012-10-05 15:24:30 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] login: Lang files for: better label for ACCOUNT_DISABLED error ---------------------------------------------- r43298 | jonnybradley | 2012-10-05 15:21:51 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] login: Better label for ACCOUNT_DISABLED error ---------------------------------------------- r43295 | arildb | 2012-10-05 10:37:36 +0200 (Fri, 05 Oct 2012) | 1 line [FIX] referenceslib set ok ---------------------------------------------- r43274 | arildb | 2012-10-04 19:02:54 +0200 (Thu, 04 Oct 2012) | 1 line [FIX] Update MyISAM to InnoDB conversion script with the new table additions ---------------------------------------------- r43269 | jonnybradley | 2012-10-03 18:36:26 +0200 (Wed, 03 Oct 2012) | 1 line [FIX] categs: Missing global $user ---------------------------------------------- r43259 | marclaporte | 2012-10-03 10:14:04 +0200 (Wed, 03 Oct 2012) | 1 line phpinfo is part of Tiki Check so no need to promote anymore ---------------------------------------------- r43254 | jonnybradley | 2012-10-02 22:59:36 +0200 (Tue, 02 Oct 2012) | 1 line [FIX] areas: Return empty if area disabled or not found (as expected) ---------------------------------------------- r43253 | jonnybradley | 2012-10-02 22:32:08 +0200 (Tue, 02 Oct 2012) | 1 line [ENH] areas: Some implementation of "exclusive" for areas - now obeys exclusive and share_common when switching between categorised (and uncategorised) objects (visibility in lists etc TODO) ---------------------------------------------- r43252 | jonnybradley | 2012-10-02 22:09:34 +0200 (Tue, 02 Oct 2012) | 3 lines [ENH] areas: Implement part of "share_common" mode - now switches out of current perspective/area when going to an external or uncategorised object. Cache the area table (will be small) in memory for quicker access and simpler logic. Use Zend for redirecting, and move some braces about (thanks changi ;) ---------------------------------------------- r43251 | marclaporte | 2012-10-02 21:16:31 +0200 (Tue, 02 Oct 2012) | 1 line Update dev docs about sh setup.sh ---------------------------------------------- r43250 | jonnybradley | 2012-10-02 20:17:23 +0200 (Tue, 02 Oct 2012) | 1 line [ENH] areas: Add "exclusive", "share_common" & "enabled" fields to areas, deploy "enabled" and modernise binderlib db access (exclusive & share_common to come...) ---------------------------------------------- r43248 | robertplummer | 2012-10-02 20:15:24 +0200 (Tue, 02 Oct 2012) | 1 line [ENH] Add type options so end user can user a bit better ---------------------------------------------- r43247 | jonnybradley | 2012-10-02 20:08:51 +0200 (Tue, 02 Oct 2012) | 1 line [FIX] areas: Obey prefs in setup and simplify logic ---------------------------------------------- r43246 | robertplummer | 2012-10-02 19:01:51 +0200 (Tue, 02 Oct 2012) | 1 line [FIX] if jcapture file gallery id was not set it would be "= ;", causing an error, fix was to cast as int, thus always having a number, at the very least.... 0. ---------------------------------------------- r43245 | jonnybradley | 2012-10-02 17:35:21 +0200 (Tue, 02 Oct 2012) | 1 line reformat binderlib (and add some braces) ---------------------------------------------- r43244 | jonnybradley | 2012-10-02 17:08:35 +0200 (Tue, 02 Oct 2012) | 1 line [MOD] areas: Merge Areas and Workspaces admin panels ---------------------------------------------- r43236 | amette | 2012-10-01 23:29:50 +0200 (Mon, 01 Oct 2012) | 2 lines [ENH] Don't check for free disk space, if the needed function is not available (some hosts have this as a 'security' measure) - thx luciash ---------------------------------------------- r43233 | lphuberdeau | 2012-10-01 18:46:32 +0200 (Mon, 01 Oct 2012) | 1 line [ENH] Display groups in the workspace select permission box ---------------------------------------------- r43228 | lphuberdeau | 2012-10-01 16:19:39 +0200 (Mon, 01 Oct 2012) | 1 line [MOD]?\194?\160Add support for indexing of MS Office XML documents, adding native PHP handling of certain document types to skip the shell script call ---------------------------------------------- r43227 | sylvieg | 2012-10-01 14:56:28 +0200 (Mon, 01 Oct 2012) | 1 line [FIX]seems that old databases are not updated correctly (user_Permissions) ---------------------------------------------- r43226 | sylvieg | 2012-10-01 12:53:46 +0200 (Mon, 01 Oct 2012) | 1 line [ENH]perm to view the choices users did in poll ---------------------------------------------- r43225 | lindonb | 2012-10-01 01:35:38 +0200 (Mon, 01 Oct 2012) | 1 line [FIX] Make default smallest time interval hours per bug report 2780. Also fix notices ---------------------------------------------- r43223 | changi67 | 2012-09-30 21:02:48 +0200 (Sun, 30 Sep 2012) | 1 line PSR Checkstyle - see http://qa.tiki.org/job/TikiTrunk_PSR_Compliant ---------------------------------------------- r43211 | lindonb | 2012-09-30 06:22:26 +0200 (Sun, 30 Sep 2012) | 1 line Notice. ---------------------------------------------- r43209 | lindonb | 2012-09-30 05:55:26 +0200 (Sun, 30 Sep 2012) | 1 line Notices. ---------------------------------------------- r43207 | amette | 2012-09-30 01:53:24 +0200 (Sun, 30 Sep 2012) | 3 lines [ENH] Allow appending Apache's /server-info (standalone only so far) [ENH] Better explanation for magic_quotes_gpc ---------------------------------------------- r43204 | amette | 2012-09-29 22:10:52 +0200 (Sat, 29 Sep 2012) | 2 lines [ENH] Check for correct RewriteBase in .htaccess ---------------------------------------------- r43202 | amette | 2012-09-29 21:18:29 +0200 (Sat, 29 Sep 2012) | 2 lines [ENH] Check if customizable upload directories are writeable ---------------------------------------------- r43200 | lindonb | 2012-09-29 19:52:34 +0200 (Sat, 29 Sep 2012) | 1 line Revert r43191 and explain why any php error is appropriate ---------------------------------------------- r43190 | amette | 2012-09-28 21:53:28 +0200 (Fri, 28 Sep 2012) | 2 lines [FIX] Suppress notice by initializing array ---------------------------------------------- r43188 | amette | 2012-09-28 21:45:00 +0200 (Fri, 28 Sep 2012) | 5 lines [ENH] Check for memcache extension [ENH] Check for sesseion.save_handler, zlib.output_compression [ENH] Check for mod_security [ENH] Move upload_tmp_dir check from Admin->Security to tiki-check.php ---------------------------------------------- r43181 | jonnybradley | 2012-09-28 12:48:58 +0200 (Fri, 28 Sep 2012) | 1 line [FIX] check: initialise array ---------------------------------------------- r43180 | amette | 2012-09-27 22:46:53 +0200 (Thu, 27 Sep 2012) | 3 lines [ENH] Check for ability to send e-mails [FIX] Typo in attribute of label tag ---------------------------------------------- r43179 | amette | 2012-09-27 21:20:25 +0200 (Thu, 27 Sep 2012) | 2 lines [ENH] Inform about logging slow queries in MySQL ---------------------------------------------- r43176 | amette | 2012-09-27 18:47:44 +0200 (Thu, 27 Sep 2012) | 2 lines [ENH] Mention that we can't check quotas reliably ---------------------------------------------- r43162 | jonnybradley | 2012-09-27 13:17:48 +0200 (Thu, 27 Sep 2012) | 1 line [FIX] search: remove unused global ---------------------------------------------- r43161 | jonnybradley | 2012-09-27 13:14:17 +0200 (Thu, 27 Sep 2012) | 1 line [FIX] search: tidy up after two methods of parsing search result snippets collided. Move the {maketoc} removal into get_snippet, and extend it to remove {toc} as well. ---------------------------------------------- r43160 | amette | 2012-09-27 00:09:25 +0200 (Thu, 27 Sep 2012) | 5 lines [ENH] Don't crash with PHP 4 [ENH] Turn on full error reporting [FIX] Some checks more reliable [FIX] Multiple notices fixed ---------------------------------------------- r43144 | jonnybradley | 2012-09-26 15:46:23 +0200 (Wed, 26 Sep 2012) | 1 line Revert: r43107 [FIX] cookies: could end up with an endless loop in some cases - logic needs improving here i think ---------------------------------------------- r43141 | jonnybradley | 2012-09-26 00:08:39 +0200 (Wed, 26 Sep 2012) | 1 line [FIX] setup: Update cookie names for $inputConfiguration ---------------------------------------------- r43140 | jonnybradley | 2012-09-26 00:01:03 +0200 (Wed, 26 Sep 2012) | 1 line [FIX] kaltura: Catch any kind of exception - had a KalturaClient one today (which apparently isn't a KalturaException?) ---------------------------------------------- r43139 | changi67 | 2012-09-25 21:48:23 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] Missing one function from merge ---------------------------------------------- r43134 | changi67 | 2012-09-25 21:10:14 +0200 (Tue, 25 Sep 2012) | 1 line [ENH] The PHP 4 method of declaring a variable with the var keyword is still supported for compatibility reasons, please switch to public/protected/private ---------------------------------------------- r43130 | amette | 2012-09-25 20:07:46 +0200 (Tue, 25 Sep 2012) | 2 lines [ENH] Check for availability of Apache modules (rewrite/deflate/expires) ---------------------------------------------- r43127 | marclaporte | 2012-09-25 18:04:16 +0200 (Tue, 25 Sep 2012) | 1 line Adding jCapture Screencast prefs to the File Gallery Admin Panel ---------------------------------------------- r43125 | changi67 | 2012-09-25 16:50:43 +0200 (Tue, 25 Sep 2012) | 5 lines [ENH] Use lib function to load lib [FIX] Wrong path in lib copyright instead of references Checkstyle rename class too camelcase compatible name ---------------------------------------------- r43122 | robertplummer | 2012-09-25 16:25:01 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] Ensure array is sent ---------------------------------------------- r43120 | robertplummer | 2012-09-25 16:21:06 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] Style ---------------------------------------------- r43119 | robertplummer | 2012-09-25 16:18:23 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] Remove variables set from abstract ---------------------------------------------- r43118 | robertplummer | 2012-09-25 16:17:33 +0200 (Tue, 25 Sep 2012) | 1 line [NEW] Plugin tests for the new parser ---------------------------------------------- r43117 | robertplummer | 2012-09-25 16:16:53 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] Migrate to pluginNegotiator ---------------------------------------------- r43115 | robertplummer | 2012-09-25 16:10:35 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] Code cleanup, passing all tests so far ---------------------------------------------- r43114 | robertplummer | 2012-09-25 16:08:42 +0200 (Tue, 25 Sep 2012) | 3 lines [FIX] Trim returned message to ensure it passes test [FIX] Make pluginInfo part of class as static rather than just static variable [FIX] Eject removes pluginInfo ---------------------------------------------- r43112 | robertplummer | 2012-09-25 15:38:05 +0200 (Tue, 25 Sep 2012) | 1 line [ENH] OutputTest goes abstract to reuse ---------------------------------------------- r43111 | robertplummer | 2012-09-25 15:27:44 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] Pref from wrong source ---------------------------------------------- r43110 | robertplummer | 2012-09-25 15:17:40 +0200 (Tue, 25 Sep 2012) | 3 lines [ENH] Give the parser full ability to inject and eject plugins as objects [ENH] Give parser the ability to return the syntax exactly so as not to interfere with smarty functions [ENH] Give regular plugins and zend style plugins relative paths that can be changed (for testing) ---------------------------------------------- r43107 | jonnybradley | 2012-09-25 13:05:43 +0200 (Tue, 25 Sep 2012) | 1 line [FIX] cookies: Somehow javascript_enabled seems to be able to get "lost", and runs_before_js_detect ends up as zero, which was disabling javascript (something to do with cookie consent i believe) ---------------------------------------------- r43106 | jonnybradley | 2012-09-24 21:58:27 +0200 (Mon, 24 Sep 2012) | 1 line [ENH] jcapture: New pref to define which file gallery to upload the jcapture files to (thanks marclaporte) ---------------------------------------------- r43101 | jonnybradley | 2012-09-24 19:20:42 +0200 (Mon, 24 Sep 2012) | 1 line [FIX] toolbars: Remove stray space char in ckeditor javascript that seems to have arrived during r30199 merge commit (odd - the diff looks clean, 9.x is fine - apologies) ---------------------------------------------- r43097 | robertplummer | 2012-09-24 14:33:34 +0200 (Mon, 24 Sep 2012) | 1 line [FIX] If the input of a string started with a plugin's entity key, it would not replace the entity into the input because the strpos was "0", or false. ---------------------------------------------- r43096 | robertplummer | 2012-09-24 00:22:55 +0200 (Mon, 24 Sep 2012) | 1 line [ENH] Add codemirror support ---------------------------------------------- r43091 | changi67 | 2012-09-22 18:05:03 +0200 (Sat, 22 Sep 2012) | 1 line checkstyle - see http://quality.tiki.org - now we can branch :) ---------------------------------------------- r43082 | changi67 | 2012-09-22 13:02:40 +0200 (Sat, 22 Sep 2012) | 1 line checkstyle - see http://quality.tiki.org ---------------------------------------------- r43080 | jonnybradley | 2012-09-21 21:40:21 +0200 (Fri, 21 Sep 2012) | 1 line [FIX] kaltura: Fix cases where an account has been deleted or suspended and init of kalturalib fails, leaving uncaught exceptions and preventing changing the prefs (also removed a few unused vars) ---------------------------------------------- r43073 | lindonb | 2012-09-21 07:57:08 +0200 (Fri, 21 Sep 2012) | 1 line [REF] Minor refactoring of metadata files, part 2 ---------------------------------------------- r43072 | lindonb | 2012-09-21 07:47:18 +0200 (Fri, 21 Sep 2012) | 1 line [REF] Some minor refactoring, part 1 ---------------------------------------------- r43070 | lindonb | 2012-09-20 22:57:08 +0200 (Thu, 20 Sep 2012) | 1 line [FIX]Better method for ignoring plugins and other tags to avoid false positives when identifying row delimiters. Fixes bug 4216. ---------------------------------------------- r43068 | changi67 | 2012-09-20 22:02:24 +0200 (Thu, 20 Sep 2012) | 1 line [MOD] Typo ---------------------------------------------- r43062 | robertplummer | 2012-09-20 17:28:01 +0200 (Thu, 20 Sep 2012) | 3 lines [FIX] structure better with dataToFieldHandler [FIX] or handling [ENH] Added debug parameter ---------------------------------------------- r43061 | robertplummer | 2012-09-20 17:18:48 +0200 (Thu, 20 Sep 2012) | 1 line [FIX] Better and/or/like handling ---------------------------------------------- r43057 | robertplummer | 2012-09-19 23:13:01 +0200 (Wed, 19 Sep 2012) | 1 line [FIX] show layers was buggy in chrome when initially set ---------------------------------------------- r43054 | robertplummer | 2012-09-19 21:57:09 +0200 (Wed, 19 Sep 2012) | 1 line [ENH] Use language and some other options, also a fix to the layers button ---------------------------------------------- r43053 | robertplummer | 2012-09-19 21:56:20 +0200 (Wed, 19 Sep 2012) | 1 line [ENH] Expose language as $.lang ---------------------------------------------- r43052 | robertplummer | 2012-09-19 21:34:30 +0200 (Wed, 19 Sep 2012) | 1 line [FIX] Only hide what needs to be hidden ---------------------------------------------- r43051 | robertplummer | 2012-09-19 21:24:46 +0200 (Wed, 19 Sep 2012) | 1 line [FIX] added method "updateReference" to change reference of location when file id changes ---------------------------------------------- r43050 | robertplummer | 2012-09-19 21:23:06 +0200 (Wed, 19 Sep 2012) | 1 line [FIX] Migrate over to http request, to expose header/content type ---------------------------------------------- r43049 | robertplummer | 2012-09-19 21:22:24 +0200 (Wed, 19 Sep 2012) | 1 line [FIX] Ensure that the image has a width and height ---------------------------------------------- r43048 | lphuberdeau | 2012-09-19 20:25:27 +0200 (Wed, 19 Sep 2012) | 1 line [ENH] Improve service dialog to display errors on initial load (such as permission denied, instead of white screen), and remove OK/Cancel buttons when not applicable ---------------------------------------------- r43047 | marclaporte | 2012-09-19 19:46:07 +0200 (Wed, 19 Sep 2012) | 1 line moving workspace_root_category to advanced section of workspace panel ---------------------------------------------- r43046 | lphuberdeau | 2012-09-19 19:26:03 +0200 (Wed, 19 Sep 2012) | 1 line [MOD] Allow creation of empty pages through profiles ---------------------------------------------- r43045 | lphuberdeau | 2012-09-19 18:39:24 +0200 (Wed, 19 Sep 2012) | 1 line [MOD] When there is a limit on the amount of files, use the last files instead of the first ones, which are more likely to be the right one when a user uploads new files ---------------------------------------------- r43043 | chibaguy | 2012-09-19 08:56:10 +0200 (Wed, 19 Sep 2012) | 1 line [SVN] Partial rollback of r43025. .calprio* classes are still used. ---------------------------------------------- r43042 | chibaguy | 2012-09-19 08:49:19 +0200 (Wed, 19 Sep 2012) | 1 line [SVN] Rollback of r43021. .calprio* classes are still used. ---------------------------------------------- r43041 | marclaporte | 2012-09-19 03:59:38 +0200 (Wed, 19 Sep 2012) | 1 line Improve the UI of uploading images in trackers (still could be quite a bit better) ---------------------------------------------- r43039 | amette | 2012-09-19 00:48:44 +0200 (Wed, 19 Sep 2012) | 2 lines [ENH] Check for UTF-8 collation in MySQL ---------------------------------------------- r43038 | amette | 2012-09-19 00:36:56 +0200 (Wed, 19 Sep 2012) | 2 lines [ENH] Better explanation when not fully UTF-8 in MySQL ---------------------------------------------- r43037 | amette | 2012-09-19 00:26:21 +0200 (Wed, 19 Sep 2012) | 2 lines [ENH] Check MySQL for complete UTF-8 support ---------------------------------------------- r43036 | amette | 2012-09-18 23:02:10 +0200 (Tue, 18 Sep 2012) | 2 lines [ENH] (Very) quick check for crashed tables when running inside Tiki ---------------------------------------------- r43035 | changi67 | 2012-09-18 21:26:52 +0200 (Tue, 18 Sep 2012) | 1 line checkstyles : see quality.tiki.org ---------------------------------------------- r43034 | lphuberdeau | 2012-09-18 20:32:40 +0200 (Tue, 18 Sep 2012) | 1 line [NEW] Profile handler to set individual tracker options, useful to resolve circular dependencies with tracker options that contain field list ---------------------------------------------- r43033 | amette | 2012-09-18 19:07:55 +0200 (Tue, 18 Sep 2012) | 2 lines [ENH] Show MySQL configuration (variables) ---------------------------------------------- r43032 | lphuberdeau | 2012-09-18 17:44:43 +0200 (Tue, 18 Sep 2012) | 1 line [ENH]?\194?\160Display error message when streetview is not available ---------------------------------------------- r43031 | amette | 2012-09-18 15:44:34 +0200 (Tue, 18 Sep 2012) | 2 lines [FIX] Check correctly for xCache being used and needing authentication ---------------------------------------------- r43030 | amette | 2012-09-18 15:35:29 +0200 (Tue, 18 Sep 2012) | 2 lines [ENH] Check for PHP ByteCode cache ---------------------------------------------- r43029 | chibaguy | 2012-09-18 09:29:00 +0200 (Tue, 18 Sep 2012) | 1 line [CSS] More unused classes removed (.Cal, .Cal0, etc.). ---------------------------------------------- r43027 | chibaguy | 2012-09-18 09:09:50 +0200 (Tue, 18 Sep 2012) | 1 line Generic "heading" class added to td.calHeading to simplify styling (global heading style can cover this case if no special treatment is needed). Containing table given class "calendarweek" and inline CSS moved to calendar.css. ---------------------------------------------- r43025 | chibaguy | 2012-09-18 08:44:08 +0200 (Tue, 18 Sep 2012) | 1 line [CSS] Removing styles for no longer used feature-specific links in calendar. ---------------------------------------------- r43023 | chibaguy | 2012-09-18 08:03:48 +0200 (Tue, 18 Sep 2012) | 1 line [CSS] Calendar day classes .caleven and .calodd no longer used; .caltable .even and .caltable .odd can be used instead if necessary. ---------------------------------------------- r43022 | chibaguy | 2012-09-18 06:23:11 +0200 (Tue, 18 Sep 2012) | 1 line [CSS] Off-screen text shouldn't need color properties. ---------------------------------------------- r43021 | chibaguy | 2012-09-18 06:01:12 +0200 (Tue, 18 Sep 2012) | 1 line [CSS] Unused selectors removed (calendar .calprio* and messages .prio* classes to indicate background colors). ---------------------------------------------- r43020 | lindonb | 2012-09-18 05:44:24 +0200 (Tue, 18 Sep 2012) | 1 line [FIX] Fix false positives for ~|~ as separator, causing table to break in some cases ---------------------------------------------- r43019 | robertplummer | 2012-09-17 23:29:41 +0200 (Mon, 17 Sep 2012) | 3 lines [FIX] Bringing the parser closer to beta, have expanding headers working now, tested with more dev.tiki.org data, seems solid [ENH] Broke the block parsing into a less nested structure, with a nested recovery just in case [ENH] Using now the actual breaking character returned to the parser from method line($ch) where $ch is the detected character from the string being parsed rather than assuming it is "\n", in some cases, it is not set ---------------------------------------------- r43017 | lphuberdeau | 2012-09-17 21:20:04 +0200 (Mon, 17 Sep 2012) | 1 line [NEW] Allow to specify the content of the workspace's home page and add additional pages to be created ---------------------------------------------- r43015 | lphuberdeau | 2012-09-17 19:33:59 +0200 (Mon, 17 Sep 2012) | 1 line [MOD] New profile handler to categorize objects indenpently from category creation and work towards wiki page creation from workspaces ---------------------------------------------- r43012 | lindonb | 2012-09-17 17:45:54 +0200 (Mon, 17 Sep 2012) | 1 line Notices and som indenting ---------------------------------------------- r43011 | lphuberdeau | 2012-09-17 17:37:35 +0200 (Mon, 17 Sep 2012) | 1 line [FIX]?\194?\160Missing tiki.sql update ---------------------------------------------- r43010 | chibaguy | 2012-09-17 09:50:03 +0200 (Mon, 17 Sep 2012) | 1 line Redundant rule - button class is display:inline-block by default. ---------------------------------------------- r43009 | lindonb | 2012-09-17 07:01:59 +0200 (Mon, 17 Sep 2012) | 1 line [ENH] Add Page View to file galleries where files can be paged through, showing properties and file metadata as well as syntax tips previously available only upon upload. Extended metadata only available for JPEGs. Other cleanup as well. ---------------------------------------------- r43008 | marclaporte | 2012-09-17 04:53:57 +0200 (Mon, 17 Sep 2012) | 1 line Adding a link to Tiki Check from the installer ---------------------------------------------- r43006 | marclaporte | 2012-09-17 02:51:56 +0200 (Mon, 17 Sep 2012) | 1 line Warn devs about strange behavior of PluginMediaPlayer ---------------------------------------------- r43005 | marclaporte | 2012-09-16 22:50:20 +0200 (Sun, 16 Sep 2012) | 1 line The HAWHAW lib was removed a while back, in favor of jQuery Mobile, so removing leftover icon. ---------------------------------------------- r43004 | changi67 | 2012-09-16 21:57:11 +0200 (Sun, 16 Sep 2012) | 1 line Checkstyle - see http://quality.tiki.org ---------------------------------------------- r42993 | changi67 | 2012-09-15 19:19:21 +0200 (Sat, 15 Sep 2012) | 1 line Checkstyle - see http://quality.tiki.org/ ---------------------------------------------- r42992 | changi67 | 2012-09-15 17:09:21 +0200 (Sat, 15 Sep 2012) | 1 line checkstyles ---------------------------------------------- r42991 | changi67 | 2012-09-15 16:48:08 +0200 (Sat, 15 Sep 2012) | 1 line [FIX] Missing closing bracket - thx checkstyle :) ---------------------------------------------- r42989 | lindonb | 2012-09-15 16:42:43 +0200 (Sat, 15 Sep 2012) | 1 line Indentation ---------------------------------------------- r42987 | lindonb | 2012-09-15 16:20:29 +0200 (Sat, 15 Sep 2012) | 1 line Notices and indentation. Also don't show info box if overMany not set. ---------------------------------------------- r42986 | changi67 | 2012-09-15 16:15:08 +0200 (Sat, 15 Sep 2012) | 1 line Checkstyle ---------------------------------------------- r42985 | changi67 | 2012-09-15 15:56:31 +0200 (Sat, 15 Sep 2012) | 1 line [ENH] Add php-fpm in server api detection + display off if server signature is not available ---------------------------------------------- r42984 | changi67 | 2012-09-15 15:44:30 +0200 (Sat, 15 Sep 2012) | 1 line Checktyles ---------------------------------------------- r42981 | lindonb | 2012-09-15 08:18:53 +0200 (Sat, 15 Sep 2012) | 1 line Notices and indentation ---------------------------------------------- r42973 | robertplummer | 2012-09-14 21:01:59 +0200 (Fri, 14 Sep 2012) | 1 line [ENH] A few tests to check link nesting ---------------------------------------------- r42972 | robertplummer | 2012-09-14 21:01:27 +0200 (Fri, 14 Sep 2012) | 1 line [ENH] Links are not nestable ---------------------------------------------- r42971 | robertplummer | 2012-09-14 20:13:56 +0200 (Fri, 14 Sep 2012) | 1 line [ENH] Added wikilinks that start with a type, for example (alias(Wikipage)), just detection, no change in output ---------------------------------------------- r42970 | robertplummer | 2012-09-14 20:12:42 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] Don't divide by 0 ---------------------------------------------- r42969 | robertplummer | 2012-09-14 20:11:06 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] A few warnings, catch error when sheet doesn't exist ---------------------------------------------- r42968 | robertplummer | 2012-09-14 19:31:12 +0200 (Fri, 14 Sep 2012) | 2 lines [FIX] Ensure plugin exists before replacing [FIX] One more try at strike/double-dash handling, rather than look for strike start before letters or numbers, look for bold start that do not have space after. Can't simply search and replace on it because we have to track state ---------------------------------------------- r42967 | robertplummer | 2012-09-14 18:22:12 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] lists need reversed before being replaced, as this is a reverse bottom up parser, edge case where unclosed error recovery wouldn't allow str_replace find the list identity in the page ---------------------------------------------- r42966 | robertplummer | 2012-09-14 17:31:44 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] missed a rollback ---------------------------------------------- r42965 | robertplummer | 2012-09-14 17:29:00 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] Have tiki handle the file like a proxy ---------------------------------------------- r42964 | robertplummer | 2012-09-14 17:27:19 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] Answer to remote files is not to load them, but to have tiki-download_file.php to load them to the server tiki is running and then to send them to user. Partial rollback ---------------------------------------------- r42963 | robertplummer | 2012-09-14 17:10:08 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] $url is always set ---------------------------------------------- r42962 | robertplummer | 2012-09-14 16:38:24 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] $source is fileId ---------------------------------------------- r42961 | robertplummer | 2012-09-14 16:32:34 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] sefurl for base svg object transition from normal image to svg object ---------------------------------------------- r42960 | robertplummer | 2012-09-14 16:13:48 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] src not taking ---------------------------------------------- r42959 | robertplummer | 2012-09-14 16:10:11 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] incorporate sefurl ---------------------------------------------- r42958 | amette | 2012-09-14 14:16:47 +0200 (Fri, 14 Sep 2012) | 2 lines [FIX] Don't crash with MySQL < 5.x ---------------------------------------------- r42953 | lindonb | 2012-09-14 03:26:48 +0200 (Fri, 14 Sep 2012) | 1 line [FIX] Add metadata extraction time to summary info and delete from EXIF data, so users can always see when the last extraction was. Also other minor refactoring. ---------------------------------------------- r42952 | lindonb | 2012-09-14 02:04:30 +0200 (Fri, 14 Sep 2012) | 1 line [ENH] Add ability to refresh metadata in file gallery listings, either individually or selected files. ---------------------------------------------- r42951 | lphuberdeau | 2012-09-13 23:02:24 +0200 (Thu, 13 Sep 2012) | 1 line [FIX]?\194?\160array_unique() when building item list modifies tracker items on edit without user intervention ---------------------------------------------- r42950 | amette | 2012-09-13 22:47:26 +0200 (Thu, 13 Sep 2012) | 2 lines [ENH] Check for DateTime class for WebDAV support ---------------------------------------------- r42949 | amette | 2012-09-13 22:35:08 +0200 (Thu, 13 Sep 2012) | 2 lines [ENH] Check for ImageMagick ---------------------------------------------- r42948 | amette | 2012-09-13 22:32:33 +0200 (Thu, 13 Sep 2012) | 3 lines [ENH] Check for ZipArchive class [FIX] Reuse GD check result ---------------------------------------------- r42947 | lphuberdeau | 2012-09-13 22:13:24 +0200 (Thu, 13 Sep 2012) | 1 line [FIX] Item cloning data load ---------------------------------------------- r42945 | lphuberdeau | 2012-09-13 20:12:46 +0200 (Thu, 13 Sep 2012) | 1 line [FIX]?\194?\160Dynamic id generation so that multiple pop-ups work ---------------------------------------------- r42944 | lphuberdeau | 2012-09-13 19:57:46 +0200 (Thu, 13 Sep 2012) | 1 line [FIX] Use more unique IDs as browsers begin to cause issues when the same ID appears twice in the DOM ---------------------------------------------- r42943 | lphuberdeau | 2012-09-13 19:55:22 +0200 (Thu, 13 Sep 2012) | 1 line [FIX] Javascript collection did not consider the full execution when obtaining partial HTML ---------------------------------------------- r42941 | lphuberdeau | 2012-09-13 18:13:26 +0200 (Thu, 13 Sep 2012) | 1 line [FIX]?\194?\160Toolbars broken when accessed from multiple ajax forms ---------------------------------------------- r42940 | amette | 2012-09-13 17:48:10 +0200 (Thu, 13 Sep 2012) | 2 lines [ENH] Indicate if mod_php or CGI ---------------------------------------------- r42939 | jonnybradley | 2012-09-13 17:26:58 +0200 (Thu, 13 Sep 2012) | 1 line [FIX] Update jquery.mobile to 1.1.1 in trunk headerlib ---------------------------------------------- r42936 | lphuberdeau | 2012-09-13 15:54:30 +0200 (Thu, 13 Sep 2012) | 1 line [FIX]?\194?\160Coordinate display was in an unconventional order ---------------------------------------------- r42930 | marclaporte | 2012-09-13 01:02:22 +0200 (Thu, 13 Sep 2012) | 1 line If PHP version is not recent enough, add a link to Tiki Check (the site admin will likely have other things wrong) ---------------------------------------------- r42929 | amette | 2012-09-13 00:51:53 +0200 (Thu, 13 Sep 2012) | 2 lines [ENH] Better explanation for date.timezone problems ---------------------------------------------- r42928 | robertplummer | 2012-09-12 23:00:21 +0200 (Wed, 12 Sep 2012) | 1 line [FIX] stacks is not static ---------------------------------------------- r42927 | amette | 2012-09-12 22:43:55 +0200 (Wed, 12 Sep 2012) | 2 lines [ENH] Check for having a timezone set in php.ini ---------------------------------------------- r42926 | amette | 2012-09-12 22:36:57 +0200 (Wed, 12 Sep 2012) | 2 lines [ENH] Don't throw error, if exec() isn't available ---------------------------------------------- r42925 | amette | 2012-09-12 22:15:36 +0200 (Wed, 12 Sep 2012) | 3 lines [ENH] Fail gracefully when incorrect DB credentials (at least show the other check results) [ENH] Allow connecting without username (possible when MySQL on localhost) ---------------------------------------------- r42924 | amette | 2012-09-12 20:28:13 +0200 (Wed, 12 Sep 2012) | 2 lines [KIL] Oops... doubled code ---------------------------------------------- r42923 | amette | 2012-09-12 20:02:29 +0200 (Wed, 12 Sep 2012) | 4 lines [ENH] Check for PHP safe_mode [ENH] Allow appending phpinfo() output [ENH] Proper indentation ---------------------------------------------- r42922 | jonnybradley | 2012-09-12 17:51:42 +0200 (Wed, 12 Sep 2012) | 1 line [FIX] jCapture: Make toolbar button obey pref and add to default toolbar ---------------------------------------------- r42921 | marclaporte | 2012-09-12 01:17:15 +0200 (Wed, 12 Sep 2012) | 1 line adding new plugin to admin panel ---------------------------------------------- r42920 | marclaporte | 2012-09-12 01:12:25 +0200 (Wed, 12 Sep 2012) | 1 line add missing description ---------------------------------------------- r42919 | marclaporte | 2012-09-12 01:11:44 +0200 (Wed, 12 Sep 2012) | 1 line add feature check ---------------------------------------------- r42918 | marclaporte | 2012-09-12 01:00:48 +0200 (Wed, 12 Sep 2012) | 1 line Making explicit that these two prefs are special and are not to be found in the general admin panel ---------------------------------------------- r42917 | marclaporte | 2012-09-12 00:46:08 +0200 (Wed, 12 Sep 2012) | 1 line Permit to set the Kaltura plugin from the Kaltura tab in the admin panel ---------------------------------------------- r42916 | marclaporte | 2012-09-12 00:36:20 +0200 (Wed, 12 Sep 2012) | 1 line More precise warning for Tiki Check ---------------------------------------------- r42915 | marclaporte | 2012-09-12 00:35:31 +0200 (Wed, 12 Sep 2012) | 1 line add missing pref in admin panel ---------------------------------------------- r42914 | robertplummer | 2012-09-11 22:46:14 +0200 (Tue, 11 Sep 2012) | 2 lines [FIX] misc draw fixes, to do with dimensions and compatibility issues in chrome [FIX] Initial startup if container doesn't exist, reload location ---------------------------------------------- r42910 | lphuberdeau | 2012-09-11 20:58:00 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] Preference report fixes ---------------------------------------------- r42909 | lphuberdeau | 2012-09-11 20:57:30 +0200 (Tue, 11 Sep 2012) | 1 line [FIX]?\194?\160Invalid dependencies syntax ---------------------------------------------- r42906 | lphuberdeau | 2012-09-11 20:03:03 +0200 (Tue, 11 Sep 2012) | 1 line [FIX]?\194?\160Fix undefined when no prefix is set for the layer name ---------------------------------------------- r42905 | robertplummer | 2012-09-11 19:48:34 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] .html() was turning valid svg into html (in chrome), .children() simply moves them ---------------------------------------------- r42904 | lphuberdeau | 2012-09-11 19:23:06 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] Remove service rendering - bad merge caused by blank file created in trunk while the file was added in 9.x ---------------------------------------------- r42903 | robertplummer | 2012-09-11 19:14:04 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] Src can be set, but only for looking at thumbnails ---------------------------------------------- r42902 | robertplummer | 2012-09-11 18:28:47 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] " -- " doesn't need protection ---------------------------------------------- r42901 | lphuberdeau | 2012-09-11 17:41:54 +0200 (Tue, 11 Sep 2012) | 1 line [ENH] Allow to specify a custom class name on the overlay within appframe ---------------------------------------------- r42900 | robertplummer | 2012-09-11 17:00:41 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] <br /> right before <a /> on hidden list item ---------------------------------------------- r42899 | robertplummer | 2012-09-11 16:44:05 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] link handling internal vs external, and ref, icon, and cache ---------------------------------------------- r42898 | robertplummer | 2012-09-11 16:14:59 +0200 (Tue, 11 Sep 2012) | 1 line [NEW] Parser diff, old vs new ---------------------------------------------- r42897 | lphuberdeau | 2012-09-11 16:00:26 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] Binding of onclick action was not done on the right container, preventing some dialogs from opening in context in the map ---------------------------------------------- r42896 | robertplummer | 2012-09-11 15:38:04 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] Bold state starts only when just before words or numbers, otherwise it is never started, thus never ended. ---------------------------------------------- r42895 | robertplummer | 2012-09-11 14:44:23 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] Right after div or table should not get a break, as they breaks the line ---------------------------------------------- r42893 | sylvieg | 2012-09-11 12:09:12 +0200 (Tue, 11 Sep 2012) | 1 line [FIX]do not force width is cols is given ---------------------------------------------- r42892 | robertplummer | 2012-09-11 03:12:29 +0200 (Tue, 11 Sep 2012) | 1 line [ENH] Added some formatting and no_line_skipping method ---------------------------------------------- r42891 | robertplummer | 2012-09-11 03:11:23 +0200 (Tue, 11 Sep 2012) | 1 line [FIX] Added a max of 0 on --, making negative impossible. ---------------------------------------------- r42890 | robertplummer | 2012-09-10 23:11:39 +0200 (Mon, 10 Sep 2012) | 1 line [REM] the ability to parse everything but wiki syntax ---------------------------------------------- r42889 | robertplummer | 2012-09-10 22:51:55 +0200 (Mon, 10 Sep 2012) | 1 line [ENH] Added more testing to the jison parser, modified buggy syntax a little from old tests ---------------------------------------------- r42888 | robertplummer | 2012-09-10 22:51:10 +0200 (Mon, 10 Sep 2012) | 1 line [ENH] Added missing functionality required by wiki syntax as outlined in older wiki tests ---------------------------------------------- r42887 | robertplummer | 2012-09-10 22:49:55 +0200 (Mon, 10 Sep 2012) | 1 line [FIX] Give credit where due ---------------------------------------------- r42886 | robertplummer | 2012-09-10 22:49:19 +0200 (Mon, 10 Sep 2012) | 1 line [ENH] Use alternate ckeditor handler if jison is on, no affect to those who don't want cutting edge for now ---------------------------------------------- r42885 | robertplummer | 2012-09-10 22:47:29 +0200 (Mon, 10 Sep 2012) | 1 line [NEW] CKEditor gets its own parser negotiator, somewhat of a placeholder for now ---------------------------------------------- r42884 | robertplummer | 2012-09-10 22:45:59 +0200 (Mon, 10 Sep 2012) | 1 line [NEW] Placeholder for ckeditor handler, which extends the base handler for wiki syntax ---------------------------------------------- r42883 | robertplummer | 2012-09-10 22:41:27 +0200 (Mon, 10 Sep 2012) | 1 line [NEW] Added definition lists and fixed a few bugs with lists and types '-' and '+' ---------------------------------------------- r42882 | robertplummer | 2012-09-10 22:40:32 +0200 (Mon, 10 Sep 2012) | 1 line [NEW] Added injectable plugins, plugins that may exist, but only in the form on an instantiated object, to further test and extend parser. ---------------------------------------------- r42881 | robertplummer | 2012-09-10 22:36:57 +0200 (Mon, 10 Sep 2012) | 1 line [NEW] Html Character handler, added because there may be some difference between some handlers, like CKeditor eventually ---------------------------------------------- r42880 | marclaporte | 2012-09-10 22:25:27 +0200 (Mon, 10 Sep 2012) | 1 line The plugins tab of tiki-admin.php?page=textarea tends to take a lot of memory, so this will avoid errors (will only work on hosts that accept ini_set of memory_limit) ---------------------------------------------- r42879 | amette | 2012-09-10 18:22:21 +0200 (Mon, 10 Sep 2012) | 2 lines [ENH] Move security checks that are solely based on PHP properties over to tiki-check.php ---------------------------------------------- r42878 | amette | 2012-09-10 15:51:59 +0200 (Mon, 10 Sep 2012) | 3 lines [ENH] More comprehensible check for how errors are reported by PHP [ENH] More reliable check for ini_set ---------------------------------------------- r42877 | amette | 2012-09-10 14:47:53 +0200 (Mon, 10 Sep 2012) | 3 lines [FIX] Time limits of 0 also mean unlimited in php.ini [KIL] Duplicate code ---------------------------------------------- r42876 | amette | 2012-09-10 14:28:39 +0200 (Mon, 10 Sep 2012) | 2 lines [FIX] Check default_charset for real ---------------------------------------------- r42874 | lindonb | 2012-09-10 04:39:37 +0200 (Mon, 10 Sep 2012) | 1 line Notice and some indenting ---------------------------------------------- r42872 | lindonb | 2012-09-10 00:04:41 +0200 (Mon, 10 Sep 2012) | 1 line [KIL] Delete plugin figure which does not implement the figure element properly. ---------------------------------------------- r42871 | marclaporte | 2012-09-09 20:00:26 +0200 (Sun, 09 Sep 2012) | 1 line Tiki Check: error reporting level is good/bad depending on if production or dev stage. Thus, changing to information and users will act accordingly ---------------------------------------------- r42869 | lindonb | 2012-09-09 18:21:47 +0200 (Sun, 09 Sep 2012) | 1 line [FIX] Ensure summary of basic information is first in the metadata array. Also avoid notices when there is no IPTC data. ---------------------------------------------- r42868 | lindonb | 2012-09-09 18:19:40 +0200 (Sun, 09 Sep 2012) | 1 line [FIX] Metadata array with single metadata type was not being returned consistently with arrays with multiple types. ---------------------------------------------- r42867 | lindonb | 2012-09-09 18:16:57 +0200 (Sun, 09 Sep 2012) | 1 line [FIX] Typo in setting variable. ---------------------------------------------- r42866 | lindonb | 2012-09-09 18:14:58 +0200 (Sun, 09 Sep 2012) | 1 line [FIX] Notice. ---------------------------------------------- r42865 | marclaporte | 2012-09-09 17:54:17 +0200 (Sun, 09 Sep 2012) | 1 line Recommending Adminer in the install panel, because it's just so useful ---------------------------------------------- r42864 | marclaporte | 2012-09-09 17:52:26 +0200 (Sun, 09 Sep 2012) | 1 line Admins can now indicate in the admin panel if they wish to follow 6-month release cycle or LTS ---------------------------------------------- r42862 | lindonb | 2012-09-09 07:50:40 +0200 (Sun, 09 Sep 2012) | 1 line [ENH] Add metadata implementation to batch uploads. Also show root galleries in dropdown on batch upload page. ---------------------------------------------- r42861 | amette | 2012-09-08 15:34:30 +0200 (Sat, 08 Sep 2012) | 2 lines [ENH] Indicate Linux distribution, if LSB compliant ---------------------------------------------- r42860 | amette | 2012-09-08 15:06:49 +0200 (Sat, 08 Sep 2012) | 4 lines [ENH] Allow to connect to a MySQL instance not on localhost [ENH] Allow to connect to MySQL without a password [FIX] Don't fail with PDO when no rights to connect to 'test' database ---------------------------------------------- r42859 | marclaporte | 2012-09-08 00:48:47 +0200 (Sat, 08 Sep 2012) | 1 line Tiki Check: clearer message ---------------------------------------------- r42857 | marclaporte | 2012-09-08 00:02:31 +0200 (Sat, 08 Sep 2012) | 1 line Tiki Check: harmonize and explicit labels destined for people doing this for the first time and knowing nothing about server administration ---------------------------------------------- r42856 | marclaporte | 2012-09-07 23:17:48 +0200 (Fri, 07 Sep 2012) | 1 line Moving MySQL section to the top to be consistent with standalone version of Tiki Check ---------------------------------------------- r42855 | marclaporte | 2012-09-07 23:10:26 +0200 (Fri, 07 Sep 2012) | 1 line Moving MySQL information report nearer to where it asks for credentials ---------------------------------------------- r42854 | amette | 2012-09-07 23:01:21 +0200 (Fri, 07 Sep 2012) | 2 lines [FIX] Show MySQL version correctly instead of empty table cell ---------------------------------------------- r42853 | marclaporte | 2012-09-07 22:35:05 +0200 (Fri, 07 Sep 2012) | 1 line Improve some wording in Tiki Check ---------------------------------------------- r42852 | amette | 2012-09-07 21:49:52 +0200 (Fri, 07 Sep 2012) | 2 lines [ENH] Work with PDO/mysqli/mysql, don't give bogus values when no DB connection and more reliable MySQL version check ---------------------------------------------- r42851 | amette | 2012-09-07 18:22:14 +0200 (Fri, 07 Sep 2012) | 2 lines [ENH] Don't fail when uploaded as a single file to an older Tiki installation ---------------------------------------------- r42849 | robertplummer | 2012-09-06 15:04:55 +0200 (Thu, 06 Sep 2012) | 1 line [FIX] removal of temporary lines in parser ---------------------------------------------- r42848 | robertplummer | 2012-09-06 15:04:01 +0200 (Thu, 06 Sep 2012) | 2 lines [FIX] Migrate to assertEquals [ENH] Add more tests for error recovery in parser ---------------------------------------------- r42846 | marclaporte | 2012-09-06 02:19:10 +0200 (Thu, 06 Sep 2012) | 1 line Tiki Check now reports which version of Tiki you can install, based on your PHP version. ---------------------------------------------- r42845 | marclaporte | 2012-09-06 01:06:51 +0200 (Thu, 06 Sep 2012) | 1 line bump minimal PHP version check from 5.2 to 5.3 (for Tiki >=10) ---------------------------------------------- r42844 | robertplummer | 2012-09-05 23:46:12 +0200 (Wed, 05 Sep 2012) | 1 line [FIX] Numerios fixes caught while using the unit tester, woohoo! ---------------------------------------------- r42843 | robertplummer | 2012-09-05 23:45:13 +0200 (Wed, 05 Sep 2012) | 1 line [FIX] Kept dying due to no name ---------------------------------------------- r42842 | robertplummer | 2012-09-05 23:43:38 +0200 (Wed, 05 Sep 2012) | 1 line [NEW] Added test for JisonParser, it is getting serios guys! ---------------------------------------------- r42839 | robertplummer | 2012-09-05 20:03:49 +0200 (Wed, 05 Sep 2012) | 1 line [FIX] Just make sure that there is a header parameter to use ---------------------------------------------- r42838 | robertplummer | 2012-09-05 20:02:29 +0200 (Wed, 05 Sep 2012) | 1 line [NEW] Parse dynamic variables ---------------------------------------------- r42837 | robertplummer | 2012-09-05 20:01:06 +0200 (Wed, 05 Sep 2012) | 1 line [ENH] Give parser the ability to use new dynamic variables class ---------------------------------------------- r42836 | robertplummer | 2012-09-05 20:00:06 +0200 (Wed, 05 Sep 2012) | 1 line [FIX] Five credit where due ---------------------------------------------- r42835 | robertplummer | 2012-09-05 19:58:04 +0200 (Wed, 05 Sep 2012) | 1 line [NEW] Added a dynamic variable handler for jison ---------------------------------------------- r42834 | muscote | 2012-09-05 02:24:46 +0200 (Wed, 05 Sep 2012) | 1 line [FIX] Fixed a warning that appeared publicly under some circumstance - caused by a missing (array) in line 88. Thx to RobertPlummer for the quick reply and code snippet. ---------------------------------------------- r42833 | robertplummer | 2012-09-04 22:21:09 +0200 (Tue, 04 Sep 2012) | 1 line [FIX] Check for fields being empty ---------------------------------------------- r42832 | robertplummer | 2012-09-04 22:19:41 +0200 (Tue, 04 Sep 2012) | 2 lines [FIX] Line breaks added, <br /> tags removed, fixed edit icons to be blocked if viewing history [ENH] Highlight the plugin that you want to edit ---------------------------------------------- r42831 | robertplummer | 2012-09-04 22:18:02 +0200 (Tue, 04 Sep 2012) | 1 line [FIX] Strip <br /> at end ---------------------------------------------- r42830 | robertplummer | 2012-09-04 22:17:05 +0200 (Tue, 04 Sep 2012) | 2 lines [ENH] Updated to latest frm github [FIX] We no longer need to tracker states of line starts and ends, just ends ---------------------------------------------- r42828 | lphuberdeau | 2012-09-04 20:20:27 +0200 (Tue, 04 Sep 2012) | 1 line [NEW] Introduce explicit namespace configuration per-page to handle cases where the guessing does not behave as desired, like on a workspace home ---------------------------------------------- r42827 | lphuberdeau | 2012-09-04 19:53:31 +0200 (Tue, 04 Sep 2012) | 1 line [FIX] No need to check for preference presence, if it's missing, it's because of a recent update and cache needs to be cleared ---------------------------------------------- r42826 | lphuberdeau | 2012-09-04 19:29:55 +0200 (Tue, 04 Sep 2012) | 1 line [ENH] Adding an option to mark the goup as autojoin in workspace template editing ---------------------------------------------- r42825 | robertplummer | 2012-09-04 19:24:04 +0200 (Tue, 04 Sep 2012) | 1 line [ENH] Now that we have a line number from the parser, we no longer need to setup the list parser ---------------------------------------------- r42824 | robertplummer | 2012-09-04 19:23:02 +0200 (Tue, 04 Sep 2012) | 1 line [ENH] Updated to latest from github ---------------------------------------------- r42823 | lphuberdeau | 2012-09-04 18:57:19 +0200 (Tue, 04 Sep 2012) | 1 line [MOD] Introduce jail root for category jail not to affet categories outside of the workspace tree ---------------------------------------------- r42822 | lphuberdeau | 2012-09-04 17:49:18 +0200 (Tue, 04 Sep 2012) | 1 line [MOD] Adding a rootId field in the category table to point automatically to the subtree root ---------------------------------------------- r42818 | lindonb | 2012-09-04 06:34:58 +0200 (Tue, 04 Sep 2012) | 1 line [FIX] Regenerate metadata when an uploaded image is resized due to user max width/height settings. Also fixed size calculation when resizing. ---------------------------------------------- r42817 | lindonb | 2012-09-04 02:19:46 +0200 (Tue, 04 Sep 2012) | 1 line [ENH] Implement partially metadata extraction for file gallery files. Metadata is extracted from file and stored in database upon upload, including for drafts and archives. Data can be viewed when "Properties" is clicked for a file (this also extracts and puts metadata into db if not already there). Extended data extracted for JPEG files, just basic file information for other file types. ---------------------------------------------- r42816 | lindonb | 2012-09-03 23:45:31 +0200 (Mon, 03 Sep 2012) | 1 line [FIX] Apparent incorrect copy and paste - $path should be $content. ---------------------------------------------- r42815 | robertplummer | 2012-09-03 23:26:39 +0200 (Mon, 03 Sep 2012) | 2 lines [ENH] Some code updated from jison js counterpart [FIX] Found that line breaks were actually '\r\n' after initial save rather than just '\n' which is what the first homepage is set to. Fixed this in parser and list parser ---------------------------------------------- r42814 | robertplummer | 2012-09-03 23:24:30 +0200 (Mon, 03 Sep 2012) | 1 line [FIX] A few changes to get the js parser working again, been a while since any update due to focus on wiki syntax w/ php, where javascript now is going to be naturally supported ---------------------------------------------- r42813 | arildb | 2012-09-03 22:30:19 +0200 (Mon, 03 Sep 2012) | 1 line [FIX] notification about invalid array to string conversion ---------------------------------------------- r42811 | lindonb | 2012-09-02 07:40:34 +0200 (Sun, 02 Sep 2012) | 1 line [FIX] If files were stored in directories, uploaded drafts updated tiki_files instead of tiki_file_drafts. Also tested success of insert_draft in a different way since false negatives were being returned - probably a better way to fix this. ---------------------------------------------- r42810 | lindonb | 2012-09-02 01:00:45 +0200 (Sun, 02 Sep 2012) | 1 line [FIX] Merge port of r42807 made to 9x - when validating a draft, update tiki_files to avoid fatal error and update correct data by fixing the parameters used in the save_archive function call. ---------------------------------------------- r42806 | robertplummer | 2012-08-31 20:13:00 +0200 (Fri, 31 Aug 2012) | 1 line [ENH] Added access to the "or" filters ---------------------------------------------- r42805 | robertplummer | 2012-08-31 17:38:12 +0200 (Fri, 31 Aug 2012) | 1 line [NEW] Tracker Query Template plugin, already working in real world environment ---------------------------------------------- r42804 | robertplummer | 2012-08-31 17:37:27 +0200 (Fri, 31 Aug 2012) | 1 line [ENH] Add permission checks to tracker and a couple tweaks ---------------------------------------------- r42803 | lindonb | 2012-08-31 04:15:50 +0200 (Fri, 31 Aug 2012) | 1 line [FIX] Improve contrast - menu option names were not showing under wrench icon in file gallery listing with arcturus theme ---------------------------------------------- r42801 | robertplummer | 2012-08-30 18:16:57 +0200 (Thu, 30 Aug 2012) | 1 line [FIX] Move itemsRaw being set at time when we look for values of list items, so we maintain array ---------------------------------------------- r42800 | robertplummer | 2012-08-30 18:06:21 +0200 (Thu, 30 Aug 2012) | 1 line [NEW] Add itemsRaw to Tracker Query, to give us the ability to access both parsed and raw values ---------------------------------------------- r42799 | robertplummer | 2012-08-30 16:50:39 +0200 (Thu, 30 Aug 2012) | 1 line [ENH] Bring trackerId as a public method ---------------------------------------------- r42791 | robertplummer | 2012-08-29 20:10:30 +0200 (Wed, 29 Aug 2012) | 1 line [FIX] disabled plugins need no-parse to body ---------------------------------------------- r42789 | robertplummer | 2012-08-28 23:14:40 +0200 (Tue, 28 Aug 2012) | 1 line [ENH] Moved smiley handler to own parser ---------------------------------------------- r42788 | robertplummer | 2012-08-28 23:04:21 +0200 (Tue, 28 Aug 2012) | 1 line [ENH] Added a very simple hotword handler, mostly copied from the original ---------------------------------------------- r42787 | robertplummer | 2012-08-28 22:40:11 +0200 (Tue, 28 Aug 2012) | 1 line [FIX] No need for static anymore since we use the plugins as a single instance, fixed for displaying in wiki help ---------------------------------------------- r42786 | robertplummer | 2012-08-28 22:05:14 +0200 (Tue, 28 Aug 2012) | 1 line [FIX] Return static properties into info, so now zend style plugins work in the sortable list and plugin help ---------------------------------------------- r42785 | arildb | 2012-08-28 21:25:42 +0200 (Tue, 28 Aug 2012) | 1 line [FIX] Specify Engine=MySAM to make the innodb user selection work ---------------------------------------------- r42784 | robertplummer | 2012-08-28 20:20:26 +0200 (Tue, 28 Aug 2012) | 1 line [FIX] UI fixes ---------------------------------------------- r42783 | robertplummer | 2012-08-28 19:44:14 +0200 (Tue, 28 Aug 2012) | 1 line [ENH] Bringing deliberation tighter into tiki. +1'd all image names to better line up with integration ---------------------------------------------- r42781 | amette | 2012-08-28 14:05:15 +0200 (Tue, 28 Aug 2012) | 2 lines [ENH] Better explanation for magic_quotes_gpc ---------------------------------------------- r42780 | robertplummer | 2012-08-27 20:22:55 +0200 (Mon, 27 Aug 2012) | 1 line [ENH] Changed the event in which textlinks are sent from website b to website a from that of page load to when they are navigated to ---------------------------------------------- r42779 | amette | 2012-08-27 19:48:42 +0200 (Mon, 27 Aug 2012) | 2 lines SVN Id property ---------------------------------------------- r42759 | sylvieg | 2012-08-26 02:18:44 +0200 (Sun, 26 Aug 2012) | 1 line [NEW]abilty to unassign multiple group members ---------------------------------------------- r42756 | lindonb | 2012-08-25 20:02:21 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Svn id property ---------------------------------------------- r42752 | lphuberdeau | 2012-08-25 19:53:10 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Removing areas as an option for workspaces, it breaks everything ---------------------------------------------- r42749 | lindonb | 2012-08-25 19:34:36 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Svn Id property ---------------------------------------------- r42748 | lindonb | 2012-08-25 19:32:52 +0200 (Sat, 25 Aug 2012) | 1 line Id property ---------------------------------------------- r42746 | lphuberdeau | 2012-08-25 18:39:28 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Use standardized redirect to attempt to fix the perspective switch on demo.t.o ---------------------------------------------- r42745 | lphuberdeau | 2012-08-25 18:38:19 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Reduce amount of code ---------------------------------------------- r42744 | lphuberdeau | 2012-08-25 18:31:36 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] For easier permission management, workspaces require perspectives to be categorized ---------------------------------------------- r42743 | lindonb | 2012-08-25 18:19:37 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Conform to toc description ---------------------------------------------- r42742 | lindonb | 2012-08-25 18:16:13 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Change __construct to a method ---------------------------------------------- r42740 | lindonb | 2012-08-25 17:55:01 +0200 (Sat, 25 Aug 2012) | 1 line [FIX] Duplicate method name ---------------------------------------------- r42737 | lphuberdeau | 2012-08-25 17:08:29 +0200 (Sat, 25 Aug 2012) | 1 line [MOD] Adding the subtree option in module filter so that modules filters can apply on the whole subtree ---------------------------------------------- Version 9.0 <http://tiki.org/ReleaseNotes90> ------------------ ---------------------------------------------- r42119 | changi67 | 2012-06-26 22:22:56 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] Missing object ---------------------------------------------- r42113 | changi67 | 2012-06-26 21:19:20 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] Wrong reference ---------------------------------------------- r42109 | robertplummer | 2012-06-26 21:08:14 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] maketoc being double html handled ---------------------------------------------- r42103 | changi67 | 2012-06-26 20:52:07 +0200 (Tue, 26 Jun 2012) | 1 line [ROLLBACK][FIX] if we want CKEDITOR to parse once maybe we shouldn't check not(ckeditor) ---------------------------------------------- r42102 | changi67 | 2012-06-26 19:47:41 +0200 (Tue, 26 Jun 2012) | 2 lines [FIX] if we want CKEDITOR to parse once maybe we shouldn't check not(ckeditor) [FIX] Also fix & in maketoc ---------------------------------------------- r42101 | jonnybradley | 2012-06-26 19:06:23 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] trackers: Cheap fix for searching UserGroup fields by adding a plain "_text" version (e.g. search use {filter field="tracker_field_groups_text" content="Customers"} in the {list} plugin) ---------------------------------------------- r42100 | robertplummer | 2012-06-26 18:45:52 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] Only check for attachments if the property is set to have them ---------------------------------------------- r42099 | xavidp | 2012-06-26 16:54:27 +0200 (Tue, 26 Jun 2012) | 1 line [FIX]to allow seing the start and end of items from months_links module for blogs and articles ---------------------------------------------- r42097 | jonnybradley | 2012-06-26 16:36:09 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] newsletters: Curious edge case on some very big pages causing $info['data'] to be set to null when using wiki page as content template (thanks xavi) ---------------------------------------------- r42093 | Jyhem | 2012-06-26 15:35:13 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] Apparently, following last smarty upgrade, we can't use tabs as spaces inside smarty plugins any more ---------------------------------------------- r42092 | Jyhem | 2012-06-26 15:05:46 +0200 (Tue, 26 Jun 2012) | 1 line [FIX] Apparently, following last smart upgrade, we can't use tabs as spaces inside smarty plugins any more ---------------------------------------------- r42089 | xavidp | 2012-06-25 23:17:05 +0200 (Mon, 25 Jun 2012) | 2 lines [bp/r42011][FIX] Daily Reports. Send the reports in user's preferred language. [bp/r42013][FIX] Daily Reports. Restore global language setting after generating a report. ---------------------------------------------- r42088 | robertplummer | 2012-06-25 23:14:40 +0200 (Mon, 25 Jun 2012) | 2 lines [FIX] Trigger getInformation only if it exists, [FIX] iStart and iEnd can be the same, set iEnd initially and then re-set if another exists ---------------------------------------------- r42087 | robertplummer | 2012-06-25 23:13:33 +0200 (Mon, 25 Jun 2012) | 1 line [FIX] calendar popups to show when needed for the date they are picked on ---------------------------------------------- r42086 | robertplummer | 2012-06-25 20:31:39 +0200 (Mon, 25 Jun 2012) | 1 line [FIX] calendarviewmode ---------------------------------------------- r42078 | yonixxx | 2012-06-25 12:49:20 +0200 (Mon, 25 Jun 2012) | 1 line [IMP]Short comment added to avoid user renaming or moving _htaccess ---------------------------------------------- r42077 | marclaporte | 2012-06-25 09:30:32 +0200 (Mon, 25 Jun 2012) | 1 line tagging Gzip compression as a basic because it's a simple way to improve performance ---------------------------------------------- r42076 | marclaporte | 2012-06-25 08:56:15 +0200 (Mon, 25 Jun 2012) | 1 line Restore admin validation for using modules in pages. Regression from r40379. I understand it's annoying to validate each time, but until we have permissions for modules, it's safer this way ---------------------------------------------- r42075 | marclaporte | 2012-06-25 08:50:27 +0200 (Mon, 25 Jun 2012) | 1 line Adding some more docs in _htaccess for dealing with large sites ---------------------------------------------- r42074 | xavidp | 2012-06-25 08:38:25 +0200 (Mon, 25 Jun 2012) | 1 line updated finally bit?\195?\160cola to bloc everywhere (thanks claudia malca) ---------------------------------------------- r42073 | xavidp | 2012-06-25 08:26:07 +0200 (Mon, 25 Jun 2012) | 1 line minor fix ---------------------------------------------- r42072 | marclaporte | 2012-06-24 22:21:12 +0200 (Sun, 24 Jun 2012) | 1 line On large sites, re-indexing via the command line makes more sense, so adding tip to the admin panel ---------------------------------------------- r42070 | marclaporte | 2012-06-24 20:35:32 +0200 (Sun, 24 Jun 2012) | 1 line Adding some relevant documentation for configuration of XCache or APC ---------------------------------------------- r42068 | marclaporte | 2012-06-24 18:59:41 +0200 (Sun, 24 Jun 2012) | 1 line Adding a missing space, without breaking translations ---------------------------------------------- r42067 | jonnybradley | 2012-06-24 18:53:56 +0200 (Sun, 24 Jun 2012) | 2 lines [FIX] filegals: Only attempt *box display on images or html in galleries (and a little formatting) ---------------------------------------------- r42066 | marclaporte | 2012-06-24 18:51:24 +0200 (Sun, 24 Jun 2012) | 1 line Move pref to a more logical place ---------------------------------------------- r42063 | xavidp | 2012-06-24 17:46:54 +0200 (Sun, 24 Jun 2012) | 1 line [FIX]Fix contrast of orange font with clearer bg instead of orange bg ---------------------------------------------- r42062 | jonnybradley | 2012-06-24 17:45:21 +0200 (Sun, 24 Jun 2012) | 2 lines [FIX] trackers: After resizing image, save to file instead of returning image data (thanks again Xavi) ---------------------------------------------- r42061 | jonnybradley | 2012-06-24 17:24:45 +0200 (Sun, 24 Jun 2012) | 2 lines [FIX] trackers: Parse textareas as html if they are wysiwyg ---------------------------------------------- r42060 | jonnybradley | 2012-06-24 17:01:32 +0200 (Sun, 24 Jun 2012) | 2 lines [FIX] smarty3: $smarty->trigger_error no longer exists, use trigger_error instead (thanks xavi) ---------------------------------------------- r42059 | jonnybradley | 2012-06-24 16:55:39 +0200 (Sun, 24 Jun 2012) | 2 lines [FIX] comments: Seems smarty can't cope with tab chars between parameters, so changed to a traditional space ---------------------------------------------- r42058 | jonnybradley | 2012-06-23 21:02:20 +0200 (Sat, 23 Jun 2012) | 2 lines [FIX] tracker plugin: Improvement to r42056 - Keep user input in the form if there is a problem creating or editing an item ---------------------------------------------- r42057 | jonnybradley | 2012-06-23 20:36:05 +0200 (Sat, 23 Jun 2012) | 1 line [FIX] wysiwyg: Fix for IE occasionally finding the plugin element right first time, but assuming it should check the next siblings so ending up replacing the next image in the page (Thanks eromneg) ---------------------------------------------- r42056 | jonnybradley | 2012-06-23 19:53:10 +0200 (Sat, 23 Jun 2012) | 2 lines [FIX] tracker plugin: Keep user input in the form if there is a problem saving a new item (like mandatory or field error) Thanks eromneg ---------------------------------------------- r42055 | xavidp | 2012-06-23 19:46:46 +0200 (Sat, 23 Jun 2012) | 1 line a few more strings ---------------------------------------------- r42054 | jonnybradley | 2012-06-23 19:12:39 +0200 (Sat, 23 Jun 2012) | 1 line [FIX] trackers: Show errors as error instead of mandatory ---------------------------------------------- r42053 | marclaporte | 2012-06-23 15:51:40 +0200 (Sat, 23 Jun 2012) | 1 line [MOD] Change of behavior for new file galleries created with the goal to simplify usage of Tiki File Galleries. Use file title instead of file name as per suggestions by Jonnyb and Jyhem ---------------------------------------------- r42052 | eromneg | 2012-06-23 14:03:45 +0200 (Sat, 23 Jun 2012) | 1 line roll back r42050 until 9.1 ---------------------------------------------- r42051 | eromneg | 2012-06-23 13:46:53 +0200 (Sat, 23 Jun 2012) | 1 line [FIX] only show category and tag selection if user has category and tag view permissions ---------------------------------------------- r42050 | eromneg | 2012-06-23 10:22:37 +0200 (Sat, 23 Jun 2012) | 1 line [NEW} add new generic smarty functions to enable fixes for search display with pages in structures ---------------------------------------------- r42049 | marclaporte | 2012-06-23 07:43:06 +0200 (Sat, 23 Jun 2012) | 1 line [MOD] Change of behavior for new file galleries created with the goal to simplify usage of Tiki File Galleries. Tiki tracks the file name, a file title and a file description. As of now, both file name and title are shown which is somewhat of a duplication. I am keeping file name because it has extension as uploaded and this is significant information. If your file names are not relevant, you should change this setting for your Tiki at Create a File Gallery -> Display Properties -> Name. Ideally file title would be available as a pop-up. ---------------------------------------------- r42048 | marclaporte | 2012-06-23 07:14:02 +0200 (Sat, 23 Jun 2012) | 1 line [MOD] change default behavior of creation of new file galleries to sort files alphabetically. Beside making sense in itself, it hides the Created / Uploaded column as it's supposed according to the defaults in the code ---------------------------------------------- r42047 | marclaporte | 2012-06-23 03:42:41 +0200 (Sat, 23 Jun 2012) | 1 line Slideshows are just a different view on the same content, and as thus, should only be indexed once by search engines. This is what the canonical tag is for ---------------------------------------------- r42043 | eromneg | 2012-06-22 22:29:52 +0200 (Fri, 22 Jun 2012) | 1 line [FIX] only show category selection if user has category view permission ---------------------------------------------- r42041 | Jyhem | 2012-06-22 21:41:58 +0200 (Fri, 22 Jun 2012) | 1 line [FIX] Ooops, should have been part of r42040. ---------------------------------------------- r42040 | Jyhem | 2012-06-22 21:36:12 +0200 (Fri, 22 Jun 2012) | 1 line [FIX] Correct handling of non-editable fields and better explanatory description of multiple fill fields ---------------------------------------------- r42038 | jonnybradley | 2012-06-22 21:09:56 +0200 (Fri, 22 Jun 2012) | 2 lines [FIX] blogs: Fix for wysiwyg (and non-wysiwyg) entity encoding errors, one way on saving, one on displaying (thanks Xavi) May still have unpredictable effects when htmltowiki enabled... ---------------------------------------------- r42037 | jonnybradley | 2012-06-22 20:46:41 +0200 (Fri, 22 Jun 2012) | 2 lines [FIX] trackers: 2nd part of fix for tracker rss not using sefurl. Fixes sefurl for all tracker item object links. Still appends seemingly useless params at end (should obey auto_query_args at least - TODO for 9.1?) ---------------------------------------------- r42031 | jonnybradley | 2012-06-22 20:02:26 +0200 (Fri, 22 Jun 2012) | 1 line [FIX] trackers: Partial fix for tracker rss not using sefurl. Fixes the "read more" link, not the item titles so far. ---------------------------------------------- r42030 | robertplummer | 2012-06-22 18:51:48 +0200 (Fri, 22 Jun 2012) | 1 line [FIX] Lock revisions in for prep of tiki 9.0, last revision didn't take ---------------------------------------------- r42029 | robertplummer | 2012-06-22 18:39:32 +0200 (Fri, 22 Jun 2012) | 2 lines [FIX] Lock externals in preparation for release of 9.0 [FIX] Ensure jqueryTiki is set ---------------------------------------------- r42024 | robertplummer | 2012-06-21 14:55:05 +0200 (Thu, 21 Jun 2012) | 1 line [FIX] Fullscreen setup needed tweaked for layout changes ---------------------------------------------- r42022 | xavidp | 2012-06-21 11:26:19 +0200 (Thu, 21 Jun 2012) | 1 line a few more (daily reports and many here and there) ---------------------------------------------- r42021 | xavidp | 2012-06-21 00:54:38 +0200 (Thu, 21 Jun 2012) | 1 line a few more ---------------------------------------------- r42020 | jonnybradley | 2012-06-20 20:52:45 +0200 (Wed, 20 Jun 2012) | 1 line [FIX] trackers: Always use $user for last mod auto-assign (thanks marclaporte) ---------------------------------------------- r42019 | jonnybradley | 2012-06-20 20:16:52 +0200 (Wed, 20 Jun 2012) | 1 line [FIX] search: Prevent error in gmdate for non numeric values ---------------------------------------------- r42018 | jonnybradley | 2012-06-20 20:07:41 +0200 (Wed, 20 Jun 2012) | 2 lines [FIX] html date: days and day_vals mixed up again, space was sent as value causing mandatory "errors" on tracker items. TODO refactor when not in release mode (thanks Geoff) ---------------------------------------------- r42017 | jonnybradley | 2012-06-20 19:48:54 +0200 (Wed, 20 Jun 2012) | 1 line [FIX] html time: prevent error on strftime ---------------------------------------------- r42016 | jonnybradley | 2012-06-20 19:30:31 +0200 (Wed, 20 Jun 2012) | 1 line [FIX] trackers: Don't output js when validator js not set (i.e. when feature is off) ---------------------------------------------- r42015 | xavidp | 2012-06-20 18:34:00 +0200 (Wed, 20 Jun 2012) | 1 line a few more so that I don't forget about them again in the future (commit early/commit often...) ---------------------------------------------- r42010 | lphuberdeau | 2012-06-20 16:35:40 +0200 (Wed, 20 Jun 2012) | 1 line [MOD] Adding means to obtain extra information from the searchindex ajax request and collect the information about features added on the map ---------------------------------------------- r42005 | robertplummer | 2012-06-19 20:10:00 +0200 (Tue, 19 Jun 2012) | 1 line [BP/41347][FIX] Make compatible with fields that have 'ins_' at the beginning ---------------------------------------------- r42004 | robertplummer | 2012-06-19 20:06:15 +0200 (Tue, 19 Jun 2012) | 1 line [FIX] Check if template exists before rendering ---------------------------------------------- r42003 | xavidp | 2012-06-19 19:17:12 +0200 (Tue, 19 Jun 2012) | 1 line a few more translated ---------------------------------------------- r42002 | robertplummer | 2012-06-19 19:06:48 +0200 (Tue, 19 Jun 2012) | 1 line [FIX] Make sure all parts of syntax/mode/colors are detected for older compatibility with geshi ---------------------------------------------- r42001 | xavidp | 2012-06-19 18:13:07 +0200 (Tue, 19 Jun 2012) | 1 line a little bit smaller, so that everything is seen in smaller screens ---------------------------------------------- r41993 | marclaporte | 2012-06-19 05:34:57 +0200 (Tue, 19 Jun 2012) | 1 line missing tikimodule on User Bookmarks module. Thanks ohertel ---------------------------------------------- r41981 | xavidp | 2012-06-18 18:14:53 +0200 (Mon, 18 Jun 2012) | 1 line [FIX]Better display of style with more themes. Thanks luciash ---------------------------------------------- r41980 | amette | 2012-06-18 18:07:07 +0200 (Mon, 18 Jun 2012) | 2 lines [FIX] Prevent facebook from answering "400 Bad Request" ---------------------------------------------- r41979 | robertplummer | 2012-06-18 18:02:22 +0200 (Mon, 18 Jun 2012) | 1 line [FIX] Class was duplicated ---------------------------------------------- r41977 | changi67 | 2012-06-17 16:03:23 +0200 (Sun, 17 Jun 2012) | 1 line [FIX] handle non-latin letters well ---------------------------------------------- r41976 | changi67 | 2012-06-17 16:01:47 +0200 (Sun, 17 Jun 2012) | 1 line [TRA] ---------------------------------------------- r41975 | changi67 | 2012-06-17 15:13:46 +0200 (Sun, 17 Jun 2012) | 1 line [FIX] always_email is not always set and filter_input return null when not set ---------------------------------------------- r41966 | robertplummer | 2012-06-15 18:48:53 +0200 (Fri, 15 Jun 2012) | 1 line [FIX] ensure sheet loads when it needs to ---------------------------------------------- r41965 | robertplummer | 2012-06-15 18:21:43 +0200 (Fri, 15 Jun 2012) | 1 line [FIX] check for class existence ---------------------------------------------- r41964 | xavidp | 2012-06-15 12:31:17 +0200 (Fri, 15 Jun 2012) | 1 line [FIX]Oups, oups, a couple more div id sizes to include for the timesheet app ---------------------------------------------- r41963 | xavidp | 2012-06-15 11:09:47 +0200 (Fri, 15 Jun 2012) | 1 line [FIX]Oups, forgot to resize #jtrack-form-update in my previous commit to this file ---------------------------------------------- r41962 | marclaporte | 2012-06-15 01:06:06 +0200 (Fri, 15 Jun 2012) | 1 line Starting a newsletter section in the general admin panel, below the email settings. Newsletters should have their own admin panel, but I am too lazy to find an icon... ---------------------------------------------- r41961 | marclaporte | 2012-06-14 23:35:33 +0200 (Thu, 14 Jun 2012) | 1 line Deactivate Automatic indexing of file content by default, because the vast majority of servers are not configured for this ---------------------------------------------- r41960 | marclaporte | 2012-06-14 22:33:51 +0200 (Thu, 14 Jun 2012) | 1 line Newsletter default setting: no longer send a confirmation message by default upon import. This is usually a list of already subscribed users ---------------------------------------------- r41959 | marclaporte | 2012-06-14 22:21:52 +0200 (Thu, 14 Jun 2012) | 1 line turn off newsletter clipping and text version (for new newsletters created) as they are less used ---------------------------------------------- r41958 | marclaporte | 2012-06-14 20:29:46 +0200 (Thu, 14 Jun 2012) | 1 line More sensible defaults for user imports to groups and newsletters ---------------------------------------------- r41955 | xavidp | 2012-06-14 17:21:08 +0200 (Thu, 14 Jun 2012) | 1 line [FIX]Higher area for timesheet when used in full view, to reduce extremely long and unused white space of the page cenral column, while keeping small size of the timesheet module in side columns. ---------------------------------------------- r41947 | xavidp | 2012-06-14 13:34:25 +0200 (Thu, 14 Jun 2012) | 1 line [FIX]Usability fix. Open and Pending Icons where undistinguishable when printed in Black and White (and of doubtful clarity for Color-blinded people ), and not enough contrast in the cross of the closed icon. Sorry if they might be seen uglier for some but some usability fix like this is needed to allow using trackers in real production scenarios for project management and others. Any improvement needs to be checked against black and white printers, please, to preserve enough contrast. ---------------------------------------------- r41946 | robertplummer | 2012-06-14 04:20:55 +0200 (Thu, 14 Jun 2012) | 1 line [FIX] Overshot by 1 char ---------------------------------------------- r41945 | xavidp | 2012-06-14 00:23:06 +0200 (Thu, 14 Jun 2012) | 1 line [FIX]surrounding np tags to the tpl seem unneded ---------------------------------------------- r41944 | robertplummer | 2012-06-14 00:05:28 +0200 (Thu, 14 Jun 2012) | 1 line [FIX] Auto highlight of plugin cursor is in, indexes were not being set correctly ---------------------------------------------- r41941 | chibaguy | 2012-06-13 16:29:34 +0200 (Wed, 13 Jun 2012) | 1 line [FIX] Line-height on hover state only causes button movement on hover. ---------------------------------------------- r41940 | chibaguy | 2012-06-13 16:27:25 +0200 (Wed, 13 Jun 2012) | 1 line [FIX] Anchor in button must be display:block for margin on button to have effect. ---------------------------------------------- r41938 | jonnybradley | 2012-06-13 12:40:17 +0200 (Wed, 13 Jun 2012) | 1 line [FIX] trackerfilter: Use the multiple fields "listdisplay" for ItemLink filters if set (thanks Geoff) ---------------------------------------------- r41851 | robertplummer | 2012-06-07 18:56:01 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] Resize when parent is ---------------------------------------------- r41850 | xavidp | 2012-06-07 18:41:24 +0200 (Thu, 07 Jun 2012) | 1 line [MOD]Improved spam removal: multiple blog posts can now be removed at once. ---------------------------------------------- r41849 | jonnybradley | 2012-06-07 18:34:49 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] wysiwyg: Sometimes wysiwyg toolbar was in wysiwyg_htmltowiki mode even if the feature was not enabled (as seen in tracker items), so set $is_html true in this case (thanks again Geoff) ---------------------------------------------- r41848 | jonnybradley | 2012-06-07 18:01:17 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] content templates: Obey wysiwyg_default pref on new template form ---------------------------------------------- r41847 | jonnybradley | 2012-06-07 17:51:44 +0200 (Thu, 07 Jun 2012) | 2 lines [FIX] trackerfilter: Export line end behaviour seems to have changed (Smarty 3 thing maybe?) so now needs a blank line to create a \n for the csv export in the tpl. Also initialised missing var and added usage note in the php (thanks Geoff) ---------------------------------------------- r41846 | jonnybradley | 2012-06-07 17:10:14 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] trackerlist: Point export button to the right file as export has moved (displayedFields etc not hooked up there yet) ---------------------------------------------- r41845 | changi67 | 2012-06-07 16:58:11 +0200 (Thu, 07 Jun 2012) | 2 lines [FIX] Don't use datetime for token, it's not safe enough with timezone things ---------------------------------------------- r41844 | xavidp | 2012-06-07 16:49:25 +0200 (Thu, 07 Jun 2012) | 1 line Complex sentence related to forum and list sync. Fixing wording (finally makes sense) ---------------------------------------------- r41843 | jonnybradley | 2012-06-07 16:41:17 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] wysiwyg: Catch strange edge case on IE where plugin container element not selected properly ---------------------------------------------- r41842 | jonnybradley | 2012-06-07 16:31:54 +0200 (Thu, 07 Jun 2012) | 1 line Revert: 120607 more on <br> in plugins (committed by mistake - should have shelved) ---------------------------------------------- r41841 | jonnybradley | 2012-06-07 16:21:04 +0200 (Thu, 07 Jun 2012) | 1 line 120607 more on <br> in plugins ---------------------------------------------- r41840 | xavidp | 2012-06-07 15:40:03 +0200 (Thu, 07 Jun 2012) | 1 line typo and wrong wording ---------------------------------------------- r41839 | jonnybradley | 2012-06-07 15:38:37 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] content templates: Make newsletters obey "wiki_html" templates and switch to wysiwyg editor if one is applied so html can be used (regression from 6.x) ---------------------------------------------- r41838 | changi67 | 2012-06-07 15:31:21 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] createToken can only return token instead of all informations ---------------------------------------------- r41837 | jonnybradley | 2012-06-07 15:22:03 +0200 (Thu, 07 Jun 2012) | 2 lines [FIX] content templates: Make "is html" checkbox only show for text area templates, and move it to it's own row as it can apply to all types of template now, not just wiki. Leaving name as wiki_html to minimise disruption (Thanks Geoff) ---------------------------------------------- r41836 | jonnybradley | 2012-06-07 15:16:23 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] toolbars: Set visibility server-side for tools as the js code can take a surprisingly long time to execute, leading to mixed up toolbars when changing sections ---------------------------------------------- r41833 | jonnybradley | 2012-06-07 14:28:33 +0200 (Thu, 07 Jun 2012) | 2 lines [FIX] articles: Let articles recognise "wiki_html" template flag to mean allowhtml, and remember the allowhtml setting in the form even if wysiwyg is being used. Not a great fix but done this way to minimise other disruption - some refactoring TODO after 9.0 ---------------------------------------------- r41832 | jonnybradley | 2012-06-07 14:25:32 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] use new jquery-ui version (1.8.21) ---------------------------------------------- r41829 | changi67 | 2012-06-07 12:05:40 +0200 (Thu, 07 Jun 2012) | 1 line [FIX] Wrong name for memcache - missing e ---------------------------------------------- r41828 | nkoth | 2012-06-06 23:07:16 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] Allow html when wysiwyg is in use ---------------------------------------------- r41826 | robertplummer | 2012-06-06 21:15:21 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] Let img_plugin know I'm a tracker and can edit ---------------------------------------------- r41825 | jonnybradley | 2012-06-06 20:42:01 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] auto_save: Fix load execution order following r41816. These definitions do not depend on anything else so should come first. ---------------------------------------------- r41822 | arildb | 2012-06-06 20:15:33 +0200 (Wed, 06 Jun 2012) | 2 lines [bp/r41821][FIX] invalid SQL syntax when UNION clause is used. ---------------------------------------------- r41817 | jonnybradley | 2012-06-06 19:26:25 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] toolbars: Don't add the ckeditor js for all the toolbar plugin buttons just for the admin list (there are a lot) ---------------------------------------------- r41816 | jonnybradley | 2012-06-06 18:29:11 +0200 (Wed, 06 Jun 2012) | 2 lines [FIX] wysiwyg: Change the location of ckeditor js setup from onready to global js as it doesn't use any DOM objects, and move the ckeditor initialisation from js to onready as it does and also must happen after the toolbars etc initialisation. Seems to fix some occasional errors where ckeditor doesn't get customised properly (mostly in IE) - please double check, feedback welcome. ---------------------------------------------- r41815 | changi67 | 2012-06-06 18:14:06 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] Snarf with html and ishtml option has the right to be display correctly and not htmlentitiesed ---------------------------------------------- r41814 | lphuberdeau | 2012-06-06 16:35:51 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] Only set-up the saving behavior if the feature is to be on the editable layer to avoid save attemps when rounding errors occur ---------------------------------------------- r41813 | lphuberdeau | 2012-06-06 16:17:00 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] Early initialization of the control did not work in Chrome, waiting for the signal to do anything ---------------------------------------------- r41812 | lphuberdeau | 2012-06-06 15:49:43 +0200 (Wed, 06 Jun 2012) | 1 line [MOD] Allow to index text fields as exact values for product codes and such ---------------------------------------------- r41811 | jonnybradley | 2012-06-06 15:48:46 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] register: Only accept POST form submissions ---------------------------------------------- r41810 | lphuberdeau | 2012-06-06 15:26:25 +0200 (Wed, 06 Jun 2012) | 1 line [MOD] Allow to specify the sort order for the search results ---------------------------------------------- r41809 | robertplummer | 2012-06-06 13:04:17 +0200 (Wed, 06 Jun 2012) | 1 line [FIX] Invalid char ---------------------------------------------- r41808 | marclaporte | 2012-06-06 07:23:06 +0200 (Wed, 06 Jun 2012) | 1 line Yahoo! Maps Web Services have been shut down; typo ---------------------------------------------- r41805 | lphuberdeau | 2012-06-05 23:27:31 +0200 (Tue, 05 Jun 2012) | 1 line [MOD] Replace the default overview map handling to preserve more of an overview without having to guess numbers ---------------------------------------------- r41804 | robertplummer | 2012-06-05 23:20:48 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] Getting permissions right to show edit button and ensuring we get an archive id by mysql rather than through filegallery, which was failing when user had upload access only ---------------------------------------------- r41803 | lphuberdeau | 2012-06-05 22:36:06 +0200 (Tue, 05 Jun 2012) | 1 line [MOD] Add overview map, seems to work now ---------------------------------------------- r41802 | lphuberdeau | 2012-06-05 21:56:22 +0200 (Tue, 05 Jun 2012) | 1 line [MOD] Optionally enable the streetview overlay ---------------------------------------------- r41801 | lphuberdeau | 2012-06-05 21:00:43 +0200 (Tue, 05 Jun 2012) | 1 line [FIX]?\194?\160Google layers broken in IE9 due to a bug in openlayers, this transparent replacement file to a white blank square is borrowed from Drupal, where the same issue was identified, no more white layer on top ---------------------------------------------- r41800 | robertplummer | 2012-06-05 20:07:38 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] document.location = document.location + ''; hack ---------------------------------------------- r41799 | robertplummer | 2012-06-05 19:58:46 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] max out z-index to make end-user not be able to edit what is going on in the page, was conflicting with jquery ui dialog ---------------------------------------------- r41798 | robertplummer | 2012-06-05 19:57:35 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] let image be known ---------------------------------------------- r41797 | jonnybradley | 2012-06-05 19:46:50 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] wysiwyg: Hide the original textarea once wysiwyg is initialised (sometimes leaves a big gap above ckeditor in IE) ---------------------------------------------- r41796 | jonnybradley | 2012-06-05 19:24:32 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] newsletters: Typo ($perm not set outside loop), missing $prefs global and added brackets for var clarity in string ---------------------------------------------- r41795 | lphuberdeau | 2012-06-05 19:23:27 +0200 (Tue, 05 Jun 2012) | 1 line [ENH] Style selection differently ---------------------------------------------- r41794 | jonnybradley | 2012-06-05 19:22:54 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] setup: Extra / char in css url ---------------------------------------------- r41793 | lphuberdeau | 2012-06-05 19:01:54 +0200 (Tue, 05 Jun 2012) | 1 line [MOD] Allow item owners to delete the items based on rules similars to allowing modification ---------------------------------------------- r41792 | jonnybradley | 2012-06-05 18:48:07 +0200 (Tue, 05 Jun 2012) | 2 lines [FIX] css: Only specify css file link media attribute if there is a -print.css version of the file present (none in tiki currently). Fixes the issue of IE8 running out of css files when trying to load the wysiwyg editor (thanks Geoff) - also still prints ok and is quicker! ---------------------------------------------- r41791 | lphuberdeau | 2012-06-05 18:35:32 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] Item owner could always edit items, regardless of the tracker configuration ---------------------------------------------- r41790 | jonnybradley | 2012-06-05 18:11:24 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] redirect: Notices (converted nested ternary operators and added missing missing param line) ---------------------------------------------- r41789 | xavidp | 2012-06-05 17:44:46 +0200 (Tue, 05 Jun 2012) | 1 line [FIX]WYSIWYCA fix: users (anons or other groups) couldn't view recordings without the perm to join meetings and now they can view them without the perm to join the meeting (a common use case for bbb in many scenarios). thanks jonnyb ---------------------------------------------- r41787 | jonnybradley | 2012-06-05 16:56:38 +0200 (Tue, 05 Jun 2012) | 3 lines [FIX] content template admin: Try and use the right toolbar for each section the template is selected for. Note, if used in multiple sections the lower ones override the upper as listed on the admin page (thanks Geoff) (also add a missing global) ---------------------------------------------- r41786 | xavidp | 2012-06-05 16:45:15 +0200 (Tue, 05 Jun 2012) | 1 line a few more translations and the detected missing js string translated ---------------------------------------------- r41785 | xavidp | 2012-06-05 16:44:23 +0200 (Tue, 05 Jun 2012) | 1 line Added a missing string ---------------------------------------------- r41784 | lphuberdeau | 2012-06-05 16:23:36 +0200 (Tue, 05 Jun 2012) | 1 line [FIX]?\194?\160UTF-8 handling in URLs ---------------------------------------------- r41783 | lphuberdeau | 2012-06-05 16:23:17 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] Wrong function call ---------------------------------------------- r41780 | jonnybradley | 2012-06-05 16:21:25 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] register module: Don't assign headtitle if used inside module ---------------------------------------------- r41778 | chibaguy | 2012-06-05 16:06:56 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] Calendar was too wide for module in side columns. Thanks to lindon for reporting. (Part of the fix was to widen the side columns from 180px to 190px - hopefully this causes no problems for anyone.) ---------------------------------------------- r41777 | jonnybradley | 2012-06-05 15:56:31 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] tracker dates: Day values and outputs seem to be swapped round, resulting in days lass than 10 never being "selected" (thanks Geoff) ---------------------------------------------- r41776 | lphuberdeau | 2012-06-05 14:35:34 +0200 (Tue, 05 Jun 2012) | 1 line [ENH] Trigger delayed executor on every modification to prevent unsaved changes ---------------------------------------------- r41775 | jonnybradley | 2012-06-05 14:28:52 +0200 (Tue, 05 Jun 2012) | 1 line [DOC] wysiwyg: Mark wysiwyg_wiki_semi_parsed as neglected (thanks Bernard) ---------------------------------------------- r41774 | lphuberdeau | 2012-06-05 14:18:15 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] Use the lat/lon coordinate system for the mouse position control ---------------------------------------------- r41772 | jonnybradley | 2012-06-05 13:51:25 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] register module: Missing global ---------------------------------------------- r41771 | changi67 | 2012-06-05 11:42:02 +0200 (Tue, 05 Jun 2012) | 1 line [TRA] French ---------------------------------------------- r41770 | changi67 | 2012-06-05 11:41:39 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] When wysiwyg editor is enabled but you don't use it for blog, you need to parse data to display it ---------------------------------------------- r41769 | changi67 | 2012-06-05 11:39:35 +0200 (Tue, 05 Jun 2012) | 1 line [MOD] Don't parse NULL value ---------------------------------------------- r41768 | changi67 | 2012-06-05 11:13:06 +0200 (Tue, 05 Jun 2012) | 1 line clean unnessary comment ---------------------------------------------- r41767 | changi67 | 2012-06-05 11:11:06 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] Don't store 3 hit for on visit ---------------------------------------------- r41766 | changi67 | 2012-06-05 10:30:48 +0200 (Tue, 05 Jun 2012) | 1 line [ENH] Just give the possibility to parse style option ---------------------------------------------- r41765 | changi67 | 2012-06-05 10:28:26 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] tiki-top a little higher for IE7 ---------------------------------------------- r41764 | changi67 | 2012-06-05 10:27:30 +0200 (Tue, 05 Jun 2012) | 1 line [FIX] We don't need to force background anymore ---------------------------------------------- r41759 | lphuberdeau | 2012-06-04 22:52:48 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] Use the same size for the taken snapshot as for the one seen in streetview ---------------------------------------------- r41758 | lphuberdeau | 2012-06-04 22:30:47 +0200 (Mon, 04 Jun 2012) | 1 line [MOD] When image is being resized, allow to see full size ---------------------------------------------- r41757 | robertplummer | 2012-06-04 21:55:19 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] ensure img are resizing too ---------------------------------------------- r41755 | lphuberdeau | 2012-06-04 21:41:20 +0200 (Mon, 04 Jun 2012) | 1 line [ENH] Allow to specify the optional API key for google maps api (re-uses past preference) ---------------------------------------------- r41753 | lphuberdeau | 2012-06-04 21:18:22 +0200 (Mon, 04 Jun 2012) | 1 line [ENH] Better reporting of no search results ---------------------------------------------- r41752 | robertplummer | 2012-06-04 21:13:45 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] openlayers was going nuts with size, so I found a way around it, give it an empty div, set size manually, and then fill it with what is needed for the popup. The openlayers resizing is just too inaccurate ---------------------------------------------- r41751 | lphuberdeau | 2012-06-04 21:12:07 +0200 (Mon, 04 Jun 2012) | 1 line [MOD] Provide the visible bounds to google maps geocoding to get better results ---------------------------------------------- r41750 | robertplummer | 2012-06-04 21:09:45 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] Img is directly injected if type is svg ---------------------------------------------- r41749 | lphuberdeau | 2012-06-04 19:52:26 +0200 (Mon, 04 Jun 2012) | 1 line [MOD] If google api is loaded, use it for geocoding directly ---------------------------------------------- r41747 | robertplummer | 2012-06-04 18:24:44 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] IE compatibility standards to latest ---------------------------------------------- r41746 | lphuberdeau | 2012-06-04 18:24:15 +0200 (Mon, 04 Jun 2012) | 1 line [MOD] Adding a setting to load OpenLayers on all pages ---------------------------------------------- r41745 | robertplummer | 2012-06-04 15:54:13 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] mimetypes was static, needs to be global, seems was broke all around, global $mimetypes; ---------------------------------------------- r41744 | lphuberdeau | 2012-06-04 15:50:07 +0200 (Mon, 04 Jun 2012) | 1 line [MOD]?\194?\160Remove the pop-up on unselection ---------------------------------------------- r41743 | lphuberdeau | 2012-06-04 15:39:24 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] Use the correct control to display the icons and not just enable navigation ---------------------------------------------- r41742 | lphuberdeau | 2012-06-04 15:10:10 +0200 (Mon, 04 Jun 2012) | 1 line [ENH] Improve feature selection to display color change in real time and use a different marker when point is selected ---------------------------------------------- r41741 | lphuberdeau | 2012-06-04 14:54:22 +0200 (Mon, 04 Jun 2012) | 1 line [FIX] Activation would not apply when selecting mode controls ---------------------------------------------- r41740 | lphuberdeau | 2012-06-04 14:33:41 +0200 (Mon, 04 Jun 2012) | 1 line [ENH] Provide class parameter to allow styling of the controls ---------------------------------------------- r41734 | jonnybradley | 2012-06-03 14:40:42 +0200 (Sun, 03 Jun 2012) | 1 line [FIX] preview: allowHtml needs to be a string - empty for false and anything else for true ---------------------------------------------- r41733 | jonnybradley | 2012-06-03 14:26:26 +0200 (Sun, 03 Jun 2012) | 1 line [FIX] codemirror: Make list items darker and legible (strange selector though, using .cm-tw-listitem didn't work) ---------------------------------------------- r41731 | yonixxx | 2012-06-03 12:39:20 +0200 (Sun, 03 Jun 2012) | 1 line [FIX]Topic image is now displayed properly ---------------------------------------------- r41730 | lphuberdeau | 2012-06-02 22:03:36 +0200 (Sat, 02 Jun 2012) | 1 line [MOD] Remove marker layers and use styled vectors instead, fixes multiple inconsistencies and allows dragging of markers ---------------------------------------------- r41728 | chealer | 2012-06-02 17:18:39 +0200 (Sat, 02 Jun 2012) | 2 lines [FIX] Individual blog feeds: raw post content (r40224 regression) [REF] Avoid constant $descId variable (what's the point?) ---------------------------------------------- r41727 | jonnybradley | 2012-06-02 16:44:59 +0200 (Sat, 02 Jun 2012) | 1 line [FIX] mobile: Disable fixed width (making the page far too wide) and enable sefurl which seems to work fine ---------------------------------------------- r41726 | jonnybradley | 2012-06-02 15:45:04 +0200 (Sat, 02 Jun 2012) | 3 lines [FIX] mobile: Redirect to the perspective's home page if arriving on the default one. Only works when there's no current perspective stored in session. (similar to the previous attempt with the redirect plugin, but that doesn't work if the page is cached) ---------------------------------------------- r41725 | jonnybradley | 2012-06-02 14:13:59 +0200 (Sat, 02 Jun 2012) | 2 lines [FIX] redirect: Detect and stop redirect loop when trying to redirect from the "home page" to the root of the site. This is needed by perspectives (for instance in mobile mode) to redirect from the "normal" home page to another one. ---------------------------------------------- r41724 | jonnybradley | 2012-06-02 12:52:19 +0200 (Sat, 02 Jun 2012) | 1 line [FIX] browser title: Strip won't strip when there's strip inside - was leading to strangeness on social networks ---------------------------------------------- r41712 | lphuberdeau | 2012-06-01 20:32:32 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] Oops. Not supposed to use PHP 5.3 yet. ---------------------------------------------- r41711 | lphuberdeau | 2012-06-01 20:17:15 +0200 (Fri, 01 Jun 2012) | 1 line [MOD] Allow to upload a series of files from URL during profile install into a file gallery ---------------------------------------------- r41708 | jonnybradley | 2012-06-01 20:10:55 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] avatars: Only test file contents if allow_url_fopen is enabled ---------------------------------------------- r41706 | lphuberdeau | 2012-06-01 19:42:09 +0200 (Fri, 01 Jun 2012) | 1 line [MOD] Allow to specify a color list and use a simplified color picker ---------------------------------------------- r41702 | lphuberdeau | 2012-06-01 18:46:38 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] Ungraceful error on template not found ---------------------------------------------- r41701 | lphuberdeau | 2012-06-01 18:40:17 +0200 (Fri, 01 Jun 2012) | 1 line [FIX]?\194?\160Missing map coordinates on mouse move ---------------------------------------------- r41700 | lphuberdeau | 2012-06-01 18:02:20 +0200 (Fri, 01 Jun 2012) | 1 line [FIX]?\194?\160Icon path must be provided as an identifier to preserve integrity ---------------------------------------------- r41699 | lphuberdeau | 2012-06-01 18:01:42 +0200 (Fri, 01 Jun 2012) | 1 line [MOD] Provide parameters as template input ---------------------------------------------- r41697 | lphuberdeau | 2012-06-01 15:25:22 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] Use better default zoom ---------------------------------------------- r41696 | lphuberdeau | 2012-06-01 15:11:01 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] Hidden box would prevent events for going through ---------------------------------------------- r41694 | jonnybradley | 2012-06-01 14:35:20 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] log_tpl: _current_file is full path of tpl, template_resource is just the file name (maybe a smarty 3 regression?) ---------------------------------------------- r41693 | jonnybradley | 2012-06-01 14:28:59 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] prefs: Duplicate description on feature_banning ---------------------------------------------- r41692 | jonnybradley | 2012-06-01 14:09:29 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] register module: Show logged in message if you are (logged in) ---------------------------------------------- r41691 | gta74 | 2012-06-01 08:52:43 +0200 (Fri, 01 Jun 2012) | 1 line [TRA] full translation, improving some old ones ---------------------------------------------- r41690 | chibaguy | 2012-06-01 04:01:26 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] 8px margin moved from bottom of topbar modules to top of div#c1c2 and div#col3. ---------------------------------------------- r41689 | chibaguy | 2012-06-01 03:33:07 +0200 (Fri, 01 Jun 2012) | 1 line [FIX] Div#tiki-top's bottom margin: 8x was also causing a top margin. Margin moved to div#topbar_modules (for the fix and also to assure a margin even when there's no menu so no div#tiki-top). ---------------------------------------------- r41687 | lphuberdeau | 2012-05-31 23:16:50 +0200 (Thu, 31 May 2012) | 1 line [FIX] More cases of unclickable markers ---------------------------------------------- r41686 | lphuberdeau | 2012-05-31 23:10:36 +0200 (Thu, 31 May 2012) | 1 line [MOD]?\194?\160Adding zoom to center control ---------------------------------------------- r41683 | lphuberdeau | 2012-05-31 22:39:39 +0200 (Thu, 31 May 2012) | 1 line [MOD]?\194?\160Allow to display no tiles at all ---------------------------------------------- r41681 | lphuberdeau | 2012-05-31 22:13:03 +0200 (Thu, 31 May 2012) | 1 line [FIX]?\194?\160The Map section does not depend on feature_maps, which is for mapserver ---------------------------------------------- r41565 | robertplummer | 2012-05-24 21:42:41 +0200 (Thu 24 May 2012) | 1 ligne [FIX] Allow jquery to do most of the work through ajax ---------------------------------------------- r41563 | jonnybradley | 2012-05-24 21:24:39 +0200 (Thu 24 May 2012) | 1 ligne [FIX] parser: Change the delimiters for the specialChars replacement tags to avoid conflict with wiki syntax (such as colour tags) ---------------------------------------------- r41557 | robertplummer | 2012-05-24 21:00:28 +0200 (Thu 24 May 2012) | 1 ligne [FIX] eliminate warnings by changing type that can be called statically ---------------------------------------------- r41555 | jonnybradley | 2012-05-24 19:38:28 +0200 (Thu 24 May 2012) | 1 ligne [FIX] uni-search: Filter out duplicate object hits that can creep into the index somehow ---------------------------------------------- r41552 | robertplummer | 2012-05-24 18:33:49 +0200 (Thu 24 May 2012) | 1 ligne [FIX] eliminate warnings ---------------------------------------------- r41551 | jonnybradley | 2012-05-24 18:15:13 +0200 (Thu 24 May 2012) | 1 ligne [FIX] convene: Add icon class and size for better layout while loading ---------------------------------------------- r41550 | nkoth | 2012-05-24 18:00:28 +0200 (Thu 24 May 2012) | 1 ligne [FIX] tiki class should be in all pages including pages such as tiki-register, not just in section pages, otherwise it will be confused with wysiwyg and other bodys ---------------------------------------------- r41549 | yonixxx | 2012-05-24 16:52:43 +0200 (Thu 24 May 2012) | 1 ligne [FIX]moved the antibot section so the buttons at the bottom keep being together ---------------------------------------------- r41548 | nkoth | 2012-05-24 06:56:06 +0200 (Thu 24 May 2012) | 1 ligne [FIX] Translations not changing on language switching because cached version of templates has no lang prefix ---------------------------------------------- r41547 | jonnybradley | 2012-05-24 00:28:53 +0200 (Thu 24 May 2012) | 1 ligne [FIX] convene: Notices (only partially successful) ---------------------------------------------- r41546 | jonnybradley | 2012-05-24 00:27:55 +0200 (Thu 24 May 2012) | 1 ligne [FIX] cart: Notices ---------------------------------------------- r41545 | jonnybradley | 2012-05-24 00:27:26 +0200 (Thu 24 May 2012) | 1 ligne [FIX] parser: Notices ---------------------------------------------- r41544 | jonnybradley | 2012-05-24 00:21:45 +0200 (Thu 24 May 2012) | 1 ligne [FIX] convertToTiki9: Change static calls to to instances on functions that use $this (TikiLib::genPass is still wrong but doesn't seem to generate a notice and $tikilib not available in installer) ---------------------------------------------- r41542 | Jyhem | 2012-05-24 00:02:38 +0200 (Thu 24 May 2012) | 1 ligne [FIX] Permit more than one trackerfilter plugin in a page without column-sorting messing fieldlists ---------------------------------------------- r41541 | jonnybradley | 2012-05-23 23:45:30 +0200 (Wed 23 May 2012) | 1 ligne [FIX] installer: Translation changes ---------------------------------------------- r41540 | jonnybradley | 2012-05-23 23:38:01 +0200 (Wed 23 May 2012) | 1 ligne [MOD] installer: Make the stay up to date box look a bit more appealing (and a typo) ---------------------------------------------- r41539 | jonnybradley | 2012-05-23 21:33:35 +0200 (Wed 23 May 2012) | 3 lignes [FIX] entities upgrade: Plugin validation - try various different ways of decoding plugin body to find fingerprint, and check in the database to see if it exists. Seems to work for my tests, mainly from version 6.x so far. Also only do this for plugins that require validation to speed things up. ---------------------------------------------- r41538 | xavidp | 2012-05-23 18:18:59 +0200 (Wed 23 May 2012) | 1 ligne A few translations (and mainly tracker replaced by formulario-bd) ---------------------------------------------- r41537 | jonnybradley | 2012-05-23 13:15:57 +0200 (Wed 23 May 2012) | 1 ligne [FIX] wysiwyg: Reload upload filegal_manager form so you can easily upload a new file when toolbar icon is clicked a second time ---------------------------------------------- r41536 | jonnybradley | 2012-05-23 12:27:10 +0200 (Wed 23 May 2012) | 2 lignes [FIX] setup: parentId can be -1 (e.g. in filegals for the root gallery) Fixes edit root filegal ---------------------------------------------- r41535 | jonnybradley | 2012-05-23 12:19:17 +0200 (Wed 23 May 2012) | 1 ligne [FIX] flash plugin: No need to pass on type param to flash (when set to url it gets unnecessarily sanitized) ---------------------------------------------- r41525 | lphuberdeau | 2012-05-21 23:15:08 +0200 (Mon 21 May 2012) | 1 ligne [FIX] One more attempt at fixing layer ordering, this time by pushing all marker layers to the top of the stack ---------------------------------------------- r41524 | marclaporte | 2012-05-21 23:13:26 +0200 (Mon 21 May 2012) | 1 ligne move relevant pref to where they should be ---------------------------------------------- r41523 | marclaporte | 2012-05-21 23:11:12 +0200 (Mon 21 May 2012) | 1 ligne hide pref-related action when pref is off ---------------------------------------------- r41522 | lphuberdeau | 2012-05-21 22:28:54 +0200 (Mon 21 May 2012) | 1 ligne [FIX] Request layer update when edit is performed ---------------------------------------------- r41521 | lphuberdeau | 2012-05-21 22:22:24 +0200 (Mon 21 May 2012) | 1 ligne [MOD] Modify tracker item information without leaving map ---------------------------------------------- r41520 | lphuberdeau | 2012-05-21 20:41:56 +0200 (Mon 21 May 2012) | 1 ligne [MOD] Adding ability to hide blocks in appframe ---------------------------------------------- r41519 | lphuberdeau | 2012-05-21 20:26:37 +0200 (Mon 21 May 2012) | 1 ligne [MOD] Making feature editing simpler ---------------------------------------------- r41516 | lphuberdeau | 2012-05-21 16:52:07 +0200 (Mon 21 May 2012) | 1 ligne [MOD] Make the accordion effect on modules optional in appframe ---------------------------------------------- r41515 | lphuberdeau | 2012-05-21 16:30:13 +0200 (Mon 21 May 2012) | 1 ligne [MOD] Allowing to position the location search box ---------------------------------------------- r41512 | lphuberdeau | 2012-05-21 15:59:39 +0200 (Mon 21 May 2012) | 1 ligne [MOD] Support for overlays and template inclusion within appframe ---------------------------------------------- r41510 | lphuberdeau | 2012-05-21 15:26:57 +0200 (Mon 21 May 2012) | 1 ligne [FIX] Necessary CSS to prevent google API from displaying a pop-up on every map action ---------------------------------------------- r41506 | nkoth | 2012-05-20 02:13:50 +0200 (Sun 20 May 2012) | 1 ligne [FIX] Tracker filter by items list field not returning any values ---------------------------------------------- r41505 | nkoth | 2012-05-19 23:38:20 +0200 (Sat 19 May 2012) | 1 ligne [FIX] Changing of pref for anonymous not working until next page, e.g. switchLang ---------------------------------------------- r41504 | nkoth | 2012-05-19 23:23:48 +0200 (Sat 19 May 2012) | 1 ligne [FIX] Nested tracker parsing causing changes to smarty vars affecting parent tracker, e.g. records count is wrong ---------------------------------------------- r41503 | nkoth | 2012-05-19 21:02:17 +0200 (Sat 19 May 2012) | 1 ligne [FIX] unable to enter pagename with apostrophe in menu link, and afaik apostrophe are ok in url anyway ---------------------------------------------- r41501 | nkoth | 2012-05-19 20:39:51 +0200 (Sat 19 May 2012) | 1 ligne [FIX] Regression from r39002 meant to fix code styling violations caused bug where autosave fields were shown ---------------------------------------------- r41500 | nkoth | 2012-05-19 19:23:38 +0200 (Sat 19 May 2012) | 1 ligne [FIX] Paypay showing garbled characters when umlauts were part of form sent to Paypal, and also translate payment state ---------------------------------------------- r41499 | nkoth | 2012-05-19 17:10:25 +0200 (Sat 19 May 2012) | 1 ligne [FIX] anchors being stripped in wysiwyg ---------------------------------------------- r41498 | nkoth | 2012-05-19 16:52:12 +0200 (Sat 19 May 2012) | 1 ligne [FIX] Put back behavior in the case where directly going to a page of a different language from what you are in, prior to r37259 and r37306, while maintaining those fixes for other case ---------------------------------------------- r41489 | jonnybradley | 2012-05-17 21:29:15 +0200 (Thu 17 May 2012) | 1 ligne [FIX] search: Catch and report exception during internalFind (was blowing up on a {list} plugin due to wrong tracker names) ---------------------------------------------- r41488 | eromneg | 2012-05-17 16:51:32 +0200 (Thu 17 May 2012) | 1 ligne [FIX] allow for $float not being set in the div style parameters ---------------------------------------------- r41485 | robertplummer | 2012-05-17 15:27:54 +0200 (Thu 17 May 2012) | 1 ligne [FIX] Typo in method name ---------------------------------------------- r41484 | robertplummer | 2012-05-17 15:22:52 +0200 (Thu 17 May 2012) | 1 ligne [FIX] asort was failing if set but empty, probably a wrongly created tracker, but after failure, no way to correct. ---------------------------------------------- r41483 | jonnybradley | 2012-05-17 12:06:32 +0200 (Thu 17 May 2012) | 1 ligne [FIX] eatlon/teal: Repair strange Firefox display issue where #middle was pushed out the right hand side of the page (sometimes). ---------------------------------------------- r41481 | jonnybradley | 2012-05-16 19:14:56 +0200 (Wed 16 May 2012) | 1 ligne [FIX] wysiwyg: googlemap plugin also causing trouble ---------------------------------------------- r41480 | jonnybradley | 2012-05-16 18:46:59 +0200 (Wed 16 May 2012) | 2 lignes [FIX] trackers: Check auto_inc handler is ok before using so errors get reported ok (usually pref not set). Possibly should abort the import but this is better than WSoD ---------------------------------------------- r41479 | jonnybradley | 2012-05-16 18:45:49 +0200 (Wed 16 May 2012) | 1 ligne [FIX] gzip output: Ignore notice about no buffer to clear ---------------------------------------------- r41476 | xavidp | 2012-05-16 17:38:25 +0200 (Wed 16 May 2012) | 1 ligne [FIX]Fixing the layout of the register link in the horizontal bar in strasa to fit in one line all together with the login boxes (as in previous versions, etc). thanks ricks99 ---------------------------------------------- r41474 | jonnybradley | 2012-05-16 12:49:49 +0200 (Wed 16 May 2012) | 2 lignes [FIX] surveys: Clear previous text answers out when clearing survey "stats" (tricky as the answers are stored as questions for some reason). Also remove some unused variables and add a prompt so you know what you are clearing. ---------------------------------------------- r41473 | jonnybradley | 2012-05-16 12:44:25 +0200 (Wed 16 May 2012) | 1 ligne [FIX] surveys: Don't escape wiki parsed text answers (but do escape the other types, now in php) ---------------------------------------------- r41472 | xavidp | 2012-05-16 12:28:45 +0200 (Wed 16 May 2012) | 1 ligne [FIX]not having any height or width set in the sheet params created the literal '...&height=100%&...' or '...&width=100%&...' in the url with a 400 error (bad request). Hardcoding to 100 (instead of 100%) to avoid this error until a better fix is found by someone more skilled with this type of issue (I did my best) ---------------------------------------------- r41469 | xavidp | 2012-05-16 10:07:17 +0200 (Wed 16 May 2012) | 1 ligne [FIX]Typo (thanks luciash!) ---------------------------------------------- r41468 | nkoth | 2012-05-15 19:09:23 +0200 (Tue 15 May 2012) | 1 ligne [FIX] Even if no additional filters are set, it should still set offset and maxRecords etc... ---------------------------------------------- r41467 | nkoth | 2012-05-15 18:47:42 +0200 (Tue 15 May 2012) | 1 ligne [FIX] maxRecords should be accepted even if offset is not set ---------------------------------------------- r41466 | jonnybradley | 2012-05-15 18:21:54 +0200 (Tue 15 May 2012) | 1 ligne [FIX] surveys: Don't escape description before wiki parsing (breaks wiki syntax) ---------------------------------------------- r41464 | robertplummer | 2012-05-15 16:18:50 +0200 (Tue 15 May 2012) | 1 ligne [FIX] Allow date to be overridden in smarty select time function and as well from tiki-calendar_edit_item.php. The minutes and seconds were being lost from integration between convene and others ---------------------------------------------- r41463 | xavidp | 2012-05-15 15:29:06 +0200 (Tue 15 May 2012) | 1 ligne [FIX]Usability fix for easier identification of unconfirmed options ---------------------------------------------- r41462 | xavidp | 2012-05-15 14:57:42 +0200 (Tue 15 May 2012) | 1 ligne [FIX]More consistent labelling. Thansk for the underlying improvements, robertplummer (they work nicely now!) ---------------------------------------------- r41461 | sylvieg | 2012-05-15 00:30:18 +0200 (Tue 15 May 2012) | 1 ligne [FIX]GROUP: as plugin parsing now from bigger to smaller, {GROUP}{GROUP}...{ELSE}...{GROUP}{ELSE}...{GROUP}. else must be looked from the last ---------------------------------------------- r41460 | nkoth | 2012-05-14 23:21:32 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Categorization etc must happen after page creation otherwise a hash coded i.e. yet unnamed page gets into the search index ---------------------------------------------- r41459 | nkoth | 2012-05-14 21:13:10 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Deleting wiki page results in stray results in search index ---------------------------------------------- r41458 | ricks99 | 2012-05-14 19:56:55 +0200 (Mon 14 May 2012) | 1 ligne [DOC] minor text edit only. backport of 41457 ---------------------------------------------- r41456 | citadelrock | 2012-05-14 18:58:20 +0200 (Mon 14 May 2012) | 1 ligne [bp/r41438][FIX] Blog comments module not showing comments ---------------------------------------------- r41455 | citadelrock | 2012-05-14 17:13:41 +0200 (Mon 14 May 2012) | 1 ligne [bp/r41438][FIX] Blog comments module not showing comments. ---------------------------------------------- r41454 | robertplummer | 2012-05-14 16:39:43 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Made the class update onchange of select for a better visual aid ---------------------------------------------- r41453 | robertplummer | 2012-05-14 16:12:06 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Added 3rd state (-1) to convene, and made state unconfirmed (0) not have any style other than default. ---------------------------------------------- r41450 | jonnybradley | 2012-05-14 13:32:47 +0200 (Mon 14 May 2012) | 1 ligne [FIX] timeline: Prevent endless loop of page reloading if timeline element doesn't exist. ---------------------------------------------- r41448 | lindonb | 2012-05-14 04:53:55 +0200 (Mon 14 May 2012) | 1 ligne Add commented example rewrite rule to redirect to a safe page when bogus directories are given as part of the request url ---------------------------------------------- r41447 | nkoth | 2012-05-14 04:05:40 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Both 'y' and 'n' were being represented as 'true' ---------------------------------------------- r41446 | robertplummer | 2012-05-14 03:59:07 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Ensure we only use htmlspecialentities_decode and get the fingerprint finder for pre 9 to match up to a sort of partial decoded state, everything decoded with the exception of < and > ---------------------------------------------- r41445 | nkoth | 2012-05-14 01:55:45 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Recordings showing in all sorts of random order (sorry, refix: bad merge from dev server) ---------------------------------------------- r41444 | nkoth | 2012-05-14 01:54:24 +0200 (Mon 14 May 2012) | 1 ligne [FIX] Recordings showing in all sorts of random order ---------------------------------------------- r41443 | lindonb | 2012-05-12 20:44:23 +0200 (Sat 12 May 2012) | 1 ligne [FIX] Third times the charm on getting article titles formatted right in arcturus amette theme ---------------------------------------------- r41442 | lindonb | 2012-05-12 20:07:37 +0200 (Sat 12 May 2012) | 1 ligne [FIX] Forgot to deal with visited formtting ---------------------------------------------- r41441 | lindonb | 2012-05-12 19:53:48 +0200 (Sat 12 May 2012) | 1 ligne [FIX] Improve contrast for articles titles in arcturus amette theme. ---------------------------------------------- r41440 | lindonb | 2012-05-12 19:05:48 +0200 (Sat 12 May 2012) | 1 ligne [FIX] Tidy up formatting for the header mode for the login box. ---------------------------------------------- r41439 | Jyhem | 2012-05-12 18:53:36 +0200 (Sat 12 May 2012) | 1 ligne [FIX] Now I think the 0, null, '' and non-existant cases are not mixed up. Smarty is very confusing ---------------------------------------------- r41437 | nkoth | 2012-05-12 05:14:14 +0200 (Sat 12 May 2012) | 1 ligne [FIX] The need to create a room in order to see the recordings results in a recording in itself, leading to lots of useless short recordings..., so should allow accessing recordings without creating. ---------------------------------------------- r41436 | nkoth | 2012-05-12 04:51:37 +0200 (Sat 12 May 2012) | 1 ligne [FIX] Recordings list all showing current time instead of correct time ---------------------------------------------- r41435 | nkoth | 2012-05-11 23:21:42 +0200 (Fri 11 May 2012) | 1 ligne [FIX] wysiwyg horizontal scrollbar appears causing sometimes jump to flush right causing disruption while editing ---------------------------------------------- r41433 | lphuberdeau | 2012-05-11 18:56:59 +0200 (Fri 11 May 2012) | 1 ligne [FIX] Initializing the vector layer with the map instead of waiting for the feature editor, better ordering ---------------------------------------------- r41431 | jonnybradley | 2012-05-11 15:29:00 +0200 (Fri 11 May 2012) | 1 ligne [FIX]structures: Hopeful fix for problems seen on doc.t.o where the main structure has id==0, watch out for side effects pls! ---------------------------------------------- r41430 | xavidp | 2012-05-11 14:28:43 +0200 (Fri 11 May 2012) | 1 ligne [FIX]Better wysiwyca fix and display fix for users without edit perms on the calendar Item (fullcalendar=y was displaying the item without tpl for anons) ---------------------------------------------- r41429 | lphuberdeau | 2012-05-11 13:44:57 +0200 (Fri 11 May 2012) | 1 ligne [FIX] Call to undefined method (reported by Pete Jalajas) ---------------------------------------------- r41428 | xavidp | 2012-05-11 13:25:30 +0200 (Fri 11 May 2012) | 1 ligne [FIX]Wysiwyca fix (better than before at least). ---------------------------------------------- r41427 | jonnybradley | 2012-05-11 13:08:15 +0200 (Fri 11 May 2012) | 1 ligne [FIX] calendars: Basic $auto_query_args ---------------------------------------------- r41425 | lindonb | 2012-05-11 04:02:22 +0200 (Fri 11 May 2012) | 1 ligne [FIX] Change search scope so that match doesn't need to be exact. A fix in the sense that this is what users will expect and this was the behavior before (although not sure how) ---------------------------------------------- r41424 | jonnybradley | 2012-05-11 01:20:12 +0200 (Fri 11 May 2012) | 1 ligne [FIX] users: Wrong quotes (quality?) ---------------------------------------------- r41421 | nkoth | 2012-05-10 23:55:24 +0200 (Thu 10 May 2012) | 1 ligne [FIX] database error when filtering by date in trackerfilter when categories are used. ---------------------------------------------- r41420 | nkoth | 2012-05-10 23:42:56 +0200 (Thu 10 May 2012) | 1 ligne [FIX] Icon is overlapping text ---------------------------------------------- r41419 | nkoth | 2012-05-10 23:36:10 +0200 (Thu 10 May 2012) | 1 ligne [FIX] Negative offset not working ---------------------------------------------- r41418 | nkoth | 2012-05-10 23:29:59 +0200 (Thu 10 May 2012) | 1 ligne [FIX] Avatar should show user's avatar if not specified as documented, and also link to user information wrong ---------------------------------------------- r41417 | jonnybradley | 2012-05-10 23:28:49 +0200 (Thu 10 May 2012) | 1 ligne [FIX] perms: Use safer tiki_unserialize as session data came from the request, just in case ---------------------------------------------- r41416 | jonnybradley | 2012-05-10 23:24:52 +0200 (Thu 10 May 2012) | 1 ligne [FIX] perms: Filter object request data before storing in perms clipboard and check authenticity before pasting perms back on an object (thanks Lukas Reschke) ---------------------------------------------- r41415 | nkoth | 2012-05-10 19:41:05 +0200 (Thu 10 May 2012) | 1 ligne [FIX] The jquery that hide/show the flippers does not run In the admin tracker categories setting in jqueryUI popup, so in order to categorize subcategory it needs to show as open by default. The hiding is moved to the jquery from the PHP to keep behavior when it runs ---------------------------------------------- r41414 | Jyhem | 2012-05-10 18:52:43 +0200 (Thu 10 May 2012) | 1 ligne [FIX] '0' is a valid text value but it was ignored ---------------------------------------------- r41413 | jonnybradley | 2012-05-10 18:48:25 +0200 (Thu 10 May 2012) | 1 ligne [CSS] jqui: A few cosmetic improvements ---------------------------------------------- r41412 | jonnybradley | 2012-05-10 18:38:38 +0200 (Thu 10 May 2012) | 2 lignes [FIX] trackers: Fix for autocomplete text fields. $trackerId not assigned to smarty and $item not being quite so empty when set from tracker plugin. Was causing JS syntax error causing other fields to fail (like DynamicLists) - Thanks Xavi. ---------------------------------------------- r41411 | nkoth | 2012-05-10 16:16:18 +0200 (Thu 10 May 2012) | 1 ligne [FIX] Endless loop if object is categorized in both areas category and non-areas category ---------------------------------------------- r41410 | jonnybradley | 2012-05-10 16:15:20 +0200 (Thu 10 May 2012) | 1 ligne [CSS] jqui: More reasonable margins for blogpost titles ---------------------------------------------- r41409 | jonnybradley | 2012-05-10 16:09:43 +0200 (Thu 10 May 2012) | 1 ligne [FIX] sefurl: use title for blogposts sefurl if pref set (& corrects canonical problems, thanks marclaporte) ---------------------------------------------- r41408 | xavidp | 2012-05-10 15:44:41 +0200 (Thu 10 May 2012) | 1 ligne [FIX]CalendarId was hardcoded to 1 and users in some sites can't add events to that calendar because of lack of permissions. Added as param to fix this issue. Thanks rgonzalo for reporting the issue! ---------------------------------------------- r41407 | xavidp | 2012-05-10 15:01:39 +0200 (Thu 10 May 2012) | 1 ligne Added translation for convene plugin ---------------------------------------------- r41406 | jonnybradley | 2012-05-10 14:42:57 +0200 (Thu 10 May 2012) | 2 lignes [FIX] perms: Fix scope on FAQ perms - TODO: many more probably should be 'object' not 'global' Thanks littledove on devlist and schap for wish4138 ---------------------------------------------- r41405 | nkoth | 2012-05-10 06:38:13 +0200 (Thu 10 May 2012) | 1 ligne [FIX] Since section is only for sequentially indexed arrays, and since categories have been refactored to have the key as the categId, it is now associative and so once categories are deleted the listing will have missing cats when using section ---------------------------------------------- r41404 | nkoth | 2012-05-10 00:32:51 +0200 (Thu 10 May 2012) | 1 ligne [DOC] Suggest setting of other option ---------------------------------------------- r41403 | nkoth | 2012-05-09 23:39:52 +0200 (Wed 09 May 2012) | 1 ligne [FIX] Better to show mock avatar always then a broken image ---------------------------------------------- r41402 | nkoth | 2012-05-09 22:23:29 +0200 (Wed 09 May 2012) | 1 ligne [FIX] Areas was not working for sub-categories of specified areas root nor for switching between areas ---------------------------------------------- r41401 | nkoth | 2012-05-09 21:44:46 +0200 (Wed 09 May 2012) | 1 ligne [FIX] Prevent endless redirect when trying to switch to invalid or 0 perspective ---------------------------------------------- r41400 | jonnybradley | 2012-05-09 21:27:02 +0200 (Wed 09 May 2012) | 2 lignes [FIX] login: Don't focus on the login username if it's off the bottom of the page (causing it to scroll up confusingly) TODO: Should be a module param? ---------------------------------------------- r41399 | jonnybradley | 2012-05-09 18:58:22 +0200 (Wed 09 May 2012) | 1 ligne [FIX] modules: Fix CSS for hidden columns avoiding mangled display, and correct tooltips on all modules list ---------------------------------------------- r41398 | nkoth | 2012-05-09 18:26:13 +0200 (Wed 09 May 2012) | 1 ligne [FIX] Auto toggle drop down selection to other when there is a Other value, and clear the Other value when user toggles away from other, to avoid user confusion since value will not save unless Other is cleared ---------------------------------------------- r41397 | jonnybradley | 2012-05-09 15:45:32 +0200 (Wed 09 May 2012) | 1 ligne [FIX] modules: Don't show edit & plugin icons in wiki parsed user modules ---------------------------------------------- r41396 | jonnybradley | 2012-05-09 15:37:26 +0200 (Wed 09 May 2012) | 1 ligne [FIX] trackers: Catch error where tracker not defined (can happen in ItemLinks etc when importing trackers) ---------------------------------------------- r41395 | jonnybradley | 2012-05-09 15:34:20 +0200 (Wed 09 May 2012) | 1 ligne [FIX] English ---------------------------------------------- r41394 | marclaporte | 2012-05-09 08:04:19 +0200 (Wed 09 May 2012) | 1 ligne fix link to update sender email ---------------------------------------------- r41393 | nkoth | 2012-05-09 04:32:15 +0200 (Wed 09 May 2012) | 1 ligne [FIX] Popup on clicking marker gets stuck at spinning state ---------------------------------------------- r41392 | Jyhem | 2012-05-08 23:48:38 +0200 (Tue 08 May 2012) | 1 ligne [FIX] Replace with correct UTF-8 hard spaces, especially when is misspelled ---------------------------------------------- r41390 | jonnybradley | 2012-05-08 18:23:05 +0200 (Tue 08 May 2012) | 1 ligne Revert: r41138 Was breaking italics and no longer necessary following other html entity fixes ---------------------------------------------- r41389 | nkoth | 2012-05-08 01:35:12 +0200 (Tue 08 May 2012) | 1 ligne [FIX] Formatted HTML in CUSTOMSEARCH and LIST showing up as encoded HTML ---------------------------------------------- r41387 | jonnybradley | 2012-05-07 21:23:33 +0200 (Mon 07 May 2012) | 1 ligne [FIX] code plugin: Set format to html instead of using ~np~ tags (required by wysiwyg but seems fine in normal editor mode) ---------------------------------------------- r41386 | jonnybradley | 2012-05-07 21:21:58 +0200 (Mon 07 May 2012) | 3 lignes [FIX] wysiwyg: Fix lost line breaks in plugins (hopefully). Seems to be more consistent now in both html and htmltowiki modes, both for preview (fix to plugin execute) and plugin edit form changes within the wyswyg editor (by wrapping in a <pre> tag). ---------------------------------------------- r41385 | jonnybradley | 2012-05-07 21:16:08 +0200 (Mon 07 May 2012) | 1 ligne [FIX] wysiwyg: Indent and Outdent not supported in htmltowiki mode ---------------------------------------------- r41384 | jonnybradley | 2012-05-07 17:31:03 +0200 (Mon 07 May 2012) | 1 ligne [FIX] trackertimeline: Separate data sources when more than one per page (thanks again xavi) ---------------------------------------------- r41383 | jonnybradley | 2012-05-07 16:57:20 +0200 (Mon 07 May 2012) | 1 ligne [FIX] trackertimeline: Avoid duplicate ids when more than one per page, also [ENH] add params for height control to make it usable in more contexts (thanks xavi) ---------------------------------------------- r41381 | xavidp | 2012-05-07 16:39:55 +0200 (Mon 07 May 2012) | 1 ligne renamed formulari/s (forms) to formulari/s-db (form/s-db) to refer to trackers ---------------------------------------------- r41380 | xavidp | 2012-05-07 16:33:00 +0200 (Mon 07 May 2012) | 1 ligne typo and a few more strings ---------------------------------------------- r41379 | jonnybradley | 2012-05-07 15:39:45 +0200 (Mon 07 May 2012) | 1 ligne [MOD] admin: hide disabled admin sections if not showing advanced (all part of "Simpler config on fresh install") ---------------------------------------------- r41378 | jonnybradley | 2012-05-07 15:29:29 +0200 (Mon 07 May 2012) | 1 ligne [FIX] trackertimeline: Uninitialised var ---------------------------------------------- r41377 | jonnybradley | 2012-05-07 15:26:30 +0200 (Mon 07 May 2012) | 1 ligne [FIX] plugins: Set gauge and trackertimeline format to html as the produce only html and should not be wiki parsed and html encoded (thanks xavi) ---------------------------------------------- r41376 | jonnybradley | 2012-05-07 15:20:50 +0200 (Mon 07 May 2012) | 1 ligne [FIX] admin: Hide or disable admin buttons for ratings, maps and search according to prefs ---------------------------------------------- r41375 | jonnybradley | 2012-05-07 15:19:42 +0200 (Mon 07 May 2012) | 1 ligne [FIX] search: Revert r41374 and do it properly (hide containing fieldset when for negative preffilters) ---------------------------------------------- r41374 | jonnybradley | 2012-05-07 14:45:30 +0200 (Mon 07 May 2012) | 1 ligne [FIX] search: Hide mysql admin completely when not supported (fieldset and legend were showing before & looked broken - done with jquery to save having to expose more database info to Smarty) ---------------------------------------------- r41372 | jonnybradley | 2012-05-07 13:59:08 +0200 (Mon 07 May 2012) | 1 ligne [FIX] perms: focus on input after clearing value ---------------------------------------------- r41371 | jonnybradley | 2012-05-07 13:52:39 +0200 (Mon 07 May 2012) | 1 ligne [FIX] filegals: A couple of pref checks for perms ---------------------------------------------- r41370 | marclaporte | 2012-05-07 02:18:23 +0200 (Mon 07 May 2012) | 1 ligne add missing link to Action log admin pref ---------------------------------------------- r41232 | ricks99 | 2012-05-01 13:40:32 +0200 (Tue 01 May 2012) | 1 ligne [ENH]Prompt users to subscribe to newsletter or RSS feed in order to stay up-to-date and receive notification of new releases. More details http://dev.tiki.org/Update+notifier ---------------------------------------------- r41230 | changi67 | 2012-05-01 12:45:04 +0200 (Tue 01 May 2012) | 1 ligne [FIX] Correct declaration to be the same as the upgrade script ---------------------------------------------- r41229 | lindonb | 2012-05-01 05:21:33 +0200 (Tue 01 May 2012) | 1 ligne Check that topic image exists first and check variables that are never set in tiki-view_articles (only set when called from plugin articles) ---------------------------------------------- r41228 | robertplummer | 2012-05-01 01:56:25 +0200 (Tue 01 May 2012) | 1 ligne [FIX] A few oddities with stealing newline characters, added whitespace, doubling speed again, now we are as fast or faster than the old parser with reasonable output results. ---------------------------------------------- r41227 | robertplummer | 2012-04-30 22:59:27 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] remove call to SOL, SOL is implied by syntax ---------------------------------------------- r41226 | robertplummer | 2012-04-30 22:54:45 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] str_len not a function it is str_len ---------------------------------------------- r41225 | robertplummer | 2012-04-30 22:51:47 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] remove un-needed header functions, make it work with more !!!'s ---------------------------------------------- r41223 | changi67 | 2012-04-30 22:36:22 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Avoid some warnings during upgrade ---------------------------------------------- r41222 | robertplummer | 2012-04-30 22:33:37 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Added super sanitize to avoid encoding issues outside of utf8 ---------------------------------------------- r41221 | robertplummer | 2012-04-30 22:26:43 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Added a A-Za-z0-9+ regex to cut processing time in half (more with larger strings that need parsed, it would look at every character if it wasen't a combo of a syntax ---------------------------------------------- r41220 | changi67 | 2012-04-30 22:24:51 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Missed to be remove ---------------------------------------------- r41219 | changi67 | 2012-04-30 22:19:33 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Avoid plenty of warnings during upgrade ---------------------------------------------- r41218 | robertplummer | 2012-04-30 21:30:40 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Sheet version diff ---------------------------------------------- r41217 | chealer | 2012-04-30 21:18:06 +0200 (Mon 30 Apr 2012) | 2 lignes [FIX] "Syntax error or access violation: 1064 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 ''<database-name>' CHARACTER SET 'utf8' COLLATE 'utf8_unicode_ci'' at line 1 in" oops, wrong quotes (r41212 regression). Thanks Leu ---------------------------------------------- r41216 | Jyhem | 2012-04-30 21:00:52 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Incorect test ---------------------------------------------- r41215 | robertplummer | 2012-04-30 20:59:36 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Found another place where we need to do a conversion to 9 ---------------------------------------------- r41214 | robertplummer | 2012-04-30 19:59:55 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Woops, wrong file minified ---------------------------------------------- r41213 | robertplummer | 2012-04-30 19:56:17 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Minify was failing for tablesorter, use their min file as external which passes min fine; found a syntax issue ---------------------------------------------- r41212 | chealer | 2012-04-30 18:54:21 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Quote database name. May need escaping too for trickier names ---------------------------------------------- r41210 | robertplummer | 2012-04-30 16:59:32 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX] Ensure that state is tracked for converting in updating modules ---------------------------------------------- r41209 | sylvieg | 2012-04-30 13:33:33 +0200 (Mon 30 Apr 2012) | 1 ligne [merge/r 41207,41208][FIX]newsletter: when sending to too many users, teh user preferences cache can be hudge ---------------------------------------------- r41206 | xavidp | 2012-04-30 11:32:59 +0200 (Mon 30 Apr 2012) | 1 ligne [FIX]Fix Default value ---------------------------------------------- r41205 | lindonb | 2012-04-30 05:25:00 +0200 (Mon 30 Apr 2012) | 1 ligne Array_filter needs to return to a variable ---------------------------------------------- r41204 | lindonb | 2012-04-30 04:49:54 +0200 (Mon 30 Apr 2012) | 1 ligne Notices - setting variables and checking if variables are set ---------------------------------------------- r41203 | lindonb | 2012-04-30 04:25:54 +0200 (Mon 30 Apr 2012) | 1 ligne Add find_in information for tiki-admin_calendars find call and check if variable set in find.tpl ---------------------------------------------- r41202 | lindonb | 2012-04-30 03:05:35 +0200 (Mon 30 Apr 2012) | 1 ligne Make sure smarty variable is set with either user value or default ---------------------------------------------- r41201 | lindonb | 2012-04-30 02:55:42 +0200 (Mon 30 Apr 2012) | 1 ligne Check whether calendar_type is set ---------------------------------------------- r41200 | lindonb | 2012-04-30 02:44:22 +0200 (Mon 30 Apr 2012) | 1 ligne Notices ---------------------------------------------- r41197 | marclaporte | 2012-04-30 00:16:57 +0200 (Mon 30 Apr 2012) | 1 ligne Update release numbers for update notifier ---------------------------------------------- r41195 | changi67 | 2012-04-29 23:23:00 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] utf8_general_ci to utf8_unicode_ci for those who come from the last LTS ---------------------------------------------- r41194 | lphuberdeau | 2012-04-29 22:52:10 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Adding permission checks in archivebuilder ---------------------------------------------- r41193 | Jyhem | 2012-04-29 22:43:39 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Use a separator which does not naturally occur in text fields (thanks Marc) ---------------------------------------------- r41190 | lindonb | 2012-04-29 22:29:15 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Improper static call; wrong saved values shown in preview form; variable typo; other variable checking and moving to avoid notices. Still issues with editing recurrent appointments. ---------------------------------------------- r41189 | lindonb | 2012-04-29 22:25:36 +0200 (Sun 29 Apr 2012) | 1 ligne Improving the message regarding recurring calendar items and checking whether variables are set to avoid notices. ---------------------------------------------- r41187 | Jyhem | 2012-04-29 21:49:45 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Make active tab more visible and make 'Upload' inactive tab visible in ajax Upload File page ---------------------------------------------- r41186 | jonnybradley | 2012-04-29 20:54:25 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] parser: Prevent dynamic var % tags matching %%% line breaks (as seen on trunkdev) ---------------------------------------------- r41185 | lphuberdeau | 2012-04-29 20:53:42 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Using the same validation as in tiki-calendar.php ---------------------------------------------- r41183 | lphuberdeau | 2012-04-29 20:39:47 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Category permissions not checked for calendar RSS feed ---------------------------------------------- r41182 | marclaporte | 2012-04-29 20:38:59 +0200 (Sun 29 Apr 2012) | 1 ligne Better documentation about file gallery setup ---------------------------------------------- r41179 | lphuberdeau | 2012-04-29 19:36:29 +0200 (Sun 29 Apr 2012) | 1 ligne Encoding the string to be stored in the database as it contains binary data ---------------------------------------------- r41178 | lindonb | 2012-04-29 19:21:41 +0200 (Sun 29 Apr 2012) | 1 ligne Notice - check whether or not $wysiwyg is set ---------------------------------------------- r41177 | lphuberdeau | 2012-04-29 19:12:42 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Improve provisional password generation, uses the phpsec fork from https://github.com/ph-il/phpSec until the last patch is integrated in mainline ---------------------------------------------- r41172 | changi67 | 2012-04-29 17:25:16 +0200 (Sun 29 Apr 2012) | 1 ligne [ENH] Just a little script to help upgrading your dogfood server using simple bash command, feel free to test and report bugs ---------------------------------------------- r41171 | lindonb | 2012-04-29 17:16:08 +0200 (Sun 29 Apr 2012) | 1 ligne Shortcut english edits. ---------------------------------------------- r41165 | jonnybradley | 2012-04-29 15:08:01 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] featured links: Check link exists ---------------------------------------------- r41164 | lindonb | 2012-04-29 08:01:12 +0200 (Sun 29 Apr 2012) | 1 ligne Safer fix for pageLang notice ---------------------------------------------- r41163 | lindonb | 2012-04-29 07:21:40 +0200 (Sun 29 Apr 2012) | 1 ligne Notice - apparent typo. ---------------------------------------------- r41160 | lindonb | 2012-04-29 06:13:19 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Resolve another Smarty 3 section loop issue with non-zero based array (categories in the db table start at 1). Also fixed a smarty notice. ---------------------------------------------- r41159 | lindonb | 2012-04-29 05:27:42 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Keep home blog or forum from being set unexpectedly when other admin options are set ---------------------------------------------- r41157 | robertplummer | 2012-04-29 02:33:43 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] inline plugin was being added and not concat'ed ---------------------------------------------- r41156 | robertplummer | 2012-04-29 02:24:02 +0200 (Sun 29 Apr 2012) | 1 ligne [FIX] Inplement the changes from jison latest 0.3.6 jison php port so that wiki syntax finally works and remove some debug stuff, fix linethrough wasen't returning a state ---------------------------------------------- r41155 | redflo | 2012-04-29 01:44:25 +0200 (Sun 29 Apr 2012) | 2 lignes [FIX] LDAP user and group syncronisation broken. See bug 4147 ---------------------------------------------- r41154 | redflo | 2012-04-29 01:42:16 +0200 (Sun 29 Apr 2012) | 2 lignes [REF] Code cannot be entered, $user_ldap_attributes is always unset. ---------------------------------------------- r41153 | jonnybradley | 2012-04-28 20:11:05 +0200 (Sat 28 Apr 2012) | 1 ligne [FIX] structures: Allow dropping pages on empty structures (thanks Geoff) ---------------------------------------------- r41151 | jonnybradley | 2012-04-28 19:00:57 +0200 (Sat 28 Apr 2012) | 1 ligne [FIX] profiles: Don't explode prefs that are already an array ---------------------------------------------- r41150 | jonnybradley | 2012-04-28 17:13:48 +0200 (Sat 28 Apr 2012) | 1 ligne [FIX] jquery.mobile: update to release 1.1.0 ---------------------------------------------- r41148 | jonnybradley | 2012-04-28 16:47:16 +0200 (Sat 28 Apr 2012) | 1 ligne [FIX] filegals: Show correct icons for non-image file thumbnails (by not forcing it to jpeg) ---------------------------------------------- r41145 | jonnybradley | 2012-04-27 23:27:02 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] parser: Don't parse_htmlchar for "is_html" pages which was causing entities to be encoded (displayed as source) on wysiwyg preview (*seems* to have no effect on other cases but might need an extra !$options['preview_mode'] if so) ---------------------------------------------- r41144 | robertplummer | 2012-04-27 23:05:15 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] Added description to a '& ' protection, which looks like a bug, but is actually protecting on postback the parser from turning '& ' into '& ' which shows up '&' and not '&' on a wiki page from the db. ---------------------------------------------- r41142 | robertplummer | 2012-04-27 22:12:51 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] Fixed table builder, was using object attributes when needed to be using data attribute. Also got rid of the spaces that were added in by default and moved them to be added only if needed when a cell didn't have a value and it was being returned as text, also cleaned up while debugging to debug to understand better what was happening. ---------------------------------------------- r41141 | jonnybradley | 2012-04-27 21:52:49 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] update_page: Use is_html=true in plugins_replace() after HTMLPurifying (wysiwyg pages were being saved with all entities encoded) ---------------------------------------------- r41140 | jonnybradley | 2012-04-27 21:51:05 +0200 (Fri 27 Apr 2012) | 2 lignes [FIX] parser: Remove "s around plugin params which occur when using wysiwyg causing them to fail. Also add an is_html param to plugins_replace() as unprotectSpecialChars needs to know (deployments to come) ---------------------------------------------- r41139 | jonnybradley | 2012-04-27 21:46:22 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] img: use same quote style as rest of tag for draw edit icon style (caused issues with wysiwyg plugin renderer) ---------------------------------------------- r41138 | robertplummer | 2012-04-27 21:05:16 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] Prevent italics when just after a '=', which is probably an html object attribute that is empty. ---------------------------------------------- r41137 | Jyhem | 2012-04-27 18:08:43 +0200 (Fri 27 Apr 2012) | 1 ligne [ENH] Add user-friendly way of creating many tracker items fast ---------------------------------------------- r41136 | jonnybradley | 2012-04-27 17:29:58 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] aliases: missing global ---------------------------------------------- r41135 | jonnybradley | 2012-04-27 14:06:11 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] memcache: Emegency fix to make memcache multi-tiki aware as now the class gets instantiated on every page load even if the feature is off (can that be right? re: r41017) ---------------------------------------------- r41132 | arildb | 2012-04-27 10:07:29 +0200 (Fri 27 Apr 2012) | 1 ligne [FIX] Fix syntax errors ---------------------------------------------- r41131 | robertplummer | 2012-04-26 23:22:04 +0200 (Thu 26 Apr 2012) | 1 ligne [FIX] Changed name of class from convertPagesToTiki9 to convertToTiki9 to be more fitting, added a fix to how modules are updated and how statuses are updated, also added in a status updates to update_page and create_page ---------------------------------------------- r41130 | pkdille | 2012-04-26 22:57:16 +0200 (Thu 26 Apr 2012) | 1 ligne No changes - code styling only (seen on quality.tiki.org) ---------------------------------------------- r41129 | robertplummer | 2012-04-26 22:06:49 +0200 (Thu 26 Apr 2012) | 1 ligne [FIX] Textarea no longer needs to be htmlspecialchar()'ed due to parser protectors ---------------------------------------------- r41128 | robertplummer | 2012-04-26 21:22:42 +0200 (Thu 26 Apr 2012) | 2 lignes [FIX] translation was failing when upgrading by command line [FIX] Re-enable the history conversion ---------------------------------------------- r41127 | robertplummer | 2012-04-26 21:11:56 +0200 (Thu 26 Apr 2012) | 1 ligne [ENH] Rather than adding a new column for tracking status, added a new table 'tiki_db_object_status' this will affectivly allow us to track status of objects through the conversion cycle ---------------------------------------------- r41125 | robertplummer | 2012-04-26 20:00:25 +0200 (Thu 26 Apr 2012) | 1 ligne [FIX] Reverting the revert for encoding entities, we've gone too far to turn back now. ---------------------------------------------- r41122 | xavidp | 2012-04-26 12:49:41 +0200 (Thu 26 Apr 2012) | 1 ligne [FIX]oups ---------------------------------------------- r41121 | xavidp | 2012-04-26 12:39:12 +0200 (Thu 26 Apr 2012) | 1 ligne [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?) ---------------------------------------------- r41120 | xavidp | 2012-04-26 12:13:24 +0200 (Thu 26 Apr 2012) | 1 ligne [FIX]Added missing link to edit perspectives under the admin menu ---------------------------------------------- r41114 | nkoth | 2012-04-26 01:30:59 +0200 (Thu 26 Apr 2012) | 1 ligne [bp/r41113][FIX] WHen requiredParents is not set, it should be all. ---------------------------------------------- r41111 | robertplummer | 2012-04-25 21:29:06 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Scope and method name wrong ---------------------------------------------- r41110 | robertplummer | 2012-04-25 21:23:59 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] prepDataFromDb needs to be called outside of the parser ---------------------------------------------- r41109 | robertplummer | 2012-04-25 21:14:13 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Ensure plugins return their static text if they don't exist for demo ---------------------------------------------- r41108 | lphuberdeau | 2012-04-25 21:06:52 +0200 (Wed 25 Apr 2012) | 1 ligne [NEW] Adding sliding controls to the appframe ---------------------------------------------- r41107 | robertplummer | 2012-04-25 20:51:23 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Remove unneeded EOF parser patterns, fix plugins so they end at eof even if they haven't been closed. ---------------------------------------------- r41106 | robertplummer | 2012-04-25 19:57:14 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Getting plugins to not parse their body within the same base run ---------------------------------------------- r41105 | robertplummer | 2012-04-25 19:55:35 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Ensure switching of decode restores to previous state ---------------------------------------------- r41104 | robertplummer | 2012-04-25 18:46:30 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Stopped from recursivly decoding ---------------------------------------------- r41103 | lphuberdeau | 2012-04-25 18:28:11 +0200 (Wed 25 Apr 2012) | 1 ligne [MOD] Adjusting the absolute implementation to keep accordion/tabs working properly ---------------------------------------------- r41102 | lphuberdeau | 2012-04-25 17:58:10 +0200 (Wed 25 Apr 2012) | 1 ligne Adding conditional evaluation plugin to the app frame ---------------------------------------------- r41101 | robertplummer | 2012-04-25 17:26:47 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Stopped all the conversion from taking place, html entities are now stored as they were in 6, they way they should be, and they are protected when they need to be. Will start testing in other parts of tiki next. ---------------------------------------------- r41100 | lphuberdeau | 2012-04-25 17:06:39 +0200 (Wed 25 Apr 2012) | 1 ligne Adding options to the appframe to use absolute positioning ---------------------------------------------- r41099 | xavidp | 2012-04-25 16:28:13 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX]Sorry for the long text but this is to prevent headaches from users when seing unexpected weirdnesses when using this field. Improvable for sure, but better than before for end users, imho. For more info in the state of the art in html5 with different browsers, see for instance http://swatelier.info/at/forms/number.asp?n1=2%2C4&n2=2.4 ---------------------------------------------- r41098 | lphuberdeau | 2012-04-25 16:09:22 +0200 (Wed 25 Apr 2012) | 1 ligne Reset event bindings after changing preferences in profiles to make sure post-save behaviors on object creation are applied with the new settings ---------------------------------------------- r41097 | xavidp | 2012-04-25 15:44:06 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX]Provide more info for users on potential values, at least according to 9x/lib/smarti_tiki/modifier.number_format.php ---------------------------------------------- r41096 | robertplummer | 2012-04-25 14:34:02 +0200 (Wed 25 Apr 2012) | 2 lignes [FIX] Wiki syntax processing to be much simpler and to account for unclosed states [FIX] Wiki demo to work with new jison parser factory ---------------------------------------------- r41095 | Jyhem | 2012-04-25 14:18:11 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] There should be no space before ')' ---------------------------------------------- r41093 | Jyhem | 2012-04-25 12:11:24 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Fix typo ---------------------------------------------- r41092 | Jyhem | 2012-04-25 11:30:39 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Use the language.js file relative to the current display language ---------------------------------------------- r41082 | lindonb | 2012-04-25 04:43:40 +0200 (Wed 25 Apr 2012) | 1 ligne [FIX] Change function name to be different than one in tikilib to avoid notice ---------------------------------------------- r41080 | marclaporte | 2012-04-24 21:11:08 +0200 (Tue 24 Apr 2012) | 1 ligne Adding drawing tool, if feature is activated ---------------------------------------------- r41078 | arildb | 2012-04-24 19:52:44 +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. ---------------------------------------------- r41076 | xavidp | 2012-04-24 18:24:50 +0200 (Tue 24 Apr 2012) | 1 ligne [FIX]Reverting 41075 since it might be considered a regression-type of issue with css in 9x for some users compared to strasa in previous tiki versions ---------------------------------------------- r41075 | xavidp | 2012-04-24 18:04:57 +0200 (Tue 24 Apr 2012) | 1 ligne [FIX]Added min width for the login bar to prevent it to split in two lines with narrow browser windows. Thanks ricks99 ---------------------------------------------- r41071 | ricks99 | 2012-04-24 16:41:36 +0200 (Tue 24 Apr 2012) | 1 ligne [FIX] Backport of 41069 ---------------------------------------------- r41060 | marclaporte | 2012-04-24 00:57:01 +0200 (Tue 24 Apr 2012) | 1 ligne emphasis that this feature is experimental to avoid disappointments ---------------------------------------------- r41058 | arildb | 2012-04-23 23:24:50 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX] Make sure tikilib lib exists ---------------------------------------------- r41057 | arildb | 2012-04-23 22:51:54 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX] fetchAll is not a static function ---------------------------------------------- r41055 | robertplummer | 2012-04-23 19:27:48 +0200 (Mon 23 Apr 2012) | 2 lignes [ENH] Added convertModules to follow same rules as wiki pages [FIX] tra was calling tikilib that might not exist, switch from global to Zend naming convention ---------------------------------------------- r41052 | robertplummer | 2012-04-23 18:03:58 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX] Prevent pages that are being edited as sections from being refreshed from freetags to lucene search indexer ---------------------------------------------- r41051 | Jyhem | 2012-04-23 16:24:27 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX][rb/40944] The fix was making white-on-white buttons in tracker edition pop-ups. Issue about black on black text on 'Upload file(s)' in File Upload interface still present :-( ---------------------------------------------- r41050 | robertplummer | 2012-04-23 15:48:30 +0200 (Mon 23 Apr 2012) | 2 lignes [FIX] Prevent codemirror from loading if not needed (no mode that is compatible with codemirror) [FIX] Removed unneeded $.modal, added opacity of 0.01 so you can't see it load for the tenth of a second when it does. ---------------------------------------------- r41049 | robertplummer | 2012-04-23 14:38:08 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX] Ensure updating revisions checks for existance of status column ---------------------------------------------- r41048 | chibaguy | 2012-04-23 12:18:27 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX] Unwanted extra vertical space added by clearfix class's display:table property. Changed to display:inherit as per Tremblay's suggestion for the fix. ---------------------------------------------- r41047 | luciash | 2012-04-23 09:08:34 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX] align the arrow for CSS vert menus only, horiz was fine ---------------------------------------------- r41046 | luciash | 2012-04-23 08:55:25 +0200 (Mon 23 Apr 2012) | 1 ligne [FIX] syntax error in tiki.sql ---------------------------------------------- r41045 | luciash | 2012-04-23 08:45:59 +0200 (Mon 23 Apr 2012) | 1 ligne [ENH] basic layout (some little padding and align the arrow) for CSS menus (tested in all built-in themes, looks good) ---------------------------------------------- r41044 | luciash | 2012-04-23 07:40:45 +0200 (Mon 23 Apr 2012) | 1 ligne [ENH] nicer default design for tabs and tabs toggle button (tested in all built-in themes, check with empty.css theme) ---------------------------------------------- r41043 | luciash | 2012-04-23 06:04:09 +0200 (Mon 23 Apr 2012) | 1 ligne [ENH] nicer default design for fieldsets borders ---------------------------------------------- r41042 | arildb | 2012-04-23 00:15:37 +0200 (Mon 23 Apr 2012) | 1 ligne [TRA] More Norwegian translations ---------------------------------------------- r41041 | sylvieg | 2012-04-22 23:48:23 +0200 (Sun 22 Apr 2012) | 1 ligne [merge/r41040]FIX]fgal: duplicate show reallyteh fgal in the drop down ---------------------------------------------- r41038 | sylvieg | 2012-04-22 22:08:41 +0200 (Sun 22 Apr 2012) | 1 ligne [merge/r41036][FIX]mime_type can be longer thatn 64 chars ---------------------------------------------- r41035 | sampaioprimo | 2012-04-22 20:59:33 +0200 (Sun 22 Apr 2012) | 2 lignes [FIX] daily reports: don't show 'last report send on' string if sending first report ---------------------------------------------- r41033 | sampaioprimo | 2012-04-22 19:46:49 +0200 (Sun 22 Apr 2012) | 2 lignes [FIX] replace php 5.3 DateTime::getTimestamp() with php 5.2 DateTime::format('U') ---------------------------------------------- r41031 | sampaioprimo | 2012-04-22 18:44:59 +0200 (Sun 22 Apr 2012) | 2 lignes [FIX] when adding a user to daily reports mark last_report field as null so that the user can receive a report as soon as one is sent ---------------------------------------------- r41030 | sylvieg | 2012-04-22 16:07:17 +0200 (Sun 22 Apr 2012) | 1 ligne [FIX]todo: the tracker notification change of status was stored in the wrong column ---------------------------------------------- r41029 | arildb | 2012-04-22 15:08:45 +0200 (Sun 22 Apr 2012) | 1 ligne [TRA] More norwegian translations ---------------------------------------------- r41028 | sylvieg | 2012-04-22 14:32:54 +0200 (Sun 22 Apr 2012) | 1 ligne [FIX]fgal: a class on search in content to be able to hide unitl the search in content works with unified search ---------------------------------------------- r41026 | marclaporte | 2012-04-22 04:52:56 +0200 (Sun 22 Apr 2012) | 1 ligne fix prefs to corresponds to changes in r40326 ---------------------------------------------- r41022 | arildb | 2012-04-22 01:40:17 +0200 (Sun 22 Apr 2012) | 1 ligne [TRA] Some Norwegian translations, including renaming the trackers from "sporhunder" to "agenter", which I believe is more fitting in the Tiki app context ---------------------------------------------- r41021 | sylvieg | 2012-04-21 20:56:23 +0200 (Sat 21 Apr 2012) | 1 ligne [FIX]bookmark: more explicit bouton names ---------------------------------------------- r41020 | robertplummer | 2012-04-21 18:30:50 +0200 (Sat 21 Apr 2012) | 1 ligne [FIX] htmldecode to unprotecthtmlentities ---------------------------------------------- r41019 | robertplummer | 2012-04-21 17:51:55 +0200 (Sat 21 Apr 2012) | 1 ligne [FIX] Still some issues with protect and unprotect, looks solid now, was using &$data even in tests, which changed the original, essentially turning on html always ---------------------------------------------- r41018 | robertplummer | 2012-04-21 17:23:32 +0200 (Sat 21 Apr 2012) | 1 ligne [FIX] Parsing of %%% needs to be done almost last for it not to interfier with toc and data tables ---------------------------------------------- r41017 | robertplummer | 2012-04-21 17:22:34 +0200 (Sat 21 Apr 2012) | 1 ligne [FIX] Getting command line tiki installer working with the new converter ---------------------------------------------- r41016 | changi67 | 2012-04-21 15:38:18 +0200 (Sat 21 Apr 2012) | 1 ligne [FIX] If smarty is not an object, we can assign anything ---------------------------------------------- r41015 | changi67 | 2012-04-21 12:32:09 +0200 (Sat 21 Apr 2012) | 1 ligne [FIX] Typo for people who already upgrade their tiki ---------------------------------------------- r41012 | robertplummer | 2012-04-20 22:46:16 +0200 (Fri 20 Apr 2012) | 1 ligne [FIX] Prevent new pages from ever being converted ---------------------------------------------- r41011 | robertplummer | 2012-04-20 22:37:13 +0200 (Fri 20 Apr 2012) | 1 ligne [ENH] But mroe of a fix, Let history pages convert as needed ---------------------------------------------- r41010 | robertplummer | 2012-04-20 22:35:13 +0200 (Fri 20 Apr 2012) | 1 ligne [FIX] Only update plugins if needed ---------------------------------------------- r41008 | robertplummer | 2012-04-20 21:26:38 +0200 (Fri 20 Apr 2012) | 2 lignes [FIX] Did first successful upgrade with new wiki9 converter on moderatly large db, and committing those changes [FIX] Deleted the upgrade script that added the columns, migrated the changes within the upgrade script to the new class that actually does the upgrade so we can properly check for the existance of the column "status" ---------------------------------------------- r41007 | robertplummer | 2012-04-20 21:24:55 +0200 (Fri 20 Apr 2012) | 1 ligne [FIX] something was throwing warnings, put in check ---------------------------------------------- r41006 | xavidp | 2012-04-20 19:53:23 +0200 (Fri 20 Apr 2012) | 1 ligne [FIX]Provide explicit reference in the options which correspond to this tracker or the other tracker (similar to the explicit explanation before tracker revamp) ---------------------------------------------- r41004 | changi67 | 2012-04-20 11:23:10 +0200 (Fri 20 Apr 2012) | 1 ligne [FIX] Section edit for hdr = 0 wasn't working - check string = int ---------------------------------------------- r41001 | robertplummer | 2012-04-20 00:33:19 +0200 (Fri 20 Apr 2012) | 1 ligne [FIX] Forgot default values ---------------------------------------------- r41000 | robertplummer | 2012-04-20 00:27:14 +0200 (Fri 20 Apr 2012) | 1 ligne [ENH] Added state to tiki_history and tiki_pages ---------------------------------------------- r40999 | robertplummer | 2012-04-19 23:41:31 +0200 (Thu 19 Apr 2012) | 1 ligne [ENH] Moved the upgrade script for decoding pages to it's own class for use in other parts of tiki ---------------------------------------------- r40998 | robertplummer | 2012-04-19 23:40:12 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX] syntax changes for better debug ---------------------------------------------- r40997 | changi67 | 2012-04-19 20:46:23 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX] Avoid warnings in upgrade scripts ---------------------------------------------- r40995 | changi67 | 2012-04-19 20:04:23 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX] Position of tellafriend to avoid H1 to be out of blue background ---------------------------------------------- r40994 | changi67 | 2012-04-19 19:21:35 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX] Don't know TikiLib before loading setup ---------------------------------------------- r40993 | robertplummer | 2012-04-19 17:09:14 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX] Forgot the data var ---------------------------------------------- r40992 | robertplummer | 2012-04-19 17:08:21 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX] Refactor of decode pages so that it extends to history and pages (PART 1) next will be for plugin tracking ---------------------------------------------- r40991 | xavidp | 2012-04-19 13:47:17 +0200 (Thu 19 Apr 2012) | 1 ligne [FIX]Fixing the display of the items in the side columns ( thanks mose ) and the central column when tasks are long and use more than one line ---------------------------------------------- r40987 | sylvieg | 2012-04-19 00:16:30 +0200 (Thu 19 Apr 2012) | 1 ligne syntax error: please check thje code ---------------------------------------------- r40985 | arildb | 2012-04-18 22:48:37 +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. ---------------------------------------------- r40983 | ricks99 | 2012-04-18 19:01:36 +0200 (Wed 18 Apr 2012) | 1 ligne English language improvement. Meaning not changed. ---------------------------------------------- r40982 | xavidp | 2012-04-18 16:53:43 +0200 (Wed 18 Apr 2012) | 1 ligne [FIX]Fixing a few details for jtrack (timesheet feature and plugin) display properly in side columns or in the central column. ---------------------------------------------- r40981 | marclaporte | 2012-04-18 16:00:13 +0200 (Wed 18 Apr 2012) | 1 ligne Document the great feature added by Jyhem: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=35537 ---------------------------------------------- r40978 | eromneg | 2012-04-18 15:07:18 +0200 (Wed 18 Apr 2012) | 1 ligne [FIX] another typo - causing the strange 'logged out' behaviour when trying to view a tracker ---------------------------------------------- r40977 | eromneg | 2012-04-18 14:56:42 +0200 (Wed 18 Apr 2012) | 1 ligne [FIX] missing curly braces for if check at line 255 - causing the strange 'logged out' behaviour when trying to view a tracker ---------------------------------------------- r40976 | robertplummer | 2012-04-18 02:57:52 +0200 (Wed 18 Apr 2012) | 1 ligne [FIX] Change jison parser's parserStack to a static var, should transfer between other stacks ok ---------------------------------------------- r40975 | robertplummer | 2012-04-18 02:56:03 +0200 (Wed 18 Apr 2012) | 1 ligne [FIX] Ensure that & the char is handled correctly, & was not correct to use, and since & the char usually comes before a word, I simple look for '& ' which seems to work pretty well, it hasen't failed in any of my test cases. ---------------------------------------------- r40974 | Jyhem | 2012-04-17 22:48:27 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Handle option 'Auto-Assign' ---------------------------------------------- r40973 | robertplummer | 2012-04-17 22:34:49 +0200 (Tue 17 Apr 2012) | 2 lignes [FIX] Since mb_stringtolower has better support for other languages, went ahead and migrated over to it in parser lib [ENH] mb_stringtoupper didn't exist, and since it was litterally the same function as TikiLib::strtolower and needed to be used in parser lib, I duplicated and renamed it to strtoupper with the internal calls to strtotupper and as well mb_strtoupper and then migrated the parser over to it so that languages would be FIXED and stable ---------------------------------------------- r40972 | robertplummer | 2012-04-17 22:18:55 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Forgot to add amp to the special chars ---------------------------------------------- r40971 | robertplummer | 2012-04-17 21:58:15 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Let only 1 table of contents show when needed ---------------------------------------------- r40970 | marclaporte | 2012-04-17 21:19:54 +0200 (Tue 17 Apr 2012) | 1 ligne Cosmetic improvements to PluginBigBlueButton ---------------------------------------------- r40969 | robertplummer | 2012-04-17 20:56:29 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Replace only the %%% in the linebreaks, not the actual line break too, if linebreak doesn't exist, insert one (both with and without are treated the same. ---------------------------------------------- r40968 | marclaporte | 2012-04-17 20:14:04 +0200 (Tue 17 Apr 2012) | 1 ligne Better documentation for PluginBigBlueButton. Thank you luci and JCM http://dev.tiki.org/item3906 ---------------------------------------------- r40967 | robertplummer | 2012-04-17 18:58:44 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Forgot to ensure comes back as html for $tline ---------------------------------------------- r40966 | robertplummer | 2012-04-17 18:45:09 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] strtolower was in wrong order ---------------------------------------------- r40965 | robertplummer | 2012-04-17 18:31:49 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] ensure that tline gets 's ---------------------------------------------- r40964 | robertplummer | 2012-04-17 18:13:37 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] More toc fixing, making sure that html is returned from the parser when needed for detecting blocks etc. ---------------------------------------------- r40963 | robertplummer | 2012-04-17 18:02:04 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Accidentally had parse_data commented out in toc to debug, and forgot, partial rollback while still debugging ---------------------------------------------- r40962 | robertplummer | 2012-04-17 17:58:20 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Used unprotectSpecialChars for obj detection, to clean up code ---------------------------------------------- r40960 | marclaporte | 2012-04-17 17:34:53 +0200 (Tue 17 Apr 2012) | 1 ligne Updating new HomePage creation script to link to 9.x profiles ---------------------------------------------- r40959 | robertplummer | 2012-04-17 17:20:50 +0200 (Tue 17 Apr 2012) | 3 lignes [FIX] Ensure that toc checks for real_html chars so it doesn't go nuts putting <br /> everywhere [FIX] For cleaning up hot we output or protect html [FIX] strtolower was being triggered a lot in make_toc, so just created a single var and did it once. 1 document with 100 lines could easily much more resources then needed ---------------------------------------------- r40958 | robertplummer | 2012-04-17 16:26:05 +0200 (Tue 17 Apr 2012) | 2 lignes [FIX] Ensure that wiki links get the correct output for html entities [FIX] Ensure that my code has check exists is_html before check it's value ---------------------------------------------- r40957 | robertplummer | 2012-04-17 16:01:18 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Make TOC fixes, looks like it needs to run a couple times, I put a max of 10 ---------------------------------------------- r40956 | robertplummer | 2012-04-17 15:05:00 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Make TOC fixes, it was calling itself, just put in a limit and returned if it was set to true. Tested with TOC below content, TOC above content, TOC below and above content (2!) and worked fine as far as I can tell ---------------------------------------------- r40955 | robertplummer | 2012-04-17 14:41:03 +0200 (Tue 17 Apr 2012) | 2 lignes [FIX] Added to the list of protected html chars with output rules [ENH] Added $specialChars, protectSpecialChars() and unprotectSpecialChars(), added to simplify the parser functionality ---------------------------------------------- r40950 | robertplummer | 2012-04-17 02:22:38 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] Ensure that handler columns and rows are imported, but found them not to even be saving on layouts, commented out till v10 ---------------------------------------------- r40948 | eromneg | 2012-04-17 00:24:56 +0200 (Tue 17 Apr 2012) | 1 ligne [FIX] text typo ---------------------------------------------- r40947 | robertplummer | 2012-04-16 23:50:53 +0200 (Mon 16 Apr 2012) | 1 ligne [FIX] Ensure the entities are migrated from wiki pages ---------------------------------------------- r40945 | robertplummer | 2012-04-16 21:47:09 +0200 (Mon 16 Apr 2012) | 1 ligne [FIX] Ensure the entities are left in when executing plugins and for parse_htmlchar ---------------------------------------------- r40944 | Jyhem | 2012-04-16 19:45:27 +0200 (Mon 16 Apr 2012) | 1 ligne [FIX] Avoid black on black text on 'Upload file(s)' in File Upload interface ---------------------------------------------- r40943 | robertplummer | 2012-04-16 18:20:45 +0200 (Mon 16 Apr 2012) | 1 ligne [FIX] Forwardlink permissions to apply permission for questions ---------------------------------------------- r40942 | robertplummer | 2012-04-16 17:27:24 +0200 (Mon 16 Apr 2012) | 3 lignes [FIX] brought parser options to replace_preparse so that we can detect things like wysiwyg [FIX] since wysiwyg needs and outputs html encoded when editing and save, decode on save/editmode [FIX] Plugin code needs exact source when ckeditor present, other uses htmlentities() ---------------------------------------------- r40938 | nkoth | 2012-04-16 06:08:57 +0200 (Mon 16 Apr 2012) | 1 ligne [bp/r40937][FIX] Width consistency ---------------------------------------------- r40936 | nkoth | 2012-04-16 04:27:04 +0200 (Mon 16 Apr 2012) | 1 ligne [bp/r40935][FIX] Include missing separate Author Name (not the user but the provided name) in search index ---------------------------------------------- r40934 | marclaporte | 2012-04-16 02:51:56 +0200 (Mon 16 Apr 2012) | 1 ligne add some plugins to useful place in admin panels ---------------------------------------------- r40933 | yonixxx | 2012-04-15 21:29:35 +0200 (Sun 15 Apr 2012) | 1 ligne [TRA]Completing language transalation ---------------------------------------------- r40928 | arildb | 2012-04-15 20:23:23 +0200 (Sun 15 Apr 2012) | 1 ligne [FIX] Synchronized with the latest _htaccess file ---------------------------------------------- r40926 | lindonb | 2012-04-15 20:05:00 +0200 (Sun 15 Apr 2012) | 1 ligne [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 ---------------------------------------------- r40925 | lindonb | 2012-04-15 19:42:29 +0200 (Sun 15 Apr 2012) | 1 ligne [FIX] Renumber array keys from 0 for article topic arrays 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 ---------------------------------------------- r40924 | xavidp | 2012-04-15 17:31:56 +0200 (Sun 15 Apr 2012) | 1 ligne [FIX]Adding img/mytiki to the rewrite rules to prevent loosing at upgrade time some other images that were reused elsewhere in tiki sites ---------------------------------------------- r40923 | pkdille | 2012-04-15 17:13:57 +0200 (Sun 15 Apr 2012) | 1 ligne Add 6.6 and 6.7 versions in twversion ---------------------------------------------- r40921 | lindonb | 2012-04-15 15:21:59 +0200 (Sun 15 Apr 2012) | 1 ligne [FIX] Eliminate dead option "Let me select my own colors". ---------------------------------------------- r40920 | lindonb | 2012-04-15 14:34:30 +0200 (Sun 15 Apr 2012) | 1 ligne [FIX] Avoid error when clicking "Edit Calendar" button. ---------------------------------------------- r40919 | lindonb | 2012-04-15 05:31:46 +0200 (Sun 15 Apr 2012) | 1 ligne Add help descriptions for the meta tag admin panel ---------------------------------------------- r40918 | marclaporte | 2012-04-15 05:00:55 +0200 (Sun 15 Apr 2012) | 1 ligne better name/desc for PluginHasBought ---------------------------------------------- r40917 | marclaporte | 2012-04-15 04:58:23 +0200 (Sun 15 Apr 2012) | 1 ligne Add cart-related plugins on Payment admin panel ---------------------------------------------- r40916 | marclaporte | 2012-04-15 04:34:24 +0200 (Sun 15 Apr 2012) | 1 ligne cleanup of params of PluginHasBought. Robert, Nelson or Pascal: please review ---------------------------------------------- r40915 | marclaporte | 2012-04-15 03:32:59 +0200 (Sun 15 Apr 2012) | 1 ligne Since users can modify their own submission until it's approved, make this page visible for users with tiki_p_submit_article ---------------------------------------------- r40914 | marclaporte | 2012-04-15 03:08:42 +0200 (Sun 15 Apr 2012) | 1 ligne Change of behavior to be discussed: Since there is no list submission permission, only users that can approve submissions can also view them. ---------------------------------------------- r40913 | lindonb | 2012-04-15 03:06:44 +0200 (Sun 15 Apr 2012) | 1 ligne [FIX} Missing default for socialnetworks_facebook_login ---------------------------------------------- r40912 | lindonb | 2012-04-15 03:02:45 +0200 (Sun 15 Apr 2012) | 1 ligne Warning seems out of date since site logo in admin panels is not yet obsolete. ---------------------------------------------- r40911 | lindonb | 2012-04-15 03:01:27 +0200 (Sun 15 Apr 2012) | 1 ligne "Allows to..." is unnatural in English - the passive form is used instead. Probably don't need to say "Allows" at all but leaving for now. Occaisionally dropped "allows" when awkward, but meaning not changed. ---------------------------------------------- r40908 | marclaporte | 2012-04-15 01:29:21 +0200 (Sun 15 Apr 2012) | 1 ligne improve admin panels for PluginNow and PluginCountDown ---------------------------------------------- r40906 | Jyhem | 2012-04-14 21:14:10 +0200 (Sat 14 Apr 2012) | 1 ligne [ENH] A clearer grouping of login instructions ---------------------------------------------- r40905 | marclaporte | 2012-04-14 18:41:32 +0200 (Sat 14 Apr 2012) | 1 ligne fixing some it's/its without affecting translations ---------------------------------------------- r40903 | marclaporte | 2012-04-14 18:19:06 +0200 (Sat 14 Apr 2012) | 1 ligne add PluginWYSIWYG to relevant spot in admin panel ---------------------------------------------- r40902 | eromneg | 2012-04-14 15:29:48 +0200 (Sat 14 Apr 2012) | 1 ligne [FIX] crude fix to increase the number of fields/values that can be set from 5 to 8 - but this should really be made more generic ---------------------------------------------- r40901 | Jyhem | 2012-04-14 14:00:39 +0200 (Sat 14 Apr 2012) | 1 ligne [ENH] Present existing text more clearly ---------------------------------------------- r40898 | robertplummer | 2012-04-14 03:37:12 +0200 (Sat 14 Apr 2012) | 1 ligne [FIX] possible escaping from origin of clipboarddata ---------------------------------------------- r40897 | robertplummer | 2012-04-14 02:34:34 +0200 (Sat 14 Apr 2012) | 1 ligne [FIX] Still was a couple bugs that I couldn't fix, and started to loose it, so I added some object attributes rather than variables, it makes it easier to tracker. Cleaned up very well. ---------------------------------------------- r40896 | robertplummer | 2012-04-13 23:49:33 +0200 (Fri 13 Apr 2012) | 1 ligne [FIX] This fixes when html purifier is on, I have to review if html is enabled, added additional variables ---------------------------------------------- r40895 | robertplummer | 2012-04-13 23:13:13 +0200 (Fri 13 Apr 2012) | 1 ligne [FIX] Looks like it wasen't the html purifier after all ;). It was (and you guessed it) THE PARSER! The output for special characters from the database is different for if we want to show things like "<" in a page, we have to find it and replace it with something, let the parser do its magic, and then fix it later, I moved all my magic scripting to run before and after the parser runs (using parse_first and replace_preparse) this seems to ensure everything works as needed, I've not had any bugs come up now, and <scr<x>ipt> now works as expected, before it was shaving off the last bit of characters, now it is inserted as it was in previous tikis. Please HAMMER away at this revision! ---------------------------------------------- r40893 | pascalstjean | 2012-04-13 22:25:05 +0200 (Fri 13 Apr 2012) | 1 ligne [FIX] - Backport from Trunk REV 40892 ---------------------------------------------- r40890 | arildb | 2012-04-13 22:03:43 +0200 (Fri 13 Apr 2012) | 9 lignes [NEW][merge/r40889] 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); ---------------------------------------------- r40888 | robertplummer | 2012-04-13 21:38:10 +0200 (Fri 13 Apr 2012) | 1 ligne [FIX] Ensure that htmlpurifier returns html tags, even if it isn't qualified html, the parser does all the dirty work ---------------------------------------------- r40887 | robertplummer | 2012-04-13 21:16:31 +0200 (Fri 13 Apr 2012) | 2 lignes [FIX] Partial rollback of what jonnyb did to fix html entities [FIX] Temprary html tag renamer so that it doesn't conflict with the removal of ampersand ---------------------------------------------- r40885 | nkoth | 2012-04-13 18:00:25 +0200 (Fri 13 Apr 2012) | 1 ligne [bp/r40884][FIX] Width not wide enough ---------------------------------------------- r40883 | nkoth | 2012-04-13 17:57:19 +0200 (Fri 13 Apr 2012) | 1 ligne [bp/r40882][FIX] Width was zero because jquery height() resolves to 0. ---------------------------------------------- r40881 | changi67 | 2012-04-13 11:18:43 +0200 (Fri 13 Apr 2012) | 1 ligne [FIX] Upgrading from previous version LTS, just ignore if already exist ---------------------------------------------- r40880 | changi67 | 2012-04-13 09:00:58 +0200 (Fri 13 Apr 2012) | 1 ligne [FIX] Sometimes CAS interface doesn't downcase login, and we are very proud in tiki to check login in binary mode, so downcase everything that come from CAS is better ---------------------------------------------- r40879 | robertplummer | 2012-04-13 00:37:27 +0200 (Fri 13 Apr 2012) | 1 ligne [FIX] escaping values ---------------------------------------------- r40877 | changi67 | 2012-04-12 23:06:24 +0200 (Thu 12 Apr 2012) | 1 ligne [FIX] better fix for padding and invisible blue on blue ---------------------------------------------- r40876 | robertplummer | 2012-04-12 22:50:11 +0200 (Thu 12 Apr 2012) | 1 ligne [REM] Forgot to include fram last commit ---------------------------------------------- r40875 | robertplummer | 2012-04-12 22:49:26 +0200 (Thu 12 Apr 2012) | 3 lignes [FIX] Profile check on user with right permissions, migrated from the nast hack into trackers from request to a mildy nast hack of using the $.trackerForm, which isn't so bad, but will be on large sets of items. It works well though. [REM] Deleted replaceItemFromRequestValues and replaceItemFromRequestValue from tracker lib, they were just hacks and did not work [FIX] Commented out the reference to the above in tiki-edit_invoice, will find a better way once tracker query lib matures, it wasen't really working anyway ---------------------------------------------- r40874 | changi67 | 2012-04-12 22:38:05 +0200 (Thu 12 Apr 2012) | 1 ligne [FIX] Blue on blue is not readable + padding is not necessary ---------------------------------------------- r40873 | changi67 | 2012-04-12 21:56:27 +0200 (Thu 12 Apr 2012) | 1 ligne [FIX] Don't display a useless warning when we are in a safe place ---------------------------------------------- r40872 | robertplummer | 2012-04-12 21:33:48 +0200 (Thu 12 Apr 2012) | 1 ligne [FIX] Remove tons of calls to headerlib when only 1 needed ---------------------------------------------- r40871 | robertplummer | 2012-04-12 21:32:24 +0200 (Thu 12 Apr 2012) | 1 ligne [FIX] Degrade gracefully if no tracker id returned when query inputs ---------------------------------------------- r40870 | changi67 | 2012-04-12 21:31:57 +0200 (Thu 12 Apr 2012) | 1 ligne [FIX] wiki_topline is not aligned with 8px ---------------------------------------------- r40869 | robertplummer | 2012-04-12 15:37:22 +0200 (Thu 12 Apr 2012) | 1 ligne [FIX] geshi compatibility ---------------------------------------------- r40868 | sylvieg | 2012-04-11 23:49:32 +0200 (Wed 11 Apr 2012) | 1 ligne [merge/r40867]FIX]help: have the title help opening in the same target that the help in admin ---------------------------------------------- r40866 | robertplummer | 2012-04-10 23:36:38 +0200 (Tue 10 Apr 2012) | 1 ligne [NEW] Some much needed prefs for lucene search to help make it more controllable, from jonnyb ---------------------------------------------- r40864 | jonnybradley | 2012-04-10 23:04:13 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] structures: Cosmetic (sorry it's not in a CSS file ;) ---------------------------------------------- r40863 | jonnybradley | 2012-04-10 22:59:13 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] structures: Restore top level alias form from pre-revamp, not pretty but functional (thanks again Geoff) ---------------------------------------------- r40862 | jonnybradley | 2012-04-10 22:27:48 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] image revamp: missing rewrite rule for img/icons/large ---------------------------------------------- r40861 | jonnybradley | 2012-04-10 22:09:02 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] {toc}: Typo preventing page aliases being shown (thanks eromneg) ---------------------------------------------- r40860 | jonnybradley | 2012-04-10 21:51:11 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] plugins: Don't htmldecode the plugin body for the popup edit form. No longer needed following other fixes to the parser. ---------------------------------------------- r40859 | jonnybradley | 2012-04-10 21:37:41 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] img: Make the "draw" edit icons hide when wiki_edit_icons_toggle (and add "experimental" to the tooltip, and check $tiki_p_edit) ---------------------------------------------- r40858 | jonnybradley | 2012-04-10 21:07:58 +0200 (Tue 10 Apr 2012) | 4 lignes [FIX] html entities: Take #3 - Replace 999999991 upgrade script with one that only decodes html entities inside plugin argument blocks instead of the whole wiki page. Tested with both web and shell installers but, as is always recommended, make a backup of your database before running. If you have run the installer before this commit you will need to remove the row from the database manually (e.g. using: "DELETE FROM `tiki_schema` WHERE `patch_name` = '999999991_decode_pages_sources_tiki';" ) ---------------------------------------------- r40857 | jonnybradley | 2012-04-10 20:51:45 +0200 (Tue 10 Apr 2012) | 1 ligne Add important TODO comment in parserlib ---------------------------------------------- r40856 | robertplummer | 2012-04-10 20:48:21 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] Ensure permissions from page history lookup by object type ---------------------------------------------- r40855 | jonnybradley | 2012-04-10 20:47:01 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] installer: use include_once in case headerlib was already included ---------------------------------------------- r40853 | robertplummer | 2012-04-10 18:22:46 +0200 (Tue 10 Apr 2012) | 1 ligne [FIX] wiki table editor could be escaped with the right syntax, needed to make sure it was added as an attribute to ensure escaped ---------------------------------------------- r40852 | jonnybradley | 2012-04-10 18:00:58 +0200 (Tue 10 Apr 2012) | 2 lignes [FIX] switch theme: Fix for anonymous users - thanks Chibaguy (duplicated a bunch of ugly code for safety - TODO: rename style and style_option prefs so they match the user prefs for Tiki 10) ---------------------------------------------- r40850 | robertplummer | 2012-04-09 22:48:21 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] Got non-working lists somewhat working. ---------------------------------------------- r40849 | Jyhem | 2012-04-09 19:25:53 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] Admin boxes should not look differently when already visited ---------------------------------------------- r40848 | jonnybradley | 2012-04-09 19:05:53 +0200 (Mon 09 Apr 2012) | 1 ligne [KIL] remove previous upgrade script pending investigation - seems to have corrupted pages when run in the browser installer - do not use! ---------------------------------------------- r40847 | jonnybradley | 2012-04-09 18:38:20 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] search: Add a more helpful message when the exception doesn't have one. ---------------------------------------------- r40846 | jonnybradley | 2012-04-09 17:20:39 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] wysiwyg: rollback setting display:none on hidden textarea so the ajax loading message appears in the right place for "normal" editors (will have to find another solution for template contents) ---------------------------------------------- r40845 | jonnybradley | 2012-04-09 17:18:32 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] code plugin: encode html chars on output so the full source is displayed ---------------------------------------------- r40844 | jonnybradley | 2012-04-09 16:38:13 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] Another go at decoding entities - the previous script was tricked occasionally by double encoded entities so this one re-decodes any found in plugin arguments. ---------------------------------------------- r40842 | jonnybradley | 2012-04-09 15:05:54 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] Switch theme: Empty values were obscuring site defaults following prefs overhaul (so themegen theme could not be set - thanks Chibaguy!) ---------------------------------------------- r40841 | jonnybradley | 2012-04-09 13:15:41 +0200 (Mon 09 Apr 2012) | 2 lignes [FIX] Switch to tagged release of Zend library as the dev branch has a typo in it which messes up RSS feeds (issue reported to Zend but not fixed as yet) Needs doing before release anyway... ---------------------------------------------- r40840 | eromneg | 2012-04-09 00:28:00 +0200 (Mon 09 Apr 2012) | 1 ligne [FIX] add a class to 'No records found' error message so that it can be suppressed with css when the message is spurious ---------------------------------------------- r40839 | jonnybradley | 2012-04-08 22:09:39 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] selectmenu: Make menu wider so the text doesn't get covered over by the triangle graphic, improve workaround for creating selectmenus in hidden divs as well as fieldsets and add warning on pref (also another warning on feature_jquery_tablesorter re js minify) ---------------------------------------------- r40838 | jonnybradley | 2012-04-08 20:22:20 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] categories: update ignore when moving objects to another category (so objects also already in the destination category will be left behind) ---------------------------------------------- r40837 | jonnybradley | 2012-04-08 20:09:19 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] categories: Wrong var for pagination ---------------------------------------------- r40836 | jonnybradley | 2012-04-08 19:55:20 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX][bp/r40636] Some general tweaks/improvements to permission definitions (thanks marclaporte) ---------------------------------------------- r40835 | jonnybradley | 2012-04-08 19:42:19 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] modules: Only check for existing module with same name on create (user) module otherwise you cannot modify existing ones ---------------------------------------------- r40834 | jonnybradley | 2012-04-08 19:41:08 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] modules: Use um_name to pick value for save/create button as um_title can be empty ---------------------------------------------- r40833 | jonnybradley | 2012-04-08 19:17:17 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] canonical: "Canonical should link to http version because better for SEO" ---------------------------------------------- r40832 | jonnybradley | 2012-04-08 19:00:26 +0200 (Sun 08 Apr 2012) | 1 ligne [ENH] sefurl/canonical: Add in missing objects types for canonical links, which necessitated completing some missing sefurl rules (hence partly an enhancement which started out as a fix) ---------------------------------------------- r40831 | jonnybradley | 2012-04-08 17:47:08 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] kaltura: Backport perm label changes ---------------------------------------------- r40828 | jonnybradley | 2012-04-08 17:23:15 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] search: Don't html escape highlight snippets so the highlighting show (html entities in wiki pages still get parsed) ---------------------------------------------- r40826 | jonnybradley | 2012-04-08 15:23:13 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] content templates: Restore switcing of editors and use correct toolbar for template section ---------------------------------------------- r40825 | jonnybradley | 2012-04-08 00:16:51 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] messages: Correcting "quality" enhancements so messages work again (thanks Xavi) ---------------------------------------------- r40824 | jonnybradley | 2012-04-08 00:01:06 +0200 (Sun 08 Apr 2012) | 1 ligne [FIX] favorites: Get favorite button to fit in with the other buttons better ---------------------------------------------- r40823 | sylvieg | 2012-04-07 22:27:32 +0200 (Sat 07 Apr 2012) | 1 ligne [merge/r40822][ENH]find: add an help to say where it is find ---------------------------------------------- r40821 | jonnybradley | 2012-04-07 21:07:39 +0200 (Sat 07 Apr 2012) | 3 lignes [FIX] content templates: Cheap fix for html no longer being parsed by default (since tiki 7?). Done by adding a new template "section" section_wiki_html which parses as is_html and uses the wysiwyg editor. Seems to work in (html) wiki pages, needs further testing... ---------------------------------------------- r40820 | jonnybradley | 2012-04-07 21:03:53 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] textareas: Use param _is_html if set (otherwise use the global var), add disply:none to textarea style to avoid leaving a big blank block (and a little [DOC]umentation) ---------------------------------------------- r40819 | marclaporte | 2012-04-07 21:01:47 +0200 (Sat 07 Apr 2012) | 1 ligne Indicating that this is pre-alpha from SVN to avoid any confusion in bug reports ---------------------------------------------- r40818 | jonnybradley | 2012-04-07 20:58:09 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] search: Don't send exact_match to lispages if value not picked off page autocomplete as it counts as true even if empty (thanks marclaporte) ---------------------------------------------- r40817 | nkoth | 2012-04-07 19:53:16 +0200 (Sat 07 Apr 2012) | 1 ligne [bp/40816][FIX] Mouseover effect picking up wrong text when there is more than one of these plugins on the page ---------------------------------------------- r40815 | jonnybradley | 2012-04-07 19:42:42 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] javascript_cdn: Use https to access jquery files if appropriate (and removed workround for for missing 1.7.2 files) ---------------------------------------------- r40812 | jonnybradley | 2012-04-07 19:10:07 +0200 (Sat 07 Apr 2012) | 1 ligne Update $headerlib->jquerymobile_version to 1.1.0-rc.2 ---------------------------------------------- r40810 | jonnybradley | 2012-04-07 19:07:08 +0200 (Sat 07 Apr 2012) | 1 ligne [SVN] tests: ignore templates_c ---------------------------------------------- r40809 | jonnybradley | 2012-04-07 19:02:24 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] content templates: Work-around for ui-selectmenu - use id instead of class to identify single element ---------------------------------------------- r40808 | jonnybradley | 2012-04-07 18:59:20 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] textareas: Some smarty assigns were mistakenly moved into wysiwyglib - move back as both editor types need these vars. ---------------------------------------------- r40807 | jonnybradley | 2012-04-07 17:50:51 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] wysiwyg toolbars: Expose missing wysiwyg_plugin section on toolbar admin dropdown ---------------------------------------------- r40806 | jonnybradley | 2012-04-07 17:46:38 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] wysiwyg toolbars: Quick fix to remove wikiplugin_wysiwyg tool when already inside wikiplugin_wysiwyg ---------------------------------------------- r40805 | jonnybradley | 2012-04-07 17:37:27 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] wysiwyg toolbars: Check for existing plugins before adding them (TODO refactor this all after 9.0?) ---------------------------------------------- r40804 | jonnybradley | 2012-04-07 17:35:54 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] wysiwyg plugin: Warn about lost edits on other WYSIWYG "sections" on the page (wording could be improved?), and remove the save/cancel buttons from ckeditor instances that do get destroyed. ---------------------------------------------- r40803 | Jyhem | 2012-04-07 16:25:49 +0200 (Sat 07 Apr 2012) | 1 ligne [DOC] minor edits (typos, caps, consistency, etc) to English text items. No context or meaning changes. ---------------------------------------------- r40802 | Jyhem | 2012-04-07 16:02:18 +0200 (Sat 07 Apr 2012) | 1 ligne [ENH] Minor cosmetic improvements, unlock debug option ---------------------------------------------- r40801 | Jyhem | 2012-04-07 13:51:30 +0200 (Sat 07 Apr 2012) | 1 ligne [ENH] Make non verbose version less verbose ---------------------------------------------- r40800 | Jyhem | 2012-04-07 11:53:04 +0200 (Sat 07 Apr 2012) | 1 ligne [ENH] Oops, that's the code that removes default capitalisation option (should have been in r40776) ---------------------------------------------- r40799 | chealer | 2012-04-07 03:15:50 +0200 (Sat 07 Apr 2012) | 3 lignes Trackers: Restore tiki-admin_trackers.php as a redirection to tiki-list_trackers.php Improves compatibility with pre-r40272 situation Thanks Marc Laporte ---------------------------------------------- r40798 | robertplummer | 2012-04-07 02:44:19 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] Fix link, wasn't working at all ---------------------------------------------- r40797 | robertplummer | 2012-04-07 02:30:45 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] Ensure nested parsers don't collide ---------------------------------------------- r40796 | robertplummer | 2012-04-07 02:17:29 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] Reverting seemed to fix only in some cases, found out a refresh from setTimeout seemed to work better ---------------------------------------------- r40795 | robertplummer | 2012-04-07 02:13:29 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] Revert v40790, font size MUST be equal to line height. Longer documents become offset too much from caret ---------------------------------------------- r40794 | robertplummer | 2012-04-07 00:29:11 +0200 (Sat 07 Apr 2012) | 1 ligne [FIX] Got experimental wiki parser working again, was returning "1" because it couldn't parse the parameters for the plugins ---------------------------------------------- r40793 | sylvieg | 2012-04-07 00:18:17 +0200 (Sat 07 Apr 2012) | 1 ligne [merge/r40792][FIX]filter: do a scrollbar on the category popup in case to many categories ---------------------------------------------- r40791 | jonnybradley | 2012-04-06 23:53:17 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] wiki parse: Attempt to fix the problem of html entities (entered as text) in non-html wiki pages not getting shown as "source" but encoded into the entities themselves. Regression from 6.x. ---------------------------------------------- r40790 | jonnybradley | 2012-04-06 23:45:22 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] codemirror: Line height should be bigger than font-size to avoid looking cramped ---------------------------------------------- r40789 | jonnybradley | 2012-04-06 23:41:55 +0200 (Fri 06 Apr 2012) | 2 lignes [FIX] svg-draw: Remove calls to date() which requires a format param, as save_archive() now accepts a default empty value, as insert_file() does (which in turn uses the $tikilib->now timestamp). Helps with refreshing drawings after modification (but etag caching seems to ignore this sometimes still, i think...) ---------------------------------------------- r40788 | jonnybradley | 2012-04-06 23:35:51 +0200 (Fri 06 Apr 2012) | 1 ligne [MOD] filegals: Add param default so save_archive() to match insert_file() (as not used within that function) ---------------------------------------------- r40787 | gta74 | 2012-04-06 23:20:56 +0200 (Fri 06 Apr 2012) | 1 ligne [TRA] Tiki 9.x is fully translated ---------------------------------------------- r40786 | jonnybradley | 2012-04-06 22:26:06 +0200 (Fri 06 Apr 2012) | 3 lignes [FIX] setup.sh: Don't attempt to make multitiki virtual dirs inside temp/unified-index as this is owned by www and often fails. No longer needed as search makes a new unified-index dirs inside temp/virtual_dir_name/. Also (cosmetic), use -p for the read commands so the questions appear on the same line as the input cursor. ---------------------------------------------- r40785 | robertplummer | 2012-04-06 22:11:26 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] Remove not needed call to $.modal(); ---------------------------------------------- r40784 | robertplummer | 2012-04-06 22:01:37 +0200 (Fri 06 Apr 2012) | 2 lignes [FIX] There were some "back" issues with webkit (when you pressed back it would load the cached page, so it would look like draw had not updated the page. I fixed this by bringing the draw ajax dialog edit to the initial creation of the draw object. [FIX] $.modal was being called all other the place, I set it to the base selector so that the message would change rather than look like it bugged out. ---------------------------------------------- r40783 | robertplummer | 2012-04-06 21:58:34 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] Ensure that a image is loaded into draw only if there is an id set ---------------------------------------------- r40782 | jonnybradley | 2012-04-06 21:49:29 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX]setup.sh: backups dir was removed in r40043 ---------------------------------------------- r40781 | jonnybradley | 2012-04-06 21:41:02 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] unit tests: Pass on $local_php to upgrade php scripts so they use the correct database in tests for updates and declare $smarty global ---------------------------------------------- r40778 | robertplummer | 2012-04-06 20:49:26 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] Wrong filter was being applied to the xml data from draw ---------------------------------------------- r40777 | Jyhem | 2012-04-06 20:04:30 +0200 (Fri 06 Apr 2012) | 1 ligne [ENH] Rename and remove default capitalisation option because this script is for more general purpose (part of r40776) ---------------------------------------------- r40776 | Jyhem | 2012-04-06 20:02:57 +0200 (Fri 06 Apr 2012) | 1 ligne [ENH] Rename and remove default capitalisation option because this script is for more general purpose ---------------------------------------------- r40774 | lindonb | 2012-04-06 18:59:44 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] Undo a couple of changes made in r40184 which were causing page movements when hovering over submit buttons and causing the No Tabs button to move in the fivealive theme. Tested in a number of themes. ---------------------------------------------- r40773 | jonnybradley | 2012-04-06 16:20:02 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] img: Undefined var $ret ---------------------------------------------- r40772 | jonnybradley | 2012-04-06 16:17:19 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] img: fgalId mode: $filegallib->get_files() returns data/cant array (so foreach throws a notice when passed an integer) ---------------------------------------------- r40771 | jonnybradley | 2012-04-06 13:18:04 +0200 (Fri 06 Apr 2012) | 1 ligne [FIX] Revert r40768 and r40770: Wrong branch for new stuff (Fatal error: Cannot access self:: when no class scope is active in .../branches/9.x/lib/codemirror_tiki/tiki_codemirror.php on line 13) ---------------------------------------------- r40770 | robertplummer | 2012-04-05 23:30:56 +0200 (Thu 05 Apr 2012) | 1 ligne [FIX] Partial rollback of added function isClearingCache, moved the functionality to tiki_codemirror.php ---------------------------------------------- r40768 | robertplummer | 2012-04-05 22:37:37 +0200 (Thu 05 Apr 2012) | 1 ligne [NEW] Added 2 methods for TikiLib (for use in a fix!) tikiPage (which returns the current page you are on, it is 2 lines of code, but I felt it needed to be reuseable, and isClearingCache, which I felt was as well reusable, which I use in tiki_codemirror to prevent the adding of the js files, which is a fix for creating the files at the same time they are removed from cache, essentially adding non-existant files. ---------------------------------------------- r40767 | jonnybradley | 2012-04-05 19:59:17 +0200 (Thu 05 Apr 2012) | 1 ligne [FIX] obzip: Empty output buffer before enabling output compression to prevent "encoding error" blank pages (somehow a space char was getting into it on tiki-view_tracker.php before this point) ---------------------------------------------- r40765 | jonnybradley | 2012-04-05 19:15:24 +0200 (Thu 05 Apr 2012) | 1 ligne [FIX] login: Correct js added in r40696 to workproperly with multiple login boxes present. Also split jq ready and notonready blocks and set module_logo_instance var when used in tiki-login pages ---------------------------------------------- r40754 | xavidp | 2012-04-05 12:50:36 +0200 (Thu 05 Apr 2012) | 1 ligne [ENH] Make optional the selection of whether the period is after an item was created or modified, since both use cases seem frequent ---------------------------------------------- r40753 | jyhem | 2012-04-05 11:15:37 +0200 (Thu 05 Apr 2012) | 1 ligne [FIX] Fix broken layout when called outside a pop-up ---------------------------------------------- r40745 | jyhem | 2012-04-05 09:57:32 +0200 (Thu 05 Apr 2012) | 1 ligne [ENH] Get useful feedback after tracker import ---------------------------------------------- r40739 | jyhem | 2012-04-05 09:27:54 +0200 (Thu 05 Apr 2012) | 1 ligne [FIX] It was not possible to display itemlink multiple fields for remote fields which were themselves itemlinks ---------------------------------------------- r40732 | marclaporte | 2012-04-05 03:46:50 +0200 (Thu 05 Apr 2012) | 1 ligne Adding a RewriteRule for some of the cases of http://dev.tiki.org/ImgDirectoryRevamp Gezza: please review and complete with the others ---------------------------------------------- r40726 | ricks99 | 2012-04-04 22:54:03 +0200 (Wed 04 Apr 2012) | 1 ligne [FIX] added test for symlink -- only available in 5.3.0+. See http://sourceforge.net/mailarchive/message.php?msg_id=29086135 for discussion. Thanks to jonnyb for the info. ---------------------------------------------- r40700 | jonnybradley | 2012-04-04 20:51:50 +0200 (Wed 04 Apr 2012) | 1 ligne [MOD] custom search: ("experimental") Add a way to tell the search not to use $_SESSION to store searches (would be better to use the query hash client-side to store this so the back button works, also more scalable - for Tiki 9.1 or 10) ---------------------------------------------- r40699 | robertplummer | 2012-04-04 20:49:22 +0200 (Wed 04 Apr 2012) | 1 ligne [ENH] This is for experimental feature slideshow to pdf, to give font size and landscape ---------------------------------------------- r40698 | jonnybradley | 2012-04-04 18:33:07 +0200 (Wed 04 Apr 2012) | 1 ligne [FIX] search: Wrap the plugins_dir elements in an array (i.e. properly) in Smarty template formatter (it wasn't finding smarty's default plugins). Also use $tikiroot global to make doubly sure. ---------------------------------------------- r40697 | jonnybradley | 2012-04-04 17:20:09 +0200 (Wed 04 Apr 2012) | 1 ligne [FIX] login: unset $_POST['user'] if it's empty as it produces an error too early which can end up with a broken page ---------------------------------------------- r40696 | jonnybradley | 2012-04-04 17:02:46 +0200 (Wed 04 Apr 2012) | 1 ligne [FIX] loginbox: Prevent login form being submitted if user and pass empty ---------------------------------------------- r40691 | changi67 | 2012-04-03 20:59:04 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] PHP Syntax error ---------------------------------------------- r40690 | robertplummer | 2012-04-03 20:38:32 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] Ensure that rangy doesn't fail, even if the phrase doesn't exist, notify use if does, remove of debug code ---------------------------------------------- r40689 | jonnybradley | 2012-04-03 18:55:13 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] wysiwyg: Fix for plugins getting "messed up" in wysiwyg and is_html wiki pages. Prevents page-wide sanitisation and let's plugins do their own, and seems to now preserve line-breaks in plugin bodies. ---------------------------------------------- r40688 | robertplummer | 2012-04-03 18:15:14 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] Remove debug code, be more descriptive with error debug msg ---------------------------------------------- r40687 | robertplummer | 2012-04-03 18:14:42 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] Ensuring that codemirror is friendly with s5, success, (woohoo!) ---------------------------------------------- r40686 | jonnybradley | 2012-04-03 18:13:04 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] search module: Make popup buttons go all on one line ---------------------------------------------- r40685 | robertplummer | 2012-04-03 17:32:06 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] was returning null for operator, changed to operator ---------------------------------------------- r40684 | robertplummer | 2012-04-03 17:17:08 +0200 (Tue 03 Apr 2012) | 1 ligne [ENH] tiki syntax wasen't lining up with the right keywords, and showed end user that you must refresh cache when changing theme ---------------------------------------------- r40683 | robertplummer | 2012-04-03 16:54:44 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] Ensure buttons only come from role_main area when going full screen ---------------------------------------------- r40681 | robertplummer | 2012-04-03 16:40:04 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] Delete wasen't working ajax style, so added a force parameter in request, and check if it is empty ---------------------------------------------- r40680 | robertplummer | 2012-04-03 16:22:53 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] still was a problem in some cases of offset of cursor, a simple refresh seems to be the fix ---------------------------------------------- r40675 | robertplummer | 2012-04-03 15:30:37 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] me was too specific for mouseup, needed document. ---------------------------------------------- r40674 | robertplummer | 2012-04-03 15:29:24 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] Box style was a bit nasty, removed top border, looks a little better ---------------------------------------------- r40673 | jonnybradley | 2012-04-03 15:21:13 +0200 (Tue 03 Apr 2012) | 2 lignes [FIX] feeds: Fix missing content-type for cached feed data, correct the info about caching on feed_cache_time pref (see $rsslib->get_from_cache) and add a sensible default for new installs ---------------------------------------------- r40672 | jonnybradley | 2012-04-03 14:57:15 +0200 (Tue 03 Apr 2012) | 1 ligne [FIX] fiters: De-sanitise "raw" values ---------------------------------------------- r40671 | robertplummer | 2012-04-03 14:35:09 +0200 (Tue 03 Apr 2012) | 2 lignes [FIX] Cleanup of a bit of problematic code with codemirror fullscreen removing the resize event from window, removed a bunch of references to $(window) and $(document) and added vars $window and $document, so that we don't call those so much [FIX] I could not fix the textarea function for fullscreen, so I imported what I had created with codemirror ---------------------------------------------- r40670 | nkoth | 2012-04-03 14:21:47 +0200 (Tue 03 Apr 2012) | 1 ligne [bp/r40669][FIX] Fatal error: Call to a member function getUserField() on a non-object in lib/core/Tracker/Item.php ---------------------------------------------- r40668 | robertplummer | 2012-04-02 21:00:28 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Ensuring text can be seen when other themes are set ---------------------------------------------- r40667 | robertplummer | 2012-04-02 20:21:23 +0200 (Mon 02 Apr 2012) | 1 ligne [NEW] Added codemirror themes, and the ability to set, and change them ---------------------------------------------- r40666 | jonnybradley | 2012-04-02 19:38:09 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] mobile: Stop jqm messing up checkboxes in tables (it's probably supposed to do something clever, but was just making them tiny) ---------------------------------------------- r40665 | jonnybradley | 2012-04-02 19:36:56 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] pagination: Don't reload page on blur of the page counter input, only if changed ---------------------------------------------- r40664 | jonnybradley | 2012-04-02 19:30:54 +0200 (Mon 02 Apr 2012) | 1 ligne [CSS] pagination: Make pagination input line up with the rest of the text ---------------------------------------------- r40662 | robertplummer | 2012-04-02 19:20:49 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Added missing Tiki header and svn props ---------------------------------------------- r40661 | robertplummer | 2012-04-02 19:01:02 +0200 (Mon 02 Apr 2012) | 1 ligne [MOD] Turned unified search on by default ---------------------------------------------- r40658 | robertplummer | 2012-04-02 18:32:39 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] R no longer used as a custom mode, it is now included in codemirror by default ---------------------------------------------- r40656 | robertplummer | 2012-04-02 18:28:06 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] overflow was more visible than what expected, hidden seems to do a better job ---------------------------------------------- r40655 | jonnybradley | 2012-04-02 18:19:20 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] cluetips: Prevent little box appearing sometimes top left on page load, speed up appearance interval and make div wider to account for new padding (fixed at 12 * 2 + 2 for now) ---------------------------------------------- r40654 | robertplummer | 2012-04-02 17:55:45 +0200 (Mon 02 Apr 2012) | 1 ligne [MOD] turned on codemirror by default, removed from experimental ---------------------------------------------- r40653 | robertplummer | 2012-04-02 17:38:48 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Finally tracked down the funky issue with the cursor not lining up with text in codemirror. ---------------------------------------------- r40652 | jonnybradley | 2012-04-02 17:32:31 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] share module: Layout improvement for googleplus button and param label correction ---------------------------------------------- r40651 | jonnybradley | 2012-04-02 17:30:40 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] mobile: Only load "js_ajax_include" files once (mobileinit seems to get called many times), and expose mobile pref to javascript (used externally only so far) ---------------------------------------------- r40650 | jonnybradley | 2012-04-02 17:28:05 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] mobile: move some jquery plugins to be used in both normal and mobile mode ---------------------------------------------- r40649 | robertplummer | 2012-04-02 16:43:58 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] commented to wrong place ---------------------------------------------- r40648 | robertplummer | 2012-04-02 16:43:14 +0200 (Mon 02 Apr 2012) | 1 ligne [ENH] Added css name as comment ---------------------------------------------- r40647 | robertplummer | 2012-04-02 16:38:12 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Changed the name to something that applies, and added js comment to show where the js came from ---------------------------------------------- r40646 | robertplummer | 2012-04-02 16:30:38 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Brought codemirror from cache to the propper way of handlign css/js, changed as well codemirror to a dependancy so that it would cache with the first set of minified js. ---------------------------------------------- r40644 | robertplummer | 2012-04-02 15:53:15 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Put backup in right place ---------------------------------------------- r40643 | robertplummer | 2012-04-02 15:52:21 +0200 (Mon 02 Apr 2012) | 1 ligne [ENH] Renamed am moving to dev tools next commit ---------------------------------------------- r40641 | jyhem | 2012-04-02 14:52:00 +0200 (Mon 02 Apr 2012) | 1 ligne typo (thanks fidel on IRC) ---------------------------------------------- r40625 | jyhem | 2012-04-02 00:23:43 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Zero is a valid value for a currency field and should be displayed ---------------------------------------------- r40623 | jyhem | 2012-04-02 00:03:03 +0200 (Mon 02 Apr 2012) | 1 ligne [FIX] Zero is a valid value for a numeric field and should be displayed ---------------------------------------------- r40616 | sylvieg | 2012-04-01 23:04:37 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX]search: tracker comment have no special feature ---------------------------------------------- r40600 | jonnybradley | 2012-04-01 20:21:52 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] carousel: Some plugin fixes for the recent update to InfiniteCarousel v3 and some basic styling for the button/thumbs ---------------------------------------------- r40596 | jonnybradley | 2012-04-01 19:39:15 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] mobile: filegal exporer no use in mobile ---------------------------------------------- r40594 | jonnybradley | 2012-04-01 19:15:43 +0200 (Sun 01 Apr 2012) | 1 ligne [ENH] mobile (currently experimental anyway): Use photoswipe for images where feature_shadowbox = y ---------------------------------------------- r40593 | jonnybradley | 2012-04-01 19:08:50 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] modules js: Replace spaces etc with underscores in module names (possible in user modules) as they cause parse errors ---------------------------------------------- r40592 | jonnybradley | 2012-04-01 18:42:23 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] mobile: Give up on ajax loading and use pageinit instead of pagecreate as recommended for jqm 1.0+ ---------------------------------------------- r40587 | jonnybradley | 2012-04-01 16:50:54 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] mobile: Disable a couple more incompatible features, put the untidy "advanced" search features in find.tpl in a collapsible block, and layout fix for filegals browse mode thumbnails/ ---------------------------------------------- r40586 | jonnybradley | 2012-04-01 16:48:00 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] mobile: Make filegal thumbnail clicks rel:external for mobile (so they work, and rollback inorrect caching fix in tiki-download_file.php). Also improve button display in filegals ---------------------------------------------- r40585 | jonnybradley | 2012-04-01 16:44:50 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] mobile: Make sure mobile_mode prefs is initialised (and remove a couple of now redundant checks) ---------------------------------------------- r40584 | jonnybradley | 2012-04-01 16:42:56 +0200 (Sun 01 Apr 2012) | 1 ligne [CSS] eatlon/teal: remove page borders that don't really work without both left and right module cols showing ---------------------------------------------- r40583 | robertplummer | 2012-04-01 02:34:46 +0200 (Sun 01 Apr 2012) | 2 lignes [FIX] Some nasty bugs with encodgin, force things encode to utf8 on client and server [ENH] Code was just soo grouped together, linear, I created a few functions and just moved the code there so tracking what is going on is easier ---------------------------------------------- r40582 | robertplummer | 2012-04-01 02:32:40 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] If phrase is at end of parent, can't split, check for max, server side ---------------------------------------------- r40581 | robertplummer | 2012-04-01 02:32:02 +0200 (Sun 01 Apr 2012) | 1 ligne [FIX] If phrase is at end of parent, can't split, check for max ---------------------------------------------- r40580 | jonnybradley | 2012-03-31 22:26:11 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] mobile: Update a couple of style tpls ---------------------------------------------- r40579 | jonnybradley | 2012-03-31 22:01:48 +0200 (Sat 31 Mar 2012) | 1 ligne [CSS] eatlon/teal: site title positioning ---------------------------------------------- r40578 | jonnybradley | 2012-03-31 21:46:52 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] logo: Don't render empty link whan no sitetitle set (regression from 6) ---------------------------------------------- r40577 | jonnybradley | 2012-03-31 21:45:50 +0200 (Sat 31 Mar 2012) | 1 ligne [CSS] eatlon: Tiki 9 structure fixes mainly for eatlon and tela option ---------------------------------------------- r40576 | jonnybradley | 2012-03-31 19:42:54 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] eatlon: Missing dots (although these classes no longer seem to be used?) ---------------------------------------------- r40574 | jonnybradley | 2012-03-31 19:20:37 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] wysiwyg: Obey feature_wiki_paragraph_formatting when parsing to wiki (prevents blank lines multiplying) ---------------------------------------------- r40573 | jonnybradley | 2012-03-31 19:19:28 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] wysiwyg: Handle allowhtml checkbox or hidden input properly when parsing to wiki ---------------------------------------------- r40568 | jonnybradley | 2012-03-31 18:22:41 +0200 (Sat 31 Mar 2012) | 1 ligne [DOC] wysiwyg: Update version number ---------------------------------------------- r40567 | jonnybradley | 2012-03-31 18:21:22 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] wiki wysiwyg: Unlock a bunch of toolbar buttons that work ok in either mode; SpecialChar, tikilink & other Dialog tools, fullscreen, help (with new help file tpl) and wiki plugins ---------------------------------------------- r40566 | jyhem | 2012-03-31 17:02:29 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] Correct csv import for country selectors containing a space. Allow easier access to importing ---------------------------------------------- r40565 | jonnybradley | 2012-03-31 16:32:18 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] wysiwyg: Show (wiki mode) wysiwyg status in history ---------------------------------------------- r40564 | jonnybradley | 2012-03-31 15:09:54 +0200 (Sat 31 Mar 2012) | 1 ligne [FIX] files: Check mobile_mode is set first ---------------------------------------------- r40562 | sampaioprimo | 2012-03-31 04:26:19 +0200 (Sat 31 Mar 2012) | 1 ligne daily reports: call tr() on whole sentences instead of several tr() calls for different parts of the same sentence ---------------------------------------------- r40561 | sampaioprimo | 2012-03-31 04:25:10 +0200 (Sat 31 Mar 2012) | 1 ligne [ENH] display a title for each even type in daily reports ---------------------------------------------- r40560 | jyhem | 2012-03-31 01:56:59 +0200 (Sat 31 Mar 2012) | 1 ligne minor typo and corrections ---------------------------------------------- r40559 | robertplummer | 2012-03-30 23:23:28 +0200 (Fri 30 Mar 2012) | 1 ligne [FIX] Page selector autocomplete was turned off if the field was manditory, not sure why because finding the right name with manditory is even more important, should work with or without manditory being set ---------------------------------------------- r40557 | robertplummer | 2012-03-30 22:01:57 +0200 (Fri 30 Mar 2012) | 1 ligne [FIX] Forgot to remove codemirror prep class ---------------------------------------------- r40556 | jonnybradley | 2012-03-30 19:49:07 +0200 (Fri 30 Mar 2012) | 1 ligne [FIX] search: Use Smarty 3.1 accessor calls to set up smarty (compile_dir etc are now private) ---------------------------------------------- r40554 | jonnybradley | 2012-03-30 17:22:17 +0200 (Fri 30 Mar 2012) | 1 ligne [FIX] trackertimeline: Add some more strapping to reload the page for exceptions occurring when loading the simile libs for the first time ---------------------------------------------- r40553 | nkoth | 2012-03-30 16:08:34 +0200 (Fri 30 Mar 2012) | 1 ligne [bp/r40543][FIX] Prevent 2nd parameter should be an array errors when exactvalue is not set ---------------------------------------------- r40552 | nkoth | 2012-03-30 16:06:18 +0200 (Fri 30 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 ---------------------------------------------- r40551 | gezzzan | 2012-03-30 12:19:56 +0200 (Fri 30 Mar 2012) | 1 ligne [MOD] article topic, type label and text simplifications, also removing built-in help text from types as help is already provided through link to the corresponding page at doc.tiki.org ---------------------------------------------- r40550 | robertplummer | 2012-03-30 02:53:08 +0200 (Fri 30 Mar 2012) | 3 lignes [ENH] Moved tiki mode to load first, where it should be [FIX] Kill auto height, no longer supported [FIX] Ensure pre are right height ---------------------------------------------- r40549 | robertplummer | 2012-03-30 02:23:32 +0200 (Fri 30 Mar 2012) | 1 ligne [ENH] wrap each codemirror mode in try {}, there is just too much that can fail, better safe then not. ---------------------------------------------- r40546 | robertplummer | 2012-03-30 02:16:13 +0200 (Fri 30 Mar 2012) | 1 ligne [FIX] Killed all my code for tracking modes, and just do it dynamically since it all loads now by default, works GREAT, next update will be a codemirror upgrade ---------------------------------------------- r40545 | robertplummer | 2012-03-30 02:03:36 +0200 (Fri 30 Mar 2012) | 1 ligne [ENH] Added minify support, needed for 9 ---------------------------------------------- r40540 | robertplummer | 2012-03-29 23:38:18 +0200 (Thu 29 Mar 2012) | 1 ligne [FIX] Finally making some progress in reading all the codemirror files at load time. This is both a fix and a feature, codemirror 's modes are just too hard to manage because of how many, this caches once and reads then from cache ---------------------------------------------- r40526 | robertplummer | 2012-03-29 22:55:19 +0200 (Thu 29 Mar 2012) | 1 ligne [FIX] Trying to get the shift from textarea to syntaxhighlighter and back better ---------------------------------------------- r40521 | robertplummer | 2012-03-29 22:39:09 +0200 (Thu 29 Mar 2012) | 1 ligne [FIX] Ensuring value is sent back after toggle syntaxhighlighter, fixed scrollTop toggle too, a bit bumpy, but better than not having it. ---------------------------------------------- r40513 | jonnybradley | 2012-03-29 21:43:32 +0200 (Thu 29 Mar 2012) | 1 ligne [FIX] cdn: notice (thanks changi) ---------------------------------------------- r40512 | jonnybradley | 2012-03-29 21:40:43 +0200 (Thu 29 Mar 2012) | 1 ligne [FIX] mobile: 304 doesn't seem to agree with mobile_mode ---------------------------------------------- r40502 | sampaioprimo | 2012-03-29 21:01:00 +0200 (Thu 29 Mar 2012) | 2 lignes pt-br translations ---------------------------------------------- r40494 | jyhem | 2012-03-29 19:14:23 +0200 (Thu 29 Mar 2012) | 1 ligne Improve styling and center stuff inside cells ---------------------------------------------- r40491 | robertplummer | 2012-03-29 18:16:58 +0200 (Thu 29 Mar 2012) | 1 ligne [ENH] Sort of a fix, at least from user perspective, moved inputs around so that it is more descriptive how to add users and dates ---------------------------------------------- r40487 | robertplummer | 2012-03-29 17:19:33 +0200 (Thu 29 Mar 2012) | 1 ligne [FIX] Woohoo! Finally fixed the disapearing bug with the login box after it gets focus ---------------------------------------------- r40485 | robertplummer | 2012-03-29 16:48:55 +0200 (Thu 29 Mar 2012) | 1 ligne [REF] changed version numbers for 9 Herbig Haro ---------------------------------------------- r40482 | robertplummer | 2012-03-29 16:21:31 +0200 (Thu 29 Mar 2012) | 1 ligne ignore ---------------------------------------------- r40481 | robertplummer | 2012-03-29 15:59:27 +0200 (Thu 29 Mar 2012) | 1 ligne [BRANCH] Creation, trunk 0 to 40480 ---------------------------------------------- r40480 | robertplummer | 2012-03-29 15:56:39 +0200 (Thu 29 Mar 2012) | 1 ligne [NEW] Script that backs up tiki db into temp folder ---------------------------------------------- r40479 | robertplummer | 2012-03-29 15:19:11 +0200 (Thu 29 Mar 2012) | 3 lignes [ENH] Created way to generate a tracker form for editing trackers [REF] moved private superFishPosition to $.fn.moveToWithinWindow [ENH] Added defaults to Forwardlink and a few other fixes to edit trackers from that interface ---------------------------------------------- r40475 | marclaporte | 2012-03-29 00:36:14 +0200 (Thu 29 Mar 2012) | 1 ligne http://dev.tiki.org/How+to+release#Delete_secdb_files_from_previous_versions ---------------------------------------------- r40474 | jonnybradley | 2012-03-28 21:04:15 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX] trackers: Show fields after importing ---------------------------------------------- r40473 | jonnybradley | 2012-03-28 18:05:29 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX] mobile: Disable feature_jquery_reflection ---------------------------------------------- r40472 | jonnybradley | 2012-03-28 18:04:40 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX] mobile: use latest lib (which works) ---------------------------------------------- r40470 | jonnybradley | 2012-03-28 17:52:34 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX] admin/look: Reload page after changing jquery-ui theme ---------------------------------------------- r40469 | jonnybradley | 2012-03-28 17:19:31 +0200 (Wed 28 Mar 2012) | 1 ligne [ENH] add jQuery CDN which is more up to date and also hosts the css files ---------------------------------------------- r40468 | jonnybradley | 2012-03-28 16:50:38 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX] fixes for new cluetip and reflection libs ---------------------------------------------- r40463 | jonnybradley | 2012-03-28 16:16:59 +0200 (Wed 28 Mar 2012) | 1 ligne [MOD] link in updates json and carousel files ---------------------------------------------- r40457 | jonnybradley | 2012-03-28 15:30:59 +0200 (Wed 28 Mar 2012) | 1 ligne [MOD] updates jquery-ui to 1.8.18 and add $headerlib->jqueryui_version ---------------------------------------------- r40455 | yonixxx | 2012-03-28 15:22:33 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX]Jenkins recommendation applied ---------------------------------------------- r40453 | jonnybradley | 2012-03-28 14:19:33 +0200 (Wed 28 Mar 2012) | 1 ligne [NEW] jqui: Simple red theme option "rising.css" (needs tuning and optimising - will remove if not ready before 9.0) ---------------------------------------------- r40452 | jonnybradley | 2012-03-28 14:09:10 +0200 (Wed 28 Mar 2012) | 1 ligne [REF] Move $jquerymobile_version into headerlib (although mobile seems rather broken now following the recent jquery update - working on it) ---------------------------------------------- r40451 | jonnybradley | 2012-03-28 13:55:36 +0200 (Wed 28 Mar 2012) | 2 lignes [MOD] Update jquery lib to 1.7.2 and add $headerlib->jquery_version to hold the version string (google cdn only has 1.7.1 available so add a workaround for them and one hard-coded reference in the JisonParser Test.html) ---------------------------------------------- r40449 | jonnybradley | 2012-03-28 13:13:50 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX] mobile: Various fixes for logic on switching to and from mobile_mode (in both supported devices and normal browsers). ---------------------------------------------- r40448 | jonnybradley | 2012-03-28 13:11:28 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX] rss module: var name fix ---------------------------------------------- r40447 | jonnybradley | 2012-03-28 13:06:41 +0200 (Wed 28 Mar 2012) | 1 ligne [MOD] Update jquerymobile to 1.1.0-rc.1 and added global var ($jquerymobile_version) in setup & prefs help links ---------------------------------------------- r40445 | yonixxx | 2012-03-28 10:30:30 +0200 (Wed 28 Mar 2012) | 1 ligne [FIX]Optimization of BiDi style ---------------------------------------------- r40444 | robertplummer | 2012-03-27 23:28:09 +0200 (Tue 27 Mar 2012) | 1 ligne [ENH] Added a way to set input defaults for queryInputs ---------------------------------------------- r40442 | nkoth | 2012-03-27 22:40:42 +0200 (Tue 27 Mar 2012) | 1 ligne [FIX] Agressive trimming to avoid problems with leading and trailing spaces in input (part 2) ---------------------------------------------- r40441 | nkoth | 2012-03-27 22:36:11 +0200 (Tue 27 Mar 2012) | 1 ligne [FIX] Agressive trimming to avoid problems with leading and trailing spaces in input ---------------------------------------------- r40439 | sampaioprimo | 2012-03-27 22:20:31 +0200 (Tue 27 Mar 2012) | 1 ligne update language files with get_strings.php ---------------------------------------------- r40438 | sampaioprimo | 2012-03-27 22:14:46 +0200 (Tue 27 Mar 2012) | 1 ligne continuing the refactor of daily reports ---------------------------------------------- r40437 | sampaioprimo | 2012-03-27 22:13:30 +0200 (Tue 27 Mar 2012) | 1 ligne replace self with $this to avoid warning message (Search_Formatter::format() is only called as object method anyway) ---------------------------------------------- r40436 | sampaioprimo | 2012-03-27 22:11:46 +0200 (Tue 27 Mar 2012) | 1 ligne add lib/tikiaccesslib.php to tests bootstrap file ---------------------------------------------- r40435 | nkoth | 2012-03-27 22:09:39 +0200 (Tue 27 Mar 2012) | 1 ligne [ROLLBACK]r40431: 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 ---------------------------------------------- r40433 | ohertel | 2012-03-27 19:55:21 +0200 (Tue 27 Mar 2012) | 2 lignes [fix] unparsed variable caused error when loading list of wiki page attachments ---------------------------------------------- r40431 | nkoth | 2012-03-27 19:08:34 +0200 (Tue 27 Mar 2012) | 1 ligne [FIX] Groups not appearing when entered with trailing or leading spaces ---------------------------------------------- r40430 | yonixxx | 2012-03-27 18:14:15 +0200 (Tue 27 Mar 2012) | 1 ligne [FIX]Adding rtl styling for module share ---------------------------------------------- r40429 | robertplummer | 2012-03-27 16:51:14 +0200 (Tue 27 Mar 2012) | 1 ligne [ENH] Added a custom way of creating interfaces for editing trackers and used it in forwardlink protocol ---------------------------------------------- r40428 | jonnybradley | 2012-03-27 16:39:30 +0200 (Tue 27 Mar 2012) | 1 ligne jsmin: remove debugger command (served it's purpose) ---------------------------------------------- r40427 | jyhem | 2012-03-27 13:49:43 +0200 (Tue 27 Mar 2012) | 1 ligne Partially fix translations broken after tidying (no time for fixing all of them) ---------------------------------------------- r40426 | jyhem | 2012-03-27 13:26:26 +0200 (Tue 27 Mar 2012) | 1 ligne less abstract and more informative wording ---------------------------------------------- r40425 | nkoth | 2012-03-27 09:05:29 +0200 (Tue 27 Mar 2012) | 1 ligne [FIX] Even if user/group tracker feature is off, there could be still use for allowing special perms through ownership. Also, perms checking is separate from simply getting the owner, so this function should just get the owner. Not backporting just in case I am missing something but it looks right to me. ---------------------------------------------- r40424 | lindonb | 2012-03-27 05:43:30 +0200 (Tue 27 Mar 2012) | 1 ligne [FIX] Update links for babelfish_links module ---------------------------------------------- r40423 | lindonb | 2012-03-27 04:39:43 +0200 (Tue 27 Mar 2012) | 1 ligne Tidy up info a little for the PluginModule popup edit form. Thanks Stephane ---------------------------------------------- r40422 | jonnybradley | 2012-03-26 23:16:42 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] menus: Missing js semicolons ---------------------------------------------- r40421 | jonnybradley | 2012-03-26 21:53:32 +0200 (Mon 26 Mar 2012) | 1 ligne [ENH] list plugin: pagetitle param to use the result contents of a field as the browser title. Useful for single item result pages. ---------------------------------------------- r40419 | jonnybradley | 2012-03-26 21:39:07 +0200 (Mon 26 Mar 2012) | 1 ligne [REF] title: Rename smarty vars $title to avoid conflict with page title used in header.tpl ---------------------------------------------- r40418 | robertplummer | 2012-03-26 21:36:13 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] Feed_ForwardLink_Receive wasen't receiving, and Feed_ForwardLink wasen't saving, switched functionality around to ensure less complicated for other developers, ensured it is working too ---------------------------------------------- r40417 | robertplummer | 2012-03-26 21:35:05 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] wrong var used ---------------------------------------------- r40416 | jyhem | 2012-03-26 17:42:37 +0200 (Mon 26 Mar 2012) | 1 ligne [ENH] Have a value which can be divided by more numbers than just 5. This will improve file gallery browsing a lot ---------------------------------------------- r40415 | jonnybradley | 2012-03-26 17:31:02 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] filegals: Use cookie to remember show_details ---------------------------------------------- r40414 | robertplummer | 2012-03-26 17:09:50 +0200 (Mon 26 Mar 2012) | 1 ligne [ENH] Brought part of forwardlink receive out of forwardlink base class, trying to link up tracker inputs ---------------------------------------------- r40413 | jonnybradley | 2012-03-26 16:44:51 +0200 (Mon 26 Mar 2012) | 1 ligne [CSS] filegals: Default styling for thumbnail info ---------------------------------------------- r40412 | jonnybradley | 2012-03-26 16:44:02 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] filegals: Centre thumbnails properly ---------------------------------------------- r40411 | jonnybradley | 2012-03-26 16:21:04 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] filegals: Undefined var (although unused) ---------------------------------------------- r40410 | jonnybradley | 2012-03-26 16:07:18 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] filegals: Undefined vars in drafts feature - don't know how to test, can't seem to get drafts to work at all ---------------------------------------------- r40409 | jonnybradley | 2012-03-26 15:08:57 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] filegals: Use updateMultiple when updating multiple galleries ---------------------------------------------- r40408 | jonnybradley | 2012-03-26 12:03:05 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] menus: Missing curly brackets - doh! (thanks marclaporte) ---------------------------------------------- r40407 | jonnybradley | 2012-03-26 11:31:29 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] files: Restore scale by x OR y (but test first) - thanks Sept_7 ---------------------------------------------- r40405 | yonixxx | 2012-03-26 07:51:20 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX]Adding styling css element ---------------------------------------------- r40404 | lindonb | 2012-03-26 06:22:35 +0200 (Mon 26 Mar 2012) | 1 ligne Tidy up info a little for the PluginModule popup edit form ---------------------------------------------- r40380 | robertplummer | 2012-03-26 04:27:12 +0200 (Mon 26 Mar 2012) | 1 ligne [FIX] prefs for plugin report ---------------------------------------------- r40379 | lindonb | 2012-03-26 00:49:39 +0200 (Mon 26 Mar 2012) | 1 ligne [ENH] PluginModule: add common parameters, use module description for module parameter description and change it when user selects another module, list module parameters first after the module name. TODO: see if individual module cache files could be used and add semi-common parameters. ---------------------------------------------- r40378 | jonnybradley | 2012-03-25 20:36:37 +0200 (Sun 25 Mar 2012) | 2 lignes [ENH] menu admin: Mini-revamp of menu admin. Not the full drag & drop experience due to imminence of Tiki 9 branching and back-end "weirdness", but usability various improvements, including; Separated sections into tabs, fixed "quick urls" box, added autocompletes for pages, prefs and perms, and improved preview (somewhat) ---------------------------------------------- r40377 | jonnybradley | 2012-03-25 19:27:05 +0200 (Sun 25 Mar 2012) | 1 ligne [CSS] admin: Make all admin page links the same colour, visited or not ---------------------------------------------- r40376 | jonnybradley | 2012-03-25 19:03:24 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX] jsminify: Wrap minify in a try/catch block and attempt to report what happened (including temporary debugger command to hopefully learn more) ---------------------------------------------- r40375 | jonnybradley | 2012-03-25 18:47:00 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX] structure edit: Make sure structure param is added to page view url (thanks again Lindon) ---------------------------------------------- r40374 | jonnybradley | 2012-03-25 18:36:17 +0200 (Sun 25 Mar 2012) | 1 ligne [CSS] typo? ---------------------------------------------- r40373 | jonnybradley | 2012-03-25 18:35:39 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX] menus: Missing var ---------------------------------------------- r40372 | jonnybradley | 2012-03-25 16:55:54 +0200 (Sun 25 Mar 2012) | 1 ligne [REF] remove last vestiges of ancient "zoom" feature (used to do full page edit) ---------------------------------------------- r40371 | jonnybradley | 2012-03-25 16:35:53 +0200 (Sun 25 Mar 2012) | 2 lignes [ENH] structure edit: Move "add new page" form into a dialog and add + buttons to page actions (thanks Lindon) Also display errors where you can see them. ---------------------------------------------- r40370 | jonnybradley | 2012-03-25 16:03:04 +0200 (Sun 25 Mar 2012) | 1 ligne [ENH] filegals: Make maximum displayed name length a pref (default now 40) ---------------------------------------------- r40369 | jonnybradley | 2012-03-25 15:21:28 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX] thumbnails: Use png format for thumb if the file is png. Preserves transparency in thumbnails at last - hurrah! ---------------------------------------------- r40368 | changi67 | 2012-03-25 13:49:00 +0200 (Sun 25 Mar 2012) | 1 ligne no changes code styling - http://quality.tiki.org ---------------------------------------------- r40366 | yonixxx | 2012-03-25 12:40:39 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX]minor missing translation ---------------------------------------------- r40365 | yonixxx | 2012-03-25 12:39:43 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX]minor missing tr tags ---------------------------------------------- r40364 | yonixxx | 2012-03-25 11:50:29 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX]minor text correction ---------------------------------------------- r40362 | yonixxx | 2012-03-25 10:31:42 +0200 (Sun 25 Mar 2012) | 1 ligne [FIX]syntax error in the code - unexpected & ---------------------------------------------- r40361 | lindonb | 2012-03-25 08:15:33 +0200 (Sun 25 Mar 2012) | 1 ligne Conform name for dropdowm list of modules in PluginModule ---------------------------------------------- r40359 | robertplummer | 2012-03-25 03:28:07 +0200 (Sun 25 Mar 2012) | 2 lignes [FIX] Ensured that Tracker_Field_abstract::renderTemplate has a value set if possible, becuase it can come from outside the definition [ENH] Brought the value into tracker query so that it is easily usable if there is a item id set ---------------------------------------------- r40357 | sylvieg | 2012-03-24 21:11:15 +0100 (Sat 24 Mar 2012) | 1 ligne [merge/r40356][FIX]login: does not make sense to put tikiIndex in the login from + avoid url with logout ---------------------------------------------- r40355 | jonnybradley | 2012-03-24 18:54:25 +0100 (Sat 24 Mar 2012) | 1 ligne [ENH] filegals: Add ability to make the icon for galleries in browse mode a thumbnail by specifying an image fileId (can be in any other gallery) ---------------------------------------------- r40354 | jonnybradley | 2012-03-24 17:30:39 +0100 (Sat 24 Mar 2012) | 1 ligne [FIX] search: Allow some tracker field types' ValueFormatters not to be cached - fixes ratings - other types may need this too. ---------------------------------------------- r40353 | jonnybradley | 2012-03-24 17:17:19 +0100 (Sat 24 Mar 2012) | 1 ligne [REF] search: Add abstract layer to ValueFormatters for some shared functionality to come (initially cache control) ---------------------------------------------- r40352 | robertplummer | 2012-03-24 01:21:05 +0100 (Sat 24 Mar 2012) | 1 ligne [ENH] Added the stub files, they don't do anything, but they are now there. The changes that have recently been made in tracker query lib will make finishing this off MUCH easier. ---------------------------------------------- r40351 | robertplummer | 2012-03-24 01:01:07 +0100 (Sat 24 Mar 2012) | 1 ligne [ENH] Moved dateformat to the defaults array ---------------------------------------------- r40350 | xavidp | 2012-03-24 00:48:14 +0100 (Sat 24 Mar 2012) | 1 ligne [ENH]Added a new param to allow showing dates in short or long format (short by default from now onwards) ---------------------------------------------- r40349 | nkoth | 2012-03-24 00:34:13 +0100 (Sat 24 Mar 2012) | 1 ligne [FIX] set status based on tracker setting of status if only not explicitly requested (not backporting because of possible other bugs but in order for status to be explicitly requested on creation this is needed)/ ---------------------------------------------- r40348 | xavidp | 2012-03-23 23:33:18 +0100 (Fri 23 Mar 2012) | 1 ligne [ENH]header and footer classes in convene centered also. thanks jyhem ---------------------------------------------- r40347 | xavidp | 2012-03-23 23:29:53 +0100 (Fri 23 Mar 2012) | 1 ligne [ENH]Default bg colors and same icon hidden for plugin convene to mimic default doodle's display to which people are most used to (clearer user interface also when table big with many options, etc). thanks jyhem, robertplummer and jonnyb for feedback. ---------------------------------------------- r40346 | xavidp | 2012-03-23 23:19:41 +0100 (Fri 23 Mar 2012) | 1 ligne [ENH]Adding css td classes to header and footer so that they can be easily centered, etc. (css changes to come). thanks jyhem, jonnyb and robertplummer for feedback ---------------------------------------------- r40345 | robertplummer | 2012-03-23 22:35:29 +0100 (Fri 23 Mar 2012) | 1 ligne [ENH] Added keywords, not even sure if this feature exists, but I figure it can't hurt anything ---------------------------------------------- r40344 | robertplummer | 2012-03-23 22:34:51 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Sometimes type didn't come through if value was set to nothing, same with label, needed to check if undefined ---------------------------------------------- r40343 | robertplummer | 2012-03-23 22:34:06 +0100 (Fri 23 Mar 2012) | 1 ligne [ENH] tracker_reports is experimental ---------------------------------------------- r40342 | robertplummer | 2012-03-23 22:33:17 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Added the report into menu ---------------------------------------------- r40341 | robertplummer | 2012-03-23 22:32:33 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Added feature to be turned on, feature_reports ---------------------------------------------- r40340 | robertplummer | 2012-03-23 21:58:01 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Forgot to remove debug code ---------------------------------------------- r40339 | robertplummer | 2012-03-23 21:57:27 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Fixes for width in new version of codemirror ---------------------------------------------- r40337 | nkoth | 2012-03-23 21:41:10 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] In CSV mode y and n should remain y and n otherwise it can break many pretty tracker templates. ---------------------------------------------- r40334 | jonnybradley | 2012-03-23 21:21:38 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] look admin: Handle missing theme thumbnails better and improve layout ---------------------------------------------- r40333 | robertplummer | 2012-03-23 21:20:30 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Added full to include styles and javascript ---------------------------------------------- r40332 | robertplummer | 2012-03-23 21:19:30 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Removed duplicate methods, they were and are part of the jison parser, which has been moved. ---------------------------------------------- r40331 | robertplummer | 2012-03-23 21:06:36 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Remove tracker reports from menu ---------------------------------------------- r40330 | robertplummer | 2012-03-23 21:05:24 +0100 (Fri 23 Mar 2012) | 1 ligne [NEW] The ability to timestamp from tiki ---------------------------------------------- r40329 | robertplummer | 2012-03-23 20:59:05 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Ensured basic functionality is working ---------------------------------------------- r40328 | robertplummer | 2012-03-23 20:45:45 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Name change from lazytabs to pagetabs ---------------------------------------------- r40327 | robertplummer | 2012-03-23 20:43:01 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Prepping for real world usage, going to change to "PageTabs" for plugin name ---------------------------------------------- r40326 | robertplummer | 2012-03-23 20:23:16 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Feature feature_tracker_reports removed, feature_reports created ---------------------------------------------- r40324 | nkoth | 2012-03-23 20:14:27 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Some zip files not recognized as zip. ---------------------------------------------- r40323 | robertplummer | 2012-03-23 18:46:25 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Detect communications failure, and fail gracefully. ---------------------------------------------- r40322 | jonnybradley | 2012-03-23 18:19:09 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] modules: Move inclusion of tiki-jsmodule.php to only where it is needed, instead of every page (also add to security check script) ---------------------------------------------- r40321 | jonnybradley | 2012-03-23 18:14:16 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] wysiwyg plugin: Don't set up editor if no edit permission ---------------------------------------------- r40320 | jonnybradley | 2012-03-23 17:57:50 +0100 (Fri 23 Mar 2012) | 1 ligne [SVN] missing $Id property ---------------------------------------------- r40319 | robertplummer | 2012-03-23 17:56:44 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] remove index.php showing up as definition, added check to ensure that joining is ok ---------------------------------------------- r40318 | jonnybradley | 2012-03-23 17:55:04 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX]modules: Prevent user modules with duplicate names being created (because Bad Things happen if you do) ---------------------------------------------- r40317 | jyhem | 2012-03-23 12:50:01 +0100 (Fri 23 Mar 2012) | 1 ligne Make it clear that 'menu' replaces obsolete 'menustructure' ---------------------------------------------- r40316 | jyhem | 2012-03-23 12:10:10 +0100 (Fri 23 Mar 2012) | 1 ligne Make the difference between active and inactive obvious ---------------------------------------------- r40315 | arildb | 2012-03-23 06:24:14 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] Fixed HTML syntax errors ---------------------------------------------- r40313 | jyhem | 2012-03-23 03:20:43 +0100 (Fri 23 Mar 2012) | 1 ligne [ENH] Add option to export ItemLink fields by reference instead of displayed value for cases when the purpose is to reimport later ---------------------------------------------- r40312 | jonnybradley | 2012-03-23 01:59:48 +0100 (Fri 23 Mar 2012) | 1 ligne [FIX] trackers: Typo ---------------------------------------------- r40311 | nkoth | 2012-03-23 00:26:46 +0100 (Fri 23 Mar 2012) | 1 ligne [NEW] Add ability for tracker Files field to replace existing file, instead of simply adding files in the file gallery. ---------------------------------------------- r40308 | sampaioprimo | 2012-03-22 20:10:54 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] fix page alias by separating its functionality from like pages feature ---------------------------------------------- r40307 | jonnybradley | 2012-03-22 19:33:24 +0100 (Thu 22 Mar 2012) | 1 ligne [MOD] ratings: When ip_can_be_checked enabled don't remove registered user votes from the same IP ---------------------------------------------- r40306 | jonnybradley | 2012-03-22 19:32:08 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] search trackerrender: Remove clumsy (and irrelevant) exception for caching by field name ---------------------------------------------- r40305 | jonnybradley | 2012-03-22 19:21:50 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] search: Don't filter out values like "0" which evaluate to false ---------------------------------------------- r40304 | jonnybradley | 2012-03-22 19:17:06 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] tracker ratings: Use result from register_user_vote function to update ratings tooltip, round up average vote and translate some strings ---------------------------------------------- r40303 | jonnybradley | 2012-03-22 19:07:43 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] ratings: Add switch for pref "ip_can_be_checked" (not entirely sure what it does but now you can turn it on) ---------------------------------------------- r40302 | jyhem | 2012-03-22 18:44:58 +0100 (Thu 22 Mar 2012) | 1 ligne keep description together with the label described in tracker fields edition ---------------------------------------------- r40301 | jyhem | 2012-03-22 18:39:33 +0100 (Thu 22 Mar 2012) | 1 ligne Add indispensable information to field definition ---------------------------------------------- r40300 | jonnybradley | 2012-03-22 16:26:54 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] structure edit: Use live events for Firefox alias focus workaround (thanks Xavi) ---------------------------------------------- r40299 | arildb | 2012-03-22 15:14:47 +0100 (Thu 22 Mar 2012) | 2 lignes [FIX] Invalid size attributes [FIX] More onClick -> onclick ---------------------------------------------- r40297 | jonnybradley | 2012-03-22 15:07:46 +0100 (Thu 22 Mar 2012) | 1 ligne [ENH] structure edit: Implement admin mode for wikiplugin_toc, add another save button and a few more fixes ---------------------------------------------- r40296 | jonnybradley | 2012-03-22 15:03:13 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] structure edit: Make description come after the page name (obeying the param and actually having a description) when toc_type=admin. Not sure why other types don't do this but leaving "plain" and "fancy" as they were before... can fix them, if required :) ---------------------------------------------- r40295 | arildb | 2012-03-22 14:50:06 +0100 (Thu 22 Mar 2012) | 2 lignes [FIX] onClick to onclick ---------------------------------------------- r40293 | jonnybradley | 2012-03-22 14:31:56 +0100 (Thu 22 Mar 2012) | 1 ligne [REF] structure edit: Remove debug info and pointless source formatting (we have DOM inspectors these days) ---------------------------------------------- r40292 | jonnybradley | 2012-03-22 14:07:43 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] structure edit: Re-render the structure on save so that new leaves get all the action buttons etc ---------------------------------------------- r40291 | jonnybradley | 2012-03-22 13:41:16 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] structure edit: Show selected leaf correctly (although not really needed any more) ---------------------------------------------- r40290 | jonnybradley | 2012-03-22 13:32:31 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] structure edit: Obey page_n_times_in_a_structure pref ---------------------------------------------- r40289 | jonnybradley | 2012-03-22 13:31:45 +0100 (Thu 22 Mar 2012) | 1 ligne [ENH] services: Expose ErrorReportLib reports to JavaScript, implementation to come ---------------------------------------------- r40288 | jonnybradley | 2012-03-22 12:49:22 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] search: Remove smarty setting, deprecated in 3.1 ---------------------------------------------- r40287 | jonnybradley | 2012-03-22 12:46:23 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] structure edit: Set focus on alias inputs (for Firefox) - thanks Xavi ---------------------------------------------- r40286 | jonnybradley | 2012-03-22 12:41:12 +0100 (Thu 22 Mar 2012) | 1 ligne [FIX] selection: Use "start" if "end" not provided in non-IE browsers ---------------------------------------------- r40285 | arildb | 2012-03-22 05:40:57 +0100 (Thu 22 Mar 2012) | 1 ligne [MOD][merge/r40284] The category path display is now hidden, if the user doesn't have tiki_p_view_category (can view categories in a listing) permission. ---------------------------------------------- r40283 | jonnybradley | 2012-03-21 19:38:40 +0100 (Wed 21 Mar 2012) | 1 ligne [FIX] trackers: Various fixes for ratings fields in search output (e.g. {list} etc) ---------------------------------------------- r40282 | jonnybradley | 2012-03-21 19:36:48 +0100 (Wed 21 Mar 2012) | 1 ligne [FIX] trackers: Process uni-search index if necessary (and add pref check to the other one, plus a var name typo correction) ---------------------------------------------- r40281 | jonnybradley | 2012-03-21 17:39:37 +0100 (Wed 21 Mar 2012) | 1 ligne [FIX] wiki: Prevent section edit icons appearing briefly on load when wiki_edit_icons_toggle enabled ---------------------------------------------- r40280 | sylvieg | 2012-03-21 17:00:28 +0100 (Wed 21 Mar 2012) | 1 ligne [ENH]smarty: is_numeric is secure ---------------------------------------------- r40279 | jonnybradley | 2012-03-21 11:49:43 +0100 (Wed 21 Mar 2012) | 1 ligne [FIX] unisearch shell script: Improve logging output to include date/times etc and handle args better ---------------------------------------------- r40278 | jonnybradley | 2012-03-21 11:30:20 +0100 (Wed 21 Mar 2012) | 1 ligne [MOD] unisearch: Expose rebuildInProgress() to public ---------------------------------------------- r40276 | nkoth | 2012-03-21 02:59:58 +0100 (Wed 21 Mar 2012) | 1 ligne [FIX] Not locating SCORM zip file correctly when fgal stores files on disk ---------------------------------------------- r40275 | robertplummer | 2012-03-21 02:52:47 +0100 (Wed 21 Mar 2012) | 1 ligne [ENH] Brought the js from headerlib to method fieldInputs ---------------------------------------------- r40274 | robertplummer | 2012-03-20 22:08:12 +0100 (Tue 20 Mar 2012) | 1 ligne [ENH] Added function fieldInputs to get field inputs for custom applications ---------------------------------------------- r40273 | chealer | 2012-03-20 20:18:59 +0100 (Tue 20 Mar 2012) | 2 lignes Fix svn:keywords (Id) ---------------------------------------------- r40272 | chealer | 2012-03-20 20:12:21 +0100 (Tue 20 Mar 2012) | 4 lignes [ENH] Trackers: Merge tiki-list_trackers and tiki-admin_trackers, using the generalized tiki-admin_trackers. The new interface is tiki-list_trackers. Reference: http://article.gmane.org/gmane.comp.cms.tiki.devel/25367 In list_trackers, creation and last modification dates do not show the time anymore (could be useful, but too noisy in current presentation) The new interface is generally called "Trackers", sometimes "List Trackers" ---------------------------------------------- r40270 | sampaioprimo | 2012-03-20 19:36:07 +0100 (Tue 20 Mar 2012) | 1 ligne [ENH] add preference to display related articles at the bottom of a article page ---------------------------------------------- r40269 | sampaioprimo | 2012-03-20 19:35:19 +0100 (Tue 20 Mar 2012) | 1 ligne remove unused variables ---------------------------------------------- r40268 | chealer | 2012-03-20 19:29:28 +0100 (Tue 20 Mar 2012) | 1 ligne [REF] Admin Trackers: Remove apparently unused uses_tabs and urlquery definitions ---------------------------------------------- r40267 | chealer | 2012-03-20 19:28:05 +0100 (Tue 20 Mar 2012) | 1 ligne Trackers: save some stuff from List Trackers before getting rid of it ---------------------------------------------- r40266 | robertplummer | 2012-03-20 19:24:02 +0100 (Tue 20 Mar 2012) | 1 ligne [FIX] Need to check if numeric if not empty ---------------------------------------------- r40265 | yonixxx | 2012-03-20 17:55:44 +0100 (Tue 20 Mar 2012) | 1 ligne [FIX]TR tag correction ---------------------------------------------- r40264 | yonixxx | 2012-03-20 17:53:53 +0100 (Tue 20 Mar 2012) | 1 ligne [FIX]String correction ---------------------------------------------- r40263 | yonixxx | 2012-03-20 17:52:50 +0100 (Tue 20 Mar 2012) | 1 ligne [TRA] minor strings correction ---------------------------------------------- r40260 | jonnybradley | 2012-03-20 17:46:42 +0100 (Tue 20 Mar 2012) | 1 ligne [FIX] menu module: Handle structure "name" as well as numeric id and process title properly ---------------------------------------------- r40259 | robertplummer | 2012-03-20 17:33:24 +0100 (Tue 20 Mar 2012) | 1 ligne [ENH] Moved tracker id to method, working on replace item ---------------------------------------------- r40258 | robertplummer | 2012-03-20 14:59:58 +0100 (Tue 20 Mar 2012) | 2 lignes [ENH] TrackerQueryLib becomes Tracker_Query, and is now included as part of the Zend class system [ENH] Before TrackerQueryLib was initiated at startup, but now needed to change a few methods to static to ensure loading correctly ---------------------------------------------- r40257 | jonnybradley | 2012-03-20 14:52:08 +0100 (Tue 20 Mar 2012) | 1 ligne [FIX] icons: Another improvement of reporting of smarty security errors (keep link, size etc from intended icon) ---------------------------------------------- r40256 | robertplummer | 2012-03-20 13:46:07 +0100 (Tue 20 Mar 2012) | 1 ligne [FIX] Added trim for selected text, so that suggestion and selection work the same ---------------------------------------------- r40255 | robertplummer | 2012-03-20 13:24:44 +0100 (Tue 20 Mar 2012) | 1 ligne [ENH] Added convene-ok and convene-no classes for styling convene plugin ---------------------------------------------- r40254 | jonnybradley | 2012-03-20 12:21:17 +0100 (Tue 20 Mar 2012) | 1 ligne [FIX] icons: Tidier reporting of smarty security errors ---------------------------------------------- r40252 | sampaioprimo | 2012-03-19 20:48:11 +0100 (Mon 19 Mar 2012) | 1 ligne [ENH] add the capability to filter by auto increment field in wikiplugin trackerfilter ---------------------------------------------- r40251 | sampaioprimo | 2012-03-19 20:47:57 +0100 (Mon 19 Mar 2012) | 1 ligne [ENH] add the capability to filter by freetag in wikiplugin trackerfilter ---------------------------------------------- r40249 | robertplummer | 2012-03-19 20:10:13 +0100 (Mon 19 Mar 2012) | 1 ligne [FIX] Trim is needed to check phrases, we don't include things like line breaks in phrases, which can be seen as spaces that need trimmed ---------------------------------------------- r40248 | robertplummer | 2012-03-19 19:11:37 +0100 (Mon 19 Mar 2012) | 2 lignes [ENH] Added ability to set feed origin from call of method feed() [ENH] Moved from standard forwardlink output of json variable to return a feed after receiving one, so we have a base of what to expect ---------------------------------------------- r40247 | robertplummer | 2012-03-19 18:13:24 +0100 (Mon 19 Mar 2012) | 1 ligne [FIX] Look for relationships on both sides, not one or the other ---------------------------------------------- r40246 | yonixxx | 2012-03-19 17:08:10 +0100 (Mon 19 Mar 2012) | 1 ligne [FIX]BiDi correction to handle rtl languages - theme specificities removed ---------------------------------------------- r40244 | yonixxx | 2012-03-19 17:04:21 +0100 (Mon 19 Mar 2012) | 1 ligne [FIX]BiDi correction to handle rtl languages ---------------------------------------------- r40243 | robertplummer | 2012-03-19 15:39:24 +0100 (Mon 19 Mar 2012) | 1 ligne [FIX] Relationships not being removed for children sheets, and removal of those that don't exist ---------------------------------------------- r40242 | yonixxx | 2012-03-19 14:07:20 +0100 (Mon 19 Mar 2012) | 1 ligne [FIX]misplaced text string and translation tag for Published At ---------------------------------------------- r40241 | changi67 | 2012-03-18 18:37:24 +0100 (Sun 18 Mar 2012) | 1 ligne [FIX] test emptyness before preg ---------------------------------------------- r40240 | jonnybradley | 2012-03-18 16:42:13 +0100 (Sun 18 Mar 2012) | 1 ligne [FIX] wysiwyg: Cope batter with html pages even if wysiwyg_htmltowiki is (or has been) used ---------------------------------------------- r40239 | sylvieg | 2012-03-18 15:40:00 +0100 (Sun 18 Mar 2012) | 1 ligne [ENH]catwegory; when admin_caetgory, add an option to propagate the perms of the parent on the categ: Was done automatically for non admin on new categ ---------------------------------------------- r40238 | jonnybradley | 2012-03-18 14:38:25 +0100 (Sun 18 Mar 2012) | 1 ligne [FIX] styles: Filter out mobile and 960_gs styles that aren't really proper "themes" (and remove TODO from 5 versions ago - never going to happen!) ---------------------------------------------- r40237 | sylvieg | 2012-03-18 12:35:00 +0100 (Sun 18 Mar 2012) | 1 ligne [merge/r40236][FIX]category: can affect perm for another group to this object if the user has perm on this object not global perm ---------------------------------------------- r40235 | lindonb | 2012-03-18 06:32:23 +0100 (Sun 18 Mar 2012) | 1 ligne [ENH] In the plugin edit form for PluginModule, show the module parameters for the saved or selected module in the form. ---------------------------------------------- r40233 | jonnybradley | 2012-03-17 19:42:47 +0100 (Sat 17 Mar 2012) | 1 ligne [FIX] toolbars: Prevent missing icons (like right justify in htmltowiki mode) from breaking layout ---------------------------------------------- r40232 | jonnybradley | 2012-03-17 19:36:45 +0100 (Sat 17 Mar 2012) | 1 ligne [FIX] icons: Catch Smarty exception when image path not in security settings ---------------------------------------------- r40231 | jonnybradley | 2012-03-17 19:23:33 +0100 (Sat 17 Mar 2012) | 1 ligne [FIX] toolbars: Notices (added dummy textarea id params) ---------------------------------------------- r40230 | jonnybradley | 2012-03-17 19:01:19 +0100 (Sat 17 Mar 2012) | 1 ligne [FIX] fgals: Add class for subgalleries ---------------------------------------------- r40229 | changi67 | 2012-03-17 18:34:37 +0100 (Sat 17 Mar 2012) | 1 ligne [ENH] Remove empty if condition ---------------------------------------------- r40228 | sylvieg | 2012-03-17 16:38:19 +0100 (Sat 17 Mar 2012) | 1 ligne [merge/r40227][FIX]missing perm to have tiki-objectpermissions working ---------------------------------------------- r40226 | arildb | 2012-03-17 11:29:48 +0100 (Sat 17 Mar 2012) | 4 lignes [merge/40225][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. ---------------------------------------------- r40223 | sylvieg | 2012-03-16 22:23:56 +0100 (Fri 16 Mar 2012) | 1 ligne [merge/r40222][FIX]perm: objectype=wiki+page was not goind through ---------------------------------------------- r40221 | changi67 | 2012-03-16 21:11:19 +0100 (Fri 16 Mar 2012) | 1 ligne Oops ---------------------------------------------- r40219 | chealer | 2012-03-16 19:49:03 +0100 (Fri 16 Mar 2012) | 2 lignes [FIX][REF] Article images: Changed custom images wouldn't show (r28213 regression) Send an error when preview couldn't be found ---------------------------------------------- r40218 | chealer | 2012-03-16 19:27:57 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX] Edit submission: "Non-static method TikiLib::make_time() should not be called statically" ---------------------------------------------- r40217 | chealer | 2012-03-16 19:26:45 +0100 (Fri 16 Mar 2012) | 2 lignes [REF] Articles: Cleanup odd "site" dates (Reference: r7767) [FIX] Publish date in submission previews ---------------------------------------------- r40216 | chealer | 2012-03-16 19:22:41 +0100 (Fri 16 Mar 2012) | 3 lignes [REF] Articles: Use common article.tpl from Read Article to display article preview. [FIX] Fixes size of custom article images when they haven't changed. [ENH] Makes preview much more realistic ---------------------------------------------- r40215 | robertplummer | 2012-03-16 19:04:43 +0100 (Fri 16 Mar 2012) | 1 ligne [ENH] Added actual character encoding ---------------------------------------------- r40213 | robertplummer | 2012-03-16 18:26:23 +0100 (Fri 16 Mar 2012) | 1 ligne [ENH] Added sortable table to forwardlink ---------------------------------------------- r40212 | chealer | 2012-03-16 03:32:18 +0100 (Fri 16 Mar 2012) | 1 ligne [REF] Articles: Simplify topic retrieval following r40181 ---------------------------------------------- r40211 | chealer | 2012-03-16 03:01:43 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX] Edit article: Fallback for default type selection surely didn't work ---------------------------------------------- r40210 | chealer | 2012-03-16 02:58:48 +0100 (Fri 16 Mar 2012) | 1 ligne [REF] Edit article: clarify Default type selection ---------------------------------------------- r40209 | chealer | 2012-03-16 02:31:15 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX] Read Article: "Undefined index: big_image" ---------------------------------------------- r40208 | chealer | 2012-03-16 02:28:18 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX] Read Article: "Undefined index: topicName" ---------------------------------------------- r40207 | chealer | 2012-03-16 02:25:51 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX] Articles: Actually show warning "This Article is currently not published and only visible by Editors" (from r28925) ---------------------------------------------- r40206 | chealer | 2012-03-16 02:11:05 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX] Read Article: "Undefined index: hasImage" when article has no custom image ---------------------------------------------- r40205 | chealer | 2012-03-16 02:09:15 +0100 (Fri 16 Mar 2012) | 1 ligne [FIX] Read Article: "Undefined index: pages" when article_paginate is disabled ---------------------------------------------- r40204 | chealer | 2012-03-16 02:06:24 +0100 (Fri 16 Mar 2012) | 1 ligne [REF] Articles: Split article display from tiki-read_article.tpl to article.tpl (more to come) ---------------------------------------------- r40200 | chealer | 2012-03-15 19:54:32 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] Article: "Undefined index: page" when previewing ---------------------------------------------- r40199 | jonnybradley | 2012-03-15 19:53:00 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] trackers: Remove unused param check on publishRSS option for trackers in rsslist module ---------------------------------------------- r40198 | chealer | 2012-03-15 19:50:20 +0100 (Thu 15 Mar 2012) | 1 ligne [REF] Article preview ---------------------------------------------- r40197 | jonnybradley | 2012-03-15 19:41:41 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] contact us: Misplaced backtick ---------------------------------------------- r40196 | robertplummer | 2012-03-15 19:15:10 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] Add svn Id in ---------------------------------------------- r40195 | chealer | 2012-03-15 19:08:53 +0100 (Thu 15 Mar 2012) | 3 lignes [ENH] Articles: Also add a maximum vertical size for custom images specific to list mode [ENH] Add default for dimension limits to custom images specific to list mode (approach of r27943) Sylvie: big_image from tiki-read_article.tpl will not consider this. If you can explain what big_image means, that should probably be changed... ---------------------------------------------- r40194 | robertplummer | 2012-03-15 19:02:56 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] Files no longer needed ---------------------------------------------- r40193 | robertplummer | 2012-03-15 19:00:59 +0100 (Thu 15 Mar 2012) | 1 ligne [ENH] Did some renaming for html feed and forwardlink, it was hard to follow what was going on, now easier to understand. Tested html feed and forwardlink to ensure they are working. ---------------------------------------------- r40192 | chealer | 2012-03-15 18:10:30 +0100 (Thu 15 Mar 2012) | 1 ligne Articles: Update descriptions of default custom images dimensions following r40185. Remove warning, proportions should be preserved now ---------------------------------------------- r40191 | chealer | 2012-03-15 17:40:25 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] Edit articles: When previewing, the view mode width limit was overwritten by the list mode width limit and the list mode width limit was lost (r28213 regression) ---------------------------------------------- r40190 | chealer | 2012-03-15 16:04:19 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] View Articles: consider image_y (list mode height) for custom images (r28213 regression) ---------------------------------------------- r40189 | jonnybradley | 2012-03-15 12:23:13 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] autosave/preview: Put back JS code erroneously moved to wysiwyglib - needed by both editors (sorry) ---------------------------------------------- r40188 | jonnybradley | 2012-03-15 11:55:38 +0100 (Thu 15 Mar 2012) | 1 ligne [FIX] trackers: Obey doNotShowEmptyField option for tracker RSS feeds ---------------------------------------------- r40187 | jonnybradley | 2012-03-15 11:42:41 +0100 (Thu 15 Mar 2012) | 1 ligne [ENH] trackers: Deploy publishRSS option for trackers - in rsslist module and html head ---------------------------------------------- r40186 | jonnybradley | 2012-03-15 11:31:14 +0100 (Thu 15 Mar 2012) | 1 ligne [ENH] traqckers: Add publishRSS option for trackers - implementation to come ---------------------------------------------- r40185 | chealer | 2012-03-15 07:09:40 +0100 (Thu 15 Mar 2012) | 2 lignes [MOD] Articles: Change custom images dimensions from absolute constraints to maximums. This allows to define both a maximum width and a maximum height without risking to lose scale. This also prevents default dimensions to cause the image to enlarge, which is presumably unwanted as the result would be ugly ---------------------------------------------- r40184 | chibaguy | 2012-03-15 05:23:59 +0100 (Thu 15 Mar 2012) | 2 lignes [fp/r40172, r40173, r40174, r40175, r40176] Correct button margin and padding inconsistency, etc. Sorry about backwards backport. ---------------------------------------------- r40183 | chealer | 2012-03-14 22:26:30 +0100 (Wed 14 Mar 2012) | 1 ligne [REF] Articles: Just directly access the topic now that the array is id-indexed ---------------------------------------------- r40181 | chealer | 2012-03-14 22:10:18 +0100 (Wed 14 Mar 2012) | 1 ligne [FIX] list_topics(): Index returned array by topic identifier. Fixes random topic name displayed in Read Article ---------------------------------------------- r40180 | chealer | 2012-03-14 22:08:41 +0100 (Wed 14 Mar 2012) | 1 ligne [REF] Clarify display of image / topic name. ---------------------------------------------- r40179 | chealer | 2012-03-14 21:35:45 +0100 (Wed 14 Mar 2012) | 1 ligne [FIX] HTML when $prefs.art_header_text_pos eq 'below' && $list_image_x > 0 (r28343 regression) ---------------------------------------------- r40178 | chealer | 2012-03-14 19:24:02 +0100 (Wed 14 Mar 2012) | 1 ligne [REF] View articles: Attempt preserving sanity of image resize code readers ---------------------------------------------- r40177 | chealer | 2012-03-14 19:14:24 +0100 (Wed 14 Mar 2012) | 1 ligne [REF] View articles: it's not clear why we wouldn't cache if $listpages[ix].list_image_x > 0 and $largefirstimage eq 'y' and $smarty.section.ix.first, so just cache in all situations. Review welcome ---------------------------------------------- r40169 | chibaguy | 2012-03-14 04:35:22 +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.). ---------------------------------------------- r40168 | marclaporte | 2012-03-13 23:08:55 +0100 (Tue 13 Mar 2012) | 1 ligne Nice little icons for MySQL FullText Search ---------------------------------------------- r40167 | marclaporte | 2012-03-13 23:04:27 +0100 (Tue 13 Mar 2012) | 1 ligne Making MySQL Full Text Search a basic feature because Lucene doesn't work on some servers ---------------------------------------------- r40166 | marclaporte | 2012-03-13 22:45:16 +0100 (Tue 13 Mar 2012) | 1 ligne tagging BigBlueButton as a basic feature because it's very cool, it's stable, because we DogFood and want to promote it, to make the Admin panel nicer and because of the availability of services like hostbbb.com ---------------------------------------------- r40164 | chealer | 2012-03-13 22:08:27 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] Admin Trackers: Add actions for Feed and monitoring ---------------------------------------------- r40163 | robertplummer | 2012-03-13 22:08:16 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] html variable doesn't exist ---------------------------------------------- r40162 | robertplummer | 2012-03-13 22:06:47 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Clean was already declared, changed name to cleanArray, and now works better in firefox and chrome ---------------------------------------------- r40160 | robertplummer | 2012-03-13 21:49:05 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Various fixes, trying to get phraser working well with other plugins ---------------------------------------------- r40159 | chealer | 2012-03-13 21:38:40 +0100 (Tue 13 Mar 2012) | 1 ligne [REF] Clarify remaining trackerId code ---------------------------------------------- r40157 | chealer | 2012-03-13 21:30:37 +0100 (Tue 13 Mar 2012) | 1 ligne [REF] Admin trackers: remove some now useless code (plugins, ticketlib[1]) ---------------------------------------------- r40156 | chealer | 2012-03-13 21:05:40 +0100 (Tue 13 Mar 2012) | 6 lignes [ENH] Trackers: Prepare Admin Trackers for a merge with List Trackers Specifically: clicking a tracker's name now brings to View Tracker instead of editing it An edit icon was added in the Action column to compensate The Action column is now WYSIWYCA The various ways of creating trackers are now WYSIWYCA [ENH] Remove "Trackers" title at the top of the "Trackers" tab. Thanks Marc Laporte ---------------------------------------------- r40155 | robertplummer | 2012-03-13 19:56:49 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Missed a couple $i's and changed to $reportI ---------------------------------------------- r40154 | jonnybradley | 2012-03-13 19:55:41 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] importer: Add link to "Import wiki XML file from another Tiki" and fix a couple of typos ---------------------------------------------- r40153 | jonnybradley | 2012-03-13 19:31:42 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] importer: Notices ---------------------------------------------- r40152 | robertplummer | 2012-03-13 19:07:43 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] Changed tiki_view_forwardlink to tiki_wiki_view_forwardlink added tiki_wiki_save_forwardlink ---------------------------------------------- r40151 | robertplummer | 2012-03-13 19:06:35 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] From $i to $report ---------------------------------------------- r40150 | robertplummer | 2012-03-13 19:05:25 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] A few fixes for loading in names from remote url, and $i to $htmlFeedLink, for some reason $i wasen't working in some cases, not sure why ---------------------------------------------- r40149 | robertplummer | 2012-03-13 19:03:29 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] Removed forwardlink references, no longer used through tiki-feed.php ---------------------------------------------- r40148 | robertplummer | 2012-03-13 19:02:30 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Give $canBeRefreshed a default value if it isn't used ---------------------------------------------- r40147 | robertplummer | 2012-03-13 19:01:40 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] From split to explode, split = depricated ---------------------------------------------- r40146 | robertplummer | 2012-03-13 19:00:57 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] Delete feed remote abstract, migrate to feed abstract ---------------------------------------------- r40145 | robertplummer | 2012-03-13 18:59:45 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] Merge functions from feed remote abstract to feed abstract ---------------------------------------------- r40144 | chealer | 2012-03-13 18:52:20 +0100 (Tue 13 Mar 2012) | 1 ligne [REF] Admin trackers ---------------------------------------------- r40143 | chealer | 2012-03-13 18:45:10 +0100 (Tue 13 Mar 2012) | 1 ligne [REF] Admin trackers: Only pass trackers list to Smarty once ---------------------------------------------- r40141 | chealer | 2012-03-13 18:24:32 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] Trackers: Add an icon to export the tracker being viewed ---------------------------------------------- r40140 | chealer | 2012-03-13 18:21:10 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Trackers: JavaScript error in view tracker when jQuery validation is disabled ---------------------------------------------- r40139 | chealer | 2012-03-13 17:26:53 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Admin trackers: only offer exporting tracker structure to users with tiki_p_admin_trackers ---------------------------------------------- r40138 | chealer | 2012-03-13 17:17:58 +0100 (Tue 13 Mar 2012) | 1 ligne [ENH] Trackers: Export dialog - move item exportation sections first and structure export sections together at the end ---------------------------------------------- r40137 | chealer | 2012-03-13 15:22:26 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Trackers: Do not allow duplicating a tracker on which you don't have administrative privileges ---------------------------------------------- r40136 | chealer | 2012-03-13 15:19:28 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Trackers: some permission checks only looking up global permissions (Add field, Save fields, remove fields, export fields, remove tracker, clear items, import items) ---------------------------------------------- r40134 | jyhem | 2012-03-13 12:24:37 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] Filtering with the real plugin name did usually not allow to find the plugin in the list. Especially when in other languages. ---------------------------------------------- r40133 | jonnybradley | 2012-03-13 11:24:27 +0100 (Tue 13 Mar 2012) | 1 ligne [FIX] trackers: Rollback r38921 - totally spurious attempt at getting tracker summary to recalculate number of items was preventing tracker editing (thanks Chealer) ---------------------------------------------- r40129 | chealer | 2012-03-12 21:10:12 +0100 (Mon 12 Mar 2012) | 1 ligne [FIX] Trackers: some permission checks only looking up global permissions (Edit tracker, Edit field) ---------------------------------------------- r40128 | chealer | 2012-03-12 20:36:56 +0100 (Mon 12 Mar 2012) | 1 ligne [FIX] JavaScript special characters encoding ---------------------------------------------- r40126 | chealer | 2012-03-12 17:56:35 +0100 (Mon 12 Mar 2012) | 2 lignes Trackers: Remove execution time limit when exporting items Taken from tiki-export_tracker.php ---------------------------------------------- r40123 | sylvieg | 2012-03-11 14:11:24 +0100 (Sun 11 Mar 2012) | 1 ligne [ENH]tracker: option to group selector to be assgned to the selected group. group must be a user choice ---------------------------------------------- r40118 | changi67 | 2012-03-10 22:34:48 +0100 (Sat 10 Mar 2012) | 1 ligne no changes - code quality ---------------------------------------------- r40116 | lindonb | 2012-03-10 21:27:06 +0100 (Sat 10 Mar 2012) | 1 ligne [FIX] Broaden parameter wasn't working ---------------------------------------------- r40113 | changi67 | 2012-03-10 19:01:09 +0100 (Sat 10 Mar 2012) | 1 ligne [FIX] One last to fix installer, don't read index.php it's only for security ---------------------------------------------- r40110 | changi67 | 2012-03-10 17:32:30 +0100 (Sat 10 Mar 2012) | 1 ligne [FIX] Continue if it's index.php ---------------------------------------------- r40109 | changi67 | 2012-03-10 17:18:08 +0100 (Sat 10 Mar 2012) | 1 ligne [FIX] Don't load index.php ---------------------------------------------- r40108 | changi67 | 2012-03-10 15:32:03 +0100 (Sat 10 Mar 2012) | 1 ligne no changes - quality ---------------------------------------------- r40093 | sylvieg | 2012-03-08 23:59:00 +0100 (Thu 08 Mar 2012) | 1 ligne [merge/r40092][FIX]trackeritemfield: revert partly 37281: the test against a value was not working any more ---------------------------------------------- r40091 | robertplummer | 2012-03-08 20:33:26 +0100 (Thu 08 Mar 2012) | 1 ligne [NEW] Further integrated, making textlinks more trackable, added button that is injected into page from forwardlink event wikiView that allows you to edit questions in trackers. ---------------------------------------------- r40090 | robertplummer | 2012-03-08 20:30:00 +0100 (Thu 08 Mar 2012) | 1 ligne [ENH] Making timestamp more like a timestamp, pushed bits up to 2048 in timestamp ---------------------------------------------- r40089 | robertplummer | 2012-03-08 20:28:31 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] var order ---------------------------------------------- r40088 | robertplummer | 2012-03-08 20:27:36 +0100 (Thu 08 Mar 2012) | 2 lignes [ENH] Code cleanup, removed very resource heavy fn "matchLength", which tracked each match length in a loop. Exchanged for join and split, faster and graceful. [ENH] Brought from php method hasPhrase and sanitizeToWords and switch over to use much less resource heavy sanitizeToWords, which rather than parse, obtains all words. ---------------------------------------------- r40087 | jonnybradley | 2012-03-08 17:17:51 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] contributions: SQL typo ---------------------------------------------- r40086 | changi67 | 2012-03-08 16:47:37 +0100 (Thu 08 Mar 2012) | 1 ligne [ENH] Missing index.php ---------------------------------------------- r40085 | jonnybradley | 2012-03-08 15:24:57 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] theme generator: Fix for multi-tiki ---------------------------------------------- r40083 | luciash | 2012-03-08 14:12:29 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] Toolbars Admin drag and drop: missing ; ---------------------------------------------- r40082 | jonnybradley | 2012-03-08 13:47:44 +0100 (Thu 08 Mar 2012) | 1 ligne [ENH] module plugin: Add new param to allow easier styling of the containing div (thanks Jenser on irc) ---------------------------------------------- r40081 | jonnybradley | 2012-03-08 13:36:45 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] module plugin: Don't use null for the moduleId (and remove a few unused vars) ---------------------------------------------- r40080 | jonnybradley | 2012-03-08 13:13:49 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] smarty3: Missing required (but pointless) repeat params ---------------------------------------------- r40079 | cdrwhite | 2012-03-08 11:53:07 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] Fix wrong mime type for images on file gallery uploads (http://dev.tiki.org/item4049) ---------------------------------------------- r40076 | chealer | 2012-03-08 00:02:18 +0100 (Thu 08 Mar 2012) | 1 ligne [FIX] External wikis: handleExternal(): Encode page name with rawurlencode() rather than urlencode() which encodes spaces as plus signs ---------------------------------------------- r40075 | sampaioprimo | 2012-03-07 23:36:26 +0100 (Wed 07 Mar 2012) | 1 ligne [ENH] new option to make item link tracker field allow the selection of multiple values ---------------------------------------------- r40074 | sampaioprimo | 2012-03-07 23:35:50 +0100 (Wed 07 Mar 2012) | 1 ligne documeting a few methods ---------------------------------------------- r40068 | jonnybradley | 2012-03-07 18:17:33 +0100 (Wed 07 Mar 2012) | 3 lignes [FIX] search: Make unified search multi-tiki compatible. Not the prettiest fix because the pre-existing default was not using $prefs['tmpDir'] but had "temp/" hard-coded into it. Works where unified_lucene_location pref has not been changed so should not break anything if a fix has been made manually to work round this. ---------------------------------------------- r40067 | jonnybradley | 2012-03-07 17:42:08 +0100 (Wed 07 Mar 2012) | 1 ligne [CSS] layout: Optimize mulitline properties ---------------------------------------------- r40066 | jonnybradley | 2012-03-07 17:32:37 +0100 (Wed 07 Mar 2012) | 1 ligne [CSS] layout: Use 0 instead of "redundant" 0px ---------------------------------------------- r40065 | jonnybradley | 2012-03-07 17:22:10 +0100 (Wed 07 Mar 2012) | 1 ligne [FIX] structures: Use post to send updated structure data on save to accommodate very large structures (will still be limited by post_max_size in php.ini) thanks Xavi ---------------------------------------------- r40064 | jonnybradley | 2012-03-07 16:33:11 +0100 (Wed 07 Mar 2012) | 1 ligne [FIX] structures: Use opacity instead of hard-coded colours for layout.css ---------------------------------------------- r40063 | jonnybradley | 2012-03-07 16:31:04 +0100 (Wed 07 Mar 2012) | 1 ligne [FIX] structures: Move required CSS from admin.css into layout.css ---------------------------------------------- r40062 | jonnybradley | 2012-03-07 16:04:25 +0100 (Wed 07 Mar 2012) | 1 ligne [FIX] uninitialized var ---------------------------------------------- r40061 | jonnybradley | 2012-03-07 12:32:40 +0100 (Wed 07 Mar 2012) | 1 ligne [CSS] jqui: Revert over-the-top roundyness for all inputs and add refault 4px all-round radius to fieldsets (thanks Gezza) ---------------------------------------------- r40056 | changi67 | 2012-03-06 22:47:20 +0100 (Tue 06 Mar 2012) | 1 ligne no changes - code styling => quality.tiki.org ---------------------------------------------- r40053 | changi67 | 2012-03-06 22:02:12 +0100 (Tue 06 Mar 2012) | 1 ligne [MOD] Set rangy as an external to easily identify Tiki's code from third_party ---------------------------------------------- r40051 | changi67 | 2012-03-06 21:53:43 +0100 (Tue 06 Mar 2012) | 1 ligne [MOD] Set phpseclib as an external to easily identify Tiki's code from third_party ---------------------------------------------- r40048 | robertplummer | 2012-03-06 21:22:24 +0100 (Tue 06 Mar 2012) | 1 ligne [FIX] Making things much faster by parse 1 time and stripping chars and html the first time. Also removed un-needed functions ---------------------------------------------- r40047 | jonnybradley | 2012-03-06 20:18:20 +0100 (Tue 06 Mar 2012) | 1 ligne [FIX] include: Missing ">" breaking edit icon (thanks marclaporte) ---------------------------------------------- r40046 | jonnybradley | 2012-03-06 15:11:05 +0100 (Tue 06 Mar 2012) | 1 ligne [CSS] jqui: Even more roundedness (too much?) ---------------------------------------------- r40045 | jonnybradley | 2012-03-06 15:02:53 +0100 (Tue 06 Mar 2012) | 1 ligne [FIX] trackers: Add load function for tracker create dialog to initialise the category tree (thanks Geoff) ---------------------------------------------- r40043 | marclaporte | 2012-03-06 04:10:38 +0100 (Tue 06 Mar 2012) | 1 ligne Remove unused directory. This feature (Tiki backing itself up) was removed a while back. You should use options at http://doc.tiki.org/Backup ---------------------------------------------- r40041 | changi67 | 2012-03-05 19:45:52 +0100 (Mon 05 Mar 2012) | 1 ligne [FIX] Missing pics occurences ---------------------------------------------- r40040 | gezzzan | 2012-03-05 17:29:43 +0100 (Mon 05 Mar 2012) | 1 ligne [DEL] ImgDirectoryRevamp - deleting folders images/, pics/icons, /pics ---------------------------------------------- r40039 | pkdille | 2012-03-04 23:20:49 +0100 (Sun 04 Mar 2012) | 1 ligne Fix query (broken in r40017) ---------------------------------------------- r40037 | changi67 | 2012-03-04 22:52:35 +0100 (Sun 04 Mar 2012) | 1 ligne [FIX] Missing index ---------------------------------------------- r40036 | gezzzan | 2012-03-04 22:44:32 +0100 (Sun 04 Mar 2012) | 1 ligne [FIX] Fixing icon path ---------------------------------------------- r40035 | gezzzan | 2012-03-04 22:22:53 +0100 (Sun 04 Mar 2012) | 1 ligne [MOD] ImgDirectoryRevamp - switching in files from pics/icons to img/icons ---------------------------------------------- r40034 | sylvieg | 2012-03-04 21:34:54 +0100 (Sun 04 Mar 2012) | 1 ligne [ENH]trackerfilter: option to put the label in the dropdown filter ---------------------------------------------- r40032 | changi67 | 2012-03-04 19:17:02 +0100 (Sun 04 Mar 2012) | 1 ligne [ENH] svn properties ---------------------------------------------- r40031 | changi67 | 2012-03-04 19:05:03 +0100 (Sun 04 Mar 2012) | 1 ligne [ENH] dos2unix ---------------------------------------------- r40030 | gezzzan | 2012-03-04 13:55:30 +0100 (Sun 04 Mar 2012) | 1 ligne [MOD] ImgDirectoryRevamp moving pics/icons/mime to img/icons/mime ---------------------------------------------- r40029 | gezzzan | 2012-03-04 12:27:07 +0100 (Sun 04 Mar 2012) | 1 ligne [MOD] ImgDirectoryRevamp - moving icons from /images to /img/icons ---------------------------------------------- r40027 | gezzzan | 2012-03-04 09:26:48 +0100 (Sun 04 Mar 2012) | 1 ligne [MOD] moving img/mytiki to img/icons/large ---------------------------------------------- r40026 | gezzzan | 2012-03-04 08:59:43 +0100 (Sun 04 Mar 2012) | 1 ligne [FIX] re-committing 40022 and 40023 after rollback ---------------------------------------------- r40025 | luciash | 2012-03-04 02:34:52 +0100 (Sun 04 Mar 2012) | 1 ligne [rb40020] img dir revamp: Rollback to r40020 (while keeping the new img dirs and image files as is per r40024 for second attempt) ---------------------------------------------- r40024 | gezzzan | 2012-03-03 23:02:24 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] path fixes due to move of pics/icons to img/icons ---------------------------------------------- r40023 | luciash | 2012-03-03 22:54:26 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] paths to moved icons changed ---------------------------------------------- r40022 | gezzzan | 2012-03-03 22:32:31 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] fixing paths due to move of pics/large to img/icons/large ---------------------------------------------- r40021 | gezzzan | 2012-03-03 22:27:44 +0100 (Sat 03 Mar 2012) | 1 ligne [MOD] moving pics/icons to img/icons ---------------------------------------------- r40020 | gezzzan | 2012-03-03 21:53:08 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] fixing trans.png path ---------------------------------------------- r40019 | gezzzan | 2012-03-03 21:39:25 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] Fixing links due to move from pics/large to img/icons/large ---------------------------------------------- r40018 | gezzzan | 2012-03-03 21:32:34 +0100 (Sat 03 Mar 2012) | 1 ligne [MOD] ImgDirectoryRevamp moving pics/large to img/icons/large ---------------------------------------------- r40011 | gezzzan | 2012-03-03 10:46:25 +0100 (Sat 03 Mar 2012) | 1 ligne [MOD] ImgDirectoryRevamp moving icons from icons/ to img/ ---------------------------------------------- r40009 | gezzzan | 2012-03-03 09:57:34 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] fixing sprite img path ---------------------------------------------- r40008 | gezzzan | 2012-03-03 09:55:45 +0100 (Sat 03 Mar 2012) | 1 ligne [MOD] Moving icons/sprite to img/icons/sprite ---------------------------------------------- r40007 | gezzzan | 2012-03-03 00:48:09 +0100 (Sat 03 Mar 2012) | 1 ligne [DEL] deleting edit (2).gif ---------------------------------------------- r40006 | gezzzan | 2012-03-03 00:39:54 +0100 (Sat 03 Mar 2012) | 1 ligne [MOD] removing img/icons2 from public $secure_dir array as folder has been deleted ---------------------------------------------- r40005 | gezzzan | 2012-03-03 00:36:41 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] fixing paths broken caused by removing img/icons2 folder ---------------------------------------------- r40004 | gezzzan | 2012-03-03 00:33:24 +0100 (Sat 03 Mar 2012) | 1 ligne [DEL] deleting icons2 folder ---------------------------------------------- r40003 | gezzzan | 2012-03-03 00:32:03 +0100 (Sat 03 Mar 2012) | 1 ligne [MOD] ImgDirectoryRevamp - moving icons2 to icons ---------------------------------------------- r40002 | gezzzan | 2012-03-03 00:06:26 +0100 (Sat 03 Mar 2012) | 1 ligne [FIX] fixing icon path ---------------------------------------------- r40001 | gezzzan | 2012-03-03 00:04:49 +0100 (Sat 03 Mar 2012) | 1 ligne [MOD] ImgDirectoryRevamp - removing graph folder and moving content to /img ---------------------------------------------- r40000 | gezzzan | 2012-03-02 23:59:35 +0100 (Fri 02 Mar 2012) | 1 ligne [FIX] image icon fix for View the Map Only ---------------------------------------------- r39999 | gezzzan | 2012-03-02 23:53:19 +0100 (Fri 02 Mar 2012) | 1 ligne [DEL] ImgDirectory revamp - delete directory ---------------------------------------------- r39997 | nkoth | 2012-03-02 19:56:39 +0100 (Fri 02 Mar 2012) | 1 ligne [FIX] Search was crashing when category jail has something ---------------------------------------------- r39996 | arildb | 2012-03-02 17:59:32 +0100 (Fri 02 Mar 2012) | 1 ligne [MOD] InnoDB moved out of experimental phase ---------------------------------------------- r39995 | sylvieg | 2012-03-02 00:04:04 +0100 (Fri 02 Mar 2012) | 1 ligne [ENH]module: be able to put a class surounding the module - because class is onyl for the content ---------------------------------------------- r39992 | sampaioprimo | 2012-03-01 19:49:20 +0100 (Thu 01 Mar 2012) | 1 ligne daily reports: use tiki date and time global format and remove obsolete function makeTime() ---------------------------------------------- r39991 | sampaioprimo | 2012-03-01 19:48:49 +0100 (Thu 01 Mar 2012) | 1 ligne daily reports: move remaining methods from reportslib.php to the new class structure ---------------------------------------------- r39989 | sylvieg | 2012-02-29 16:28:15 +0100 (Wed 29 Feb 2012) | 1 ligne [ENH]wiki: option to add the page name at the top of the page content (useful: when coming from mediawiki) ---------------------------------------------- r39987 | sept_7 | 2012-02-29 14:48:14 +0100 (Wed 29 Feb 2012) | 2 lignes [FIX] Fic security checking in Smarty as reported on trunkdoc.t.o by Marc... ---------------------------------------------- r39984 | nkoth | 2012-02-29 02:33:05 +0100 (Wed 29 Feb 2012) | 1 ligne [FIX] take for example, if active_pref multi-domain is off, then checking of the setting should not happen. ---------------------------------------------- r39981 | robertplummer | 2012-02-28 21:34:17 +0100 (Tue 28 Feb 2012) | 2 lignes [ENH] Added file system support, and changed that to the defualt with storage in the temp folder for keys [NEW] Added the ability to timestamp using json array and rsa encryption, different and more simple from most standards ---------------------------------------------- r39980 | robertplummer | 2012-02-28 19:43:38 +0100 (Tue 28 Feb 2012) | 1 ligne [FIX] Check for 0, 0 != empty ---------------------------------------------- r39979 | robertplummer | 2012-02-28 19:42:55 +0100 (Tue 28 Feb 2012) | 2 lignes [ENH] Added name and bits override [NEW] Added json timestamping and timestamping verification ---------------------------------------------- r39978 | robertplummer | 2012-02-28 19:41:53 +0100 (Tue 28 Feb 2012) | 1 ligne [FIX] Get enrty may not exists if user doesn't authenticate ---------------------------------------------- r39977 | robertplummer | 2012-02-28 19:41:08 +0100 (Tue 28 Feb 2012) | 2 lignes [FIX] Phraser to include last character (like period) if needed [ENH] Added lookup on tracker for auther details for forwardlink ---------------------------------------------- r39974 | sylvieg | 2012-02-27 22:31:08 +0100 (Mon 27 Feb 2012) | 1 ligne [merge/r39973][FIX]parser: when in an html page do not create empty <p> in <p>aaaCRbbb</p> where CR is a carriage return ---------------------------------------------- r39969 | sylvieg | 2012-02-27 20:00:08 +0100 (Mon 27 Feb 2012) | 1 ligne [merge/r39968][FIX]calendar: to have a least a way to control - calendarId, the order of events in the same day + notice ---------------------------------------------- r39966 | changi67 | 2012-02-27 19:38:50 +0100 (Mon 27 Feb 2012) | 2 lignes [FIX] Repare sort on actionID #4148 thx Manuel Schneider ---------------------------------------------- r39965 | changi67 | 2012-02-27 14:28:24 +0100 (Mon 27 Feb 2012) | 1 ligne [ENH] Code quality : http://quality.tiki.org/job/Tikitrunk/406/violations/file/svn/tiki-calendar_edit_item.php/ ---------------------------------------------- r39964 | changi67 | 2012-02-27 13:40:04 +0100 (Mon 27 Feb 2012) | 1 ligne [ENH] 2012 + svn properties ---------------------------------------------- r39962 | sept_7 | 2012-02-27 09:22:08 +0100 (Mon 27 Feb 2012) | 2 lignes [FIX] Fix what I think is a typo... ---------------------------------------------- r39961 | sept_7 | 2012-02-27 09:21:39 +0100 (Mon 27 Feb 2012) | 2 lignes [FIX] Notices ---------------------------------------------- r39960 | sept_7 | 2012-02-27 09:20:41 +0100 (Mon 27 Feb 2012) | 2 lignes [FIX] Fix calling convention... ---------------------------------------------- r39959 | sept_7 | 2012-02-27 09:17:40 +0100 (Mon 27 Feb 2012) | 3 lignes [FIX] Fix declaration and usage of smarty modifier/block/function. This fix issues reported by torsten on tiki-admin_modules.php ---------------------------------------------- r39958 | sylvieg | 2012-02-26 21:52:24 +0100 (Sun 26 Feb 2012) | 1 ligne [ENH]NOW: to display the courant date ---------------------------------------------- r39957 | sylvieg | 2012-02-26 20:46:39 +0100 (Sun 26 Feb 2012) | 1 ligne [ENH]articles: some more classes around author... + a class article0, article1 to have different render depening of the position ---------------------------------------------- r39955 | sylvieg | 2012-02-26 14:23:22 +0100 (Sun 26 Feb 2012) | 1 ligne [merge/r39954][FIX]newsletters: checkbox html to be able to send html: TODO use ajax for clip now to memorize all the checkboxes ---------------------------------------------- r39953 | sylvieg | 2012-02-25 22:46:50 +0100 (Sat 25 Feb 2012) | 1 ligne [merge/r39952]FIX]menu: export the canonical name not the long url ---------------------------------------------- r39951 | sylvieg | 2012-02-25 22:04:39 +0100 (Sat 25 Feb 2012) | 1 ligne [ENH]calendar: translate calendar name ---------------------------------------------- r39949 | sylvieg | 2012-02-25 21:38:26 +0100 (Sat 25 Feb 2012) | 1 ligne [FIX]fgal: accept wmv ---------------------------------------------- r39948 | jonnybradley | 2012-02-25 13:18:12 +0100 (Sat 25 Feb 2012) | 1 ligne [FIX] trackers: Add load function for tracker replace dialog to initialise the category tree (thanks Geoff) ---------------------------------------------- r39947 | jonnybradley | 2012-02-24 21:47:50 +0100 (Fri 24 Feb 2012) | 1 ligne [NEW] trust_input: Add a new pref to allow (or disallow) the tiki_p_trust_input Tiki-wide to increase security. Defaults to n for safety. ---------------------------------------------- r39946 | jonnybradley | 2012-02-24 21:07:13 +0100 (Fri 24 Feb 2012) | 2 lignes [ENH] structure admin: Drag and drop interface for structure management, part two. Page layout improvements and draggable list of pages for adding new ones (always adds to the end of the structure so far - fix needed in nestedSortable i think). ---------------------------------------------- r39945 | jonnybradley | 2012-02-24 19:59:23 +0100 (Fri 24 Feb 2012) | 1 ligne [FIX] HTMLPurifier: Fix occasional lack of config (resulting in the wrong cache directory being used) ---------------------------------------------- r39944 | jonnybradley | 2012-02-24 19:56:58 +0100 (Fri 24 Feb 2012) | 1 ligne [CSS] jqui: Add roundy corners to all inputs (and tidy up a bit) ---------------------------------------------- r39943 | jonnybradley | 2012-02-24 19:47:36 +0100 (Fri 24 Feb 2012) | 1 ligne [merge/r39942][FIX] forums: Add anchor #comments to scroll to errors if needed (although it doesn't seem to work in trunk, not sure why) ---------------------------------------------- r39940 | jonnybradley | 2012-02-24 19:09:39 +0100 (Fri 24 Feb 2012) | 1 ligne [FIX] comments/forums: Record error from "prevent flooding" correctly, which restores the feature (thanks Xavi) ---------------------------------------------- r39939 | jonnybradley | 2012-02-24 18:56:11 +0100 (Fri 24 Feb 2012) | 1 ligne [FIX] comments/forums: Don't render empty forum_actions div ---------------------------------------------- r39936 | jonnybradley | 2012-02-24 17:53:55 +0100 (Fri 24 Feb 2012) | 1 ligne [FIX] Clean user input before unserializing (thanks EgiX) ---------------------------------------------- r39935 | marclaporte | 2012-02-24 09:02:40 +0100 (Fri 24 Feb 2012) | 1 ligne Forums: We have threaded comments by default, so quoting is not that important. Thus, off by default. ---------------------------------------------- r39933 | sylvieg | 2012-02-24 00:00:41 +0100 (Fri 24 Feb 2012) | 1 ligne [merge/r39932]FIX]actionlog: to be able to export big log: TODO: rewrite the feature ---------------------------------------------- r39931 | robertplummer | 2012-02-23 21:21:14 +0100 (Thu 23 Feb 2012) | 1 ligne [ENH] Changed size of sheet to that of jQuery.sheet's size, 5 columns looks a bit better ---------------------------------------------- r39930 | robertplummer | 2012-02-23 21:18:51 +0100 (Thu 23 Feb 2012) | 2 lignes [FIX] Some structure fixes so return is a bit more clear [FIX] Size of sheet as it changes through time to reflect changes rather than an auto generated size every time ---------------------------------------------- r39929 | robertplummer | 2012-02-23 20:24:05 +0100 (Thu 23 Feb 2012) | 1 ligne [NEW] Added of a security certificate generator (right now stores in file gal), encrypter and decrypter wrapper (phpseclib) ---------------------------------------------- r39928 | robertplummer | 2012-02-23 20:22:28 +0100 (Thu 23 Feb 2012) | 1 ligne [NEW] Adding of phpseclib, a great lib to encrypt and decrypt things ---------------------------------------------- r39927 | sampaioprimo | 2012-02-23 17:57:44 +0100 (Thu 23 Feb 2012) | 1 ligne merge Hebrew translations from 6.x to trunk (at Bernard's request) ---------------------------------------------- r39926 | jonnybradley | 2012-02-23 17:56:46 +0100 (Thu 23 Feb 2012) | 1 ligne [REF] structures: Remove dead code ---------------------------------------------- r39921 | jonnybradley | 2012-02-23 17:26:07 +0100 (Thu 23 Feb 2012) | 1 ligne [FIX] structures: Changes for new dev version of jquery.mjs.nestedSortable.js ---------------------------------------------- r39919 | jonnybradley | 2012-02-23 14:01:27 +0100 (Thu 23 Feb 2012) | 1 ligne [FIX] query: Use sefurl if enabled when building queries using the smarty function ---------------------------------------------- r39918 | jonnybradley | 2012-02-23 13:34:38 +0100 (Thu 23 Feb 2012) | 2 lignes [ENH] structure admin: Drag and drop interface for structure management, part one. New "admin" mode for {toc} plugin (currently only working on tiki-edit_structure. New wiki service to save the structure via AJAX (thanks again Xavi) ---------------------------------------------- r39916 | jonnybradley | 2012-02-23 13:20:53 +0100 (Thu 23 Feb 2012) | 1 ligne [FIX] trackers: Fix for trackerlist not filtering by status and view=user. getSqlStatus needs to be called fist to ensure $mid & $bindvars get set up properly, whether $skip_status_perm_check or not (whatever that is). Thanks Xavi! ---------------------------------------------- r39915 | sylvieg | 2012-02-23 00:17:17 +0100 (Thu 23 Feb 2012) | 1 ligne [merge/r39914][FIX]login: patial fix not to come back on login page after login ---------------------------------------------- r39913 | chealer | 2012-02-22 23:48:52 +0100 (Wed 22 Feb 2012) | 1 ligne [ENH] Admin menus: change menu creation and modification CSRF protection mechanism from check_authenticity() to check_ticket() ---------------------------------------------- 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] Tags 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] Tags 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] Tags 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] Tags 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] Tags 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] Tags: 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 Tags 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 "Tags editor", freetags_current's is "Wiki Tags". freetags_current gets title "Tags". 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 ---------------------------------------------- r15470 | nyloth | 2008-11-02 09:35:12 -0500 (Sun, 02 Nov 2008) | 1 line [ENH] tikinewt: put sitesearch bar in one line instead of two. Feel free to rollback if you really prefer to display it on two lines. ---------------------------------------------- r15469 | nyloth | 2008-11-02 09:19:24 -0500 (Sun, 02 Nov 2008) | 1 line [ENH] tikinewt: explicitely specify font-family for html inputs ---------------------------------------------- r15468 | nyloth | 2008-11-02 06:41:21 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] tikinewt: items of menu are using full width to have an highlight of the same width for all items on mouseover ---------------------------------------------- r15467 | pkdille | 2008-11-02 02:52:55 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] tiki-admin: change section "More links" in remarksbox ---------------------------------------------- r15466 | nyloth | 2008-11-01 21:39:11 -0400 (Sat, 01 Nov 2008) | 1 line [MOD] tikineat and tikinewt themes: remove support of .button2 and .button3 + better style for .button and input buttons + try to have a better font size in tikinewt (especially in input texts) + add some spacing under navbar and find ---------------------------------------------- r15465 | nyloth | 2008-11-01 21:35:52 -0400 (Sat, 01 Nov 2008) | 1 line [FIX] wiki edit template: add check for feature_template_zoom ---------------------------------------------- r15464 | nyloth | 2008-11-01 21:34:48 -0400 (Sat, 01 Nov 2008) | 1 line [MOD] smarty textarea block: do not support _wikiparsed option anymore + handle zoom feature ---------------------------------------------- r15463 | nyloth | 2008-11-01 21:32:43 -0400 (Sat, 01 Nov 2008) | 1 line [FIX] smarty find: fix typo ---------------------------------------------- r15462 | pkdille | 2008-11-01 19:21:17 -0400 (Sat, 01 Nov 2008) | 1 line [FIX] structures item in application memu/wiki: no spaces are allowed between 2 features ---------------------------------------------- r15461 | pkdille | 2008-11-01 16:38:24 -0400 (Sat, 01 Nov 2008) | 1 line [MOD] buttons: deploy button smarty plugin to some templates ---------------------------------------------- r15460 | pkdille | 2008-11-01 13:01:30 -0400 (Sat, 01 Nov 2008) | 1 line [MOD] buttons: deploy button smarty plugin to some templates ---------------------------------------------- r15459 | pkdille | 2008-11-01 09:24:02 -0400 (Sat, 01 Nov 2008) | 1 line [MOD] theme control: deploy smarty plugin to some templates ---------------------------------------------- r15458 | pkdille | 2008-11-01 09:10:53 -0400 (Sat, 01 Nov 2008) | 1 line [MOD] titles: deploy smarty plugin to some templates ---------------------------------------------- r15456 | pkdille | 2008-10-31 19:46:44 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] admin templates: deploy button smarty plugin ---------------------------------------------- r15455 | pkdille | 2008-10-31 19:07:39 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] admin templates: deploy button smarty plugin ---------------------------------------------- r15454 | pkdille | 2008-10-31 17:49:26 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] admin templates: deploy button smarty plugin ---------------------------------------------- r15453 | pkdille | 2008-10-31 16:59:48 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] admin templates: deploy button smarty plugin ---------------------------------------------- r15452 | pkdille | 2008-10-31 16:06:11 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] admin templates: deploy button smarty plugin ---------------------------------------------- r15451 | sylvieg | 2008-10-31 14:47:21 -0400 (Fri, 31 Oct 2008) | 1 line [FIX]button in error ---------------------------------------------- r15450 | sylvieg | 2008-10-31 14:12:06 -0400 (Fri, 31 Oct 2008) | 1 line [FIX]admin: when you want to allow shadowbox, you have to set first on mootools - IMHO the message is enough - otherwise needs some ajax to do that ---------------------------------------------- r15448 | nyloth | 2008-10-31 13:38:23 -0400 (Fri, 31 Oct 2008) | 2 lines [MOD] surveys: use smarty textarea instead of a simple textarea tag ---------------------------------------------- r15447 | nyloth | 2008-10-31 13:38:11 -0400 (Fri, 31 Oct 2008) | 2 lines [NEW] new textarea smarty plugin, that will be able, for example, to handle quicktags everywhere ---------------------------------------------- r15446 | nyloth | 2008-10-31 13:37:47 -0400 (Fri, 31 Oct 2008) | 5 lines [ENH] quicktags: various enhencements: * Now handle every features dynamically, not only a list of hard-coded features * WYSIWYCA: only display quicktags of enabled features (+same for filter and category list) * do not display the filter and the choice of category if there is only one ---------------------------------------------- r15445 | nyloth | 2008-10-31 13:37:13 -0400 (Fri, 31 Oct 2008) | 2 lines [MOD] quicktags: the link to "admin quicktags" now goes to the list already filtered on the section of the textarea (wiki page, blog, ...) ---------------------------------------------- r15444 | nyloth | 2008-10-31 13:36:56 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] quicktags: just a newline for better display ---------------------------------------------- r15443 | nyloth | 2008-10-31 13:34:45 -0400 (Fri, 31 Oct 2008) | 2 lines [NEW] modules: new 'month_links' module that lists a certain number of months starting at the current one. Each month is a link to a feature (currently blogs or articles) list of items (this allows to display articles of one particular month, same for blogs, etc.) ---------------------------------------------- r15442 | nyloth | 2008-10-31 13:32:13 -0400 (Fri, 31 Oct 2008) | 2 lines [MOD] quicktags: change API to be able to list quicktags for more than one category ---------------------------------------------- r15441 | nyloth | 2008-10-31 13:31:58 -0400 (Fri, 31 Oct 2008) | 2 lines [FIX] surveys: define $section ---------------------------------------------- r15440 | nyloth | 2008-10-31 13:31:43 -0400 (Fri, 31 Oct 2008) | 2 lines [MOD] articles: change list_articles() API to handle $date_min and $date_max params, in order to get articles between two dates (timestamps) ---------------------------------------------- r15439 | nyloth | 2008-10-31 13:30:37 -0400 (Fri, 31 Oct 2008) | 2 lines [MOD] blogs: change list_blog_posts() API to handle $date_min and $date_max params, in order to get articles between two dates (timestamps) ---------------------------------------------- r15438 | nyloth | 2008-10-31 13:30:10 -0400 (Fri, 31 Oct 2008) | 2 lines [ENH] sections definition: add newsletters + complete some infos ---------------------------------------------- r15437 | pkdille | 2008-10-31 13:17:13 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] titles: deploy smarty plugin templates to some templates ---------------------------------------------- r15436 | lphuberdeau | 2008-10-31 13:12:18 -0400 (Fri, 31 Oct 2008) | 1 line [ENH] Make inexpensive check to avoid full sanitization on harmless values ---------------------------------------------- r15435 | pkdille | 2008-10-31 12:58:10 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] titles: deploy smarty plugin templates to some templates ---------------------------------------------- r15433 | sylvieg | 2008-10-31 11:03:51 -0400 (Fri, 31 Oct 2008) | 1 line [FIX]wiki cache: build the cache only if the page is cached ---------------------------------------------- r15432 | sept_7 | 2008-10-31 10:52:54 -0400 (Fri, 31 Oct 2008) | 2 lines [FIX] fix input validation <input /> and remove useless unbalanced <td>... ---------------------------------------------- r15431 | gillesm | 2008-10-31 10:43:14 -0400 (Fri, 31 Oct 2008) | 2 lines [FIX] again <TD> problem ---------------------------------------------- r15430 | sylvieg | 2008-10-31 10:36:41 -0400 (Fri, 31 Oct 2008) | 1 line oops -sorry ---------------------------------------------- r15429 | gillesm | 2008-10-31 10:35:51 -0400 (Fri, 31 Oct 2008) | 2 lines [FIX] <td> become </td> ---------------------------------------------- r15428 | sept_7 | 2008-10-31 09:46:57 -0400 (Fri, 31 Oct 2008) | 2 lines [FIX] fix confirmation with ajax... ---------------------------------------------- r15427 | sylvieg | 2008-10-31 09:42:32 -0400 (Fri, 31 Oct 2008) | 1 line [FIX]duration: better to see 1mn instead of 60 secs ---------------------------------------------- r15426 | sylvieg | 2008-10-31 09:39:18 -0400 (Fri, 31 Oct 2008) | 1 line [fix]rss modules: fix the duration not always showing+selflink+pagination ---------------------------------------------- r15425 | pkdille | 2008-10-31 09:20:07 -0400 (Fri, 31 Oct 2008) | 1 line [MOD] one more button ---------------------------------------------- r15424 | sept_7 | 2008-10-31 09:03:16 -0400 (Fri, 31 Oct 2008) | 2 lines [FIX] now it works even with ajax... ---------------------------------------------- r15423 | pkdille | 2008-10-31 08:51:53 -0400 (Fri, 31 Oct 2008) | 1 line [FIX] notepad: deleting a note should ask for confirmation ---------------------------------------------- r15422 | sept_7 | 2008-10-31 08:46:55 -0400 (Fri, 31 Oct 2008) | 2 lines [FIX] typo... _onclick, not onclick :( ---------------------------------------------- r15421 | sylvieg | 2008-10-31 08:22:35 -0400 (Fri, 31 Oct 2008) | 1 line [FIX]menupage: use the wiki cache when exists ---------------------------------------------- r15420 | sept_7 | 2008-10-31 06:13:44 -0400 (Fri, 31 Oct 2008) | 2 lines [ENH] button in confirmation box... ---------------------------------------------- r15419 | gillesm | 2008-10-30 21:31:17 -0400 (Thu, 30 Oct 2008) | 2 lines [NEW] All the users displayed to be checked for alert in Trackers,Calendars and File Galeries. ---------------------------------------------- r15418 | sylvieg | 2008-10-30 18:56:39 -0400 (Thu, 30 Oct 2008) | 1 line [FIX]menupage: save some queries by using the cache ---------------------------------------------- r15417 | pkdille | 2008-10-30 18:25:03 -0400 (Thu, 30 Oct 2008) | 1 line [MOD] button smarty plugin: deploy to some templates ---------------------------------------------- r15416 | pkdille | 2008-10-30 18:06:27 -0400 (Thu, 30 Oct 2008) | 1 line [MOD] button smarty plugin: deploy to some templates ---------------------------------------------- r15415 | pkdille | 2008-10-30 17:47:07 -0400 (Thu, 30 Oct 2008) | 1 line [MOD] button smarty plugin: deploy to some templates ---------------------------------------------- r15414 | pkdille | 2008-10-30 17:31:38 -0400 (Thu, 30 Oct 2008) | 1 line [MOD] button smarty plugin: deploy to some templates ---------------------------------------------- r15411 | sylvieg | 2008-10-30 10:53:54 -0400 (Thu, 30 Oct 2008) | 1 line index ---------------------------------------------- r15410 | sylvieg | 2008-10-30 10:52:15 -0400 (Thu, 30 Oct 2008) | 1 line [FIX]tracker: query optimization - do not filter on status if all the status + do not test on categ=0 ---------------------------------------------- r15409 | sylvieg | 2008-10-30 09:23:01 -0400 (Thu, 30 Oct 2008) | 1 line [MOD]debug: do not show ? for server_load when not available + do not show gzip - it is not a stat ---------------------------------------------- r15408 | sylvieg | 2008-10-30 09:21:02 -0400 (Thu, 30 Oct 2008) | 1 line [FIX]magic: if feature not on, do not init and save 1MB ---------------------------------------------- r15402 | pkdille | 2008-10-29 18:18:21 -0400 (Wed, 29 Oct 2008) | 1 line [MOD] button smarty plugin: deploy to some templates ---------------------------------------------- r15401 | pkdille | 2008-10-29 17:26:28 -0400 (Wed, 29 Oct 2008) | 1 line [MOD] button smarty plugin: deploy to some templates ---------------------------------------------- r15400 | pkdille | 2008-10-29 16:44:18 -0400 (Wed, 29 Oct 2008) | 1 line [MOD] button smarty plugin: deploy to some templates ---------------------------------------------- r15399 | sylvieg | 2008-10-29 16:25:44 -0400 (Wed, 29 Oct 2008) | 1 line [TEST] This is a test ---------------------------------------------- r15398 | sylvieg | 2008-10-29 16:05:40 -0400 (Wed, 29 Oct 2008) | 1 line index ---------------------------------------------- r15397 | lphuberdeau | 2008-10-29 13:41:49 -0400 (Wed, 29 Oct 2008) | 1 line [ENH] Remove plugin and section edit icons in page history ---------------------------------------------- r15395 | sylvieg | 2008-10-29 12:58:18 -0400 (Wed, 29 Oct 2008) | 1 line [FIX]tracker: allow to import field with reserved name like itemId ---------------------------------------------- r15394 | lphuberdeau | 2008-10-29 12:43:03 -0400 (Wed, 29 Oct 2008) | 1 line [FIX] Correct color conversion ---------------------------------------------- r15392 | sylvieg | 2008-10-29 11:27:52 -0400 (Wed, 29 Oct 2008) | 1 line [FIX]trackerfilter: better handling of error ---------------------------------------------- r15391 | sylvieg | 2008-10-29 09:59:35 -0400 (Wed, 29 Oct 2008) | 1 line {tr} ---------------------------------------------- r15390 | lphuberdeau | 2008-10-29 09:43:44 -0400 (Wed, 29 Oct 2008) | 1 line [FIX] Forgot to update tiki.sql last time ---------------------------------------------- r15389 | sylvieg | 2008-10-29 09:40:35 -0400 (Wed, 29 Oct 2008) | 1 line [MOD]tracker: some more code deduplication ---------------------------------------------- r15388 | lphuberdeau | 2008-10-29 09:37:17 -0400 (Wed, 29 Oct 2008) | 1 line [FIX] Correct naming convention ---------------------------------------------- r15386 | ricks99 | 2008-10-29 08:17:45 -0400 (Wed, 29 Oct 2008) | 1 line [FIX]using plugin helper INSERT link no longer triggers lost edit protection for IE ---------------------------------------------- r15385 | marclaporte | 2008-10-29 05:32:50 -0400 (Wed, 29 Oct 2008) | 1 line [FIX] Typos ---------------------------------------------- r15384 | pkdille | 2008-10-29 02:15:57 -0400 (Wed, 29 Oct 2008) | 1 line [MOD] button: deploy button smarty plugin to some templates ---------------------------------------------- r15383 | pkdille | 2008-10-29 01:56:04 -0400 (Wed, 29 Oct 2008) | 1 line [MOD] button: deploy button smarty plugin to some templates ---------------------------------------------- r15382 | nyloth | 2008-10-28 19:53:27 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] typos in french language file... ---------------------------------------------- r15381 | gillesm | 2008-10-28 19:29:06 -0400 (Tue, 28 Oct 2008) | 2 lines [NEW] Implementation of alert in tracker (need to be tested) ---------------------------------------------- r15380 | nyloth | 2008-10-28 19:01:52 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] fix last french translations. BPB for gillesm... ---------------------------------------------- r15379 | nyloth | 2008-10-28 18:44:48 -0400 (Tue, 28 Oct 2008) | 1 line [MOD] filegals: deploy smarty 'button' and 'remarksbox' ---------------------------------------------- r15378 | nyloth | 2008-10-28 18:43:01 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] surveys lib: remove useless comment ---------------------------------------------- r15377 | nyloth | 2008-10-28 18:42:11 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] smarty title: do not specify smarty as global since it is given through the function params ---------------------------------------------- r15376 | nyloth | 2008-10-28 18:40:17 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] smarty button: fix param cleaning position that was destroying too much params... ---------------------------------------------- r15375 | nyloth | 2008-10-28 18:38:08 -0400 (Tue, 28 Oct 2008) | 1 line [ENH] smarty query: merge GET and POST only once by page + auto handle special URL argument 'filegals_manager'. ---------------------------------------------- r15374 | sylvieg | 2008-10-28 18:18:03 -0400 (Tue, 28 Oct 2008) | 1 line syntax ---------------------------------------------- r15373 | pkdille | 2008-10-28 16:42:49 -0400 (Tue, 28 Oct 2008) | 1 line [MOD] messages: deploy smarty plugin to template ---------------------------------------------- r15368 | rischconsulting | 2008-10-28 15:13:12 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] scoping issue with "url" parameter caused pagination failure in ajax ---------------------------------------------- r15366 | pkdille | 2008-10-28 13:36:39 -0400 (Tue, 28 Oct 2008) | 1 line [MOD] deploy smarty template button to some templates ---------------------------------------------- r15365 | nyloth | 2008-10-28 13:35:31 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] smarty button: fix comment + new param '_auto_args' which is a comma separated list of URL arguments to keep from _REQUEST (like auto_query_args used in smarty query). ---------------------------------------------- r15364 | nyloth | 2008-10-28 13:32:12 -0400 (Tue, 28 Oct 2008) | 1 line [ENH] smarty self_link: handle 'on...' html attributes (by using '_on...' param) + fix anchors links ---------------------------------------------- r15363 | sylvieg | 2008-10-28 13:29:55 -0400 (Tue, 28 Oct 2008) | 1 line [FIX]userlevel: fix userlevels: this prefs is never set in database, so never in modified ---------------------------------------------- r15362 | nyloth | 2008-10-28 13:29:35 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] smarty query: correctly handle anchors links ---------------------------------------------- r15360 | pkdille | 2008-10-28 12:15:08 -0400 (Tue, 28 Oct 2008) | 1 line [MOD] admin templates: deploy button smarty plugin ---------------------------------------------- r15358 | pkdille | 2008-10-28 11:23:24 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] file gals: fix create filegal function (introduced in revision 15349) ---------------------------------------------- r15357 | lphuberdeau | 2008-10-28 10:28:50 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] Normal should be P (as default) and not DIV. Also remove slow create_function() ---------------------------------------------- r15356 | lphuberdeau | 2008-10-28 10:18:56 -0400 (Tue, 28 Oct 2008) | 1 line [ENH] Make table borders visible in WYSIWYG ---------------------------------------------- r15355 | lphuberdeau | 2008-10-28 10:10:13 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] Support for color conversion and sub/superscript ---------------------------------------------- r15354 | lphuberdeau | 2008-10-28 09:33:13 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] Strikethrough conversion and space strip ---------------------------------------------- r15353 | gillesm | 2008-10-28 08:26:55 -0400 (Tue, 28 Oct 2008) | 3 lines [ENH] Preparation for the alert for group on Calendar, Tracker and FileGal. The admin will be able to deside if each users will be displayed to select if they will receivean alert email or if the alert email will be sent for the whole group without confirmation. ---------------------------------------------- r15352 | rischconsulting | 2008-10-28 08:21:31 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] Set thirdLevelId, refactor, and set third level style to match second. New third level style needed at some point. ---------------------------------------------- r15351 | gillesm | 2008-10-28 06:15:18 -0400 (Tue, 28 Oct 2008) | 2 lines [FIX] calendar use now the groupforalert table ---------------------------------------------- r15350 | nyloth | 2008-10-28 06:09:22 -0400 (Tue, 28 Oct 2008) | 1 line [FIX] oops - wrong table for new columns in tiki.sql ---------------------------------------------- r15349 | gillesm | 2008-10-28 05:55:50 -0400 (Tue, 28 Oct 2008) | 3 lines [FIX] file Gallery use groupforalert table ---------------------------------------------- r15348 | gillesm | 2008-10-28 05:29:37 -0400 (Tue, 28 Oct 2008) | 3 lines [NEW] groupalertlib implementation ---------------------------------------------- r15347 | gillesm | 2008-10-28 05:28:43 -0400 (Tue, 28 Oct 2008) | 3 lines [FIX] Use of a table for groupforalert, implementation in trackers ---------------------------------------------- r15346 | nyloth | 2008-10-27 21:19:27 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] darkroom theme: little changes to have a better display for filegal browse. Feel free to enhance. ---------------------------------------------- r15345 | nyloth | 2008-10-27 21:11:01 -0400 (Mon, 27 Oct 2008) | 2 lines [FIX] filegal browse: fix tikineat and tikinewt contextual menu text alignement and action icon position ---------------------------------------------- r15344 | nyloth | 2008-10-27 20:37:07 -0400 (Mon, 27 Oct 2008) | 3 lines [FIX] tikinewt theme: make filegal 'browse' mode behave as expected at least for FF3 (no IE to test yet) [MOD] tikinewt theme: remove styles for old buttons classes ---------------------------------------------- r15343 | nyloth | 2008-10-27 20:01:20 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] surveys: show the new values (instead of old ones) after editing and saving new name or description of a survey. ---------------------------------------------- r15342 | nyloth | 2008-10-27 19:48:40 -0400 (Mon, 27 Oct 2008) | 13 lines [ENH] surveys: * new question type 'Multiple choices of thumbnails from a file gallery' ('g') to be able to make a multiple choice question using thumbnails from a file gallery (e.g. for voting the best 3 images of a gallery, ...), * new checkbox to specify if a question is mandatory, * new params to specify, for multiple choices questions, the minimum and maximum number of required answers (+ error message when needed), * fix bad vote check and reset votes values after question edit for options of type 'text', * deploy auto_query_args + smarty self_link / button / icon, * remove useless comments in some places, * remove some redondancy in some templates titles/subtitles, * avoid useless tests on $questions[ix].type value in 'tiki-take_survey.tpl', * new 'Create New Survey' button in 'tiki-list_surveys.tpl' navbar, * use famfamfam icons instead of old ones in 'tiki-list_surveys.tpl', * translate of 'Vote' string in 'tiki-survey_stats_survey.tpl' ---------------------------------------------- r15341 | nyloth | 2008-10-27 19:47:29 -0400 (Mon, 27 Oct 2008) | 2 lines [NEW] smarty fgal_browse function: Display the content of a file gallery in browse mode (i.e. with thumbnails) ---------------------------------------------- r15340 | nyloth | 2008-10-27 19:47:08 -0400 (Mon, 27 Oct 2008) | 2 lines [NEW] smarty thumb function: Display a thumbnail of a file/image (from a file gallery) ---------------------------------------------- r15339 | nyloth | 2008-10-27 19:46:51 -0400 (Mon, 27 Oct 2008) | 2 lines [NEW] smarty fileinfo function: Display one info/property of a file (from a file gallery) ---------------------------------------------- r15338 | nyloth | 2008-10-27 19:46:30 -0400 (Mon, 27 Oct 2008) | 13 lines [ENH] file gallery browse / thumbnail mode: * add the 'thumbnailcontenerchecked' CSS class to div with ID 'thumbnailcontener' when clicking on the select checkbox of a filegal thumbnail (this is, for example, used in tikineat theme to set a different background to selected thumbnails), * force a css 'margin-bottom:4px' to thumbimagecontener div when there is no info shown, to put the checkbox inside the thumbnail contener, * display overbox infos popup when shadowbox even if feature is disabled, * new smarty conditions in 'browse_file_gallery.tpl': ~ $show_infos to display/hide all infos, ~ $show_selectall to display/hide the 'select all' checkbox, ~ $subgal_checkbox_name to specify a different value for the 'name' HTML attribute of subgals checkboxes (default = 'subgal'), ~ $file_checkbox_name (same as above for files, default = 'file'), ~ $checkbox_label to display a text label after the select checkbox of each thumbnails, * fix a DIV closing tag problem in 'browse_file_gallery.tpl', * use smarty 'select_all' function ---------------------------------------------- r15337 | nyloth | 2008-10-27 19:45:49 -0400 (Mon, 27 Oct 2008) | 2 lines [NEW] smarty select_all function: Display a checkbox that allows users with javascript to select multiple checkboxes in one click ---------------------------------------------- r15336 | nyloth | 2008-10-27 19:45:27 -0400 (Mon, 27 Oct 2008) | 2 lines [ENH] smarty icon function: add a session cache for each set of params ---------------------------------------------- r15335 | nyloth | 2008-10-27 19:45:09 -0400 (Mon, 27 Oct 2008) | 2 lines [FIX] tikilib get_file function: return all fields, not just some of them ---------------------------------------------- r15334 | nyloth | 2008-10-27 19:44:53 -0400 (Mon, 27 Oct 2008) | 2 lines [FIX] smarty query function: do not add a '?' after the script name when there is no query arguments ---------------------------------------------- r15333 | nyloth | 2008-10-27 19:44:35 -0400 (Mon, 27 Oct 2008) | 2 lines [FIX] smarty button: just some reindentation ---------------------------------------------- r15332 | sylvieg | 2008-10-27 18:43:06 -0400 (Mon, 27 Oct 2008) | 1 line strange code + tabs ---------------------------------------------- r15331 | sylvieg | 2008-10-27 18:28:21 -0400 (Mon, 27 Oct 2008) | 1 line [FIX]tracker: to effectively have all the tracker items ---------------------------------------------- r15330 | sylvieg | 2008-10-27 18:24:59 -0400 (Mon, 27 Oct 2008) | 1 line [FIX]menu: to have tiki-index.php highlight in the menu ---------------------------------------------- r15329 | pkdille | 2008-10-27 17:29:35 -0400 (Mon, 27 Oct 2008) | 1 line [MOD] user watches: translated strings ---------------------------------------------- r15328 | sylvieg | 2008-10-27 16:58:12 -0400 (Mon, 27 Oct 2008) | 1 line [FIX]fgal: do not compute all_galleries and build the tree if explorer is off ---------------------------------------------- r15326 | lphuberdeau | 2008-10-27 14:49:23 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] Roundtrip conversion for center and superscript in wysiwyg ---------------------------------------------- r15325 | sylvieg | 2008-10-27 14:08:28 -0400 (Mon, 27 Oct 2008) | 1 line [FIX]smarty: strtolower in if and status icons dirs security setting ---------------------------------------------- r15324 | Jyhem | 2008-10-27 13:50:02 -0400 (Mon, 27 Oct 2008) | 1 line [ENH] Capitalisation ---------------------------------------------- r15323 | lphuberdeau | 2008-10-27 13:25:51 -0400 (Mon, 27 Oct 2008) | 1 line [ENH] Remove attributes from title elements because fck keeps changing the order, they are not relevant in the diff ---------------------------------------------- r15322 | lphuberdeau | 2008-10-27 12:58:10 -0400 (Mon, 27 Oct 2008) | 1 line [INDENT] No changes ---------------------------------------------- r15321 | lphuberdeau | 2008-10-27 12:44:24 -0400 (Mon, 27 Oct 2008) | 1 line [ENH] Keeing HTML-state of the page in history, improves diff performance when switching from wysiwyg to wiki, also fix inconsistency allowing a wysiwyg page not to be considered as html ---------------------------------------------- r15320 | lphuberdeau | 2008-10-27 12:26:20 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] Oops.. uncommited file on my side, sorry ---------------------------------------------- r15319 | lphuberdeau | 2008-10-27 12:24:09 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] Patch already existed ---------------------------------------------- r15318 | lphuberdeau | 2008-10-27 10:42:00 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] Conversion from WYSIWYG to Wiki of multilevel lists added undesired blank lines ---------------------------------------------- r15317 | gillesm | 2008-10-27 10:39:39 -0400 (Mon, 27 Oct 2008) | 3 lines [NEW] modification of tables, I will change this point later but you need to have feature working ---------------------------------------------- r15316 | lphuberdeau | 2008-10-27 10:22:15 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] Killed a prenthesis accidentally in last commit ---------------------------------------------- r15315 | lphuberdeau | 2008-10-27 10:21:06 -0400 (Mon, 27 Oct 2008) | 1 line [INDENT] No changes ---------------------------------------------- r15314 | lphuberdeau | 2008-10-27 09:57:46 -0400 (Mon, 27 Oct 2008) | 1 line [FIX] Heading level does not always start at h2 ---------------------------------------------- r15313 | gillesm | 2008-10-27 08:58:18 -0400 (Mon, 27 Oct 2008) | 2 lines [NEW] Preparation of Group to alert by mail in Calendar ---------------------------------------------- r15312 | gillesm | 2008-10-27 08:22:19 -0400 (Mon, 27 Oct 2008) | 2 lines [NEW] file gallery has a preferred group to allow to alert by Mail users of this group. The feature is not added yet but ready to be set. ---------------------------------------------- r15309 | bitey | 2008-10-26 21:48:43 -0400 (Sun, 26 Oct 2008) | 3 lines [FIX] srsly? What was the point of that commit? 1. I told you how to fix that weeks ago, and presumed you had. 2. It wasn't actually causing a problem; just throwing up a bunch of notices. ---------------------------------------------- r15308 | sylvieg | 2008-10-26 20:17:52 -0400 (Sun, 26 Oct 2008) | 1 line tired about not working feature.. ---------------------------------------------- r15307 | bitey | 2008-10-26 18:53:12 -0400 (Sun, 26 Oct 2008) | 5 lines [FIX] No touchy. If it doesn't seem to work, find the underlying cause; don't hack at it until it goes. admin_bar wasn't setting values, as $feature was a non-null value; but it also wasn't the actual feature value; so its feature chain was empty; so as far as the part which was loading features was concerned, there were no features [1]. The duplicate setting of values in the main magic file seemed to work; but mostly because it was overwriting the empty values [from 1] with the actual values. Don't touch this unless you understand the effects of the changes you are making. It makes me angry when I have to fix things. It is not good when I am angry. ---------------------------------------------- r15306 | sylvieg | 2008-10-26 18:39:33 -0400 (Sun, 26 Oct 2008) | 1 line minor display improvement ---------------------------------------------- r15304 | pkdille | 2008-10-26 17:07:06 -0400 (Sun, 26 Oct 2008) | 1 line [FIX] wikiwords: to have some wikiwords links, we need feature_wikiwords and feature_wiki (bug 1839) ---------------------------------------------- r15303 | rischconsulting | 2008-10-26 17:07:04 -0400 (Sun, 26 Oct 2008) | 1 line [ENH] First crack at a third level magic menu. I suspect it should be optional, but I have no idea how to make that happen. ---------------------------------------------- r15302 | rischconsulting | 2008-10-26 16:46:27 -0400 (Sun, 26 Oct 2008) | 1 line [FIX]Activate second level menus in on tiki-magic page ---------------------------------------------- r15301 | gillesm | 2008-10-26 13:35:15 -0400 (Sun, 26 Oct 2008) | 2 lines [FIX] remove a trace ---------------------------------------------- r15300 | gillesm | 2008-10-26 12:56:01 -0400 (Sun, 26 Oct 2008) | 2 lines [FIX] forget something in the last commit ---------------------------------------------- r15299 | lphuberdeau | 2008-10-26 12:39:19 -0400 (Sun, 26 Oct 2008) | 1 line [FIX] Correcting DB install process to follow conventions ---------------------------------------------- r15298 | gillesm | 2008-10-26 12:32:21 -0400 (Sun, 26 Oct 2008) | 3 lines Preparation for the new feature : groupforAlert, which is group assigned by traocker to allow user who modify a tracker record, to choose people of group to alert by email about change/add. ---------------------------------------------- r15297 | sylvieg | 2008-10-26 12:31:31 -0400 (Sun, 26 Oct 2008) | 1 line [FIX]tracker: avoid created invalid url (was occuring in trackerlist with showlinks=y on a 'l' field to a main 'u' field ---------------------------------------------- r15296 | sylvieg | 2008-10-25 07:51:22 -0400 (Sat, 25 Oct 2008) | 1 line [FIX}tracker: sort field name without case ---------------------------------------------- r15290 | sylvieg | 2008-10-24 13:23:04 -0400 (Fri, 24 Oct 2008) | 1 line [FIX]search: to be able to return more than one matching file in a fgal when checking object perms on mysql search ---------------------------------------------- r15286 | sylvieg | 2008-10-24 11:33:23 -0400 (Fri, 24 Oct 2008) | 1 line [FIX]fgal: add also the filename in the fulltext index ---------------------------------------------- r15285 | Jyhem | 2008-10-24 11:28:00 -0400 (Fri, 24 Oct 2008) | 1 line [UI] Button explains what happens more precisely and fix fr/language ---------------------------------------------- r15284 | sylvieg | 2008-10-24 11:23:09 -0400 (Fri, 24 Oct 2008) | 1 line [FIX]fgal: add also the filename in the fulltext index ---------------------------------------------- r15282 | ricks99 | 2008-10-24 08:51:45 -0400 (Fri, 24 Oct 2008) | 1 line [FIX]fix validation. check no records found for empty find + initial ---------------------------------------------- r15281 | ricks99 | 2008-10-24 08:46:53 -0400 (Fri, 24 Oct 2008) | 1 line [FIX]correctly parse tracker description, if option is enabled. ---------------------------------------------- r15280 | ricks99 | 2008-10-24 08:15:00 -0400 (Fri, 24 Oct 2008) | 1 line [UI]provide button for users to unfilter. provide feedback when no results due to a filtered search. provide feedback when viewing filtered list ---------------------------------------------- r15279 | ricks99 | 2008-10-24 08:11:13 -0400 (Fri, 24 Oct 2008) | 1 line [UI]present the list of tracker field types in ABC order. more logical then the current random list. ---------------------------------------------- r15275 | chibaguy | 2008-10-24 01:14:52 -0400 (Fri, 24 Oct 2008) | 1 line [FIX] Redundancy of terms eliminated and now consistent with main search form. ---------------------------------------------- r15271 | sylvieg | 2008-10-23 18:48:48 -0400 (Thu, 23 Oct 2008) | 1 line javascript check ---------------------------------------------- r15270 | sylvieg | 2008-10-23 09:16:32 -0400 (Thu, 23 Oct 2008) | 1 line [MOD]tracker: be able to use {} and {} in pretty trackerlist ---------------------------------------------- r15267 | chibaguy | 2008-10-23 01:18:37 -0400 (Thu, 23 Oct 2008) | 1 line [FIX] top border is only meant for #col1 .content, not other .content instances. ---------------------------------------------- r15266 | chibaguy | 2008-10-22 22:31:00 -0400 (Wed, 22 Oct 2008) | 1 line [FIX] Text color added where background color is specified, to avoid no-contrast possibility with some themes. ---------------------------------------------- r15265 | chibaguy | 2008-10-22 22:12:00 -0400 (Wed, 22 Oct 2008) | 1 line [FIX] Theme default colors should be used. Colors imposed arbitrarily by transition CSS causes problems in some themes. ---------------------------------------------- r15262 | sylvieg | 2008-10-22 16:05:00 -0400 (Wed, 22 Oct 2008) | 1 line [FIX]fgal: only some errors were displayed causing an infinite 'in progress' with javascript ---------------------------------------------- r15261 | nyloth | 2008-10-22 12:33:18 -0400 (Wed, 22 Oct 2008) | 1 line [FIX] categorize area: users with 'tiki_p_view_categories' perm should also be able to see the categories in the list of objects (e.g. wiki page) they can edit ---------------------------------------------- r15260 | nyloth | 2008-10-22 12:31:12 -0400 (Wed, 22 Oct 2008) | 1 line [FIX] categorize wiki page: do not limit categorization to users with global perm 'tiki_p_view_categories'... all conditions are checked in specific categorize files. ---------------------------------------------- r15259 | sylvieg | 2008-10-22 12:13:35 -0400 (Wed, 22 Oct 2008) | 1 line [FIX]fgal: edit file was broken+ some layout ---------------------------------------------- r15258 | sylvieg | 2008-10-22 12:07:41 -0400 (Wed, 22 Oct 2008) | 1 line [FIX]smarty: function used in {if must be in IF_FUNCS security ---------------------------------------------- r15256 | pkdille | 2008-10-22 03:30:39 -0400 (Wed, 22 Oct 2008) | 1 line [FIX] application menu: structure option (in wiki section) has to be showed only if feature_wiki AND feature_wiki_structure are both active ---------------------------------------------- r15252 | sylvieg | 2008-10-21 15:14:25 -0400 (Tue, 21 Oct 2008) | 1 line [FIX]fgal: fix remove pod files ---------------------------------------------- r15251 | nyloth | 2008-10-21 10:25:10 -0400 (Tue, 21 Oct 2008) | 1 line [FIX] admin users: fix 'remove user from group' action + move the icon before the group name to align icons and group names vertically (add a white bullet when the action is not available, to align all groups). ---------------------------------------------- r15250 | nyloth | 2008-10-21 10:22:02 -0400 (Tue, 21 Oct 2008) | 1 line [FIX] admin users: check if user param is set before trying to do an action on the user ---------------------------------------------- r15249 | nyloth | 2008-10-21 10:20:33 -0400 (Tue, 21 Oct 2008) | 1 line [MOD] tikinewt icon style: vertical align middle for icons ---------------------------------------------- r15245 | jonnybradley | 2008-10-20 18:59:16 -0400 (Mon, 20 Oct 2008) | 1 line [FIX] Leave errors and show errors button where they are (below #main div) but still with high z-index to prevent them getting buried ---------------------------------------------- r15244 | sylvieg | 2008-10-20 18:58:08 -0400 (Mon, 20 Oct 2008) | 1 line [FIX]smarty: strlen and strstr php functions are allowed ---------------------------------------------- r15242 | sylvieg | 2008-10-20 18:06:55 -0400 (Mon, 20 Oct 2008) | 1 line [FIX]search: need to decode the words to have .. working ---------------------------------------------- r15241 | sylvieg | 2008-10-20 17:44:59 -0400 (Mon, 20 Oct 2008) | 1 line [FIX]search: memo boolean ---------------------------------------------- r15240 | nyloth | 2008-10-20 13:35:22 -0400 (Mon, 20 Oct 2008) | 1 line [FIX] ajax: fix an annoying bug with ajax that occured when going into edit mode for a wiki page (tiki-editpage.php) for the first time after login. This was due to a white space after the php closing tag of wikiplugin_topfriends.php and because the new way to list plugins executes it before smarty display. PHP closing tags must not be used, as suggested by PHP authors / Zend. ---------------------------------------------- r15239 | lphuberdeau | 2008-10-20 12:46:55 -0400 (Mon, 20 Oct 2008) | 1 line [NEW] Support for date format conversion to unix timestamp in profiles ---------------------------------------------- r15238 | lphuberdeau | 2008-10-20 12:46:11 -0400 (Mon, 20 Oct 2008) | 1 line [FIX] More incompatibilities with PDO... getOne on a delete statement never made any sense ---------------------------------------------- r15237 | sylvieg | 2008-10-20 12:21:21 -0400 (Mon, 20 Oct 2008) | 1 line [FIX]calendar: friendly error message when no calendar exist ---------------------------------------------- r15236 | sylvieg | 2008-10-20 11:53:06 -0400 (Mon, 20 Oct 2008) | 1 line [FIX]tracker: add the function tra in the possible php fucntions called in smarty ---------------------------------------------- r15235 | nyloth | 2008-10-20 11:50:56 -0400 (Mon, 20 Oct 2008) | 4 lines [FIX] modules: fix error handling in modules (avoids the error to be displayed again in modules placed after a module with an error) [FIX] categories: wysiwyca (browse categories and module). ---------------------------------------------- r15234 | pkdille | 2008-10-20 08:42:11 -0400 (Mon, 20 Oct 2008) | 1 line [LANG] french tanslation: get_strings + some translations ---------------------------------------------- r15233 | nyloth | 2008-10-20 05:49:17 -0400 (Mon, 20 Oct 2008) | 1 line [FIX] snarf wikiplugin: reduce snarf data to content of the html body only if param ishtml is set to 1. ---------------------------------------------- r15232 | chibaguy | 2008-10-20 03:28:53 -0400 (Mon, 20 Oct 2008) | 1 line [FIX] Use theme default link style, etc. in .gallerypath. ---------------------------------------------- r15231 | chibaguy | 2008-10-20 03:28:11 -0400 (Mon, 20 Oct 2008) | 1 line [FIX] Use theme default link style, etc. in .gallerypath. ---------------------------------------------- r15228 | jonnybradley | 2008-10-19 16:17:49 -0400 (Sun, 19 Oct 2008) | 1 line [MOD] CSS id (and default definition) for "show-errors-button" so it doesn't get lost ---------------------------------------------- r15227 | jonnybradley | 2008-10-19 16:11:55 -0400 (Sun, 19 Oct 2008) | 2 lines [MOD] Moved $ajaxlib->processRequests() to after tiki-modules.php include so modules can do the AJAX thing too (coming soon...) Hope it doesn't break anyone else's existing workarounds! ---------------------------------------------- r15226 | jonnybradley | 2008-10-19 16:06:27 -0400 (Sun, 19 Oct 2008) | 1 line [FIX] Removed $ajaxlib->registerTemplate() and processRequests() calls as they're done later in setup_smarty.php (always, right?) ---------------------------------------------- r15225 | jonnybradley | 2008-10-19 15:26:19 -0400 (Sun, 19 Oct 2008) | 1 line [FIX] Parse <hr> (horizontal rule) tags when converting from HTML to wiki ---------------------------------------------- r15224 | sylvieg | 2008-10-19 11:40:27 -0400 (Sun, 19 Oct 2008) | 1 line [FIX]tracker: default language to site language for an outbound email without associated user ---------------------------------------------- r15223 | sylvieg | 2008-10-19 11:17:03 -0400 (Sun, 19 Oct 2008) | 1 line [FIX]smarty: to have all the compiled smarty names beginning with only one time the lang ---------------------------------------------- r15222 | sylvieg | 2008-10-19 10:28:32 -0400 (Sun, 19 Oct 2008) | 1 line [FIX]score: event_id was too short ---------------------------------------------- r15220 | marclaporte | 2008-10-18 20:28:36 -0400 (Sat, 18 Oct 2008) | 1 line [FIX] Use correct transition style ---------------------------------------------- r15219 | lphuberdeau | 2008-10-18 18:44:58 -0400 (Sat, 18 Oct 2008) | 1 line [FIX] _tiki suffix matters ---------------------------------------------- r15218 | marclaporte | 2008-10-18 14:58:27 -0400 (Sat, 18 Oct 2008) | 1 line [MOD] Behavior change: please comment/reply if you disagree. Old behavior was that tiki_p_admin_wiki could lock & unlock pages even if feature_wiki_usrlock was off. This is annoying if you do have editors that can & should have admin wiki permissions but if you don't want the lock feature and you want to keep things clean. I left the unlock feature for upgraders (so tiki_p_admin_wiki can unlock pages even though feature is supposed to be off). In short, from now on, if you want your users (admin or otherwise) to be able to lock pages, you'll have to set feature_wiki_usrlock to yes. This is how it should have been. ---------------------------------------------- r15217 | marclaporte | 2008-10-18 14:49:17 -0400 (Sat, 18 Oct 2008) | 1 line [MOD] Deactivating SourceForge plugin on clean installs ---------------------------------------------- r15216 | marclaporte | 2008-10-18 10:37:11 -0400 (Sat, 18 Oct 2008) | 1 line [DB] syncdb ---------------------------------------------- r15215 | marclaporte | 2008-10-18 10:34:47 -0400 (Sat, 18 Oct 2008) | 1 line [MOD] Some corrections and some new feature checks on permissions : http://dev.tikiwiki.org/wish2081 ---------------------------------------------- r15214 | marclaporte | 2008-10-18 10:30:05 -0400 (Sat, 18 Oct 2008) | 1 line [MOD] Turning off wiki structures by default to have cleaner, simpler Tiki at install ---------------------------------------------- r15213 | marclaporte | 2008-10-18 10:16:45 -0400 (Sat, 18 Oct 2008) | 1 line [FIX] Update doc to use convertscripts. Thanks MatWho for this enhancement. ---------------------------------------------- r15211 | marclaporte | 2008-10-18 08:48:28 -0400 (Sat, 18 Oct 2008) | 1 line [DB] syncdb ---------------------------------------------- r15210 | sylvieg | 2008-10-18 08:26:25 -0400 (Sat, 18 Oct 2008) | 1 line [FIX] check javascript enable ---------------------------------------------- r15209 | sylvieg | 2008-10-18 07:32:30 -0400 (Sat, 18 Oct 2008) | 1 line [FIX]tracker: check if the md5 name already exists or not - can exist if tracker wiht the same image - because otherwise deletion of one item dedelte the images of other items ---------------------------------------------- r15208 | marclaporte | 2008-10-18 04:19:54 -0400 (Sat, 18 Oct 2008) | 1 line [FIX] Tikiwiki -> TikiWiki ---------------------------------------------- r15207 | marclaporte | 2008-10-18 04:18:52 -0400 (Sat, 18 Oct 2008) | 1 line [FIX] Adding missing drop tables for a clean install ---------------------------------------------- r15206 | marclaporte | 2008-10-18 02:38:36 -0400 (Sat, 18 Oct 2008) | 1 line [FIX] fix anchor typo ---------------------------------------------- r15205 | brian_moore | 2008-10-17 18:29:19 -0400 (Fri, 17 Oct 2008) | 1 line [FIX] Fixing my own typos on last commit... doh. ---------------------------------------------- r15204 | brian_moore | 2008-10-17 18:22:27 -0400 (Fri, 17 Oct 2008) | 1 line [ENH] More sefurl updates, remove deprecated url_show replace with base_path which makes sefurls actually work for image galleries ---------------------------------------------- r15203 | nyloth | 2008-10-17 18:07:41 -0400 (Fri, 17 Oct 2008) | 1 line [FIX] ajax: better handle error.tpl and fix some problems that occured when user session timed out (in this particular case, we now also refresh the whole page to be sure everything - including modules - reflects the anonymous perms) ---------------------------------------------- r15202 | nyloth | 2008-10-17 18:04:23 -0400 (Fri, 17 Oct 2008) | 1 line [FIX] accesslib: remove PHP3 headers + no redirect when request comes from an xajax call. ---------------------------------------------- r15201 | nyloth | 2008-10-17 18:03:06 -0400 (Fri, 17 Oct 2008) | 1 line [FIX] ajax: remove useless calls to xajax in tiki-editpage (it's already automatically done in smarty_setup) ---------------------------------------------- r15200 | sylvieg | 2008-10-17 17:55:36 -0400 (Fri, 17 Oct 2008) | 1 line [FIX]module: there were 2 #assign ---------------------------------------------- r15199 | sylvieg | 2008-10-17 16:22:52 -0400 (Fri, 17 Oct 2008) | 1 line [FIX]fgal: test if the file does not already exist - md5 is pretty good - but can not be perfect ---------------------------------------------- r15198 | sylvieg | 2008-10-17 16:17:20 -0400 (Fri, 17 Oct 2008) | 1 line javascript ---------------------------------------------- r15197 | pkdille | 2008-10-17 15:40:50 -0400 (Fri, 17 Oct 2008) | 1 line [MOD] admin content templates: no changes just code reindenting ---------------------------------------------- r15195 | sylvieg | 2008-10-17 10:48:18 -0400 (Fri, 17 Oct 2008) | 1 line [FIX]fgal: perm where not check if galleryId was not set ---------------------------------------------- r15192 | lphuberdeau | 2008-10-17 09:25:44 -0400 (Fri, 17 Oct 2008) | 1 line [FIX] Plugin validation broken by bad merge ---------------------------------------------- r15191 | lphuberdeau | 2008-10-17 08:56:49 -0400 (Fri, 17 Oct 2008) | 1 line [FIX] Broken with PDO ---------------------------------------------- r15190 | lphuberdeau | 2008-10-17 08:56:31 -0400 (Fri, 17 Oct 2008) | 1 line [FIX] Allow double inclusion ---------------------------------------------- r15189 | pkdille | 2008-10-17 01:17:34 -0400 (Fri, 17 Oct 2008) | 1 line [MOD] rss wiki plugin: typo ---------------------------------------------- r15188 | pkdille | 2008-10-17 00:44:13 -0400 (Fri, 17 Oct 2008) | 1 line [MOD] tikinewt: remove some borders ---------------------------------------------- r15187 | sylvieg | 2008-10-16 16:36:21 -0400 (Thu, 16 Oct 2008) | 1 line [MOD]error: send 2 messages different when you can not log -in because the user did not validate or becasue the admin did not validate ---------------------------------------------- r15186 | sylvieg | 2008-10-16 16:17:48 -0400 (Thu, 16 Oct 2008) | 1 line [FIX]user: delete user was not working when ajax on ---------------------------------------------- r15182 | sylvieg | 2008-10-16 14:17:11 -0400 (Thu, 16 Oct 2008) | 1 line [FIX]search: if page not found - use the search mysql or the search tiki depending of the feature full_text_search (artificial as mysql search can work in non full search mode - but test done like this elsewhere ---------------------------------------------- r15178 | lphuberdeau | 2008-10-16 13:30:37 -0400 (Thu, 16 Oct 2008) | 1 line [FIX] Incompatibility with PDO breaking profiles (among other things probably) ---------------------------------------------- r15176 | marclaporte | 2008-10-16 12:54:32 -0400 (Thu, 16 Oct 2008) | 1 line [ADD] Adding generator meta tag, like Joomla, Plone and Wordpress do. ---------------------------------------------- r15175 | nyloth | 2008-10-16 09:50:57 -0400 (Thu, 16 Oct 2008) | 1 line [FIX] dynamic content: fix label param ---------------------------------------------- r15174 | nyloth | 2008-10-16 09:31:06 -0400 (Thu, 16 Oct 2008) | 2 lines [FIX] smarty icons: do not put the image extension inside the _id param of smarty icon (it just does not work). ---------------------------------------------- r15173 | nyloth | 2008-10-16 09:24:39 -0400 (Thu, 16 Oct 2008) | 1 line [FIX] translations: do not put smarty code inside a translated string. ---------------------------------------------- r15172 | sylvieg | 2008-10-16 09:01:18 -0400 (Thu, 16 Oct 2008) | 1 line [FIX]fgal: to be able to download zip with filename with comma ---------------------------------------------- r15171 | nyloth | 2008-10-16 08:46:25 -0400 (Thu, 16 Oct 2008) | 8 lines [MOD] snarf wikiplugin: * Directly use 'wikiplugin_code' function instead of parsing {CODE} in wiki syntax. This avoid to have two edit icons for the plugin (one for snarf, the other, useless, for code), solves problems with some contents and should improve perfs, * Use CURLOPT_RETURNTRANSFER instead of ob_* functions, since they seem to work properly now in PHP5+, * Add timeouts of 2sec for both connection and retrieval, * Handle SSL without verifiying the certificate, * Handle redirects, * Define user agent as 'TikiWiki Snarf' ---------------------------------------------- r15170 | sylvieg | 2008-10-16 07:59:11 -0400 (Thu, 16 Oct 2008) | 1 line [FIX]article: split the help button ---------------------------------------------- r15166 | marclaporte | 2008-10-15 17:31:12 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] lost echo ---------------------------------------------- r15164 | sylvieg | 2008-10-15 16:02:32 -0400 (Wed, 15 Oct 2008) | 1 line [FIX]attachement: force to do non inline attachement if not specified inline ---------------------------------------------- r15162 | sylvieg | 2008-10-15 14:56:49 -0400 (Wed, 15 Oct 2008) | 1 line [FIX]lang: fix assign language to articles ---------------------------------------------- r15161 | sylvieg | 2008-10-15 14:11:16 -0400 (Wed, 15 Oct 2008) | 1 line [MOD]lang: option to display or not the drop down box of lagauges ---------------------------------------------- r15159 | sylvieg | 2008-10-15 12:33:33 -0400 (Wed, 15 Oct 2008) | 1 line [MOD]notif: some display improvment in the outbound mail ---------------------------------------------- r15158 | sylvieg | 2008-10-15 11:59:19 -0400 (Wed, 15 Oct 2008) | 1 line [MOD]notif: show forum and tracker outbounds in admin notif ---------------------------------------------- r15157 | sylvieg | 2008-10-15 11:57:24 -0400 (Wed, 15 Oct 2008) | 1 line [MOD]menupage: new param page (=pagemenu) and title ---------------------------------------------- r15153 | nyloth | 2008-10-15 08:33:48 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] wiki: feature_page_title was not working anymore since commit rev.14922 ---------------------------------------------- r15151 | nyloth | 2008-10-15 05:54:24 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] security checks: fix tiki_p_trust_input since make_clean has to be called when magic_quotes_gpc is on. ---------------------------------------------- r15148 | sylvieg | 2008-10-14 17:09:45 -0400 (Tue, 14 Oct 2008) | 1 line [FIX]fgal: broken display of listing conf in IE7 ---------------------------------------------- r15147 | nyloth | 2008-10-14 16:42:06 -0400 (Tue, 14 Oct 2008) | 1 line [MOD][FIX] snarf wikiplugin now accepts every options of code wikiplugin + new 'ishtml' option for code wikiplugin to allow HTML + not using preg_replace in snarf anymore due to its limitations to 100.000 characters + snarf regex param is optionnal ---------------------------------------------- r15146 | nyloth | 2008-10-14 16:36:35 -0400 (Tue, 14 Oct 2008) | 1 line [FIX] smarty security: add 'implode' to the list of allowed php functions (used in tiki-admin-include-plugins.tpl) + same with 'explode' which had a smarty_tiki modifier that can now be removed. ---------------------------------------------- r15145 | sylvieg | 2008-10-14 15:35:08 -0400 (Tue, 14 Oct 2008) | 1 line [FIX]users: an api function must be set with default params to the current or less ressource demanding: include_prefs=true can be very ressource consuming and is generally not used (tiki-upload_file was running out of ressource) ---------------------------------------------- r15143 | sylvieg | 2008-10-14 13:14:54 -0400 (Tue, 14 Oct 2008) | 1 line [FIX]search: remember boolena option + hightlight current where ---------------------------------------------- r15142 | lphuberdeau | 2008-10-14 11:44:42 -0400 (Tue, 14 Oct 2008) | 1 line [FIX] 5.2 compatibility array_fill_keys() ---------------------------------------------- r15141 | lphuberdeau | 2008-10-14 11:40:53 -0400 (Tue, 14 Oct 2008) | 1 line [FIX] Notice ---------------------------------------------- r15140 | sylvieg | 2008-10-14 09:39:40 -0400 (Tue, 14 Oct 2008) | 1 line [FIX]blog: a private blog means you can not post - but not you can view ---------------------------------------------- r15138 | sept_7 | 2008-10-14 09:02:01 -0400 (Tue, 14 Oct 2008) | 2 lines [FIX]categ: show categorization block if javascript non enable redone ---------------------------------------------- r15136 | sept_7 | 2008-10-14 08:17:30 -0400 (Tue, 14 Oct 2008) | 2 lines [ENH] use javascript to clear all the categories when possible ---------------------------------------------- r15135 | sept_7 | 2008-10-14 08:10:43 -0400 (Tue, 14 Oct 2008) | 2 lines [FIX] nowraping in categories picker... ---------------------------------------------- r15133 | chibaguy | 2008-10-14 03:20:07 -0400 (Tue, 14 Oct 2008) | 1 line [ENH] Enable nonums parameter; let CSS handle numbering. ---------------------------------------------- r15132 | nyloth | 2008-10-13 18:57:46 -0400 (Mon, 13 Oct 2008) | 1 line [NEW] security: new 'tiki_p_trust_input' perm to bypass the security checks (varcheck and sanitizer) in order to avoid annoyances for trusted users and improve performances too. + move mb_internal_encoding definition to lib/setup/compat.php and disable it since it should not be useful anymore (keep it just in case, for the moment). ---------------------------------------------- r15131 | sylvieg | 2008-10-13 18:25:39 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]fgal: replacing a file was erasing the name ---------------------------------------------- r15129 | sylvieg | 2008-10-13 17:54:33 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]javascript: if javascript not allowed, disable tabs ---------------------------------------------- r15128 | sylvieg | 2008-10-13 17:41:43 -0400 (Mon, 13 Oct 2008) | 1 line [MOD]search: display also the parent fgal for a file in mysql search ---------------------------------------------- r15127 | nyloth | 2008-10-13 17:40:22 -0400 (Mon, 13 Oct 2008) | 1 line [FIX] accesslib: fix perm names for error messages. ---------------------------------------------- r15126 | nyloth | 2008-10-13 17:19:33 -0400 (Mon, 13 Oct 2008) | 1 line [FIX] articles: remove useless includes ---------------------------------------------- r15125 | nyloth | 2008-10-13 17:16:51 -0400 (Mon, 13 Oct 2008) | 2 lines [FIX] perms / setup process: move lib/setup/prefs.php into tiki-setup_base.php to fix perms that were not working anymore since perms depends on prefs (feature checks, apparently added at rev.15091). This was at least breaking the list of wiki pages :( ---------------------------------------------- r15124 | sylvieg | 2008-10-13 17:08:50 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]categ: show categorization block if javascript non enable ---------------------------------------------- r15123 | sylvieg | 2008-10-13 16:28:13 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]fgal: can delete default file handlers+ a friendly trim ---------------------------------------------- r15121 | nyloth | 2008-10-13 12:52:58 -0400 (Mon, 13 Oct 2008) | 1 line [FIX] wiki: fix WYSIWYCA ---------------------------------------------- r15120 | nyloth | 2008-10-13 12:37:23 -0400 (Mon, 13 Oct 2008) | 2 lines [ENH] wiki: list of wiki pages now displays actions icons only if authorized (WYSIWYCA) + fix the number of pages displayed in the listing, when some pages are not displayed. ---------------------------------------------- r15119 | sept_7 | 2008-10-13 12:14:06 -0400 (Mon, 13 Oct 2008) | 2 lines [ENH] Trying a new layout suggested by Marc for category picker... ---------------------------------------------- r15118 | sept_7 | 2008-10-13 11:28:30 -0400 (Mon, 13 Oct 2008) | 2 lines [FIX] fix call to HTMLPurifier_Encoder now use static method... ---------------------------------------------- r15117 | sylvieg | 2008-10-13 11:21:58 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]layout: to have the admin icon aligned witht the help icon ---------------------------------------------- r15116 | sylvieg | 2008-10-13 11:06:32 -0400 (Mon, 13 Oct 2008) | 1 line syntax ---------------------------------------------- r15115 | sylvieg | 2008-10-13 11:02:45 -0400 (Mon, 13 Oct 2008) | 1 line [MOD]tracker: some optional params ---------------------------------------------- r15114 | sylvieg | 2008-10-13 10:51:22 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]tracker: / is not the best separator if simpel date ---------------------------------------------- r15113 | Jyhem | 2008-10-13 10:50:48 -0400 (Mon, 13 Oct 2008) | 1 line [SEC] Fix security concerns by removing tiki-error.php (second step) ---------------------------------------------- r15112 | Jyhem | 2008-10-13 10:49:56 -0400 (Mon, 13 Oct 2008) | 1 line [SEC] Fix security concerns by removing the need for tiki-error.php (first step) ---------------------------------------------- r15111 | sylvieg | 2008-10-13 10:47:21 -0400 (Mon, 13 Oct 2008) | 1 line [MOD]tracker: can display also last comment user/date in tiki-view_tracker ---------------------------------------------- r15109 | bitey | 2008-10-13 10:29:35 -0400 (Mon, 13 Oct 2008) | 1 line Oops. Debug messages/missing quote ---------------------------------------------- r15107 | sylvieg | 2008-10-13 09:53:55 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]search: take away operators if boolean search ---------------------------------------------- r15106 | sylvieg | 2008-10-13 09:31:57 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]calendar: status in popup ---------------------------------------------- r15105 | bitey | 2008-10-13 09:09:14 -0400 (Mon, 13 Oct 2008) | 1 line If you have to resort to data hackery; then chances are you are Doing It Wrong. ---------------------------------------------- r15104 | sylvieg | 2008-10-13 08:58:17 -0400 (Mon, 13 Oct 2008) | 1 line [FIX]magic: dynamic list of styles ---------------------------------------------- r15103 | sylvieg | 2008-10-13 08:46:38 -0400 (Mon, 13 Oct 2008) | 1 line [MOD]search: help box for boolean search ---------------------------------------------- r15102 | sept_7 | 2008-10-13 08:10:30 -0400 (Mon, 13 Oct 2008) | 2 lines [OOPS] WIP... ---------------------------------------------- r15101 | sept_7 | 2008-10-13 08:06:46 -0400 (Mon, 13 Oct 2008) | 2 lines [ENH] use HTMLPurifier in third_party ---------------------------------------------- r15097 | sylvieg | 2008-10-12 17:16:48 -0400 (Sun, 12 Oct 2008) | 1 line [MOD]smarty: add md5 in trusted php functions smarty can call ---------------------------------------------- r15096 | sylvieg | 2008-10-10 18:47:15 -0400 (Fri, 10 Oct 2008) | 1 line [MOD]search: mysql search - option to do a boolean search ---------------------------------------------- r15094 | sylvieg | 2008-10-10 18:35:59 -0400 (Fri, 10 Oct 2008) | 1 line [FIX]fgal: a little more fix on fgal sort ---------------------------------------------- r15093 | sylvieg | 2008-10-10 17:54:46 -0400 (Fri, 10 Oct 2008) | 1 line [FIX]plugin : ~np~ ---------------------------------------------- r15092 | lphuberdeau | 2008-10-10 16:37:12 -0400 (Fri, 10 Oct 2008) | 1 line [NEW] Allow plugins to declare themselves inline to hide the plugin edit UI ---------------------------------------------- r15091 | lphuberdeau | 2008-10-10 16:12:49 -0400 (Fri, 10 Oct 2008) | 1 line [NEW] Filter permissions for which underlying feature is not enabled ---------------------------------------------- r15090 | lphuberdeau | 2008-10-10 14:42:14 -0400 (Fri, 10 Oct 2008) | 1 line [FIX] Edit plugin icon should float right ---------------------------------------------- r15089 | sylvieg | 2008-10-10 14:13:54 -0400 (Fri, 10 Oct 2008) | 1 line [FIX]tracker: do not send notification if emails have different cases only ---------------------------------------------- r15088 | lphuberdeau | 2008-10-10 14:07:59 -0400 (Fri, 10 Oct 2008) | 1 line [FIX] json_encode/decode compatibility with earlier versions of PHP 5 ---------------------------------------------- r15085 | sylvieg | 2008-10-10 11:41:28 -0400 (Fri, 10 Oct 2008) | 1 line [FIX]SQL: validate the plugin ---------------------------------------------- r15084 | sylvieg | 2008-10-10 11:01:23 -0400 (Fri, 10 Oct 2008) | 1 line [MOD]wiki: do not show create page button if page is found ---------------------------------------------- r15082 | sept_7 | 2008-10-10 10:52:44 -0400 (Fri, 10 Oct 2008) | 2 lines [ENH] tabbify the general admin page... ---------------------------------------------- r15081 | lphuberdeau | 2008-10-10 10:15:19 -0400 (Fri, 10 Oct 2008) | 1 line [FIX] Restore page functionality ---------------------------------------------- r15080 | sept_7 | 2008-10-10 09:56:30 -0400 (Fri, 10 Oct 2008) | 2 lines [ENH] some style cleanup for the categories picker... ---------------------------------------------- r15079 | sept_7 | 2008-10-10 09:30:38 -0400 (Fri, 10 Oct 2008) | 4 lines [FIX+ENH] fix categorize in tiki-upload_file in multiple uploads. Modification of the categories selector to put selected categories at the beginning and add a clean all checkbox. ---------------------------------------------- r15078 | nyloth | 2008-10-10 09:29:50 -0400 (Fri, 10 Oct 2008) | 1 line [MOD] file galleries: allow to create new galleries from an existing gallery. The parent no more need to be specified, since it will automatically take the gallery from where the user has clicked on 'Create a file gallery' + use smarty button. ---------------------------------------------- r15077 | nyloth | 2008-10-10 09:26:52 -0400 (Fri, 10 Oct 2008) | 2 lines [MOD] smarty button: handle the url arguments like 'arg=val&arg2=val2' instead of 'arg=val&arg2=val2' when using button in a template. This is to reduce risks of errors from begginners, since other links in the template must have & instead of & to be XHTML compliant. So, use this syntax for buttons as well. ---------------------------------------------- r15076 | sylvieg | 2008-10-10 08:38:59 -0400 (Fri, 10 Oct 2008) | 1 line [FIX]tra: move the translation of the enumeration from php to smarty ---------------------------------------------- r15075 | nyloth | 2008-10-10 08:23:51 -0400 (Fri, 10 Oct 2008) | 2 lines [FIX] polls and surveys: when clearing stats or removing polls/surveys, also clean 'tiki_user_votings' to allow the user to vote again. Closes bug #1754 (thanx adren). ---------------------------------------------- r15074 | sylvieg | 2008-10-10 08:19:33 -0400 (Fri, 10 Oct 2008) | 1 line [FIX]tra: move the translation of the enumeration from php to smarty ---------------------------------------------- r15073 | sept_7 | 2008-10-10 05:19:30 -0400 (Fri, 10 Oct 2008) | 2 lines [FIX] BPB for lphuberdeau and automatic merge 15067 :( please test before ci ---------------------------------------------- r15072 | sept_7 | 2008-10-10 05:07:49 -0400 (Fri, 10 Oct 2008) | 2 lines [ENH] layout of the categorization in tiki-upload_file... ---------------------------------------------- r15071 | sept_7 | 2008-10-10 05:03:39 -0400 (Fri, 10 Oct 2008) | 3 lines [FIX+ENH] fix categorization in tiki-upload_file and enhance categories selection... ---------------------------------------------- r15069 | lphuberdeau | 2008-10-09 18:39:21 -0400 (Thu, 09 Oct 2008) | 1 line [FIX] Useful to display the form to add a first element ---------------------------------------------- r15068 | lphuberdeau | 2008-10-09 18:33:46 -0400 (Thu, 09 Oct 2008) | 1 line [FIX] warnings ---------------------------------------------- r15066 | sylvieg | 2008-10-09 17:41:55 -0400 (Thu, 09 Oct 2008) | 1 line [FIX]plugin: the edit plugin was in divs that were breaking text like 'download {file name=x desc=here })-> no more divs ---------------------------------------------- r15065 | lphuberdeau | 2008-10-09 16:40:44 -0400 (Thu, 09 Oct 2008) | 1 line [FIX] validate argument is not a boolean value ---------------------------------------------- r15064 | sylvieg | 2008-10-09 16:00:59 -0400 (Thu, 09 Oct 2008) | 1 line [MOD]JS: always ask for admin validation ---------------------------------------------- r15063 | sylvieg | 2008-10-09 15:53:03 -0400 (Thu, 09 Oct 2008) | 1 line [FIX]emil: to avoid // in watchc categ mail ---------------------------------------------- r15062 | sylvieg | 2008-10-09 15:07:35 -0400 (Thu, 09 Oct 2008) | 1 line [FIX]renderlib: the global crumbs must be filled even is the feature_breadcrumb is not on - otherwise the page title is not displayed ---------------------------------------------- r15061 | sylvieg | 2008-10-09 14:24:57 -0400 (Thu, 09 Oct 2008) | 1 line [MOD]log: link to sql log(must do pdo log....)+ slef_link ---------------------------------------------- r15060 | adren67 | 2008-10-09 09:34:03 -0400 (Thu, 09 Oct 2008) | 1 line [TYPO] change some french translations (typos, unstranslated...) ---------------------------------------------- r15058 | Jyhem | 2008-10-09 05:39:56 -0400 (Thu, 09 Oct 2008) | 1 line [ENH] Clean lang/en/language.php of useless translations and update other language files ---------------------------------------------- r15056 | sept_7 | 2008-10-09 03:47:30 -0400 (Thu, 09 Oct 2008) | 3 lines [ENH] Give a meaningful message if PHP command line interpreter is not present on the system. ---------------------------------------------- r15055 | rlpowell | 2008-10-08 16:44:25 -0400 (Wed, 08 Oct 2008) | 2 lines That was *really* bad usage of the database. ---------------------------------------------- r15054 | sylvieg | 2008-10-08 14:36:06 -0400 (Wed, 08 Oct 2008) | 1 line [FIX]layout: mv last update message to tiki-bot_bar to be included in a div ---------------------------------------------- r15052 | sylvieg | 2008-10-08 13:19:53 -0400 (Wed, 08 Oct 2008) | 1 line [FIX]wiki: fix {file} conflict of param inline ---------------------------------------------- r15051 | nyloth | 2008-10-08 13:10:46 -0400 (Wed, 08 Oct 2008) | 10 lines [NEW] smarty button: deploy smarty button in tiki-admin_calendars.tpl. It has to be used like this: {button _text="{tr}Create Calendar{/tr}" href="tiki-admin_calendars.php?show=mod"} To produce this HTML code: <span class="button"><a href="tiki-admin_calendars.php?show=mod">Create Calendar</a></span> + Fix the magnifier icon (_id of smarty icon must not contain the file extension, i.e. '.png') ---------------------------------------------- r15050 | sylvieg | 2008-10-08 13:07:06 -0400 (Wed, 08 Oct 2008) | 1 line just reformatting ---------------------------------------------- r15049 | nyloth | 2008-10-08 13:06:56 -0400 (Wed, 08 Oct 2008) | 3 lines [NEW] smarty button: new smarty 'button' function to display a Tikiwiki button / link (i.e. <span class="button"><a href="...">Click Here</a></span>). + Quick update of tikinewt to behave better with smarty button ---------------------------------------------- r15048 | rlpowell | 2008-10-08 12:37:28 -0400 (Wed, 08 Oct 2008) | 2 lines All the button does is prevent people in text-based browsers from logging in, and for no good reason. -- rlpowell@digitalkingdom.org ---------------------------------------------- r15047 | nyloth | 2008-10-08 12:23:58 -0400 (Wed, 08 Oct 2008) | 3 lines [NEW] smarty: you can now add a line like the following in db/local.php to use an external smarty installation: $smarty_path='/usr/share/php/smarty/'; ---------------------------------------------- r15046 | nyloth | 2008-10-08 12:22:40 -0400 (Wed, 08 Oct 2008) | 1 line [FIX] smarty self_link: correctly handle ajax args ---------------------------------------------- r15045 | nyloth | 2008-10-08 12:21:36 -0400 (Wed, 08 Oct 2008) | 1 line [ENH] smarty query: new _noauto param to force 'query' to take only params that were explicitely given in the template when calling 'query' (i.e. don't take care of GET/POST params in this case). ---------------------------------------------- r15044 | lphuberdeau | 2008-10-08 11:40:26 -0400 (Wed, 08 Oct 2008) | 1 line [FIX] Making field nullable for compatibility between PDO and AdoDB ---------------------------------------------- r15043 | sylvieg | 2008-10-08 11:00:22 -0400 (Wed, 08 Oct 2008) | 1 line [FIX]wiki: some more code in the wiki help ---------------------------------------------- r15042 | matwho | 2008-10-08 10:06:59 -0400 (Wed, 08 Oct 2008) | 1 line [MOD][FIX] Made it more obvious that a content template is not assigned to any sections. Fixed table heading. ---------------------------------------------- r15041 | nyloth | 2008-10-08 09:34:07 -0400 (Wed, 08 Oct 2008) | 2 lines [FIX] : fix pb with imagemagick and bad image data... ---------------------------------------------- r15040 | sylvieg | 2008-10-08 09:29:40 -0400 (Wed, 08 Oct 2008) | 1 line [FIX]parsing: move the htmlchar before color parsing to be able to parse ~hs~~hs~xxxx~~red:text~~ ---------------------------------------------- r15039 | sept_7 | 2008-10-08 05:51:33 -0400 (Wed, 08 Oct 2008) | 2 lines [FIX] uninitialized variable... which leads to bad id in CSSMenu... ---------------------------------------------- r15038 | sylvieg | 2008-10-07 17:48:05 -0400 (Tue, 07 Oct 2008) | 1 line [MOD]fgal: do not return the number of files for the list of files used in fgal explorer: can save a lot of times on large fgals ---------------------------------------------- r15037 | nyloth | 2008-10-07 17:00:27 -0400 (Tue, 07 Oct 2008) | 1 line [FIX] comments list: fix mass remove action + keep showing find.tpl when there is no results due to the approve filter ---------------------------------------------- r15036 | nyloth | 2008-10-07 16:58:21 -0400 (Tue, 07 Oct 2008) | 1 line [FIX] ticket confirmations: fixes confirmations after POST actions. It uses 'PHP_SELF' instead of 'REQUEST_URI' in tikiticketlib since confirm.tpl now uses the new '_keepall' param of smarty query. ---------------------------------------------- r15035 | nyloth | 2008-10-07 16:54:07 -0400 (Tue, 07 Oct 2008) | 1 line [ENH] smarty query: new _keepall param to force keeping all POST/GET params (and not only those specified in auto_query_args. ---------------------------------------------- r15034 | sylvieg | 2008-10-07 14:20:52 -0400 (Tue, 07 Oct 2008) | 1 line [MOD]sefurl: sefurl for a trackeritem: ex: item34 ---------------------------------------------- r15033 | sylvieg | 2008-10-07 13:24:40 -0400 (Tue, 07 Oct 2008) | 1 line [FIX]wiki: to be able to have [link|~~#ff0000:description~~] as it is possible for (()) ---------------------------------------------- r15032 | nyloth | 2008-10-07 13:12:31 -0400 (Tue, 07 Oct 2008) | 1 line [FIX] comments list: fix 'reject' mass action ---------------------------------------------- r15031 | nyloth | 2008-10-07 12:28:29 -0400 (Tue, 07 Oct 2008) | 1 line [ENH] comments list: new mass actions 'approve' and 'reject' for feature_comments_moderation + use images instead of buttons for mass actions ---------------------------------------------- r15030 | nyloth | 2008-10-07 12:26:30 -0400 (Tue, 07 Oct 2008) | 1 line [FIX] comments list: do not show the approve filter when feature_comments_moderation is not enabled + keep the filter value in links (sorting, find, ...) ---------------------------------------------- r15029 | nyloth | 2008-10-07 12:17:19 -0400 (Tue, 07 Oct 2008) | 1 line [FIX] wiki parsing: fix parsing of plugins that were not parsed anymore when there was, for example, a maketoc or an unknown plugin before them in the page. ---------------------------------------------- r15028 | sylvieg | 2008-10-07 11:17:20 -0400 (Tue, 07 Oct 2008) | 1 line [FIX]fgal: to have a column name = Name instead of FileName if only subgalleries / still not the best as we can have a filename title in gal with subdirectoies ---------------------------------------------- r15027 | sylvieg | 2008-10-07 10:53:27 -0400 (Tue, 07 Oct 2008) | 1 line [FIX]right background ---------------------------------------------- r15026 | sylvieg | 2008-10-07 10:44:03 -0400 (Tue, 07 Oct 2008) | 1 line [FIX]fgal: sort_mode in fgal setting was broken ---------------------------------------------- r15025 | sylvieg | 2008-10-07 09:19:47 -0400 (Tue, 07 Oct 2008) | 1 line [FIX]wiki: /take away the <p> that fck introduces around wiki heading ! to have maketoc/edit section working when content is wiki parsed in on ---------------------------------------------- r15024 | sylvieg | 2008-10-07 09:16:39 -0400 (Tue, 07 Oct 2008) | 1 line [FIX]edit section: was broken since move of maketoc in its own function ---------------------------------------------- r15022 | sylvieg | 2008-10-07 06:49:03 -0400 (Tue, 07 Oct 2008) | 1 line some th ---------------------------------------------- r15021 | chibaguy | 2008-10-07 03:38:14 -0400 (Tue, 07 Oct 2008) | 1 line [ENH] td.heading, th.heading properties given to th. ---------------------------------------------- r15019 | chibaguy | 2008-10-07 03:10:35 -0400 (Tue, 07 Oct 2008) | 1 line [ENH] <td class="heading> and <th class="heading> replaced with <th>; some deprecated tags replaced with inline CSS. ---------------------------------------------- r15017 | nyloth | 2008-10-06 16:15:20 -0400 (Mon, 06 Oct 2008) | 1 line [ENH] comments list: add a filter 'Approved Status' and set the filter on 'Queued' comments when coming from another page with a 'queued:X' link. ---------------------------------------------- r15016 | nyloth | 2008-10-06 16:12:43 -0400 (Mon, 06 Oct 2008) | 1 line [ENH] find.tpl : 'find' now handle filters ---------------------------------------------- r15015 | sylvieg | 2008-10-06 15:47:59 -0400 (Mon, 06 Oct 2008) | 1 line [FIX]prefs: missing prefs ---------------------------------------------- r15014 | sylvieg | 2008-10-06 15:14:00 -0400 (Mon, 06 Oct 2008) | 1 line [FIX]googlenalytics: the code must not be parsed ---------------------------------------------- r15012 | sylvieg | 2008-10-06 15:00:28 -0400 (Mon, 06 Oct 2008) | 1 line [FIX]tracker: trace+ use tracker_item_field_input.tpl to avoid code duplication ---------------------------------------------- r15011 | matwho | 2008-10-06 13:39:29 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] Corrected error with Page Type fields, they are now editable on a first insert of the item. ---------------------------------------------- r15010 | lphuberdeau | 2008-10-06 13:08:19 -0400 (Mon, 06 Oct 2008) | 1 line [MOD] Update get_strings.php to support tr('foo %0', 'hello') and {tr 0=hello}foo %0{tr} replacements, and run the script to update files ---------------------------------------------- r15009 | lphuberdeau | 2008-10-06 12:21:23 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] Fresh install broken on some new features ---------------------------------------------- r15008 | sept_7 | 2008-10-06 11:45:45 -0400 (Mon, 06 Oct 2008) | 2 lines [ENH] all pathes are allowed when specifying an icon path ---------------------------------------------- r15007 | matwho | 2008-10-06 11:45:28 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] Always allow admin to admiistrate mail accounts ---------------------------------------------- r15006 | pkdille | 2008-10-06 11:37:53 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] edit structure: wiki pages dropdown list should contain all pages (not just 50) -- ticket id 1035 ---------------------------------------------- r15005 | sylvieg | 2008-10-06 11:14:42 -0400 (Mon, 06 Oct 2008) | 1 line [MOD]trackerstat: additional option to link to tiki-view_tracker with the associated filter ---------------------------------------------- r15004 | matwho | 2008-10-06 11:10:59 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] Corrected spelling error ---------------------------------------------- r15003 | sylvieg | 2008-10-06 09:21:37 -0400 (Mon, 06 Oct 2008) | 1 line [FIX]trackerstat: stat on category must also checked status ---------------------------------------------- r15001 | sylvieg | 2008-10-06 08:07:17 -0400 (Mon, 06 Oct 2008) | 1 line [FIX]credits: put the credits outside any option ---------------------------------------------- r15000 | Jyhem | 2008-10-06 05:07:34 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] Add missing Tanzania flag ---------------------------------------------- r14999 | chibaguy | 2008-10-06 03:56:41 -0400 (Mon, 06 Oct 2008) | 1 line [ENH] <a class="link"> changed to <a class="icon"> for anchor tags containing only an icon image; contained img also given class="icon" and deprecated border="0" tag removed. ---------------------------------------------- r14998 | chibaguy | 2008-10-06 02:51:21 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] Feature-specific classes standardized: <table class="bloglist"> -> <table class="normal">; <a class="bloglink"> -> <a class="icon">; <td class="heading"><a class"link"> -> <td class="heading"><a>. ---------------------------------------------- r14997 | chibaguy | 2008-10-06 01:23:42 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] .tableheading removed following removal of class="tableheading" from template files (no properties specified for this class anyway). ---------------------------------------------- r14996 | chibaguy | 2008-10-06 01:15:07 -0400 (Mon, 06 Oct 2008) | 1 line [ENH] <td|th class="heading"<a class="tableheading"> changed to <td|th class="heading"><a>, and <td|th class="heading">{self_link _class="tableheading" . . .} changed to <td|th class="heading">{self_link . . .}. (Coming up: updating CSS files accordingly, and sorting out <td class="heading"> vs. <th class="heading"> vs. <th>) ---------------------------------------------- r14994 | nyloth | 2008-10-05 19:56:15 -0400 (Sun, 05 Oct 2008) | 1 line [FIX] path fix for some web hosting like free.fr ---------------------------------------------- r14993 | nyloth | 2008-10-05 19:54:57 -0400 (Sun, 05 Oct 2008) | 1 line [ENH] mimetypes: allow to specify a fallback when calling tiki_get_mime ---------------------------------------------- r14992 | nyloth | 2008-10-05 19:53:34 -0400 (Sun, 05 Oct 2008) | 1 line [FIX] admin system: fix for mediumtext and longtext fields ---------------------------------------------- r14991 | nyloth | 2008-10-05 19:50:40 -0400 (Sun, 05 Oct 2008) | 33 lines [NEW] comments: new 'feature_comments_moderation' to allow users with 'tiki_p_admin_comments' perm to approve (or reject) comments. If this feature is enabled, comments are queued for the moderator and are not published until it's approbation. The moderator can approve or reject comments either directly on the comments of the object (wiki page, blog post, ...), either on the 'Admin Comments' page. Users without 'tiki_p_admin_comments' perm won't see rejected and queued comments. They will also have the following comment: 'Your comment will have to be approved by the moderator before it's publication.' Rewrite tiki-list_comments.php to: * handle table column headers (e.g. if there is only one type, 'ObjectType' is not shown anymore and 'Object' is renamed to the real type name), * use the global $sections* arrays, * add a new 'types_section' param to limit the interface to only one section (i.e. blogs, faqs, ...) Also partially rewrite tiki-list_comments.tpl to: * use find.tpl, * better use smarty self_link, * add a new 'Approval' column, to approve/reject comments or see their final status (approved / rejected), * add a new 'Actions' column, to display/edit/delete each comments, * rename 'Data' column into 'Comment' Note that it's not possible to reply to (or vote for) a comment that has not been approved, even by the moderator. + Add a new param 'types_tag' to find.tpl, to allow a multiple selection of types, using checkboxes (types_tag='checkbox') + Some CSS addons to: * display a "double red" left border for rejected comments, * display a "dotted blue" left border for queued comments (those waiting for moderation), * add some opacity for both rejected and queued comments, * fix some themes to avoid scrollbars inside comments headers/titles + Delete unused smarty_tiki 'ucfirst' modifier and list it in the list of php allowed functions for smarty security + Propagate smarty 'query', 'remarksbox', ... ---------------------------------------------- r14990 | sylvieg | 2008-10-05 17:20:05 -0400 (Sun, 05 Oct 2008) | 1 line [FIX]minichat: display an error message in module if feature is not set ---------------------------------------------- r14988 | sylvieg | 2008-10-05 17:13:37 -0400 (Sun, 05 Oct 2008) | 1 line [FIX]minichat: good to check the feature but better to have the setting box ---------------------------------------------- r14987 | pkdille | 2008-10-05 02:52:21 -0400 (Sun, 05 Oct 2008) | 1 line [MOD] tracker filter: xhtml ---------------------------------------------- r14986 | lphuberdeau | 2008-10-04 14:20:27 -0400 (Sat, 04 Oct 2008) | 1 line [NEW] Add wiki mind map feature ---------------------------------------------- r14985 | lphuberdeau | 2008-10-04 14:20:05 -0400 (Sat, 04 Oct 2008) | 1 line [NEW] Add parameter replacement from the URL in the parser ---------------------------------------------- r14984 | sylvieg | 2008-10-03 16:05:54 -0400 (Fri, 03 Oct 2008) | 1 line [FIX]admin: user_assigned_modules is in module panel ---------------------------------------------- r14983 | pkdille | 2008-10-03 16:00:27 -0400 (Fri, 03 Oct 2008) | 1 line [MOD] cleanup navbar and page-bar buttons style ---------------------------------------------- r14982 | sylvieg | 2008-10-03 14:58:08 -0400 (Fri, 03 Oct 2008) | 1 line [MOD]userlist: be able to link the username to user pref or user info or user page ---------------------------------------------- r14981 | sylvieg | 2008-10-03 13:29:10 -0400 (Fri, 03 Oct 2008) | 1 line [FIX]layout: option not to display Power by Tikiwiki ---------------------------------------------- r14979 | sylvieg | 2008-10-03 13:06:47 -0400 (Fri, 03 Oct 2008) | 1 line [MOD]sqllog: a clean button ---------------------------------------------- r14978 | sept_7 | 2008-10-03 12:46:55 -0400 (Fri, 03 Oct 2008) | 2 lines [FIX] fix plugin editor with IE... still missing an abort button... ---------------------------------------------- r14977 | sept_7 | 2008-10-03 12:27:54 -0400 (Fri, 03 Oct 2008) | 2 lines [FIX] Bad XHTML... missing ending tag span ---------------------------------------------- r14976 | sept_7 | 2008-10-03 12:11:13 -0400 (Fri, 03 Oct 2008) | 2 lines [ENH] perhaps a better way to activate multiple CSSMenus... ---------------------------------------------- r14975 | ricks99 | 2008-10-03 10:59:22 -0400 (Fri, 03 Oct 2008) | 1 line [FIX]editorial fixes to some text only ---------------------------------------------- r14974 | sylvieg | 2008-10-03 10:32:12 -0400 (Fri, 03 Oct 2008) | 1 line [MOD]log: a quick hack to see the adodb logs from tw - must be done for pdo ---------------------------------------------- r14973 | Jyhem | 2008-10-03 05:49:33 -0400 (Fri, 03 Oct 2008) | 1 line [FIX] Repair search in forum queue ---------------------------------------------- r14972 | pkdille | 2008-10-03 04:20:01 -0400 (Fri, 03 Oct 2008) | 1 line [MOD] look admin panel: change bottom bar fieldset structure (delete table) ---------------------------------------------- r14969 | sylvieg | 2008-10-02 15:55:38 -0400 (Thu, 02 Oct 2008) | 1 line [FIX]setup: lastUpdatePrefs needs also to have a default ---------------------------------------------- r14967 | sylvieg | 2008-10-02 13:51:02 -0400 (Thu, 02 Oct 2008) | 1 line [FIX]fgal: when coming from the fgal list galleryId is a numeric not a table ---------------------------------------------- r14966 | lphuberdeau | 2008-10-02 13:13:52 -0400 (Thu, 02 Oct 2008) | 1 line [ENH] Allow generic parameter passing in the flash plugin ---------------------------------------------- r14965 | sylvieg | 2008-10-02 13:01:13 -0400 (Thu, 02 Oct 2008) | 1 line some unused heading classes ---------------------------------------------- r14964 | sylvieg | 2008-10-02 12:48:50 -0400 (Thu, 02 Oct 2008) | 1 line lib/tikihelp/css/main.css is not used ---------------------------------------------- r14962 | sylvieg | 2008-10-02 12:04:16 -0400 (Thu, 02 Oct 2008) | 1 line [FIX]fgal: message 'special perm' back ---------------------------------------------- r14959 | sept_7 | 2008-10-02 05:25:39 -0400 (Thu, 02 Oct 2008) | 5 lines [MOD] Some modifications : o add wikiplugin_edit class to the form in edit plugin o add a class in CSS icon_edit_section for the icon edit_section o some modifications to tikineat and tikinewt for cssmenu ---------------------------------------------- r14958 | pkdille | 2008-10-02 01:08:44 -0400 (Thu, 02 Oct 2008) | 1 line [FIX] button look: fix the look of buttons following linkbut class deleting ---------------------------------------------- r14957 | pkdille | 2008-10-02 00:49:50 -0400 (Thu, 02 Oct 2008) | 1 line [MOD] blog post list: pagination links ---------------------------------------------- r14956 | lphuberdeau | 2008-10-01 17:21:33 -0400 (Wed, 01 Oct 2008) | 1 line [FIX] Library not loaded ---------------------------------------------- r14955 | lphuberdeau | 2008-10-01 17:07:51 -0400 (Wed, 01 Oct 2008) | 1 line [FIX] Block positionning ---------------------------------------------- r14954 | sylvieg | 2008-10-01 16:08:51 -0400 (Wed, 01 Oct 2008) | 1 line [MOD]JS : back in trunk - disabled by default ---------------------------------------------- r14953 | pkdille | 2008-10-01 16:02:25 -0400 (Wed, 01 Oct 2008) | 1 line [MOD] edit and view blog: some tiny ui improvements ---------------------------------------------- r14952 | pkdille | 2008-10-01 15:59:21 -0400 (Wed, 01 Oct 2008) | 1 line [MOD] blog post list: unduplicate some code ---------------------------------------------- r14951 | pkdille | 2008-10-01 15:49:36 -0400 (Wed, 01 Oct 2008) | 1 line [MOD] reindenting code. No change ---------------------------------------------- r14950 | lphuberdeau | 2008-10-01 15:31:37 -0400 (Wed, 01 Oct 2008) | 1 line [NEW] Allow to change scale on tracker timeline ---------------------------------------------- r14949 | lphuberdeau | 2008-10-01 15:19:40 -0400 (Wed, 01 Oct 2008) | 1 line [ENH] Disabling smilies by default ---------------------------------------------- r14948 | sylvieg | 2008-10-01 14:15:35 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]plugin do not tra constant ---------------------------------------------- r14945 | sylvieg | 2008-10-01 11:27:56 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]fgal: move the popup on the left as the colums in on the right - and it can be nothing else on the right ---------------------------------------------- r14944 | sylvieg | 2008-10-01 11:04:20 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]javascript: box must be open if no javascript ---------------------------------------------- r14943 | sylvieg | 2008-10-01 10:58:38 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]fgal: tiki-upload_file can use galleryId[] ---------------------------------------------- r14942 | sept_7 | 2008-10-01 10:23:10 -0400 (Wed, 01 Oct 2008) | 2 lines [FIX] Fix typo introduce in rev 14871... ---------------------------------------------- r14941 | sylvieg | 2008-10-01 10:21:52 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]rss: align the plugin displays to the smarty displays as {rss} is now interpreted as a plugin + add np not to parse again the result ---------------------------------------------- r14940 | sept_7 | 2008-10-01 09:55:28 -0400 (Wed, 01 Oct 2008) | 2 lines [FIX] fix replacement in Tiki parser... ---------------------------------------------- r14939 | sylvieg | 2008-10-01 09:01:49 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]module: do not show toggle button if no javascript ---------------------------------------------- r14938 | sylvieg | 2008-10-01 08:56:27 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]fgal: memo only some vars in self link + a hr when javascript is not on ---------------------------------------------- r14937 | sylvieg | 2008-10-01 08:47:34 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]javascript: display box if no javascript ---------------------------------------------- r14936 | sylvieg | 2008-10-01 08:40:42 -0400 (Wed, 01 Oct 2008) | 1 line [FIX]menu: must be open if javascript is not enable ---------------------------------------------- r14935 | sept_7 | 2008-10-01 07:47:38 -0400 (Wed, 01 Oct 2008) | 2 lines [FIX] fix small JS syntax error in IE ---------------------------------------------- r14934 | sept_7 | 2008-10-01 07:46:40 -0400 (Wed, 01 Oct 2008) | 2 lines [ENH] include PHPLayer code only if PHPLayers is activated ---------------------------------------------- r14933 | sept_7 | 2008-10-01 05:30:53 -0400 (Wed, 01 Oct 2008) | 2 lines [FIX] Better fix for plugin replacement pb in header ---------------------------------------------- r14932 | sylvieg | 2008-09-30 18:08:14 -0400 (Tue, 30 Sep 2008) | 1 line [FIX]bloglist: if no max records specified go for all instead of none /more friendly ---------------------------------------------- r14930 | philippeback | 2008-09-30 16:52:57 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] : used tra() properly. ---------------------------------------------- r14929 | philippeback | 2008-09-30 16:50:43 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] : added entry for wikiplugin_back ---------------------------------------------- r14928 | philippeback | 2008-09-30 16:44:04 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] : corrected \ issue. ---------------------------------------------- r14927 | philippeback | 2008-09-30 16:38:12 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] : added wikiplugin_back pref ---------------------------------------------- r14926 | philippeback | 2008-09-30 16:32:15 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] : removed useless document.write() ---------------------------------------------- r14925 | lphuberdeau | 2008-09-30 16:17:18 -0400 (Tue, 30 Sep 2008) | 1 line [ENH] Display short syntax when plugin has no body ---------------------------------------------- r14924 | philippeback | 2008-09-30 15:47:51 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] : added back plugin. ---------------------------------------------- r14918 | ricks99 | 2008-09-30 11:28:29 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] use remove icon instead of delete (too confusing to have two identical icons for different purposes) ---------------------------------------------- r14917 | sept_7 | 2008-09-30 10:27:45 -0400 (Tue, 30 Sep 2008) | 2 lines [FIX] : probabily not a good idea... ;p ---------------------------------------------- r14916 | sept_7 | 2008-09-30 10:25:16 -0400 (Tue, 30 Sep 2008) | 2 lines [FIX] : Fix varcheck for arrays... ---------------------------------------------- r14915 | sylvieg | 2008-09-30 09:36:57 -0400 (Tue, 30 Sep 2008) | 1 line move pluginFiles to trunk to update to new file display ---------------------------------------------- r14914 | sept_7 | 2008-09-30 09:32:56 -0400 (Tue, 30 Sep 2008) | 4 lines [FIX] : we may have more than 5 tabs... but maybe 50 is out of reach... This fix pb of pages where more than five tabs are present and you go on the sixth and save the page then you have an almost blank page :( ---------------------------------------------- r14913 | sept_7 | 2008-09-30 09:26:02 -0400 (Tue, 30 Sep 2008) | 3 lines [ENH] Put a feature for Magic, default on, selectable in the old admin panel to deactivate Magic. Go to the experimental tab... ---------------------------------------------- r14912 | lphuberdeau | 2008-09-30 09:12:30 -0400 (Tue, 30 Sep 2008) | 1 line [INDENT] No changes ---------------------------------------------- r14911 | sylvieg | 2008-09-30 09:10:54 -0400 (Tue, 30 Sep 2008) | 1 line [FIX]fgal: check function is not declared ---------------------------------------------- r14908 | sylvieg | 2008-09-30 07:00:31 -0400 (Tue, 30 Sep 2008) | 1 line tra ---------------------------------------------- r14907 | sept_7 | 2008-09-30 05:41:42 -0400 (Tue, 30 Sep 2008) | 3 lines [ENH] change the plugin edit icon, to something different from the edit section icon. ---------------------------------------------- r14906 | sept_7 | 2008-09-30 05:38:40 -0400 (Tue, 30 Sep 2008) | 7 lines [FIX] fix two problem with the new parsing : o first when a heading begins with an image as in default tiki homepage, the replacement hash is in the heading id and get replaced by replace_preparse and this break the page o second move the edit button of editable plugin out of the way of the plugin content... example in heading with image, don't split the heading in two. ---------------------------------------------- r14905 | chibaguy | 2008-09-30 03:32:09 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] Child combinator (.navbar > a) added to prevent two nested borders in cases of <div class="navbar"> <span class="button2"><a>. ---------------------------------------------- r14904 | chibaguy | 2008-09-30 03:26:59 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] More specificity needed. ---------------------------------------------- r14903 | chibaguy | 2008-09-30 03:11:39 -0400 (Tue, 30 Sep 2008) | 1 line [ENH] .icon class added for removal of deprecated img border="0" tag and for styling of a.icon (no border), especially in div.navbar. ---------------------------------------------- r14902 | chibaguy | 2008-09-30 03:03:09 -0400 (Tue, 30 Sep 2008) | 1 line [ENH] Class="icon" given to anchor tags containing an icon image; enables special treatment (specifically, no border), especially in div class="navbar". Instances using function.icon not touched though. ---------------------------------------------- r14900 | matwho | 2008-09-29 19:28:54 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] and [FIX] Added some new permissions for webmail to control who can use ond/or create mail accounts. Fixed lost of other errors in webmail. Improved error reports when connecting to POP server. ---------------------------------------------- r14899 | lphuberdeau | 2008-09-29 15:42:35 -0400 (Mon, 29 Sep 2008) | 1 line [FIX] Bad extract in cookie plugin (thx pkdille) ---------------------------------------------- r14898 | lphuberdeau | 2008-09-29 15:01:24 -0400 (Mon, 29 Sep 2008) | 1 line [ENH] Support for all plugin syntaxes in plugin editor ---------------------------------------------- r14896 | lphuberdeau | 2008-09-29 11:08:20 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] Moving the {maketoc} calculation block to it's own function, reducing core parser to just over 450 lines ---------------------------------------------- r14895 | lphuberdeau | 2008-09-29 10:53:29 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] Remove {draw} from parser ---------------------------------------------- r14893 | lphuberdeau | 2008-09-29 10:38:48 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] Remove RSS plugin (already covered and compatible with existing plugin) and adding missing file ---------------------------------------------- r14892 | lphuberdeau | 2008-09-29 10:35:22 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] Remove {cookie} from parser ---------------------------------------------- r14891 | lphuberdeau | 2008-09-29 10:26:17 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] Move {picture} out of the parser ---------------------------------------------- r14890 | lphuberdeau | 2008-09-29 10:14:52 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] Extract {toc} from the parser ---------------------------------------------- r14888 | sylvieg | 2008-09-29 08:54:35 -0400 (Mon, 29 Sep 2008) | 1 line darkroom: roolback last commit on button to have a box around button - until the smarty function is ready and choose a setting ---------------------------------------------- r14887 | pkdille | 2008-09-29 05:27:42 -0400 (Mon, 29 Sep 2008) | 1 line [FIX] plugin trackerfilter: typo ---------------------------------------------- r14886 | pkdille | 2008-09-29 05:26:28 -0400 (Mon, 29 Sep 2008) | 1 line [FIX] plugin rcontent: fix function name (which was already declared in wikiplugin_content) ---------------------------------------------- r14884 | chibaguy | 2008-09-29 00:08:44 -0400 (Mon, 29 Sep 2008) | 1 line [FIX] Adjustments in stylesheets for a.linkbut -> .button2 a changes in templates. ---------------------------------------------- r14883 | chibaguy | 2008-09-28 23:59:57 -0400 (Sun, 28 Sep 2008) | 1 line [FIX] Child combinator added for .tip so it doesn't affect .rbox .tip instances. ---------------------------------------------- r14879 | brian_moore | 2008-09-26 17:28:19 -0400 (Fri, 26 Sep 2008) | 1 line more sefurl-ing on blogs and image gals ---------------------------------------------- r14877 | sylvieg | 2008-09-26 14:06:07 -0400 (Fri, 26 Sep 2008) | 1 line [FIX]plugin: values like y or n must not be translated ---------------------------------------------- r14876 | sylvieg | 2008-09-26 12:02:28 -0400 (Fri, 26 Sep 2008) | 1 line index on tiki_banners ---------------------------------------------- r14875 | sylvieg | 2008-09-26 11:34:26 -0400 (Fri, 26 Sep 2008) | 1 line [FIX] display the name of the missing feature: shoukld be nice to replace with the info in features.csv - any volunteer? ---------------------------------------------- r14874 | sylvieg | 2008-09-26 11:27:14 -0400 (Fri, 26 Sep 2008) | 1 line [FIX]calendar: when changing the time in the event module, resynchronise the main calendar with it ---------------------------------------------- r14873 | chibaguy | 2008-09-26 03:31:19 -0400 (Fri, 26 Sep 2008) | 1 line [FIX] .rbox and other misc. small fixes ---------------------------------------------- r14872 | chibaguy | 2008-09-26 01:43:42 -0400 (Fri, 26 Sep 2008) | 1 line [FIX] Remaining instances of <a class="linkbut"> (those not inside div class="navbar" or already inside <span class="button2">, etc.) changed to <span class="button2"><a>, so all instances should have this format now. ---------------------------------------------- r14871 | chibaguy | 2008-09-26 01:30:35 -0400 (Fri, 26 Sep 2008) | 1 line [FIX] Remaining instances of <a class="linkbut"> (those not inside div class="navbar" or already inside <span class="button2">, etc.) changed to <span class="button2"><a>, so all instances should have this format now. (A few files remaining pending commit conflict resolution.) ---------------------------------------------- r14868 | brian_moore | 2008-09-25 19:09:36 -0400 (Thu, 25 Sep 2008) | 1 line start of sefurl-ing the bonus non-wiki features of tw ---------------------------------------------- r14867 | lphuberdeau | 2008-09-25 17:29:43 -0400 (Thu, 25 Sep 2008) | 1 line [MOD] Moving the file wiki syntax to a plugin ---------------------------------------------- r14866 | lphuberdeau | 2008-09-25 17:05:10 -0400 (Thu, 25 Sep 2008) | 1 line [MOD] Parameter documentation on the image plugin. ---------------------------------------------- r14865 | lphuberdeau | 2008-09-25 16:53:08 -0400 (Thu, 25 Sep 2008) | 1 line [MOD] Moving code to plugins, keeping backwards compatibility, fixing edge case in parameter separation ---------------------------------------------- r14864 | lphuberdeau | 2008-09-25 15:29:22 -0400 (Thu, 25 Sep 2008) | 1 line [FIX] Oops, old debug info ---------------------------------------------- r14863 | lphuberdeau | 2008-09-25 15:22:57 -0400 (Thu, 25 Sep 2008) | 1 line [MOD] Modify parser to catch {foobar hello=world} as a plugin (also does a lot of clean-up, add quote escaping with backslash, make comma separation optional) ---------------------------------------------- r14862 | sylvieg | 2008-09-25 13:57:03 -0400 (Thu, 25 Sep 2008) | 1 line [MOD]user: be able to send a mail to a list of users, the mail content is a wiki page content in a smarty format, the mail subject is the page description ---------------------------------------------- r14861 | lphuberdeau | 2008-09-25 13:32:15 -0400 (Thu, 25 Sep 2008) | 1 line [MOD] Display details & timeline ---------------------------------------------- r14860 | sylvieg | 2008-09-25 10:09:36 -0400 (Thu, 25 Sep 2008) | 1 line self_link ---------------------------------------------- r14859 | sylvieg | 2008-09-25 10:01:30 -0400 (Thu, 25 Sep 2008) | 1 line self_link + pagination ---------------------------------------------- r14855 | lphuberdeau | 2008-09-24 14:44:00 -0400 (Wed, 24 Sep 2008) | 1 line [NEW] Webservice registration through profiles ---------------------------------------------- r14854 | matwho | 2008-09-24 14:42:36 -0400 (Wed, 24 Sep 2008) | 1 line [FIX][MOD] Added fields to tiki_user_mail_accounts and tiki_webmail_messages. Need this to go with previous commits. ---------------------------------------------- r14851 | matwho | 2008-09-24 12:59:42 -0400 (Wed, 24 Sep 2008) | 1 line [MOD] Now also runs PHP directly from command line without need to execute php via a server, if no host specified then runs php off comnd line. ---------------------------------------------- r14850 | sylvieg | 2008-09-24 11:49:29 -0400 (Wed, 24 Sep 2008) | 1 line linkbut over ---------------------------------------------- r14849 | sylvieg | 2008-09-24 11:32:12 -0400 (Wed, 24 Sep 2008) | 1 line [FIX] no more linkbut ---------------------------------------------- r14848 | lphuberdeau | 2008-09-24 11:26:08 -0400 (Wed, 24 Sep 2008) | 1 line [FIX] Solve the PDO-AdoDB concat() incompatibility ---------------------------------------------- r14846 | sylvieg | 2008-09-24 11:15:40 -0400 (Wed, 24 Sep 2008) | 1 line [MOD]fgal: button to download in a zip a set of files (not working for suggal now) ---------------------------------------------- r14845 | sylvieg | 2008-09-24 11:08:13 -0400 (Wed, 24 Sep 2008) | 1 line [MOD]fgal: button to download in a zip a set of files (not working for suggal now) ---------------------------------------------- r14844 | sept_7 | 2008-09-24 11:06:48 -0400 (Wed, 24 Sep 2008) | 2 lines [FIX] : fix PDO... bad test... :( ---------------------------------------------- r14843 | lphuberdeau | 2008-09-24 10:57:55 -0400 (Wed, 24 Sep 2008) | 1 line [FIX] Shell argument exception for clean installs ---------------------------------------------- r14842 | lphuberdeau | 2008-09-24 10:20:42 -0400 (Wed, 24 Sep 2008) | 1 line [FIX] Field was too short ---------------------------------------------- r14841 | lphuberdeau | 2008-09-24 10:11:52 -0400 (Wed, 24 Sep 2008) | 1 line [FIX] Oops... missing suffix ---------------------------------------------- r14837 | lphuberdeau | 2008-09-24 09:55:50 -0400 (Wed, 24 Sep 2008) | 1 line [MOD] Database upgrade script revamp (from branches/experimental/upgrade) ---------------------------------------------- r14832 | sylvieg | 2008-09-23 15:28:30 -0400 (Tue, 23 Sep 2008) | 1 line [FIX]fgal: useless br ---------------------------------------------- r14830 | lphuberdeau | 2008-09-23 14:38:12 -0400 (Tue, 23 Sep 2008) | 1 line [FIX] Release script to support minor releases ---------------------------------------------- r14829 | sylvieg | 2008-09-23 13:41:38 -0400 (Tue, 23 Sep 2008) | 1 line [MOD]plugin: plugin ftp to be able to download from a ftp site(see doc.tw.org) ---------------------------------------------- r14825 | sylvieg | 2008-09-23 13:08:07 -0400 (Tue, 23 Sep 2008) | 1 line [MOD]fgal: move the lock part only for non image + use user_has_perm ---------------------------------------------- r14822 | sylvieg | 2008-09-23 09:10:23 -0400 (Tue, 23 Sep 2008) | 1 line [FIX]lang: fix if site default language is not en and if user has his lang = default site (some pages like tiki-user_preferences,php were not translated ---------------------------------------------- r14820 | sylvieg | 2008-09-23 08:51:08 -0400 (Tue, 23 Sep 2008) | 1 line prefs[language] can be null if site default ---------------------------------------------- r14815 | matwho | 2008-09-22 23:15:15 -0400 (Mon, 22 Sep 2008) | 1 line [FIX] Removed some debugging code. ---------------------------------------------- r14814 | matwho | 2008-09-22 23:07:07 -0400 (Mon, 22 Sep 2008) | 1 line [MOD] and [FIX] Added click on flag to toggle, Flag/Un-flag icons on mail mesages in group mail accounts, added a flag message field to make it easy to see who and when a flag was set, added an admin option to turn flags on/off. ---------------------------------------------- r14811 | lphuberdeau | 2008-09-22 17:53:47 -0400 (Mon, 22 Sep 2008) | 1 line [FIX] Invalidate cache when modifying plugin alias ---------------------------------------------- r14810 | lphuberdeau | 2008-09-22 17:51:35 -0400 (Mon, 22 Sep 2008) | 1 line [NEW] Display tracker items on a timeline ---------------------------------------------- r14805 | nyloth | 2008-09-22 16:34:43 -0400 (Mon, 22 Sep 2008) | 2 lines [SEC] tiki setup: fix vulnerability due to how _REQUEST was checked and rebuild, and due to how the error was handled in case of input type problem + optimize code in terms of performance + handle multiple error messages + reduce _REQUEST to only _GET and _POST + remove useless code & comments ---------------------------------------------- r14804 | nyloth | 2008-09-22 16:20:05 -0400 (Mon, 22 Sep 2008) | 1 line [KIL] tiki setup: remove some PHP4 compatibility files since it's no more supported in 3.x+ ---------------------------------------------- r14803 | matwho | 2008-09-22 14:26:40 -0400 (Mon, 22 Sep 2008) | 1 line [FIX] Adjusted the css so that the Magic menu bar is legible in Safari and presumably Konqueror as well. Also removed some ugly padding seen in IE. ---------------------------------------------- r14802 | sylvieg | 2008-09-22 13:35:41 -0400 (Mon, 22 Sep 2008) | 1 line [MOD]calendar: status can be optional + status can be displayed or not in calendar view mode + sttaus can be displayed or not in popup + fix default status ---------------------------------------------- r14797 | lphuberdeau | 2008-09-22 09:00:04 -0400 (Mon, 22 Sep 2008) | 1 line [NEW] Allow to copy template in form from suggestion ---------------------------------------------- r14796 | lphuberdeau | 2008-09-22 08:48:30 -0400 (Mon, 22 Sep 2008) | 1 line [FIX] Removing hardcoded paths ---------------------------------------------- r14795 | lphuberdeau | 2008-09-22 08:27:18 -0400 (Mon, 22 Sep 2008) | 1 line [FIX] Closing comments usually help scripts run ---------------------------------------------- r14794 | sylvieg | 2008-09-22 08:14:07 -0400 (Mon, 22 Sep 2008) | 1 line [FIX]ergistration: remember antibot if email is incorrect + fix remember group + take the float style (for tikinewt) ---------------------------------------------- r14790 | matwho | 2008-09-21 18:53:29 -0400 (Sun, 21 Sep 2008) | 1 line [MOD] Minor tidy up to template, also added ability to refesh message list. ---------------------------------------------- r14789 | matwho | 2008-09-21 18:51:49 -0400 (Sun, 21 Sep 2008) | 1 line [FIX] Corrected several errors with message flags update SQL. ---------------------------------------------- r14788 | matwho | 2008-09-21 18:49:59 -0400 (Sun, 21 Sep 2008) | 1 line [FIX] Corrected several errors with read/unread/flagged markers and corrected actions drop down so it now works on all messages displayed. ---------------------------------------------- r14787 | matwho | 2008-09-21 17:47:37 -0400 (Sun, 21 Sep 2008) | 1 line [MOD] Removed edit document links for Google docs and presentations, you dont nead them, so it looks better without ---------------------------------------------- r14786 | matwho | 2008-09-21 17:43:10 -0400 (Sun, 21 Sep 2008) | 1 line [FIX] Corrected capitalisation problem with Message-ID e-mail headers. ---------------------------------------------- r14785 | sylvieg | 2008-09-21 17:35:01 -0400 (Sun, 21 Sep 2008) | 1 line [FIX]freetag: at least do not return the object that can not be seen: quick patch - do not respect pagination... ---------------------------------------------- r14784 | sylvieg | 2008-09-21 16:13:34 -0400 (Sun, 21 Sep 2008) | 1 line [FIX]lang: missing commit for sync language ---------------------------------------------- r14782 | chibaguy | 2008-09-20 05:46:55 -0400 (Sat, 20 Sep 2008) | 1 line [ENH] Unneeded class removed from a class="linkbut" instances inside of div|span class="button2" and div class="navbar". .button2 a and .navbar a can be used instead when necessary. Other instances of a class="linkbut" not touched. ---------------------------------------------- r14781 | matwho | 2008-09-20 04:51:03 -0400 (Sat, 20 Sep 2008) | 1 line [FIX] Made tiki-psplugin.php work and added some comments ---------------------------------------------- r14779 | matwho | 2008-09-19 20:13:32 -0400 (Fri, 19 Sep 2008) | 1 line [FIX] Google docs better link to docs ---------------------------------------------- r14778 | matwho | 2008-09-19 19:17:57 -0400 (Fri, 19 Sep 2008) | 2 lines [ENH] Google docs wiki page plugin, now supports spreadsheets, wordprocessor docs and presentations ---------------------------------------------- r14777 | sylvieg | 2008-09-19 19:09:31 -0400 (Fri, 19 Sep 2008) | 1 line [FIX]lang: when using custom.php language, array_merge is used and changes all the numeric keys so that lang[1] can become 2: --> big awful patch take away the translation of any numbers (as it is not done everywhere, can have sense), use something else than array_merge but what?, have another format in custom.php to not uase array_merge?? ---------------------------------------------- r14775 | matwho | 2008-09-19 18:16:09 -0400 (Fri, 19 Sep 2008) | 1 line [NEW] Google docs wiki page plugin. ---------------------------------------------- r14773 | sylvieg | 2008-09-19 14:42:43 -0400 (Fri, 19 Sep 2008) | 1 line [FIX] pageLang can be empty ---------------------------------------------- r14772 | sylvieg | 2008-09-19 14:13:37 -0400 (Fri, 19 Sep 2008) | 1 line [FIX]magic: until not operationel commit in both mode ---------------------------------------------- r14771 | jonnybradley | 2008-09-19 13:53:14 -0400 (Fri, 19 Sep 2008) | 2 lines [FIX] HTML parser (walk_and_parse()) now copes with tables with more than one row (only works for feature_wiki_tables=new) ---------------------------------------------- r14770 | lphuberdeau | 2008-09-19 13:43:17 -0400 (Fri, 19 Sep 2008) | 1 line [NEW] Export page list as web services ---------------------------------------------- r14769 | jonnybradley | 2008-09-19 13:39:33 -0400 (Fri, 19 Sep 2008) | 1 line [ENH] Reformatting only walk_and_parse() func - no code changed ---------------------------------------------- r14768 | Jyhem | 2008-09-19 12:38:07 -0400 (Fri, 19 Sep 2008) | 1 line [FIX] Default value of site style should be current style ---------------------------------------------- r14767 | lphuberdeau | 2008-09-19 12:16:49 -0400 (Fri, 19 Sep 2008) | 1 line [MOD] Adapting accesslib not to spit out html if not requested ---------------------------------------------- r14766 | lphuberdeau | 2008-09-19 10:13:36 -0400 (Fri, 19 Sep 2008) | 1 line [MOD] Allow token replacement in translation strings to allow real localization ---------------------------------------------- r14765 | lphuberdeau | 2008-09-19 10:13:24 -0400 (Fri, 19 Sep 2008) | 1 line [INDENT] No changes ---------------------------------------------- r14764 | sylvieg | 2008-09-19 09:14:12 -0400 (Fri, 19 Sep 2008) | 1 line [FIX]tracker: fix the param itemId in TRACKERLIST ---------------------------------------------- r14763 | Jyhem | 2008-09-19 08:24:30 -0400 (Fri, 19 Sep 2008) | 1 line [FIX] Correct someone's oops ---------------------------------------------- r14762 | matwho | 2008-09-19 06:42:29 -0400 (Fri, 19 Sep 2008) | 1 line [ENH] Added 2 fields to upgrade script to allow for group/shared email inboxes in webmail ---------------------------------------------- r14761 | matwho | 2008-09-19 06:31:14 -0400 (Fri, 19 Sep 2008) | 1 line [ENH] Added 2 fields to allow for group/shared email inboxes in webmail ---------------------------------------------- r14757 | lphuberdeau | 2008-09-18 15:08:19 -0400 (Thu, 18 Sep 2008) | 1 line [NEW] Allow to display multiple languages in a single page ---------------------------------------------- r14754 | lphuberdeau | 2008-09-18 13:39:51 -0400 (Thu, 18 Sep 2008) | 1 line [MOD] Linking new admin features from the user interface ---------------------------------------------- r14751 | lphuberdeau | 2008-09-18 12:43:29 -0400 (Thu, 18 Sep 2008) | 1 line [ENH] Remove duplicates from profile list when profile is in multiple categories ---------------------------------------------- r14750 | lphuberdeau | 2008-09-18 12:05:53 -0400 (Thu, 18 Sep 2008) | 1 line [NEW] Support user input as part of profile creation ---------------------------------------------- r14749 | lphuberdeau | 2008-09-18 10:58:38 -0400 (Thu, 18 Sep 2008) | 1 line [FIX] Conflict with mootools ---------------------------------------------- r14748 | wings-of-glory | 2008-09-18 10:16:22 -0400 (Thu, 18 Sep 2008) | 1 line [ENH]: calendar feature: events now reflect calendar colors in day view ---------------------------------------------- r14747 | sylvieg | 2008-09-18 10:14:28 -0400 (Thu, 18 Sep 2008) | 1 line [FIX]fgal: can be able to unzip files in a directory ---------------------------------------------- r14746 | sylvieg | 2008-09-18 10:13:42 -0400 (Thu, 18 Sep 2008) | 1 line [FIX]pclzip: upgrade to 2.6 (our 2.5 was exactly the one on phpconcept.net) + dos2unix ---------------------------------------------- r14745 | lphuberdeau | 2008-09-18 09:53:50 -0400 (Thu, 18 Sep 2008) | 1 line [FIX] Separating translation from multilingual and making urgent translation optional ---------------------------------------------- r14742 | lphuberdeau | 2008-09-18 08:54:21 -0400 (Thu, 18 Sep 2008) | 1 line [FIX] Page lookup from wiki links would not work on accentuated characters ---------------------------------------------- r14741 | wings-of-glory | 2008-09-18 08:08:37 -0400 (Thu, 18 Sep 2008) | 1 line [FIX]: fixed an issue with article images -> uploading of images did not work on some restricted servers. ---------------------------------------------- r14737 | chibaguy | 2008-09-18 00:15:52 -0400 (Thu, 18 Sep 2008) | 1 line [FIX] Better method to list items horizontally. Thanks to MacLeod. ---------------------------------------------- r14736 | lphuberdeau | 2008-09-17 15:25:22 -0400 (Wed, 17 Sep 2008) | 1 line [NEW] Allow creation of plugin alias from profiles ---------------------------------------------- r14735 | lphuberdeau | 2008-09-17 14:44:52 -0400 (Wed, 17 Sep 2008) | 1 line [MOD] Include plugin alias in plugin help ---------------------------------------------- r14734 | lphuberdeau | 2008-09-17 14:22:35 -0400 (Wed, 17 Sep 2008) | 1 line [NEW] Add support for blogs in profiles ---------------------------------------------- r14731 | sylvieg | 2008-09-17 11:23:30 -0400 (Wed, 17 Sep 2008) | 1 line [FIX]tracker: do not use the default values from TRACKER if it it an already existing item ---------------------------------------------- r14730 | sept_7 | 2008-09-17 11:15:41 -0400 (Wed, 17 Sep 2008) | 2 lines [ENH] just some layout cleanup and adding space... ---------------------------------------------- r14729 | sylvieg | 2008-09-17 09:52:31 -0400 (Wed, 17 Sep 2008) | 1 line [MOD]tracker: do not need the insert item when tabs is on ---------------------------------------------- r14728 | lphuberdeau | 2008-09-17 09:49:18 -0400 (Wed, 17 Sep 2008) | 1 line [MOD] Add ability to remove elements and fix some escaping issues ---------------------------------------------- r14727 | sylvieg | 2008-09-17 08:50:18 -0400 (Wed, 17 Sep 2008) | 1 line [FIX]calendar: rollback 14482 - but but the goto or duplicate button at the top-> this need to be redone ---------------------------------------------- r14723 | chibaguy | 2008-09-17 02:30:54 -0400 (Wed, 17 Sep 2008) | 1 line [FIX] Deprecated img border="0" removed (handled by CSS). ---------------------------------------------- r14720 | sylvieg | 2008-09-16 13:54:06 -0400 (Tue, 16 Sep 2008) | 1 line default prefs ---------------------------------------------- r14719 | lphuberdeau | 2008-09-16 13:52:52 -0400 (Tue, 16 Sep 2008) | 1 line [NEW] Support for webservice registry ---------------------------------------------- r14718 | sylvieg | 2008-09-16 13:52:43 -0400 (Tue, 16 Sep 2008) | 1 line [MOD]module: confirmation step to unassign a module ---------------------------------------------- r14717 | sylvieg | 2008-09-16 11:28:47 -0400 (Tue, 16 Sep 2008) | 1 line [FIX]calendar: move the config button in the title ---------------------------------------------- r14716 | matwho | 2008-09-16 10:12:06 -0400 (Tue, 16 Sep 2008) | 1 line Fixed mark as flagged in webmail ---------------------------------------------- r14715 | sylvieg | 2008-09-16 09:39:06 -0400 (Tue, 16 Sep 2008) | 1 line [MOD]tracker: each value can be delimited with a to be able to contain : and , ---------------------------------------------- r14714 | sylvieg | 2008-09-16 09:37:39 -0400 (Tue, 16 Sep 2008) | 1 line [FIX]plugin: smarty syntax ---------------------------------------------- r14713 | sylvieg | 2008-09-16 09:00:22 -0400 (Tue, 16 Sep 2008) | 1 line [FIX]fgal: upload screen tuning: navbar to be able to navigate after upload + second box in a table to have clean display if divs are not floating ---------------------------------------------- r14712 | chibaguy | 2008-09-16 02:06:49 -0400 (Tue, 16 Sep 2008) | 1 line [FIX] CSS validator errors. ---------------------------------------------- r14710 | sylvieg | 2008-09-15 19:26:19 -0400 (Mon, 15 Sep 2008) | 1 line [FIX]fgal: upload and add button was not working if a username was containing a quote - the javascript was broken - must the username modifier contain the fix???? ---------------------------------------------- r14709 | sylvieg | 2008-09-15 16:19:42 -0400 (Mon, 15 Sep 2008) | 1 line [MOD]calendar: admin with tab and pagination ---------------------------------------------- r14707 | sylvieg | 2008-09-15 13:03:07 -0400 (Mon, 15 Sep 2008) | 1 line must move to mods ---------------------------------------------- r14706 | sylvieg | 2008-09-15 07:57:30 -0400 (Mon, 15 Sep 2008) | 1 line rollback: you have to update your databse and delete your session ---------------------------------------------- r14705 | pkdille | 2008-09-15 05:45:05 -0400 (Mon, 15 Sep 2008) | 1 line [MOD] formatting navbar in some templates ---------------------------------------------- r14704 | rlpowell | 2008-09-14 22:15:09 -0400 (Sun, 14 Sep 2008) | 2 lines Another PHP error fix. ---------------------------------------------- r14703 | rlpowell | 2008-09-14 22:11:46 -0400 (Sun, 14 Sep 2008) | 2 lines Makes a PHP error go away. ---------------------------------------------- r14702 | sylvieg | 2008-09-14 15:46:13 -0400 (Sun, 14 Sep 2008) | 1 line [FIX]fgal: perm chacking + to have the galleryId assigned in smarty ---------------------------------------------- r14701 | pkdille | 2008-09-14 14:46:02 -0400 (Sun, 14 Sep 2008) | 1 line [MOD] formatting navbar in some templates ---------------------------------------------- r14700 | pkdille | 2008-09-14 08:32:45 -0400 (Sun, 14 Sep 2008) | 1 line [MOD] edit programmed content: formatting navbar and indenting code. ---------------------------------------------- r14699 | sylvieg | 2008-09-13 13:23:46 -0400 (Sat, 13 Sep 2008) | 1 line [MOD]freetag: no need to reload the page if a tag is randomly supplied ---------------------------------------------- r14696 | pkdille | 2008-09-13 01:31:12 -0400 (Sat, 13 Sep 2008) | 1 line [FIX] delete debug info ---------------------------------------------- r14695 | sylvieg | 2008-09-12 16:58:27 -0400 (Fri, 12 Sep 2008) | 1 line [FIX]tracker: the option filtervalue=#user has no sense has filtervalue is the like comparaison - must use exactvalue=#user to have the user and not somebody with a name containing the user name ---------------------------------------------- r14694 | pkdille | 2008-09-12 15:17:05 -0400 (Fri, 12 Sep 2008) | 1 line [MOD] calendars: give an easier way to create a calendar. Homogenize the link to admin feature (in title). ---------------------------------------------- r14693 | sylvieg | 2008-09-12 13:00:58 -0400 (Fri, 12 Sep 2008) | 1 line [FIX]IE7: IE7 was confused with a name and and ID with the same name ---------------------------------------------- r14692 | ricks99 | 2008-09-12 12:06:37 -0400 (Fri, 12 Sep 2008) | 1 line [FIX]Better ordering labeling of quicktags [Bug 1621] ---------------------------------------------- r14691 | sylvieg | 2008-09-12 11:04:10 -0400 (Fri, 12 Sep 2008) | 1 line oops forget a line - not good to commit where you are not testing ---------------------------------------------- r14689 | sylvieg | 2008-09-12 10:22:43 -0400 (Fri, 12 Sep 2008) | 1 line [FIX] work now for FF, IE6, IE7, Opera, Safari ---------------------------------------------- r14688 | sylvieg | 2008-09-12 09:34:22 -0400 (Fri, 12 Sep 2008) | 1 line [FIX]css menu: min-width to be able to have long option name in menu ---------------------------------------------- r14687 | ricks99 | 2008-09-12 09:04:07 -0400 (Fri, 12 Sep 2008) | 1 line [FIX]fix error message (email vs username) ---------------------------------------------- r14686 | ricks99 | 2008-09-12 09:03:34 -0400 (Fri, 12 Sep 2008) | 1 line [MOD]Include password strength checker, include name/pw requirements in note (as on registration page) ---------------------------------------------- r14681 | sylvieg | 2008-09-11 18:09:18 -0400 (Thu, 11 Sep 2008) | 1 line [FIX]freetag: feature_perm check ---------------------------------------------- r14680 | sylvieg | 2008-09-11 15:30:58 -0400 (Thu, 11 Sep 2008) | 1 line recover the Email this page at the bottom of the screen + do not display it at the top if displayed at the bottom ---------------------------------------------- r14678 | sylvieg | 2008-09-11 13:50:03 -0400 (Thu, 11 Sep 2008) | 1 line [FIX]banner: feature check ---------------------------------------------- r14677 | lphuberdeau | 2008-09-11 12:50:13 -0400 (Thu, 11 Sep 2008) | 1 line [FIX] Translation was broken ---------------------------------------------- r14676 | lphuberdeau | 2008-09-11 12:49:14 -0400 (Thu, 11 Sep 2008) | 1 line [FIX] Apply filtering on remote data ---------------------------------------------- r14675 | sylvieg | 2008-09-11 11:39:44 -0400 (Thu, 11 Sep 2008) | 1 line [MOD]category: current object category collector to be able to test a category in tpls ---------------------------------------------- r14673 | chibaguy | 2008-09-11 00:23:35 -0400 (Thu, 11 Sep 2008) | 1 line [FIX] contrast problem in wiki page diff. ---------------------------------------------- r14672 | ricks99 | 2008-09-10 15:48:13 -0400 (Wed, 10 Sep 2008) | 1 line [MOD]tell users how long the remember me is active ---------------------------------------------- r14671 | sylvieg | 2008-09-10 15:00:54 -0400 (Wed, 10 Sep 2008) | 1 line [FIX]parse: %%% must be parsed before dynamic var for no interference ---------------------------------------------- r14670 | sylvieg | 2008-09-10 13:22:32 -0400 (Wed, 10 Sep 2008) | 1 line [MOD] try to force display_error if some errors reporting is asked - it can work on some servers ---------------------------------------------- r14669 | sylvieg | 2008-09-10 12:38:58 -0400 (Wed, 10 Sep 2008) | 1 line [FIX]ajax: when using ajax - always go back at the top of the window (ex: in admin->quicktags or pagination on tiki-listpages) ---------------------------------------------- r14666 | Jyhem | 2008-09-10 11:05:43 -0400 (Wed, 10 Sep 2008) | 1 line [FIX] Ooops, userlink should not be escaped. ---------------------------------------------- r14662 | ricks99 | 2008-09-10 09:47:37 -0400 (Wed, 10 Sep 2008) | 1 line [MOD]lots of notes, tips, and dependencies added ---------------------------------------------- r14661 | Jyhem | 2008-09-10 09:13:53 -0400 (Wed, 10 Sep 2008) | 1 line [ENH] Capitalisation ---------------------------------------------- r14660 | Jyhem | 2008-09-10 09:01:26 -0400 (Wed, 10 Sep 2008) | 1 line [SEC] Some missing escapes on input variables ---------------------------------------------- r14659 | Jyhem | 2008-09-10 05:17:42 -0400 (Wed, 10 Sep 2008) | 1 line [FIX] Display complete email ---------------------------------------------- r14657 | sylvieg | 2008-09-09 18:11:04 -0400 (Tue, 09 Sep 2008) | 1 line [FIX] {title} must use {query} to use auto_query_args to avoid param like remove ---------------------------------------------- r14656 | sylvieg | 2008-09-09 18:09:38 -0400 (Tue, 09 Sep 2008) | 1 line [FIX] find tpl works only with maxRecords ---------------------------------------------- r14654 | sylvieg | 2008-09-09 17:29:36 -0400 (Tue, 09 Sep 2008) | 1 line [FIX]notif: fix pagination + nb of column on find ---------------------------------------------- r14653 | sylvieg | 2008-09-09 14:05:49 -0400 (Tue, 09 Sep 2008) | 1 line [FIX] filter_name can be empoty in tiki-g-admin_processes.php ---------------------------------------------- r14652 | sylvieg | 2008-09-09 13:59:45 -0400 (Tue, 09 Sep 2008) | 1 line oops: commit an unfinished feature ---------------------------------------------- r14651 | sept_7 | 2008-09-09 13:38:13 -0400 (Tue, 09 Sep 2008) | 4 lines [FIX] fix strange identity change... harmless only smarty user variable is modified but users get scared. change unused info['user'] to smarty variable onwer for now... ---------------------------------------------- r14650 | sylvieg | 2008-09-09 13:35:47 -0400 (Tue, 09 Sep 2008) | 1 line [MOD]translation: add a feature - can be multilingual wihtout using the translation assistant ---------------------------------------------- r14649 | niclone | 2008-09-09 11:39:31 -0400 (Tue, 09 Sep 2008) | 3 lines [FIX] newsletters: allow to separate emails list with any characters that are not usable in email, instead of ',' only. ---------------------------------------------- r14648 | sylvieg | 2008-09-09 10:26:10 -0400 (Tue, 09 Sep 2008) | 1 line [FIX]newsletter: to be able to delete inscription with bad formatted email(ex: with CR ---------------------------------------------- r14646 | sylvieg | 2008-09-08 17:31:27 -0400 (Mon, 08 Sep 2008) | 1 line [FIX]tracker: to have a trackerlist with view=user working for anonymous ---------------------------------------------- r14640 | Jyhem | 2008-09-08 14:50:46 -0400 (Mon, 08 Sep 2008) | 1 line [FIX] url_host is not meant to include the port number ---------------------------------------------- r14638 | sylvieg | 2008-09-08 14:07:16 -0400 (Mon, 08 Sep 2008) | 1 line [MOD]tracker: disoplays item list value in TRACKER ---------------------------------------------- r14635 | sylvieg | 2008-09-08 09:41:46 -0400 (Mon, 08 Sep 2008) | 1 line [FIX] to have the right page name in the bar with sefurl, page must also be switch in switch_lang: the best should be to get the full url somewhere ---------------------------------------------- r14634 | sylvieg | 2008-09-08 09:11:44 -0400 (Mon, 08 Sep 2008) | 1 line [FIX] label for trackerfilter ---------------------------------------------- r14633 | rischconsulting | 2008-09-07 18:22:47 -0400 (Sun, 07 Sep 2008) | 1 line [FIX]Fix RSS feed with page selector and fix typo ---------------------------------------------- r14632 | alain_desilets | 2008-09-07 13:47:44 -0400 (Sun, 07 Sep 2008) | 2 lines - Translation diffs can now be shown in either html of inline style. ---------------------------------------------- r14631 | wings-of-glory | 2008-09-07 11:08:29 -0400 (Sun, 07 Sep 2008) | 1 line [ENH]: calendar feature: user can set default event status for individual calendars. when adding an event to a specific calendar the default event status will be selected. ---------------------------------------------- r14630 | lphuberdeau | 2008-09-07 08:55:58 -0400 (Sun, 07 Sep 2008) | 1 line [NEW] Webservice plugin ---------------------------------------------- r14629 | lphuberdeau | 2008-09-06 10:10:24 -0400 (Sat, 06 Sep 2008) | 1 line [FIX] Preview mode strip <x> ---------------------------------------------- r14628 | sylvieg | 2008-09-06 07:59:34 -0400 (Sat, 06 Sep 2008) | 1 line missing redirect plugin ---------------------------------------------- r14627 | lphuberdeau | 2008-09-06 07:19:25 -0400 (Sat, 06 Sep 2008) | 1 line [FIX] Remove the <x> from wiki content to avoid problems in plugin parameters ---------------------------------------------- r14626 | alain_desilets | 2008-09-06 06:39:37 -0400 (Sat, 06 Sep 2008) | 3 lines - When translating a page, if you forget to specify the language of the translation, Tiki will tell you, and ask you to choose a language. ---------------------------------------------- r14625 | lphuberdeau | 2008-09-05 20:54:59 -0400 (Fri, 05 Sep 2008) | 1 line [EHN] Scroll down to results when refreshing results in profiles ---------------------------------------------- r14623 | bitey | 2008-09-05 17:43:22 -0400 (Fri, 05 Sep 2008) | 1 line [ENH] Magic is now even magicer. Items in the feature table can now have an associated tip. I may have untabbed the interface (sorry lph). Headings are now more distinct. The header bar now includes a link to configure features if you are using a feature. Changes to configuration now appear in the syslog. Dropdowns with multi-select are also supported. Everybody Dance! ---------------------------------------------- r14622 | lphuberdeau | 2008-09-05 16:42:23 -0400 (Fri, 05 Sep 2008) | 1 line [MOD] Displaying gauge to show completeness ---------------------------------------------- r14621 | sylvieg | 2008-09-05 16:29:25 -0400 (Fri, 05 Sep 2008) | 1 line [FIX]wiki: automatically refresh backlink when turning the feature on/off ---------------------------------------------- r14620 | lphuberdeau | 2008-09-05 16:03:06 -0400 (Fri, 05 Sep 2008) | 1 line [FIX] Fields lengths to install on windows mysql (strict settings by default) ---------------------------------------------- r14619 | Jyhem | 2008-09-05 15:24:13 -0400 (Fri, 05 Sep 2008) | 1 line [FIX] Keep all articletrailer items on the same line, especially the language selector ---------------------------------------------- r14615 | sept_7 | 2008-09-05 06:09:45 -0400 (Fri, 05 Sep 2008) | 2 lines [FIX] XHTML validation delete extra '"' ---------------------------------------------- r14614 | sept_7 | 2008-09-05 04:38:47 -0400 (Fri, 05 Sep 2008) | 2 lines [ENH] put tips in the right place for the menu and preserve tab position ---------------------------------------------- r14613 | chibaguy | 2008-09-05 02:35:03 -0400 (Fri, 05 Sep 2008) | 1 line [FIX] Smarty comment tags caused validation error. ---------------------------------------------- r14610 | sylvieg | 2008-09-04 13:41:19 -0400 (Thu, 04 Sep 2008) | 1 line [FIX]tracker: better managment of list_mode ->new a param to TRACKERLIST ---------------------------------------------- r14608 | sylvieg | 2008-09-04 11:57:14 -0400 (Thu, 04 Sep 2008) | 1 line [FIX] to have the last choice selected for d option ---------------------------------------------- r14607 | sylvieg | 2008-09-04 11:29:45 -0400 (Thu, 04 Sep 2008) | 1 line [MOD]log: can also filter on ip ---------------------------------------------- r14606 | sylvieg | 2008-09-04 11:16:25 -0400 (Thu, 04 Sep 2008) | 1 line [MOD]log: add a log message when logged from change password ---------------------------------------------- r14605 | sylvieg | 2008-09-04 10:11:11 -0400 (Thu, 04 Sep 2008) | 1 line [FIX]tracker: fix the description of item link and item list + fix the mb_substr test that is defined in tiki-setup_base ---------------------------------------------- r14604 | rischconsulting | 2008-09-04 08:09:20 -0400 (Thu, 04 Sep 2008) | 1 line [ENH]Turn off list mode in page view ---------------------------------------------- r14602 | sylvieg | 2008-09-03 17:38:08 -0400 (Wed, 03 Sep 2008) | 1 line [MOD]tracker: multiple select to change a tracker status ---------------------------------------------- r14601 | sylvieg | 2008-09-03 15:12:42 -0400 (Wed, 03 Sep 2008) | 1 line [FIX]css: add the possibility to overwrite the css file like calendar.css... by putting a file in styles/my_styles/css/calendar.css for instance ---------------------------------------------- r14600 | sylvieg | 2008-09-03 13:43:04 -0400 (Wed, 03 Sep 2008) | 1 line [FIX]user: if change login and login=email, change also the email + fix when changing login and password and login and email + a moer precise warning ---------------------------------------------- r14599 | ricks99 | 2008-09-03 11:02:40 -0400 (Wed, 03 Sep 2008) | 1 line [UI]using icons for links, better help targets ---------------------------------------------- r14598 | sylvieg | 2008-09-03 10:26:57 -0400 (Wed, 03 Sep 2008) | 1 line [MOD]plugin iframe: old comment for old tw version ---------------------------------------------- r14597 | lphuberdeau | 2008-09-03 08:48:00 -0400 (Wed, 03 Sep 2008) | 1 line [MOD] Enabling validation on iframe plugin ---------------------------------------------- r14596 | sylvieg | 2008-09-03 08:40:06 -0400 (Wed, 03 Sep 2008) | 1 line [MOD]plugin iframe: move it from mods+optional param ---------------------------------------------- r14595 | sylvieg | 2008-09-03 08:37:48 -0400 (Wed, 03 Sep 2008) | 1 line [MOD]plugin: use only param=xx instead oh => to simplify as both syntaxes are ok ---------------------------------------------- r14594 | lphuberdeau | 2008-09-03 08:26:11 -0400 (Wed, 03 Sep 2008) | 1 line [MOD] Running convertscripts ---------------------------------------------- r14592 | rischconsulting | 2008-09-02 19:36:28 -0400 (Tue, 02 Sep 2008) | 1 line [FIX] Allow for long page selector field values ---------------------------------------------- r14589 | lphuberdeau | 2008-09-02 16:43:13 -0400 (Tue, 02 Sep 2008) | 1 line [FIX] Oops ---------------------------------------------- r14588 | lphuberdeau | 2008-09-02 16:35:55 -0400 (Tue, 02 Sep 2008) | 1 line [FIX] Plugin UI when no arguments are available (undefined line) ---------------------------------------------- r14587 | sylvieg | 2008-09-02 16:08:56 -0400 (Tue, 02 Sep 2008) | 1 line [MOD]tracker: option to parse a description (a little redondant with static text but sometimes the parsed info really needs to be attached ---------------------------------------------- r14586 | lphuberdeau | 2008-09-02 16:03:24 -0400 (Tue, 02 Sep 2008) | 1 line [NEW] Plugin alias creation/edition interface ---------------------------------------------- r14585 | sylvieg | 2008-09-02 15:42:36 -0400 (Tue, 02 Sep 2008) | 1 line [MOD]tracker: option to parse a description (a little redondant with static text but sometimes the parsed info really needs to be attached ---------------------------------------------- r14584 | lphuberdeau | 2008-09-02 14:31:04 -0400 (Tue, 02 Sep 2008) | 1 line [NEW] Initial interface to create plugin alias (not functional yet) ---------------------------------------------- r14583 | sylvieg | 2008-09-02 14:08:22 -0400 (Tue, 02 Sep 2008) | 1 line [FIX]tracker: otherField is interpreted in the php (fix a items list on a country field) ---------------------------------------------- r14582 | sylvieg | 2008-09-02 12:45:15 -0400 (Tue, 02 Sep 2008) | 1 line [FIX]tracker: rollback 14218: strip is needed there not to produce stuff like alt=' xxx ' ---------------------------------------------- r14581 | sylvieg | 2008-09-02 12:44:19 -0400 (Tue, 02 Sep 2008) | 1 line [FIX]tracker: rollback 14218: strip is needed there not to produce stuff like alt=' xxx ' ---------------------------------------------- r14580 | sylvieg | 2008-09-02 12:01:45 -0400 (Tue, 02 Sep 2008) | 1 line [FIX]plugin: to ba able to parse {CODE()}{TRACKER}...{CODE} ---------------------------------------------- r14579 | lphuberdeau | 2008-09-02 11:35:33 -0400 (Tue, 02 Sep 2008) | 1 line [NEW] Internal support for plugin alias registry ---------------------------------------------- r14578 | sylvieg | 2008-09-02 10:35:46 -0400 (Tue, 02 Sep 2008) | 1 line [FIX]menu: even in sef_url, the url can be tiki-index.php ---------------------------------------------- r14576 | rischconsulting | 2008-09-01 21:19:41 -0400 (Mon, 01 Sep 2008) | 1 line [ENH]Initial attempt at making new "page selector" tracker field type editable within tracker. Also added parsing of page selector value name to allow linking from tracker to wiki page. ---------------------------------------------- r14575 | lphuberdeau | 2008-09-01 13:48:17 -0400 (Mon, 01 Sep 2008) | 1 line [FIX] Plugin fingerprint must contain the plugin name to be any good ---------------------------------------------- r14574 | lphuberdeau | 2008-09-01 13:44:46 -0400 (Mon, 01 Sep 2008) | 1 line [FIX] No drops in update script ---------------------------------------------- r14571 | bitey | 2008-09-01 13:14:48 -0400 (Mon, 01 Sep 2008) | 1 line [ENH] Adds columns for tips / additional locations. Tips UI will show up soon; additional locations, less soon. ---------------------------------------------- r14570 | lphuberdeau | 2008-09-01 11:12:51 -0400 (Mon, 01 Sep 2008) | 1 line [FIX] Plugin UI in IE6 ---------------------------------------------- r14569 | lphuberdeau | 2008-09-01 11:01:56 -0400 (Mon, 01 Sep 2008) | 1 line [ENH] Display plugin name and fix untranslated string ---------------------------------------------- r14568 | lphuberdeau | 2008-09-01 10:52:24 -0400 (Mon, 01 Sep 2008) | 1 line [MOD] Changing required permissions for plugin viewdetails and preview to registered ---------------------------------------------- r14567 | lphuberdeau | 2008-09-01 10:49:35 -0400 (Mon, 01 Sep 2008) | 1 line [MOD] Enable plugin execution preview ---------------------------------------------- r14566 | lphuberdeau | 2008-09-01 10:19:37 -0400 (Mon, 01 Sep 2008) | 1 line [NEW] Plugin validation ---------------------------------------------- r14565 | ricks99 | 2008-09-01 09:53:28 -0400 (Mon, 01 Sep 2008) | 1 line [MOD]editorial edits to option text. adding notes when applicable ---------------------------------------------- r14564 | lphuberdeau | 2008-09-01 09:14:54 -0400 (Mon, 01 Sep 2008) | 1 line [NEW] Import redirect plugin from mods to core (to be used as a test for plugin validation) ---------------------------------------------- r14562 | ricks99 | 2008-08-31 18:50:12 -0400 (Sun, 31 Aug 2008) | 2 lines [MOD]added more dependencies ---------------------------------------------- r14561 | sylvieg | 2008-08-31 09:47:43 -0400 (Sun, 31 Aug 2008) | 1 line [FIX]googleanalytics - seems the javascript normalization bother google ---------------------------------------------- r14559 | sylvieg | 2008-08-30 12:06:14 -0400 (Sat, 30 Aug 2008) | 1 line [MOD]googleanaltics: new plugin + place to add this plugin - seems effectively it really needs to be exactly just before </body> ---------------------------------------------- r14557 | sylvieg | 2008-08-30 11:45:21 -0400 (Sat, 30 Aug 2008) | 1 line [FIX]sefurl: sefurl for wiki in search (badly implemented for mysql search) ---------------------------------------------- r14554 | chibaguy | 2008-08-30 05:38:07 -0400 (Sat, 30 Aug 2008) | 1 line [FIX] OpenID image url class modified or added. ---------------------------------------------- r14553 | lphuberdeau | 2008-08-29 16:46:27 -0400 (Fri, 29 Aug 2008) | 1 line [NEW] Begun work on secure plugins (nothing affected yet) ---------------------------------------------- r14552 | lphuberdeau | 2008-08-29 15:41:15 -0400 (Fri, 29 Aug 2008) | 1 line [MOD] Refactoring, abstract away plugin storage and execution details ---------------------------------------------- r14550 | ricks99 | 2008-08-29 14:23:14 -0400 (Fri, 29 Aug 2008) | 1 line [MOD]move the generate pw link. make it a button. add strength and match checker to the button. ---------------------------------------------- r14549 | lphuberdeau | 2008-08-29 13:58:16 -0400 (Fri, 29 Aug 2008) | 1 line [MOD] Search for page alias before indicating that the page does not exist ---------------------------------------------- r14548 | lphuberdeau | 2008-08-29 13:16:31 -0400 (Fri, 29 Aug 2008) | 1 line [ENH] Plural wiki links deserve best language too ---------------------------------------------- r14547 | lphuberdeau | 2008-08-29 13:13:31 -0400 (Fri, 29 Aug 2008) | 1 line [MOD] Refactor parser wiki links to reduce code duplication ---------------------------------------------- r14545 | ricks99 | 2008-08-29 12:58:39 -0400 (Fri, 29 Aug 2008) | 1 line updated the "depends_on" for many items to reflect true dependencies. ---------------------------------------------- r14544 | lphuberdeau | 2008-08-29 12:02:05 -0400 (Fri, 29 Aug 2008) | 1 line [NEW] Support page alias through semantic links ---------------------------------------------- r14543 | ricks99 | 2008-08-29 11:46:55 -0400 (Fri, 29 Aug 2008) | 1 line [NEW]password strength meeter [Bug 1827]. may want to review the algorithm as needed ---------------------------------------------- r14542 | lphuberdeau | 2008-08-29 11:12:38 -0400 (Fri, 29 Aug 2008) | 1 line [INDENT] No changes ---------------------------------------------- r14541 | lphuberdeau | 2008-08-29 10:39:47 -0400 (Fri, 29 Aug 2008) | 1 line [MOD] Avoid using preg_replace to match exact patterns ---------------------------------------------- r14540 | lphuberdeau | 2008-08-28 14:37:00 -0400 (Thu, 28 Aug 2008) | 1 line [NEW] Allow to list translatons as part of a page list and add language orphan filter ---------------------------------------------- r14539 | lphuberdeau | 2008-08-28 13:48:01 -0400 (Thu, 28 Aug 2008) | 1 line [INDENT] No changes ---------------------------------------------- r14538 | lphuberdeau | 2008-08-28 13:47:00 -0400 (Thu, 28 Aug 2008) | 1 line [NEW] Language filter in listpages plugin ---------------------------------------------- r14537 | lphuberdeau | 2008-08-28 13:34:47 -0400 (Thu, 28 Aug 2008) | 1 line [FIX] Plugin UI insert was broken ---------------------------------------------- r14534 | sylvieg | 2008-08-28 10:25:17 -0400 (Thu, 28 Aug 2008) | 1 line [FIX]menu: to recognize the current option when the page name has a space or special Char ---------------------------------------------- r14532 | sept_7 | 2008-08-28 06:00:14 -0400 (Thu, 28 Aug 2008) | 6 lines [ENH] layout for tiki-upload_file can be two columns or one column by changing style in CSS file. Look for div.fgal_file and child nodes. Sylvie, is that what you wanted ? You may need to change the size of the input type=file if your screen width is to small, else the input will overlap :( ---------------------------------------------- r14531 | bitey | 2008-08-27 22:08:29 -0400 (Wed, 27 Aug 2008) | 2 lines [ENH] Moves a bunch of stuff from tiki-magic to magiclib; assignment of enumerations becomes part of the post-processing when a feature is selected, and enumerations themselves have been relegated to a separate include. Also widens the feature_type column, and tidies up some features. ---------------------------------------------- r14530 | sept_7 | 2008-08-27 10:28:25 -0400 (Wed, 27 Aug 2008) | 3 lines [ENH] forget last commit about tiki-upload_file, sylvie try this one, with tables... not very nice but robust... ---------------------------------------------- r14528 | sept_7 | 2008-08-27 08:26:32 -0400 (Wed, 27 Aug 2008) | 2 lines [ENH] table layout for tiki-upload_file.... ---------------------------------------------- r14527 | sept_7 | 2008-08-27 04:10:44 -0400 (Wed, 27 Aug 2008) | 3 lines [FIX] fix pb when changing file properties, and rework the layout after sylvie try ---------------------------------------------- r14525 | chibaguy | 2008-08-26 23:32:16 -0400 (Tue, 26 Aug 2008) | 1 line [FIX] Overlapping when center column is narrow. ---------------------------------------------- r14524 | sylvieg | 2008-08-26 15:27:18 -0400 (Tue, 26 Aug 2008) | 1 line [FIX]fgal: try to fix the layout 1) not to have the label disconnected fromt the input 2)take a maximum of style in the tpl 3) semantic wioth use of label --> can we rollback to a table, it looks better ---------------------------------------------- r14523 | sylvieg | 2008-08-26 14:42:37 -0400 (Tue, 26 Aug 2008) | 1 line [FIX]theme: a user can change theme in change_theme is allowed - even if userPreferences is not on. the theme is only not saved ---------------------------------------------- r14521 | lphuberdeau | 2008-08-26 14:04:38 -0400 (Tue, 26 Aug 2008) | 1 line [NEW] Filter pages based on availability of translation in a given language (lang list broken due to an other problem, solved in an other branch) ---------------------------------------------- r14517 | sept_7 | 2008-08-26 06:04:09 -0400 (Tue, 26 Aug 2008) | 2 lines [FIX] fix louis-philippe badly chosen function :( ---------------------------------------------- r14516 | sept_7 | 2008-08-26 05:18:41 -0400 (Tue, 26 Aug 2008) | 2 lines [FIX] a better fix to tabs navigation ---------------------------------------------- r14511 | matwho | 2008-08-25 20:14:53 -0400 (Mon, 25 Aug 2008) | 1 line Cleaned up star and status icons ---------------------------------------------- r14509 | lphuberdeau | 2008-08-25 16:08:26 -0400 (Mon, 25 Aug 2008) | 1 line [FIX] Plugin UI modification to support /} ---------------------------------------------- r14508 | lphuberdeau | 2008-08-25 15:40:37 -0400 (Mon, 25 Aug 2008) | 1 line [MOD] Allow quickedit to be used as an autocomplete page search ---------------------------------------------- r14507 | lphuberdeau | 2008-08-25 15:24:35 -0400 (Mon, 25 Aug 2008) | 1 line [NEW] Adding autocomplete to quickedit ---------------------------------------------- r14506 | sylvieg | 2008-08-25 15:14:18 -0400 (Mon, 25 Aug 2008) | 1 line [FIX]menu: selectedAscendant class for tiki menu ---------------------------------------------- r14505 | sylvieg | 2008-08-25 14:37:25 -0400 (Mon, 25 Aug 2008) | 1 line [FIX]menu: idem than css/phlm menu: set a class selected on the selected option/section ---------------------------------------------- r14503 | lphuberdeau | 2008-08-25 13:35:57 -0400 (Mon, 25 Aug 2008) | 1 line [NEW] Module to display semantic page relationships ---------------------------------------------- r14495 | ricks99 | 2008-08-23 22:37:44 -0400 (Sat, 23 Aug 2008) | 1 line [FIX]Remove "perform with..." options if no messages exist. ---------------------------------------------- r14494 | ricks99 | 2008-08-23 22:15:38 -0400 (Sat, 23 Aug 2008) | 1 line [FIX]fixed logic for first menu option (should not be able to move UP) ---------------------------------------------- r14493 | ricks99 | 2008-08-23 22:08:11 -0400 (Sat, 23 Aug 2008) | 1 line [MOD]better explanation of the custom folder icon ---------------------------------------------- r14492 | sylvieg | 2008-08-22 16:32:24 -0400 (Fri, 22 Aug 2008) | 1 line [FIX]tracker: param view=page for TRACKER too to be able to edit the page info ---------------------------------------------- r14490 | lphuberdeau | 2008-08-22 15:26:50 -0400 (Fri, 22 Aug 2008) | 1 line [MOD] Semantic token listing from administration interface ---------------------------------------------- r14489 | sylvieg | 2008-08-22 15:26:27 -0400 (Fri, 22 Aug 2008) | 1 line [MOD]tracker: page selector tracker field - only automatic feed 1 (the page the item is created) is working now ---------------------------------------------- r14488 | lphuberdeau | 2008-08-22 14:54:17 -0400 (Fri, 22 Aug 2008) | 1 line [NEW] Admin panel to manage semantic links ---------------------------------------------- r14487 | sylvieg | 2008-08-22 14:15:51 -0400 (Fri, 22 Aug 2008) | 1 line [FIX] dbversion_tiki is obsolete: transition styles are back ---------------------------------------------- r14485 | sylvieg | 2008-08-22 13:36:45 -0400 (Fri, 22 Aug 2008) | 1 line [MOD]plugin: take away > in the help as param=value is enough ---------------------------------------------- r14484 | jonnybradley | 2008-08-22 13:30:04 -0400 (Fri, 22 Aug 2008) | 1 line [MOD] Switching normal to wysiwyg editor now copes with plugins (they survive) and show/hide headings (are removed) ---------------------------------------------- r14483 | lphuberdeau | 2008-08-22 12:50:54 -0400 (Fri, 22 Aug 2008) | 1 line [NEW] Library to manage semantic data (untested at this point) ---------------------------------------------- r14482 | sept_7 | 2008-08-22 12:47:09 -0400 (Fri, 22 Aug 2008) | 3 lines [FIX] I think I fix the logic with adding/editing/duplicating Calendar item Please test to see if it fits, at least it fits for me ;p ---------------------------------------------- r14481 | jonnybradley | 2008-08-22 11:34:26 -0400 (Fri, 22 Aug 2008) | 1 line [FIX] Referenced parameter on parse_html() ---------------------------------------------- r14480 | sept_7 | 2008-08-22 11:23:38 -0400 (Fri, 22 Aug 2008) | 2 lines [ENH] better layout of remarksbox and fieldset ---------------------------------------------- r14479 | lphuberdeau | 2008-08-22 11:04:13 -0400 (Fri, 22 Aug 2008) | 1 line [FIX] Rename to support semantic markers ---------------------------------------------- r14478 | lphuberdeau | 2008-08-22 10:44:17 -0400 (Fri, 22 Aug 2008) | 1 line [NEW] Adding semantic properties to wiki links ex: (synonym(Commit Message)), unexploited at this time ---------------------------------------------- r14476 | sept_7 | 2008-08-22 09:01:43 -0400 (Fri, 22 Aug 2008) | 2 lines [EHN] specialy for Sylvie exchange the two tabs in tiki-admin_modules.tpl ---------------------------------------------- r14475 | sept_7 | 2008-08-22 08:56:22 -0400 (Fri, 22 Aug 2008) | 2 lines [FIX] modules parameters were not passed in preview mode ---------------------------------------------- r14474 | sylvieg | 2008-08-22 08:28:32 -0400 (Fri, 22 Aug 2008) | 1 line [FIX]module: the new param notitle must be in the documentation too ---------------------------------------------- r14473 | sept_7 | 2008-08-22 08:22:14 -0400 (Fri, 22 Aug 2008) | 2 lines [FIX] XHTML validation ---------------------------------------------- r14471 | sept_7 | 2008-08-22 08:19:04 -0400 (Fri, 22 Aug 2008) | 2 lines [ENH] use tabs, and put the thing in a sensible way... at least to me ---------------------------------------------- r14470 | sept_7 | 2008-08-22 08:18:09 -0400 (Fri, 22 Aug 2008) | 2 lines [FIX] If tabs are active, stay on the same tab if your stay on the same page. ---------------------------------------------- r14468 | jonnybradley | 2008-08-22 06:15:24 -0400 (Fri, 22 Aug 2008) | 1 line [FIX] Changed pass-by-reference parameters on parse_html() function and uses of it ---------------------------------------------- r14467 | sept_7 | 2008-08-22 05:21:05 -0400 (Fri, 22 Aug 2008) | 3 lines [ENH] add a new module parameter notitle to disable the printing of the module label in the module template ---------------------------------------------- r14466 | pkdille | 2008-08-22 03:30:19 -0400 (Fri, 22 Aug 2008) | 1 line [FIX] admin modules: UI fix ---------------------------------------------- r14463 | sylvieg | 2008-08-21 19:41:36 -0400 (Thu, 21 Aug 2008) | 1 line more tip ---------------------------------------------- r14462 | sylvieg | 2008-08-21 18:52:52 -0400 (Thu, 21 Aug 2008) | 1 line [FIX] to ba able to at least include 5 times a same page (can be useful when using it with TRACKERTITEMFIELD as the plugin has no OR for teh moment ---------------------------------------------- r14461 | sylvieg | 2008-08-21 18:04:29 -0400 (Thu, 21 Aug 2008) | 1 line rollback 8866 as it is not working for every settings of the ticket setting: solution : use only one sea surfing method or need to pagg all the pages names in the url - that can be be too big (nyloth gets the details) ---------------------------------------------- r14460 | sylvieg | 2008-08-21 17:33:15 -0400 (Thu, 21 Aug 2008) | 1 line [MOD]menu: param to {menu} and {phplayers} not to translate the options translate=y|n default y(useful when the menu is the switch language) ---------------------------------------------- r14459 | sylvieg | 2008-08-21 15:42:32 -0400 (Thu, 21 Aug 2008) | 1 line [MOD]tracker: to be able to have trackerlist with specific link on the field taht will be extend with the itemId(the url must contains itemId) so taht you can go to a page conmtaining a pretty TRACKER ---------------------------------------------- r14458 | sylvieg | 2008-08-21 14:17:04 -0400 (Thu, 21 Aug 2008) | 1 line [FIX]trackeritem: if only testing field or status, if no item, do not print an error ---------------------------------------------- r14457 | jonnybradley | 2008-08-21 14:11:15 -0400 (Thu, 21 Aug 2008) | 2 lines [FIX] Renamed overLIB's windowWidth function to olWindowWidth to avoid conflict with PHP Layers Menu windowWidth variable. (overLIB was last updated in 2005, so probably won't get overwritten any time soon, i'll try and send a message to the developer to ask if this is ok) ---------------------------------------------- r14456 | jonnybradley | 2008-08-21 13:58:04 -0400 (Thu, 21 Aug 2008) | 3 lines [MOD] Markup now parsed when switching from normal (wiki) to wysiwyg (html) editors (itemId=1831) Doesn't loose edits, copes with images and smilies - but: wikiplugins now get <x>'s scattered into the code they produce, so break a lot (i'll work on that!) ---------------------------------------------- r14455 | lphuberdeau | 2008-08-21 13:33:01 -0400 (Thu, 21 Aug 2008) | 1 line [FIX] Force data types to avoid SQL errors (fix attempt) ---------------------------------------------- r14454 | ricks99 | 2008-08-21 12:47:00 -0400 (Thu, 21 Aug 2008) | 1 line [FIX]updated babelfish to use yahoo babelfish service (no longer owned by altavista) ---------------------------------------------- r14453 | sylvieg | 2008-08-21 12:29:05 -0400 (Thu, 21 Aug 2008) | 1 line global ---------------------------------------------- r14452 | sylvieg | 2008-08-21 11:17:37 -0400 (Thu, 21 Aug 2008) | 1 line [FIX]menu: contextual menu was not working with ---------------------------------------------- r14451 | ricks99 | 2008-08-21 10:47:12 -0400 (Thu, 21 Aug 2008) | 1 line [MOD]only show GO! link if the feature is enabled ---------------------------------------------- r14450 | sylvieg | 2008-08-21 10:14:20 -0400 (Thu, 21 Aug 2008) | 1 line [FIX]change png to floyd dithering to have transparency in IE6 ---------------------------------------------- r14449 | sylvieg | 2008-08-21 09:33:15 -0400 (Thu, 21 Aug 2008) | 1 line [FIX]change png to floyd dithering to have transparency in IE6 ---------------------------------------------- r14448 | sylvieg | 2008-08-21 09:08:15 -0400 (Thu, 21 Aug 2008) | 1 line [FIX] 4 letters abbrev for sept. ---------------------------------------------- r14447 | sept_7 | 2008-08-21 05:41:11 -0400 (Thu, 21 Aug 2008) | 2 lines [FIX] use appropriate function for different PHP version ---------------------------------------------- r14446 | pkdille | 2008-08-21 02:38:34 -0400 (Thu, 21 Aug 2008) | 1 line [MDO] ads and headers: add a tip ---------------------------------------------- r14443 | sylvieg | 2008-08-20 18:52:03 -0400 (Wed, 20 Aug 2008) | 1 line compromise? month abbreviations on 4 letters to have a nice alignment+use the . when abbrev ---------------------------------------------- r14441 | pkdille | 2008-08-20 17:20:08 -0400 (Wed, 20 Aug 2008) | 1 line [MOD] tiki.sql: no changes. Deleting useless comments ---------------------------------------------- r14440 | sylvieg | 2008-08-20 17:19:47 -0400 (Wed, 20 Aug 2008) | 1 line [MOD]a little comment to explai how to put a plugin in a custom code (wondering how it will be done with magic) ---------------------------------------------- r14438 | sylvieg | 2008-08-20 15:11:33 -0400 (Wed, 20 Aug 2008) | 1 line forgot the commit for split users batch upload ---------------------------------------------- r14437 | sylvieg | 2008-08-20 15:10:23 -0400 (Wed, 20 Aug 2008) | 1 line a little tip ---------------------------------------------- r14436 | sylvieg | 2008-08-20 15:09:48 -0400 (Wed, 20 Aug 2008) | 1 line [FIX]mail: the return path must be the same than the from ---------------------------------------------- r14435 | sylvieg | 2008-08-20 14:26:18 -0400 (Wed, 20 Aug 2008) | 1 line so far I grep, missing the setting of structure ---------------------------------------------- r14434 | sylvieg | 2008-08-20 13:41:29 -0400 (Wed, 20 Aug 2008) | 1 line strings a little bit more explicit ---------------------------------------------- r14433 | sylvieg | 2008-08-20 13:31:23 -0400 (Wed, 20 Aug 2008) | 1 line please commit the modifs that are asked on dev list ---------------------------------------------- r14432 | sylvieg | 2008-08-20 12:02:25 -0400 (Wed, 20 Aug 2008) | 1 line [MOD]user: can also export last login + "" for " ---------------------------------------------- r14431 | sylvieg | 2008-08-20 11:45:16 -0400 (Wed, 20 Aug 2008) | 1 line missing tr ---------------------------------------------- r14430 | sylvieg | 2008-08-20 08:55:53 -0400 (Wed, 20 Aug 2008) | 1 line [FIX]plugin help button was missing(wondering if some help button must be hidden with wysiwyg) ---------------------------------------------- r14429 | pkdille | 2008-08-20 05:54:05 -0400 (Wed, 20 Aug 2008) | 1 line [MOD] wiki pages edit comments: rename "Edit summary" and "Comment" to "Edit comments" and homogenize field titles in editpage, pagehistory and admin page ---------------------------------------------- r14426 | mlpvolt | 2008-08-19 21:49:28 -0400 (Tue, 19 Aug 2008) | 1 line replace /n fpr rows with <return> for rows ---------------------------------------------- r14424 | mlpvolt | 2008-08-19 21:13:53 -0400 (Tue, 19 Aug 2008) | 1 line Test first mlpvolt commit yay ---------------------------------------------- r14423 | sylvieg | 2008-08-19 16:28:34 -0400 (Tue, 19 Aug 2008) | 1 line [MOD]users: put the batch upload in another tab to have a more comprehensible add user ---------------------------------------------- r14422 | robferguson | 2008-08-19 16:09:36 -0400 (Tue, 19 Aug 2008) | 1 line [ADD] some more form field labels added ---------------------------------------------- r14421 | sylvieg | 2008-08-19 15:35:49 -0400 (Tue, 19 Aug 2008) | 1 line [MOD]tracker: take away in field description [] that can be ambigous with optional + some help fix ---------------------------------------------- r14419 | robferguson | 2008-08-19 13:18:17 -0400 (Tue, 19 Aug 2008) | 1 line [ADD] array names for lists and some more check box names added ---------------------------------------------- r14418 | robferguson | 2008-08-19 12:05:36 -0400 (Tue, 19 Aug 2008) | 1 line [FIX] finished drop down array entries ---------------------------------------------- r14417 | sylvieg | 2008-08-19 11:35:25 -0400 (Tue, 19 Aug 2008) | 1 line [FIX]register: fix the antibot does not match when antibot for registration and no wiki/tracker antibot ---------------------------------------------- r14416 | sept_7 | 2008-08-19 11:07:22 -0400 (Tue, 19 Aug 2008) | 2 lines [FIX] little fixes for included files... ---------------------------------------------- r14413 | sept_7 | 2008-08-19 10:08:56 -0400 (Tue, 19 Aug 2008) | 2 lines [FIX] fix typo... ---------------------------------------------- r14412 | sylvieg | 2008-08-19 09:19:45 -0400 (Tue, 19 Aug 2008) | 1 line [FIX]article: if the from for special email is the sender_email -> go through normal process to uniq @ ---------------------------------------------- r14411 | sylvieg | 2008-08-19 09:13:25 -0400 (Tue, 19 Aug 2008) | 1 line [FIX]wiki: fix watch/watch minor ---------------------------------------------- r14409 | sylvieg | 2008-08-19 08:05:58 -0400 (Tue, 19 Aug 2008) | 1 line [FIX]prefs: serialized values were not working anymore since version 14288(SESSION contains only modified prefs) ---------------------------------------------- r14401 | ricks99 | 2008-08-18 16:56:23 -0400 (Mon, 18 Aug 2008) | 1 line [UI]use icons for help button ---------------------------------------------- r14400 | sylvieg | 2008-08-18 16:28:56 -0400 (Mon, 18 Aug 2008) | 1 line [MOD]article: choice to send the extra email notification not from the sender email but from the user email ---------------------------------------------- r14398 | sylvieg | 2008-08-18 15:39:02 -0400 (Mon, 18 Aug 2008) | 1 line missing global ---------------------------------------------- r14397 | sylvieg | 2008-08-18 15:36:07 -0400 (Mon, 18 Aug 2008) | 1 line [FIX]tracker: to be able to reset visible/editable by for a field ---------------------------------------------- r14395 | marclaporte | 2008-08-18 13:34:49 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14393 | marclaporte | 2008-08-18 12:49:47 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14392 | marclaporte | 2008-08-18 12:47:13 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14391 | marclaporte | 2008-08-18 11:51:43 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14390 | marclaporte | 2008-08-18 11:43:17 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14387 | lphuberdeau | 2008-08-18 10:21:08 -0400 (Mon, 18 Aug 2008) | 1 line [ENH] Filter the setting list based on parent enable value ---------------------------------------------- r14386 | lphuberdeau | 2008-08-18 10:20:31 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] Did I mess up these color values? ---------------------------------------------- r14385 | lphuberdeau | 2008-08-18 09:57:19 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] Double display of some panels ---------------------------------------------- r14384 | marclaporte | 2008-08-18 09:47:53 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14383 | chibaguy | 2008-08-18 08:50:26 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] and [KIL] bg_vertline.png works when all three columns are used, but causes problems when a column is switched off, so better to have a slightly simpler display without quirks. Column borders reworked slightly to compensate. ---------------------------------------------- r14382 | sylvieg | 2008-08-18 07:20:22 -0400 (Mon, 18 Aug 2008) | 1 line [fix] db_version can nopt be in local for old tw instal ---------------------------------------------- r14381 | sept_7 | 2008-08-18 04:23:30 -0400 (Mon, 18 Aug 2008) | 3 lines [FIX] Better error handling in new admin panel, new line should not cause breakage... ---------------------------------------------- r14380 | chibaguy | 2008-08-18 03:10:27 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] Moved admin bar include for better integration into *litecss themes. ---------------------------------------------- r14379 | chibaguy | 2008-08-18 01:22:03 -0400 (Mon, 18 Aug 2008) | 1 line [MOD] tiki-read_article.tpl: div.article added. div.articletrailer moved above div.articleheading. [KIL] theme-specific versions now redundant. ---------------------------------------------- r14378 | marclaporte | 2008-08-18 01:09:22 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] more data for tiki-magic.php ---------------------------------------------- r14377 | marclaporte | 2008-08-18 00:58:10 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] more data for tiki-magic.php ---------------------------------------------- r14376 | marclaporte | 2008-08-18 00:07:34 -0400 (Mon, 18 Aug 2008) | 1 line [FIX] more data for tiki-magic.php ---------------------------------------------- r14375 | chibaguy | 2008-08-17 23:54:26 -0400 (Sun, 17 Aug 2008) | 1 line [KIL] These themes can use default tiki-site_header.tpl. ---------------------------------------------- r14374 | marclaporte | 2008-08-17 23:28:16 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] more data for tiki-magic.php ---------------------------------------------- r14373 | marclaporte | 2008-08-17 22:46:40 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] more data for tiki-magic.php ---------------------------------------------- r14372 | lphuberdeau | 2008-08-17 21:11:15 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Magic should only be for admins ---------------------------------------------- r14371 | marclaporte | 2008-08-17 20:54:21 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] more data for tiki-magic.php ---------------------------------------------- r14370 | m_stef | 2008-08-17 18:40:14 -0400 (Sun, 17 Aug 2008) | 2 lines [fix] oops, revoked old commit ---------------------------------------------- r14369 | marclaporte | 2008-08-17 18:24:57 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Note about suspicious entry in tiki-magic.php ---------------------------------------------- r14368 | marclaporte | 2008-08-17 18:19:25 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14367 | syracine | 2008-08-17 18:08:39 -0400 (Sun, 17 Aug 2008) | 1 line complete choice list error_report_level ---------------------------------------------- r14366 | pkdille | 2008-08-17 18:01:06 -0400 (Sun, 17 Aug 2008) | 4 lines [FIX] browse image gallery: fix the printing of the number of images in each subgals. Thks Sylvieg. [FIX] browse image gallery: fix the sorting by filesize which is, for the subgals, the number of images. ---------------------------------------------- r14365 | marclaporte | 2008-08-17 17:48:42 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14364 | marclaporte | 2008-08-17 17:33:08 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php and adding spaces to the last column for new values ---------------------------------------------- r14363 | m_stef | 2008-08-17 17:18:39 -0400 (Sun, 17 Aug 2008) | 3 lines [FIX] pam_auth requires a reference. see also http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1037&trackerId=5&show=view ---------------------------------------------- r14362 | lphuberdeau | 2008-08-17 17:00:01 -0400 (Sun, 17 Aug 2008) | 1 line [NEW] Adding UI for plugins enabling ---------------------------------------------- r14361 | marclaporte | 2008-08-17 16:51:37 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14360 | pkdille | 2008-08-17 16:40:31 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] smarty plugin title: fix condition for showing edit (and view) template icon ---------------------------------------------- r14359 | lphuberdeau | 2008-08-17 16:32:53 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Function name already in use ---------------------------------------------- r14358 | syracine | 2008-08-17 16:30:35 -0400 (Sun, 17 Aug 2008) | 1 line Add choice list for error report level ---------------------------------------------- r14357 | lphuberdeau | 2008-08-17 16:23:21 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Better listing of subfeatures ---------------------------------------------- r14356 | marclaporte | 2008-08-17 16:14:53 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14355 | marclaporte | 2008-08-17 15:43:22 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14354 | sylvieg | 2008-08-17 15:34:39 -0400 (Sun, 17 Aug 2008) | 1 line partial rollback 14218 - the noowrap is important to keep the checkbox with the label ---------------------------------------------- r14353 | sylvieg | 2008-08-17 15:27:44 -0400 (Sun, 17 Aug 2008) | 1 line [MOD]tracker: clean the tpl: delete the useless colspan + non semantic auto class + the %width + put the save under the input to be sure people see the box ---------------------------------------------- r14352 | marclaporte | 2008-08-17 15:15:06 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Improve navigation section in tiki-magic.php. ---------------------------------------------- r14351 | princessxine | 2008-08-17 15:02:59 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Add some more special-case fields. ---------------------------------------------- r14350 | marclaporte | 2008-08-17 15:01:54 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Improve navigation section in tiki-magic.php. ---------------------------------------------- r14349 | marclaporte | 2008-08-17 14:54:28 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14348 | sylvieg | 2008-08-17 14:41:30 -0400 (Sun, 17 Aug 2008) | 1 line [MOD] better to introduce an index than to delete the entry to avoid duplication ---------------------------------------------- r14347 | marclaporte | 2008-08-17 14:40:43 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php. ---------------------------------------------- r14346 | lphuberdeau | 2008-08-17 14:36:22 -0400 (Sun, 17 Aug 2008) | 1 line [ENH] Link to section on empty containers ---------------------------------------------- r14345 | lphuberdeau | 2008-08-17 14:36:01 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Tab ordering ---------------------------------------------- r14344 | lphuberdeau | 2008-08-17 14:13:32 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Remove class that alters alignment ---------------------------------------------- r14343 | lphuberdeau | 2008-08-17 14:09:57 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Correct verification of containers ---------------------------------------------- r14342 | lphuberdeau | 2008-08-17 13:54:03 -0400 (Sun, 17 Aug 2008) | 1 line [MOD] Making tabs optional ---------------------------------------------- r14341 | lphuberdeau | 2008-08-17 13:32:16 -0400 (Sun, 17 Aug 2008) | 1 line [ENH] Labels never hurt ---------------------------------------------- r14340 | marclaporte | 2008-08-17 13:31:32 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Community section for tiki-magic.php. ---------------------------------------------- r14339 | lphuberdeau | 2008-08-17 13:29:07 -0400 (Sun, 17 Aug 2008) | 1 line [ENH] Adding tab interface ---------------------------------------------- r14338 | marclaporte | 2008-08-17 13:06:14 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Changing the order for tiki-magic.php. ---------------------------------------------- r14337 | marclaporte | 2008-08-17 12:58:01 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] No data changes, but adding extra space in last column. Various csv editors handle the file format a bit differently and it messes up the diffs. ---------------------------------------------- r14336 | syracine | 2008-08-17 12:55:11 -0400 (Sun, 17 Aug 2008) | 1 line [test] This is a test ---------------------------------------------- r14335 | marclaporte | 2008-08-17 12:48:36 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] More data for tiki-magic.php ---------------------------------------------- r14334 | princessxine | 2008-08-17 12:32:54 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Please don't use inline CSS in the magic thing. ---------------------------------------------- r14333 | marclaporte | 2008-08-17 12:32:13 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Search options in tiki-magic.php ---------------------------------------------- r14332 | princessxine | 2008-08-17 12:22:33 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Moves a comment to the right place; and will no longer show container headings for containers that are empty. ---------------------------------------------- r14331 | marclaporte | 2008-08-17 12:17:03 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Multilingual structures. ---------------------------------------------- r14330 | marclaporte | 2008-08-17 11:55:40 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] This file is to import Structured text (as a format), not the same as our structures. ---------------------------------------------- r14329 | lphuberdeau | 2008-08-17 11:53:16 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] UI glitch, hr not properly aligned ---------------------------------------------- r14328 | lphuberdeau | 2008-08-17 11:39:55 -0400 (Sun, 17 Aug 2008) | 1 line [MOD] Add refresh icon to force csv reloading ---------------------------------------------- r14327 | princessxine | 2008-08-17 11:32:18 -0400 (Sun, 17 Aug 2008) | 1 line [MOD] Adds a comment around the mystical permission check; and, uh, a comment for a thing I'll look at 'later' unless someone else does first. ---------------------------------------------- r14326 | lphuberdeau | 2008-08-17 11:25:08 -0400 (Sun, 17 Aug 2008) | 1 line [MOD] Making structures optional ---------------------------------------------- r14325 | marclaporte | 2008-08-17 11:24:24 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Some more data for tiki-magic.php ---------------------------------------------- r14324 | marclaporte | 2008-08-17 10:53:33 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Some more data for tiki-magic.php ---------------------------------------------- r14323 | rischconsulting | 2008-08-17 10:42:34 -0400 (Sun, 17 Aug 2008) | 1 line [FIX][ENH] Change $base_host and $base_url to point to http host - fixes bad redirects. Also the first step to multi-domain tikiwiki sites ---------------------------------------------- r14321 | sept_7 | 2008-08-17 09:16:49 -0400 (Sun, 17 Aug 2008) | 2 lines [FIX] cross double fix :( oops ---------------------------------------------- r14320 | sept_7 | 2008-08-17 08:57:14 -0400 (Sun, 17 Aug 2008) | 2 lines [FIX] more fix to tmeplates, fix to duplicate entries in db/features.csv please double check ! ---------------------------------------------- r14319 | princessxine | 2008-08-17 08:54:50 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] That was a slightly contrived way of closing the div tag for a feature. And not all of the xhtml issues were fixed as there were still some stray closing div tags. ---------------------------------------------- r14318 | marclaporte | 2008-08-17 08:00:18 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] Move favicons to Site logo section of tiki-magic.php ---------------------------------------------- r14317 | marclaporte | 2008-08-17 07:50:07 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] duplicating tracker-related settings in relevant section of tiki-magic.php ---------------------------------------------- r14315 | sept_7 | 2008-08-17 06:46:46 -0400 (Sun, 17 Aug 2008) | 2 lines [FIX] typo ? ---------------------------------------------- r14314 | sept_7 | 2008-08-17 06:39:37 -0400 (Sun, 17 Aug 2008) | 2 lines [FIX] well as usual... XHTML validation fix, please when commiting a new tpl check the DOM... more than 190 errors is not ok :( ---------------------------------------------- r14312 | marclaporte | 2008-08-17 00:33:36 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] more data for tiki-magic.php ---------------------------------------------- r14311 | marclaporte | 2008-08-17 00:21:16 -0400 (Sun, 17 Aug 2008) | 1 line [FIX] attempt to add link in tiki-magic.php but it's not working ---------------------------------------------- r14310 | marclaporte | 2008-08-16 22:59:38 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] improve i18n section in tiki-magic.php but order is still not working ---------------------------------------------- r14309 | marclaporte | 2008-08-16 22:45:56 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] new pagination section in tiki-magic.php ---------------------------------------------- r14308 | marclaporte | 2008-08-16 22:37:06 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] new Wiki structures, Wiki watches and Wiki page discussions sections in tiki-magic.php ---------------------------------------------- r14307 | marclaporte | 2008-08-16 22:25:41 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] new WikiWords and wiki links section in tiki-magic.php ---------------------------------------------- r14306 | marclaporte | 2008-08-16 22:19:25 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] new wiki history section in tiki-magic.php ---------------------------------------------- r14305 | marclaporte | 2008-08-16 22:13:57 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] updating data for tiki-magic.php ---------------------------------------------- r14304 | marclaporte | 2008-08-16 21:57:07 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] fixing some labels for tiki-magic.php ---------------------------------------------- r14303 | marclaporte | 2008-08-16 20:54:16 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Tiki sheet should be called SpreadSheet ---------------------------------------------- r14302 | marclaporte | 2008-08-16 20:31:21 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Converting from DOS to UNIX, no data change ---------------------------------------------- r14301 | princessxine | 2008-08-16 17:27:20 -0400 (Sat, 16 Aug 2008) | 1 line I can haz timezone fields. ---------------------------------------------- r14300 | lphuberdeau | 2008-08-16 17:25:50 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Adding cache on default prefs ---------------------------------------------- r14299 | princessxine | 2008-08-16 17:00:38 -0400 (Sat, 16 Aug 2008) | 1 line Fixes an issue with Magic! that caused text areas to acquire a quote mark each time the setting was saved. ---------------------------------------------- r14298 | marclaporte | 2008-08-16 16:55:26 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Fix top admin header ---------------------------------------------- r14297 | marclaporte | 2008-08-16 16:47:30 -0400 (Sat, 16 Aug 2008) | 1 line [ADD] Add new admin top bar for 3.0 ---------------------------------------------- r14296 | lphuberdeau | 2008-08-16 16:46:23 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Make sure the feature.csv gets loaded ---------------------------------------------- r14295 | marclaporte | 2008-08-16 16:06:14 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Site style is a special type ---------------------------------------------- r14294 | pkdille | 2008-08-16 16:02:22 -0400 (Sat, 16 Aug 2008) | 1 line [MOD] freetags admin panel: not sure it was really a help for the lost user... feel free to rollback this commit if you think this tip is usefull ;-)) ---------------------------------------------- r14293 | rischconsulting | 2008-08-16 15:35:18 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Partial fix for TrackerID 1964 by replacing $base_url with tiki-index.php. The bigger problem is that $base_url drops the www from the hostname. ---------------------------------------------- r14292 | marclaporte | 2008-08-16 15:31:43 -0400 (Sat, 16 Aug 2008) | 1 line [ADD] New database for the new admin panel. Still needs some more code to work ---------------------------------------------- r14291 | princessxine | 2008-08-16 15:17:26 -0400 (Sat, 16 Aug 2008) | 1 line It's.. Magic! Data-driven administration. Data will surely follow.. ---------------------------------------------- r14290 | pkdille | 2008-08-16 15:01:51 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] imagals sorting by image count (ticket 1962): fix request ---------------------------------------------- r14289 | rischconsulting | 2008-08-16 15:01:36 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] Every feature change was disabling feature_edit_templates because that feature got moved off the features page and on to the look & feel page without removing feature_edit_templates from the features array. ---------------------------------------------- r14288 | lphuberdeau | 2008-08-16 13:54:25 -0400 (Sat, 16 Aug 2008) | 1 line [MOD] Do not store preference default values in the session, reduces base size from 35k to 2.5k ---------------------------------------------- r14287 | lphuberdeau | 2008-08-16 13:21:54 -0400 (Sat, 16 Aug 2008) | 1 line [MOD] Allow to obtain default values independantly, first step to reducing session size ---------------------------------------------- r14286 | lphuberdeau | 2008-08-16 12:27:11 -0400 (Sat, 16 Aug 2008) | 1 line [NEW] Mouseover plugin imported from mods and fixing bug #1550 ---------------------------------------------- r14285 | pkdille | 2008-08-16 11:41:40 -0400 (Sat, 16 Aug 2008) | 1 line [FIX] site ads admin grid: fix the form and put out from admin look code the features and prefs ---------------------------------------------- r14284 | lphuberdeau | 2008-08-16 11:26:07 -0400 (Sat, 16 Aug 2008) | 1 line [ENH] Adding documentation links ---------------------------------------------- r14283 | lphuberdeau | 2008-08-16 10:51:28 -0400 (Sat, 16 Aug 2008) | 1 line [NEW] Small script to avoid typing full svn path ---------------------------------------------- r14273 | pkdille | 2008-08-15 12:47:45 -0400 (Fri, 15 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14270 | pkdille | 2008-08-15 10:53:53 -0400 (Fri, 15 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14268 | chibaguy | 2008-08-15 06:48:30 -0400 (Fri, 15 Aug 2008) | 1 line [FIX] Moved /div tag to prevent misplaced columns in *litecss themes. ---------------------------------------------- r14267 | pkdille | 2008-08-15 06:43:52 -0400 (Fri, 15 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14266 | sept_7 | 2008-08-15 05:27:07 -0400 (Fri, 15 Aug 2008) | 2 lines [FIX] fix check on feature enable to edit/view templates ---------------------------------------------- r14265 | pkdille | 2008-08-15 03:06:11 -0400 (Fri, 15 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14264 | pkdille | 2008-08-15 02:04:27 -0400 (Fri, 15 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14263 | chibaguy | 2008-08-15 00:09:05 -0400 (Fri, 15 Aug 2008) | 1 line [FIX] Deleted accessibility jumplinks positioning CSS that was moved to inline in header.tpl ---------------------------------------------- r14262 | m_stef | 2008-08-14 19:40:09 -0400 (Thu, 14 Aug 2008) | 2 lines [fix] ajax/pagination bug. ---------------------------------------------- r14261 | pkdille | 2008-08-14 17:56:23 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14260 | pkdille | 2008-08-14 17:07:57 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14259 | pkdille | 2008-08-14 16:02:35 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14258 | sept_7 | 2008-08-14 13:25:45 -0400 (Thu, 14 Aug 2008) | 2 lines [ENH] reindenting tikilib.php just to ease future work... ---------------------------------------------- r14257 | pkdille | 2008-08-14 12:46:01 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14256 | pkdille | 2008-08-14 12:17:57 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14255 | sept_7 | 2008-08-14 11:43:46 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] better handling of Time/Date format ---------------------------------------------- r14254 | pkdille | 2008-08-14 11:31:06 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14253 | sept_7 | 2008-08-14 11:19:07 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] fix PDO for MySQL and UTF-8 ---------------------------------------------- r14252 | sept_7 | 2008-08-14 10:46:26 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] use proper function in proper library ---------------------------------------------- r14251 | sept_7 | 2008-08-14 10:15:07 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] better detection of image library in parse_data for image resizing ---------------------------------------------- r14250 | sept_7 | 2008-08-14 10:08:43 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] pb with file galleries on the filesystem ---------------------------------------------- r14249 | pkdille | 2008-08-14 09:54:33 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14248 | pkdille | 2008-08-14 09:29:57 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] edit languages: deploy title plugin and change links class ---------------------------------------------- r14247 | pkdille | 2008-08-14 09:27:57 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] directory admin bar: homogenize linkbut buttons class ---------------------------------------------- r14246 | sept_7 | 2008-08-14 09:08:25 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] bad typo :( ---------------------------------------------- r14245 | sept_7 | 2008-08-14 08:52:48 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] correction on the quicktags and file_galmanager test ---------------------------------------------- r14244 | pkdille | 2008-08-14 08:48:57 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14243 | sept_7 | 2008-08-14 08:45:44 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] fix permission on add image quicktag ---------------------------------------------- r14242 | sept_7 | 2008-08-14 08:28:59 -0400 (Thu, 14 Aug 2008) | 2 lines [FIX] Graceful error message on feature disabled or permission denied ---------------------------------------------- r14241 | sept_7 | 2008-08-14 08:27:21 -0400 (Thu, 14 Aug 2008) | 3 lines [FIX] : rename tiki-file_galleries.php call site to tiki-list_file_gallery.php and delete obsolete file tiki-file_galleries.php ---------------------------------------------- r14240 | jonnybradley | 2008-08-14 07:20:53 -0400 (Thu, 14 Aug 2008) | 2 lines [KIL] removal of lib/htmlarea and popups dirs (unused apart from in templates/styles/simple/tiki-blog_post.tpl where it degrades to the normal wiki editor) As committed previously in branches/2.0 ---------------------------------------------- r14239 | pkdille | 2008-08-14 05:56:03 -0400 (Thu, 14 Aug 2008) | 1 line [KIL] score: delete old admin score files which are now called tiki-admin-include_score (in tiki-admin_score.php there was only a redirection). Change also menu items. ---------------------------------------------- r14238 | pkdille | 2008-08-14 05:26:53 -0400 (Thu, 14 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14237 | pkdille | 2008-08-14 04:35:59 -0400 (Thu, 14 Aug 2008) | 1 line [KIL] admin chat template: delete unused file ---------------------------------------------- r14236 | chibaguy | 2008-08-14 02:14:20 -0400 (Thu, 14 Aug 2008) | 1 line [FIX] Accessibility jumplinks positioning CSS added inline to keep links off screen when stylesheet isn't loaded, as in install process. ---------------------------------------------- r14234 | pkdille | 2008-08-13 16:53:54 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14233 | pkdille | 2008-08-13 16:17:31 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14232 | lphuberdeau | 2008-08-13 15:07:18 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] Removing plugins -dist directory and including plugins in default directory, disabled by default ---------------------------------------------- r14231 | lphuberdeau | 2008-08-13 14:06:13 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] More info functions ---------------------------------------------- r14230 | sept_7 | 2008-08-13 14:02:25 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] Well again XHTML validation... ---------------------------------------------- r14229 | sept_7 | 2008-08-13 13:46:42 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] again XHTML validation ---------------------------------------------- r14228 | sept_7 | 2008-08-13 13:38:26 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] Guess what ? XHTML validation ! ;p ---------------------------------------------- r14227 | sept_7 | 2008-08-13 13:33:01 -0400 (Wed, 13 Aug 2008) | 2 lines [ENH] more XHTML validation... ---------------------------------------------- r14226 | sept_7 | 2008-08-13 13:25:44 -0400 (Wed, 13 Aug 2008) | 3 lines [ENH] delete fork of block.strip.php it is already in Smarty and was posing problem for XHTML validation... :( ---------------------------------------------- r14225 | sept_7 | 2008-08-13 13:23:59 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] fix XHTML validation ---------------------------------------------- r14224 | lphuberdeau | 2008-08-13 13:01:10 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] Page modification comment not appropriate for plugin ui modifications ---------------------------------------------- r14223 | lphuberdeau | 2008-08-13 12:53:39 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] Oops ---------------------------------------------- r14221 | lphuberdeau | 2008-08-13 12:44:08 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] More info functions ---------------------------------------------- r14220 | pkdille | 2008-08-13 12:43:10 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] minical: removing minical reminders since it does not work ---------------------------------------------- r14219 | sept_7 | 2008-08-13 12:36:53 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] More XHTML validation and better layout with tikinewt ---------------------------------------------- r14218 | sept_7 | 2008-08-13 12:24:30 -0400 (Wed, 13 Aug 2008) | 2 lines [ENH] More XHTML validation fix (I hope ! ;p) ---------------------------------------------- r14217 | sept_7 | 2008-08-13 12:01:24 -0400 (Wed, 13 Aug 2008) | 2 lines [ENH] small clean up in PDO ---------------------------------------------- r14216 | lphuberdeau | 2008-08-13 11:58:23 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] Correct placement of the noparse markers ---------------------------------------------- r14215 | lphuberdeau | 2008-08-13 11:39:17 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] Load all JS in a single file for plugin help ---------------------------------------------- r14214 | lphuberdeau | 2008-08-13 11:37:19 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] Detection to check if plugin had parameters was broken ---------------------------------------------- r14212 | sept_7 | 2008-08-13 10:51:09 -0400 (Wed, 13 Aug 2008) | 2 lines [ENH] use CSS style to place modules hide/show icons ---------------------------------------------- r14211 | pkdille | 2008-08-13 10:14:10 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] meesages sent: icons deleting following my last commit ---------------------------------------------- r14210 | sept_7 | 2008-08-13 10:10:48 -0400 (Wed, 13 Aug 2008) | 3 lines [ENH] use CSS style for icon in edit section instead of inline style. use CSS class to style object in php script ! ---------------------------------------------- r14209 | sept_7 | 2008-08-13 10:05:54 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] add missing end div tag, for XHTML validation and correct style rendering ---------------------------------------------- r14208 | sept_7 | 2008-08-13 10:02:16 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] correct translation ---------------------------------------------- r14207 | sept_7 | 2008-08-13 10:01:22 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] fix problematic cases in tiki-upload_file... ---------------------------------------------- r14206 | pkdille | 2008-08-13 09:57:07 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin templates to some templates ---------------------------------------------- r14205 | sept_7 | 2008-08-13 09:55:05 -0400 (Wed, 13 Aug 2008) | 2 lines [FIX] fix feature_pear_date setting in wrong php script ---------------------------------------------- r14204 | lphuberdeau | 2008-08-13 09:16:05 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] Wrong permission name ---------------------------------------------- r14203 | pkdille | 2008-08-13 09:12:45 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin templates to some templates ---------------------------------------------- r14202 | pkdille | 2008-08-13 06:05:21 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14201 | pkdille | 2008-08-13 05:45:36 -0400 (Wed, 13 Aug 2008) | 1 line [MOD] titles: deploy smarty plugin title to some templates ---------------------------------------------- r14200 | pkdille | 2008-08-13 05:32:05 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] smarty plugin title: fix the conditions for showing "edit template" icon ---------------------------------------------- r14199 | pkdille | 2008-08-13 05:28:43 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] edit templates: feature has to reachable if either feature edit tpls and/or view tpls are active ---------------------------------------------- r14188 | sept_7 | 2008-08-12 13:57:22 -0400 (Tue, 12 Aug 2008) | 2 lines [FIX] don't include cssmenu if they are not enabled ---------------------------------------------- r14187 | lphuberdeau | 2008-08-12 13:38:32 -0400 (Tue, 12 Aug 2008) | 1 line [MOD] More info functions ---------------------------------------------- r14186 | sept_7 | 2008-08-12 13:32:50 -0400 (Tue, 12 Aug 2008) | 3 lines [FIX] hum... BPB for sylvie : missing table tag tr/td and capitalisation was missing ---------------------------------------------- r14185 | jonnybradley | 2008-08-12 13:32:36 -0400 (Tue, 12 Aug 2008) | 1 line [MOD] Added .cache to svn:ignore (dir generated by Eclipe PDT) ---------------------------------------------- r14184 | pkdille | 2008-08-12 12:27:10 -0400 (Tue, 12 Aug 2008) | 1 line [MOD] edit blog: code reindenting (no diff) ---------------------------------------------- r14183 | sept_7 | 2008-08-12 12:07:18 -0400 (Tue, 12 Aug 2008) | 3 lines [FIX] fix plugin stuff with smarty security on Add addslashes and urlencode to allowed smarty function in templates ---------------------------------------------- r14182 | sept_7 | 2008-08-12 11:45:42 -0400 (Tue, 12 Aug 2008) | 2 lines [ENH] better layout of the category bloc ---------------------------------------------- r14181 | sept_7 | 2008-08-12 09:58:51 -0400 (Tue, 12 Aug 2008) | 2 lines [FIX] oops missing template :( ---------------------------------------------- r14180 | nyloth | 2008-08-12 09:38:42 -0400 (Tue, 12 Aug 2008) | 1 line [FIX] tikinewt: fix hide text in 'comment' and 'attach file' buttons, so they remain in the button when displayed. ---------------------------------------------- r14179 | sept_7 | 2008-08-12 08:53:43 -0400 (Tue, 12 Aug 2008) | 2 lines [FIX] fix the width of the phplayer menu to 100% ---------------------------------------------- r14178 | sept_7 | 2008-08-12 05:43:19 -0400 (Tue, 12 Aug 2008) | 2 lines [FIX] add ifNull adn Concat to tikidblib-pdo.php and remove extra bindvar in commentslib.php ---------------------------------------------- r14177 | sept_7 | 2008-08-12 05:22:16 -0400 (Tue, 12 Aug 2008) | 2 lines [FIX] avoid .content conflict, particularily with forums... ---------------------------------------------- r14176 | sept_7 | 2008-08-12 04:10:43 -0400 (Tue, 12 Aug 2008) | 2 lines [ENH] : suppress useless SQL queries ---------------------------------------------- r14174 | chibaguy | 2008-08-12 01:55:00 -0400 (Tue, 12 Aug 2008) | 1 line [FIX] Link code from *litecss tiki.tpl fixes column-flipping in IE7 (still get a JavaScript error, though a different one now). ---------------------------------------------- r14173 | chibaguy | 2008-08-12 00:43:48 -0400 (Tue, 12 Aug 2008) | 1 line [ENH] Eliminate redundant "powered by" info display; put pref check around version number and star name (only). ---------------------------------------------- r14171 | lphuberdeau | 2008-08-11 19:46:44 -0400 (Mon, 11 Aug 2008) | 1 line [MOD] Disabling sql plugin by default ---------------------------------------------- r14170 | kerrnel22 | 2008-08-11 16:13:01 -0400 (Mon, 11 Aug 2008) | 3 lines Now part of SLVN2. ---------------------------------------------- r14168 | lphuberdeau | 2008-08-11 15:50:11 -0400 (Mon, 11 Aug 2008) | 1 line [MOD] More info functions ---------------------------------------------- r14167 | lphuberdeau | 2008-08-11 15:19:29 -0400 (Mon, 11 Aug 2008) | 1 line [MOD] More info functions ---------------------------------------------- r14164 | lphuberdeau | 2008-08-11 10:53:56 -0400 (Mon, 11 Aug 2008) | 1 line [FIX] Extra attribute for menu handler ---------------------------------------------- r14163 | lphuberdeau | 2008-08-11 10:23:54 -0400 (Mon, 11 Aug 2008) | 1 line [FIX] Attempt to use cache before loading everything ---------------------------------------------- r14162 | sept_7 | 2008-08-11 05:49:34 -0400 (Mon, 11 Aug 2008) | 2 lines [ENH] : File galleries, upload files with progress indications first try ---------------------------------------------- r14161 | sept_7 | 2008-08-11 05:48:41 -0400 (Mon, 11 Aug 2008) | 2 lines [FIX] strip around the template to avoid bad layout ---------------------------------------------- r14160 | nyloth | 2008-08-11 04:40:26 -0400 (Mon, 11 Aug 2008) | 1 line [FIX] xhtml validation ---------------------------------------------- r14153 | lphuberdeau | 2008-08-10 15:42:15 -0400 (Sun, 10 Aug 2008) | 1 line [FIX] File naming error ---------------------------------------------- Version 2.2 <http://tikiwiki.org/ReleaseNotes22> ------------------ ------------------------------------------------------------------------ r15184 | sylvieg | 2008-10-16 14:45:23 -0400 (Thu, 16 Oct 2008) | 1 line [FIX]{file: do not put the page name in {file} when attaching a file - because rename page do not scan the page content ------------------------------------------------------------------------ r15183 | sylvieg | 2008-10-16 14:31:56 -0400 (Thu, 16 Oct 2008) | 1 line backport plugin attach to be able to use {file name=} without page specification ------------------------------------------------------------------------ r15181 | sylvieg | 2008-10-16 14:00:56 -0400 (Thu, 16 Oct 2008) | 1 line [FIX]search: do not display 'found in' if in noresults mode ------------------------------------------------------------------------ r15180 | luciash | 2008-10-16 13:52:49 -0400 (Thu, 16 Oct 2008) | 1 line [FIX] removed unnecessary center class ------------------------------------------------------------------------ r15177 | sylvieg | 2008-10-16 13:26:09 -0400 (Thu, 16 Oct 2008) | 1 line [FIX]sql error: when searching for space in list_pages ------------------------------------------------------------------------ r15168 | chibaguy | 2008-10-15 23:06:19 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] Button bg color lightened and contrast improved so not to be mistaken for greyed out. ------------------------------------------------------------------------ r15167 | marclaporte | 2008-10-15 18:39:37 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] correct link about release ------------------------------------------------------------------------ r15165 | Jyhem | 2008-10-15 16:15:45 -0400 (Wed, 15 Oct 2008) | 1 line [SEC] Can't hurt. Just in case the string passes through input sanitization ------------------------------------------------------------------------ r15160 | marclaporte | 2008-10-15 13:08:55 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] Missing feature check for inclusion of extra css files. ------------------------------------------------------------------------ r15155 | lphuberdeau | 2008-10-15 09:51:54 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] No parse syntax could be used to bypass sanitization ------------------------------------------------------------------------ r15154 | nyloth | 2008-10-15 08:36:55 -0400 (Wed, 15 Oct 2008) | 1 line [FIX] backport fix 15153 for wiki page title feature. ------------------------------------------------------------------------ r15152 | sylvieg | 2008-10-15 08:18:10 -0400 (Wed, 15 Oct 2008) | 1 line backport bug categ/status on trackerstat ------------------------------------------------------------------------ r15150 | marclaporte | 2008-10-14 21:32:48 -0400 (Tue, 14 Oct 2008) | 1 line [FIX] Correct variable names for min_pass_length and min_username_length ------------------------------------------------------------------------ r15149 | marclaporte | 2008-10-14 20:54:54 -0400 (Tue, 14 Oct 2008) | 1 line [FIX] SEWilco fixed bug 1291, so removing warning note ------------------------------------------------------------------------ r15134 | Jyhem | 2008-10-14 05:18:13 -0400 (Tue, 14 Oct 2008) | 1 line [SEC] Limit size of user-provided input. ------------------------------------------------------------------------ r15110 | Jyhem | 2008-10-13 10:33:03 -0400 (Mon, 13 Oct 2008) | 1 line [SEC] Fix security concerns by removing the need for tiki-error.php (clear tiki-error.php and unused initialisation) ------------------------------------------------------------------------ r15108 | Jyhem | 2008-10-13 10:10:12 -0400 (Mon, 13 Oct 2008) | 1 line [SEC] Fix security concerns by removing the need for tiki-error.php ------------------------------------------------------------------------ r15095 | sylvieg | 2008-10-10 18:40:50 -0400 (Fri, 10 Oct 2008) | 1 line backport sort in fgal ------------------------------------------------------------------------ r15087 | jonnybradley | 2008-10-10 12:09:46 -0400 (Fri, 10 Oct 2008) | 1 line [FIX] Renamed transition style files to reflect new "base" twversion ------------------------------------------------------------------------ r15086 | sylvieg | 2008-10-10 11:43:06 -0400 (Fri, 10 Oct 2008) | 1 line [FIX]SQL: to have queries with > running ------------------------------------------------------------------------ r15083 | jonnybradley | 2008-10-10 11:00:48 -0400 (Fri, 10 Oct 2008) | 1 line [FIX] Files not in database "display", "thumbnail" etc fixed (slightly different to fix in trunk - hope it doesn't make a merge mess) ------------------------------------------------------------------------ r15013 | pkdille | 2008-10-06 15:08:55 -0400 (Mon, 06 Oct 2008) | 1 line [FIX] blog post: backport commit 13736. Users do not have perms to post in another user's private blog. [bug 1348] ------------------------------------------------------------------------ r15002 | sylvieg | 2008-10-06 08:27:24 -0400 (Mon, 06 Oct 2008) | 1 line backport the error message when feature is not set: the feature should be changed manually in the database ------------------------------------------------------------------------ r14923 | luciash | 2008-09-30 14:54:19 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] added missing site location bar + little padding fix ------------------------------------------------------------------------ r14922 | luciash | 2008-09-30 14:42:18 -0400 (Tue, 30 Sep 2008) | 1 line [FIX] allow display page title when breadcrumbs are on, display location prefix in center column too when switched on, display the location bar with breadcrumbs only once, better to highlight the current page in breadcrumbs by strong than h1, ... ------------------------------------------------------------------------ r14920 | jonnybradley | 2008-09-30 13:25:27 -0400 (Tue, 30 Sep 2008) | 2 lines [FIX] Renamed overLIB's windowWidth function to olWindowWidth to avoid conflict with PHP Layers Menu windowWidth variable. (overLIB was last updated in 2005 but have contacted the author - no response) ------------------------------------------------------------------------ r14919 | jonnybradley | 2008-09-30 13:17:06 -0400 (Tue, 30 Sep 2008) | 4 lines [FIX] Switch editor mode: fixes markup parsing when switching to and from WYSIWYG Keeps edits, works on smilies, plugins, tables, images, headings etc Tested well on trunk now so committing (slightly modified) here in case 2.2 is released ------------------------------------------------------------------------ r14901 | lphuberdeau | 2008-09-29 20:55:16 -0400 (Mon, 29 Sep 2008) | 1 line [MOD] Updating version numbers ------------------------------------------------------------------------ r14897 | sewilco | 2008-09-29 14:07:43 -0400 (Mon, 29 Sep 2008) | 1 line [NEW] Add galleryId to show_image.php to show one image from a gallery. ------------------------------------------------------------------------ r14894 | sylvieg | 2008-09-29 10:43:19 -0400 (Mon, 29 Sep 2008) | 1 line [FIX]switch theme: better error message + you can switch theme even if userprefs is disabled - it will use cookie in this case ------------------------------------------------------------------------ r14889 | sylvieg | 2008-09-29 09:53:25 -0400 (Mon, 29 Sep 2008) | 1 line style for login and search top boxes ------------------------------------------------------------------------ r14878 | ricks99 | 2008-09-26 15:48:10 -0400 (Fri, 26 Sep 2008) | 1 line [FIX]show min length for username ------------------------------------------------------------------------ r14869 | chibaguy | 2008-09-25 22:22:54 -0400 (Thu, 25 Sep 2008) | 1 line [FIX] Bad nested span removed from tiki-browse_gallery.tpl (was causing problem with watch icon), spans added to give list gallery same button look as browse gallery, button style, tocnav contrast, gallery thumb td borders fixed in darkroom.css. ------------------------------------------------------------------------ r14858 | luciash | 2008-09-25 06:16:51 -0400 (Thu, 25 Sep 2008) | 1 line [FIX] typo in module_params caused nobox param unuseful (thanks to Jose F. Garcia) ---------------------------------------------------------------------- Version 2.1 <http://tikiwiki.org/ReleaseNotes21> ------------------ ------------------------------------------------------------------------ r14819 | ricks99 | 2008-09-23 08:09:27 -0400 (Tue, 23 Sep 2008) | 1 line [fix] added global $page to allow inclusion of this module within a wiki page. ------------------------------------------------------------------------ r14817 | sept_7 | 2008-09-23 05:43:35 -0400 (Tue, 23 Sep 2008) | 2 lines [FIX] use PHP_SELF instead of REQUEST_URI to avoid mismatches and abuses ------------------------------------------------------------------------ r14816 | sept_7 | 2008-09-23 03:18:20 -0400 (Tue, 23 Sep 2008) | 5 lines [FIX] fix strange identity change... harmless only smarty user variable is modified but users get scared. change unused info['user'] to smarty variable onwer for now... backport of 14651 in trunk ------------------------------------------------------------------------ r14813 | etuate | 2008-09-22 20:33:44 -0400 (Mon, 22 Sep 2008) | 1 line [FIX] bugs with anti scripting inserting ´<x>´ into map files ------------------------------------------------------------------------ r14812 | lphuberdeau | 2008-09-22 18:06:57 -0400 (Mon, 22 Sep 2008) | 1 line [BACKPORT] Second part of the sanitization fix ------------------------------------------------------------------------ r14806 | nyloth | 2008-09-22 16:36:58 -0400 (Mon, 22 Sep 2008) | 3 lines [SEC] tiki setup: fix vulnerability due to how _REQUEST was checked and rebuild, and due to how the error was handled in case of input type problem + optimize code in terms of performance + handle multiple error messages + reduce _REQUEST to only _GET and _POST (this is a backport of revision 14805). ------------------------------------------------------------------------ r14774 | sylvieg | 2008-09-19 15:20:25 -0400 (Fri, 19 Sep 2008) | 1 line backport from trunk not to have the 0 translated into an empty string ------------------------------------------------------------------------ r14760 | pkdille | 2008-09-19 03:54:28 -0400 (Fri, 19 Sep 2008) | 4 lines [FIX] imagals sorting by image count (ticket 1962): fix request [FIX] browse image gallery: fix the sorting by filesize which is, for the subgals, the number of images. ------------------------------------------------------------------------ r14759 | sewilco | 2008-09-18 17:18:42 -0400 (Thu, 18 Sep 2008) | 1 line [SEC] Make cache only work for anonymous users, stopping leakage across permissions, closing ticket 1291, using usual anon test ------------------------------------------------------------------------ r14758 | sewilco | 2008-09-18 15:55:25 -0400 (Thu, 18 Sep 2008) | 1 line [SEC] Make cache only work for anonymous users, stopping leakage across permissions, closing ticket 1291 ------------------------------------------------------------------------ r14752 | ricks99 | 2008-09-18 12:54:08 -0400 (Thu, 18 Sep 2008) | 1 line [FIX]use the defined breadcrumb instead of hardcoding something else ------------------------------------------------------------------------ r14733 | luciash | 2008-09-17 13:55:56 -0400 (Wed, 17 Sep 2008) | 1 line [FIX] mootools js link was changed only in default tpl after mootools upgrade before 2.0 (Shadowbox wasn't working then in Simple style) ------------------------------------------------------------------------ r14732 | ricks99 | 2008-09-17 11:27:27 -0400 (Wed, 17 Sep 2008) | 1 line [FIX]Do not duplicate description for static text fields. ------------------------------------------------------------------------ r14726 | pkdille | 2008-09-17 08:41:05 -0400 (Wed, 17 Sep 2008) | 1 line [FIX] tracker comments: should be left aligned (check on dev.tw.o) ------------------------------------------------------------------------ r14724 | pkdille | 2008-09-17 05:17:50 -0400 (Wed, 17 Sep 2008) | 1 line [FIX] edit file galleries. Perms check was broken (bug 2009 - thks lpborges ------------------------------------------------------------------------ r14690 | sylvieg | 2008-09-12 10:45:44 -0400 (Fri, 12 Sep 2008) | 1 line [FIX]php bug: editing page with non utf8 characters returns an empty page ------------------------------------------------------------------------ r14685 | luciash | 2008-09-12 05:40:23 -0400 (Fri, 12 Sep 2008) | 1 line [FIX] when WYSIWYG is off don't check wysiwyg content is wiki parsed to show the web help link ------------------------------------------------------------------------ r14665 | ricks99 | 2008-09-10 10:59:35 -0400 (Wed, 10 Sep 2008) | 1 line [FIX]check permission before showing discuss link ------------------------------------------------------------------------ r14663 | sylvieg | 2008-09-10 09:59:28 -0400 (Wed, 10 Sep 2008) | 1 line [FIX]tracker: radio buttons can be separated by br or a space with an option <br>- the change should have never been done in 2.0 ------------------------------------------------------------------------ r14642 | sylvieg | 2008-09-08 16:25:49 -0400 (Mon, 08 Sep 2008) | 1 line backport the undefined dbversion ------------------------------------------------------------------------ r14637 | sampaioprimo | 2008-09-08 12:56:33 -0400 (Mon, 08 Sep 2008) | 2 lines pt-br translation ------------------------------------------------------------------------ r14617 | sylvieg | 2008-09-05 11:58:56 -0400 (Fri, 05 Sep 2008) | 1 line [FIX]syntax error ------------------------------------------------------------------------ r14616 | ricks99 | 2008-09-05 06:45:35 -0400 (Fri, 05 Sep 2008) | 1 line [FIX]better formatting of radio button elements, correct use of LABEL element for each option ------------------------------------------------------------------------ r14609 | ricks99 | 2008-09-04 12:07:10 -0400 (Thu, 04 Sep 2008) | 1 line [FIX]smileys should appear in wiki editor, even if wysiwyg feature is enabled. ------------------------------------------------------------------------ r14551 | xavidp | 2008-08-29 14:26:10 -0400 (Fri, 29 Aug 2008) | 1 line [FIX] single quote changed to double quote to hopefully fix http://dev.tikiwiki.org/bug1732 for all languages, after the tip by Jonny B. and partial fix on language.php for Catalan. At least if fixes the bug in Catalan language and any others with single quotes in language.php. ------------------------------------------------------------------------ r14546 | jonnybradley | 2008-08-29 12:59:10 -0400 (Fri, 29 Aug 2008) | 2 lines [FIX] Added backslash in front of single quote mark which was breaking FCKEditor javascript preventing toolbars appearing in Catalan (on "Wiki Link insert") (http://dev.tikiwiki.org/bug1732 still open as it should be fixed for all languages in the template setup_fckeditor.tpl) ------------------------------------------------------------------------ r14535 | xavidp | 2008-08-28 13:10:16 -0400 (Thu, 28 Aug 2008) | 1 line [FIX] Image and link were missing on additional info box for image display on wiki page related to the uploaded document ------------------------------------------------------------------------ r14529 | sampaioprimo | 2008-08-27 09:08:45 -0400 (Wed, 27 Aug 2008) | 2 lines pt-br translation ------------------------------------------------------------------------ r14520 | sampaioprimo | 2008-08-26 13:52:14 -0400 (Tue, 26 Aug 2008) | 2 lines fix pt-br translation ------------------------------------------------------------------------ r14518 | nyloth | 2008-08-26 08:03:47 -0400 (Tue, 26 Aug 2008) | 1 line [FIX] contacts: needs both 'feature_contact' and 'feature_messages' to work ------------------------------------------------------------------------ r14491 | sampaioprimo | 2008-08-22 16:24:49 -0400 (Fri, 22 Aug 2008) | 2 lines pt-br translation ------------------------------------------------------------------------ r14486 | sampaioprimo | 2008-08-22 14:07:27 -0400 (Fri, 22 Aug 2008) | 2 lines more pt-br translation ------------------------------------------------------------------------ r14469 | Beuc | 2008-08-22 06:40:38 -0400 (Fri, 22 Aug 2008) | 1 line Fix quoting when using Multi-tiki ($VIRTUALS) ------------------------------------------------------------------------ r14465 | sampaioprimo | 2008-08-21 21:01:19 -0400 (Thu, 21 Aug 2008) | 2 lines more pt-br translation ------------------------------------------------------------------------ r14464 | sampaioprimo | 2008-08-21 20:55:00 -0400 (Thu, 21 Aug 2008) | 2 lines fix translation ------------------------------------------------------------------------ r14404 | ricks99 | 2008-08-18 17:08:40 -0400 (Mon, 18 Aug 2008) | 1 line [MOD]tables need headers, give iconic status ------------------------------------------------------------------------ r14403 | ricks99 | 2008-08-18 17:01:53 -0400 (Mon, 18 Aug 2008) | 1 line [UI]no files for all user prefs ------------------------------------------------------------------------ r14396 | sylvieg | 2008-08-18 14:15:01 -0400 (Mon, 18 Aug 2008) | 1 line [FIX]tracker: the IP selector/creator was reset when item was modified: todo: rewrite .. not a good idea to avoid resetting creator field by magically unsetting fieldId ------------------------------------------------------------------------ r14389 | sylvieg | 2008-08-18 11:34:13 -0400 (Mon, 18 Aug 2008) | 1 line [FIX]depending from where you come 1.9 or 1.10, email_due is there or not ------------------------------------------------------------------------ r14213 | xavidp | 2008-08-13 11:21:18 -0400 (Wed, 13 Aug 2008) | 1 line [FIX] db password was not hidden at typing time on upgrade through tiki-install.php ------------------------------------------------------------------------ ---------------------------------------------------------------------- Version 2.0 <http://tikiwiki.org/ReleaseProcess20> ------------------ ------------------------------------------------------------------------ r14148 | lphuberdeau | 2008-08-10 17:46:42 +0200 (dim, 10 aoû 2008) | 1 line [FIX] Missing feature check ------------------------------------------------------------------------ r14146 | nyloth | 2008-08-10 14:53:16 +0200 (dim, 10 aoû 2008) | 1 line [FIX] installer: test on 16MB of memory (as announced), not 8MB. ------------------------------------------------------------------------ r14144 | nyloth | 2008-08-10 14:28:08 +0200 (dim, 10 aoû 2008) | 1 line [FIX] filegals: fix title from 'Upload New Version' to 'Replace', when no archives for the gallery (instead users are confused and can definitely delete files) ------------------------------------------------------------------------ r14142 | nyloth | 2008-08-10 13:37:20 +0200 (dim, 10 aoû 2008) | 1 line [SEC] XSS sanitization: also handle 'lowsrc', 'codebase' and 'xmlns' html attributes + simplify one of the original regexp patterns ------------------------------------------------------------------------ r14141 | nyloth | 2008-08-10 13:35:39 +0200 (dim, 10 aoû 2008) | 1 line [FIX] filegals: quickfix to not index all files with fulltext (depending on their mimetypes) since it make filegals nearly unusable with binary/images files and tiki (non-mysql) fulltext search. ------------------------------------------------------------------------ r14140 | nyloth | 2008-08-10 13:33:32 +0200 (dim, 10 aoû 2008) | 3 lines [FIX] filegals: show a more correct max upload size info for file upload (follows commit revision 14096 from ricks), especially when using DB storage + fix most important uses of kbsize (units were wrong). ------------------------------------------------------------------------ r14133 | nyloth | 2008-08-09 16:54:33 +0200 (sam, 09 aoû 2008) | 5 lines [SEC] XSS sanitization fixes + tuning to be less aggressive for inline CSS styles: * don't disable 'style' HTML attribute because it was considered as too aggressive. Now it is only catched as HTML tag but alert() and url() are catched, * move straight replacements handling into the while loop, * fix XSS vulnerabilities using html comments, CDATA, link tags, ?xml tags, ?import tags, spaces in javascript functions names ------------------------------------------------------------------------ r14126 | ricks99 | 2008-08-08 14:03:45 +0200 (ven, 08 aoû 2008) | 1 line [FIX]fixed typo "maintenance" ------------------------------------------------------------------------ r14111 | sylvieg | 2008-08-07 15:20:36 +0200 (jeu, 07 aoû 2008) | 1 line [FIX] to have dev.tw.o working with user selector with option email ------------------------------------------------------------------------ r14110 | sylvieg | 2008-08-07 15:19:26 +0200 (jeu, 07 aoû 2008) | 1 line rollback partially 13491(security check) test against the pref user_pref + reinclude the lib to have the avatar back ------------------------------------------------------------------------ r14099 | marclaporte | 2008-08-06 17:21:50 +0200 (mer, 06 aoû 2008) | 1 line [FIX] Remove extra line which is not necessary and causes SQL error message on install. No need to merge up since this will be deprecated in 3.0 ------------------------------------------------------------------------ r14096 | ricks99 | 2008-08-06 16:15:23 +0200 (mer, 06 aoû 2008) | 1 line [FIX] show max file upload size when adding files to gallery. we already show for image uploads ------------------------------------------------------------------------ r14092 | sylvieg | 2008-08-06 14:35:24 +0200 (mer, 06 aoû 2008) | 1 line regression: in dev.tw.org, the user modifier tracker field was no more updated ------------------------------------------------------------------------ r14085 | sept_7 | 2008-08-06 10:03:22 +0200 (mer, 06 aoû 2008) | 5 lines [SEC] Fix creation and edition problems on blogs * First problemn was with sanatization of style attribute, now style is replace by style_dangerous. * Second there was a problem with the test of tiki_p_edit_templates :( * Third there was a problem when editing the blog :( ------------------------------------------------------------------------ r14076 | sylvieg | 2008-08-05 22:31:58 +0200 (mar, 05 aoû 2008) | 1 line add a message only queries using more than seconds: 0.05 - as since the last adodb upgrade it logs only these queries - bad adodb ------------------------------------------------------------------------ r14059 | nyloth | 2008-08-05 09:35:31 +0200 (mar, 05 aoû 2008) | 1 line [MOD] wiki: support 'lnk' param for img wiki tag to do the same than 'link' but that is not affected by sanitization. ------------------------------------------------------------------------ r14056 | nyloth | 2008-08-05 00:15:51 +0200 (mar, 05 aoû 2008) | 1 line [FIX] sanitization: tune a bit more to avoid some false positive like 'linked' instead of 'link' (for all content keywords). ------------------------------------------------------------------------ r14054 | sylvieg | 2008-08-04 23:12:07 +0200 (lun, 04 aoû 2008) | 1 line backport because missing up fresh install ------------------------------------------------------------------------ r14053 | nyloth | 2008-08-04 22:47:17 +0200 (lun, 04 aoû 2008) | 1 line [FIX] sanitization: fix false positive in sanitization for wiki syntax {img link=} ------------------------------------------------------------------------ r14049 | lphuberdeau | 2008-08-04 21:21:09 +0200 (lun, 04 aoû 2008) | 1 line [MOD] Re-adding installer disable to prevent brute force attacks ------------------------------------------------------------------------ r14048 | lphuberdeau | 2008-08-04 21:07:15 +0200 (lun, 04 aoû 2008) | 1 line [FIX] Simplify installer authentication to request DB credentials ------------------------------------------------------------------------ r14046 | sylvieg | 2008-08-04 19:58:27 +0200 (lun, 04 aoû 2008) | 1 line [FIX]email_due is renamed just after, adn pass_due too ------------------------------------------------------------------------ r14039 | nyloth | 2008-08-04 12:04:39 +0200 (lun, 04 aoû 2008) | 1 line [SEC] security fix on an input var (reported by securfrog) ------------------------------------------------------------------------ r14038 | Jyhem | 2008-08-04 11:43:05 +0200 (lun, 04 aoû 2008) | 1 line [FIX] Security fix: This page should not be displayed without permission check ------------------------------------------------------------------------ r14030 | nyloth | 2008-08-03 17:35:16 +0200 (dim, 03 aoû 2008) | 1 line [FIX] wiki: authors style can't be null in database, so initialize it to the empty string ------------------------------------------------------------------------ r14022 | sampaioprimo | 2008-08-03 02:08:23 +0200 (dim, 03 aoû 2008) | 2 lines translation typo ------------------------------------------------------------------------ r14021 | sampaioprimo | 2008-08-03 01:55:39 +0200 (dim, 03 aoû 2008) | 2 lines pt-br translation ------------------------------------------------------------------------ r14020 | luciash | 2008-08-02 00:47:03 +0200 (sam, 02 aoû 2008) | 1 line [FIX] respect nocache parameter at second position too (as before adding rel for shadowbox) ------------------------------------------------------------------------ r14019 | nyloth | 2008-08-02 00:44:16 +0200 (sam, 02 aoû 2008) | 1 line [FIX] wiki: make optionnal the 'Wiki authors style by page settings' tfeature that was not in previous stable version, as asked by many people. ------------------------------------------------------------------------ r14018 | marclaporte | 2008-08-02 00:32:17 +0200 (sam, 02 aoû 2008) | 1 line [FIX] Fix link to the documentation ------------------------------------------------------------------------ r14017 | marclaporte | 2008-08-02 00:29:21 +0200 (sam, 02 aoû 2008) | 1 line [FIX] Missing link to the documentation ------------------------------------------------------------------------ r14016 | sylvieg | 2008-08-02 00:22:18 +0200 (sam, 02 aoû 2008) | 1 line [FIX]history : side by side diff was generating an extra </table> (fix asked in 2.0 by marc) ------------------------------------------------------------------------ r14015 | marclaporte | 2008-08-02 00:08:54 +0200 (sam, 02 aoû 2008) | 1 line [FIX] Missing link to the documentation ------------------------------------------------------------------------ r14013 | marclaporte | 2008-08-01 23:47:19 +0200 (ven, 01 aoû 2008) | 1 line [FIX] Missing link to the documentation ------------------------------------------------------------------------ r14011 | princessxine | 2008-08-01 23:04:45 +0200 (ven, 01 aoû 2008) | 1 line [FIX/MOD] Moving some of the options around on the feature page / textarea page. ------------------------------------------------------------------------ r14010 | marclaporte | 2008-08-01 23:02:27 +0200 (ven, 01 aoû 2008) | 1 line [FIX/MOD] No feature addition or removal, just re-ordering the admin panel to be more intuitive. Newer panels have historically been placed at the end. The first panels are now the ones which are always active, then, it's roughly in the same order as in tiki-admin.php?page=features This is in conjunction with princessechristine (SVN) / NefariousC's (IRC) work on tiki-admin.php?page=features and tiki-admin.php?page=textarea ------------------------------------------------------------------------ r14008 | sylvieg | 2008-08-01 22:35:07 +0200 (ven, 01 aoû 2008) | 1 line [FIX]login: some system do not have crypt-md5. In this case go back to tikihash (very conservative) . Perhaps anther method must be choosen? ------------------------------------------------------------------------ r14007 | marclaporte | 2008-08-01 21:47:56 +0200 (ven, 01 aoû 2008) | 1 line [DEL] Remove some old unused jukebox stuff ------------------------------------------------------------------------ r14006 | marclaporte | 2008-08-01 21:35:59 +0200 (ven, 01 aoû 2008) | 1 line [DEL] Remove useless file ------------------------------------------------------------------------ r13999 | sept_7 | 2008-08-01 09:42:53 +0200 (ven, 01 aoû 2008) | 2 lines [FIX] : bug fix reported by amette, TikiTest unusable without this fix. ------------------------------------------------------------------------ r13995 | marclaporte | 2008-07-31 22:52:05 +0200 (jeu, 31 jui 2008) | 1 line [FIX] Remove the possibility of hiding the extra admin links as they are very useful, even if not very pretty. ------------------------------------------------------------------------ r13993 | ricks99 | 2008-07-31 22:15:14 +0200 (jeu, 31 jui 2008) | 1 line [FIX] dont prompt to change admin pw on upgrade -- only for new install. ------------------------------------------------------------------------ r13989 | marclaporte | 2008-07-31 21:40:30 +0200 (jeu, 31 jui 2008) | 1 line [DOC] Adding a link to security bug about this feature to warn people not to activate if they are concerned about this aspect ------------------------------------------------------------------------ r13983 | tombombadilom | 2008-07-31 16:56:42 +0200 (jeu, 31 jui 2008) | 2 lines [Mootools] upgraded to version 1.2 shadow box-mootools.js has been patched to avoid better display ------------------------------------------------------------------------ r13972 | lphuberdeau | 2008-07-30 18:41:52 +0200 (mer, 30 jui 2008) | 1 line [REL] SecDB for 2.0RC4 ------------------------------------------------------------------------ r13969 | nyloth | 2008-07-30 17:59:13 +0200 (mer, 30 jui 2008) | 1 line [FIX] sanitization: Convert back sanitization tags into real tags to avoid them to be displayed (instead of removing tag). ------------------------------------------------------------------------ r13966 | lphuberdeau | 2008-07-30 17:01:00 +0200 (mer, 30 jui 2008) | 1 line [REL] Changing version numbers ------------------------------------------------------------------------ r13965 | nyloth | 2008-07-30 16:41:25 +0200 (mer, 30 jui 2008) | 1 line [FIX] sanitization: Remove useless sanitization when the whole string will be converted into HTML entities, to be more transparent for the user. ------------------------------------------------------------------------ r13963 | sept_7 | 2008-07-30 15:56:56 +0200 (mer, 30 jui 2008) | 2 lines [UPDATE] : Update HTMLPurifier from 2.1.3 to 2.1.5 ------------------------------------------------------------------------ r13962 | nyloth | 2008-07-30 15:42:13 +0200 (mer, 30 jui 2008) | 1 line [FIX] sanitization: be less aggressive on 'javascript' keyword ------------------------------------------------------------------------ r13961 | sept_7 | 2008-07-30 14:54:29 +0200 (mer, 30 jui 2008) | 3 lines [ENH] : minimize the call to preg_replace and calculate search pattern only once where applicable. ------------------------------------------------------------------------ r13960 | sept_7 | 2008-07-30 11:46:18 +0200 (mer, 30 jui 2008) | 2 lines [FIX] fix the coma bug in sanatization.php... BPB for Nyloth :D ------------------------------------------------------------------------ r13957 | lphuberdeau | 2008-07-30 01:50:51 +0200 (mer, 30 jui 2008) | 1 line [REL] SecDB for 2.0RC3 ------------------------------------------------------------------------ r13956 | lphuberdeau | 2008-07-30 01:49:37 +0200 (mer, 30 jui 2008) | 1 line [REL] Change version numbers ------------------------------------------------------------------------ r13955 | lphuberdeau | 2008-07-30 01:46:32 +0200 (mer, 30 jui 2008) | 1 line [REL] SecDB for 2.0RC3 ------------------------------------------------------------------------ r13953 | lphuberdeau | 2008-07-30 01:42:23 +0200 (mer, 30 jui 2008) | 1 line [REL] Change version numbers ------------------------------------------------------------------------ r13952 | lphuberdeau | 2008-07-30 01:26:05 +0200 (mer, 30 jui 2008) | 1 line [REL] SecDB for 2.0RC3 ------------------------------------------------------------------------ r13950 | nyloth | 2008-07-30 01:14:44 +0200 (mer, 30 jui 2008) | 1 line [FIX] sanitization: remove sanitization from tiki-admin.php since users that use those panels are trusted users and they may need to use style tags (or other dangerous tags) in some places like 'Custom Site Header'. Thanx to SEWilco for the report and lphuberdeau for the fix idea) ------------------------------------------------------------------------ r13946 | nyloth | 2008-07-29 20:36:15 +0200 (mar, 29 jui 2008) | 1 line [FIX] sanitization: be less aggressive on 'style' keyword (now only search as a tag or as something that looks like an HTML attribute) ------------------------------------------------------------------------ r13944 | nyloth | 2008-07-29 19:42:39 +0200 (mar, 29 jui 2008) | 1 line [MOD] wiki parsing: small hack to avoid displaying things like 'st<x>yle' for wiki text that has been XSS sanitized. ------------------------------------------------------------------------ r13938 | nyloth | 2008-07-29 17:35:41 +0200 (mar, 29 jui 2008) | 1 line [FIX] sanitization: do everything in the same loop to be sure ------------------------------------------------------------------------ r13937 | sampaioprimo | 2008-07-29 16:16:11 +0200 (mar, 29 jui 2008) | 2 lines pt-br translation ------------------------------------------------------------------------ r13935 | lphuberdeau | 2008-07-29 15:44:02 +0200 (mar, 29 jui 2008) | 1 line [FIX] Translation sync got broken along the way ------------------------------------------------------------------------ r13934 | sampaioprimo | 2008-07-29 15:00:45 +0200 (mar, 29 jui 2008) | 2 lines [FIX] smarty var names conflicting ------------------------------------------------------------------------ r13929 | franck | 2008-07-29 06:51:31 +0200 (mar, 29 jui 2008) | 1 line [FIX] smarty long datetime ref missing in calendar rss code ------------------------------------------------------------------------ r13928 | franck | 2008-07-29 05:58:27 +0200 (mar, 29 jui 2008) | 1 line [ENH]display the Timezone in the calendar ------------------------------------------------------------------------ r13927 | nyloth | 2008-07-29 01:47:16 +0200 (mar, 29 jui 2008) | 1 line [FIX] explode modifier: fix call to php function when no limit ------------------------------------------------------------------------ r13926 | nyloth | 2008-07-29 01:35:25 +0200 (mar, 29 jui 2008) | 1 line [SEC] improve XSS filter to protect against more attacks (thx to 'Joshua Morin' who reported some vulnerabilities. New code is mainly based on 'RemoveXSS' initially developped by kallahar from quickwired.com and modified for TikiWiki to be less aggressive. When a value may be dangerous, it inserts a fake '<x>' tag inside it to disable it. Please test. ------------------------------------------------------------------------ r13919 | nyloth | 2008-07-28 19:51:09 +0200 (lun, 28 jui 2008) | 1 line [FIX] installer: typo ------------------------------------------------------------------------ r13914 | nyloth | 2008-07-28 16:43:34 +0200 (lun, 28 jui 2008) | 1 line [FIX] installer: replace the user_is_admin function by simply testing if the user is 'admin', since the installer should only be accessible for this user (the function was buggy, because it was accepting any user that was in a group + admin may not be in a group). + fix the cookie name that was not working if it was set with an underscore (it has to be cleaned as in tiki-setup_base). ------------------------------------------------------------------------ r13913 | marclaporte | 2008-07-28 13:14:33 +0200 (lun, 28 jui 2008) | 1 line [FIX] Remove unnecessary line in install instructions (Thanks Nyloth) ------------------------------------------------------------------------ r13911 | marclaporte | 2008-07-28 03:59:17 +0200 (lun, 28 jui 2008) | 1 line [FIX] Improve admin tip (but it's still not great) ------------------------------------------------------------------------ r13910 | marclaporte | 2008-07-28 02:31:48 +0200 (lun, 28 jui 2008) | 1 line [FIX] Like in 1.9.x, on external links: changing the alt from 'external link' to ' (external link)' because it causes a nuisance when copy/pasting from a wiki page (with Firefox but not IE6) to somewhere else and also when using the Tiki newsletter. ------------------------------------------------------------------------ r13909 | marclaporte | 2008-07-28 02:09:29 +0200 (lun, 28 jui 2008) | 1 line [FIX] Changing instructions to use sh setup.sh instead of ./setup.sh ------------------------------------------------------------------------ r13907 | nyloth | 2008-07-27 21:52:48 +0200 (dim, 27 jui 2008) | 1 line [FIX] filegal manager: fix images in wiki pages with height or width set in percentages. ------------------------------------------------------------------------ r13903 | nyloth | 2008-07-27 20:09:41 +0200 (dim, 27 jui 2008) | 1 line [FIX] file galleries: initialisation of explorer and path was broken for a new gallery. It now uses global prefs as other options. ------------------------------------------------------------------------ r13901 | nyloth | 2008-07-27 17:09:40 +0200 (dim, 27 jui 2008) | 1 line [FIX] file galleries: explorer tree was broken in php mode (i.e. not in javascript through phplayers). ------------------------------------------------------------------------ r13897 | nyloth | 2008-07-27 12:10:49 +0200 (dim, 27 jui 2008) | 1 line [FIX] some comments from 1.10 to 2.0 ------------------------------------------------------------------------ r13895 | chibaguy | 2008-07-26 16:42:26 +0200 (sam, 26 jui 2008) | 1 line [FIX] Div widths in forum posts (min-width needed for IE7 and FF3, etc.); other forum post fixes. Darkroom also needed text/bg contrast properties when transition CSS is used. ------------------------------------------------------------------------ r13894 | chibaguy | 2008-07-26 06:21:57 +0200 (sam, 26 jui 2008) | 1 line [FIX] Clear needed to keep post form in place on preview page in *litecss themes. ------------------------------------------------------------------------ r13887 | lphuberdeau | 2008-07-25 17:52:36 +0200 (ven, 25 jui 2008) | 1 line [FIX] No longer read the version number from db/local.php ------------------------------------------------------------------------ r13877 | chibaguy | 2008-07-25 09:55:01 +0200 (ven, 25 jui 2008) | 1 line [FIX] Improved forum and admin pages, module ol and ul, font sizes, etc. ------------------------------------------------------------------------ r13864 | nyloth | 2008-07-24 17:12:52 +0200 (jeu, 24 jui 2008) | 1 line [FIX] filegals: shadowbox was conflicting with filegals_manager in browse view. ------------------------------------------------------------------------ r13863 | sylvieg | 2008-07-24 16:37:09 +0200 (jeu, 24 jui 2008) | 1 line [FIX]tracker: the checkbox in TRACKER has on/n values - in tracker-view_tracker has y/n - making impossible to test in TRACKERITEMFIELD => now normalize to y/n and accept both test value in TRACKERITEMFIELD ------------------------------------------------------------------------ r13862 | ricks99 | 2008-07-24 16:18:17 +0200 (jeu, 24 jui 2008) | 1 line [MOD]make text clearer for initial admin login for new install. ------------------------------------------------------------------------ r13861 | chibaguy | 2008-07-24 08:48:46 +0200 (jeu, 24 jui 2008) | 1 line [FIX] Extra /div tag removed that was causing column problem in *litecss themes. ------------------------------------------------------------------------ r13860 | chibaguy | 2008-07-24 04:07:50 +0200 (jeu, 24 jui 2008) | 1 line [FIX] "Powered by" font size set to match theme. ------------------------------------------------------------------------ r13859 | chibaguy | 2008-07-24 03:49:26 +0200 (jeu, 24 jui 2008) | 1 line [FIX] #siteloginbar styling added (font size, etc.) for consistent look. ------------------------------------------------------------------------ r13855 | nyloth | 2008-07-23 22:33:58 +0200 (mer, 23 jui 2008) | 1 line [SEC] galaxia : avoid using the base script directly. ------------------------------------------------------------------------ r13854 | nyloth | 2008-07-23 22:11:18 +0200 (mer, 23 jui 2008) | 1 line [SEC] backport 'smarty security' fixes from trunk to avoid this feature to break tiki. ------------------------------------------------------------------------ r13853 | nyloth | 2008-07-23 21:02:35 +0200 (mer, 23 jui 2008) | 1 line [SEC] change default password encryption from tikihash (old) to crypt-md5. ------------------------------------------------------------------------ r13852 | nyloth | 2008-07-23 20:53:15 +0200 (mer, 23 jui 2008) | 1 line [FIX] backport commit 13688 ------------------------------------------------------------------------ r13840 | sylvieg | 2008-07-23 17:22:53 +0200 (mer, 23 jui 2008) | 1 line [FIX]tracker: For user tracker to work in regsitration ------------------------------------------------------------------------ r13839 | nyloth | 2008-07-23 15:59:08 +0200 (mer, 23 jui 2008) | 1 line [FIX] installer: for upgrades, show a login box instead of a link to the current tiki login box, because there is a huge risk that the current tiki is broken due to new code that is not compatible with the current database schema (which will be updated by the installer, after this login). This avoids admins to be locked into something broken if they forget to login before replacing tikiwiki files by new versions. ------------------------------------------------------------------------ r13838 | nyloth | 2008-07-23 15:54:57 +0200 (mer, 23 jui 2008) | 1 line [FIX] handle dbversion 1.10 that needs to be changed into 2.0. ------------------------------------------------------------------------ r13837 | nyloth | 2008-07-23 15:52:58 +0200 (mer, 23 jui 2008) | 1 line [FIX] use include_once instead of include for adodb-session.php since it can't be included again. ------------------------------------------------------------------------ r13836 | nyloth | 2008-07-23 15:51:00 +0200 (mer, 23 jui 2008) | 1 line [FIX] rename 1.10 to 2.0 in comments ------------------------------------------------------------------------ r13835 | nyloth | 2008-07-23 15:49:45 +0200 (mer, 23 jui 2008) | 1 line [FIX] handle dbversion 1.10 that needs to be changed into 2.0. ------------------------------------------------------------------------ r13833 | nyloth | 2008-07-23 15:47:03 +0200 (mer, 23 jui 2008) | 1 line [FIX] remove wrong comment ------------------------------------------------------------------------ r13831 | sylvieg | 2008-07-23 15:19:43 +0200 (mer, 23 jui 2008) | 1 line backport as TRACKER for user tracker was broken ------------------------------------------------------------------------ r13830 | nyloth | 2008-07-23 15:17:22 +0200 (mer, 23 jui 2008) | 1 line [FIX] remove useless script for 2.0 ------------------------------------------------------------------------ r13829 | nyloth | 2008-07-23 15:16:41 +0200 (mer, 23 jui 2008) | 1 line [FIX] move some scripts from 1.10 to 2.0 ------------------------------------------------------------------------ r13828 | nyloth | 2008-07-23 15:15:12 +0200 (mer, 23 jui 2008) | 1 line [FIX] move some scripts from 1.10 to 2.0 ------------------------------------------------------------------------ r13827 | nyloth | 2008-07-23 15:12:02 +0200 (mer, 23 jui 2008) | 1 line [FIX] use include instead of include_once for local.php since it can be included later again + handle dbversion 1.10 that needs to be changed into 2.0. ------------------------------------------------------------------------ r13825 | marclaporte | 2008-07-23 14:57:19 +0200 (mer, 23 jui 2008) | 1 line [FIX] More fixes of links to doc.tikiwiki.org ------------------------------------------------------------------------ r13824 | xavidp | 2008-07-23 14:56:31 +0200 (mer, 23 jui 2008) | 1 line [FIX]merged changes in 1.9cvs originally by Pablo from precarios.org (pmorenogarcia) to branch2.0 ------------------------------------------------------------------------ r13823 | marclaporte | 2008-07-23 14:43:55 +0200 (mer, 23 jui 2008) | 1 line [FIX] Fix many links to the documentation. Need to all be checked. ------------------------------------------------------------------------ r13822 | xavidp | 2008-07-23 13:38:39 +0200 (mer, 23 jui 2008) | 1 line [FIX]changed plana for pàgina everywhere in the language file ------------------------------------------------------------------------ r13821 | xavidp | 2008-07-23 13:25:49 +0200 (mer, 23 jui 2008) | 1 line [FIX] translated some strings by anna from intercanvis.net ------------------------------------------------------------------------ r13817 | nyloth | 2008-07-23 12:08:41 +0200 (mer, 23 jui 2008) | 1 line [FIX] calendar: fix first day of week, which is a pref ------------------------------------------------------------------------ r13816 | nyloth | 2008-07-23 12:07:44 +0200 (mer, 23 jui 2008) | 1 line [FIX] my pages: remove link to tiki-mypages.php since this file has been removed. ------------------------------------------------------------------------ r13815 | nyloth | 2008-07-23 10:57:47 +0200 (mer, 23 jui 2008) | 1 line [FIX] fr translation: try to have something that can be understood in the tikiwiki assistant. ------------------------------------------------------------------------ r13814 | ohertel | 2008-07-23 09:59:03 +0200 (mer, 23 jui 2008) | 1 line fix: frameset was enclosed in <head> ------------------------------------------------------------------------ r13813 | ohertel | 2008-07-23 09:55:48 +0200 (mer, 23 jui 2008) | 1 line de translations ------------------------------------------------------------------------ r13812 | chibaguy | 2008-07-23 06:36:20 +0200 (mer, 23 jui 2008) | 1 line [ENH] A little padding added in table.admin td and .cbox-data (pointed out by Marc). ------------------------------------------------------------------------ r13811 | nyloth | 2008-07-23 02:14:33 +0200 (mer, 23 jui 2008) | 1 line [FIX] tikipath: On some systems, SCRIPT_FILENAME contains the full path to the cgi script that calls the script we are looking for. In this case, we have to fallback to PATH_TRANSLATED. ------------------------------------------------------------------------ r13786 | sylvieg | 2008-07-21 20:38:05 +0200 (lun, 21 jui 2008) | 1 line backport ------------------------------------------------------------------------ r13781 | ricks99 | 2008-07-21 16:25:36 +0200 (lun, 21 jui 2008) | 1 line [MOD] if not logged in as admin, tell user to login (instead of simply showing the homepage). ------------------------------------------------------------------------ r13772 | marclaporte | 2008-07-20 23:47:01 +0200 (dim, 20 jui 2008) | 1 line [MOD] Wiki page draft feature is is broken as of 2.0 RC2: add note about experimental status and need for AJAX. ------------------------------------------------------------------------ r13771 | marclaporte | 2008-07-20 23:13:30 +0200 (dim, 20 jui 2008) | 1 line [FIX] Create webhelp preference: setting to no by default, otherwise, since it's blank, it sets itself to no upon first modification of tiki-admin.php?page=wiki, causing surprise to the Tiki admin. ------------------------------------------------------------------------ r13770 | marclaporte | 2008-07-20 22:56:05 +0200 (dim, 20 jui 2008) | 1 line [FIX] Remove duplicate preference name and turn on Wiki Section Edit by default, which is a star feature of TikiWiki 2.0 (Possibly the last major wiki feature we were missing). ------------------------------------------------------------------------ r13768 | pkdille | 2008-07-20 20:01:52 +0200 (dim, 20 jui 2008) | 1 line [MOD] bot-bar: decrease "Powered by" font size. ------------------------------------------------------------------------ r13765 | marclaporte | 2008-07-20 18:18:16 +0200 (dim, 20 jui 2008) | 1 line [FIX] typo in login box ------------------------------------------------------------------------ r13764 | marclaporte | 2008-07-20 18:11:11 +0200 (dim, 20 jui 2008) | 1 line [FIX] On new installs, remove ugly/useless top bar. Powered by is now at the bottom, and people don't need us to tell them the date ------------------------------------------------------------------------ r13760 | marclaporte | 2008-07-20 17:35:19 +0200 (dim, 20 jui 2008) | 1 line [FIX] Remove incorrect sql query counter. Please see http://dev.tikiwiki.org/bug1317 ------------------------------------------------------------------------ r13759 | marclaporte | 2008-07-20 17:13:44 +0200 (dim, 20 jui 2008) | 1 line [FIX/MOD] Changing default settings so the Inter-User message feature has a real chance to blossom in a community. By default, 1-New users are created with allow messages to y (they can opt out). 2- By default, users receive an email notification of new messages of normal or higher priority (3 or more), which is the common setting for popular Social Networking sites. User can opt out by setting to never. ------------------------------------------------------------------------ r13758 | marclaporte | 2008-07-20 16:50:28 +0200 (dim, 20 jui 2008) | 1 line [FIX] Remove irrelevant tip ------------------------------------------------------------------------ r13757 | marclaporte | 2008-07-20 15:58:19 +0200 (dim, 20 jui 2008) | 1 line [FIX] Like in 1.9.x, RSS feeds will now be off by default until Tiki admins decide to activate. ------------------------------------------------------------------------ r13756 | marclaporte | 2008-07-20 15:36:40 +0200 (dim, 20 jui 2008) | 1 line [FIX] From now on, the default setting for the internal messaging system is that users accept messages, but as before, they can opt-out. The old setting was an unfortunate choice as it's almost a garantee that the community aspect of inter-user messages was going to fail. Indeed, each user would have to change the setting. The current setup is the more common use case, where when a Tiki Admin turns on the Inter-User message features, it's to facilitate communication. ------------------------------------------------------------------------ r13754 | marclaporte | 2008-07-20 15:18:54 +0200 (dim, 20 jui 2008) | 1 line [FIX] Send to appropriate URL to create gallery. Even better would be permission check about being allowed to create a gallery and an alternate message if current user doesn't have sufficient permissions (Ex.: please ask an admin to create an image gallery) ------------------------------------------------------------------------ r13752 | marclaporte | 2008-07-20 15:11:05 +0200 (dim, 20 jui 2008) | 1 line [MOD] Default setup will now be that users can't change theme, which is the most common use case. ------------------------------------------------------------------------ r13750 | marclaporte | 2008-07-20 14:49:11 +0200 (dim, 20 jui 2008) | 1 line [DEL] tiki-view_irc.php has been deleted so templates/tiki-view_irc.tpl should go as well ------------------------------------------------------------------------ r13746 | chibaguy | 2008-07-19 12:55:56 +0200 (sam, 19 jui 2008) | 1 line [FIX] fullscreen body id interfered with CSS menus. ------------------------------------------------------------------------ r13741 | m_stef | 2008-07-19 00:56:53 +0200 (sam, 19 jui 2008) | 2 lines [FIX] corrected starting time for events, added endtime handling in hcalendar support ------------------------------------------------------------------------ r13740 | m_stef | 2008-07-19 00:54:20 +0200 (sam, 19 jui 2008) | 3 lines [ENH] added compactisodate function, is used by a similarily called smarty function in hcalendar support. ------------------------------------------------------------------------ r13739 | m_stef | 2008-07-19 00:43:57 +0200 (sam, 19 jui 2008) | 3 lines [FIX] changed format to the compact version of isodate, so that the dates can be automatically used in vcal/ical dates. ------------------------------------------------------------------------ r13733 | lphuberdeau | 2008-07-18 22:23:39 +0200 (ven, 18 jui 2008) | 1 line [REL] Updating secdb ------------------------------------------------------------------------ r13721 | nyloth | 2008-07-18 17:40:27 +0200 (ven, 18 jui 2008) | 1 line [FIX] htaccess: do not try to enable rewrite rules on servers that does not have the Apache module. ------------------------------------------------------------------------ r13709 | m_stef | 2008-07-18 13:16:13 +0200 (ven, 18 jui 2008) | 2 lines [FIX] tiki file galleries RSS feed did not correctly include the publishdate and author ------------------------------------------------------------------------ r13708 | m_stef | 2008-07-18 13:08:53 +0200 (ven, 18 jui 2008) | 2 lines [FIX] file galleries RSS feed was empty, list_files did not pass the recursive param ------------------------------------------------------------------------ r13704 | nyloth | 2008-07-18 01:27:36 +0200 (ven, 18 jui 2008) | 1 line [FIX] new logo for 2.0 release has a white background ------------------------------------------------------------------------ r13702 | sylvieg | 2008-07-17 22:13:48 +0200 (jeu, 17 jui 2008) | 1 line [FIX]tracker: block {php}{/php} in the tpl/wiki of a pretty tracker ------------------------------------------------------------------------ r13697 | sampaioprimo | 2008-07-17 16:36:19 +0200 (jeu, 17 jui 2008) | 2 lines pt-br translation ------------------------------------------------------------------------ r13689 | nyloth | 2008-07-16 10:51:03 +0200 (mer, 16 jui 2008) | 1 line [FIX] smarty self_link: better fix (was impacting major feature - trackers item saving) ------------------------------------------------------------------------ r13687 | lphuberdeau | 2008-07-16 10:40:45 +0200 (mer, 16 jui 2008) | 1 line [REL] Preparing RC2 ------------------------------------------------------------------------ r13681 | sampaioprimo | 2008-07-15 19:39:01 +0200 (mar, 15 jui 2008) | 2 lines removed new wiki-plugin from 2.0 (sorry for commiting this after branch was frozen) ------------------------------------------------------------------------ r13675 | marcoaasilva | 2008-07-15 18:42:13 +0200 (mar, 15 jui 2008) | 3 lines pt-br translation ------------------------------------------------------------------------ r13674 | sylvieg | 2008-07-15 18:40:02 +0200 (mar, 15 jui 2008) | 1 line [FIX]newsletter: to see a preview that is white on white background as preview is in simplebox wikitext ------------------------------------------------------------------------ r13673 | pkdille | 2008-07-15 16:12:12 +0200 (mar, 15 jui 2008) | 1 line [FIX] tiki_menus: add table column icon as in tiki_1.9to2.0 script (fix bug from dev.tw.org buglist) ------------------------------------------------------------------------ r13669 | chibaguy | 2008-07-15 09:38:47 +0200 (mar, 15 jui 2008) | 1 line [KIL] Removed from branch 1.9 earlier - no known use. ------------------------------------------------------------------------ r13668 | chibaguy | 2008-07-15 09:37:11 +0200 (mar, 15 jui 2008) | 1 line [KIL] vidiki.css was removed already, so its bg images must follow. ------------------------------------------------------------------------ r13665 | marcoaasilva | 2008-07-15 06:10:13 +0200 (mar, 15 jui 2008) | 2 lines fix pt-br translation ------------------------------------------------------------------------ r13664 | sampaioprimo | 2008-07-14 20:52:37 +0200 (lun, 14 jui 2008) | 2 lines [UI] better place to display link to blog comments on blog listing ------------------------------------------------------------------------ r13663 | sampaioprimo | 2008-07-14 20:45:00 +0200 (lun, 14 jui 2008) | 2 lines typo (remove underline from blank space) ------------------------------------------------------------------------ r13662 | sampaioprimo | 2008-07-14 20:39:42 +0200 (lun, 14 jui 2008) | 2 lines fix pt-br translation ------------------------------------------------------------------------ r13661 | sampaioprimo | 2008-07-14 20:30:37 +0200 (lun, 14 jui 2008) | 2 lines [UI] blog title is link to the blog ------------------------------------------------------------------------ r13660 | sylvieg | 2008-07-14 19:50:44 +0200 (lun, 14 jui 2008) | 1 line [FIX]{php} do not use {php in tiki menu ------------------------------------------------------------------------ r13659 | sampaioprimo | 2008-07-14 19:13:07 +0200 (lun, 14 jui 2008) | 2 lines [UI] only shows trackbacks if post has some ------------------------------------------------------------------------ r13658 | sampaioprimo | 2008-07-14 19:04:18 +0200 (lun, 14 jui 2008) | 3 lines [UI] 'your name' at the top of the comment form [UI] string 'required' in the same line of string 'Title' in the comment form ------------------------------------------------------------------------ r13656 | nyloth | 2008-07-14 13:47:53 +0200 (lun, 14 jui 2008) | 1 line [SEC] turn on the password brute force protection by allowing only 20 unsuccessful logins by default. ------------------------------------------------------------------------ r13650 | nyloth | 2008-07-14 10:16:29 +0200 (lun, 14 jui 2008) | 1 line [FIX] user watches: delete useless mail events that are not linked to any email before migrating them to new user watches. ------------------------------------------------------------------------ r13648 | chibaguy | 2008-07-14 03:25:25 +0200 (lun, 14 jui 2008) | 1 line [FIX] TikiTests topbar added. ------------------------------------------------------------------------ r13647 | marclaporte | 2008-07-13 23:46:07 +0200 (dim, 13 jui 2008) | 1 line [DEL] This unmaintained profile should have been deleted a long time ago ------------------------------------------------------------------------ r13639 | nyloth | 2008-07-13 18:26:09 +0200 (dim, 13 jui 2008) | 1 line [FIX] AJAX moved to experimental features ------------------------------------------------------------------------ r13633 | nyloth | 2008-07-13 17:16:02 +0200 (dim, 13 jui 2008) | 1 line [FIX] smarty self_link: fix fix ------------------------------------------------------------------------ r13630 | nyloth | 2008-07-13 17:03:28 +0200 (dim, 13 jui 2008) | 1 line [FIX] smarty self_link: fix the case where self_link returns '//tiki-script.php' which is bad when used for Location header (that closes a bug on trackers, when returning to the list after saving an item). ------------------------------------------------------------------------ r13629 | lphuberdeau | 2008-07-13 17:02:37 +0200 (dim, 13 jui 2008) | 1 line [MOD] Preparing installer version ------------------------------------------------------------------------ r13626 | nyloth | 2008-07-13 16:18:59 +0200 (dim, 13 jui 2008) | 1 line [FIX] wysiwyg moved to experimental features ------------------------------------------------------------------------ r13622 | nyloth | 2008-07-13 15:40:42 +0200 (dim, 13 jui 2008) | 1 line [FIX] tikitests: since tikitests does not work in PHP4, disable the checkbox of the feature and explain why. ------------------------------------------------------------------------ r13621 | lphuberdeau | 2008-07-13 14:43:06 +0200 (dim, 13 jui 2008) | 1 line [ROLLBACK] Commit 13612, not a bug fix, see ricks' comments ------------------------------------------------------------------------ r13620 | nyloth | 2008-07-13 14:40:26 +0200 (dim, 13 jui 2008) | 1 line [SVN] add a 'svn:ignore' property for tiki_tests/tests. ------------------------------------------------------------------------ r13619 | lphuberdeau | 2008-07-13 14:38:57 +0200 (dim, 13 jui 2008) | 1 line [ROLLBACK] Commit 13613, behavior change not allowed in RC mode ------------------------------------------------------------------------ r13617 | jonnybradley | 2008-07-12 21:33:15 +0200 (sam, 12 jui 2008) | 1 line [FIX] {remarksbox} layout improvements (part 2) ------------------------------------------------------------------------ r13616 | jonnybradley | 2008-07-12 21:30:31 +0200 (sam, 12 jui 2008) | 3 lines [FIX] XHTML validation fix: removing divs with name attributes - lots of them, apologies for the flood (templates only) Implemented {remarksbox} entity throughout - replaced by hand. All the ones i could get to have been tested (couldn't find a few of them - fingers crossed) ------------------------------------------------------------------------ r13615 | jonnybradley | 2008-07-12 21:13:38 +0200 (sam, 12 jui 2008) | 1 line [FIX] {remarksbox} layout improvements ------------------------------------------------------------------------ r13614 | xavidp | 2008-07-12 19:15:44 +0200 (sam, 12 jui 2008) | 1 line [FIX]removed duplication of rating checkbox ------------------------------------------------------------------------ r13613 | jonnybradley | 2008-07-12 17:40:20 +0200 (sam, 12 jui 2008) | 5 lines [FIX] Markup not parsed when switching from normal (wiki) to wysiwyg (html) editors (itemId=1831) More extensive ructions than i had hoped in tiki-editpage.php especially (should be a lib?) but tests ok - Fine with "Import HTML" option (mostly - fixed in a couple of places) and now you don't loose edits. Tested minimally with staging only (seemed ok) but not with translations (as i haven't ever used that) Some anomalies such as ! getting converted to H2 but that's how the wiki parser seems to work (should be an option imho) and some images fail, but a significant improvement on what happened before (i.e. no parsing) ------------------------------------------------------------------------ r13612 | jonnybradley | 2008-07-12 16:49:47 +0200 (sam, 12 jui 2008) | 4 lines [FIX] Removing document.write() calls for "Select All" checkboxes (because document.write is evil) This will result in some non-functioning checkboxes appearing now for people with JavaScript disabled where they didn't appear before, but this was only on about half of these type of checkboxes. If it's important (still?) these should all be surrounded with {if $javascript_enabled} checks but at the moment that var only gets set for people with $prefs['pref_syntax']=='1.9' (for some reason) ------------------------------------------------------------------------ r13611 | sylvieg | 2008-07-12 12:52:20 +0200 (sam, 12 jui 2008) | 1 line some tr ------------------------------------------------------------------------ r13610 | marclaporte | 2008-07-12 12:49:04 +0200 (sam, 12 jui 2008) | 1 line [FIX] Remove unneeded permissions because tiki_p_admin is sufficient ------------------------------------------------------------------------ r13609 | marclaporte | 2008-07-12 12:29:34 +0200 (sam, 12 jui 2008) | 1 line [FIX] remove redundant value which was causing sql error on clean install ------------------------------------------------------------------------ r13608 | sylvieg | 2008-07-12 12:26:48 +0200 (sam, 12 jui 2008) | 1 line [FIX]freetag: some fixes to have freetags using the same objects that categorization: more to do ------------------------------------------------------------------------ r13607 | sampaioprimo | 2008-07-11 23:25:43 +0200 (ven, 11 jui 2008) | 2 lines translation ------------------------------------------------------------------------ r13606 | sylvieg | 2008-07-11 23:18:03 +0200 (ven, 11 jui 2008) | 1 line title ------------------------------------------------------------------------ r13605 | sylvieg | 2008-07-11 23:16:56 +0200 (ven, 11 jui 2008) | 1 line [FIX}banners: registered can not see banners ------------------------------------------------------------------------ r13604 | nyloth | 2008-07-11 22:57:26 +0200 (ven, 11 jui 2008) | 1 line [FIX] add an ucfirst modifier to make smarty_security work ------------------------------------------------------------------------ r13603 | nyloth | 2008-07-11 22:53:26 +0200 (ven, 11 jui 2008) | 2 lines [SEC] add a feature smarty_security to be able to forbid {php} tags inside smarty templates. ------------------------------------------------------------------------ r13602 | nyloth | 2008-07-11 22:52:07 +0200 (ven, 11 jui 2008) | 1 line [FIX] fix changelog instructions ------------------------------------------------------------------------ r13601 | marclaporte | 2008-07-11 22:47:01 +0200 (ven, 11 jui 2008) | 1 line [FIX] typo ------------------------------------------------------------------------ r13600 | pkdille | 2008-07-11 22:44:40 +0200 (ven, 11 jui 2008) | 1 line [UI FIX] objectperms: switch perms and perms descriptions ------------------------------------------------------------------------ r13599 | sept_7 | 2008-07-11 22:44:39 +0200 (ven, 11 jui 2008) | 2 lines [ENH] : put criptic stuff at the end of the page ;p ------------------------------------------------------------------------ r13598 | sept_7 | 2008-07-11 22:43:46 +0200 (ven, 11 jui 2008) | 2 lines [FIX] fix security check , use old version of twversion.class.php... ------------------------------------------------------------------------ r13597 | sampaioprimo | 2008-07-11 22:38:07 +0200 (ven, 11 jui 2008) | 3 lines [FIX] removed wikiplugin_calendar from branch 2.0, it doesnt work (anyone planning to finish this on trunk or should we remove from there also?) ------------------------------------------------------------------------ r13595 | lphuberdeau | 2008-07-11 21:56:54 +0200 (ven, 11 jui 2008) | 2 lines [FIX] Broken build again ------------------------------------------------------------------------ r13594 | lphuberdeau | 2008-07-11 21:26:14 +0200 (ven, 11 jui 2008) | 2 lines [FIX] Build broken ------------------------------------------------------------------------ r13592 | lphuberdeau | 2008-07-11 20:47:53 +0200 (ven, 11 jui 2008) | 2 lines [REL] SecDB update ------------------------------------------------------------------------ r13591 | lphuberdeau | 2008-07-11 20:38:29 +0200 (ven, 11 jui 2008) | 1 line [ROLLBACK] no more string changes at this point ------------------------------------------------------------------------ r13590 | Jyhem | 2008-07-11 20:20:29 +0200 (ven, 11 jui 2008) | 1 line [UI] Just make sure that newbie admins are not stuck (even if they did not read the previous page properly) ------------------------------------------------------------------------ r13589 | sylvieg | 2008-07-11 20:07:58 +0200 (ven, 11 jui 2008) | 1 line title ------------------------------------------------------------------------ r13588 | pkdille | 2008-07-11 19:16:16 +0200 (ven, 11 jui 2008) | 1 line [LANG] get_strings on all language files ------------------------------------------------------------------------ r13587 | lphuberdeau | 2008-07-11 19:02:52 +0200 (ven, 11 jui 2008) | 1 line [FIX] Installer didn't work on new installs using old databases ------------------------------------------------------------------------ r13586 | pkdille | 2008-07-11 18:54:20 +0200 (ven, 11 jui 2008) | 1 line [FIX] dynamic content: fix the request which gave an error when adding an item on tiki-list_contents.php ------------------------------------------------------------------------ r13585 | sept_7 | 2008-07-11 18:52:54 +0200 (ven, 11 jui 2008) | 3 lines [FIX] revert to the original (almost) order of include path... maybe we should investigate include path to fix performance issues ------------------------------------------------------------------------ r13584 | nkoth | 2008-07-11 18:40:43 +0200 (ven, 11 jui 2008) | 2 lines [MOD] adding tiki_p_view_categorized is ok on upgrade ------------------------------------------------------------------------ r13583 | lphuberdeau | 2008-07-11 18:35:20 +0200 (ven, 11 jui 2008) | 2 lines [FIX] Broken link ------------------------------------------------------------------------ r13582 | sept_7 | 2008-07-11 18:29:05 +0200 (ven, 11 jui 2008) | 3 lines [FIX] : strange if someone has an idea... even if lib/pear is in the path we need to prepend it :( ------------------------------------------------------------------------ r13581 | nyloth | 2008-07-11 18:29:04 +0200 (ven, 11 jui 2008) | 1 line [FIX] better handling of 1.9 to 2.0 for feature_wysiwyg. ------------------------------------------------------------------------ r13580 | nkoth | 2008-07-11 18:20:31 +0200 (ven, 11 jui 2008) | 3 lines [MOD] script to give users tiki_p_edit_categorized may inadvertently give users not intended to have this perm. Better to make admins upgrading to configure perms themselves. ------------------------------------------------------------------------ r13579 | nyloth | 2008-07-11 18:17:24 +0200 (ven, 11 jui 2008) | 1 line [SVN] set svn external links for third party libs to the revision of branches 2.0 creationi (to avoid evolution of third party libs that could be only compatible with trunk). ------------------------------------------------------------------------ r13577 | sylvieg | 2008-07-11 18:02:33 +0200 (ven, 11 jui 2008) | 1 line [FIX]search : pagination add words too ------------------------------------------------------------------------ r13576 | sept_7 | 2008-07-11 17:59:32 +0200 (ven, 11 jui 2008) | 2 lines [FIX] : roll back : do not translate english (not wanted) ------------------------------------------------------------------------ r13575 | lphuberdeau | 2008-07-11 17:57:50 +0200 (ven, 11 jui 2008) | 1 line [MOD] Improvements in installer ------------------------------------------------------------------------ r13574 | sept_7 | 2008-07-11 17:33:54 +0200 (ven, 11 jui 2008) | 2 lines [ENH] : Add TikiWiki cache for preferences when not logged in (from nkoth) ------------------------------------------------------------------------ r13573 | jonnybradley | 2008-07-11 17:32:22 +0200 (ven, 11 jui 2008) | 1 line [MOD] Only show change editor button when not previewing or editing page section ------------------------------------------------------------------------ r13572 | lphuberdeau | 2008-07-11 17:29:17 +0200 (ven, 11 jui 2008) | 2 lines [FIX] Clean-up ------------------------------------------------------------------------ r13571 | jonnybradley | 2008-07-11 17:28:44 +0200 (ven, 11 jui 2008) | 1 line [FIX] Adding 1 (and fixing 2) no needToConfirms ------------------------------------------------------------------------ r13570 | jonnybradley | 2008-07-11 17:22:19 +0200 (ven, 11 jui 2008) | 1 line [KIL] removal of htmlarea and popups dirs (unused apart from in templates/styles/simple/tiki-blog_post.tpl where it degrades to the normal wiki editor politely - sorry i can't work out how to replace it with FCKEditor safely - no experience with blogs feature) ------------------------------------------------------------------------ r13569 | Jyhem | 2008-07-11 17:17:26 +0200 (ven, 11 jui 2008) | 1 line [ENH] Usability improvement: tell the initial admin password when it's needed. ------------------------------------------------------------------------ r13568 | sept_7 | 2008-07-11 17:17:12 +0200 (ven, 11 jui 2008) | 2 lines [ENH] : do not translate english (from nkoth) ------------------------------------------------------------------------ r13567 | sept_7 | 2008-07-11 17:14:00 +0200 (ven, 11 jui 2008) | 2 lines [ENH] : flip order of include_path so as to reduce disk access (from nktoh) ------------------------------------------------------------------------ r13566 | nyloth | 2008-07-11 17:13:19 +0200 (ven, 11 jui 2008) | 1 line [FIX] remove svn binary mime-type + use username instead of broken userlink+striptags ------------------------------------------------------------------------ r13565 | sept_7 | 2008-07-11 17:09:09 +0200 (ven, 11 jui 2008) | 2 lines [ENH] : cache get_object_permissions_for_user results (from nkoth) ------------------------------------------------------------------------ r13564 | sept_7 | 2008-07-11 17:06:21 +0200 (ven, 11 jui 2008) | 2 lines [ENH] : cache locale date strings (from nkoth) ------------------------------------------------------------------------ r13563 | sylvieg | 2008-07-11 16:57:30 +0200 (ven, 11 jui 2008) | 1 line [FIX]Banners: shadow icon ads if feature banners not activated ------------------------------------------------------------------------ r13561 | ricks99 | 2008-07-11 16:33:02 +0200 (ven, 11 jui 2008) | 1 line [FIX]malformed html causes links to not appear. fixed by closing the <A>. bug 1862 ------------------------------------------------------------------------ r13560 | sylvieg | 2008-07-11 16:28:14 +0200 (ven, 11 jui 2008) | 1 line [FIX]new search pagination ------------------------------------------------------------------------ r13559 | lphuberdeau | 2008-07-11 16:19:24 +0200 (ven, 11 jui 2008) | 2 lines [FIX] Test folder path depended on PHP configuration ------------------------------------------------------------------------ r13558 | sylvieg | 2008-07-11 16:04:50 +0200 (ven, 11 jui 2008) | 1 line [FIX]search: pagination was loosing search term ------------------------------------------------------------------------ r13557 | Jyhem | 2008-07-11 15:53:21 +0200 (ven, 11 jui 2008) | 1 line [ENH] Clean-up and improve permissions ------------------------------------------------------------------------ r13556 | sylvieg | 2008-07-11 15:44:55 +0200 (ven, 11 jui 2008) | 1 line notice ------------------------------------------------------------------------ r13555 | sylvieg | 2008-07-11 15:39:29 +0200 (ven, 11 jui 2008) | 1 line [FIX]tracker: fix traker rating+clean code+check perm+avoid security problem by always computing the fieldId ------------------------------------------------------------------------ r13553 | pkdille | 2008-07-11 14:23:48 +0200 (ven, 11 jui 2008) | 1 line [LANG] french translations: some ------------------------------------------------------------------------ r13552 | pkdille | 2008-07-11 14:16:09 +0200 (ven, 11 jui 2008) | 1 line [MOD] tell a friend: putting tag out of a translated string ------------------------------------------------------------------------ r13551 | pkdille | 2008-07-11 13:50:54 +0200 (ven, 11 jui 2008) | 1 line [MOD] typo ------------------------------------------------------------------------ r13550 | lphuberdeau | 2008-07-11 13:45:28 +0200 (ven, 11 jui 2008) | 2 lines [MOD] Installer to use tikiwiki login when database is already created ------------------------------------------------------------------------ r13549 | lphuberdeau | 2008-07-11 13:44:57 +0200 (ven, 11 jui 2008) | 2 lines [FIX] SQL error when overwriting DB ------------------------------------------------------------------------ r13548 | sept_7 | 2008-07-11 13:37:35 +0200 (ven, 11 jui 2008) | 2 lines [ENH] : remove unused tests ------------------------------------------------------------------------ r13547 | sept_7 | 2008-07-11 13:37:11 +0200 (ven, 11 jui 2008) | 2 lines [ENH] put javascript into CDATA section ------------------------------------------------------------------------ r13546 | pkdille | 2008-07-11 13:36:35 +0200 (ven, 11 jui 2008) | 1 line [FIX] putting chat functions out of menu 42 ------------------------------------------------------------------------ r13545 | pkdille | 2008-07-11 11:52:55 +0200 (ven, 11 jui 2008) | 1 line [MOD] wikiplugin wantedpages: putting breaks out of the translated strings ------------------------------------------------------------------------ r13544 | Jyhem | 2008-07-11 11:52:10 +0200 (ven, 11 jui 2008) | 1 line [FIX] Ooops ------------------------------------------------------------------------ r13543 | Jyhem | 2008-07-11 11:22:52 +0200 (ven, 11 jui 2008) | 1 line [ENH] Sort permissions by permission type ------------------------------------------------------------------------ r13542 | luciash | 2008-07-11 10:39:15 +0200 (ven, 11 jui 2008) | 2 lines [ENH] dont waste site header space and float the search bar on right top ------------------------------------------------------------------------ r13541 | luciash | 2008-07-11 09:56:16 +0200 (ven, 11 jui 2008) | 2 lines [MOD] also hide custom code, site logo and ads in print mode and filegals manager ------------------------------------------------------------------------ r13538 | marclaporte | 2008-07-11 09:42:30 +0200 (ven, 11 jui 2008) | 1 line [FIX] Like in 1.9.x, simplifying the error message if your permissions are not set up right. Instead of showing you several (but not all) options, it now refers you to just run setup.sh and follow the instructions from there. ------------------------------------------------------------------------ r13537 | lphuberdeau | 2008-07-11 09:29:08 +0200 (ven, 11 jui 2008) | 1 line [MRG] branches/1.10 13525 to 13536 ------------------------------------------------------------------------ r13535 | sylvieg | 2008-07-10 23:14:58 +0200 (jeu, 10 jui 2008) | 1 line lost commit between release? ------------------------------------------------------------------------ r13534 | sylvieg | 2008-07-10 22:34:08 +0200 (jeu, 10 jui 2008) | 1 line [FIX]trackerlist: to be able to rate in TRACKERLIST ------------------------------------------------------------------------ r13533 | sylvieg | 2008-07-10 21:09:37 +0200 (jeu, 10 jui 2008) | 1 line [FIX]trackerlist: perms is only set if not admin+ no colspan for rating ------------------------------------------------------------------------ r13532 | sylvieg | 2008-07-10 21:00:39 +0200 (jeu, 10 jui 2008) | 1 line [FIX]trackerlist: rating column heading now showing ------------------------------------------------------------------------ r13531 | sampaioprimo | 2008-07-10 20:48:44 +0200 (jeu, 10 jui 2008) | 2 lines ops... only set the useImage if image field has some value ------------------------------------------------------------------------ r13530 | luciash | 2008-07-10 20:15:13 +0200 (jeu, 10 jui 2008) | 2 lines [MOD] new tikilogo image ------------------------------------------------------------------------ r13529 | lphuberdeau | 2008-07-10 19:50:26 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] Transition style compatibility ------------------------------------------------------------------------ r13525 | lphuberdeau | 2008-07-10 19:25:07 +0200 (jeu, 10 jui 2008) | 1 line [MOD] Fully renaming the 1.10 branch to 2.0 ------------------------------------------------------------------------ r13524 | lphuberdeau | 2008-07-10 19:23:01 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] Broke on some pages ------------------------------------------------------------------------ r13523 | sampaioprimo | 2008-07-10 19:18:56 +0200 (jeu, 10 jui 2008) | 2 lines [ENH] auto check 'useImage' field when user select an image ------------------------------------------------------------------------ r13522 | lphuberdeau | 2008-07-10 19:18:32 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] Make the 2.0 upgrade script visible ------------------------------------------------------------------------ r13521 | lphuberdeau | 2008-07-10 19:01:25 +0200 (jeu, 10 jui 2008) | 1 line [MOD] Renaming everything to 2.0... sorry if it breaks stuff ------------------------------------------------------------------------ r13520 | luciash | 2008-07-10 18:33:42 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] prevent overflowing of select in modules ------------------------------------------------------------------------ r13519 | lphuberdeau | 2008-07-10 18:33:06 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] Missing occurences ------------------------------------------------------------------------ r13518 | lphuberdeau | 2008-07-10 18:31:54 +0200 (jeu, 10 jui 2008) | 3 lines [MOD] Removing mypage for the release [FIX] SQL diff ------------------------------------------------------------------------ r13517 | luciash | 2008-07-10 18:29:20 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] simple fixes :) ------------------------------------------------------------------------ r13516 | sylvieg | 2008-07-10 18:27:58 +0200 (jeu, 10 jui 2008) | 1 line [FIX]menu: to be able to have another same than folder for the folder icon ------------------------------------------------------------------------ r13515 | luciash | 2008-07-10 18:21:23 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] removed closing of div which wasn't open, xhtml fixes ------------------------------------------------------------------------ r13514 | pkdille | 2008-07-10 17:57:42 +0200 (jeu, 10 jui 2008) | 1 line [LANG] get_strings ------------------------------------------------------------------------ r13513 | nkoth | 2008-07-10 17:46:25 +0200 (jeu, 10 jui 2008) | 2 lines [MOD] Remove share page feature from this release (incomplete feature) ------------------------------------------------------------------------ r13512 | Jyhem | 2008-07-10 17:25:15 +0200 (jeu, 10 jui 2008) | 1 line [FIX] Add missing flags and remove typo flag (Phillippines) ------------------------------------------------------------------------ r13511 | pkdille | 2008-07-10 17:21:53 +0200 (jeu, 10 jui 2008) | 1 line [MOD] pre-release diffsql: first pass. Not finished. tiki_menu_options was copied from 1.9 tiki.sql + 1.9 to 1.10 update dump. ------------------------------------------------------------------------ r13510 | sylvieg | 2008-07-10 16:53:06 +0200 (jeu, 10 jui 2008) | 1 line errortype 401 ------------------------------------------------------------------------ r13509 | sylvieg | 2008-07-10 16:46:44 +0200 (jeu, 10 jui 2008) | 1 line [FIX]module: to have the param flip in MODULE more important than the setting ------------------------------------------------------------------------ r13508 | franck | 2008-07-10 16:41:17 +0200 (jeu, 10 jui 2008) | 1 line [FIX] better error handling ------------------------------------------------------------------------ r13507 | sylvieg | 2008-07-10 16:41:14 +0200 (jeu, 10 jui 2008) | 1 line mising commit about the toggle icon ------------------------------------------------------------------------ r13506 | franck | 2008-07-10 16:25:36 +0200 (jeu, 10 jui 2008) | 1 line [FIX] fix link to the map view page ------------------------------------------------------------------------ r13505 | sylvieg | 2008-07-10 16:25:14 +0200 (jeu, 10 jui 2008) | 1 line oops ------------------------------------------------------------------------ r13504 | Jyhem | 2008-07-10 16:18:20 +0200 (jeu, 10 jui 2008) | 1 line [ENH] Mass capitalization ------------------------------------------------------------------------ r13503 | franck | 2008-07-10 16:15:26 +0200 (jeu, 10 jui 2008) | 1 line [FIX] fix link to the map view page ------------------------------------------------------------------------ r13502 | franck | 2008-07-10 16:09:20 +0200 (jeu, 10 jui 2008) | 1 line [FIX] add title to the page map_edit ------------------------------------------------------------------------ r13501 | nyloth | 2008-07-10 15:46:35 +0200 (jeu, 10 jui 2008) | 1 line [SVN] remove executable properties on all files ------------------------------------------------------------------------ r13500 | lphuberdeau | 2008-07-10 15:32:40 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] Inaccurate check performed ------------------------------------------------------------------------ r13499 | lphuberdeau | 2008-07-10 15:31:59 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] This one broke install ------------------------------------------------------------------------ r13498 | franck | 2008-07-10 15:04:46 +0200 (jeu, 10 jui 2008) | 1 line [FIX] make the edit page look cleaner ------------------------------------------------------------------------ r13497 | Jyhem | 2008-07-10 15:01:56 +0200 (jeu, 10 jui 2008) | 1 line [FIX] The 'Fullscreen Edit' icon in the quicktags makes no sense outside wikipage edition. It's display is now optional ------------------------------------------------------------------------ r13496 | sylvieg | 2008-07-10 14:15:32 +0200 (jeu, 10 jui 2008) | 1 line [FIX]tiki-browse_freetags.php could not be called because the setup called freetags.php ------------------------------------------------------------------------ r13495 | nyloth | 2008-07-10 12:46:51 +0200 (jeu, 10 jui 2008) | 1 line Update changelog.txt for next stable release ------------------------------------------------------------------------ r13494 | lphuberdeau | 2008-07-10 12:45:39 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] Cleaning up comments ------------------------------------------------------------------------ r13493 | lphuberdeau | 2008-07-10 12:39:47 +0200 (jeu, 10 jui 2008) | 2 lines [MOD] Update packaging script for SVN ------------------------------------------------------------------------ r13491 | lphuberdeau | 2008-07-10 11:20:32 +0200 (jeu, 10 jui 2008) | 2 lines [FIX] Security check pass 1 ------------------------------------------------------------------------ r13489 | m_stef | 2008-07-10 00:35:52 +0200 (jeu, 10 jui 2008) | 4 lines [bugfix] the Events module didn't show events from all visible calendars, only own calendars were displayed. commented out one unnecessary line. ------------------------------------------------------------------------ r13488 | m_stef | 2008-07-10 00:32:42 +0200 (jeu, 10 jui 2008) | 7 lines [bugfix] this had the effect, that in some cases the RSS wikiplugin had his feed title at the bottom - possibly at any random location - of the feed itemlist displayed. The first item always should be a title, sorting makes only sense afterwards. but i'm not sure, if it makes sense to sort an rss feed by date anyway. ------------------------------------------------------------------------ r13487 | sylvieg | 2008-07-10 00:12:35 +0200 (jeu, 10 jui 2008) | 1 line [FIX]missing param in documentation ------------------------------------------------------------------------ r13486 | sampaioprimo | 2008-07-09 23:33:15 +0200 (mer, 09 jui 2008) | 2 lines better error message when importing a menu ------------------------------------------------------------------------ r13485 | sampaioprimo | 2008-07-09 23:17:51 +0200 (mer, 09 jui 2008) | 1 line [MOD] user can remove options from menu when importing csv file ------------------------------------------------------------------------ r13484 | sampaioprimo | 2008-07-09 22:46:26 +0200 (mer, 09 jui 2008) | 1 line [MOD] export all menu entries (instead of exporting only the active ones) ------------------------------------------------------------------------ r13483 | sampaioprimo | 2008-07-09 21:18:16 +0200 (mer, 09 jui 2008) | 2 lines [ADD] new wikiplugin to list blog posts (still needs some interface improvement) ------------------------------------------------------------------------ r13482 | sept_7 | 2008-07-09 19:01:47 +0200 (mer, 09 jui 2008) | 2 lines [ENH] installer : delete unnecessary lines... ------------------------------------------------------------------------ r13481 | sept_7 | 2008-07-09 18:59:05 +0200 (mer, 09 jui 2008) | 2 lines [FIX] : Fix the installer... ------------------------------------------------------------------------ r13480 | sylvieg | 2008-07-09 17:41:20 +0200 (mer, 09 jui 2008) | 1 line db sync ------------------------------------------------------------------------ r13479 | sylvieg | 2008-07-09 16:38:51 +0200 (mer, 09 jui 2008) | 1 line [MOD]menu: possibility to change for a menu the folders icons by giving the path to the open folder icon + some fix to be able to overload the folder icons for a theme ------------------------------------------------------------------------ r13478 | nyloth | 2008-07-09 09:58:36 +0200 (mer, 09 jui 2008) | 1 line [FIX] calendars: avoid duplicate days in calendars (month view) when there is a DST + reduce cpu load. ------------------------------------------------------------------------ r13477 | chibaguy | 2008-07-09 06:09:18 +0200 (mer, 09 jui 2008) | 1 line [FIX] css: wysiwyg edit background; support for new category block selectors. tpls: {icon} for col-flipping; standard icons for fullscreen and email page. ------------------------------------------------------------------------ r13475 | sylvieg | 2008-07-09 00:54:51 +0200 (mer, 09 jui 2008) | 1 line oops trace ------------------------------------------------------------------------ r13474 | sylvieg | 2008-07-09 00:50:30 +0200 (mer, 09 jui 2008) | 1 line icon ------------------------------------------------------------------------ r13473 | sylvieg | 2008-07-09 00:31:36 +0200 (mer, 09 jui 2008) | 1 line [FIX] use {icon} in show/hide columns->todo: flip also the icon fucntion of the status ------------------------------------------------------------------------ r13472 | sylvieg | 2008-07-09 00:19:23 +0200 (mer, 09 jui 2008) | 1 line [FIX] to have the overload mose folder icons ------------------------------------------------------------------------ r13471 | sylvieg | 2008-07-09 00:10:04 +0200 (mer, 09 jui 2008) | 1 line [MOD]menu: folder close/open use famfam png icons ------------------------------------------------------------------------ r13470 | sylvieg | 2008-07-08 22:14:49 +0200 (mar, 08 jui 2008) | 1 line missing perm denied errortype ------------------------------------------------------------------------ r13469 | sylvieg | 2008-07-08 21:57:32 +0200 (mar, 08 jui 2008) | 1 line [MOD]TRACKERLIST: new param shownbitems to show the totla number of items ------------------------------------------------------------------------ r13468 | sylvieg | 2008-07-08 21:02:39 +0200 (mar, 08 jui 2008) | 1 line [FIX] fix {title} by adding a parameter url to have tiki-view_tracker title links to the good url ------------------------------------------------------------------------ r13467 | Jyhem | 2008-07-08 20:04:27 +0200 (mar, 08 jui 2008) | 1 line [ENH] Have actual permissions for admin article topics and types ------------------------------------------------------------------------ r13466 | sylvieg | 2008-07-08 20:01:00 +0200 (mar, 08 jui 2008) | 1 line [FIX]tracker: show only import/export tab when a tracker is selected ------------------------------------------------------------------------ r13465 | sylvieg | 2008-07-08 19:10:21 +0200 (mar, 08 jui 2008) | 1 line [FIX]: as options are no more displayed in these tpls and as no one knows was is so different except icons that can be handled in another way ------------------------------------------------------------------------ r13464 | ricks99 | 2008-07-08 19:08:26 +0200 (mar, 08 jui 2008) | 1 line [UI]use standard icons for 'email this page' and 'fullscreen' options, instead of text links ------------------------------------------------------------------------ r13463 | pkdille | 2008-07-08 14:34:41 +0200 (mar, 08 jui 2008) | 1 line [ADD] listpages: add a link to page history (if feature and perms are ok) ------------------------------------------------------------------------ r13462 | sylvieg | 2008-07-08 14:23:48 +0200 (mar, 08 jui 2008) | 1 line [FIX]user: user_info was not displaying the user page ------------------------------------------------------------------------ r13461 | Jyhem | 2008-07-08 11:59:33 +0200 (mar, 08 jui 2008) | 1 line [ENH] People with auto_approve permission may still want to send articles in the submission queue normally ------------------------------------------------------------------------ r13460 | chibaguy | 2008-07-08 05:10:46 +0200 (mar, 08 jui 2008) | 1 line [FIX] div closing tag moved to avoid layout breaking in *litecss forum pages. ------------------------------------------------------------------------ r13459 | ricks99 | 2008-07-07 23:00:51 +0200 (lun, 07 jui 2008) | 1 line [MOD]If blank from Quickedit module, tell user instead of simply editing the default page ------------------------------------------------------------------------ r13458 | pkdille | 2008-07-07 21:23:44 +0200 (lun, 07 jui 2008) | 1 line [MOD] deploying smarty block title to some templates ------------------------------------------------------------------------ r13457 | pkdille | 2008-07-07 21:05:55 +0200 (lun, 07 jui 2008) | 1 line [MOD] smarty block title: adding alt on edit template icon ------------------------------------------------------------------------ r13456 | pkdille | 2008-07-07 18:23:42 +0200 (lun, 07 jui 2008) | 1 line [NEW] title smarty block: new way of handling titles in smarty templates. Will give the oportunity to factorize a bit more (done with nyloth) ------------------------------------------------------------------------ r13455 | sylvieg | 2008-07-07 12:53:17 +0200 (lun, 07 jui 2008) | 1 line [FIX]stripos is php5. thx nyloth ------------------------------------------------------------------------ r13454 | sylvieg | 2008-07-07 12:49:36 +0200 (lun, 07 jui 2008) | 1 line typo - thx nyloth ------------------------------------------------------------------------ r13453 | sylvieg | 2008-07-06 23:11:12 +0200 (dim, 06 jui 2008) | 1 line [FIX]layout: show/hide right column set to the right ------------------------------------------------------------------------ r13452 | sylvieg | 2008-07-06 22:07:58 +0200 (dim, 06 jui 2008) | 1 line help comment, for those who want to redirect to a wiki page if url not found ------------------------------------------------------------------------ r13451 | Jyhem | 2008-07-06 21:41:57 +0200 (dim, 06 jui 2008) | 1 line [FIX] Typo ------------------------------------------------------------------------ r13450 | Jyhem | 2008-07-06 19:31:46 +0200 (dim, 06 jui 2008) | 1 line [FIX] Fresh installs were broken ------------------------------------------------------------------------ r13449 | sylvieg | 2008-07-06 17:42:48 +0200 (dim, 06 jui 2008) | 1 line display_login_box is no more useful ------------------------------------------------------------------------ r13448 | sylvieg | 2008-07-06 17:40:56 +0200 (dim, 06 jui 2008) | 1 line [MOD] a more generic way to handle error on permission denied: 2 prefs 'display login_box to anonymous', 'redirect to an url' - because some sites do not use the login box but a more elaborated login page ------------------------------------------------------------------------ r13447 | ricks99 | 2008-07-06 17:09:00 +0200 (dim, 06 jui 2008) | 1 line [UI]centered icons, filled width of form, added default text when no events ------------------------------------------------------------------------ r13446 | sylvieg | 2008-07-06 16:13:00 +0200 (dim, 06 jui 2008) | 1 line [FIX]modules: must clear the title to have the login box with the right title and not the title of the last module ------------------------------------------------------------------------ r13445 | sylvieg | 2008-07-06 15:58:23 +0200 (dim, 06 jui 2008) | 1 line [FIX]icon: change the icons (it is an action not a status) ------------------------------------------------------------------------ r13444 | pkdille | 2008-07-06 08:17:53 +0200 (dim, 06 jui 2008) | 1 line [MOD] page-bar: change border color for page-bar div's in tikineat and tikinewt stylesheets ------------------------------------------------------------------------ r13443 | pkdille | 2008-07-06 08:07:33 +0200 (dim, 06 jui 2008) | 1 line [MOD] page-bar: delete an <hr> tag over page-bar and change it to a border. It will be easier to customize for look and feel. Also, avoid the adding of editdate section when this section is empty ------------------------------------------------------------------------ r13442 | ricks99 | 2008-07-05 18:40:22 +0200 (sam, 05 jui 2008) | 1 line [UI]Better feedback upon successful message. ------------------------------------------------------------------------ r13441 | sylvieg | 2008-07-05 00:58:09 +0200 (sam, 05 jui 2008) | 1 line [FIX]menu: page names are case insensitive ------------------------------------------------------------------------ r13440 | jonnybradley | 2008-07-05 00:16:37 +0200 (sam, 05 jui 2008) | 1 line [NEW] Remarks Box: Smarty entity, wikiplugin, template and transitional css (nothing should change) ------------------------------------------------------------------------ r13439 | sylvieg | 2008-07-04 23:34:48 +0200 (ven, 04 jui 2008) | 1 line set smarty errortype to 401 if permission denied ------------------------------------------------------------------------ r13438 | pkdille | 2008-07-04 22:09:13 +0200 (ven, 04 jui 2008) | 1 line [MOD] csscheck: add a comment to this file and add the stylesheet to analyze as a parameter ------------------------------------------------------------------------ r13437 | sylvieg | 2008-07-04 20:33:34 +0200 (ven, 04 jui 2008) | 1 line set smarty errortype to 401 if permission denied ------------------------------------------------------------------------ r13436 | Jyhem | 2008-07-04 15:44:06 +0200 (ven, 04 jui 2008) | 1 line [FIX] did not handle tiki_p_articles_read_heading ------------------------------------------------------------------------ r13435 | pkdille | 2008-07-04 13:38:20 +0200 (ven, 04 jui 2008) | 1 line [MOD] get_strings: cleanup and webify completion function output ------------------------------------------------------------------------ r13434 | Jyhem | 2008-07-04 11:09:11 +0200 (ven, 04 jui 2008) | 1 line [FIX] The tiki_p_articles_read_heading permission was not used everywhere ------------------------------------------------------------------------ r13433 | nyloth | 2008-07-04 08:58:22 +0200 (ven, 04 jui 2008) | 1 line [ENH] newsletters: use absolute URLs for images in newsletters. ------------------------------------------------------------------------ r13432 | nyloth | 2008-07-04 08:56:35 +0200 (ven, 04 jui 2008) | 1 line [FIX] self_link optional param ------------------------------------------------------------------------ r13431 | chibaguy | 2008-07-04 08:49:38 +0200 (ven, 04 jui 2008) | 1 line [FIX] CSS menu block added. (FYI, these header.tpl files are all identical but slightly different from the current default. The site identity include has been moved to tiki.tpl, the body tag has an if-fullscreen id, and the fullscreen link has position: absolute. When templates/tiki.tpl can be modified accordingly (at time of switch to *litecss-based), these themes' header.tpl files can be deleted.) ------------------------------------------------------------------------ r13429 | chibaguy | 2008-07-04 03:23:35 +0200 (ven, 04 jui 2008) | 1 line [ENH] Table row styling improved, etc. ------------------------------------------------------------------------ r13427 | niclone | 2008-07-03 21:19:20 +0200 (jeu, 03 jui 2008) | 2 lines [FIX] minichat: utf8 support, and better browser cache handling ------------------------------------------------------------------------ r13426 | niclone | 2008-07-03 21:14:37 +0200 (jeu, 03 jui 2008) | 2 lines [FIX] minichat: show more lines in the chat window: 30 -> 100 ------------------------------------------------------------------------ r13425 | niclone | 2008-07-03 19:07:36 +0200 (jeu, 03 jui 2008) | 2 lines [FIX] minichat: add a class to the chat div ------------------------------------------------------------------------ r13424 | Jyhem | 2008-07-03 18:49:03 +0200 (jeu, 03 jui 2008) | 1 line [FIX] Flagnames which we actually use now (we don't use the underscores) ------------------------------------------------------------------------ r13423 | niclone | 2008-07-03 16:22:31 +0200 (jeu, 03 jui 2008) | 2 lines [FIX] minichat: also add css styles. Note that without it, minichat will be ugly ------------------------------------------------------------------------ r13422 | niclone | 2008-07-03 16:19:44 +0200 (jeu, 03 jui 2008) | 3 lines [FIX] minichat: also add sql tables ------------------------------------------------------------------------ r13421 | niclone | 2008-07-03 16:14:38 +0200 (jeu, 03 jui 2008) | 3 lines [NEW] this is a mini chat module (very fast, very light, should work on most browsers) ------------------------------------------------------------------------ r13420 | nyloth | 2008-07-03 15:20:59 +0200 (jeu, 03 jui 2008) | 1 line [NEW] fckeditor: new plugin 'CleanHTML' to allow the user to really clean the HTML code of the wiki page (for example after a copy-paste from Word) ------------------------------------------------------------------------ r13419 | nyloth | 2008-07-03 13:58:42 +0200 (jeu, 03 jui 2008) | 6 lines [FIX] view tracker item: use itemId if specified, instead of always guessing the itemId from other search params and offset, because the list (and then the offset) may have changed while the user was editing the item, which can cause a modification of the wrong item when saving. + fix auto_query_args + simplify code for redirecting to the list of items by using smarty self_link + simplify code for keeping search params while saving data by using smarty query + remove useless comment ------------------------------------------------------------------------ r13418 | nyloth | 2008-07-03 13:58:11 +0200 (jeu, 03 jui 2008) | 2 lines [ENH] smarty query function: new _urlencode param to be able to avoid url encoding (useful, for example, to use the resulting url in a text or as a Location header). ------------------------------------------------------------------------ r13417 | chibaguy | 2008-07-03 02:55:45 +0200 (jeu, 03 jui 2008) | 1 line [FIX] Replaced single <span id="form" /> with div tag set to enable styling, etc. (Previous commit was file with changes not saved.) ------------------------------------------------------------------------ r13416 | sylvieg | 2008-07-02 19:47:44 +0200 (mer, 02 jui 2008) | 1 line [FIX]css menus: add_cssfile does not worj as arrives to late -> so introduce a feature cssmenu only to add the .css in the <head> ------------------------------------------------------------------------ r13415 | Jyhem | 2008-07-02 18:26:52 +0200 (mer, 02 jui 2008) | 1 line [ENH] highlight important warnings ------------------------------------------------------------------------ r13414 | sylvieg | 2008-07-02 18:12:25 +0200 (mer, 02 jui 2008) | 1 line [FIX]css menus: add_cssfile does not worj as arrives to late -> so introduce a feature cssmenu only to add the .css in the <head> ------------------------------------------------------------------------ r13413 | ricks99 | 2008-07-02 14:15:11 +0200 (mer, 02 jui 2008) | 1 line [UI]Easier to read stat sections, broke up the table, added headers, use of CYCLE for table rows ------------------------------------------------------------------------ r13412 | chibaguy | 2008-07-02 08:18:35 +0200 (mer, 02 jui 2008) | 1 line [FIX] Replaced single <span id="form" /> with div tag set to enable styling, etc. ------------------------------------------------------------------------ r13411 | sampaioprimo | 2008-07-02 05:50:12 +0200 (mer, 02 jui 2008) | 1 line [FIX] check if the optionId belongs to the menu before importing ------------------------------------------------------------------------ r13410 | sampaioprimo | 2008-07-01 22:24:53 +0200 (mar, 01 jui 2008) | 3 lines [MOD] moved menu import and export functions to menulib.php [FIX] use double quotes for text fields when creating the CSV file with the menu options [MOD] export the optionId field to the CSV file to allow menu options to be updated or to create new menu options ------------------------------------------------------------------------ r13409 | sylvieg | 2008-07-01 20:55:11 +0200 (mar, 01 jui 2008) | 1 line [FIX]module: missing h3 in flip module + flip param overwrite default flip to able to do whatever you wnat in MODULE ------------------------------------------------------------------------ r13408 | lphuberdeau | 2008-07-01 18:00:24 +0200 (mar, 01 jui 2008) | 1 line [FIX] Parameter inversion ------------------------------------------------------------------------ r13407 | Jyhem | 2008-07-01 17:47:30 +0200 (mar, 01 jui 2008) | 1 line [FIX] This helps the 'Add new image' quicktag to work ------------------------------------------------------------------------ r13406 | jonnybradley | 2008-07-01 17:45:57 +0200 (mar, 01 jui 2008) | 1 line [FIX] XHTML tag tidying (should be safe) ------------------------------------------------------------------------ r13405 | lphuberdeau | 2008-07-01 17:43:17 +0200 (mar, 01 jui 2008) | 2 lines [FIX] Internal reference lookup with alternate syntax ------------------------------------------------------------------------ r13404 | nyloth | 2008-07-01 17:27:40 +0200 (mar, 01 jui 2008) | 1 line [FIX] ajax: handle session timeout ------------------------------------------------------------------------ r13403 | sylvieg | 2008-07-01 16:33:11 +0200 (mar, 01 jui 2008) | 1 line [FIX]trackerlist: showlastmodif + able to use list_mode for pretty tracker ------------------------------------------------------------------------ r13402 | lphuberdeau | 2008-07-01 16:32:08 +0200 (mar, 01 jui 2008) | 2 lines [MOD] Correct listing of category items created by profiles ------------------------------------------------------------------------ r13401 | lphuberdeau | 2008-07-01 16:18:43 +0200 (mar, 01 jui 2008) | 2 lines [MOD] Adding support for categories (partial) ------------------------------------------------------------------------ r13400 | sylvieg | 2008-07-01 15:58:35 +0200 (mar, 01 jui 2008) | 1 line [FIX]sessions: the user column can be null like in tiki.sql in order to count the number of anonymous sessions ------------------------------------------------------------------------ r13396 | sampaioprimo | 2008-07-01 06:11:27 +0200 (mar, 01 jui 2008) | 2 lines translation ------------------------------------------------------------------------ r13395 | pkdille | 2008-06-30 22:14:38 +0200 (lun, 30 jun 2008) | 1 line [MOD] categobjects: change html structure in order to give possibility to change the look without changing template. Add some css classes. Put some styles in transition stylesheet to preserve current look. ------------------------------------------------------------------------ r13394 | sampaioprimo | 2008-06-30 21:05:25 +0200 (lun, 30 jun 2008) | 2 lines [FIX] links in the menu works with ((foo?)). please help testing other cases ------------------------------------------------------------------------ r13393 | sylvieg | 2008-06-30 17:08:55 +0200 (lun, 30 jun 2008) | 1 line [MOD]user: log user deletion as user creation ------------------------------------------------------------------------ r13392 | nyloth | 2008-06-30 16:59:12 +0200 (lun, 30 jun 2008) | 1 line [ENH] wiki pages: only display the 'has been saved' message if the current user is the one who saved. ------------------------------------------------------------------------ r13391 | nyloth | 2008-06-30 16:45:05 +0200 (lun, 30 jun 2008) | 2 lines [FIX] missing modification for the last commit ------------------------------------------------------------------------ r13390 | nyloth | 2008-06-30 16:22:48 +0200 (lun, 30 jun 2008) | 9 lines [NEW] wiki pages: * allow users that have tiki_p_admin_wiki perm to change the wiki authors style for each page, * allow admins to choose the position of the bar of actions buttons (save, cancel, preview...) : top (above textarea), bottom, both + factorize code of buttons for preview mode and for normal edit mode, * add a feature 'Save Draft' in wiki admin page, to be able to hide the 'Save Draft' button when editing a wiki page, * display a message ($date - Version $num of this page has been saved by $user) after a page has been saved, * css: by default, put wiki actions buttons on the right when they are above textarea (position = top), * in some places, use the new way of handling ':' chars at the end of translated strings ------------------------------------------------------------------------ r13387 | pkdille | 2008-06-30 12:08:19 +0200 (lun, 30 jun 2008) | 1 line [ADD] listpages plugin ------------------------------------------------------------------------ r13386 | sampaioprimo | 2008-06-29 16:58:02 +0200 (dim, 29 jun 2008) | 3 lines [FIX] smarty var names conflicting ------------------------------------------------------------------------ r13385 | sampaioprimo | 2008-06-29 07:57:56 +0200 (dim, 29 jun 2008) | 3 lines [FIX] menu preview when editing menu ------------------------------------------------------------------------ r13384 | sampaioprimo | 2008-06-28 21:53:31 +0200 (sam, 28 jun 2008) | 2 lines [MOD] make generate a password in registration form optional and set default to 'n' ------------------------------------------------------------------------ r13383 | jonnybradley | 2008-06-28 20:35:37 +0200 (sam, 28 jun 2008) | 1 line [FIX] XHTML needs a space between attributes ------------------------------------------------------------------------ r13382 | sampaioprimo | 2008-06-28 20:29:26 +0200 (sam, 28 jun 2008) | 2 lines translation ------------------------------------------------------------------------ r13381 | sampaioprimo | 2008-06-28 18:23:32 +0200 (sam, 28 jun 2008) | 2 lines merged two strings into one to make translation easier ------------------------------------------------------------------------ r13380 | chibaguy | 2008-06-28 12:55:47 +0200 (sam, 28 jun 2008) | 1 line [ENH] "Category" label added to indicate the meaning of category object lists. ------------------------------------------------------------------------ r13379 | chibaguy | 2008-06-28 12:33:58 +0200 (sam, 28 jun 2008) | 1 line [FIX] div.catblock is in categobjects.tpl -- no need to repeat div class in including file. ------------------------------------------------------------------------ r13378 | chibaguy | 2008-06-28 09:28:15 +0200 (sam, 28 jun 2008) | 1 line [MOD] "Powered by" text/link moved from footer.tpl to tiki-bot_bar.tpl (works better for layout in themes). ------------------------------------------------------------------------ r13377 | pkdille | 2008-06-28 07:20:17 +0200 (sam, 28 jun 2008) | 1 line [MOD] french translations: some ------------------------------------------------------------------------ r13376 | sylvieg | 2008-06-27 23:11:21 +0200 (ven, 27 jun 2008) | 1 line [FIX]gal: never display an image in a scale bigger that the original ------------------------------------------------------------------------ r13375 | pkdille | 2008-06-27 23:09:24 +0200 (ven, 27 jun 2008) | 1 line [FIX] no tabs: put away debug message and move the no tabs checkbox in c-box-title bar (otherwise, it was partially recovered by "Main features" tab when no-tabs was activated ------------------------------------------------------------------------ r13374 | ricks99 | 2008-06-27 18:59:28 +0200 (ven, 27 jun 2008) | 1 line [UI]Provide better feedback. Use of icons. Include default values. ------------------------------------------------------------------------ r13373 | pkdille | 2008-06-27 18:48:04 +0200 (ven, 27 jun 2008) | 1 line [DEL] listpages wikiplugin which has been merged with listpages mod ------------------------------------------------------------------------ r13371 | lphuberdeau | 2008-06-27 00:38:14 +0200 (ven, 27 jun 2008) | 2 lines [MOD] Generalizing wiki page inclusion and adding in-content references ------------------------------------------------------------------------ r13370 | pkdille | 2008-06-26 22:31:38 +0200 (jeu, 26 jun 2008) | 1 line [MOD] rename page: increase wiki page name field size. ------------------------------------------------------------------------ r13369 | pkdille | 2008-06-26 22:28:07 +0200 (jeu, 26 jun 2008) | 1 line [MOD] notepad read: unduplicate some code ------------------------------------------------------------------------ r13368 | pkdille | 2008-06-26 22:07:24 +0200 (jeu, 26 jun 2008) | 1 line [FIX] Application menu (42): Add action log items links also if user has tiki_p_view_actionlog or tiki_p_view_actionlog_owngroups perms ------------------------------------------------------------------------ r13367 | lphuberdeau | 2008-06-26 21:46:31 +0200 (jeu, 26 jun 2008) | 2 lines [NEW] Wiki page handler ------------------------------------------------------------------------ r13366 | pkdille | 2008-06-26 21:45:41 +0200 (jeu, 26 jun 2008) | 1 line [FIX] actionlog: we should have access to this feature with tiki_p_view_actionlog or tiki_p_view_actionlog_owngroups perms ------------------------------------------------------------------------ r13365 | ricks99 | 2008-06-26 20:17:05 +0200 (jeu, 26 jun 2008) | 1 line [UI] give default error message, use icons ------------------------------------------------------------------------ r13364 | ricks99 | 2008-06-26 18:33:40 +0200 (jeu, 26 jun 2008) | 1 line [UI] add third column span for deep searches ------------------------------------------------------------------------ r13363 | ricks99 | 2008-06-26 18:31:54 +0200 (jeu, 26 jun 2008) | 1 line [FIX]If no objects to display, tell user ------------------------------------------------------------------------ r13362 | ricks99 | 2008-06-26 17:55:15 +0200 (jeu, 26 jun 2008) | 1 line [UI] move select all check to column heading, as in other pages. ------------------------------------------------------------------------ r13361 | nyloth | 2008-06-26 16:57:38 +0200 (jeu, 26 jun 2008) | 5 lines [NEW] translation system : Now, if no translation has been found for strings which ends with a punctuation char like : ! or ; then try to translate punctuation separately (e.g. if the content is 'Login:' or 'Login :', then it will try to translate 'Login' and ':' separately). This should avoid duplicated strings like 'Login' and 'Login:' that were needed before (because there is no space before ':' in english, but there is one in others like french). I hope this will stop the endless nightmare to decide weither to put the ':' inside or outside the string to translate (now, we should put it inside the string between smarty {tra}{/tra} or when using php tra() function, but not in the language.php file). ------------------------------------------------------------------------ r13360 | Jyhem | 2008-06-26 15:11:00 +0200 (jeu, 26 jun 2008) | 1 line [FIX] Avoid cases where link to login box is below a login box ------------------------------------------------------------------------ r13359 | pkdille | 2008-06-26 15:00:05 +0200 (jeu, 26 jun 2008) | 1 line [ADD] wiki plugin listpages: new plugin to include the listpages table in a wiki page. Done in collaboration with nyloth. Thks to him. ------------------------------------------------------------------------ r13358 | Jyhem | 2008-06-26 13:59:44 +0200 (jeu, 26 jun 2008) | 1 line [ENH] Only indenting corrections for legibility. No code change ------------------------------------------------------------------------ r13357 | pkdille | 2008-06-26 13:36:20 +0200 (jeu, 26 jun 2008) | 1 line [MOD] pagination links: typo: change string delimiter in order to fix the fact that get_strings is confusingly collecting some strings in this file. Thks nyloth. ------------------------------------------------------------------------ r13356 | pkdille | 2008-06-25 23:05:02 +0200 (mer, 25 jun 2008) | 1 line [MOD] french translations: some + some unused words cleaning ------------------------------------------------------------------------ r13355 | pkdille | 2008-06-25 22:45:32 +0200 (mer, 25 jun 2008) | 1 line [MOD] admin menu options: typo ------------------------------------------------------------------------ r13354 | nyloth | 2008-06-25 21:11:05 +0200 (mer, 25 jun 2008) | 1 line [FIX] calendar lib: missing global ------------------------------------------------------------------------ r13353 | nyloth | 2008-06-25 20:13:10 +0200 (mer, 25 jun 2008) | 25 lines [NEW] Dynamic Contents: many enhancements * Now fully support the 'Label' - introduced in DB by nkoth - of a bloc (in listing table and when using the smarty function), * Use smarty pagination and self_query + find.tpl. This also make this feature AJAX-ready (for column sorting, pagination, find and actions), * Change smarty 'rcontent' function to allow no params (neither 'id' nor 'label') that will return a random content not related to a specific bloc, * New smarty compiler 'assign_content' that simplifies the use of dynamic contents in templates (for exemple, {assign_content label='my_label' var='test'} will put the data of the dynamic content in the $test variable, available in the smarty template. This is easier than using smarty capture and is useful to display the dynamic content only if the value match some conditions), * Use one query instead of two in TikiLib::get_actual_content(), * Change dcslib::list_content() to get all data from one query, in order to be able to easily sort on every fields, * Change dcslib::get_random_content() to allow no params, which means random with no specific contentId, * Display the current value of a dynamic content in the list of content blocs, * Remove the 'last versions' column which takes place and is not really useful, * To gain more place, move the 'Description' above the Label (in the Label column) as it is more and more done for table listings in tiki, * Move the cross icon ('Delete' action) to display it as the last action (as nearly everywhere in tiki) ------------------------------------------------------------------------ r13352 | nyloth | 2008-06-25 20:12:08 +0200 (mer, 25 jun 2008) | 7 lines [NEW] wiki pages list: * Add options in wiki admin page to be able to display the page description in the list of pages and to specify the max display length of the description, * Fix a bug in AJAX that was hiding the first column header when sorting the table, * Use javascript_enabled pref to decide weither or not to display the 'select all' checkbox, * As in filegal listings, use a gray 'Lock' icon as the 'Status of the page' column header, * Add the 'Remove' action to match the usual actions in tiki listings ------------------------------------------------------------------------ r13351 | nyloth | 2008-06-25 20:10:48 +0200 (mer, 25 jun 2008) | 2 lines [FIX] translations: fix some french translations ------------------------------------------------------------------------ r13350 | nyloth | 2008-06-25 20:10:23 +0200 (mer, 25 jun 2008) | 2 lines [ENH] confirmation step: now AJAX-ready (even for the 'back' button) ------------------------------------------------------------------------ r13349 | nyloth | 2008-06-25 20:09:50 +0200 (mer, 25 jun 2008) | 2 lines [MOD] calendars modules: remove duplicated code + specify default module names and titles ------------------------------------------------------------------------ r13348 | Jyhem | 2008-06-25 17:41:49 +0200 (mer, 25 jun 2008) | 1 line [ENH] People usually don't figure out that new pages can be created by clicking 'Edit' ------------------------------------------------------------------------ r13347 | sylvieg | 2008-06-25 17:24:45 +0200 (mer, 25 jun 2008) | 1 line [FIX]tracker: show ID in admin trackers + self_link ------------------------------------------------------------------------ r13346 | sylvieg | 2008-06-25 17:00:04 +0200 (mer, 25 jun 2008) | 1 line [FIX]perm: INCLUDE was not working for a user with only tiki_p_admin and not tiki_p_view ------------------------------------------------------------------------ r13345 | Jyhem | 2008-06-25 14:11:39 +0200 (mer, 25 jun 2008) | 1 line [FIX] Match text in templates ------------------------------------------------------------------------ r13344 | sylvieg | 2008-06-25 13:55:49 +0200 (mer, 25 jun 2008) | 1 line [FIX]cycle lines ------------------------------------------------------------------------ r13343 | sylvieg | 2008-06-25 01:23:20 +0200 (mer, 25 jun 2008) | 1 line [MOD] the tabs feature in admin_feature was IMHO a bad move - add a checkbox to locally unset the tabs :-)))))) ------------------------------------------------------------------------ r13342 | pkdille | 2008-06-24 23:04:40 +0200 (mar, 24 jun 2008) | 1 line [MOD] french translations: some work ------------------------------------------------------------------------ r13341 | pkdille | 2008-06-24 22:55:45 +0200 (mar, 24 jun 2008) | 1 line [MOD] tell a friend: homogenize "report to the webmaster" string with other parts of tiki ------------------------------------------------------------------------ r13340 | pkdille | 2008-06-24 22:50:32 +0200 (mar, 24 jun 2008) | 1 line [MOD] admin menus: reorganize tip section. Delete rbox-link class for links which is useless (and unused in tiki styles). Break long translated string into two strings (which are in fact two tips) ------------------------------------------------------------------------ r13339 | pkdille | 2008-06-24 22:25:50 +0200 (mar, 24 jun 2008) | 1 line [MOD] typo ------------------------------------------------------------------------ r13338 | sylvieg | 2008-06-24 18:59:38 +0200 (mar, 24 jun 2008) | 1 line unused feature feature_userVersions ------------------------------------------------------------------------ r13337 | marclaporte | 2008-06-24 18:20:44 +0200 (mar, 24 jun 2008) | 1 line [FIX] Offer to login on redirect: Save a redirect by using real URL ------------------------------------------------------------------------ r13336 | lphuberdeau | 2008-06-24 18:11:11 +0200 (mar, 24 jun 2008) | 2 lines [FIX] Remove dependency on allow_url_fopen ------------------------------------------------------------------------ r13335 | marclaporte | 2008-06-24 17:46:17 +0200 (mar, 24 jun 2008) | 1 line [FIX] typo ------------------------------------------------------------------------ r13334 | nyloth | 2008-06-24 16:22:24 +0200 (mar, 24 jun 2008) | 1 line [FIX] errors: avoid infinite loop when error.tpl is called from a smarty function in tiki.tpl - because error.tpl calls tiki.tpl again and again. ------------------------------------------------------------------------ r13333 | sylvieg | 2008-06-24 15:52:49 +0200 (mar, 24 jun 2008) | 1 line [FIX]category: do not show categories select if no categories ------------------------------------------------------------------------ r13332 | sylvieg | 2008-06-24 14:37:08 +0200 (mar, 24 jun 2008) | 1 line rollback ------------------------------------------------------------------------ r13331 | sylvieg | 2008-06-24 13:49:24 +0200 (mar, 24 jun 2008) | 1 line [FIX]login: do not default unsuccessful login on 5 times - because on a fresh install an admin can enter 5 times a wrong password and he is stuck because he has no email set yet + check the email is set ------------------------------------------------------------------------ r13330 | sylvieg | 2008-06-24 13:48:24 +0200 (mar, 24 jun 2008) | 1 line typo ------------------------------------------------------------------------ r13329 | sylvieg | 2008-06-24 13:47:54 +0200 (mar, 24 jun 2008) | 1 line [FIX]login: do not default unsuccessful login on 5 times - because on a fresh install an admin can enter 5 times a wrong password and he is stuck because he has no email set yet + check the email is set ------------------------------------------------------------------------ r13328 | pkdille | 2008-06-23 22:59:44 +0200 (lun, 23 jun 2008) | 1 line [MOD] french translations: some ------------------------------------------------------------------------ r13327 | Jyhem | 2008-06-23 19:54:20 +0200 (lun, 23 jun 2008) | 1 line [ENH] Offer possibility to display 'lang' column in article list ------------------------------------------------------------------------ r13326 | Jyhem | 2008-06-23 19:07:27 +0200 (lun, 23 jun 2008) | 1 line [FIX] typo ------------------------------------------------------------------------ r13323 | jonnybradley | 2008-06-23 11:25:52 +0200 (lun, 23 jun 2008) | 1 line [FIX] Couple of typos ------------------------------------------------------------------------ r13322 | chibaguy | 2008-06-23 06:54:56 +0200 (lun, 23 jun 2008) | 1 line [SVN] Olive themes moved from branch 1.10 to mods. [MOD] phplm long dropdowns need background color as well as image in Feb12 theme. ------------------------------------------------------------------------ r13320 | chibaguy | 2008-06-23 05:52:46 +0200 (lun, 23 jun 2008) | 1 line [MOD] Public display of Tiki version removed from bottom bar for security reason. ------------------------------------------------------------------------ r13319 | marclaporte | 2008-06-23 02:55:57 +0200 (lun, 23 jun 2008) | 1 line [MOD] Adding a small __Powered by__ in the footer. Should be improved, made unobstrusive, optional, but default should be on. Please see: http://dev.tikiwiki.org/Viral+TikiWiki ------------------------------------------------------------------------ r13318 | marclaporte | 2008-06-23 00:33:44 +0200 (lun, 23 jun 2008) | 1 line [FIX] Adding link to explain what is OpenID ------------------------------------------------------------------------ r13317 | marclaporte | 2008-06-23 00:12:05 +0200 (lun, 23 jun 2008) | 1 line [FIX] Adding OpenID icon which was called by CSS but never uploaded ------------------------------------------------------------------------ r13316 | sylvieg | 2008-06-22 23:07:45 +0200 (dim, 22 jun 2008) | 1 line [FIX]tracker: fix link + lastmodif in TRACKERLIST ------------------------------------------------------------------------ r13315 | mbrackeva | 2008-06-22 16:14:47 +0200 (dim, 22 jun 2008) | 1 line [FIX] Users were only able to list/take quiz if they had permission to view the stats. Ref: http://dev.tikiwiki.org/wish1844 ------------------------------------------------------------------------ r13314 | marclaporte | 2008-06-21 18:00:33 +0200 (sam, 21 jun 2008) | 1 line [FIX] Shorter URL for trackers, like in 1.9.x ------------------------------------------------------------------------ r13313 | ricks99 | 2008-06-21 17:48:41 +0200 (sam, 21 jun 2008) | 1 line [FIX] search results pages are dynamic, they should not not by indexed by search engines. ------------------------------------------------------------------------ r13312 | sylvieg | 2008-06-20 22:52:54 +0200 (ven, 20 jun 2008) | 1 line [FIX]events plugin: do not display end if end=start ------------------------------------------------------------------------ r13311 | sylvieg | 2008-06-20 22:45:34 +0200 (ven, 20 jun 2008) | 1 line [FIX]events plugin: extract the html to a tpl ------------------------------------------------------------------------ r13310 | sylvieg | 2008-06-20 20:17:25 +0200 (ven, 20 jun 2008) | 1 line move to trunk ------------------------------------------------------------------------ r13309 | sylvieg | 2008-06-20 20:04:23 +0200 (ven, 20 jun 2008) | 1 line mode to trunk ------------------------------------------------------------------------ r13308 | sylvieg | 2008-06-20 19:18:52 +0200 (ven, 20 jun 2008) | 1 line [FIX]tracker: some cleaning when editing an exisitng item in TRACKER with the selector fields ------------------------------------------------------------------------ r13307 | Jyhem | 2008-06-20 17:53:03 +0200 (ven, 20 jun 2008) | 1 line [ENH] Most errors are due to loss of session. Give more helpful indications. ------------------------------------------------------------------------ r13306 | sylvieg | 2008-06-20 17:52:41 +0200 (ven, 20 jun 2008) | 1 line [FIX]tracker: if user creator already filled, use the value ------------------------------------------------------------------------ r13305 | sylvieg | 2008-06-20 14:17:56 +0200 (ven, 20 jun 2008) | 1 line [FIX]tracker: visibleBy and editableBy for list tracker ------------------------------------------------------------------------ r13304 | sylvieg | 2008-06-20 14:15:02 +0200 (ven, 20 jun 2008) | 1 line [MOD]tracker: smaller visibleBy/editableBy icons to not think it is an action ------------------------------------------------------------------------ r13303 | sylvieg | 2008-06-20 14:13:50 +0200 (ven, 20 jun 2008) | 1 line [FIX]tracker: javascript must not be stipped: smarty does not seem to complain - if it complains the javascript must go in an include that is not strip as strip is parsed at a file level ------------------------------------------------------------------------ r13302 | lphuberdeau | 2008-06-19 23:49:50 +0200 (jeu, 19 jun 2008) | 2 lines [MOD] Updating OpenID library. ------------------------------------------------------------------------ r13301 | lphuberdeau | 2008-06-19 22:03:30 +0200 (jeu, 19 jun 2008) | 2 lines [FIX] IE6 editing ------------------------------------------------------------------------ r13300 | lphuberdeau | 2008-06-19 21:14:58 +0200 (jeu, 19 jun 2008) | 2 lines [FIX] Allow IE6 to create new annotations ------------------------------------------------------------------------ r13299 | lphuberdeau | 2008-06-19 16:15:03 +0200 (jeu, 19 jun 2008) | 2 lines [NEW] Allow each file to have a download limit ------------------------------------------------------------------------ r13298 | lphuberdeau | 2008-06-19 15:13:10 +0200 (jeu, 19 jun 2008) | 2 lines [MOD] Enforce limitation to keep credits above 0 if negative credits are used ------------------------------------------------------------------------ r13297 | chibaguy | 2008-06-19 07:54:32 +0200 (jeu, 19 jun 2008) | 1 line [MOD] Universal edit button added. ------------------------------------------------------------------------ r13295 | marclaporte | 2008-06-19 07:01:20 +0200 (jeu, 19 jun 2008) | 1 line [NEW] Participate to universaleditbutton.org initiative. http://dev.tikiwiki.org/wish1805 ------------------------------------------------------------------------ r13287 | sylvieg | 2008-06-18 22:35:11 +0200 (mer, 18 jun 2008) | 1 line [FIX]tracker: notification if tracker item deleted ------------------------------------------------------------------------ r13286 | marcoaasilva | 2008-06-18 20:58:59 +0200 (mer, 18 jun 2008) | 2 lines translation ------------------------------------------------------------------------ r13285 | Jyhem | 2008-06-18 19:19:21 +0200 (mer, 18 jun 2008) | 1 line [ENH] We need a clean way of displaying errors and warnings ------------------------------------------------------------------------ r13284 | Jyhem | 2008-06-18 19:17:36 +0200 (mer, 18 jun 2008) | 1 line [ENH] Allow permission for viewing articles headings only ------------------------------------------------------------------------ r13283 | sylvieg | 2008-06-18 18:13:30 +0200 (mer, 18 jun 2008) | 1 line [FIX]group: when changing groupname change also in visibleBy/editableBy tracker fields ------------------------------------------------------------------------ r13282 | nyloth | 2008-06-18 17:40:14 +0200 (mer, 18 jun 2008) | 1 line [MOD] dynamic contents: deploy smarty pagination_links ------------------------------------------------------------------------ r13281 | sylvieg | 2008-06-18 17:33:24 +0200 (mer, 18 jun 2008) | 1 line [FIX]tracker: was breaking the menus ------------------------------------------------------------------------ r13279 | sylvieg | 2008-06-18 14:57:05 +0200 (mer, 18 jun 2008) | 1 line [MOD]api: get file by filename ------------------------------------------------------------------------ r13278 | sylvieg | 2008-06-18 13:45:42 +0200 (mer, 18 jun 2008) | 1 line [FIX]fgal: do not display locked by if fgal not set with locking feature ------------------------------------------------------------------------ r13277 | nyloth | 2008-06-18 11:20:00 +0200 (mer, 18 jun 2008) | 1 line [FIX] search results: fix html comment since it is hardcoded in smarty 'highlight' outputfilter. In certain cases, it was causing white pages as search results. ------------------------------------------------------------------------ r13276 | chibaguy | 2008-06-18 09:38:31 +0200 (mer, 18 jun 2008) | 1 line [NEW] Feb12 theme initial commit. Demo at http://zukakakina.com/Feb12 . ------------------------------------------------------------------------ r13275 | chibaguy | 2008-06-18 09:33:22 +0200 (mer, 18 jun 2008) | 1 line [FIX] Site-header and bottom-bar improvements. ------------------------------------------------------------------------ r13273 | chibaguy | 2008-06-18 09:03:27 +0200 (mer, 18 jun 2008) | 1 line [ENH] Mostly site-header and forum improvements. ------------------------------------------------------------------------ r13270 | pkdille | 2008-06-17 17:09:23 +0200 (mar, 17 jun 2008) | 1 line [NEW] wiki: allow to disable bytes changings when saving wiki pages ------------------------------------------------------------------------ r13269 | lphuberdeau | 2008-06-17 16:22:05 +0200 (mar, 17 jun 2008) | 2 lines [NEW] Allow to set global and object permissions ------------------------------------------------------------------------ r13268 | sylvieg | 2008-06-17 15:31:45 +0200 (mar, 17 jun 2008) | 1 line [MOD]fgal: some title on <a> ------------------------------------------------------------------------ r13264 | sylvieg | 2008-06-16 22:41:17 +0200 (lun, 16 jun 2008) | 1 line [MOD]tracker: new param ldelim and rdelim to have a simplier use of pretty trackerlist when using for latex generation that uses {} ------------------------------------------------------------------------ r13263 | sylvieg | 2008-06-16 16:44:32 +0200 (lun, 16 jun 2008) | 1 line [FIX]perm: type is 'wiki page' not 'wiki' ------------------------------------------------------------------------ r13262 | pkdille | 2008-06-16 16:31:04 +0200 (lun, 16 jun 2008) | 1 line [MOD] add userlink to pagehistory and syslog ------------------------------------------------------------------------ r13261 | chibaguy | 2008-06-16 14:04:18 +0200 (lun, 16 jun 2008) | 2 lines [ENH] Contain floated children in .postbody and new div.postbody-content to enable more layout/styling possibilities. ------------------------------------------------------------------------ r13260 | pkdille | 2008-06-16 10:28:01 +0200 (lun, 16 jun 2008) | 1 line [CODE]edit submission: change one function parameters appeal (thks nyloth) ------------------------------------------------------------------------ r13259 | chibaguy | 2008-06-16 09:09:39 +0200 (lun, 16 jun 2008) | 1 line [FIX] Mostly colors, etc. in forums improved. ------------------------------------------------------------------------ r13258 | chibaguy | 2008-06-16 06:20:36 +0200 (lun, 16 jun 2008) | 1 line [FIX] Contain floated children, to enable title background color or image. ------------------------------------------------------------------------ r13257 | fr_rodo | 2008-06-16 00:32:09 +0200 (lun, 16 jun 2008) | 1 line replace 'feature_cms' by 'feature_aticles' ------------------------------------------------------------------------ r13256 | nkoth | 2008-06-15 23:05:09 +0200 (dim, 15 jun 2008) | 1 line [FIX] users should not be set to need validation flag, if they have been created by the admin or any other user. If they really need validation, then they should be sent an email on admin registration - but that is another feature request. ------------------------------------------------------------------------ r13255 | rlpowell | 2008-06-14 21:34:19 +0200 (sam, 14 jun 2008) | 3 lines Extra carriage return removed. ------------------------------------------------------------------------ r13254 | pkdille | 2008-06-14 20:38:23 +0200 (sam, 14 jun 2008) | 1 line [LANG] update all language files with get_strings script ------------------------------------------------------------------------ r13253 | pkdille | 2008-06-14 08:07:08 +0200 (sam, 14 jun 2008) | 1 line [MOD] editpage: more explicit content template link label ------------------------------------------------------------------------ r13252 | pkdille | 2008-06-14 07:19:39 +0200 (sam, 14 jun 2008) | 1 line [MOD] tikineat ------------------------------------------------------------------------ r13251 | pkdille | 2008-06-14 06:31:29 +0200 (sam, 14 jun 2008) | 1 line [MOD] find: deploy find.tpl to some templates ------------------------------------------------------------------------ r13250 | pkdille | 2008-06-14 05:50:53 +0200 (sam, 14 jun 2008) | 1 line [FIX] theme control: fix search ------------------------------------------------------------------------ r13249 | sylvieg | 2008-06-13 22:57:16 +0200 (ven, 13 jun 2008) | 1 line typo ------------------------------------------------------------------------ r13248 | pkdille | 2008-06-13 22:44:52 +0200 (ven, 13 jun 2008) | 1 line [MOD] find: deploy find.tpl to some templates ------------------------------------------------------------------------ r13247 | sylvieg | 2008-06-13 22:32:29 +0200 (ven, 13 jun 2008) | 1 line [MOD]tracker: new param to TRACKER plugin view_user=userName that loads the user tracker of this user for the trackerId ------------------------------------------------------------------------ r13246 | pkdille | 2008-06-13 21:36:54 +0200 (ven, 13 jun 2008) | 1 line [CODE] edit submission: change function parameters organisation in order to have it in a more readable way ------------------------------------------------------------------------ r13245 | Jyhem | 2008-06-13 19:39:01 +0200 (ven, 13 jun 2008) | 1 line [FIX] Translating an ending </em> did not make sense here ------------------------------------------------------------------------ r13244 | sylvieg | 2008-06-13 19:34:36 +0200 (ven, 13 jun 2008) | 1 line [FIX]group: change the icon for more action looking than status looking ------------------------------------------------------------------------ r13243 | Jyhem | 2008-06-13 19:18:22 +0200 (ven, 13 jun 2008) | 1 line [ENH] Some more mass-capitalization of titles and tabs ------------------------------------------------------------------------ r13242 | sylvieg | 2008-06-13 19:16:56 +0200 (ven, 13 jun 2008) | 1 line cvs->svn ------------------------------------------------------------------------ r13241 | sylvieg | 2008-06-13 19:15:47 +0200 (ven, 13 jun 2008) | 1 line include in regular wiki-plugin ------------------------------------------------------------------------ r13240 | sylvieg | 2008-06-13 19:15:24 +0200 (ven, 13 jun 2008) | 1 line include in regular wiki-plugin ------------------------------------------------------------------------ r13239 | sylvieg | 2008-06-13 19:14:26 +0200 (ven, 13 jun 2008) | 1 line [MOD]tracker: 2 new characteristic to a field -> visible only by some groups+admin, editable by soem groups+admin -> to do: not only test the default group but all the groups ------------------------------------------------------------------------ r13238 | lphuberdeau | 2008-06-13 18:34:08 +0200 (ven, 13 jun 2008) | 2 lines [MOD] Profile validation before install enabled in UI ------------------------------------------------------------------------ r13237 | lphuberdeau | 2008-06-13 17:03:31 +0200 (ven, 13 jun 2008) | 2 lines [MOD] Working profile installation ------------------------------------------------------------------------ r13236 | pkdille | 2008-06-13 14:47:49 +0200 (ven, 13 jun 2008) | 1 line [FIX] charts: fix search... if a search gives no result, the search field disapears ------------------------------------------------------------------------ r13235 | pkdille | 2008-06-13 14:43:06 +0200 (ven, 13 jun 2008) | 1 line [MOD] find: deploy find.tpl to some templates ------------------------------------------------------------------------ r13234 | sylvieg | 2008-06-13 12:08:41 +0200 (ven, 13 jun 2008) | 1 line db sync ------------------------------------------------------------------------ r13233 | sylvieg | 2008-06-13 12:06:05 +0200 (ven, 13 jun 2008) | 1 line [FIX]missing perm ------------------------------------------------------------------------ r13232 | gillesm | 2008-06-13 10:00:30 +0200 (ven, 13 jun 2008) | 2 lines Can assign perms to image gallery french translation ------------------------------------------------------------------------ r13231 | pkdille | 2008-06-13 09:07:15 +0200 (ven, 13 jun 2008) | 1 line [MOD] find: deploy find.tpl to some templates ------------------------------------------------------------------------ r13230 | pkdille | 2008-06-13 08:34:14 +0200 (ven, 13 jun 2008) | 1 line [FIX] edit programmed content: fix search... if a search gave no result, the search field disapeared ------------------------------------------------------------------------ r13229 | pkdille | 2008-06-13 07:09:39 +0200 (ven, 13 jun 2008) | 1 line [MOD] find: deploy find.tpl to some templates ------------------------------------------------------------------------ r13228 | lphuberdeau | 2008-06-13 02:09:19 +0200 (ven, 13 jun 2008) | 2 lines [FIX] Page load delay, now works in Konqueror as well ------------------------------------------------------------------------ r13227 | sylvieg | 2008-06-13 00:52:49 +0200 (ven, 13 jun 2008) | 1 line [FIX]search: fix list of where to search for non found page ------------------------------------------------------------------------ r13226 | pkdille | 2008-06-12 22:36:04 +0200 (jeu, 12 jun 2008) | 1 line [MOD] find: deploy find.tpl to some templates ------------------------------------------------------------------------ r13225 | pkdille | 2008-06-12 22:27:11 +0200 (jeu, 12 jun 2008) | 1 line [FIX] html pages search: bad field name ------------------------------------------------------------------------ r13224 | ricks99 | 2008-06-12 18:53:42 +0200 (jeu, 12 jun 2008) | 1 line [UI]added missing icons for all other risk factors ------------------------------------------------------------------------ r13223 | lphuberdeau | 2008-06-12 18:34:36 +0200 (jeu, 12 jun 2008) | 2 lines [NEW] Profile installation interface (only lists profiles for now) ------------------------------------------------------------------------ r13222 | sylvieg | 2008-06-12 15:23:22 +0200 (jeu, 12 jun 2008) | 1 line [FIX]gal: button to assign perm if perms ------------------------------------------------------------------------ r13221 | sylvieg | 2008-06-12 14:53:16 +0200 (jeu, 12 jun 2008) | 1 line [FIX]gal: go with get_perm_object to have local redef of perms in list gal ------------------------------------------------------------------------ r13220 | ricks99 | 2008-06-12 14:45:02 +0200 (jeu, 12 jun 2008) | 1 line [UI] move select all to top of column, move icons to action column, as in all other pages. ------------------------------------------------------------------------ r13219 | lphuberdeau | 2008-06-12 14:01:08 +0200 (jeu, 12 jun 2008) | 2 lines [FIX] Provide compatibility for older versions of PHP ------------------------------------------------------------------------ r13218 | sylvieg | 2008-06-12 12:22:57 +0200 (jeu, 12 jun 2008) | 1 line [FIX]db: achnge also permName size to 40 in tiki.sql+ remove the side effect with tiki_p_assign_perm_image_galler ------------------------------------------------------------------------ r13217 | Jyhem | 2008-06-12 11:07:04 +0200 (jeu, 12 jun 2008) | 1 line [ENH] Yesterday's commit about tracker parsed descriptions needs these database updates ------------------------------------------------------------------------ r13216 | pkdille | 2008-06-12 10:52:41 +0200 (jeu, 12 jun 2008) | 1 line [FIX] freetags modules: rollback my previous commit and change freetags prefered module ------------------------------------------------------------------------ r13215 | pkdille | 2008-06-12 09:19:29 +0200 (jeu, 12 jun 2008) | 1 line [FIX] freetag modules: escape url ------------------------------------------------------------------------ r13214 | pkdille | 2008-06-12 09:15:39 +0200 (jeu, 12 jun 2008) | 1 line [FIX] most popular freetags module: fix this modules which was broken ------------------------------------------------------------------------ r13213 | gillesm | 2008-06-12 08:52:30 +0200 (jeu, 12 jun 2008) | 2 lines tiki_p_assign_perm_image_gallery added (GillesM) ------------------------------------------------------------------------ r13212 | chibaguy | 2008-06-12 08:07:13 +0200 (jeu, 12 jun 2008) | 1 line [FIX] litecss-breaking div tag mismatch fixed; div-containing span replaced with inline div. ------------------------------------------------------------------------ r13211 | sampaioprimo | 2008-06-12 06:16:22 +0200 (jeu, 12 jun 2008) | 1 line partial update of the release instructions (still need to change the commands from CVS to SVN in the script) ------------------------------------------------------------------------ r13210 | sampaioprimo | 2008-06-12 05:45:16 +0200 (jeu, 12 jun 2008) | 2 lines translation ------------------------------------------------------------------------ r13209 | sampaioprimo | 2008-06-12 05:44:57 +0200 (jeu, 12 jun 2008) | 2 lines updated string so new menu name can be translated ------------------------------------------------------------------------ r13208 | sampaioprimo | 2008-06-12 04:23:48 +0200 (jeu, 12 jun 2008) | 2 lines fix one string translation ------------------------------------------------------------------------ r13207 | sampaioprimo | 2008-06-12 04:09:28 +0200 (jeu, 12 jun 2008) | 2 lines more translation ------------------------------------------------------------------------ r13206 | sampaioprimo | 2008-06-12 03:41:59 +0200 (jeu, 12 jun 2008) | 2 lines translation ------------------------------------------------------------------------ r13205 | pkdille | 2008-06-11 22:07:43 +0200 (mer, 11 jun 2008) | 1 line [MOD] content templates search: when searching templates, add name in search ------------------------------------------------------------------------ r13204 | pkdille | 2008-06-11 21:54:23 +0200 (mer, 11 jun 2008) | 1 line [MOD] search: deploy find.tpl in a few templates ------------------------------------------------------------------------ r13203 | pkdille | 2008-06-11 21:11:31 +0200 (mer, 11 jun 2008) | 1 line [FIX] browse freetags: notice ------------------------------------------------------------------------ r13202 | pkdille | 2008-06-11 20:45:58 +0200 (mer, 11 jun 2008) | 1 line [FIX] calendar: define weekInSeconds constant only once ------------------------------------------------------------------------ r13201 | Jyhem | 2008-06-11 19:01:31 +0200 (mer, 11 jun 2008) | 1 line [ENH] Some more mass-capitalization of titles and tabs ------------------------------------------------------------------------ r13200 | pkdille | 2008-06-11 18:13:19 +0200 (mer, 11 jun 2008) | 1 line [FIX] calendar setup: notice ------------------------------------------------------------------------ r13199 | sylvieg | 2008-06-11 17:09:02 +0200 (mer, 11 jun 2008) | 1 line [MOD]menu: possibility to csv import/export options ------------------------------------------------------------------------ r13198 | pkdille | 2008-06-11 16:53:48 +0200 (mer, 11 jun 2008) | 1 line [MOD] find.tpl: add comment in file head. Reverse some conditions in order to be coherent with all parts in this file and to have something more logical and easy to understand. Deploy this modifications. ------------------------------------------------------------------------ r13197 | lphuberdeau | 2008-06-11 16:25:27 +0200 (mer, 11 jun 2008) | 2 lines [FIX] To recover from eventual errors ------------------------------------------------------------------------ r13196 | yonixxx | 2008-06-11 16:16:54 +0200 (mer, 11 jun 2008) | 1 line [MOD] admin can add freetags in meta keywords ------------------------------------------------------------------------ r13195 | Jyhem | 2008-06-11 16:11:48 +0200 (mer, 11 jun 2008) | 1 line [FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML ------------------------------------------------------------------------ r13194 | Jyhem | 2008-06-11 16:04:48 +0200 (mer, 11 jun 2008) | 1 line [FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML ------------------------------------------------------------------------ r13193 | yonixxx | 2008-06-11 15:33:45 +0200 (mer, 11 jun 2008) | 1 line [MOD] admin can add freetags in meta keywords ------------------------------------------------------------------------ r13192 | yonixxx | 2008-06-11 15:33:10 +0200 (mer, 11 jun 2008) | 1 line [MOD] admin can add freetags in meta keywords ------------------------------------------------------------------------ r13191 | yonixxx | 2008-06-11 15:32:19 +0200 (mer, 11 jun 2008) | 1 line [MOD] admin can add freetags in meta keywords ------------------------------------------------------------------------ r13190 | yonixxx | 2008-06-11 15:31:08 +0200 (mer, 11 jun 2008) | 1 line [MOD] admin can add freetags in meta keywords ------------------------------------------------------------------------ r13189 | yonixxx | 2008-06-11 15:30:30 +0200 (mer, 11 jun 2008) | 1 line [MOD] admin can add freetags in meta keywords ------------------------------------------------------------------------ r13188 | Jyhem | 2008-06-11 15:13:35 +0200 (mer, 11 jun 2008) | 1 line [ENH] Tracker descriptions can be wiki-parsed ------------------------------------------------------------------------ r13187 | pkdille | 2008-06-11 14:47:12 +0200 (mer, 11 jun 2008) | 1 line [MOD] admin general: harmonize password change box look with the others ------------------------------------------------------------------------ r13186 | pkdille | 2008-06-11 14:23:04 +0200 (mer, 11 jun 2008) | 1 line [FIX] tiki-contact: more logical (and flexible) to send a mail to the contact user instead of admin (admin mail stays fallback user in case there is no email associated with contact user or no contact user) ------------------------------------------------------------------------ r13185 | pkdille | 2008-06-11 14:11:20 +0200 (mer, 11 jun 2008) | 1 line [MOD] scrambleEmail: dos2unix ------------------------------------------------------------------------ r13184 | nyloth | 2008-06-11 13:50:01 +0200 (mer, 11 jun 2008) | 1 line [FIX] wikiplugin tr: fix the help function name ------------------------------------------------------------------------ r13183 | pkdille | 2008-06-11 13:32:09 +0200 (mer, 11 jun 2008) | 1 line [MOD] notepad: indent code and increase note name field size ------------------------------------------------------------------------ r13182 | Jyhem | 2008-06-11 11:50:02 +0200 (mer, 11 jun 2008) | 1 line [ENH] Message was confusing in english ------------------------------------------------------------------------ r13180 | chibaguy | 2008-06-11 09:24:28 +0200 (mer, 11 jun 2008) | 1 line [SVN] Reuniting Matrix readme with other Matrix files in Mods. ------------------------------------------------------------------------ r13179 | sylvieg | 2008-06-11 00:17:08 +0200 (mer, 11 jun 2008) | 1 line [MOD]plugin: new plugin TR {TR()}string{TR} - convenient for module ------------------------------------------------------------------------ r13177 | pkdille | 2008-06-10 22:41:58 +0200 (mar, 10 jun 2008) | 1 line [FIX] home page admin: fix form on general admin page ------------------------------------------------------------------------ r13173 | yonixxx | 2008-06-10 18:28:09 +0200 (mar, 10 jun 2008) | 1 line [MOD] hebrew language update ------------------------------------------------------------------------ r13172 | lphuberdeau | 2008-06-10 16:50:18 +0200 (mar, 10 jun 2008) | 2 lines [MOD] Usability fix, move language switching away from the edit UI ------------------------------------------------------------------------ r13170 | sylvieg | 2008-06-10 15:04:14 +0200 (mar, 10 jun 2008) | 1 line [MOD]trackerlist: 2 new params itemId and url to be able to use pretty trackerlist on one item ------------------------------------------------------------------------ r13169 | sylvieg | 2008-06-10 01:17:36 +0200 (mar, 10 jun 2008) | 1 line [MOD]trackerlist: new param view_user that allows to diplays the items of a specific user ------------------------------------------------------------------------ r13168 | nyloth | 2008-06-09 18:00:51 +0200 (lun, 09 jun 2008) | 5 lines [NEW] modules: new 'calendar_new' module that looks like the 'action_calendar' module and that displays the current month calendar with events in mouseover box. Technical note: TikiCalendarLib now extends CalendarLib (instead of TikiLib) to avoid code duplication in libs. ------------------------------------------------------------------------ r13167 | nyloth | 2008-06-09 17:55:42 +0200 (lun, 09 jun 2008) | 3 lines [ENH] calendar: zoom icon now uses famfamfam icon and smarty {icon} ------------------------------------------------------------------------ r13166 | nyloth | 2008-06-09 17:54:00 +0200 (lun, 09 jun 2008) | 2 lines [FIX] action calendar: fix jscalendar redirection after choosing a new focus date. It now redirects to action calendar instead of events calendar. ------------------------------------------------------------------------ r13165 | lphuberdeau | 2008-06-09 17:13:02 +0200 (lun, 09 jun 2008) | 2 lines [NEW] Allow to return the list of objects in plain text using the 'plain' parameter ------------------------------------------------------------------------ r13164 | lphuberdeau | 2008-06-09 16:55:11 +0200 (lun, 09 jun 2008) | 2 lines [NEW] Support for tracker item creation ------------------------------------------------------------------------ r13163 | sylvieg | 2008-06-09 12:22:15 +0200 (lun, 09 jun 2008) | 1 line [MOD]calendar: customflag optional for easy api+icon ------------------------------------------------------------------------ r13161 | sylvieg | 2008-06-06 19:56:02 +0200 (ven, 06 jun 2008) | 1 line [MOD]tracker: to have the possibility to have customize error message in TRACKER (useful when using pretty tracker where you do not see the field name ------------------------------------------------------------------------ r13160 | sylvieg | 2008-06-06 19:47:57 +0200 (ven, 06 jun 2008) | 1 line db sync ------------------------------------------------------------------------ r13159 | sylvieg | 2008-06-06 19:47:07 +0200 (ven, 06 jun 2008) | 1 line [MOD]tracker: to have the possibility to have customize error message in TRACKER (useful when using pretty tracker where you do not see the field name ------------------------------------------------------------------------ r13158 | sylvieg | 2008-06-06 16:22:50 +0200 (ven, 06 jun 2008) | 1 line [FIX]tracker: the filename in header must be enclosed with "" to allow name with space ------------------------------------------------------------------------ r13157 | sylvieg | 2008-06-06 16:01:58 +0200 (ven, 06 jun 2008) | 1 line notice ------------------------------------------------------------------------ r13156 | sylvieg | 2008-06-06 15:26:38 +0200 (ven, 06 jun 2008) | 1 line [MOD]tracker: add an option to see filename/size/type in mode list for an attachment ------------------------------------------------------------------------ r13155 | chibaguy | 2008-06-06 07:24:53 +0200 (ven, 06 jun 2008) | 1 line [FIX] Adjusted module flip img display since .box:hover no longer supported for IE6; IE7 legend color fixed; minor module list display fixes; other misc. ------------------------------------------------------------------------ r13152 | ricks99 | 2008-06-05 22:59:45 +0200 (jeu, 05 jun 2008) | 1 line [FIX]span element cannot enclose a table -- causes validation errors. remove span=img when using desc, which requires a table ------------------------------------------------------------------------ r13151 | ricks99 | 2008-06-05 22:23:20 +0200 (jeu, 05 jun 2008) | 1 line [FIX]target attribute requires quotes for validation. ------------------------------------------------------------------------ r13149 | sylvieg | 2008-06-05 21:39:45 +0200 (jeu, 05 jun 2008) | 1 line [FIX]tracker: a user can always download his file (convinient for a user tracker where he can only download the attachments of his item ------------------------------------------------------------------------ r13148 | lphuberdeau | 2008-06-05 20:23:21 +0200 (jeu, 05 jun 2008) | 2 lines [FIX] User type referenced to the wrong field type ------------------------------------------------------------------------ r13147 | sylvieg | 2008-06-05 19:41:14 +0200 (jeu, 05 jun 2008) | 1 line [FIX]tracker: some fix on attachment field ------------------------------------------------------------------------ r13146 | lphuberdeau | 2008-06-05 18:50:54 +0200 (jeu, 05 jun 2008) | 2 lines [FIX] Missing text area ------------------------------------------------------------------------ r13145 | lphuberdeau | 2008-06-05 18:47:25 +0200 (jeu, 05 jun 2008) | 2 lines [NEW] Support for tracker and tracker field creation ------------------------------------------------------------------------ r13144 | sylvieg | 2008-06-05 17:49:56 +0200 (jeu, 05 jun 2008) | 1 line [FIX]tracker: a user item can have any status ------------------------------------------------------------------------ r13143 | sylvieg | 2008-06-05 17:01:44 +0200 (jeu, 05 jun 2008) | 1 line [FIX]tracker: some <label> ------------------------------------------------------------------------ r13139 | nyloth | 2008-06-05 16:03:07 +0200 (jeu, 05 jun 2008) | 5 lines [ENH] featured links: auto-resize the iframe height with javascript to match the content height and avoid vertical scrollbars (when using a relative link, i.e. on the same site) + changed default height from 600 to 700px + remove iframe border (to better fake a tiki content). It is only done if the url does not start with a protocol (e.g. http://, https://, ...) because web browsers generate a security alert when trying to do this with an iframe content that is not on the website (same domain name) of the page that includes the iframe. ------------------------------------------------------------------------ r13136 | lphuberdeau | 2008-06-05 15:11:17 +0200 (jeu, 05 jun 2008) | 2 lines [MOD] Alternate syntax for preference flags ------------------------------------------------------------------------ r13135 | sylvieg | 2008-06-05 14:53:42 +0200 (jeu, 05 jun 2008) | 1 line [FIX]tracker: need also the itemuser if a field is view by creator only even if the field user selector is not in the list ------------------------------------------------------------------------ r13134 | pkdille | 2008-06-05 14:52:26 +0200 (jeu, 05 jun 2008) | 7 lines [MOD] find.tpl: Change html structure from table to div's; Add some css selectors in order to give possibility to give various look&feel and position to the elements; Add conditionnal sort_mode hidden input which is needed in some tpl's; Add &find_show_num_rows condition in order to be able to activate or not maxrecords field; Add 3 styles in transition style sheet in order to keep as much as possible the same layout; ------------------------------------------------------------------------ r13133 | sylvieg | 2008-06-05 00:30:45 +0200 (jeu, 05 jun 2008) | 1 line [FIX]tracker: some fix on field view par creator+admin ------------------------------------------------------------------------ r13132 | sylvieg | 2008-06-04 22:37:37 +0200 (mer, 04 jun 2008) | 1 line [FIX]tracker: a div with class wikiplugin_tracker around pretty TRACKER ------------------------------------------------------------------------ r13131 | lphuberdeau | 2008-06-04 22:26:23 +0200 (mer, 04 jun 2008) | 2 lines [FIX] Ensure the object listing order is not important ------------------------------------------------------------------------ r13130 | sylvieg | 2008-06-04 22:00:24 +0200 (mer, 04 jun 2008) | 1 line [FIX]tracker: check edit permission for TRACKER on an existing item ------------------------------------------------------------------------ r13129 | lphuberdeau | 2008-06-04 21:08:11 +0200 (mer, 04 jun 2008) | 2 lines [NEW] Priliminary code for profile management (don't use it yet) ------------------------------------------------------------------------ r13128 | sylvieg | 2008-06-04 19:38:54 +0200 (mer, 04 jun 2008) | 1 line notice ------------------------------------------------------------------------ r13127 | sylvieg | 2008-06-04 19:35:42 +0200 (mer, 04 jun 2008) | 1 line [FIX]tracker: fields TRACKER param: if not specified all the fields are in, if specified but empty no field(convenient to only change the status) ------------------------------------------------------------------------ r13126 | sylvieg | 2008-06-04 19:22:37 +0200 (mer, 04 jun 2008) | 1 line [FIX]traker: fix some html in TRACKER ------------------------------------------------------------------------ r13125 | sylvieg | 2008-06-04 19:06:56 +0200 (mer, 04 jun 2008) | 1 line [FIX]traker: fix some html in TRACKER ------------------------------------------------------------------------ r13124 | sylvieg | 2008-06-04 18:31:38 +0200 (mer, 04 jun 2008) | 1 line [FIX]tracker: mandatory+view=user in input field ------------------------------------------------------------------------ r13123 | ricks99 | 2008-06-04 17:57:45 +0200 (mer, 04 jun 2008) | 1 line [FIX]formatting error in table. ------------------------------------------------------------------------ r13122 | sylvieg | 2008-06-04 17:57:27 +0200 (mer, 04 jun 2008) | 1 line [FIX]tracker: fix date in TRACKER+ major functions use tracker_item_field_input for dates ------------------------------------------------------------------------ r13121 | sylvieg | 2008-06-04 16:48:46 +0200 (mer, 04 jun 2008) | 1 line ------------------------------------------------------------------------ r13120 | nyloth | 2008-06-04 16:39:16 +0200 (mer, 04 jun 2008) | 1 line [FIX] csshover.htc was not a bad idea (to support :hover on all tags in IE), but it slows a lot tikiwiki under IE6. We had to rollback some updates because of this slowdown. This is a known problem from upstream developpers and the proposed solution is not applicable everywhere (using more precise CSS like li.group:hover instead of .group:hover) because it has an impact on all themes even homemade ones. I think it's better to have some :hover not working on old IE versions rather than having tikiwiki very slow for people on IE6 due to this ie-specific javascript file. ------------------------------------------------------------------------ r13119 | sylvieg | 2008-06-04 15:24:36 +0200 (mer, 04 jun 2008) | 1 line [FIX]wiki: create the default Homepage with the wysiwyg defautl ------------------------------------------------------------------------ r13118 | sylvieg | 2008-06-04 15:16:40 +0200 (mer, 04 jun 2008) | 1 line [FIX]tracker: the other value in drop down was not well formatted -> major functions now use tracker_item_field_input for drop-down ------------------------------------------------------------------------ r13117 | sylvieg | 2008-06-04 12:44:09 +0200 (mer, 04 jun 2008) | 1 line [FIX]roolback sept7 modif 12852 that is breaking the template ------------------------------------------------------------------------ r13116 | chibaguy | 2008-06-04 04:19:26 +0200 (mer, 04 jun 2008) | 1 line [ENH] input.wikitext class (appropriate for published page but not backend) replaced with .wikiedit. ------------------------------------------------------------------------ r13113 | sept_7 | 2008-06-04 01:40:09 +0200 (mer, 04 jun 2008) | 2 lines [FIX] TikiTests are PHP5, load them only if PHP >= 5.0.0 ------------------------------------------------------------------------ r13112 | sept_7 | 2008-06-04 01:38:30 +0200 (mer, 04 jun 2008) | 2 lines [FIX] TikiTests are PHP5 only don't try to load then if PHP < 5.0.0 ------------------------------------------------------------------------ r13111 | sylvieg | 2008-06-04 00:51:45 +0200 (mer, 04 jun 2008) | 1 line oops ------------------------------------------------------------------------ r13110 | sylvieg | 2008-06-04 00:08:40 +0200 (mer, 04 jun 2008) | 1 line oops ------------------------------------------------------------------------ r13109 | sylvieg | 2008-06-03 23:57:48 +0200 (mar, 03 jun 2008) | 1 line [FIX]tracker: start and end in tracker->TODO finish to delete the code duplication ------------------------------------------------------------------------ r13108 | sylvieg | 2008-06-03 23:39:37 +0200 (mar, 03 jun 2008) | 1 line [FIX]tracker: default date .now is not ->now ------------------------------------------------------------------------ r13107 | sylvieg | 2008-06-03 22:31:49 +0200 (mar, 03 jun 2008) | 1 line [FIX]TRACKER: new option newstatus that changes the status of an item to this status when the item is saved ------------------------------------------------------------------------ r13106 | sylvieg | 2008-06-03 22:24:10 +0200 (mar, 03 jun 2008) | 1 line db sync ------------------------------------------------------------------------ r13105 | nyloth | 2008-06-03 22:08:22 +0200 (mar, 03 jun 2008) | 20 lines [NEW] wiki: New Fullscreen/Zoom for wiki page edition (that looks like the wysiwyg one) * Technical notes about the 'template zoom' feature: The new 'template zoom' feature has been designed to be used again in other places. It works by passing a template filename (without path and extension) as the 'zoom' URL argument, like this: tiki-editpage.php?page=homepage&wysiwyg=n&zoom=wiki_edit It then uses wiki_edit.tpl instead of the "normal" one. For security reasons, the .php file need to define all templates files that may be used with the 'zoom' feature, this way (here, it has been placed at the beginning of tiki-editpage.php): $zoom_templates = array('wiki_edit'); * This commit also includes those minor enhancements: - New 'Add an image' icon in the quicktags toolbar when filegal_manager feature is enabled, - Wrench icon on the right (instead of text) to administer quicktags in the quicktags toolbar, - no more "Are you sure you want to navigate away from this page?" when clicking on textarea resize icons under IE, - fix some code for better XHTML compliance ------------------------------------------------------------------------ r13104 | sylvieg | 2008-06-03 20:06:14 +0200 (mar, 03 jun 2008) | 1 line db sync ------------------------------------------------------------------------ r13103 | sylvieg | 2008-06-03 19:59:15 +0200 (mar, 03 jun 2008) | 1 line [FIX]trackerprefill: escape the ' ------------------------------------------------------------------------ r13102 | sylvieg | 2008-06-03 19:08:40 +0200 (mar, 03 jun 2008) | 1 line [FIX]tracker: image can be deleted in TRACKER plugin ------------------------------------------------------------------------ r13101 | sept_7 | 2008-06-03 18:37:49 +0200 (mar, 03 jun 2008) | 2 lines [FIX] TikiTests permission are also added to tiki.sql ------------------------------------------------------------------------ r13100 | yonixxx | 2008-06-03 17:06:13 +0200 (mar, 03 jun 2008) | 1 line [MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery ------------------------------------------------------------------------ r13099 | yonixxx | 2008-06-03 17:04:38 +0200 (mar, 03 jun 2008) | 1 line [MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery ------------------------------------------------------------------------ r13098 | yonixxx | 2008-06-03 17:03:31 +0200 (mar, 03 jun 2008) | 1 line [MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery ------------------------------------------------------------------------ r13097 | yonixxx | 2008-06-03 17:02:33 +0200 (mar, 03 jun 2008) | 1 line [MOD] admin can choose to input the Image gallery name or picture name in metatag when viewing image gallery ------------------------------------------------------------------------ r13096 | sylvieg | 2008-06-03 16:19:34 +0200 (mar, 03 jun 2008) | 1 line [FIX]tracker: do not overwrite an attach field if nothing is loaded ------------------------------------------------------------------------ r13095 | sylvieg | 2008-06-03 15:35:02 +0200 (mar, 03 jun 2008) | 1 line [FIX]trackerlist: must show editable apr admin only ------------------------------------------------------------------------ r13092 | lphuberdeau | 2008-06-02 23:17:09 +0200 (lun, 02 jun 2008) | 2 lines [MOD] New permission for page export (no longer need to be admin) ------------------------------------------------------------------------ r13091 | sylvieg | 2008-06-02 22:23:13 +0200 (lun, 02 jun 2008) | 1 line [MOD]TRACKERLIST: additional param view=user to list only the item(s) of a user ------------------------------------------------------------------------ r13090 | sylvieg | 2008-06-02 20:33:54 +0200 (lun, 02 jun 2008) | 1 line [FIX]tracker: import accept Yes/No as value of a checkbox ------------------------------------------------------------------------ r13089 | Jyhem | 2008-06-02 20:30:09 +0200 (lun, 02 jun 2008) | 1 line [ENH] In French, newsletter -> lettre d'informations ------------------------------------------------------------------------ r13088 | sylvieg | 2008-06-02 20:15:39 +0200 (lun, 02 jun 2008) | 1 line [FIX]tracker: accept also Yes/No value for a checkbox ------------------------------------------------------------------------ r13087 | sylvieg | 2008-06-02 20:04:19 +0200 (lun, 02 jun 2008) | 1 line [FIX]tracker: accept also Yes/No value for a checkbox ------------------------------------------------------------------------ r13086 | Jyhem | 2008-06-02 19:48:38 +0200 (lun, 02 jun 2008) | 1 line [ENH] Lots of improvements on newsletters ------------------------------------------------------------------------ r13085 | sylvieg | 2008-06-02 18:06:54 +0200 (lun, 02 jun 2008) | 1 line [FIX]tracker: to be able to use a page as a wiki template in pretty TRACKER/TRACKERLIST: the page must have the perm tiki_p_use_as_template ------------------------------------------------------------------------ r13084 | sylvieg | 2008-06-02 17:59:17 +0200 (lun, 02 jun 2008) | 1 line [FIX]perm: stay in the edit tab if editing ------------------------------------------------------------------------ r13083 | sylvieg | 2008-06-02 16:38:26 +0200 (lun, 02 jun 2008) | 1 line [FIX]tracker: wordcount on textarea displays an error if limit exceeded + displayed at first display ------------------------------------------------------------------------ r13082 | sylvieg | 2008-06-02 15:05:05 +0200 (lun, 02 jun 2008) | 1 line [FIX]perm: display category perm name ------------------------------------------------------------------------ r13081 | pkdille | 2008-06-02 14:01:29 +0200 (lun, 02 jun 2008) | 1 line [MOD] rss module look: include feature name in link and give it the linkmodule class ------------------------------------------------------------------------ r13080 | pkdille | 2008-06-02 13:49:25 +0200 (lun, 02 jun 2008) | 1 line [MOD] module last modif changes: give to "more" css class linkmodule as any other links ------------------------------------------------------------------------ r13079 | rischconsulting | 2008-06-01 23:06:54 +0200 (dim, 01 jun 2008) | 1 line Additional fix for item links - filtervalue was not working for such fields ------------------------------------------------------------------------ r13078 | rischconsulting | 2008-06-01 18:38:12 +0200 (dim, 01 jun 2008) | 3 lines Fixed failure to load item link fields properly in tracker. Two problems: 1. Multi-field links were improperly handled 2. Wrong "default value" variable was addressed ------------------------------------------------------------------------ r13077 | sylvieg | 2008-06-01 13:41:12 +0200 (dim, 01 jun 2008) | 1 line temporary rollback ------------------------------------------------------------------------ r13076 | gillesm | 2008-05-31 17:03:35 +0200 (sam, 31 mai 2008) | 1 line ------------------------------------------------------------------------ r13075 | sylvieg | 2008-05-31 14:32:31 +0200 (sam, 31 mai 2008) | 1 line [FIX]delete tiki_p_assign_my_groups that is obsolete and was not deleted after the 2 run of the script ------------------------------------------------------------------------ r13074 | sylvieg | 2008-05-31 14:18:06 +0200 (sam, 31 mai 2008) | 1 line [MOD]subscribe: a message to tell when you do not have perm ------------------------------------------------------------------------ r13073 | nkoth | 2008-05-31 09:39:41 +0200 (sam, 31 mai 2008) | 1 line [FIX] translate group description in registration screen in group selector ------------------------------------------------------------------------ r13072 | sylvieg | 2008-05-30 23:47:59 +0200 (ven, 30 mai 2008) | 1 line [FIX]tracker: use tracker date if defined for jscalendar field ------------------------------------------------------------------------ r13071 | sylvieg | 2008-05-30 23:26:32 +0200 (ven, 30 mai 2008) | 1 line [FIX]tracker: propagete wordcount on tracker_view and item_view ------------------------------------------------------------------------ r13070 | lphuberdeau | 2008-05-30 23:14:33 +0200 (ven, 30 mai 2008) | 2 lines [MOD] Working image annotation plug-in ------------------------------------------------------------------------ r13069 | pkdille | 2008-05-30 23:02:24 +0200 (ven, 30 mai 2008) | 1 line [LANG] french translations: get_strings + some translations ------------------------------------------------------------------------ r13068 | pkdille | 2008-05-30 22:52:14 +0200 (ven, 30 mai 2008) | 1 line [MOD] typo: delete some line breaks in translated strings ------------------------------------------------------------------------ r13067 | pkdille | 2008-05-30 22:00:51 +0200 (ven, 30 mai 2008) | 1 line typo: change the help code in order to have something readable and translatable. Keep the same help. ------------------------------------------------------------------------ r13066 | sylvieg | 2008-05-30 20:24:27 +0200 (ven, 30 mai 2008) | 1 line some translations ------------------------------------------------------------------------ r13065 | lphuberdeau | 2008-05-30 20:16:09 +0200 (ven, 30 mai 2008) | 2 lines [MOD] Selection improvement ------------------------------------------------------------------------ r13064 | sylvieg | 2008-05-30 19:55:36 +0200 (ven, 30 mai 2008) | 1 line [FIX]perm: fix the description of the perm that was not sync with the perm name+ add everywhere perm name + description name as the documentation uses always perm name ------------------------------------------------------------------------ r13063 | lphuberdeau | 2008-05-30 19:50:28 +0200 (ven, 30 mai 2008) | 2 lines [NEW] Plug-in to annotate images (early implementation, not fully functional) ------------------------------------------------------------------------ r13062 | sylvieg | 2008-05-30 16:44:43 +0200 (ven, 30 mai 2008) | 1 line [FIX]take away ?> to avoid header already sent ------------------------------------------------------------------------ r13061 | sylvieg | 2008-05-30 15:00:00 +0200 (ven, 30 mai 2008) | 1 line [MOD]tracker: new option wiki for pretty TRACKER and TRACKERLIST to get the template in the wiki page ------------------------------------------------------------------------ r13060 | sylvieg | 2008-05-30 12:47:53 +0200 (ven, 30 mai 2008) | 1 line missing merge ------------------------------------------------------------------------ r13057 | sylvieg | 2008-05-30 01:05:15 +0200 (ven, 30 mai 2008) | 1 line [FIX]tracker: as we can edit an existing tracker via view=user on TRACKER -> adjust the perms ------------------------------------------------------------------------ r13056 | sylvieg | 2008-05-30 00:46:18 +0200 (ven, 30 mai 2008) | 1 line [FIX]tracker: avoid to get the left over of another TRACKELIST for a pretty TRACKERLIST ------------------------------------------------------------------------ r13055 | sylvieg | 2008-05-30 00:27:02 +0200 (ven, 30 mai 2008) | 1 line [FIX]tracker: 0 can be a user :-( ------------------------------------------------------------------------ r13054 | sylvieg | 2008-05-29 22:58:52 +0200 (jeu, 29 mai 2008) | 1 line [FIX]tracker: some fix for field visible par admin and creator: field visible in pretty trackerlist + input visible if new item ------------------------------------------------------------------------ r13053 | sylvieg | 2008-05-29 21:59:54 +0200 (jeu, 29 mai 2008) | 1 line [MOD]tracker; import can specify encoding ------------------------------------------------------------------------ r13052 | sylvieg | 2008-05-29 21:57:30 +0200 (jeu, 29 mai 2008) | 1 line [MOD]tracker: display the filename in the input box of an attached field if file already attached ------------------------------------------------------------------------ r13051 | sylvieg | 2008-05-29 20:24:46 +0200 (jeu, 29 mai 2008) | 1 line some default params to have an easier API ------------------------------------------------------------------------ r13050 | sylvieg | 2008-05-29 19:03:07 +0200 (jeu, 29 mai 2008) | 1 line oops ------------------------------------------------------------------------ r13049 | sylvieg | 2008-05-29 18:46:26 +0200 (jeu, 29 mai 2008) | 1 line [FIX]timezone: if the cookie has an invalid value (ex:EDT) assign the default server timezone ------------------------------------------------------------------------ r13048 | sylvieg | 2008-05-29 18:32:52 +0200 (jeu, 29 mai 2008) | 1 line typo: it is not convertTZbyID but convertTZByID ------------------------------------------------------------------------ r13046 | chibaguy | 2008-05-29 09:23:48 +0200 (jeu, 29 mai 2008) | 1 line [MOD] yonixxx's forum metatag option added. ------------------------------------------------------------------------ r13045 | chibaguy | 2008-05-29 09:07:56 +0200 (jeu, 29 mai 2008) | 1 line [ENH] div given id to enable properties from stylesheet. ------------------------------------------------------------------------ r13044 | ang23 | 2008-05-29 09:05:04 +0200 (jeu, 29 mai 2008) | 2 lines fix namespace collision with showhide_headings, and fix for dev.tw.o tracker_itemId 1787 ------------------------------------------------------------------------ r13043 | ang23 | 2008-05-29 08:25:09 +0200 (jeu, 29 mai 2008) | 2 lines small fix to not show "o" at the bottom if not tiki_p_edit ------------------------------------------------------------------------ r13042 | ang23 | 2008-05-29 08:04:19 +0200 (jeu, 29 mai 2008) | 2 lines small fix in module.tpl so that span ids are unique, and tikilib heading naming fix for _ at the beginning of line after replace foir xhtml compliance ------------------------------------------------------------------------ r13041 | sampaioprimo | 2008-05-29 04:00:11 +0200 (jeu, 29 mai 2008) | 2 lines translation ------------------------------------------------------------------------ r13038 | sylvieg | 2008-05-29 00:44:11 +0200 (jeu, 29 mai 2008) | 1 line [FIX]tracker: be able to specify if the import is a utf8 or ISO-8859-1 import ------------------------------------------------------------------------ r13037 | sylvieg | 2008-05-29 00:33:54 +0200 (jeu, 29 mai 2008) | 1 line [FIX]tracker: 0 means also no truncation ------------------------------------------------------------------------ r13036 | sylvieg | 2008-05-28 23:15:31 +0200 (mer, 28 mai 2008) | 1 line [FIX]tracker: fix creation date in pretty trackerlist ------------------------------------------------------------------------ r13035 | ang23 | 2008-05-28 23:14:35 +0200 (mer, 28 mai 2008) | 2 lines fix for utf-8 encoded pagenames for heading w !+ and !- ------------------------------------------------------------------------ r13034 | sylvieg | 2008-05-28 22:24:42 +0200 (mer, 28 mai 2008) | 1 line [FIX]tracker: when csv importing->test there is not 2 times the same header names and if yes, display an error ------------------------------------------------------------------------ r13033 | ang23 | 2008-05-28 22:13:22 +0200 (mer, 28 mai 2008) | 2 lines fix for heading state when using !+ and !- type wiki headings, uses cookie_jar from now on ------------------------------------------------------------------------ r13030 | sylvieg | 2008-05-28 20:31:21 +0200 (mer, 28 mai 2008) | 1 line some ------------------------------------------------------------------------ r13028 | sylvieg | 2008-05-28 20:23:40 +0200 (mer, 28 mai 2008) | 1 line [MOD]tracker: textarea field option to limit/show word count in TRACKER plugin+ quicktags in TRACKER plugin ------------------------------------------------------------------------ r13026 | Jyhem | 2008-05-28 17:50:46 +0200 (mer, 28 mai 2008) | 1 line [FIX] typos ------------------------------------------------------------------------ r13025 | yonixxx | 2008-05-28 17:50:35 +0200 (mer, 28 mai 2008) | 1 line [MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages ------------------------------------------------------------------------ r13024 | yonixxx | 2008-05-28 17:45:59 +0200 (mer, 28 mai 2008) | 1 line [MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages ------------------------------------------------------------------------ r13023 | yonixxx | 2008-05-28 17:43:24 +0200 (mer, 28 mai 2008) | 1 line [MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages ------------------------------------------------------------------------ r13022 | yonixxx | 2008-05-28 17:37:01 +0200 (mer, 28 mai 2008) | 1 line [MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages ------------------------------------------------------------------------ r13021 | yonixxx | 2008-05-28 17:29:56 +0200 (mer, 28 mai 2008) | 1 line [MOD] admin can choose to input the forumname and threadtitle as metatag keyword for forum pages ------------------------------------------------------------------------ r13020 | sylvieg | 2008-05-28 17:18:13 +0200 (mer, 28 mai 2008) | 1 line [FIX]tracker: the owner of an attachment can delete it in tracker plugin ------------------------------------------------------------------------ r13018 | sylvieg | 2008-05-28 16:16:32 +0200 (mer, 28 mai 2008) | 1 line [FIX]tracker: be able to remove attachment in the plugin ------------------------------------------------------------------------ r13017 | sylvieg | 2008-05-28 15:54:50 +0200 (mer, 28 mai 2008) | 1 line [FIX]tracker: fix attachment for new item ------------------------------------------------------------------------ r13016 | sept_7 | 2008-05-28 15:39:00 +0200 (mer, 28 mai 2008) | 2 lines [FIX] better placement of the <base> tag... ------------------------------------------------------------------------ r13015 | sylvieg | 2008-05-28 15:28:30 +0200 (mer, 28 mai 2008) | 1 line [FIX]tracker: missing item assigment ------------------------------------------------------------------------ r13014 | sept_7 | 2008-05-28 15:06:00 +0200 (mer, 28 mai 2008) | 2 lines [FIX] : close the curl session... minor but cleaner ------------------------------------------------------------------------ r13013 | sept_7 | 2008-05-28 14:54:07 +0200 (mer, 28 mai 2008) | 3 lines [ENH] display which extensions are loaded and block the replay if PECL HTTP and cURL are not present ------------------------------------------------------------------------ r13012 | sylvieg | 2008-05-28 14:44:35 +0200 (mer, 28 mai 2008) | 1 line [FIX]stats: seems to be a bug on php4 ------------------------------------------------------------------------ r13011 | sylvieg | 2008-05-28 14:42:02 +0200 (mer, 28 mai 2008) | 1 line [FIX]tests: do not call tikitestslib.php if feature desactivated because creates a php error on php4 server ------------------------------------------------------------------------ r13010 | sept_7 | 2008-05-28 14:41:36 +0200 (mer, 28 mai 2008) | 2 lines [ENH] Warnin if tidy extension is not found ------------------------------------------------------------------------ r13009 | sept_7 | 2008-05-28 14:40:29 +0200 (mer, 28 mai 2008) | 3 lines [ENH] : Autodetect the extension pecl HTTP or Curl, by default use pecl HTPP else use cURL. ------------------------------------------------------------------------ r13006 | sylvieg | 2008-05-28 12:22:39 +0200 (mer, 28 mai 2008) | 1 line [FIX]old search on tracker: to be able as non admin to see more than one item per tracker - thx MrStu ------------------------------------------------------------------------ r13005 | sept_7 | 2008-05-28 10:25:37 +0200 (mer, 28 mai 2008) | 3 lines [FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML validation part 2 ------------------------------------------------------------------------ r13004 | Jyhem | 2008-05-28 10:13:57 +0200 (mer, 28 mai 2008) | 1 line [ENH] IETF-compliant signature separator is actually linebreak-hyphen-hyphen-space-linebreak ------------------------------------------------------------------------ r13003 | nyloth | 2008-05-28 09:49:09 +0200 (mer, 28 mai 2008) | 1 line [FIX] missing closing tag + width 98% hack ------------------------------------------------------------------------ r13001 | chibaguy | 2008-05-28 06:56:51 +0200 (mer, 28 mai 2008) | 1 line [FIX] templates/header.tpl fix made (javascript). ------------------------------------------------------------------------ r13000 | chibaguy | 2008-05-28 06:24:25 +0200 (mer, 28 mai 2008) | 1 line [NEW] Darkroom theme added (light-on-dark *litecss-based theme). ------------------------------------------------------------------------ r12999 | sylvieg | 2008-05-27 22:58:45 +0200 (mar, 27 mai 2008) | 1 line [MOD]tracker: 2 new field types: attachment and preference (limited to password and email now) + initial filter limited to the sort field + can use a template for TRACKER plugin (pretty TRACKER) (as TRACKERLIST plugin) + param view=user for TRACKER to be able to reedit an existing item + gather the template code for field input into tracker_item_field_input to avoid code duplication (use only for now in pretty TRACKER and TRACKER plugin(the old code is still in TRACKER plugin even if not used to reverse quickly in problem ------------------------------------------------------------------------ r12998 | sept_7 | 2008-05-27 19:07:11 +0200 (mar, 27 mai 2008) | 2 lines [FIX] put javascript in <!--//--><![CDATA[//><!-- //--><!]]> for HTML validation ------------------------------------------------------------------------ r12997 | nyloth | 2008-05-27 18:38:54 +0200 (mar, 27 mai 2008) | 1 line [MOD] wiki: textarea of edit page in wiki mode now use the whole table width, as in wysiwyg mode. ------------------------------------------------------------------------ r12994 | sept_7 | 2008-05-27 17:30:36 +0200 (mar, 27 mai 2008) | 3 lines [ENH] TikiTests : If the module tidy PHP if not found use HTMLPurifier to clean the HTML, it is not perfect but better than nothing ------------------------------------------------------------------------ r12993 | nyloth | 2008-05-27 15:58:43 +0200 (mar, 27 mai 2008) | 1 line [FIX] fix wysiwyg/wiki switch link when using ajax ------------------------------------------------------------------------ r12992 | sylvieg | 2008-05-27 15:52:21 +0200 (mar, 27 mai 2008) | 1 line notice ------------------------------------------------------------------------ r12991 | sylvieg | 2008-05-27 15:37:09 +0200 (mar, 27 mai 2008) | 1 line [FIX]sheet: give to opportunity to change the creator of a sheet to an admin ------------------------------------------------------------------------ r12990 | sylvieg | 2008-05-27 14:57:27 +0200 (mar, 27 mai 2008) | 1 line [FIX]wiki: can not edit a userpage that is not mine ------------------------------------------------------------------------ r12989 | sept_7 | 2008-05-27 14:49:46 +0200 (mar, 27 mai 2008) | 4 lines [FIX] : update PEAR::Date to the latest version, correct wrong timezone calculation. We tested it here and it solved our problem with TimeZone... ------------------------------------------------------------------------ r12985 | chibaguy | 2008-05-27 06:40:38 +0200 (mar, 27 mai 2008) | 1 line [ENH] Hidden side-column heading text improved. ------------------------------------------------------------------------ r12984 | chibaguy | 2008-05-27 06:16:53 +0200 (mar, 27 mai 2008) | 1 line [FIX] Page title changed h2 -> h1 for consistency with titles in other sections. ------------------------------------------------------------------------ r12983 | nkoth | 2008-05-27 05:42:20 +0200 (mar, 27 mai 2008) | 1 line [NEW] Provide a way for admin to change the source language string for all languages in use when templates are modified, when dblang is used ------------------------------------------------------------------------ r12977 | chibaguy | 2008-05-27 03:15:26 +0200 (mar, 27 mai 2008) | 1 line [FIX] New line before header.tpl include removed. ------------------------------------------------------------------------ r12976 | nkoth | 2008-05-27 02:07:52 +0200 (mar, 27 mai 2008) | 1 line [FIX] database error, when trying to search dynamic content ------------------------------------------------------------------------ r12975 | nyloth | 2008-05-26 18:51:26 +0200 (lun, 26 mai 2008) | 1 line [SVN] remove wrong _htaccess ------------------------------------------------------------------------ r12974 | nyloth | 2008-05-26 18:46:28 +0200 (lun, 26 mai 2008) | 1 line [SVN] add check-syntax:php5-only info ------------------------------------------------------------------------ r12973 | nyloth | 2008-05-26 18:44:46 +0200 (lun, 26 mai 2008) | 1 line [SVN] add check-syntax:php5-only info ------------------------------------------------------------------------ r12972 | sept_7 | 2008-05-26 18:32:26 +0200 (lun, 26 mai 2008) | 2 lines [FIX] Missing icons used by TikiTests :( ------------------------------------------------------------------------ r12971 | sept_7 | 2008-05-26 18:28:20 +0200 (lun, 26 mai 2008) | 23 lines [FEATURE] Adding the long (too long may be) waited feature TikiTest. This Feature allows to record a set of url and to replay it to comprae the results. You can use Xpath expression to select the part of the page you want to compare. This is the first try, there might be bug hiding in the code ;p This feature requires the tidy extension of php to validate de HTML, I plan to use HTMLPurifier as an option but it will probabily be slower... For the Xpath syntax look a the pages on www.w3c.org : http://www.w3.org/TR/xpath As an exemple : //div[@id='tiki-center'] select all the div from the root node where the attribute 'id' is equal to 'tiki-center' There is a preliminary doc at : http://doc.tikiwiki.org/tiki-index.php?page=TikiTests Nice testtin every body ! ;p ------------------------------------------------------------------------ r12970 | Jyhem | 2008-05-26 17:48:23 +0200 (lun, 26 mai 2008) | 1 line [FIX] Better text ------------------------------------------------------------------------ r12969 | Jyhem | 2008-05-26 15:01:11 +0200 (lun, 26 mai 2008) | 1 line [ENH] Capitalization ------------------------------------------------------------------------ r12968 | sept_7 | 2008-05-26 11:19:28 +0200 (lun, 26 mai 2008) | 2 lines [FIX] HTML validation : no line before <?xml...> ------------------------------------------------------------------------ r12967 | chibaguy | 2008-05-26 09:32:24 +0200 (lun, 26 mai 2008) | 1 line [FIX] Validation errors fixed. ------------------------------------------------------------------------ r12966 | chibaguy | 2008-05-26 04:30:23 +0200 (lun, 26 mai 2008) | 1 line [ENH] "Report to Webmaster" link added; div.credits typo fixed in tikinewt. ------------------------------------------------------------------------ r12965 | chibaguy | 2008-05-26 04:22:25 +0200 (lun, 26 mai 2008) | 1 line [ENH] Site header login added. ------------------------------------------------------------------------ r12964 | chibaguy | 2008-05-26 03:53:26 +0200 (lun, 26 mai 2008) | 1 line [FIX] Hidden left-column heading class fixed. ------------------------------------------------------------------------ r12963 | chibaguy | 2008-05-25 09:59:19 +0200 (dim, 25 mai 2008) | 1 line [FIX] .clearfix added to #page-bar so .button2 spans are contained. ------------------------------------------------------------------------ r12961 | pkdille | 2008-05-24 17:36:05 +0200 (sam, 24 mai 2008) | 1 line [FIX] xhtml: some xhtml cleaning in admin grids ------------------------------------------------------------------------ r12960 | pkdille | 2008-05-24 07:40:09 +0200 (sam, 24 mai 2008) | 1 line [MOD] some other code unduplication ------------------------------------------------------------------------ r12959 | pkdille | 2008-05-24 00:09:43 +0200 (sam, 24 mai 2008) | 1 line [MOD] edit quiz results: unduplicate code + replace some links with icons ------------------------------------------------------------------------ r12958 | pkdille | 2008-05-23 23:59:32 +0200 (ven, 23 mai 2008) | 1 line [MOD] + [FIX] edit quiz questions: unduplicate code + fix some xhtml errors in order to have xhtml clean code ------------------------------------------------------------------------ r12957 | pkdille | 2008-05-23 23:44:34 +0200 (ven, 23 mai 2008) | 1 line [MOD] + [FIX] quiz edit question option: unduplicate code + fix some xhtml errors in order to have xhtml clean code ------------------------------------------------------------------------ r12956 | pkdille | 2008-05-23 23:36:21 +0200 (ven, 23 mai 2008) | 1 line [MOD] + [FIX] quiz stats: unduplicate code + fix some xhtml errors in order to have xhtml clean code ------------------------------------------------------------------------ r12955 | pkdille | 2008-05-23 23:12:45 +0200 (ven, 23 mai 2008) | 1 line [MOD] + [FIX] edit quiz: unduplicate code + fix some xhtml errors in order to have xhtml clean code ------------------------------------------------------------------------ r12954 | pkdille | 2008-05-23 22:29:18 +0200 (ven, 23 mai 2008) | 3 lines [MOD] quiz: change some textual action links in icon links in order to have the same look&feel as anywhere else in tiki ------------------------------------------------------------------------ r12953 | pkdille | 2008-05-23 21:28:49 +0200 (ven, 23 mai 2008) | 1 line [MOD] faqs & surveys: homogenize edit and question icons ------------------------------------------------------------------------ r12952 | nkoth | 2008-05-23 18:50:18 +0200 (ven, 23 mai 2008) | 1 line [FIX] groups were not returning when getting user information by userId instead of by loginname ------------------------------------------------------------------------ r12951 | sylvieg | 2008-05-23 14:31:04 +0200 (ven, 23 mai 2008) | 1 line change wording ------------------------------------------------------------------------ r12950 | chibaguy | 2008-05-23 09:21:52 +0200 (ven, 23 mai 2008) | 1 line [MOD] #page-bar changes in templates/tiki-read_article.tpl added. ------------------------------------------------------------------------ r12942 | sylvieg | 2008-05-22 19:52:37 +0200 (jeu, 22 mai 2008) | 1 line icon ------------------------------------------------------------------------ r12941 | sylvieg | 2008-05-22 18:37:18 +0200 (jeu, 22 mai 2008) | 1 line [FIX]tracker: extract the attachment tpl+fix which fields are displayed ------------------------------------------------------------------------ r12939 | sylvieg | 2008-05-22 18:05:51 +0200 (jeu, 22 mai 2008) | 1 line SVN ------------------------------------------------------------------------ r12938 | sylvieg | 2008-05-22 17:58:32 +0200 (jeu, 22 mai 2008) | 1 line notice ------------------------------------------------------------------------ r12937 | sylvieg | 2008-05-22 17:07:45 +0200 (jeu, 22 mai 2008) | 1 line [FIX]tracker: fix link on items list ------------------------------------------------------------------------ r12936 | sylvieg | 2008-05-22 15:47:53 +0200 (jeu, 22 mai 2008) | 1 line [FIX]get_files with an array of galleries ------------------------------------------------------------------------ r12935 | sylvieg | 2008-05-22 15:27:58 +0200 (jeu, 22 mai 2008) | 1 line [FIX]missing feature check ------------------------------------------------------------------------ r12934 | sylvieg | 2008-05-22 15:00:25 +0200 (jeu, 22 mai 2008) | 1 line typo ------------------------------------------------------------------------ r12933 | sylvieg | 2008-05-22 14:59:37 +0200 (jeu, 22 mai 2008) | 1 line sync ------------------------------------------------------------------------ r12932 | sylvieg | 2008-05-22 14:55:18 +0200 (jeu, 22 mai 2008) | 1 line [MOD]actionlog: new perm to see action log of users of all your groups ------------------------------------------------------------------------ r12931 | pkdille | 2008-05-22 14:54:03 +0200 (jeu, 22 mai 2008) | 1 line [MOD] search results: move results count below find textfield for ergonomic reasons ------------------------------------------------------------------------ r12930 | chibaguy | 2008-05-22 10:04:36 +0200 (jeu, 22 mai 2008) | 1 line [FIX] Redundacies with admin.css and calendar.css removed, odd/even properties, error page styling added, etc. ------------------------------------------------------------------------ r12928 | chibaguy | 2008-05-22 08:35:40 +0200 (jeu, 22 mai 2008) | 1 line [ENH] More intuitive feature initials in action calendar. ------------------------------------------------------------------------ r12927 | chibaguy | 2008-05-22 03:40:36 +0200 (jeu, 22 mai 2008) | 1 line [FIX] Proprietary properties removed and IE hack changed for validation; property and value short forms used where possible. ------------------------------------------------------------------------ r12926 | sylvieg | 2008-05-22 00:41:46 +0200 (jeu, 22 mai 2008) | 1 line [FIX]tracker: no div if only one element in item lists ------------------------------------------------------------------------ r12925 | sylvieg | 2008-05-22 00:36:07 +0200 (jeu, 22 mai 2008) | 1 line [FIX]tracker: an additonal div ------------------------------------------------------------------------ r12924 | sylvieg | 2008-05-21 23:22:14 +0200 (mer, 21 mai 2008) | 1 line [MOD]tracker: import also date with dd/mm/yyyy format ------------------------------------------------------------------------ r12923 | sylvieg | 2008-05-21 23:10:51 +0200 (mer, 21 mai 2008) | 1 line [FIX]trackerlist: strip not to have a space before each field when using a tpl ------------------------------------------------------------------------ r12922 | sylvieg | 2008-05-21 23:00:28 +0200 (mer, 21 mai 2008) | 1 line [FIX]tracker: export only rating value and image filename ------------------------------------------------------------------------ r12921 | etuate | 2008-05-21 22:53:32 +0200 (mer, 21 mai 2008) | 1 line [MODIFY] interface for maps now use only two zoom in and out icon as well as drop down meny using 3 options ------------------------------------------------------------------------ r12920 | sylvieg | 2008-05-21 22:13:16 +0200 (mer, 21 mai 2008) | 1 line [FIX]tracker: importing with the default status ------------------------------------------------------------------------ r12919 | sylvieg | 2008-05-21 18:27:38 +0200 (mer, 21 mai 2008) | 1 line a little more ------------------------------------------------------------------------ r12918 | sylvieg | 2008-05-21 18:19:09 +0200 (mer, 21 mai 2008) | 1 line [FIX]it is not a global ------------------------------------------------------------------------ r12917 | sylvieg | 2008-05-21 16:48:48 +0200 (mer, 21 mai 2008) | 1 line [FIX]tempaltes: only the ones not existing in root ------------------------------------------------------------------------ r12916 | sylvieg | 2008-05-21 16:33:26 +0200 (mer, 21 mai 2008) | 1 line [FIX]templates: add the templates/styles/my_style/ files too as a style can add additional tpl ------------------------------------------------------------------------ r12915 | sylvieg | 2008-05-21 15:57:22 +0200 (mer, 21 mai 2008) | 1 line oops ------------------------------------------------------------------------ r12914 | sylvieg | 2008-05-21 15:52:18 +0200 (mer, 21 mai 2008) | 1 line [FIX]wiki: simple print of a page must be done in the structure if the page is shown in the structure ------------------------------------------------------------------------ r12913 | sylvieg | 2008-05-21 15:04:43 +0200 (mer, 21 mai 2008) | 1 line [FIX]webhelp: wrong feature name ------------------------------------------------------------------------ r12912 | sylvieg | 2008-05-21 14:45:56 +0200 (mer, 21 mai 2008) | 1 line [FIX]no banner when printing ------------------------------------------------------------------------ r12911 | chibaguy | 2008-05-21 08:22:09 +0200 (mer, 21 mai 2008) | 1 line [ENH] Amette's list class added for cloudy freetag module. ------------------------------------------------------------------------ r12908 | chibaguy | 2008-05-21 08:05:53 +0200 (mer, 21 mai 2008) | 1 line [FIX] More logical for (hidden) side-column headings to be inside col divs. ------------------------------------------------------------------------ r12907 | etuate | 2008-05-21 00:10:31 +0200 (mer, 21 mai 2008) | 1 line [UPDATE] SQL files updated when midfying tiki-map.phtml to tiki-map.php for updates made on tiki.sql adn tiki1.9to1.10_sql ------------------------------------------------------------------------ r12906 | pkdille | 2008-05-20 22:14:26 +0200 (mar, 20 mai 2008) | 1 line [MOD] forums: search in forums needs feature_search activated. Disabling the search field from the forum grids if feature_search is not active and give the information in admin panel. ------------------------------------------------------------------------ r12905 | sylvieg | 2008-05-20 22:14:08 +0200 (mar, 20 mai 2008) | 1 line notice ------------------------------------------------------------------------ r12904 | sylvieg | 2008-05-20 22:09:21 +0200 (mar, 20 mai 2008) | 1 line [MOD]articles: to be able to call the module in tpl ------------------------------------------------------------------------ r12903 | sylvieg | 2008-05-20 22:05:12 +0200 (mar, 20 mai 2008) | 1 line notice ------------------------------------------------------------------------ r12902 | nkoth | 2008-05-20 21:40:52 +0200 (mar, 20 mai 2008) | 1 line [FIX] tighten up filtering ------------------------------------------------------------------------ r12901 | sylvieg | 2008-05-20 19:35:20 +0200 (mar, 20 mai 2008) | 1 line [FIX]tracker: to be able to unassign a category ------------------------------------------------------------------------ r12900 | sylvieg | 2008-05-20 16:59:12 +0200 (mar, 20 mai 2008) | 1 line [MOD]tracker: give at least one way to add formatted date in import ------------------------------------------------------------------------ r12899 | sylvieg | 2008-05-20 15:11:44 +0200 (mar, 20 mai 2008) | 1 line [FIX]article: show_comzone is used to shoe comments ------------------------------------------------------------------------ r12898 | nyloth | 2008-05-20 10:19:11 +0200 (mar, 20 mai 2008) | 1 line [NEW] css: Allow to have an ie6.css file for the theme's specific hacks for IE 6 (if found in styles/your_theme/) ------------------------------------------------------------------------ r12897 | chibaguy | 2008-05-20 08:50:33 +0200 (mar, 20 mai 2008) | 1 line [FIX] Extra /div tag removed (was causing staggered columns in *litecss themes). ------------------------------------------------------------------------ r12896 | pkdille | 2008-05-19 22:56:07 +0200 (lun, 19 mai 2008) | 1 line [MOD] user registration: typo. No idea why there's an html break in this sentence. If sentence is to long, this should be fixed with css rules on the container. ------------------------------------------------------------------------ r12895 | ricks99 | 2008-05-19 19:37:13 +0200 (lun, 19 mai 2008) | 1 line fix line breaks for unix ------------------------------------------------------------------------ r12894 | ricks99 | 2008-05-19 19:29:54 +0200 (lun, 19 mai 2008) | 1 line [MOD]allow multi-select when choosing pages to print ------------------------------------------------------------------------ r12893 | sept_7 | 2008-05-19 18:41:28 +0200 (lun, 19 mai 2008) | 3 lines [FIX] : HTML Validation... Please when changing begining tag change also ending tag :( <td> -> <th> change also </td> -> </th> ! :((( ------------------------------------------------------------------------ r12892 | sylvieg | 2008-05-19 16:52:09 +0200 (lun, 19 mai 2008) | 1 line [FIX] missing th ------------------------------------------------------------------------ r12891 | nyloth | 2008-05-19 16:29:01 +0200 (lun, 19 mai 2008) | 1 line [NEW] comments: new 'Allow to post comments as Anonymous' feature that will display an 'Post as Anonymous' button. This is to allow anonymous posts for a group of users that have rights to post comments (but real anonymous users don't have rights to post). ------------------------------------------------------------------------ r12890 | nyloth | 2008-05-19 16:22:19 +0200 (lun, 19 mai 2008) | 1 line [FIX] wiki: fix check on user when creating a wiki page ------------------------------------------------------------------------ r12886 | chibaguy | 2008-05-19 07:14:13 +0200 (lun, 19 mai 2008) | 1 line Another test. ------------------------------------------------------------------------ r12885 | chibaguy | 2008-05-19 07:06:20 +0200 (lun, 19 mai 2008) | 1 line Another test. ------------------------------------------------------------------------ r12884 | chibaguy | 2008-05-19 07:03:12 +0200 (lun, 19 mai 2008) | 1 line Another test. ------------------------------------------------------------------------ r12883 | chibaguy | 2008-05-19 07:01:17 +0200 (lun, 19 mai 2008) | 1 line Another test. ------------------------------------------------------------------------ r12882 | chibaguy | 2008-05-19 06:42:30 +0200 (lun, 19 mai 2008) | 1 line Testing keyword expansion. ------------------------------------------------------------------------ r12881 | pkdille | 2008-05-19 06:28:22 +0200 (lun, 19 mai 2008) | 1 line [FIX] mail notifications: fix the update mail address function. Add the username in the request in case where 2 users have the same mail address (eg: an admin who also has an account). ------------------------------------------------------------------------ r12880 | chibaguy | 2008-05-19 06:27:15 +0200 (lun, 19 mai 2008) | 1 line Testing enable-auto-props = yes ------------------------------------------------------------------------ r12879 | pkdille | 2008-05-19 06:15:55 +0200 (lun, 19 mai 2008) | 1 line [FIX]+[MOD] Email notifications: fix the "use admin email" link. Now it puts not only the email address in the mail field but also the admin string in the user field ------------------------------------------------------------------------ r12876 | etuate | 2008-05-19 01:25:50 +0200 (lun, 19 mai 2008) | 1 line [UPDATE] sorry guys forgot to remove debug from tiki-map.tpl ------------------------------------------------------------------------ r12875 | etuate | 2008-05-19 00:10:19 +0200 (lun, 19 mai 2008) | 1 line [UPDATE] modified sql files when changing tiki-map.phtml to tiki-map.php ------------------------------------------------------------------------ r12874 | etuate | 2008-05-19 00:09:31 +0200 (lun, 19 mai 2008) | 1 line [UPDATE] modified php files when changing tiki-map.phtml to tiki-map.php ------------------------------------------------------------------------ r12873 | etuate | 2008-05-19 00:08:16 +0200 (lun, 19 mai 2008) | 1 line [DELETE] remove tiki-map.phtml ------------------------------------------------------------------------ r12872 | etuate | 2008-05-19 00:04:06 +0200 (lun, 19 mai 2008) | 1 line [UPDATE] modified template files when changing tiki-map.phtml to tiki-map.php ------------------------------------------------------------------------ r12871 | etuate | 2008-05-19 00:01:58 +0200 (lun, 19 mai 2008) | 1 line [UPDATE] changing tiki-map.phtml to tiki-map.php ------------------------------------------------------------------------ r12870 | leyan | 2008-05-18 21:14:38 +0200 (dim, 18 mai 2008) | 1 line [MOD]Friendship Network feature. Modified tiki-user_information.php so that : if user watched already sent a friendship request to you, you can either accept or refuse the friendship, if you already sent a friendship request to the user watched, you can cancel the friendship request. Those actions are also available on tiki-friends.php ------------------------------------------------------------------------ r12867 | pkdille | 2008-05-18 16:30:55 +0200 (dim, 18 mai 2008) | 1 line [FIX] add watches (bugs and wish list item #1719): if a user tries to add a watch without having an email address associated with his account, he will have an error message ------------------------------------------------------------------------ r12866 | pkdille | 2008-05-18 15:07:29 +0200 (dim, 18 mai 2008) | 1 line [MOD] typo ------------------------------------------------------------------------ r12865 | pkdille | 2008-05-18 08:13:20 +0200 (dim, 18 mai 2008) | 1 line [FIX] user watches: xhtml validation ------------------------------------------------------------------------ r12864 | pkdille | 2008-05-18 07:36:07 +0200 (dim, 18 mai 2008) | 1 line [MOD] admin users: change the assign group icon. It seems more logical that this icon is not the key which should be dedicated to perms management actions ------------------------------------------------------------------------ r12863 | sylvieg | 2008-05-16 23:18:21 +0200 (ven, 16 mai 2008) | 1 line [FIX]wiki: redirect also cell edit of the split plugin on tiki-editpage to ahve the goodies ------------------------------------------------------------------------ r12862 | luciash | 2008-05-16 22:41:02 +0200 (ven, 16 mai 2008) | 1 line [FIX] admin UI revamp: tables needed nomore, consistency, simplification ------------------------------------------------------------------------ r12861 | sylvieg | 2008-05-16 22:20:27 +0200 (ven, 16 mai 2008) | 1 line [FIX]wiki section: section edit now uses tiki-editpage to have all the goodies ------------------------------------------------------------------------ r12860 | sylvieg | 2008-05-16 21:24:42 +0200 (ven, 16 mai 2008) | 1 line [FIX]wiki: duplicate the rollback button to see that the roolback is not done yet ------------------------------------------------------------------------ r12859 | sylvieg | 2008-05-16 19:53:12 +0200 (ven, 16 mai 2008) | 1 line missing tiki_p_edit_categories ------------------------------------------------------------------------ r12858 | sylvieg | 2008-05-16 19:07:05 +0200 (ven, 16 mai 2008) | 2 lines [MOD]wiki: first prototype on edit section per header: TODO->works if header is ~np~/CODE + class to identify the section + add the image upload + notification + translation + add all the gadgets warning... ------------------------------------------------------------------------ r12857 | sept_7 | 2008-05-16 18:17:35 +0200 (ven, 16 mai 2008) | 2 lines [FIX] : HTML validation ------------------------------------------------------------------------ r12856 | sept_7 | 2008-05-16 18:07:11 +0200 (ven, 16 mai 2008) | 2 lines [FIX] : HTML validation ------------------------------------------------------------------------ r12853 | sept_7 | 2008-05-16 16:09:20 +0200 (ven, 16 mai 2008) | 5 lines [FIX] wiki: avoid action buttons to overlap wiki text when a wiki page contains floating elements (for example, when aligning a table to left using the wysiwyg editor) ------------------------------------------------------------------------ r12852 | sept_7 | 2008-05-16 15:47:35 +0200 (ven, 16 mai 2008) | 2 lines [FIX] : html validation ------------------------------------------------------------------------ r12851 | luciash | 2008-05-16 15:18:11 +0200 (ven, 16 mai 2008) | 1 line [FIX] admin UI revamp: removed duplicate headers, better names for tabs titles, reshuffled a bit ------------------------------------------------------------------------ r12850 | ricks99 | 2008-05-16 14:58:54 +0200 (ven, 16 mai 2008) | 1 line [FIX]Only show history options if user has permission ------------------------------------------------------------------------ r12849 | nyloth | 2008-05-16 14:54:34 +0200 (ven, 16 mai 2008) | 1 line [FIX] rollback commit 12847 since it causes problems with litecss themes ------------------------------------------------------------------------ r12848 | nyloth | 2008-05-16 14:51:15 +0200 (ven, 16 mai 2008) | 1 line [FIX] remove useless code ------------------------------------------------------------------------ r12847 | nyloth | 2008-05-16 14:41:25 +0200 (ven, 16 mai 2008) | 1 line [FIX] wiki: avoid action buttons to overlap wiki text when a wiki page contains floating elements (for example, when aligning a table to left using the wysiwyg editor) ------------------------------------------------------------------------ r12846 | luciash | 2008-05-16 14:09:54 +0200 (ven, 16 mai 2008) | 1 line [FIX] missing closing tags ------------------------------------------------------------------------ r12845 | nyloth | 2008-05-16 13:45:59 +0200 (ven, 16 mai 2008) | 1 line [FIX] calendar: explicitely specify icons width and height when they are not 16x16 + vertical alignement of cells content in the event creation form ------------------------------------------------------------------------ r12844 | nyloth | 2008-05-16 13:43:56 +0200 (ven, 16 mai 2008) | 1 line [FIX] fix an icon id ------------------------------------------------------------------------ r12843 | sept_7 | 2008-05-16 12:04:36 +0200 (ven, 16 mai 2008) | 2 lines [FIX] : positionning of the save button and correction for HTML validation ------------------------------------------------------------------------ r12842 | chibaguy | 2008-05-16 08:53:38 +0200 (ven, 16 mai 2008) | 1 line Testing SVN keyword. ------------------------------------------------------------------------ r12841 | etuate | 2008-05-16 06:38:21 +0200 (ven, 16 mai 2008) | 1 line [FIX] fixing ajax and javascript for map zoom ------------------------------------------------------------------------ r12840 | etuate | 2008-05-16 05:22:01 +0200 (ven, 16 mai 2008) | 1 line [UPDATE] tiki-map.phtml to tiki-maps.php in Maps and View Maps for table tiki_menu_options ------------------------------------------------------------------------ r12836 | sylvieg | 2008-05-15 22:04:13 +0200 (jeu, 15 mai 2008) | 1 line dos2unix ------------------------------------------------------------------------ r12835 | sylvieg | 2008-05-15 21:55:13 +0200 (jeu, 15 mai 2008) | 1 line [MOD]tracker: tracker plugin can be used how many times you want on the same user tracker - allow to modif an item or to fill step by step a tracker ------------------------------------------------------------------------ r12830 | sylvieg | 2008-05-15 18:53:45 +0200 (jeu, 15 mai 2008) | 1 line notice ------------------------------------------------------------------------ r12829 | sylvieg | 2008-05-15 18:43:55 +0200 (jeu, 15 mai 2008) | 1 line [MOD]tracker: split list_items into list_items and get_item_fields for reuse + some notif ------------------------------------------------------------------------ r12828 | ricks99 | 2008-05-15 17:28:41 +0200 (jeu, 15 mai 2008) | 1 line [UI]Added icons to improve visibility of "staging" notifications. ------------------------------------------------------------------------ r12827 | Jyhem | 2008-05-15 17:20:56 +0200 (jeu, 15 mai 2008) | 1 line [FIX] Let's just accept that this country has two names for now ------------------------------------------------------------------------ r12826 | ricks99 | 2008-05-15 17:19:30 +0200 (jeu, 15 mai 2008) | 1 line [UI]Use consistent formatting for notes, addd information icons ------------------------------------------------------------------------ r12825 | Jyhem | 2008-05-15 17:03:29 +0200 (jeu, 15 mai 2008) | 1 line [ENH] Clean up code handling country names in trackers. Notably, translate real english country names in language files. Also, new option in tracker item for better control of sort order ------------------------------------------------------------------------ r12824 | ricks99 | 2008-05-15 16:19:29 +0200 (jeu, 15 mai 2008) | 1 line [UI]Fix ultra-wide tables, use standard icons, ------------------------------------------------------------------------ r12823 | chibaguy | 2008-05-15 06:15:24 +0200 (jeu, 15 mai 2008) | 1 line site title changed from h1 to div; shadowbox loading image replaced (cow -> spinner) ------------------------------------------------------------------------ r12822 | chibaguy | 2008-05-15 06:03:15 +0200 (jeu, 15 mai 2008) | 1 line Support for topbar custom code feature added (page-wide div just below horizontal menu). ------------------------------------------------------------------------ r12821 | chibaguy | 2008-05-15 06:02:22 +0200 (jeu, 15 mai 2008) | 1 line Support for topbar custom code feature added (page-wide div just below horizontal menu). ------------------------------------------------------------------------ r12820 | chibaguy | 2008-05-15 04:15:18 +0200 (jeu, 15 mai 2008) | 1 line [FIX] box-title class missing from second instance of h3 tag, caused detached flip icon when used with wikiplugin_module. (Thanks to Zorp for reporting.) ------------------------------------------------------------------------ r12819 | etuate | 2008-05-15 02:47:12 +0200 (jeu, 15 mai 2008) | 1 line [FIX] prefs in maps admin ------------------------------------------------------------------------ r12818 | sylvieg | 2008-05-14 17:53:21 +0200 (mer, 14 mai 2008) | 1 line [FIX]tracker: import do not support anymore only status,itemId,categs, otherfields format ------------------------------------------------------------------------ r12817 | sylvieg | 2008-05-14 17:38:47 +0200 (mer, 14 mai 2008) | 1 line [FIX]tracker: no comma if not begins with itemId ------------------------------------------------------------------------ r12816 | nkoth | 2008-05-13 19:26:53 +0200 (mar, 13 mai 2008) | 1 line [FIX] Please review -> thumbnails not showing when size of existing thumbnail image is wrong, show_images.php causes MySQL error due to repeated key on attempted insert. Also, prevent endless recursion. ------------------------------------------------------------------------ r12815 | sylvieg | 2008-05-13 19:15:09 +0200 (mar, 13 mai 2008) | 1 line [MOD] simplify as the perm as been propagated ------------------------------------------------------------------------ r12814 | sylvieg | 2008-05-13 19:11:24 +0200 (mar, 13 mai 2008) | 1 line [MOD] simplify as the perm as been propagated ------------------------------------------------------------------------ r12813 | sylvieg | 2008-05-13 17:10:50 +0200 (mar, 13 mai 2008) | 1 line [MOD]comment: option to jhave the comment box open by default ------------------------------------------------------------------------ r12810 | ricks99 | 2008-05-13 03:40:55 +0200 (mar, 13 mai 2008) | 1 line [UI]Added icon to error. Added link to create category, if permission. ------------------------------------------------------------------------ r12809 | sylvieg | 2008-05-12 23:43:43 +0200 (lun, 12 mai 2008) | 1 line [FIX]tracker: give the abaility to pretty trackerlist display to have popup too ------------------------------------------------------------------------ r12808 | sylvieg | 2008-05-12 23:43:00 +0200 (lun, 12 mai 2008) | 1 line [MOD]smarty: to have the assign function but with a var name {set var= value=} ------------------------------------------------------------------------ r12807 | xavidp | 2008-05-12 21:10:49 +0200 (lun, 12 mai 2008) | 1 line [FIX]typo ------------------------------------------------------------------------ r12806 | xavidp | 2008-05-12 21:08:46 +0200 (lun, 12 mai 2008) | 1 line [FIX]typo ------------------------------------------------------------------------ r12805 | ricks99 | 2008-05-12 20:56:50 +0200 (lun, 12 mai 2008) | 1 line [FIX]removed echo that was for testing only ------------------------------------------------------------------------ r12804 | xavidp | 2008-05-12 20:47:51 +0200 (lun, 12 mai 2008) | 1 line [FIX] changed some labels which generated confusion to many new tiki admins relted to Tiki cache and Wiki cache ------------------------------------------------------------------------ r12803 | ricks99 | 2008-05-12 19:33:10 +0200 (lun, 12 mai 2008) | 1 line [UI]when using tracker plugin with antibot and showmandatory, the anitbot field should be identified as mandatory. also add error icon when form is missing mandatory fields. ------------------------------------------------------------------------ r12802 | sylvieg | 2008-05-12 13:06:16 +0200 (lun, 12 mai 2008) | 1 line [MOD] add a confirm step on reset button + revert h3 (it is either h3, either box-title ------------------------------------------------------------------------ r12801 | sylvieg | 2008-05-10 01:01:18 +0200 (sam, 10 mai 2008) | 1 line [MOD] uncomment the line to be able to test object categ in smarty ------------------------------------------------------------------------ r12800 | sampaioprimo | 2008-05-10 00:58:57 +0200 (sam, 10 mai 2008) | 2 lines [FIX] $movie in wikiplugin_youtube.php now accept option www. ------------------------------------------------------------------------ r12799 | sylvieg | 2008-05-10 00:56:05 +0200 (sam, 10 mai 2008) | 1 line [MOD]categ: categ setup to collect categs on every object to be use in smarty like {if isset() and in_array(54, )} My stuff ..{/if} - STILL have to do the include in tiki-setup - UNTIL duplication code is solved ------------------------------------------------------------------------ r12798 | sylvieg | 2008-05-10 00:50:25 +0200 (sam, 10 mai 2008) | 1 line [FIX]menu: always put a link on a menu option even if page does not exist ------------------------------------------------------------------------ r12797 | sylvieg | 2008-05-10 00:47:22 +0200 (sam, 10 mai 2008) | 1 line [FIX] move section setting before setup ------------------------------------------------------------------------ r12796 | sylvieg | 2008-05-10 00:09:49 +0200 (sam, 10 mai 2008) | 1 line [FIX]section: move section setting before setup ------------------------------------------------------------------------ r12795 | sylvieg | 2008-05-10 00:09:08 +0200 (sam, 10 mai 2008) | 1 line [FIX]section: move section setting before setup ------------------------------------------------------------------------ r12794 | sylvieg | 2008-05-10 00:07:24 +0200 (sam, 10 mai 2008) | 1 line [FIX]poll: missing section ------------------------------------------------------------------------ r12793 | sylvieg | 2008-05-10 00:01:51 +0200 (sam, 10 mai 2008) | 1 line [FIX]section: move section setting before setup ------------------------------------------------------------------------ r12792 | sylvieg | 2008-05-09 23:41:00 +0200 (ven, 09 mai 2008) | 1 line typo ------------------------------------------------------------------------ r12791 | sylvieg | 2008-05-09 21:29:42 +0200 (ven, 09 mai 2008) | 1 line [FIX]menu: fix the menu section0,section0, option,option when on the first section ------------------------------------------------------------------------ r12790 | sylvieg | 2008-05-09 16:17:54 +0200 (ven, 09 mai 2008) | 1 line [MOD]look: background class ------------------------------------------------------------------------ r12789 | chibaguy | 2008-05-09 07:38:52 +0200 (ven, 09 mai 2008) | 1 line To support :hover in IE6 (called from css/ie6.css). See http://www.xs4all.nl/~peterned/csshover.html. License: LGPL. ------------------------------------------------------------------------ r12788 | chibaguy | 2008-05-09 07:36:47 +0200 (ven, 09 mai 2008) | 1 line IE6 cssmenu.css tags and body selector url to csshover.htc added. ------------------------------------------------------------------------ r12787 | chibaguy | 2008-05-09 07:34:38 +0200 (ven, 09 mai 2008) | 1 line IE6 conditional comment (which works only in HTML, not CSS) removed. ------------------------------------------------------------------------ r12786 | chibaguy | 2008-05-09 07:23:16 +0200 (ven, 09 mai 2008) | 1 line Removed .header height. Height has to vary according to content, to prevent overlaps, etc. ------------------------------------------------------------------------ r12784 | sylvieg | 2008-05-08 23:09:48 +0200 (jeu, 08 mai 2008) | 1 line userlink ------------------------------------------------------------------------ r12783 | sylvieg | 2008-05-08 23:08:37 +0200 (jeu, 08 mai 2008) | 1 line userlink ------------------------------------------------------------------------ r12782 | sylvieg | 2008-05-08 22:57:02 +0200 (jeu, 08 mai 2008) | 1 line missing userlink ------------------------------------------------------------------------ r12776 | sylvieg | 2008-05-08 16:00:46 +0200 (jeu, 08 mai 2008) | 1 line [FIX]look: need an eval ------------------------------------------------------------------------ r12775 | sylvieg | 2008-05-08 14:59:14 +0200 (jeu, 08 mai 2008) | 1 line [FIX]newsletter: desactive the protect email not to have the protectemail call in the newsletter ------------------------------------------------------------------------ r12774 | xavidp | 2008-05-08 12:39:38 +0200 (jeu, 08 mai 2008) | 1 line [ENH] some small fixes that I just saw, for consistency in sitewide translation ------------------------------------------------------------------------ r12773 | chibaguy | 2008-05-08 09:58:11 +0200 (jeu, 08 mai 2008) | 1 line Module list margin adjustment, placement of siteheader login form. ------------------------------------------------------------------------ r12772 | chibaguy | 2008-05-08 09:55:38 +0200 (jeu, 08 mai 2008) | 1 line Module list margin adjustment, placement of siteheader login form. ------------------------------------------------------------------------ r12771 | xavidp | 2008-05-08 09:31:54 +0200 (jeu, 08 mai 2008) | 1 line [ENH] Some more strings translated ------------------------------------------------------------------------ r12770 | chibaguy | 2008-05-08 09:31:27 +0200 (jeu, 08 mai 2008) | 1 line Commented out the /div tag added previously to fix column display in *litecss themes -- started causing problem instead of fixing. ------------------------------------------------------------------------ r12769 | chibaguy | 2008-05-08 08:37:00 +0200 (jeu, 08 mai 2008) | 1 line .clearfix added to #tiki-center to contain page-bar buttons. ------------------------------------------------------------------------ r12768 | chibaguy | 2008-05-08 08:36:38 +0200 (jeu, 08 mai 2008) | 1 line .clearfix added to #tiki-center to contain page-bar buttons. ------------------------------------------------------------------------ r12767 | sylvieg | 2008-05-07 18:52:20 +0200 (mer, 07 mai 2008) | 1 line [FIX]login: after a validation step, relaod a page to run the setup and have the proper perm/prefs set for the user ------------------------------------------------------------------------ r12766 | sylvieg | 2008-05-07 15:30:26 +0200 (mer, 07 mai 2008) | 1 line [FIX]translation: allow translation of object other than wiki page ------------------------------------------------------------------------ r12765 | sylvieg | 2008-05-06 22:03:06 +0200 (mar, 06 mai 2008) | 1 line [FIX]freetag: do not display the browse in if only one feature ------------------------------------------------------------------------ r12764 | pkdille | 2008-05-06 21:56:47 +0200 (mar, 06 mai 2008) | 1 line [FIX] admin forums: xhtml ------------------------------------------------------------------------ r12763 | pkdille | 2008-05-06 21:37:22 +0200 (mar, 06 mai 2008) | 1 line [FIX] view forum: xhtml ------------------------------------------------------------------------ r12761 | lphuberdeau | 2008-05-06 18:53:21 +0200 (mar, 06 mai 2008) | 2 lines [FIX] lang in tiki_pages and tiki_translated_objects could get out of sync. ------------------------------------------------------------------------ r12760 | Jyhem | 2008-05-06 16:07:12 +0200 (mar, 06 mai 2008) | 1 line [FIX] Message can be more precise (only in Wiki edition) ------------------------------------------------------------------------ r12759 | pkdille | 2008-05-06 08:36:56 +0200 (mar, 06 mai 2008) | 1 line [FIX] html event listeners: typo ------------------------------------------------------------------------ r12758 | sylvieg | 2008-05-05 19:56:47 +0200 (lun, 05 mai 2008) | 1 line [MOD]siteidentity: a custom code for top bar + roll back the h3: must be either like module <h3 class=cbox-title> or in every admin page ------------------------------------------------------------------------ r12757 | sylvieg | 2008-05-05 19:56:25 +0200 (lun, 05 mai 2008) | 1 line [MOD]siteidentity: a custom code for top bar + roll back the h3: must be either like module <h3 class=cbox-title> or in every admin page ------------------------------------------------------------------------ r12756 | sylvieg | 2008-05-05 17:42:41 +0200 (lun, 05 mai 2008) | 1 line [FIX]articles: show topicId as it is used in modules ------------------------------------------------------------------------ r12755 | sylvieg | 2008-05-05 17:36:28 +0200 (lun, 05 mai 2008) | 1 line minor is used also for feature ------------------------------------------------------------------------ r12754 | Jyhem | 2008-05-05 16:57:51 +0200 (lun, 05 mai 2008) | 1 line [ENH] Even if switzerland flag is square, having it in 11x16 is nicer in lists with other flags ------------------------------------------------------------------------ r12753 | Jyhem | 2008-05-05 15:29:21 +0200 (lun, 05 mai 2008) | 1 line [FIX] Fixes problem of upload files containing quotes, and quotes appear backslashed ------------------------------------------------------------------------ r12752 | pkdille | 2008-05-05 10:10:36 +0200 (lun, 05 mai 2008) | 1 line [FIX] images: do not die lib/images since it's used in tikilib.php when parsing wiki pages ------------------------------------------------------------------------ r12751 | xavidp | 2008-05-04 22:35:38 +0200 (dim, 04 mai 2008) | 1 line [FIX] Unify popup messages on minor button at preview time ------------------------------------------------------------------------ r12750 | sylvieg | 2008-05-04 20:42:04 +0200 (dim, 04 mai 2008) | 1 line [FIX]tracker: antoher index ------------------------------------------------------------------------ r12749 | marclaporte | 2008-05-04 18:29:51 +0200 (dim, 04 mai 2008) | 1 line [FIX] In menu, adding tiki_p_search on upgrades, to be like clean installs ------------------------------------------------------------------------ r12748 | marclaporte | 2008-05-04 18:20:10 +0200 (dim, 04 mai 2008) | 1 line [MOD] Rollback. I still think this should be maintained but Ricks99 and Amette do not so I am rolling back for now. I added a space though, so when the annoying behavior will happen, it will continue to add unwanted text but at least, it won't mess up the URL. ------------------------------------------------------------------------ r12747 | marclaporte | 2008-05-04 18:03:03 +0200 (dim, 04 mai 2008) | 1 line [FIX] Setting #sitesearchbar on the right side by default for all themes where is it not set. ------------------------------------------------------------------------ r12746 | marclaporte | 2008-05-04 17:37:09 +0200 (dim, 04 mai 2008) | 1 line [FIX] typo ------------------------------------------------------------------------ r12745 | marclaporte | 2008-05-04 17:06:01 +0200 (dim, 04 mai 2008) | 1 line [MOD] On external links: changing the alt from 'external link' to blank because it causes a nuisance when copy/pasting from a wiki page to somewhere else and also when using the Tiki newsletter. It's important to keep it blank (vs deleting the alt altogether) so blind people don't think they are missing out on a useful image. ------------------------------------------------------------------------ r12744 | sylvieg | 2008-05-03 21:06:17 +0200 (sam, 03 mai 2008) | 1 line [FIX]tracker: better dealing for a sort on an item list field ------------------------------------------------------------------------ r12743 | sylvieg | 2008-05-02 22:34:44 +0200 (ven, 02 mai 2008) | 1 line [FIX]tracker: 2 indexes that completly change perf in lsit items ------------------------------------------------------------------------ r12742 | pkdille | 2008-05-02 21:44:38 +0200 (ven, 02 mai 2008) | 1 line [MOD] view forum: change merge topics icon for another one which should be more explicit ------------------------------------------------------------------------ r12741 | xavidp | 2008-05-02 20:48:17 +0200 (ven, 02 mai 2008) | 1 line [ENH]More translations added ------------------------------------------------------------------------ r12740 | xavidp | 2008-05-02 20:33:02 +0200 (ven, 02 mai 2008) | 1 line [FIX] some {tr} tags were missing ------------------------------------------------------------------------ r12739 | xavidp | 2008-05-02 20:05:06 +0200 (ven, 02 mai 2008) | 1 line [FIX] English typo (afaik) ------------------------------------------------------------------------ r12738 | sylvieg | 2008-05-02 19:50:41 +0200 (ven, 02 mai 2008) | 1 line [FIX]ranking page ------------------------------------------------------------------------ r12737 | sylvieg | 2008-05-02 19:33:09 +0200 (ven, 02 mai 2008) | 1 line [FIX]tracker: allow to sort on an items list field ------------------------------------------------------------------------ r12736 | sylvieg | 2008-05-02 19:10:42 +0200 (ven, 02 mai 2008) | 1 line [FIX]fgal: fix multiple action redirecting error ------------------------------------------------------------------------ r12735 | sylvieg | 2008-05-02 18:59:26 +0200 (ven, 02 mai 2008) | 1 line [FIX]cache perms ------------------------------------------------------------------------ r12734 | Jyhem | 2008-05-02 18:41:21 +0200 (ven, 02 mai 2008) | 1 line [ENH] Users never found 'Delete' fonctionality even though this is where it's always been ------------------------------------------------------------------------ r12733 | sylvieg | 2008-05-02 18:36:00 +0200 (ven, 02 mai 2008) | 1 line [FIX]some colors ------------------------------------------------------------------------ r12732 | ricks99 | 2008-05-02 18:35:01 +0200 (ven, 02 mai 2008) | 1 line [UI] changed button to "un-report" to clarify user action. fixed typo ------------------------------------------------------------------------ r12731 | ricks99 | 2008-05-02 17:55:40 +0200 (ven, 02 mai 2008) | 1 line [UI] added icons to notifications, standardized listing tables ------------------------------------------------------------------------ r12730 | pkdille | 2008-05-02 10:45:41 +0200 (ven, 02 mai 2008) | 1 line [FIX] view forum: to merge 2 forum topics, its better to have the whole list of topics without the selected topic (in the target list) and not just the selected topic ------------------------------------------------------------------------ r12729 | xavidp | 2008-05-02 09:52:02 +0200 (ven, 02 mai 2008) | 1 line [ENH]Enhanced description of how to use it ------------------------------------------------------------------------ r12728 | sampaioprimo | 2008-05-02 03:38:09 +0200 (ven, 02 mai 2008) | 4 lines [FIX] keep creator information in preview mode [FIX] if a user has tiki_p_blog_admin he can change the blog creator ------------------------------------------------------------------------ r12727 | xavidp | 2008-04-30 19:35:42 +0200 (mer, 30 avr 2008) | 1 line [ENH] Improve popup message for button 'minor' regarding its effect on translation feature ------------------------------------------------------------------------ r12726 | xavidp | 2008-04-30 19:28:13 +0200 (mer, 30 avr 2008) | 1 line changed 'exterminator' to 'exterminator of cached content', for new admins to find more easily how to find cache ------------------------------------------------------------------------ r12725 | Jyhem | 2008-04-30 18:02:10 +0200 (mer, 30 avr 2008) | 1 line [ENH] Correct confusing tab message ------------------------------------------------------------------------ r12724 | sylvieg | 2008-04-30 17:41:36 +0200 (mer, 30 avr 2008) | 1 line [FIX]look: site menu... must check before if siteidentity is on ------------------------------------------------------------------------ r12723 | sylvieg | 2008-04-30 17:15:24 +0200 (mer, 30 avr 2008) | 1 line [FIX]fgal: mask ob_flush error, because if the server is too slow - it puts a notice mesage in the download file ------------------------------------------------------------------------ r12722 | Jyhem | 2008-04-30 15:44:11 +0200 (mer, 30 avr 2008) | 1 line [FIX] Oups! These two countries actually use the short form ------------------------------------------------------------------------ r12721 | ricks99 | 2008-04-30 15:33:54 +0200 (mer, 30 avr 2008) | 1 line [UI] provide better feedback when enabling/disabling options ------------------------------------------------------------------------ r12720 | ricks99 | 2008-04-30 15:32:00 +0200 (mer, 30 avr 2008) | 1 line [UI] better wiki help ------------------------------------------------------------------------ r12719 | sylvieg | 2008-04-30 01:04:31 +0200 (mer, 30 avr 2008) | 1 line [MOD]fgal: if we can redefine time_limit - go for it ------------------------------------------------------------------------ r12718 | sylvieg | 2008-04-29 23:50:48 +0200 (mar, 29 avr 2008) | 1 line [FIX]fgal: take away the hard coded max_file_size ------------------------------------------------------------------------ r12717 | sylvieg | 2008-04-29 23:17:54 +0200 (mar, 29 avr 2008) | 1 line notice+ remove duplic code in perm check ------------------------------------------------------------------------ r12716 | sylvieg | 2008-04-29 22:31:47 +0200 (mar, 29 avr 2008) | 1 line [FIX]menu: check if userLevels feature is on before filtering option ------------------------------------------------------------------------ r12715 | pkdille | 2008-04-29 21:16:16 +0200 (mar, 29 avr 2008) | 1 line [MOD] show page: change alt message from save to notepad function ------------------------------------------------------------------------ r12714 | sylvieg | 2008-04-29 17:53:42 +0200 (mar, 29 avr 2008) | 1 line [FIX]style: tikineat and transition- come back to modules without bullet and no left identation ------------------------------------------------------------------------ r12713 | sylvieg | 2008-04-29 15:10:56 +0200 (mar, 29 avr 2008) | 1 line [MOD]articles: param showcreated to articles modules ------------------------------------------------------------------------ r12712 | sampaioprimo | 2008-04-29 03:06:46 +0200 (mar, 29 avr 2008) | 3 lines [FIX] create a new page version instead of only changing the page author when a wiki page is locked ------------------------------------------------------------------------ r12711 | ricks99 | 2008-04-28 21:38:42 +0200 (lun, 28 avr 2008) | 1 line [UI] standardized lists, easier admin of suggested questions ------------------------------------------------------------------------ r12710 | pkdille | 2008-04-28 21:07:24 +0200 (lun, 28 avr 2008) | 1 line [MOD] tiki-mods: typo: delete carriage returns within translated strings ------------------------------------------------------------------------ r12709 | Jyhem | 2008-04-28 19:16:06 +0200 (lun, 28 avr 2008) | 1 line [FIX] Some country flags did not have the actual name of the country. This might break some references to the former country names. The impact in tracker fields of type 'country' is handled. ------------------------------------------------------------------------ r12708 | pkdille | 2008-04-28 16:41:20 +0200 (lun, 28 avr 2008) | 1 line MOD] view forum: add buttons for manage queued and reported messages in the top navbar. The purpose of this modification is that the 2 messages in the table header are not easy to see for a non regular user. Some of our users had recurrent problems ------------------------------------------------------------------------ r12707 | Jyhem | 2008-04-28 13:39:23 +0200 (lun, 28 avr 2008) | 1 line [FIX] Incorrect french duplicate of correct english version 'Ivory_Coast.gif ------------------------------------------------------------------------ r12706 | ricks99 | 2008-04-28 12:56:34 +0200 (lun, 28 avr 2008) | 1 line [FIX]Added needtoconfirm to smileys, no longer trigger lost edit protection ------------------------------------------------------------------------ r12705 | chibaguy | 2008-04-28 07:36:56 +0200 (lun, 28 avr 2008) | 1 line [FIX] !important removed from input.submit bottom margin (top save button) to allow *litecss theme css files to override and avoid overlap by tabs. ------------------------------------------------------------------------ r12704 | chibaguy | 2008-04-28 04:44:16 +0200 (lun, 28 avr 2008) | 1 line [FIX] class name typo ------------------------------------------------------------------------ r12703 | chibaguy | 2008-04-28 04:43:50 +0200 (lun, 28 avr 2008) | 1 line [FIX] class name typo ------------------------------------------------------------------------ r12702 | pkdille | 2008-04-27 19:41:44 +0200 (dim, 27 avr 2008) | 1 line [MOD] articles: change comment button highlighting behaviour ------------------------------------------------------------------------ r12701 | xavidp | 2008-04-27 18:29:52 +0200 (dim, 27 avr 2008) | 1 line [FIX] Splitted in pieces both conflictive strings and now they are i18n-ready ------------------------------------------------------------------------ r12700 | xavidp | 2008-04-27 17:54:53 +0200 (dim, 27 avr 2008) | 1 line [FIX] Easy tiny fix: added missing tr tags to a string ------------------------------------------------------------------------ r12699 | xavidp | 2008-04-27 17:48:08 +0200 (dim, 27 avr 2008) | 1 line [FIX]Reverted back. My prior commit didn't fix it. Sorry, I still don't get how to make this string translatable again :-/ ------------------------------------------------------------------------ r12698 | xavidp | 2008-04-27 16:37:32 +0200 (dim, 27 avr 2008) | 1 line [FIX] removed some line ends within a localized string to allow getting the translation again ------------------------------------------------------------------------ r12697 | xavidp | 2008-04-26 20:57:02 +0200 (sam, 26 avr 2008) | 1 line some more strings translated ------------------------------------------------------------------------ r12696 | pkdille | 2008-04-26 07:35:56 +0200 (sam, 26 avr 2008) | 1 line [MOD] comment buttons highliting: change behaviour, the whole button is highliting, not just the text string ------------------------------------------------------------------------ r12692 | pkdille | 2008-04-25 22:05:36 +0200 (ven, 25 avr 2008) | 1 line [MOD] faqs: suggestion button highlighting behaviour and put both suggestion and comment buttons in button2 spans like every where else ------------------------------------------------------------------------ r12690 | pkdille | 2008-04-25 21:51:52 +0200 (ven, 25 avr 2008) | 1 line [MOD] polls: comment button highlighting behaviour ------------------------------------------------------------------------ r12689 | ricks99 | 2008-04-25 19:33:01 +0200 (ven, 25 avr 2008) | 1 line [UI]minor, added default text to empty tables, use icons were available ------------------------------------------------------------------------ r12686 | sylvieg | 2008-04-25 18:35:20 +0200 (ven, 25 avr 2008) | 1 line [MOD]articles: show in the a title the data and author ------------------------------------------------------------------------ r12685 | sylvieg | 2008-04-25 18:30:31 +0200 (ven, 25 avr 2008) | 1 line notice ------------------------------------------------------------------------ r12684 | Jyhem | 2008-04-25 13:55:11 +0200 (ven, 25 avr 2008) | 2 lines [FIX] Typo ------------------------------------------------------------------------ r12683 | sylvieg | 2008-04-25 13:24:13 +0200 (ven, 25 avr 2008) | 1 line [FIX]wiki: urlencode is done in the fucntion sefurl ------------------------------------------------------------------------ r12677 | luciash | 2008-04-24 22:39:12 +0200 (jeu, 24 avr 2008) | 1 line little oops (removed unnecessary [...]) ------------------------------------------------------------------------ r12676 | sampaioprimo | 2008-04-24 22:38:35 +0200 (jeu, 24 avr 2008) | 3 lines [FIX] flip in categories module dont mess anymore with tiki-browse_categories.php (http://dev.tikiwiki.org/bug750) ------------------------------------------------------------------------ r12675 | pkdille | 2008-04-24 22:35:32 +0200 (jeu, 24 avr 2008) | 1 line [FIX] switch lang module: typo ------------------------------------------------------------------------ r12674 | sylvieg | 2008-04-24 22:26:52 +0200 (jeu, 24 avr 2008) | 1 line fix more ------------------------------------------------------------------------ r12673 | luciash | 2008-04-24 22:23:27 +0200 (jeu, 24 avr 2008) | 1 line [FIX] remove extra quotes ------------------------------------------------------------------------ r12672 | sylvieg | 2008-04-24 22:08:14 +0200 (jeu, 24 avr 2008) | 1 line [MOD]trackerlist: param more to have a more button instead of pagination + param moreurl to give an url for more + param tpl to display each item via a template(the template contains {} vars) + clean help(people copy paste usually and do not take away teh y|n ------------------------------------------------------------------------ r12671 | sylvieg | 2008-04-24 21:00:30 +0200 (jeu, 24 avr 2008) | 1 line [FIX]tracker: if an img field has no mentionned size, do not put it because IE (non FF) reduces the image to a size 0 ------------------------------------------------------------------------ r12670 | ricks99 | 2008-04-24 20:58:00 +0200 (jeu, 24 avr 2008) | 1 line [FIX]Replace spaces in URL link with +. [BUG:1716] ------------------------------------------------------------------------ r12669 | luciash | 2008-04-24 20:07:06 +0200 (jeu, 24 avr 2008) | 1 line [FIX] WYCIWYCA: private blog post check ------------------------------------------------------------------------ r12668 | pkdille | 2008-04-24 18:11:14 +0200 (jeu, 24 avr 2008) | 1 line [FIX] view blog: no need to print freetags div if there are no freetags ------------------------------------------------------------------------ r12667 | ricks99 | 2008-04-24 17:23:37 +0200 (jeu, 24 avr 2008) | 1 line [FIX]Typo in $prefs['registerPasscode'] was causing registration to fail, even if passcode was correct. [BUG: 1154] ------------------------------------------------------------------------ r12666 | ricks99 | 2008-04-24 16:57:49 +0200 (jeu, 24 avr 2008) | 1 line [UI]Added mouseover to explain MINOR save. Added similar help to other buttons, too. [Bug 1676] ------------------------------------------------------------------------ r12665 | luciash | 2008-04-24 16:46:22 +0200 (jeu, 24 avr 2008) | 1 line [FIX] do not display blog post when marked private and user is not owner or admin: "Mark blog entry as private doesn't work" [bug506] ------------------------------------------------------------------------ r12664 | chibaguy | 2008-04-24 09:06:34 +0200 (jeu, 24 avr 2008) | 1 line [FIX] </div> added because apparently unclosed div caused *litecss themes' side cols to not appear. ------------------------------------------------------------------------ r12663 | chibaguy | 2008-04-24 06:38:51 +0200 (jeu, 24 avr 2008) | 1 line [FIX] CSS for MyTiki preferences Ajax added. ------------------------------------------------------------------------ r12662 | chibaguy | 2008-04-24 05:47:54 +0200 (jeu, 24 avr 2008) | 1 line [FIX] Deleted selectors from Tikineat that hid some tree menu images. ------------------------------------------------------------------------ r12661 | chibaguy | 2008-04-24 03:08:09 +0200 (jeu, 24 avr 2008) | 1 line [FIX] Extra /div tag removed (caused column offset in *litecss themes). ------------------------------------------------------------------------ r12660 | pkdille | 2008-04-23 22:38:58 +0200 (mer, 23 avr 2008) | 1 line [MOD] admin categories: give a css class to the "add new category" table in order to homogeneize its look with other tiki tables ------------------------------------------------------------------------ r12659 | pkdille | 2008-04-23 21:01:34 +0200 (mer, 23 avr 2008) | 1 line [MOD] view tracker item: add css class to status row as any other row in the table ------------------------------------------------------------------------ r12658 | Jyhem | 2008-04-23 17:48:56 +0200 (mer, 23 avr 2008) | 1 line [ENH] Make 'Insert new item' functionality more visible so users actually find it on their own, because this is where all other action buttons are ------------------------------------------------------------------------ r12657 | sylvieg | 2008-04-23 17:48:19 +0200 (mer, 23 avr 2008) | 1 line [FIX]menu: sectionLevel works also on a father option and a child option+ toLEvel param to limit the menu level to be displayed ------------------------------------------------------------------------ r12656 | lphuberdeau | 2008-04-23 17:30:33 +0200 (mer, 23 avr 2008) | 1 line [FIX] Russian label fix ------------------------------------------------------------------------ r12655 | chibaguy | 2008-04-23 08:53:54 +0200 (mer, 23 avr 2008) | 1 line .hidden added for off-screen h2 and hr. ------------------------------------------------------------------------ r12654 | chibaguy | 2008-04-23 08:52:38 +0200 (mer, 23 avr 2008) | 1 line [ENH] For better semantic layout, side-column h2 headings and hr after center column added (all class="hidden"). ------------------------------------------------------------------------ r12653 | chibaguy | 2008-04-23 08:50:23 +0200 (mer, 23 avr 2008) | 1 line [ENH] For better semantic layout, side-column h2 headings and hr after center column added (all class="hidden"). ------------------------------------------------------------------------ r12652 | chibaguy | 2008-04-23 04:04:03 +0200 (mer, 23 avr 2008) | 2 lines [FIX] CSS for module-shade image (a.flipmodtitle img). ------------------------------------------------------------------------ r12651 | pkdille | 2008-04-22 22:18:42 +0200 (mar, 22 avr 2008) | 1 line [MOD] freetag list: add some css structure to the grid and put the classes in transition style sheet. ------------------------------------------------------------------------ r12650 | sylvieg | 2008-04-22 21:16:41 +0200 (mar, 22 avr 2008) | 1 line trace ------------------------------------------------------------------------ r12649 | sylvieg | 2008-04-22 21:12:12 +0200 (mar, 22 avr 2008) | 1 line [MOD]menu: put a class selectedAscendant on each option parent of a selected option ------------------------------------------------------------------------ r12648 | sylvieg | 2008-04-22 21:07:30 +0200 (mar, 22 avr 2008) | 1 line sefurl ------------------------------------------------------------------------ r12647 | xavidp | 2008-04-22 20:02:05 +0200 (mar, 22 avr 2008) | 1 line [ENH] some more translations added ------------------------------------------------------------------------ r12646 | lphuberdeau | 2008-04-22 18:29:57 +0200 (mar, 22 avr 2008) | 2 lines [NEW] Adding UN flag for UN members ------------------------------------------------------------------------ r12645 | sylvieg | 2008-04-22 18:08:47 +0200 (mar, 22 avr 2008) | 1 line sefurl ------------------------------------------------------------------------ r12644 | sylvieg | 2008-04-22 15:12:10 +0200 (mar, 22 avr 2008) | 1 line sync ------------------------------------------------------------------------ r12643 | sylvieg | 2008-04-22 15:10:28 +0200 (mar, 22 avr 2008) | 1 line sync ------------------------------------------------------------------------ r12642 | sylvieg | 2008-04-22 14:59:53 +0200 (mar, 22 avr 2008) | 1 line [MOD]blog: increase title from 80 to 255 chars ------------------------------------------------------------------------ r12641 | Jyhem | 2008-04-22 14:44:26 +0200 (mar, 22 avr 2008) | 1 line [FIX] Italics were lost in some ways of displaying Static Text fields ------------------------------------------------------------------------ r12640 | chibaguy | 2008-04-22 14:26:18 +0200 (mar, 22 avr 2008) | 2 lines [FIX] CSS for module h3.box-title, module-shade (flip) image, and .box-data ol/ul. ------------------------------------------------------------------------ r12639 | sylvieg | 2008-04-22 13:08:45 +0200 (mar, 22 avr 2008) | 1 line [FIX]banner: add a class to overwrite the center style ------------------------------------------------------------------------ r12638 | pkdille | 2008-04-22 09:43:34 +0200 (mar, 22 avr 2008) | 1 line [MOD] admin modules: give more informations on adding parameters message + add translation ------------------------------------------------------------------------ r12637 | chibaguy | 2008-04-22 08:37:05 +0200 (mar, 22 avr 2008) | 1 line [FIX] CSS for h3.box-title and .box-data ol/ul added to current themes. ------------------------------------------------------------------------ r12636 | sampaioprimo | 2008-04-22 00:55:57 +0200 (mar, 22 avr 2008) | 2 lines translation ------------------------------------------------------------------------ r12635 | pkdille | 2008-04-21 23:13:16 +0200 (lun, 21 avr 2008) | 1 line [ENH] contacts : enclose alphabetical filter list with an alphafilter class span in order to have a css selector ------------------------------------------------------------------------ r12634 | pkdille | 2008-04-21 22:40:03 +0200 (lun, 21 avr 2008) | 1 line [MOD] french translations: some translations + get_strings + some cleaning in unused words ------------------------------------------------------------------------ r12633 | lphuberdeau | 2008-04-21 20:39:29 +0200 (lun, 21 avr 2008) | 2 lines [FIX] Excesive filtering was performed on acceptable page list ------------------------------------------------------------------------ r12632 | Jyhem | 2008-04-21 19:28:12 +0200 (lun, 21 avr 2008) | 1 line [ENH] some more capitalisations ------------------------------------------------------------------------ r12631 | pkdille | 2008-04-21 18:01:29 +0200 (lun, 21 avr 2008) | 1 line [MOD] page_bar: modify highliting behaviour from attach file button. The whole button is now highlighted when some files are attached to a wiki page. ------------------------------------------------------------------------ r12630 | sylvieg | 2008-04-21 15:57:57 +0200 (lun, 21 avr 2008) | 1 line [FIX] string: visible by admin only is more explit than publish ------------------------------------------------------------------------ r12629 | sylvieg | 2008-04-21 15:55:44 +0200 (lun, 21 avr 2008) | 1 line english + one string less ------------------------------------------------------------------------ r12628 | sylvieg | 2008-04-21 14:59:30 +0200 (lun, 21 avr 2008) | 1 line comment to explain how to have a compact mail ------------------------------------------------------------------------ r12627 | luciash | 2008-04-21 14:41:07 +0200 (lun, 21 avr 2008) | 1 line [MOD] use simplified header_simple.tpl ------------------------------------------------------------------------ r12626 | sylvieg | 2008-04-21 14:27:14 +0200 (lun, 21 avr 2008) | 1 line [FIX]tracker: tracker wikiplugin preview was interfering with the edit page preview ------------------------------------------------------------------------ r12625 | luciash | 2008-04-21 14:04:35 +0200 (lun, 21 avr 2008) | 1 line [NEW] simplified version of header.tpl (without site header inclusion and other unnecessary stuff) to be used for popup windows etc. ------------------------------------------------------------------------ r12624 | chibaguy | 2008-04-21 10:24:27 +0200 (lun, 21 avr 2008) | 1 line Blank line before header.tpl include statement removed. ------------------------------------------------------------------------ r12623 | chibaguy | 2008-04-21 10:19:20 +0200 (lun, 21 avr 2008) | 1 line Blank line before header.tpl include statement removed. ------------------------------------------------------------------------ r12622 | luciash | 2008-04-21 09:56:59 +0200 (lun, 21 avr 2008) | 1 line [FIX] padding must be set for #footer .content to prevent horizontal scrollbar ------------------------------------------------------------------------ r12621 | luciash | 2008-04-21 09:19:25 +0200 (lun, 21 avr 2008) | 1 line [FIX] remove background and color definition from .footerbgtrap ------------------------------------------------------------------------ r12620 | chibaguy | 2008-04-21 07:58:19 +0200 (lun, 21 avr 2008) | 1 line [ENH} The News theme added (thenews.css and some tpls). ------------------------------------------------------------------------ r12619 | chibaguy | 2008-04-21 07:55:47 +0200 (lun, 21 avr 2008) | 1 line [ENH} The News theme added (thenews.css). ------------------------------------------------------------------------ r12618 | chibaguy | 2008-04-21 07:43:35 +0200 (lun, 21 avr 2008) | 1 line div.header-top added to preserve vertical space when necessary. ------------------------------------------------------------------------ r12617 | chibaguy | 2008-04-21 07:34:56 +0200 (lun, 21 avr 2008) | 1 line tikinewt-specific module.tpl no longer needed. ------------------------------------------------------------------------ r12616 | chibaguy | 2008-04-21 07:28:48 +0200 (lun, 21 avr 2008) | 1 line Tikinewt-specific module tpls no longer needed. ------------------------------------------------------------------------ r12615 | chibaguy | 2008-04-21 07:18:48 +0200 (lun, 21 avr 2008) | 1 line [ENH] Module data table replaced with div and ul/ol. ------------------------------------------------------------------------ r12614 | chibaguy | 2008-04-21 07:15:52 +0200 (lun, 21 avr 2008) | 1 line [ENH] Module title changed from div to h3. Table replaced by divs. ------------------------------------------------------------------------ r12613 | lphuberdeau | 2008-04-21 01:43:04 +0200 (lun, 21 avr 2008) | 2 lines [FIX] Changing diff method to HTML Diff... less encoding problems and cleaner output ------------------------------------------------------------------------ r12612 | sylvieg | 2008-04-20 16:02:19 +0200 (dim, 20 avr 2008) | 1 line [MOD]attachment: option to display/open the attachment box by default ------------------------------------------------------------------------ r12611 | chibaguy | 2008-04-20 07:06:34 +0200 (dim, 20 avr 2008) | 1 line Extra unneeded /div tags deleted (broke columns in *litecss themes). ------------------------------------------------------------------------ r12610 | chibaguy | 2008-04-20 06:53:33 +0200 (dim, 20 avr 2008) | 1 line [FIX] Removed inline style that made textarea too narrow in Opera. ------------------------------------------------------------------------ r12609 | chibaguy | 2008-04-20 06:38:18 +0200 (dim, 20 avr 2008) | 1 line [FIX] Misplaced /div tag broke columns in *litecss themes; one text-align:center removed; class name typo fixed. ------------------------------------------------------------------------ r12608 | pkdille | 2008-04-19 16:08:22 +0200 (sam, 19 avr 2008) | 5 lines [NEW] list faqs: feature faq_prefix to customize the Question and Answer prefix in answer section. New prefix: the question number in this faq (only on question field). [FIX] Highlight behaviour on comment button (the whole button is highlighted and not just the text). ------------------------------------------------------------------------ r12607 | pkdille | 2008-04-19 09:42:14 +0200 (sam, 19 avr 2008) | 1 line [FIX] mytiki-mootabs : mypages item should not appear if feature not activated. ------------------------------------------------------------------------ r12606 | pkdille | 2008-04-19 07:59:19 +0200 (sam, 19 avr 2008) | 1 line [MOD] comments button in list filegals: change highlight behaviour. When there are some comments, it's the whole button which is highlighted, not just the text ------------------------------------------------------------------------ r12605 | brian_moore | 2008-04-19 04:36:58 +0200 (sam, 19 avr 2008) | 1 line adapt to changed field names... galleryId now points to parent, not current fgal ------------------------------------------------------------------------ r12604 | pkdille | 2008-04-18 23:52:05 +0200 (ven, 18 avr 2008) | 1 line [FIX] freetag list : strange behaviour from browsers. When the whole list is just on one line in html code and the style is display:inline (in order to have a freetag cloud), all freetags are just on one long line on screen. Tested with FF2 and IE7 ------------------------------------------------------------------------ r12603 | sylvieg | 2008-04-18 22:55:38 +0200 (ven, 18 avr 2008) | 1 line [fix]wysiwyg: one more ------------------------------------------------------------------------ r12602 | sylvieg | 2008-04-18 22:20:35 +0200 (ven, 18 avr 2008) | 1 line [FIX]layout: split the login box to be reuse in different layouts ------------------------------------------------------------------------ r12601 | sylvieg | 2008-04-18 20:19:40 +0200 (ven, 18 avr 2008) | 1 line [FIX]tracker: add the textarea enlarge for tracker comment ------------------------------------------------------------------------ r12600 | nyloth | 2008-04-18 18:06:15 +0200 (ven, 18 avr 2008) | 1 line [FIX] images: find a way to know which images formats are handled by imagick_old lib (list to tune later). ------------------------------------------------------------------------ r12599 | sylvieg | 2008-04-18 17:28:56 +0200 (ven, 18 avr 2008) | 1 line sync ------------------------------------------------------------------------ r12598 | sylvieg | 2008-04-18 17:22:42 +0200 (ven, 18 avr 2008) | 1 line [FIX]translation: mod-translation calls only with 2 args getTranslations->add default: Please check ------------------------------------------------------------------------ r12597 | sylvieg | 2008-04-18 17:07:42 +0200 (ven, 18 avr 2008) | 1 line [FIX]password: update remind password message as the password in not necessarily sent and the lohin can be the email ------------------------------------------------------------------------ r12596 | ricks99 | 2008-04-18 16:52:12 +0200 (ven, 18 avr 2008) | 1 line [MOD]self page should not be listed as similar to itself ------------------------------------------------------------------------ r12595 | pkdille | 2008-04-18 14:09:59 +0200 (ven, 18 avr 2008) | 1 line [FIX] admin wiki: Change label and condition from ip address printing in history ------------------------------------------------------------------------ r12594 | chibaguy | 2008-04-18 08:47:00 +0200 (ven, 18 avr 2008) | 1 line Clear needed between page-bar and table for *litecss themes; unneeded p tag removed. ------------------------------------------------------------------------ r12593 | chibaguy | 2008-04-18 06:18:06 +0200 (ven, 18 avr 2008) | 1 line Missing </div> added. ------------------------------------------------------------------------ r12592 | nyloth | 2008-04-17 17:08:18 +0200 (jeu, 17 avr 2008) | 1 line [NEW] quicktags: new 'Email Address' quicktag. ------------------------------------------------------------------------ r12591 | ricks99 | 2008-04-17 16:16:37 +0200 (jeu, 17 avr 2008) | 1 line [FIX] redisplay find box if performing a filtered search but no records were found ------------------------------------------------------------------------ r12590 | ricks99 | 2008-04-17 16:09:23 +0200 (jeu, 17 avr 2008) | 1 line [FIX] redisplay find box if performing a filtered search but no records were found ------------------------------------------------------------------------ r12589 | sylvieg | 2008-04-17 16:07:28 +0200 (jeu, 17 avr 2008) | 1 line [MOD]img: new params to randon images: showname, showlink ------------------------------------------------------------------------ r12588 | nyloth | 2008-04-17 16:00:28 +0200 (jeu, 17 avr 2008) | 1 line [FIX] images: fix gd display for formats specified in uppercase ------------------------------------------------------------------------ r12587 | sylvieg | 2008-04-17 15:46:51 +0200 (jeu, 17 avr 2008) | 1 line [MOD]img: new params to randon images: thumb:showdescription ------------------------------------------------------------------------ r12586 | ricks99 | 2008-04-17 15:42:13 +0200 (jeu, 17 avr 2008) | 1 line [UI] move action to last column (for consistency), better table layout, use icons instead of text links ------------------------------------------------------------------------ r12585 | nyloth | 2008-04-17 15:33:06 +0200 (jeu, 17 avr 2008) | 1 line [MOD] quicktags: allow to use 'text' multiple times in a quicktag definition and replace it with selected text for each occurence. ------------------------------------------------------------------------ r12584 | sylvieg | 2008-04-17 15:18:15 +0200 (jeu, 17 avr 2008) | 1 line [FIX]wyswyg: option to have a wiki page reedited with the editor it used the last time ------------------------------------------------------------------------ r12583 | ricks99 | 2008-04-17 14:53:09 +0200 (jeu, 17 avr 2008) | 1 line [FIX] redisplay find box if performing a filtered search but no records were found ------------------------------------------------------------------------ r12582 | sylvieg | 2008-04-17 14:23:20 +0200 (jeu, 17 avr 2008) | 1 line [FIX]flag: more fixes about empty flag ------------------------------------------------------------------------ r12581 | sylvieg | 2008-04-17 12:43:13 +0200 (jeu, 17 avr 2008) | 1 line sync ------------------------------------------------------------------------ r12580 | chibaguy | 2008-04-17 06:23:10 +0200 (jeu, 17 avr 2008) | 1 line Theme credit.tpl styling; module-flip icon on .box:hover, etc. ------------------------------------------------------------------------ r12579 | chibaguy | 2008-04-17 06:21:36 +0200 (jeu, 17 avr 2008) | 1 line Author information for theme. ------------------------------------------------------------------------ r12578 | chibaguy | 2008-04-17 06:20:51 +0200 (jeu, 17 avr 2008) | 1 line Tags replaced with id, better including of credits. ------------------------------------------------------------------------ r12577 | chibaguy | 2008-04-17 05:39:27 +0200 (jeu, 17 avr 2008) | 1 line credits.tpl include replaces hard-coded Tiki info. ------------------------------------------------------------------------ r12576 | chibaguy | 2008-04-17 05:16:20 +0200 (jeu, 17 avr 2008) | 1 line Shadowbox Javascript added. ------------------------------------------------------------------------ r12575 | chibaguy | 2008-04-17 04:58:55 +0200 (jeu, 17 avr 2008) | 1 line Updated with change in default mod-last_articles.tpl. ------------------------------------------------------------------------ r12574 | chibaguy | 2008-04-17 04:58:17 +0200 (jeu, 17 avr 2008) | 1 line Updated with change in default mod-directory_last_sites.tpl. ------------------------------------------------------------------------ r12573 | chibaguy | 2008-04-17 04:57:14 +0200 (jeu, 17 avr 2008) | 1 line Updated with change in default mod-articles.tpl. ------------------------------------------------------------------------ r12572 | sylvieg | 2008-04-17 00:11:35 +0200 (jeu, 17 avr 2008) | 1 line [MOD]article: possibility to display a title in the articles homepage . Choice: topic if one topic is selected, type is one type is selected or 'Articles' ------------------------------------------------------------------------ r12571 | sylvieg | 2008-04-16 22:26:39 +0200 (mer, 16 avr 2008) | 1 line [FIX]articles: set the filter parameter in the more button ------------------------------------------------------------------------ r12570 | sylvieg | 2008-04-16 20:05:05 +0200 (mer, 16 avr 2008) | 1 line [FIX]theme: to be able to come back to 'do not restrict theme' once you have restricted some ------------------------------------------------------------------------ r12569 | sylvieg | 2008-04-16 19:58:54 +0200 (mer, 16 avr 2008) | 1 line [FIX]theme: to be able to come back to 'do not restrict theme' once you have restricted some ------------------------------------------------------------------------ r12568 | sylvieg | 2008-04-16 19:23:50 +0200 (mer, 16 avr 2008) | 1 line [FIX]tracker: urldecode the prefilled valued (if value has special chars) ------------------------------------------------------------------------ r12567 | brian_moore | 2008-04-16 19:05:13 +0200 (mer, 16 avr 2008) | 1 line mail headers incorrectly set / fieldnames not displayed ------------------------------------------------------------------------ r12566 | sylvieg | 2008-04-16 18:44:03 +0200 (mer, 16 avr 2008) | 1 line typo ------------------------------------------------------------------------ r12565 | ricks99 | 2008-04-16 17:00:11 +0200 (mer, 16 avr 2008) | 1 line [NEW] added parameter to display most popular tags in a cloud instead of a list ------------------------------------------------------------------------ r12564 | sylvieg | 2008-04-16 16:49:06 +0200 (mer, 16 avr 2008) | 1 line work on the way ------------------------------------------------------------------------ r12563 | sylvieg | 2008-04-16 16:46:44 +0200 (mer, 16 avr 2008) | 1 line [FIX]translate flag name ------------------------------------------------------------------------ r12562 | sylvieg | 2008-04-16 11:53:46 +0200 (mer, 16 avr 2008) | 1 line [MOD]directory: param categoryId + more ------------------------------------------------------------------------ r12561 | sylvieg | 2008-04-16 11:38:35 +0200 (mer, 16 avr 2008) | 1 line [MOD]articles: last module with more button ------------------------------------------------------------------------ r12560 | sylvieg | 2008-04-16 11:36:20 +0200 (mer, 16 avr 2008) | 1 line strip ------------------------------------------------------------------------ r12559 | nyloth | 2008-04-16 09:53:57 +0200 (mer, 16 avr 2008) | 1 line [ENH] filegals: nicer file upload result (by default, hide extra technical infos to the user + button to show those infos + thumbnail or filetype icon of the uploaded file) ------------------------------------------------------------------------ r12558 | luciash | 2008-04-16 03:58:48 +0200 (mer, 16 avr 2008) | 1 line [MOD] xhtml: template rewritten + tr strings ------------------------------------------------------------------------ r12557 | luciash | 2008-04-16 03:00:18 +0200 (mer, 16 avr 2008) | 1 line [MOD] few more translations via db, import language, interactive translation and then export language back (this is how it currently generates and saves) ------------------------------------------------------------------------ r12556 | luciash | 2008-04-16 01:56:20 +0200 (mer, 16 avr 2008) | 1 line [FIX] :( this is an example how it shouldn't be done but seems ppl don't care when adding new stuff: missing closing tags of body and html [SVN] -svn:executable, +svn:keywords Id ------------------------------------------------------------------------ r12555 | luciash | 2008-04-16 01:19:41 +0200 (mer, 16 avr 2008) | 1 line [FIX] xhtml tags markup must be escaped in JS ------------------------------------------------------------------------ r12554 | luciash | 2008-04-16 01:03:57 +0200 (mer, 16 avr 2008) | 1 line [FIX] id must be unique per page, hidden form field needs no id, use class instead of id for these two divs ------------------------------------------------------------------------ r12553 | sylvieg | 2008-04-16 00:54:21 +0200 (mer, 16 avr 2008) | 1 line [FIX]login: missing forgotPass pref ------------------------------------------------------------------------ r12552 | sylvieg | 2008-04-15 23:40:54 +0200 (mar, 15 avr 2008) | 1 line [FIX]contact: undefined res ------------------------------------------------------------------------ r12551 | sylvieg | 2008-04-15 20:05:14 +0200 (mar, 15 avr 2008) | 1 line [MOD]articles: more buttoms ------------------------------------------------------------------------ r12550 | sylvieg | 2008-04-15 19:21:56 +0200 (mar, 15 avr 2008) | 1 line [FIX]freetag: antibot to module freetag+fix safe_tag ------------------------------------------------------------------------ r12549 | sylvieg | 2008-04-15 18:11:20 +0200 (mar, 15 avr 2008) | 1 line [FIX]articles: fix nonums ------------------------------------------------------------------------ r12548 | Jyhem | 2008-04-15 18:11:16 +0200 (mar, 15 avr 2008) | 1 line [FIX] Options for static text are handled normally ------------------------------------------------------------------------ r12545 | sept_7 | 2008-04-15 17:10:30 +0200 (mar, 15 avr 2008) | 2 lines [EHN] better translation ------------------------------------------------------------------------ r12544 | sylvieg | 2008-04-15 16:54:13 +0200 (mar, 15 avr 2008) | 1 line [FIX]listpages: is supposed to be reserved - otherwise conflict with mod-translation ------------------------------------------------------------------------ r12543 | Jyhem | 2008-04-15 16:30:37 +0200 (mar, 15 avr 2008) | 1 line [FIX] All templates in DOS format converted to UNIX format (CRLF -> LF) ------------------------------------------------------------------------ r12542 | ricks99 | 2008-04-15 15:31:44 +0200 (mar, 15 avr 2008) | 1 line [UI] add icons for errors ------------------------------------------------------------------------ r12540 | luciash | 2008-04-15 13:29:06 +0200 (mar, 15 avr 2008) | 1 line [FIX] amette's accidental commit of SEFURL path + [SVN] Id ------------------------------------------------------------------------ r12539 | Jyhem | 2008-04-15 12:10:22 +0200 (mar, 15 avr 2008) | 2 lines [ENH] More consistent presentation (also testing tortoiseSVN) ------------------------------------------------------------------------ r12538 | Jyhem | 2008-04-15 11:59:35 +0200 (mar, 15 avr 2008) | 1 line [ENH] More consistent presentation (testing tortoiseSVN) ------------------------------------------------------------------------ r12537 | lphuberdeau | 2008-04-14 19:06:55 +0200 (lun, 14 avr 2008) | 2 lines [FIX] Critical translation request confusion with object types ------------------------------------------------------------------------ r12536 | ricks99 | 2008-04-14 17:54:37 +0200 (lun, 14 avr 2008) | 1 line [UI]icons for consistency, table fixes ------------------------------------------------------------------------ r12535 | sylvieg | 2008-04-14 16:31:39 +0200 (lun, 14 avr 2008) | 1 line [MOD]look: add also a mini login site bar (like on tw.org) directly from the admin->look panel ------------------------------------------------------------------------ r12534 | ricks99 | 2008-04-14 15:44:03 +0200 (lun, 14 avr 2008) | 1 line [UI]display default group name, if new group ------------------------------------------------------------------------ r12533 | ricks99 | 2008-04-14 15:40:32 +0200 (lun, 14 avr 2008) | 1 line [UI]better use of icons in tables ------------------------------------------------------------------------ r12532 | ricks99 | 2008-04-14 15:09:43 +0200 (lun, 14 avr 2008) | 1 line [UI]move select all to table heading. show only when records. ------------------------------------------------------------------------ r12531 | sylvieg | 2008-04-14 15:03:45 +0200 (lun, 14 avr 2008) | 1 line [FIX]tellAFriend: use HTTP_REFERER if possible when no url is given to use the link in a menu ------------------------------------------------------------------------ r12530 | sylvieg | 2008-04-14 12:51:04 +0200 (lun, 14 avr 2008) | 1 line [FIX]user: forbid to create user Anonymous or Registered ------------------------------------------------------------------------ r12529 | chibaguy | 2008-04-14 08:14:08 +0200 (lun, 14 avr 2008) | 1 line clearfix class added to postbody to make it contain floats. ------------------------------------------------------------------------ r12528 | nyloth | 2008-04-13 21:22:14 +0200 (dim, 13 avr 2008) | 1 line [FIX] timezones: fix local detection when a date is returned instead of a timezone (seen in FF2 on MacOSX) + handle HAEC timezone unkown by pear Date and returned by French Safari on MacOSX ------------------------------------------------------------------------ r12527 | nyloth | 2008-04-13 20:25:07 +0200 (dim, 13 avr 2008) | 1 line [FIX] calendar: fix the week view broked by last fixes on month view ------------------------------------------------------------------------ r12526 | nyloth | 2008-04-13 20:10:45 +0200 (dim, 13 avr 2008) | 1 line [FIX] calendar: fix the week view broked by last fixes on month view ------------------------------------------------------------------------ r12525 | nyloth | 2008-04-13 19:39:35 +0200 (dim, 13 avr 2008) | 1 line [FIX] calendar: fix dates problems in some calendar view with timezones (days can't simply be calculated as 60 x 60 x 24 when modifiying a timestamp, because some days are longer or shorter due to DST (Daylight Saving Time) + remove useless 'm_weeks' function. ------------------------------------------------------------------------ r12524 | nyloth | 2008-04-13 19:35:25 +0200 (dim, 13 avr 2008) | 1 line [FIX] calendar: fix typo ------------------------------------------------------------------------ r12523 | nyloth | 2008-04-13 19:34:29 +0200 (dim, 13 avr 2008) | 1 line [MOD] calendar: also show year in month view title. ------------------------------------------------------------------------ r12522 | nyloth | 2008-04-13 19:32:32 +0200 (dim, 13 avr 2008) | 1 line [FIX] timezones: 'CEST', which is the 'Central European Summer Time' (GMT+2), was returned as a timezone by javascript autodetection, but it is not correctly supported by PEAR Date to determine if it has DST (Daylight Saving Time) ... so use 'Europe/Paris' when CEST is detected. ------------------------------------------------------------------------ r12521 | nyloth | 2008-04-13 19:24:18 +0200 (dim, 13 avr 2008) | 1 line [FIX] calendar: the 'First day of week: Sunday (its ID is 0) - translators you need to localize this string' is a special string. Translators need to translate it by simply '0' or '1', to indicate weither the week should start with Sunday (0) or Monday (1). ------------------------------------------------------------------------ r12520 | sylvieg | 2008-04-13 15:34:37 +0200 (dim, 13 avr 2008) | 1 line [FIX]fgal: find in sql query was ambigous ------------------------------------------------------------------------ r12519 | ricks99 | 2008-04-12 23:33:55 +0200 (sam, 12 avr 2008) | 1 line [UI]use icons for actions, tell user if create or edit ------------------------------------------------------------------------ r12518 | ricks99 | 2008-04-12 23:17:43 +0200 (sam, 12 avr 2008) | 1 line [UI] fix typo ------------------------------------------------------------------------ r12517 | ricks99 | 2008-04-12 23:10:29 +0200 (sam, 12 avr 2008) | 1 line [UI]moved details to options column. added not explaining why group homepage feature cannot be used. ------------------------------------------------------------------------ r12516 | ricks99 | 2008-04-12 22:06:39 +0200 (sam, 12 avr 2008) | 1 line [UI]removed extra spaces in links (IE-only) ------------------------------------------------------------------------ r12515 | ricks99 | 2008-04-12 22:01:57 +0200 (sam, 12 avr 2008) | 1 line [UI]removed extra spaces in links (IE-only) ------------------------------------------------------------------------ r12514 | ricks99 | 2008-04-12 21:31:52 +0200 (sam, 12 avr 2008) | 1 line [UI]added table headings, use icons for attention ------------------------------------------------------------------------ r12513 | ricks99 | 2008-04-12 21:23:01 +0200 (sam, 12 avr 2008) | 1 line [NEW]error and alert icons ------------------------------------------------------------------------ r12512 | ricks99 | 2008-04-12 21:04:12 +0200 (sam, 12 avr 2008) | 1 line [UI]move admin link to heading for consistency, hide find table if no records ------------------------------------------------------------------------ r12511 | ricks99 | 2008-04-12 20:40:03 +0200 (sam, 12 avr 2008) | 1 line [UI] format row when no records found. show find box if galleries but no matches ------------------------------------------------------------------------ r12510 | sylvieg | 2008-04-12 14:25:22 +0200 (sam, 12 avr 2008) | 1 line dos2unix ------------------------------------------------------------------------ r12509 | sylvieg | 2008-04-12 13:47:12 +0200 (sam, 12 avr 2008) | 1 line [FIX]tracker: do not show a box when no field are seachable + keep the status buttons to the same size ------------------------------------------------------------------------ r12508 | sylvieg | 2008-04-12 13:41:49 +0200 (sam, 12 avr 2008) | 1 line dos2unix ------------------------------------------------------------------------ r12507 | sylvieg | 2008-04-12 01:07:09 +0200 (sam, 12 avr 2008) | 1 line [FIX]gal: dos2unix+pagination ------------------------------------------------------------------------ r12506 | lphuberdeau | 2008-04-11 23:25:24 +0200 (ven, 11 avr 2008) | 2 lines [FIX] Could cause infinite loops with very small values ------------------------------------------------------------------------ r12505 | sylvieg | 2008-04-11 22:34:26 +0200 (ven, 11 avr 2008) | 1 line [FIX]poll: do not show the comments buttom in module + fix the number ------------------------------------------------------------------------ r12504 | sylvieg | 2008-04-11 20:12:45 +0200 (ven, 11 avr 2008) | 1 line sync ------------------------------------------------------------------------ r12503 | sylvieg | 2008-04-11 20:10:10 +0200 (ven, 11 avr 2008) | 1 line [MOD]site identity: a site report bar at teh bottom that allows to have 2 links: report the webmaster and send a link ------------------------------------------------------------------------ r12502 | sylvieg | 2008-04-11 19:22:10 +0200 (ven, 11 avr 2008) | 1 line xhtml ------------------------------------------------------------------------ r12501 | sylvieg | 2008-04-11 19:18:19 +0200 (ven, 11 avr 2008) | 1 line [MOD] save one query on mulitlingual field ------------------------------------------------------------------------ r12500 | sylvieg | 2008-04-11 19:17:25 +0200 (ven, 11 avr 2008) | 1 line [FIX]tracker: fix edition of a multilingual field ------------------------------------------------------------------------ r12499 | sylvieg | 2008-04-11 19:03:19 +0200 (ven, 11 avr 2008) | 1 line dos2unix ------------------------------------------------------------------------ r12498 | sylvieg | 2008-04-11 17:39:44 +0200 (ven, 11 avr 2008) | 1 line [FIX]fgal: in a lockable fgal, do not allow non admin user to upload a file if not locked ------------------------------------------------------------------------ r12497 | sylvieg | 2008-04-11 17:32:11 +0200 (ven, 11 avr 2008) | 1 line [FIX]fgal: in a lockable fgal, do not show the edit and update new version to non admin users who have not locked the file ------------------------------------------------------------------------ r12496 | sept_7 | 2008-04-11 17:18:52 +0200 (ven, 11 avr 2008) | 2 lines [FIX] : bad translation ------------------------------------------------------------------------ r12495 | sept_7 | 2008-04-11 17:16:02 +0200 (ven, 11 avr 2008) | 2 lines [FIX] filegals : do not allow selecting self as Parent Gallery :( ------------------------------------------------------------------------ r12494 | sept_7 | 2008-04-11 17:09:19 +0200 (ven, 11 avr 2008) | 2 lines [FIX] admin_categories : adding filegals was not working... Now fixed ------------------------------------------------------------------------ r12493 | sylvieg | 2008-04-11 16:36:24 +0200 (ven, 11 avr 2008) | 1 line [FIX]fgal: error message if an admin has unlocked a file while user is in the edit file pannel ------------------------------------------------------------------------ r12492 | ricks99 | 2008-04-11 16:20:14 +0200 (ven, 11 avr 2008) | 1 line [UI] added icons to error msgs. remove form/msg upon successful send. move send button to bottom of form ------------------------------------------------------------------------ r12491 | sept_7 | 2008-04-11 16:06:53 +0200 (ven, 11 avr 2008) | 3 lines [ENH] filegals : tabs navigation on edit properties is optional (use prefs.feature_tabs) [ENH] admin features use tabs _if_ prefs.feature_tabs is set ------------------------------------------------------------------------ r12490 | ricks99 | 2008-04-11 15:45:29 +0200 (ven, 11 avr 2008) | 1 line [TEST] saved from notepad as plain text ------------------------------------------------------------------------ r12489 | ricks99 | 2008-04-11 15:40:34 +0200 (ven, 11 avr 2008) | 1 line [TEST] saved from notepad ++ with convert to unix compatability. committed with tortoisesvn, native eol ------------------------------------------------------------------------ r12486 | sylvieg | 2008-04-11 15:00:53 +0200 (ven, 11 avr 2008) | 1 line dos2unix ------------------------------------------------------------------------ r12485 | ricks99 | 2008-04-11 14:57:02 +0200 (ven, 11 avr 2008) | 1 line test ------------------------------------------------------------------------ r12484 | sylvieg | 2008-04-11 14:22:39 +0200 (ven, 11 avr 2008) | 1 line dos2unix ------------------------------------------------------------------------ r12483 | ricks99 | 2008-04-11 13:52:16 +0200 (ven, 11 avr 2008) | 1 line [UI] added note to explain this page to new users. minor tweaks on the table to match other pages. added note if table is empty. ------------------------------------------------------------------------ r12482 | Jyhem | 2008-04-11 11:19:53 +0200 (ven, 11 avr 2008) | 1 line [ENH] Former text was confusing users ------------------------------------------------------------------------ r12481 | luciash | 2008-04-11 10:32:55 +0200 (ven, 11 avr 2008) | 1 line [FIX] xhtml: & -> & is not done here automagically ------------------------------------------------------------------------ r12477 | sylvieg | 2008-04-10 23:20:42 +0200 (jeu, 10 avr 2008) | 1 line [FIX] in fact better to let blank ------------------------------------------------------------------------ r12476 | sylvieg | 2008-04-10 23:13:40 +0200 (jeu, 10 avr 2008) | 1 line [FIX] get_admin_email check feauture on - better to use the prefs -> Are the callback registration still in use? ------------------------------------------------------------------------ r12475 | sylvieg | 2008-04-10 22:48:56 +0200 (jeu, 10 avr 2008) | 1 line [FIX]prefs: better to use the contact_user because get_admin_email will always be null as contact_anon and feature_contacts are n ------------------------------------------------------------------------ r12466 | sylvieg | 2008-04-10 20:08:27 +0200 (jeu, 10 avr 2008) | 1 line [FIX]fgal: when file already locked(somebody locks it and you did not refresh your screen), close the error from tiki-download window - because the list window has the message also ------------------------------------------------------------------------ r12465 | sylvieg | 2008-04-10 19:36:53 +0200 (jeu, 10 avr 2008) | 1 line ... not so hard to repalce L with an icon... will rollback if objection ------------------------------------------------------------------------ r12464 | sept_7 | 2008-04-10 19:11:17 +0200 (jeu, 10 avr 2008) | 2 lines [FIX] add CSS style for nice overbox in filegals ------------------------------------------------------------------------ r12463 | sept_7 | 2008-04-10 18:47:05 +0200 (jeu, 10 avr 2008) | 2 lines [ENH] filgals : better layout of headings and buttons ------------------------------------------------------------------------ r12462 | sylvieg | 2008-04-10 18:17:50 +0200 (jeu, 10 avr 2008) | 1 line rollback + do not display locked by when in the root gallery ------------------------------------------------------------------------ r12461 | sept_7 | 2008-04-10 18:11:44 +0200 (jeu, 10 avr 2008) | 3 lines [NEW] filegals : slide show in filegals [ENH] filegals : better handling of modifications summary ------------------------------------------------------------------------ r12460 | Jyhem | 2008-04-10 18:03:02 +0200 (jeu, 10 avr 2008) | 1 line [FIX] this was preventing italics ------------------------------------------------------------------------ r12459 | sept_7 | 2008-04-10 16:10:29 +0200 (jeu, 10 avr 2008) | 13 lines [ENH] filegals : filegals->replace_file_gallery takes a unique argument which is an array returned by filegals->get_file_gallery_info... [ENH] filegals : When saving the properties of a filegal show the modifications as a tips at the top of the page. You need to unset "View inserted gallery") to see it as I didn't find a nice way to pass the modification back to tiki-list_file_gallery.php. I think this solve the « problem » of not having a "Save" button in each tabs : o when doing multiple modifications avoid multiple submits o and showing the modifications Ok maybe it is not perfect as we display the internal property name, but it is not worst than the feature admin page ! ;p ------------------------------------------------------------------------ r12458 | Jyhem | 2008-04-10 15:59:52 +0200 (jeu, 10 avr 2008) | 1 line [FIX] mass capitalization of 'translate' (thanks MarcLaporte) ------------------------------------------------------------------------ r12457 | marclaporte | 2008-04-10 01:24:58 +0200 (jeu, 10 avr 2008) | 1 line sync db ------------------------------------------------------------------------ r12456 | sylvieg | 2008-04-10 01:18:13 +0200 (jeu, 10 avr 2008) | 1 line [FIX]abbrevaition must not be hard coded but a language feature ------------------------------------------------------------------------ r12455 | sylvieg | 2008-04-09 23:16:18 +0200 (mer, 09 avr 2008) | 1 line [FIX]fgal: fix the confirm unlock step ------------------------------------------------------------------------ r12454 | nyloth | 2008-04-09 22:45:10 +0200 (mer, 09 avr 2008) | 1 line [ENH] wiki: when using images from filegals (e.g. using filegal manager), resize the image server-side if possible. This will generally imply less data to download from the user (i.e. speed up the page download) and a better image quality (browser resize algorithms are quick but bad). ------------------------------------------------------------------------ r12453 | amette | 2008-04-09 21:56:51 +0200 (mer, 09 avr 2008) | 2 lines Fix linebreaks 'broken' by luciash ------------------------------------------------------------------------ r12452 | pkdille | 2008-04-09 21:16:12 +0200 (mer, 09 avr 2008) | 1 line [FIX] text ------------------------------------------------------------------------ r12451 | ricks99 | 2008-04-09 20:22:46 +0200 (mer, 09 avr 2008) | 1 line [UI] corrected oder of filter (filter, item, button) in heading, hide results table if no items to display, move select all box to heading and to left (as on other pages). ------------------------------------------------------------------------ r12450 | sylvieg | 2008-04-09 19:07:01 +0200 (mer, 09 avr 2008) | 1 line [FIX]tracker plugin: manadge autoincrement field ------------------------------------------------------------------------ r12449 | ricks99 | 2008-04-09 18:50:35 +0200 (mer, 09 avr 2008) | 1 line [UI] tell user if no records found, move select all to correct column (and hide if no records to display) ------------------------------------------------------------------------ r12447 | ricks99 | 2008-04-09 18:30:54 +0200 (mer, 09 avr 2008) | 1 line [UI] add icons to alerts and notices ------------------------------------------------------------------------ r12446 | sylvieg | 2008-04-09 18:29:13 +0200 (mer, 09 avr 2008) | 1 line [MOD]tracker export: can specifiy delimitors, separator, CR + default is ISO8859 no parsing tracker default sort + can sort on itemId ------------------------------------------------------------------------ r12445 | ricks99 | 2008-04-09 17:33:58 +0200 (mer, 09 avr 2008) | 1 line [UI] use icons for alerts and notifications, move checkboxes to left column (as in other pages). move Select All to top of column ------------------------------------------------------------------------ r12444 | sylvieg | 2008-04-09 17:19:40 +0200 (mer, 09 avr 2008) | 1 line notice ------------------------------------------------------------------------ r12443 | ricks99 | 2008-04-09 17:15:03 +0200 (mer, 09 avr 2008) | 1 line [UI] tell users why the "use in" field is blank ------------------------------------------------------------------------ r12442 | ricks99 | 2008-04-09 16:52:21 +0200 (mer, 09 avr 2008) | 1 line [UI] provide backlink to Administration: Modules page ------------------------------------------------------------------------ r12441 | sylvieg | 2008-04-09 16:50:46 +0200 (mer, 09 avr 2008) | 1 line [FIX]vote: anonymous can vote only if cookies are allowed (otherwise they can vote how many times they want) ------------------------------------------------------------------------ r12440 | Jyhem | 2008-04-09 16:35:43 +0200 (mer, 09 avr 2008) | 1 line [FIX] The flag names with '_' were not being translated because the translation file contains the name with _ ------------------------------------------------------------------------ r12439 | sylvieg | 2008-04-09 16:31:07 +0200 (mer, 09 avr 2008) | 1 line [FIX]forum: check tiki_p_forum_vote and not tiki_p_vote_comments for forum ------------------------------------------------------------------------ r12438 | sylvieg | 2008-04-09 15:52:26 +0200 (mer, 09 avr 2008) | 1 line [FIX]traker: strip tracker plugin filter ------------------------------------------------------------------------ r12437 | sept_7 | 2008-04-09 14:36:22 +0200 (mer, 09 avr 2008) | 2 lines [ENH] filgals : show permissions button ------------------------------------------------------------------------ r12436 | sept_7 | 2008-04-09 14:35:24 +0200 (mer, 09 avr 2008) | 2 lines [ENH] filgals : show when the filgal is private ------------------------------------------------------------------------ r12435 | sept_7 | 2008-04-09 14:09:54 +0200 (mer, 09 avr 2008) | 2 lines [ENH] filgals : clarification of the page edit_mode ------------------------------------------------------------------------ r12434 | sept_7 | 2008-04-09 13:59:08 +0200 (mer, 09 avr 2008) | 3 lines [FIX] : filgals setting default sort order now works in edit_filgals [ENH] : filegals edit now uses tabs for clarity ------------------------------------------------------------------------ r12433 | luciash | 2008-04-09 03:30:48 +0200 (mer, 09 avr 2008) | 1 line [MOD] use span instead of div to have page id on one line with description by default ------------------------------------------------------------------------ r12432 | luciash | 2008-04-09 03:18:13 +0200 (mer, 09 avr 2008) | 1 line [DEL] no more needed as default tpl is de-tablized ------------------------------------------------------------------------ r12431 | luciash | 2008-04-09 03:14:40 +0200 (mer, 09 avr 2008) | 1 line [FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor, tables replaced by list ------------------------------------------------------------------------ r12430 | marclaporte | 2008-04-09 03:13:45 +0200 (mer, 09 avr 2008) | 1 line [MOD] Changing default __Maximum number of records in listings__ from 10 to 25 like in BRANCH-1-9 ------------------------------------------------------------------------ r12429 | luciash | 2008-04-09 02:15:53 +0200 (mer, 09 avr 2008) | 1 line [FIX] tables replaced by more semantic tags (use divs instead of table), better flipping with keeping the hide/show state ------------------------------------------------------------------------ r12428 | luciash | 2008-04-09 01:24:54 +0200 (mer, 09 avr 2008) | 1 line [FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor ------------------------------------------------------------------------ r12427 | luciash | 2008-04-09 01:24:22 +0200 (mer, 09 avr 2008) | 1 line [FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor ------------------------------------------------------------------------ r12426 | marclaporte | 2008-04-09 01:19:25 +0200 (mer, 09 avr 2008) | 1 line [ENH] Make the default pre-install screen clearer. Sorry about linebreak changes. Someone is using DOS formatting. ------------------------------------------------------------------------ r12425 | luciash | 2008-04-09 01:07:42 +0200 (mer, 09 avr 2008) | 1 line [FIX] links to comments correctly open and show comzone and scroll down to comment threadId anchor ------------------------------------------------------------------------ r12424 | lphuberdeau | 2008-04-08 22:11:02 +0200 (mar, 08 avr 2008) | 2 lines [MOD] Attempt to remove ambiguity in the translation module ------------------------------------------------------------------------ r12423 | nyloth | 2008-04-08 21:22:13 +0200 (mar, 08 avr 2008) | 1 line [FIX] calendar: fix displayed date to correctly handle timezones (use tiki_date_format instead of date_format) ------------------------------------------------------------------------ r12422 | sylvieg | 2008-04-08 20:25:00 +0200 (mar, 08 avr 2008) | 1 line [FIX]tracker: do not escape text and textarea for a csv export ------------------------------------------------------------------------ r12421 | lphuberdeau | 2008-04-08 19:02:28 +0200 (mar, 08 avr 2008) | 2 lines [MOD] I was told font size is generally a little larger for arabic. ------------------------------------------------------------------------ r12420 | lphuberdeau | 2008-04-08 18:36:14 +0200 (mar, 08 avr 2008) | 2 lines [FIX] Properly display page content right to left for arabic and hebrew ------------------------------------------------------------------------ r12419 | sylvieg | 2008-04-08 17:55:44 +0200 (mar, 08 avr 2008) | 1 line [MOD]fgal: repeat the message that a file is locked by somebody else near the save button ------------------------------------------------------------------------ r12418 | sylvieg | 2008-04-08 17:46:16 +0200 (mar, 08 avr 2008) | 1 line [FIX]fgal: add a confirmation step when admin unlocked a file that is not locked by himself ------------------------------------------------------------------------ r12417 | sylvieg | 2008-04-08 17:08:13 +0200 (mar, 08 avr 2008) | 1 line [FIX]fgal: go on error if between the time the edit file pannel was loaded and the file was modified, the file has been locked by somebody ------------------------------------------------------------------------ r12416 | pkdille | 2008-04-08 17:05:02 +0200 (mar, 08 avr 2008) | 1 line [MOD] admin content templates : move the tip section to the upper part of the screen + 2 capitalizations ------------------------------------------------------------------------ r12415 | sylvieg | 2008-04-08 16:54:24 +0200 (mar, 08 avr 2008) | 1 line [FIX]fgal: block download if the file has been locked meanwhile->TODO: clode the download window ------------------------------------------------------------------------ r12414 | sylvieg | 2008-04-08 16:38:14 +0200 (mar, 08 avr 2008) | 1 line [FIX]fgal: go on error if between the time the edit file pannel was loaded and the file was modified, the file has been locked by somebody ------------------------------------------------------------------------ r12413 | luciash | 2008-04-08 16:17:34 +0200 (mar, 08 avr 2008) | 1 line [FIX] there's no "wrap" but "white-space" in CSS properties ------------------------------------------------------------------------ r12412 | sept_7 | 2008-04-08 16:13:52 +0200 (mar, 08 avr 2008) | 2 lines [ENH] filegals : add link on galleryID = 0 ------------------------------------------------------------------------ r12411 | luciash | 2008-04-08 16:10:54 +0200 (mar, 08 avr 2008) | 1 line [FIX] clear after floats ------------------------------------------------------------------------ r12410 | pkdille | 2008-04-08 15:58:27 +0200 (mar, 08 avr 2008) | 1 line [MOD] search: put filter buttons in navbar div as anywhere else ------------------------------------------------------------------------ r12409 | sylvieg | 2008-04-08 15:39:24 +0200 (mar, 08 avr 2008) | 1 line [FIX]fgal: block download if the file has been locked meanwhile->TODO: clode the download window ------------------------------------------------------------------------ r12407 | luciash | 2008-04-08 15:29:03 +0200 (mar, 08 avr 2008) | 1 line [DEL] no more needed as default tpl is de-tablized ------------------------------------------------------------------------ r12406 | pkdille | 2008-04-08 15:25:31 +0200 (mar, 08 avr 2008) | 1 line [FIX] calendar setup : Id property... ------------------------------------------------------------------------ r12405 | luciash | 2008-04-08 15:22:38 +0200 (mar, 08 avr 2008) | 1 line [FIX] "de-tablexication" (use divs instead of table) ------------------------------------------------------------------------ r12404 | luciash | 2008-04-08 15:20:34 +0200 (mar, 08 avr 2008) | 1 line [FIX] fullscreen condition adjustments ------------------------------------------------------------------------ r12403 | pkdille | 2008-04-08 15:01:39 +0200 (mar, 08 avr 2008) | 1 line [FIX] calendar_setup: svn Id ------------------------------------------------------------------------ r12402 | pkdille | 2008-04-08 14:19:59 +0200 (mar, 08 avr 2008) | 1 line [FIX] action calendar: action calendar should be useable without feature_calendar activated ------------------------------------------------------------------------ r12401 | luciash | 2008-04-08 13:14:27 +0200 (mar, 08 avr 2008) | 1 line [FIX] {include file=tiki-page_bar.tpl} was missing ------------------------------------------------------------------------ r12400 | luciash | 2008-04-08 05:20:49 +0200 (mar, 08 avr 2008) | 1 line [FIX] store the columns state in session var/cookie for tableless column switcher + some fixes ------------------------------------------------------------------------ r12399 | luciash | 2008-04-08 03:50:00 +0200 (mar, 08 avr 2008) | 1 line [FIX] background image vertical lines tricks ------------------------------------------------------------------------ r12398 | luciash | 2008-04-08 02:04:57 +0200 (mar, 08 avr 2008) | 1 line [FIX] workaround for MSIE right column under-run (IE6 has a bug which doesn't understand construction #foo.moo (which should match e.g. <div id="foo" class="moo">...</div>) so we have to use only .moo :-p (.marginright, .marginleft) ------------------------------------------------------------------------ r12397 | luciash | 2008-04-08 01:57:55 +0200 (mar, 08 avr 2008) | 1 line [UPD] update to latest *lite CSS ------------------------------------------------------------------------ r12396 | sylvieg | 2008-04-07 23:53:16 +0200 (lun, 07 avr 2008) | 1 line [FIX]wiki: do not replace & with & for numeric character like ± ------------------------------------------------------------------------ r12395 | lphuberdeau | 2008-04-07 22:11:44 +0200 (lun, 07 avr 2008) | 1 line [NEW] Watch page creation in given language (frontend) ------------------------------------------------------------------------ r12394 | lphuberdeau | 2008-04-07 21:43:12 +0200 (lun, 07 avr 2008) | 1 line [NEW] Watch page creation in given language (backend) ------------------------------------------------------------------------ r12393 | Jyhem | 2008-04-07 20:08:39 +0200 (lun, 07 avr 2008) | 1 line [FIX] mass capitalization ------------------------------------------------------------------------ r12392 | sylvieg | 2008-04-07 18:11:22 +0200 (lun, 07 avr 2008) | 1 line [MOD]user: a little message when password has been changed ------------------------------------------------------------------------ r12391 | sylvieg | 2008-04-07 17:25:44 +0200 (lun, 07 avr 2008) | 1 line [FIX]login: remind password send directly to tiki-change_password.php to avoid to have the passord in the url and the old password input ------------------------------------------------------------------------ r12390 | sylvieg | 2008-04-07 16:57:58 +0200 (lun, 07 avr 2008) | 1 line [FIX]perms: rollback 12355+ move for IE7 ------------------------------------------------------------------------ r12389 | Jyhem | 2008-04-07 16:52:25 +0200 (lun, 07 avr 2008) | 1 line [FIX] mass capitalization ------------------------------------------------------------------------ r12388 | sylvieg | 2008-04-07 15:53:08 +0200 (lun, 07 avr 2008) | 1 line [FIX]user: to be able to use also password reminder for 'admin' when login =email ------------------------------------------------------------------------ r12387 | Jyhem | 2008-04-07 15:38:09 +0200 (lun, 07 avr 2008) | 1 line [FIX] mass capitalization ------------------------------------------------------------------------ r12386 | chibaguy | 2008-04-07 15:31:05 +0200 (lun, 07 avr 2008) | 1 line Missing div closing tag added. ------------------------------------------------------------------------ r12385 | sampaioprimo | 2008-04-07 06:18:28 +0200 (lun, 07 avr 2008) | 2 lines fix string translation ------------------------------------------------------------------------ r12384 | kokohuyb | 2008-04-07 00:28:53 +0200 (lun, 07 avr 2008) | 1 line Updated translation ------------------------------------------------------------------------ r12383 | chibaguy | 2008-04-05 08:05:14 +0200 (sam, 05 avr 2008) | 1 line Moved closing div tag that broke error page in no-table themes. ------------------------------------------------------------------------ r12382 | luciash | 2008-04-05 06:19:50 +0200 (sam, 05 avr 2008) | 1 line [ENH] first implementation of shadowbox for images in file gallery (after click on thumbnails in browse image view mode)... please optimize ------------------------------------------------------------------------ r12381 | gregmartin | 2008-04-05 06:07:31 +0200 (sam, 05 avr 2008) | 1 line Made a miinor edit to the help to explain the "page=>" option ------------------------------------------------------------------------ r12380 | gregmartin | 2008-04-05 05:40:37 +0200 (sam, 05 avr 2008) | 1 line Added option to limit the number of blog entries displayed. Updated help to reflect changes. ------------------------------------------------------------------------ r12379 | luciash | 2008-04-05 04:22:19 +0200 (sam, 05 avr 2008) | 1 line [FIX] linked icon to browse image for details ------------------------------------------------------------------------ r12378 | luciash | 2008-04-05 04:02:09 +0200 (sam, 05 avr 2008) | 1 line [REM] lightbox removed (replaced by shadowbox) ------------------------------------------------------------------------ r12377 | luciash | 2008-04-05 03:59:27 +0200 (sam, 05 avr 2008) | 1 line [REM] lightbox removed (replaced by shadowbox) ------------------------------------------------------------------------ r12376 | luciash | 2008-04-05 03:52:35 +0200 (sam, 05 avr 2008) | 1 line [ENH] smarty pagination ------------------------------------------------------------------------ r12375 | luciash | 2008-04-05 03:09:32 +0200 (sam, 05 avr 2008) | 1 line [ENH] smarty pagination ------------------------------------------------------------------------ r12374 | luciash | 2008-04-05 02:46:39 +0200 (sam, 05 avr 2008) | 1 line [FIX] Page 1/0 bugfix using nyloth's pagination smarty block ------------------------------------------------------------------------ r12373 | luciash | 2008-04-05 02:31:52 +0200 (sam, 05 avr 2008) | 1 line [ENH] smarty pagination ------------------------------------------------------------------------ r12372 | luciash | 2008-04-05 00:52:58 +0200 (sam, 05 avr 2008) | 1 line [FIX] Page 1/0 bugfix using nyloth's pagination smarty block ------------------------------------------------------------------------ r12371 | luciash | 2008-04-05 00:39:04 +0200 (sam, 05 avr 2008) | 1 line [ENH] smarty pagination ------------------------------------------------------------------------ r12370 | sylvieg | 2008-04-05 00:16:57 +0200 (sam, 05 avr 2008) | 1 line some tuning ------------------------------------------------------------------------ r12369 | luciash | 2008-04-05 00:01:20 +0200 (sam, 05 avr 2008) | 1 line [FIX] Page 1/0 bugfix by adding nyloth's pagination ------------------------------------------------------------------------ r12368 | luciash | 2008-04-04 23:53:46 +0200 (ven, 04 avr 2008) | 1 line [FIX] display "Page: 1/1" if at least one page of results in listing ------------------------------------------------------------------------ r12367 | sylvieg | 2008-04-04 23:52:00 +0200 (ven, 04 avr 2008) | 1 line oops ------------------------------------------------------------------------ r12366 | sylvieg | 2008-04-04 23:46:30 +0200 (ven, 04 avr 2008) | 1 line [FIX]approval: better message if no approved version ------------------------------------------------------------------------ r12365 | sylvieg | 2008-04-04 23:14:37 +0200 (ven, 04 avr 2008) | 1 line [FIX]approval: approval step display the attachmnets to allow to delete them ------------------------------------------------------------------------ r12364 | sylvieg | 2008-04-04 22:49:42 +0200 (ven, 04 avr 2008) | 1 line [FIX]approval: fix the creation of a new page that is stagged + no link to approved page if none + fix the history in the case of deleted staging at approval + approval step display the attachmnets to allow to delete them ------------------------------------------------------------------------ r12363 | luciash | 2008-04-04 22:45:04 +0200 (ven, 04 avr 2008) | 1 line [FIX] Page 1/0 bugfix by adding nyloth's pagination ------------------------------------------------------------------------ r12362 | ricks99 | 2008-04-04 20:20:52 +0200 (ven, 04 avr 2008) | 1 line [UI]fixed typo in error msg ------------------------------------------------------------------------ r12361 | ricks99 | 2008-04-04 19:10:13 +0200 (ven, 04 avr 2008) | 1 line [UI] use icons for actions instead of text, remove find box if no items in listing ------------------------------------------------------------------------ r12360 | ricks99 | 2008-04-04 17:19:07 +0200 (ven, 04 avr 2008) | 1 line [UI] remove find form, if there are no records to search ------------------------------------------------------------------------ r12359 | ricks99 | 2008-04-04 17:05:36 +0200 (ven, 04 avr 2008) | 1 line [UI] Move send button to bottom (where it belongs) ------------------------------------------------------------------------ r12358 | ricks99 | 2008-04-04 16:38:49 +0200 (ven, 04 avr 2008) | 1 line [MOD]turn on site identity for a new install (so that topbar, loog, and search are shown by default) ------------------------------------------------------------------------ r12357 | ricks99 | 2008-04-04 16:12:24 +0200 (ven, 04 avr 2008) | 1 line [UI]Slightly better error messages to end-users. tell them what to look for and how to fix. ------------------------------------------------------------------------ r12356 | luciash | 2008-04-04 14:31:02 +0200 (ven, 04 avr 2008) | 2 lines [REM] lightbox removed (replaced by shadowbox) [MOD] mootools must be on (if mootools off, disable shadowbox checkbox and say so) ------------------------------------------------------------------------ r12355 | sylvieg | 2008-04-04 12:14:37 +0200 (ven, 04 avr 2008) | 1 line [FIX]perms: why do we need these hidden inputs. There are creating a space in IE7 ------------------------------------------------------------------------ r12354 | sylvieg | 2008-04-04 11:31:44 +0200 (ven, 04 avr 2008) | 1 line [FIX]categ: apply also the excluded categs to the path itself to take away parent categ for example ------------------------------------------------------------------------ r12353 | marclaporte | 2008-04-04 00:35:52 +0200 (ven, 04 avr 2008) | 1 line [FIX] Adding permission check to edit translation ------------------------------------------------------------------------ r12352 | sylvieg | 2008-04-03 22:06:49 +0200 (jeu, 03 avr 2008) | 1 line 2 same lines ------------------------------------------------------------------------ r12351 | ricks99 | 2008-04-03 21:17:59 +0200 (jeu, 03 avr 2008) | 1 line [UI] regroup items in table to reduce number of columns (avoid ultra-wide table), use icons instead of text for actions. ------------------------------------------------------------------------ r12350 | sylvieg | 2008-04-03 21:13:07 +0200 (jeu, 03 avr 2008) | 1 line [FIX]user: when admin creates a user with 'login is email', set the email also in the database to have remind password working ------------------------------------------------------------------------ r12349 | sylvieg | 2008-04-03 21:11:36 +0200 (jeu, 03 avr 2008) | 1 line [FIX]prefs: some cleaning to have an homegeneous interface - just a beginning ------------------------------------------------------------------------ r12348 | sylvieg | 2008-04-03 19:05:20 +0200 (jeu, 03 avr 2008) | 1 line [FIX]MyTiki: if user preferences is desactivated - but a user can still change password let him go in the admin part of user prefs ------------------------------------------------------------------------ r12347 | sylvieg | 2008-04-03 18:06:37 +0200 (jeu, 03 avr 2008) | 1 line [MOD]register: if you ask for email, use this as label instead of username ------------------------------------------------------------------------ r12346 | sylvieg | 2008-04-03 18:00:13 +0200 (jeu, 03 avr 2008) | 1 line [MOD]register: if not ajax and passwords have minumum length... a little warning ------------------------------------------------------------------------ r12345 | luciash | 2008-04-03 17:33:23 +0200 (jeu, 03 avr 2008) | 1 line [FIX] backport from templates/header.tpl ------------------------------------------------------------------------ r12344 | sylvieg | 2008-04-03 17:32:23 +0200 (jeu, 03 avr 2008) | 1 line prefs ------------------------------------------------------------------------ r12343 | gregmartin | 2008-04-03 16:56:20 +0200 (jeu, 03 avr 2008) | 1 line Cleaning up the help & comments. ------------------------------------------------------------------------ r12342 | nyloth | 2008-04-03 15:32:47 +0200 (jeu, 03 avr 2008) | 1 line [FIX] fix svn Id ------------------------------------------------------------------------ r12341 | sylvieg | 2008-04-03 15:21:44 +0200 (jeu, 03 avr 2008) | 1 line [FIX]forum: replace the report form with a self_link not to have each moderator action on posts considered as reported + watch and notepad as self_link ------------------------------------------------------------------------ r12340 | amette | 2008-04-03 14:48:59 +0200 (jeu, 03 avr 2008) | 2 lines Trackbacks were removed from Tiki, so better don't try to show them ;) ------------------------------------------------------------------------ r12339 | nyloth | 2008-04-03 14:45:21 +0200 (jeu, 03 avr 2008) | 1 line [FIX] fgal: fix tooltip ------------------------------------------------------------------------ r12338 | nyloth | 2008-04-03 14:42:44 +0200 (jeu, 03 avr 2008) | 1 line [FIX] fgal: fix comment ------------------------------------------------------------------------ r12337 | nyloth | 2008-04-03 14:41:17 +0200 (jeu, 03 avr 2008) | 1 line [MOD] file galleries: when only name column is displayed (and not filename), show the filename if there is no name specified. Update tikineat and tikinewt to display this filename fallback in italic + remove some useless smarty comments. ------------------------------------------------------------------------ r12336 | nyloth | 2008-04-03 14:38:36 +0200 (jeu, 03 avr 2008) | 1 line [ENH] fgal images lib: auto-detect best installed lib instead of looking at imagegals prefs ------------------------------------------------------------------------ r12335 | sylvieg | 2008-04-03 12:41:25 +0200 (jeu, 03 avr 2008) | 1 line [FIX]pref: do not display flags/.gif ------------------------------------------------------------------------ r12334 | marclaporte | 2008-04-03 05:33:23 +0200 (jeu, 03 avr 2008) | 1 line [FIX] Permission check to use Batch upload (Unzip all zip files) was missing. + added an extra br for cosmetic reasons. ------------------------------------------------------------------------ r12333 | marclaporte | 2008-04-03 05:26:30 +0200 (jeu, 03 avr 2008) | 1 line [FIX] Cosmetic: Nicer confirmation message after file upload. ------------------------------------------------------------------------ r12332 | marclaporte | 2008-04-03 05:05:42 +0200 (jeu, 03 avr 2008) | 1 line [MOD] Reducing the number of colums shown when listing the image galleries. ------------------------------------------------------------------------ r12331 | marclaporte | 2008-04-03 05:00:26 +0200 (jeu, 03 avr 2008) | 1 line [MOD] Like in 1.9.x, turning off the voting on posts system by default, on creation of new forums. This is to make things simpler for new admins/users. ------------------------------------------------------------------------ r12330 | marclaporte | 2008-04-03 04:50:15 +0200 (jeu, 03 avr 2008) | 1 line [MOD] Cleaner default for forums. Post per day is only interesting for high volume sites so it's now off by default. Listing number of topics AND posts is not necessary. I kept just posts. ------------------------------------------------------------------------ r12329 | marclaporte | 2008-04-03 04:33:06 +0200 (jeu, 03 avr 2008) | 1 line [MOD] By default, on a clean install, all users should have easy access to all the typesof data in myTiki. ------------------------------------------------------------------------ r12328 | marclaporte | 2008-04-03 04:22:52 +0200 (jeu, 03 avr 2008) | 1 line [FIX] __Registered users can change language__ setting should be re-added to tiki-admin-include-i18n.tpl from tiki-admin.php?page=login but until then, I am commenting out this line ------------------------------------------------------------------------ r12327 | marclaporte | 2008-04-03 04:13:56 +0200 (jeu, 03 avr 2008) | 1 line [FIX] UI change to list wiki pages ------------------------------------------------------------------------ r12326 | marclaporte | 2008-04-03 04:13:05 +0200 (jeu, 03 avr 2008) | 1 line [MOD] Like in 1.9, reducing the number of colums in wiki page listing, for cleaner, simpler default install. ------------------------------------------------------------------------ r12325 | marclaporte | 2008-04-03 03:58:06 +0200 (jeu, 03 avr 2008) | 1 line [MOD] Turning off all the rankings for various features on a clean install. It makes things cleaner & simpler ------------------------------------------------------------------------ r12324 | marclaporte | 2008-04-03 03:56:12 +0200 (jeu, 03 avr 2008) | 1 line [FIX] Search menu item now checks for permission ------------------------------------------------------------------------ r12323 | marclaporte | 2008-04-03 03:01:37 +0200 (jeu, 03 avr 2008) | 1 line [DEL] Like in BRANCH-1-9, remove old unused script, tiki-create_md5.php is the right one. ------------------------------------------------------------------------ r12322 | sylvieg | 2008-04-03 00:48:52 +0200 (jeu, 03 avr 2008) | 1 line [FIX]forum: do not show vote - if you can not vote ------------------------------------------------------------------------ r12321 | sylvieg | 2008-04-02 23:41:49 +0200 (mer, 02 avr 2008) | 1 line [FIX]wiki: do not print the pageID in print mode ------------------------------------------------------------------------ r12320 | sylvieg | 2008-04-02 23:38:33 +0200 (mer, 02 avr 2008) | 1 line sync ------------------------------------------------------------------------ r12319 | marclaporte | 2008-04-02 23:30:16 +0200 (mer, 02 avr 2008) | 1 line [FIX] Inter-User message settings are now on their own panel ------------------------------------------------------------------------ r12318 | luciash | 2008-04-02 20:17:18 +0200 (mer, 02 avr 2008) | 1 line rollback ------------------------------------------------------------------------ r12317 | sylvieg | 2008-04-02 20:12:32 +0200 (mer, 02 avr 2008) | 1 line [FIX]register: can cumulate 'but need admin approval' + 'validate user by email' ------------------------------------------------------------------------ r12316 | sampaioprimo | 2008-04-02 18:26:48 +0200 (mer, 02 avr 2008) | 2 lines merging translations from tiki 1.9 ------------------------------------------------------------------------ r12315 | sylvieg | 2008-04-02 17:35:17 +0200 (mer, 02 avr 2008) | 1 line [FIX]trackerfilter: inverse order of POST and GET to be able to sort the column in the result and to do another filter after sorting a column ------------------------------------------------------------------------ r12314 | nyloth | 2008-04-02 17:30:16 +0200 (mer, 02 avr 2008) | 1 line [NEW] filegals: new thumbnail view for file galleries (with auto line-wrapping capability and hide/show informations under thumbnails). Update tikineat and tikinewt themes to fully support it. ------------------------------------------------------------------------ r12313 | ricks99 | 2008-04-02 15:53:29 +0200 (mer, 02 avr 2008) | 1 line [UI]better grouping of a all "use in" into a single <tr> element, added tip on how to enable content template usage ------------------------------------------------------------------------ r12312 | ricks99 | 2008-04-02 15:31:44 +0200 (mer, 02 avr 2008) | 1 line [UI] disabled template drop list if no templates available, remove find box if no html pages listed. ------------------------------------------------------------------------ r12311 | luciash | 2008-04-02 14:03:08 +0200 (mer, 02 avr 2008) | 1 line [DEL] removing broken (no left and right columns appearing in FF) unmaintained theme ------------------------------------------------------------------------ r12310 | luciash | 2008-04-02 13:45:01 +0200 (mer, 02 avr 2008) | 1 line [FIX] gradient for simple-amette module titles and h1 ------------------------------------------------------------------------ r12309 | luciash | 2008-04-02 13:40:46 +0200 (mer, 02 avr 2008) | 1 line [FIX] some padding fixes, left column support, column width fixes, gradient for module titles and h1, ... ------------------------------------------------------------------------ r12308 | luciash | 2008-04-02 12:35:49 +0200 (mer, 02 avr 2008) | 1 line [FIX] rollback amette's accidental commit ------------------------------------------------------------------------ r12307 | luciash | 2008-04-02 12:34:06 +0200 (mer, 02 avr 2008) | 1 line [FIX] rollback amette's accidental commit ------------------------------------------------------------------------ r12306 | luciash | 2008-04-02 12:20:19 +0200 (mer, 02 avr 2008) | 1 line [FIX] better including of header and footer to tiki.tpl ------------------------------------------------------------------------ r12305 | luciash | 2008-04-02 10:38:51 +0200 (mer, 02 avr 2008) | 1 line [FIX] make the link rel (e.g. for shadowbox) working again ------------------------------------------------------------------------ r12304 | amette | 2008-04-02 10:04:30 +0200 (mer, 02 avr 2008) | 2 lines Added amette version of simple theme from http://amette.eu ------------------------------------------------------------------------ r12303 | amette | 2008-04-02 08:52:38 +0200 (mer, 02 avr 2008) | 2 lines Unordered list for freetags to be accessible ------------------------------------------------------------------------ r12302 | chibaguy | 2008-04-02 04:09:03 +0200 (mer, 02 avr 2008) | 1 line .editdate overlap fixed. Thanks, Petjal3. ------------------------------------------------------------------------ r12301 | ricks99 | 2008-04-01 23:21:24 +0200 (mar, 01 avr 2008) | 1 line [UI] only show notes if needed and then show next to the actual option. fix 'wiki parse' option to allow maximum with for data entry. ------------------------------------------------------------------------ r12300 | sylvieg | 2008-04-01 22:28:30 +0200 (mar, 01 avr 2008) | 1 line [FIX]tracker: plugin list respect perms ------------------------------------------------------------------------ r12299 | sylvieg | 2008-04-01 22:26:57 +0200 (mar, 01 avr 2008) | 1 line no error if feature_categories is off and some categ field ------------------------------------------------------------------------ r12298 | sylvieg | 2008-04-01 22:22:22 +0200 (mar, 01 avr 2008) | 1 line [MOD]forum: pagination + update icon moderator + fix wiki discussion forum ------------------------------------------------------------------------ r12297 | sylvieg | 2008-04-01 22:11:00 +0200 (mar, 01 avr 2008) | 1 line [MOD]forum: pagination + update icon moderator + fix wiki discussion forum ------------------------------------------------------------------------ r12296 | sylvieg | 2008-04-01 19:55:13 +0200 (mar, 01 avr 2008) | 1 line [FIX]poll: limit anonymous vote to one vote per session (better than nothing and better than IP filter ------------------------------------------------------------------------ r12295 | sylvieg | 2008-04-01 18:10:37 +0200 (mar, 01 avr 2008) | 1 line [FIX]forum: to have moderator action on selected working on view thread ------------------------------------------------------------------------ r12294 | sylvieg | 2008-04-01 17:44:58 +0200 (mar, 01 avr 2008) | 1 line [FIX]fgal: fix remove gal ------------------------------------------------------------------------ r12293 | sylvieg | 2008-04-01 17:38:17 +0200 (mar, 01 avr 2008) | 1 line [FIX]forum: the message ... your post will be approved.. was always showing up ------------------------------------------------------------------------ r12292 | sylvieg | 2008-04-01 17:01:53 +0200 (mar, 01 avr 2008) | 1 line [FIX]tiki_p_search for those who did a fresh install when the bug tiki_p_search gives admin perms on tiki was there ------------------------------------------------------------------------ r12291 | sylvieg | 2008-04-01 16:35:15 +0200 (mar, 01 avr 2008) | 1 line html ------------------------------------------------------------------------ r12290 | sylvieg | 2008-04-01 16:06:48 +0200 (mar, 01 avr 2008) | 1 line [FIX]reverse one line 12278 to have back [http://foo.com}foo] - luciash? ------------------------------------------------------------------------ r12289 | Jyhem | 2008-04-01 15:56:56 +0200 (mar, 01 avr 2008) | 1 line [FIX] typo ------------------------------------------------------------------------ r12288 | pkdille | 2008-03-31 22:23:50 +0200 (lun, 31 mar 2008) | 1 line [MOD] + [ADD] wiki listpages: put comment field under page name + new pref wiki_list_comment_len to give the admin the opportunity to limit the length of the comment field (limited by db design to 200 chars) ------------------------------------------------------------------------ r12287 | luciash | 2008-03-31 21:34:22 +0200 (lun, 31 mar 2008) | 1 line [FIX] updated img syntax help ------------------------------------------------------------------------ r12286 | luciash | 2008-03-31 21:24:46 +0200 (lun, 31 mar 2008) | 1 line [FIX] better to escape "}", added title support for the {img} syntax when link is used ------------------------------------------------------------------------ r12284 | luciash | 2008-03-31 17:40:32 +0200 (lun, 31 mar 2008) | 1 line [ADD] help for rel attribute on external links and images (rel is used e.g. to mark links which should open in shadowbox) ------------------------------------------------------------------------ r12283 | luciash | 2008-03-31 17:19:17 +0200 (lun, 31 mar 2008) | 1 line [ADD] support for rel attribute on img wiki syntax: example: {img src='show_image.php?id=3&thumb=1' link='show_image.php?id=3&scalesize=0&nocount=y' rel='shadowbox[gallery];type=img'} ------------------------------------------------------------------------ r12282 | luciash | 2008-03-31 16:47:50 +0200 (lun, 31 mar 2008) | 1 line [FIX] shadowbox: first display description if not empty, then image name, then filename... ------------------------------------------------------------------------ r12281 | luciash | 2008-03-31 16:25:56 +0200 (lun, 31 mar 2008) | 1 line [FIX] shadowbox: adding type=img parameter (because of showing the images via php it behaves as iframe by default) to get correct dimensions of the bounding box ------------------------------------------------------------------------ r12280 | luciash | 2008-03-31 15:53:09 +0200 (lun, 31 mar 2008) | 1 line [FIX] shadowbox: missing path for loading animation gif ------------------------------------------------------------------------ r12279 | luciash | 2008-03-31 15:10:31 +0200 (lun, 31 mar 2008) | 1 line [FIX] shadowbox for image galleries doesn't need lightbox feature on ------------------------------------------------------------------------ r12278 | luciash | 2008-03-31 15:05:32 +0200 (lun, 31 mar 2008) | 1 line [ADD] support for rel attribute on external links wiki syntax: [URL|description|relation|nocache], example: [http://tikiwiki.org|tw.o|shadowbox] ------------------------------------------------------------------------ r12277 | nyloth | 2008-03-31 14:35:53 +0200 (lun, 31 mar 2008) | 1 line [FIX] images lib: fix typo ------------------------------------------------------------------------ r12276 | nyloth | 2008-03-31 14:09:57 +0200 (lun, 31 mar 2008) | 1 line [SVN] add svn 'tests' properties to specific files that should be handled differently when doing some code checks (e.g. 'check-syntax:php5-only' means that the code syntax should not be tested for php4) ------------------------------------------------------------------------ r12275 | nyloth | 2008-03-31 14:05:08 +0200 (lun, 31 mar 2008) | 1 line [SVN] add svn 'tests' properties to specific files that should be handled differently when doing some code checks (e.g. 'check-syntax:php5-only' means that the code syntax should not be tested for php4) ------------------------------------------------------------------------ r12274 | amette | 2008-03-31 04:30:37 +0200 (lun, 31 mar 2008) | 2 lines Table-free layout ------------------------------------------------------------------------ r12273 | luciash | 2008-03-31 01:50:06 +0200 (lun, 31 mar 2008) | 1 line [FIX] don't display div tags in title tooltip ------------------------------------------------------------------------ r12272 | kokohuyb | 2008-03-31 01:04:42 +0200 (lun, 31 mar 2008) | 1 line Updated translation ------------------------------------------------------------------------ r12271 | luciash | 2008-03-31 00:44:29 +0200 (lun, 31 mar 2008) | 1 line [ADD] start of the shadowbox implementation ------------------------------------------------------------------------ r12270 | luciash | 2008-03-30 22:06:05 +0200 (dim, 30 mar 2008) | 1 line [MOD] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion -- $Header: $ CVS keyword is obsolete, use $Id: $ instead ------------------------------------------------------------------------ r12269 | ricks99 | 2008-03-30 20:50:47 +0200 (dim, 30 mar 2008) | 1 line [UI] only show diff selctor if there is a history > 1 ------------------------------------------------------------------------ r12268 | ricks99 | 2008-03-30 20:38:41 +0200 (dim, 30 mar 2008) | 1 line [UI]display meaningful message if no questions, instead of showing a blank question and answer div ------------------------------------------------------------------------ r12267 | lphuberdeau | 2008-03-30 18:05:17 +0200 (dim, 30 mar 2008) | 1 line [FIX] Only display translate option if edit permission is granted. ------------------------------------------------------------------------ r12266 | ricks99 | 2008-03-30 17:57:10 +0200 (dim, 30 mar 2008) | 1 line [UI] remove find table if no records in list ------------------------------------------------------------------------ r12265 | ricks99 | 2008-03-30 17:52:26 +0200 (dim, 30 mar 2008) | 1 line [MOD] add anti-bot support to submit directory link for anonymous users ------------------------------------------------------------------------ r12264 | luciash | 2008-03-30 17:49:28 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion ------------------------------------------------------------------------ r12263 | luciash | 2008-03-30 17:37:15 +0200 (dim, 30 mar 2008) | 1 line [ADD] shadowbox ------------------------------------------------------------------------ r12262 | luciash | 2008-03-30 17:28:00 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion (not set on third party lib files) ------------------------------------------------------------------------ r12261 | luciash | 2008-03-30 17:15:01 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion (not set on third party lib files) ------------------------------------------------------------------------ r12260 | luciash | 2008-03-30 17:03:01 +0200 (dim, 30 mar 2008) | 1 line [MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12259 | luciash | 2008-03-30 17:01:47 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion ------------------------------------------------------------------------ r12258 | luciash | 2008-03-30 16:57:53 +0200 (dim, 30 mar 2008) | 1 line [MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12257 | luciash | 2008-03-30 16:56:52 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion (not set on image files) ------------------------------------------------------------------------ r12256 | luciash | 2008-03-30 16:50:28 +0200 (dim, 30 mar 2008) | 1 line [MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12255 | luciash | 2008-03-30 16:49:23 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion ------------------------------------------------------------------------ r12254 | luciash | 2008-03-30 16:40:50 +0200 (dim, 30 mar 2008) | 1 line [MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12253 | luciash | 2008-03-30 16:37:20 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion ------------------------------------------------------------------------ r12252 | luciash | 2008-03-30 16:28:52 +0200 (dim, 30 mar 2008) | 1 line [MOD] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12251 | luciash | 2008-03-30 16:25:59 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion ------------------------------------------------------------------------ r12250 | luciash | 2008-03-30 16:23:05 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12249 | luciash | 2008-03-30 16:22:12 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion ------------------------------------------------------------------------ r12248 | luciash | 2008-03-30 16:10:58 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12247 | luciash | 2008-03-30 16:10:09 +0200 (dim, 30 mar 2008) | 1 line [SVN] svn:keywords setting - adding property for keyword Id ($Id: ... $) expansion ------------------------------------------------------------------------ r12246 | luciash | 2008-03-30 15:41:44 +0200 (dim, 30 mar 2008) | 1 line [MOD] (forgotten replace) $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12245 | luciash | 2008-03-30 15:38:13 +0200 (dim, 30 mar 2008) | 1 line [MOD] (forgotten replace) $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12244 | luciash | 2008-03-30 15:32:53 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12243 | luciash | 2008-03-30 15:24:31 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12242 | luciash | 2008-03-30 15:22:01 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12241 | luciash | 2008-03-30 15:15:43 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12240 | luciash | 2008-03-30 15:12:49 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12239 | luciash | 2008-03-30 15:10:42 +0200 (dim, 30 mar 2008) | 1 line [SVN] $Header: $ CVS keyword is deprecated, use $Id: $ instead ------------------------------------------------------------------------ r12238 | sylvieg | 2008-03-30 00:14:16 +0100 (dim, 30 mar 2008) | 1 line [FIX]perm: tiki_p_search on new install was giving admin perm ------------------------------------------------------------------------ r12237 | ricks99 | 2008-03-29 20:44:23 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records in list ------------------------------------------------------------------------ r12236 | ricks99 | 2008-03-29 20:42:30 +0100 (sam, 29 mar 2008) | 1 line [UI]remove the remove zone table unless there are zones. disable the droplist if there are no zones to select. move the Create Zone field closer to the Select Zone option ------------------------------------------------------------------------ r12235 | ricks99 | 2008-03-29 20:28:47 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records. if no records, say so instead of showing a blank list. ------------------------------------------------------------------------ r12234 | ricks99 | 2008-03-29 20:24:45 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records. if no records, say so instead of showing a blank list. ------------------------------------------------------------------------ r12233 | ricks99 | 2008-03-29 20:20:06 +0100 (sam, 29 mar 2008) | 2 lines [UI] if no records, say so instead of showing a blank list. ------------------------------------------------------------------------ r12232 | ricks99 | 2008-03-29 20:17:41 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records. if no records, say so instead of showing a blank list. ------------------------------------------------------------------------ r12231 | ricks99 | 2008-03-29 20:12:18 +0100 (sam, 29 mar 2008) | 1 line [UI] remove select all if no records in table ------------------------------------------------------------------------ r12230 | ricks99 | 2008-03-29 20:10:51 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records in list ------------------------------------------------------------------------ r12229 | ricks99 | 2008-03-29 20:01:41 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table and filter field if no records in list ------------------------------------------------------------------------ r12228 | ricks99 | 2008-03-29 19:59:26 +0100 (sam, 29 mar 2008) | 1 line [UI] if no records, say so instead of showing a blank list. ------------------------------------------------------------------------ r12227 | ricks99 | 2008-03-29 19:57:02 +0100 (sam, 29 mar 2008) | 1 line [UI] if there are no articles, say so, instead of showing a blank page ------------------------------------------------------------------------ r12226 | ricks99 | 2008-03-29 19:52:50 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records in list, display message if no records, remove buttons to switch db/file if no current attachments ------------------------------------------------------------------------ r12225 | ricks99 | 2008-03-29 19:48:32 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records in list, remove form to select existing questions if there are none to select ------------------------------------------------------------------------ r12224 | ricks99 | 2008-03-29 19:41:21 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records in list ------------------------------------------------------------------------ r12223 | ricks99 | 2008-03-29 19:37:20 +0100 (sam, 29 mar 2008) | 1 line [UI] if no blogs available, disable drop list to select a home blog ------------------------------------------------------------------------ r12222 | ricks99 | 2008-03-29 19:24:34 +0100 (sam, 29 mar 2008) | 1 line [UI] remove find table if no records in list ------------------------------------------------------------------------ r12221 | marclaporte | 2008-03-29 18:09:02 +0100 (sam, 29 mar 2008) | 1 line [ENH] Adding some contextual links to the online documentation, as suggested by Val Cummins ------------------------------------------------------------------------ r12220 | pkdille | 2008-03-29 07:50:21 +0100 (sam, 29 mar 2008) | 1 line [FIX] tikinewt: typo ------------------------------------------------------------------------ r12219 | sylvieg | 2008-03-28 19:07:38 +0100 (ven, 28 mar 2008) | 1 line [FIX]rollback anto-bot at regsitration + use the antibot tpl ------------------------------------------------------------------------ r12218 | sylvieg | 2008-03-28 17:26:56 +0100 (ven, 28 mar 2008) | 1 line [FIX]rollback anto-bot at regsitration + use the antibot tpl ------------------------------------------------------------------------ r12217 | sylvieg | 2008-03-28 14:55:35 +0100 (ven, 28 mar 2008) | 1 line do not remove .svn when clear the cache ------------------------------------------------------------------------ r12216 | sylvieg | 2008-03-28 13:59:08 +0100 (ven, 28 mar 2008) | 1 line [FIX]search: ambigity on hits since column name change ------------------------------------------------------------------------ r12215 | luciash | 2008-03-28 03:59:51 +0100 (ven, 28 mar 2008) | 1 line [FIX] correct colspan + pagination ------------------------------------------------------------------------ r12214 | luciash | 2008-03-28 03:08:43 +0100 (ven, 28 mar 2008) | 1 line ok, enough testing... ------------------------------------------------------------------------ r12213 | luciash | 2008-03-28 02:45:51 +0100 (ven, 28 mar 2008) | 1 line just a test, simplified index.php ------------------------------------------------------------------------ r12212 | luciash | 2008-03-28 01:42:18 +0100 (ven, 28 mar 2008) | 1 line will Header work as keyword too ? ------------------------------------------------------------------------ r12211 | luciash | 2008-03-28 01:40:39 +0100 (ven, 28 mar 2008) | 1 line testing URL keyword addition ------------------------------------------------------------------------ r12210 | luciash | 2008-03-28 01:36:43 +0100 (ven, 28 mar 2008) | 1 line test commit with Id property set via Subclipse (should be same as command svn propset svn:keywords "Id" tests/index.php) ------------------------------------------------------------------------ r12209 | sylvieg | 2008-03-27 23:57:16 +0100 (jeu, 27 mar 2008) | 1 line [FIX]tracker: some config do not like javascript without an ; end ------------------------------------------------------------------------ r12208 | sylvieg | 2008-03-27 18:24:56 +0100 (jeu, 27 mar 2008) | 1 line [FIX]comments: escape needed ------------------------------------------------------------------------ r12207 | nyloth | 2008-03-27 16:57:40 +0100 (jeu, 27 mar 2008) | 1 line [FIX] imagegals: fix imagick detection when v2.x of image magick is installed ------------------------------------------------------------------------ r12206 | marclaporte | 2008-03-27 16:37:32 +0100 (jeu, 27 mar 2008) | 1 line [DOC] database can also be created directly in cPanel ------------------------------------------------------------------------ r12205 | nyloth | 2008-03-27 16:13:28 +0100 (jeu, 27 mar 2008) | 1 line [NEW] filegals: add an image preview when the mouse is over the filename of an image in the listing ------------------------------------------------------------------------ r12204 | nyloth | 2008-03-27 16:12:15 +0100 (jeu, 27 mar 2008) | 1 line [NEW] filegals: new action 'Display' for images ------------------------------------------------------------------------ r12203 | nyloth | 2008-03-27 16:09:11 +0100 (jeu, 27 mar 2008) | 1 line [ENH] filegals: improve and clean tiki-download_file + add a 'max' argument to be able to reduce an image with a max height or width of 'max' without loosing the aspect ratio. ------------------------------------------------------------------------ r12202 | nyloth | 2008-03-27 16:05:31 +0100 (jeu, 27 mar 2008) | 1 line [MOD] prefs: use imagick by default instead of gd, because imagick is far better and because the code is able to fallback to gd if imagick is not detected. ------------------------------------------------------------------------ r12201 | nyloth | 2008-03-27 16:03:04 +0100 (jeu, 27 mar 2008) | 1 line [ENH] lib/images: use a new abstract class to avoid duplication of code for image libraries + new Image methods get_from_file(), resizemax() and resizethumb() + code cleaning , some bugfixes and optimizations. ------------------------------------------------------------------------ r12200 | kokohuyb | 2008-03-26 21:54:07 +0100 (mer, 26 mar 2008) | 1 line ------------------------------------------------------------------------ r12199 | kokohuyb | 2008-03-26 21:46:36 +0100 (mer, 26 mar 2008) | 1 line ------------------------------------------------------------------------ r12198 | sylvieg | 2008-03-26 20:16:36 +0100 (mer, 26 mar 2008) | 1 line [FIX]tracker: when exporting a tracker do not put the link for an item link field ------------------------------------------------------------------------ r12197 | Jyhem | 2008-03-26 15:21:56 +0100 (mer, 26 mar 2008) | 1 line [DEL] Useless duplicate feature: admin already has the ability to change users' passwords ------------------------------------------------------------------------ r12196 | sylvieg | 2008-03-26 14:45:47 +0100 (mer, 26 mar 2008) | 1 line [MOD]comment: handle popup with " + parse popup + display orphan if a comment has no parent it is supposed to have ( can happen if a comment is deleted while somebody is answering it: TODO warn the reply is orphan at save) ------------------------------------------------------------------------ r12195 | sampaioprimo | 2008-03-26 04:18:47 +0100 (mer, 26 mar 2008) | 1 line [DEL] removed brtiki theme started by brazilian tiki team two years ago but never finished ------------------------------------------------------------------------ r12194 | bluestrain | 2008-03-26 01:33:54 +0100 (mer, 26 mar 2008) | 3 lines [FIX] update help_doclink function to use proper prefs syntax to build help URLS-DT ------------------------------------------------------------------------ r12193 | fr_rodo | 2008-03-25 23:54:03 +0100 (mar, 25 mar 2008) | 1 line ------------------------------------------------------------------------ r12192 | kokohuyb | 2008-03-25 23:42:02 +0100 (mar, 25 mar 2008) | 1 line Updated translation ------------------------------------------------------------------------ r12191 | kokohuyb | 2008-03-25 23:38:25 +0100 (mar, 25 mar 2008) | 1 line Updated translation ------------------------------------------------------------------------ r12190 | fr_rodo | 2008-03-25 23:18:22 +0100 (mar, 25 mar 2008) | 1 line Initial import. ------------------------------------------------------------------------ r12189 | sylvieg | 2008-03-25 23:14:14 +0100 (mar, 25 mar 2008) | 1 line [MOD]comments: self_link + pagination + add object column ------------------------------------------------------------------------ r12188 | alain_desilets | 2008-03-25 22:03:55 +0100 (mar, 25 mar 2008) | 3 lines - Minor UI improvement for multi language admin panel. - Fixed a bug with diff of two files (always appeared as though the diff was for translation purposes). ------------------------------------------------------------------------ r12187 | kokohuyb | 2008-03-25 21:28:41 +0100 (mar, 25 mar 2008) | 1 line Updated translation ------------------------------------------------------------------------ r12186 | kokohuyb | 2008-03-25 21:22:04 +0100 (mar, 25 mar 2008) | 1 line Updated translation ------------------------------------------------------------------------ r12185 | xavidp | 2008-03-25 21:20:36 +0100 (mar, 25 mar 2008) | 1 line updated with translated strings from finished 1.9.10.1, and several more translsted from the install and update script in 1.10 ------------------------------------------------------------------------ r12184 | kokohuyb | 2008-03-25 21:16:37 +0100 (mar, 25 mar 2008) | 1 line Updated translation ------------------------------------------------------------------------ r12183 | sampaioprimo | 2008-03-25 19:38:53 +0100 (mar, 25 mar 2008) | 2 lines minor fix: right help url for feature Search engine friendly url ------------------------------------------------------------------------ r12182 | sylvieg | 2008-03-25 19:36:05 +0100 (mar, 25 mar 2008) | 1 line [FIX]forum: send the attachments of a topic also ------------------------------------------------------------------------ r12181 | sylvieg | 2008-03-25 19:04:01 +0100 (mar, 25 mar 2008) | 1 line [FIX]forum: move attachment processing before notification to receive the attached files in the notification ------------------------------------------------------------------------ r12180 | Jyhem | 2008-03-25 18:09:46 +0100 (mar, 25 mar 2008) | 1 line [FIX] Syntax compatible with mysql 4.0 ------------------------------------------------------------------------ r12179 | amette | 2008-03-25 17:45:41 +0100 (mar, 25 mar 2008) | 2 lines Closing " was missing, broke form ------------------------------------------------------------------------ r12178 | Jyhem | 2008-03-25 17:01:40 +0100 (mar, 25 mar 2008) | 1 line [FIX] This should allow admin section to appear immediately for admin after a fresh install ------------------------------------------------------------------------ r12177 | nyloth | 2008-03-25 15:52:21 +0100 (mar, 25 mar 2008) | 1 line [MERGE] get remaining cvs commits from ricks99 into svn : [UI] added update-from-it icon. ------------------------------------------------------------------------ r12176 | nyloth | 2008-03-25 15:47:23 +0100 (mar, 25 mar 2008) | 1 line [MERGE] get remaining cvs commits from kerrnel22 into svn : [FIX] Scheduled and cached version checking now generate the correct responses. ------------------------------------------------------------------------ r12175 | lphuberdeau | 2008-03-25 14:31:09 +0100 (mar, 25 mar 2008) | 2 lines [FIX] Debug information remaining ------------------------------------------------------------------------ r12174 | lphuberdeau | 2008-03-25 14:30:43 +0100 (mar, 25 mar 2008) | 2 lines [FIX] TikiLib DB problem. My fault... during merge ------------------------------------------------------------------------ r12173 | nyloth | 2008-03-25 02:37:38 +0100 (mar, 25 mar 2008) | 1 line [FIX] tikineat: indentation ------------------------------------------------------------------------ r12172 | lphuberdeau | 2008-03-25 01:36:18 +0100 (mar, 25 mar 2008) | 1 line [MERGE] PHP4 compatibility ------------------------------------------------------------------------ r12171 | lphuberdeau | 2008-03-25 01:34:57 +0100 (mar, 25 mar 2008) | 1 line [MERGE] Fix for share page ------------------------------------------------------------------------ r12170 | lphuberdeau | 2008-03-25 01:31:11 +0100 (mar, 25 mar 2008) | 1 line [MERGE] Manual merge of fix to structures import ------------------------------------------------------------------------ r12169 | lphuberdeau | 2008-03-25 01:28:50 +0100 (mar, 25 mar 2008) | 1 line [MERGE] Manual merge of changes related to multilingual made to CVS after the transition to SVN ------------------------------------------------------------------------ r12168 | illori | 2008-03-25 01:10:03 +0100 (mar, 25 mar 2008) | 1 line [FIX] remove useless .cvsignore file ------------------------------------------------------------------------ r12167 | illori | 2008-03-25 01:06:42 +0100 (mar, 25 mar 2008) | 1 line [FIX] remove useless .cvsignore file ------------------------------------------------------------------------ r12166 | illori | 2008-03-25 01:03:53 +0100 (mar, 25 mar 2008) | 1 line [FIX] remove useless .cvsignore file ------------------------------------------------------------------------ r12165 | illori | 2008-03-25 01:00:49 +0100 (mar, 25 mar 2008) | 1 line [FIX] remove useless .cvsignore file ------------------------------------------------------------------------ r12164 | illori | 2008-03-25 00:58:40 +0100 (mar, 25 mar 2008) | 1 line [FIX] remove useless .cvsignore file ------------------------------------------------------------------------ r12163 | nyloth | 2008-03-25 00:32:39 +0100 (mar, 25 mar 2008) | 1 line [MOD] SVN Migration: add 'svn:externals' property to lib in order to include third_party libs in a checkout of tiki ------------------------------------------------------------------------ r12162 | nyloth | 2008-03-25 00:30:23 +0100 (mar, 25 mar 2008) | 1 line [MOD] SVN Migration: reorganize the directories structure of the repository after the import made by cvs2svn ------------------------------------------------------------------------ r12161 | nyloth | 2008-03-25 00:26:12 +0100 (mar, 25 mar 2008) | 1 line [MOD] SVN Migration: reorganize the directories structure of the repository after the import made by cvs2svn ------------------------------------------------------------------------ r12160 | sylvieg | 2008-03-24 21:55:55 +0100 (lun, 24 mar 2008) | 1 line [FIX] lang in installer ------------------------------------------------------------------------ r12159 | sylvieg | 2008-03-24 15:53:23 +0100 (lun, 24 mar 2008) | 1 line [MOD] list in admin system the list of directories to save to help backup procedure: some directories could be still missing ------------------------------------------------------------------------ r12158 | sylvieg | 2008-03-24 14:50:01 +0100 (lun, 24 mar 2008) | 1 line [MOD]user: option to activate the antibot at registration time ------------------------------------------------------------------------ r12157 | sylvieg | 2008-03-24 14:42:46 +0100 (lun, 24 mar 2008) | 1 line [FIX]intaller with lang=xx ------------------------------------------------------------------------ r12156 | sylvieg | 2008-03-22 13:21:04 +0100 (sam, 22 mar 2008) | 2 lines [MOD]user: show also the button validate for a registration with usr email confirmation ------------------------------------------------------------------------ r12155 | sylvieg | 2008-03-22 13:13:54 +0100 (sam, 22 mar 2008) | 2 lines [MOD]trackerlist: new parameter stickypopup (useful if popup with links you want to click) ------------------------------------------------------------------------ r12154 | pkdille | 2008-03-22 09:16:30 +0100 (sam, 22 mar 2008) | 2 lines [FIX] admin categs: xhtml (div not closed breaks the layout with tikinewt) ------------------------------------------------------------------------ r12153 | pkdille | 2008-03-22 09:13:53 +0100 (sam, 22 mar 2008) | 2 lines Some code indexing before fixing ------------------------------------------------------------------------ r12152 | mose | 2008-03-22 06:12:48 +0100 (sam, 22 mar 2008) | 2 lines [MOD] intertiki: adding concept of shared cookie to make auth possible to be shared across subdomains of same domain ------------------------------------------------------------------------ r12151 | sylvieg | 2008-03-22 00:06:51 +0100 (sam, 22 mar 2008) | 2 lines self_link_pagination pour tiki-list_articles ------------------------------------------------------------------------ r12150 | sylvieg | 2008-03-21 22:50:39 +0100 (ven, 21 mar 2008) | 2 lines [FIX]tracker: an item list field is displayed with the type of the linked field - mean a item list field refering a parse/textarea field will be parsed ------------------------------------------------------------------------ r12149 | kerrnel22 | 2008-03-21 19:29:50 +0100 (ven, 21 mar 2008) | 2 lines [FIX] A couple of incorrect variable names in the Version Tracker. Corrected. ------------------------------------------------------------------------ r12148 | ricks99 | 2008-03-21 13:23:53 +0100 (ven, 21 mar 2008) | 2 lines [UI]better layout of the module text, only show lang preference note if that option is enabled, otherwise show all. ------------------------------------------------------------------------ r12147 | ricks99 | 2008-03-21 12:00:45 +0100 (ven, 21 mar 2008) | 2 lines [UI]added info icon, for out-of-sync transation, re-orged translation page to show list of pages only when they exist ------------------------------------------------------------------------ r12146 | pkdille | 2008-03-21 00:26:00 +0100 (ven, 21 mar 2008) | 2 lines [MOD] list pages: try to win some horizontal space by cutting some words (eg: language) and put titles on column head links ------------------------------------------------------------------------ r12145 | pkdille | 2008-03-20 23:29:24 +0100 (jeu, 20 mar 2008) | 2 lines [MOD] pagination links: give to page nums a class in order to have a css selector and be able to change the font ------------------------------------------------------------------------ r12144 | pkdille | 2008-03-20 22:56:56 +0100 (jeu, 20 mar 2008) | 2 lines [MOD] messages: give button bar the same look and css behavior as on other grids ------------------------------------------------------------------------ r12143 | kerrnel22 | 2008-03-20 20:41:15 +0100 (jeu, 20 mar 2008) | 2 lines [MOD] Altered instructions for release to incorporate changes to version checker. ------------------------------------------------------------------------ r12142 | kerrnel22 | 2008-03-20 20:35:09 +0100 (jeu, 20 mar 2008) | 2 lines [FIX] Tiki version tracking fixed. ------------------------------------------------------------------------ r12140 | sylvieg | 2008-03-20 20:32:20 +0100 (jeu, 20 mar 2008) | 2 lines [FIX]quote: replyto fix ------------------------------------------------------------------------ r12139 | sylvieg | 2008-03-20 20:31:07 +0100 (jeu, 20 mar 2008) | 2 lines [FIX]quote: replyto fix ------------------------------------------------------------------------ r12138 | jyhem | 2008-03-20 18:03:31 +0100 (jeu, 20 mar 2008) | 2 lines [FIX] restore ability of admin to change user passwords ------------------------------------------------------------------------ r12137 | sylvieg | 2008-03-20 17:46:00 +0100 (jeu, 20 mar 2008) | 2 lines [FIX]login: do not overwrite if it is the admin who validates ------------------------------------------------------------------------ r12136 | sylvieg | 2008-03-20 17:34:50 +0100 (jeu, 20 mar 2008) | 2 lines [MOD]login: use navbar instead of tip ------------------------------------------------------------------------ r12135 | sylvieg | 2008-03-20 17:31:29 +0100 (jeu, 20 mar 2008) | 2 lines [MOD]user: add a button in admin->users to validate a user with registration 'but need user validation' ------------------------------------------------------------------------ r12134 | nyloth | 2008-03-20 17:12:04 +0100 (jeu, 20 mar 2008) | 2 lines [ENH] search admin pannel: add a link to also refresh files indexation ------------------------------------------------------------------------ r12133 | sylvieg | 2008-03-20 17:03:30 +0100 (jeu, 20 mar 2008) | 2 lines pagination ------------------------------------------------------------------------ r12132 | sylvieg | 2008-03-20 16:57:20 +0100 (jeu, 20 mar 2008) | 2 lines selflink ------------------------------------------------------------------------ r12131 | nyloth | 2008-03-20 16:33:27 +0100 (jeu, 20 mar 2008) | 2 lines [FIX] search: words searched are now explicitely changed to lower case to be compared to the index which is also in lower case + fix comparison with search_min_wordlength + better handle binary files and UTF-8 issues (also clean the UTF-8 string with HTMLPurifier) + fix the call to parse_data for wiki pages with HTML content ------------------------------------------------------------------------ r12130 | pkdille | 2008-03-20 14:19:19 +0100 (jeu, 20 mar 2008) | 2 lines [FIX] listpages: when sefurl is active, rewrite rules have to be to.... thks Sylvie ------------------------------------------------------------------------ r12129 | sylvieg | 2008-03-20 13:33:52 +0100 (jeu, 20 mar 2008) | 2 lines html ------------------------------------------------------------------------ r12128 | pkdille | 2008-03-20 06:39:14 +0100 (jeu, 20 mar 2008) | 2 lines [FIX] lispages: fix link to view page ------------------------------------------------------------------------ r12127 | luciash | 2008-03-20 01:02:19 +0100 (jeu, 20 mar 2008) | 2 lines [NEW] dir for possible Tiki modifications of the Shadowbox JS ------------------------------------------------------------------------ r12125 | luciash | 2008-03-20 00:59:28 +0100 (jeu, 20 mar 2008) | 2 lines [NEW] Shadowbox 1.0 Code (http://mjijackson.com/shadowbox/) as unpacked from the released zip package ------------------------------------------------------------------------ r12108 | pkdille | 2008-03-19 22:26:19 +0100 (mer, 19 mar 2008) | 2 lines [MOD] pagehistory: table should have a common class to look as any other data table ------------------------------------------------------------------------ r12107 | pkdille | 2008-03-19 21:41:33 +0100 (mer, 19 mar 2008) | 2 lines [MOD] tikineat + tikinewt: removing dotted links especially for FF and for tabs ------------------------------------------------------------------------ r12106 | sylvieg | 2008-03-19 21:31:32 +0100 (mer, 19 mar 2008) | 2 lines reset cycle ------------------------------------------------------------------------ r12105 | sylvieg | 2008-03-19 19:08:39 +0100 (mer, 19 mar 2008) | 2 lines [FIX]file: 2 download/locked were possible ------------------------------------------------------------------------ r12104 | sylvieg | 2008-03-19 18:59:07 +0100 (mer, 19 mar 2008) | 2 lines [FIX]system log: because the new perm can be added only after clearing the cache - need to test admin perm also ------------------------------------------------------------------------ r12103 | luciash | 2008-03-19 18:01:02 +0100 (mer, 19 mar 2008) | 2 lines [FIX] little typo ------------------------------------------------------------------------ r12102 | luciash | 2008-03-19 16:22:58 +0100 (mer, 19 mar 2008) | 2 lines [ENH] better matching wysiwyg jini style icon ------------------------------------------------------------------------ r12101 | sylvieg | 2008-03-19 16:06:29 +0100 (mer, 19 mar 2008) | 2 lines [FIX]forum: do not display the last post box if no post ------------------------------------------------------------------------ r12100 | luciash | 2008-03-19 15:31:12 +0100 (mer, 19 mar 2008) | 2 lines [FIX] correct average file size in stats (thanks to ripero user on IRC) ------------------------------------------------------------------------ r12099 | sylvieg | 2008-03-19 15:06:46 +0100 (mer, 19 mar 2008) | 2 lines [MOD]tracker: trackerlist plugin can also have popupfields the the popup param ------------------------------------------------------------------------ r12098 | sylvieg | 2008-03-19 15:00:42 +0100 (mer, 19 mar 2008) | 2 lines [MOD]wysiwyg: avoid duplication of the bar value by deleting the prefs to use the default in prefs (thx nyloth) TODO: the refresh session needs to be fixed ------------------------------------------------------------------------ r12097 | sylvieg | 2008-03-19 14:32:42 +0100 (mer, 19 mar 2008) | 2 lines [FIX]tracker: can also reedit the user tracker in the plugin ------------------------------------------------------------------------ r12096 | jyhem | 2008-03-19 14:17:26 +0100 (mer, 19 mar 2008) | 2 lines [FIX] Don't display password in server logs, proxy logs, browser history ------------------------------------------------------------------------ r12095 | sylvieg | 2008-03-19 14:03:56 +0100 (mer, 19 mar 2008) | 2 lines [FIX]tracker: tracker plugin with param view=user to fill the user tracker ------------------------------------------------------------------------ r12094 | jyhem | 2008-03-19 13:32:35 +0100 (mer, 19 mar 2008) | 2 lines [FIX] Avoid crashing (white page) when a string is passed as argument ------------------------------------------------------------------------ r12093 | chibaguy | 2008-03-19 06:44:50 +0100 (mer, 19 mar 2008) | 2 lines Searchbar must be floated right because menu is at left in the same horizontal space. But to avoid overlapping fullscreenbutton, a right margin is added to searchbar when needed (when searchbar and fullscreenbutton aren't separated by vertical space created by logo, ad, etc.). Also textarea width is removed as it causes zero width sometimes in Opera. ------------------------------------------------------------------------ r12092 | chibaguy | 2008-03-19 06:42:21 +0100 (mer, 19 mar 2008) | 2 lines Searchbar must be floated right because menu is at left in the same horizontal space. But to avoid overlapping fullscreenbutton, a right margin is added to searchbar when needed (when searchbar and fullscreenbutton aren't separated by vertical space created by logo, ad, etc.). ------------------------------------------------------------------------ r12091 | chibaguy | 2008-03-19 06:41:14 +0100 (mer, 19 mar 2008) | 2 lines Layout added for no logo but banner ad. ------------------------------------------------------------------------ r12090 | luciash | 2008-03-19 03:07:49 +0100 (mer, 19 mar 2008) | 2 lines [FIX] db error (there's no sort_mode by status but by flag) ------------------------------------------------------------------------ r12089 | luciash | 2008-03-19 02:44:52 +0100 (mer, 19 mar 2008) | 2 lines [FIX] no need for $maxRecords = $maxRecords, ceiling no more needed ------------------------------------------------------------------------ r12088 | luciash | 2008-03-19 01:07:19 +0100 (mer, 19 mar 2008) | 2 lines oops, forgot to commit before [NEW] png icon with indexed palette as others 32x32 for the admin anchors bar ------------------------------------------------------------------------ r12086 | luciash | 2008-03-19 01:05:19 +0100 (mer, 19 mar 2008) | 2 lines oops, forgot to commit before, thanks pkdille :) [FIX] png icon with indexed palette as others 32x32 to correct bg transparency color for MSIE ------------------------------------------------------------------------ r12085 | pkdille | 2008-03-18 22:18:42 +0100 (mar, 18 mar 2008) | 2 lines [FIX] print pages: fix cvs "header" tag ------------------------------------------------------------------------ r12084 | sylvieg | 2008-03-18 22:16:51 +0100 (mar, 18 mar 2008) | 2 lines [MOD]tracker: mv the popup from tracker view to item value view for reuse ------------------------------------------------------------------------ r12083 | pkdille | 2008-03-18 22:04:27 +0100 (mar, 18 mar 2008) | 2 lines [FIX] tikinewt: Fullscreen link is on right side (if activated) in header --> putting search module on left side + cleaning margins from some tabbed grids ------------------------------------------------------------------------ r12082 | pkdille | 2008-03-18 21:55:54 +0100 (mar, 18 mar 2008) | 2 lines [FIX] tikinewt: left and right columns should not appear if there's no module, even if pref is "always show column" ------------------------------------------------------------------------ r12081 | pkdille | 2008-03-18 21:21:34 +0100 (mar, 18 mar 2008) | 2 lines [FIX] tikinewt header: fixing tikitabs mechanism which needs to be in body tag + language in xhtml declaration + merging some diffs with default header ------------------------------------------------------------------------ r12080 | pkdille | 2008-03-18 21:08:46 +0100 (mar, 18 mar 2008) | 2 lines [FIX] add missing messages.png in 32x32px ------------------------------------------------------------------------ r12078 | sylvieg | 2008-03-18 19:19:08 +0100 (mar, 18 mar 2008) | 2 lines [FIX]calendar: use the short time prefs instead of %H:%M in the popup ------------------------------------------------------------------------ r12077 | nyloth | 2008-03-18 17:25:25 +0100 (mar, 18 mar 2008) | 2 lines [FIX] file galleries: tikineat css for filegal explorer should not aplly to other trees (such as categories tree) ------------------------------------------------------------------------ r12076 | sylvieg | 2008-03-18 17:08:23 +0100 (mar, 18 mar 2008) | 2 lines [MOD]pagination: display not the first last or fastmove only if there are not equal to the next or prev offset + do not display pagination if all is diplayed (max=-1) or only one page ------------------------------------------------------------------------ r12075 | sylvieg | 2008-03-18 14:33:08 +0100 (mar, 18 mar 2008) | 2 lines [FIX]tracker: do not print pagination if list all tracker in plugin ------------------------------------------------------------------------ r12074 | nyloth | 2008-03-18 09:48:44 +0100 (mar, 18 mar 2008) | 2 lines [FIX] file galleries: fix typo ------------------------------------------------------------------------ r12073 | sylvieg | 2008-03-17 23:39:19 +0100 (lun, 17 mar 2008) | 2 lines sync ------------------------------------------------------------------------ r12072 | kerrnel22 | 2008-03-17 23:23:23 +0100 (lun, 17 mar 2008) | 2 lines [FIX] When tabs enabled, damian was causing the tabs to appear over top of drop-down menus and pop up calendars. Corrected the z-index for tabs, so now things appear correctly. ------------------------------------------------------------------------ r12071 | pkdille | 2008-03-17 23:05:43 +0100 (lun, 17 mar 2008) | 2 lines [FIX] admin features: xhtml ------------------------------------------------------------------------ r12070 | sylvieg | 2008-03-17 22:10:11 +0100 (lun, 17 mar 2008) | 2 lines rollback ------------------------------------------------------------------------ r12069 | pkdille | 2008-03-17 21:50:37 +0100 (lun, 17 mar 2008) | 2 lines [FIX] tabs: tabs list should be in a tabs class instead of a page-bar id div ------------------------------------------------------------------------ r12068 | sylvieg | 2008-03-17 21:37:12 +0100 (lun, 17 mar 2008) | 2 lines [FIX]tracker: reset the offset for each new search ------------------------------------------------------------------------ r12067 | sylvieg | 2008-03-17 21:32:29 +0100 (lun, 17 mar 2008) | 2 lines [MOD]trackerlist plugin: use the smarty pagination ------------------------------------------------------------------------ r12065 | jyhem | 2008-03-17 18:20:21 +0100 (lun, 17 mar 2008) | 2 lines [MOD] Improve display of first step of installation and error message ------------------------------------------------------------------------ r12064 | nyloth | 2008-03-17 18:09:03 +0100 (lun, 17 mar 2008) | 2 lines [MOD] file galleries: simplify contextual menus code ------------------------------------------------------------------------ r12063 | leyan | 2008-03-17 00:11:14 +0100 (lun, 17 mar 2008) | 2 lines Including Hcal microformat into Rss feeds for calendars ------------------------------------------------------------------------ r12062 | luciash | 2008-03-16 23:21:40 +0100 (dim, 16 mar 2008) | 2 lines [FIX] save png icon with correct bg color for MSIE ------------------------------------------------------------------------ r12061 | luciash | 2008-03-16 23:16:28 +0100 (dim, 16 mar 2008) | 2 lines [ENH] made better matching i18n icon ------------------------------------------------------------------------ r12060 | luciash | 2008-03-16 22:15:23 +0100 (dim, 16 mar 2008) | 2 lines [ENH] score icon: better looking stars ------------------------------------------------------------------------ r12059 | luciash | 2008-03-16 21:52:59 +0100 (dim, 16 mar 2008) | 2 lines [FIX] copyright icon ------------------------------------------------------------------------ r12057 | marclaporte | 2008-03-16 21:20:36 +0100 (dim, 16 mar 2008) | 2 lines [FIX] Avoid that RSS & Cookies quickags re-appear at each upgrade ------------------------------------------------------------------------ r12056 | luciash | 2008-03-16 21:02:40 +0100 (dim, 16 mar 2008) | 2 lines [FIX] feature check for admin sections list + change for matching multimedia icon ------------------------------------------------------------------------ r12053 | luciash | 2008-03-16 19:52:39 +0100 (dim, 16 mar 2008) | 2 lines [FIX] 32x32 icons version for admin anchors bar + link to messages admin ------------------------------------------------------------------------ r12052 | luciash | 2008-03-16 19:43:15 +0100 (dim, 16 mar 2008) | 2 lines [FIX] save png icon with correct bg color for MSIE ------------------------------------------------------------------------ r12051 | luciash | 2008-03-16 19:16:29 +0100 (dim, 16 mar 2008) | 2 lines [FIX] save png ads icon with correct bg color for MSIE + 32x32 version for admin anchors bar ------------------------------------------------------------------------ r12049 | luciash | 2008-03-16 18:43:16 +0100 (dim, 16 mar 2008) | 2 lines [ENH] moving User Messages config to its own admin page (http://dev.tikiwiki.org/bug959) ------------------------------------------------------------------------ r12046 | luciash | 2008-03-16 18:00:32 +0100 (dim, 16 mar 2008) | 2 lines [FIX] oops, correct path to icons filenames ------------------------------------------------------------------------ r12045 | luciash | 2008-03-16 17:57:53 +0100 (dim, 16 mar 2008) | 2 lines [ENH] moving Site Ads and Banners to its own admin page (TODO: add more, such as Google Adsense code there too) ------------------------------------------------------------------------ r12042 | luciash | 2008-03-16 17:53:08 +0100 (dim, 16 mar 2008) | 2 lines [ENH] consistency: matching icons for admin > ads, categories and messages (modified from jin3 iconset) ------------------------------------------------------------------------ r12038 | sylvieg | 2008-03-16 15:10:56 +0100 (dim, 16 mar 2008) | 2 lines [FIX]lightbox: display name/filenam/description fucntion of the setting at the bottom og the lightbox box ------------------------------------------------------------------------ r12037 | sylvieg | 2008-03-16 14:56:22 +0100 (dim, 16 mar 2008) | 2 lines [FIX]lightbox: a message to tell if the library is not installed+link to the doc - thx nyloth ------------------------------------------------------------------------ r12036 | sylvieg | 2008-03-16 13:57:15 +0100 (dim, 16 mar 2008) | 2 lines icon ------------------------------------------------------------------------ r12035 | nyloth | 2008-03-16 02:02:41 +0100 (dim, 16 mar 2008) | 2 lines [FIX] file galleries: fix display of files contextual menu on IE6 and IE7 by using a new CSS file 'css/ie6.css' that handles CSS destinated to IE6 only. This way, main CSS remains clean for modern browsers (FF3, FF2, IE7) that do not need IE6 hacks. ------------------------------------------------------------------------ r12033 | nyloth | 2008-03-16 02:00:38 +0100 (dim, 16 mar 2008) | 2 lines [ENH] integrator: support the use of a web proxy + remove useless comments in code ------------------------------------------------------------------------ r12032 | nyloth | 2008-03-16 01:07:13 +0100 (dim, 16 mar 2008) | 4 lines [NEW] file galleries: filegal explorer and path can now be disabled (by gallery) + new perms 'tiki_p_view_fgal_explorer' (Can view file galleries explorer) and 'tiki_p_view_fgal_path' (Can view file galleries path) to limit usage of explorer and / or path to some groups of users only (only registered users will have those perms by default). [FIX] file galleries: do not leave edition mode when saving new gallery params and 'viewitem' checkbox is not checked. ------------------------------------------------------------------------ r12031 | sylvieg | 2008-03-15 23:30:50 +0100 (sam, 15 mar 2008) | 2 lines [FIX]banning: the param user can not be null in the security checking ------------------------------------------------------------------------ r12030 | sylvieg | 2008-03-15 23:21:48 +0100 (sam, 15 mar 2008) | 2 lines [FIX]tell a friend: change also the reply-to ------------------------------------------------------------------------ r12029 | sylvieg | 2008-03-15 23:12:13 +0100 (sam, 15 mar 2008) | 2 lines [MOD]tell a friend: propose the user email - to send with this email instead of site email ------------------------------------------------------------------------ r12028 | sylvieg | 2008-03-15 22:11:16 +0100 (sam, 15 mar 2008) | 2 lines [MOD]gal: new perm tiki_p_list_iamge_galleries + anonymous can upload with antibot + delete the old watches in tiki_mail_events ->not to read the watches ------------------------------------------------------------------------ r12027 | chibaguy | 2008-03-15 10:15:26 +0100 (sam, 15 mar 2008) | 2 lines TikiWiki version info, etc. moved from tiki-top_bar.tpl. ------------------------------------------------------------------------ r12025 | chibaguy | 2008-03-15 10:11:08 +0100 (sam, 15 mar 2008) | 2 lines Contains horizontal menu and search form. Other content moved. ------------------------------------------------------------------------ r12024 | chibaguy | 2008-03-15 10:09:15 +0100 (sam, 15 mar 2008) | 2 lines clearfix class added to tiki-top and siteheader divs. ------------------------------------------------------------------------ r12023 | pkdille | 2008-03-15 07:44:57 +0100 (sam, 15 mar 2008) | 2 lines [FIX] view calendar: xhtml ------------------------------------------------------------------------ r12022 | pkdille | 2008-03-15 07:28:15 +0100 (sam, 15 mar 2008) | 2 lines [MOD] tikineat: no need to keep right margin (breaks the border) ------------------------------------------------------------------------ r12021 | pkdille | 2008-03-15 07:10:03 +0100 (sam, 15 mar 2008) | 2 lines [FIX] user contact prefs: xhtml + switching tab div from id=page-bar to class=tabs ------------------------------------------------------------------------ r12020 | sylvieg | 2008-03-14 23:35:40 +0100 (ven, 14 mar 2008) | 2 lines [FIX]tracker: when using plugin tracker: comme back to the place you were and not at the beginning of the page ------------------------------------------------------------------------ r12019 | sylvieg | 2008-03-14 23:05:15 +0100 (ven, 14 mar 2008) | 2 lines [FIX]tracker: trim the spaces in tracker fields to avoid misbehavior with 'Yes, No' ------------------------------------------------------------------------ r12018 | sylvieg | 2008-03-14 22:50:47 +0100 (ven, 14 mar 2008) | 2 lines language: add an example of custom.php language- as this feature exists in 1.10. Is it the best way to have a custom.php_example file or a readme? ------------------------------------------------------------------------ r12016 | sylvieg | 2008-03-14 22:21:02 +0100 (ven, 14 mar 2008) | 2 lines [FIX]tracker: to respect compatibility 1.9, sort fields on the order of param field only if param sort=y ------------------------------------------------------------------------ r12015 | pkdille | 2008-03-14 21:34:48 +0100 (ven, 14 mar 2008) | 2 lines [MOD] tikineat: some section rearranging ------------------------------------------------------------------------ r12014 | pkdille | 2008-03-14 21:29:43 +0100 (ven, 14 mar 2008) | 2 lines [MOD] tikineat: no need to have a left margin for tab bar ------------------------------------------------------------------------ r12013 | pkdille | 2008-03-14 21:23:26 +0100 (ven, 14 mar 2008) | 2 lines [MOD] adminusers: there is a css class for tab bars ------------------------------------------------------------------------ r12012 | sylvieg | 2008-03-14 20:57:47 +0100 (ven, 14 mar 2008) | 2 lines [FIX]tracker: show header even if not-show-empty-field ------------------------------------------------------------------------ r12011 | sylvieg | 2008-03-14 20:51:58 +0100 (ven, 14 mar 2008) | 2 lines [FIX]group: default category is 0 not ''- can do a sql error ------------------------------------------------------------------------ r12010 | sylvieg | 2008-03-14 20:49:52 +0100 (ven, 14 mar 2008) | 2 lines [FIX]tracker: terminology ------------------------------------------------------------------------ r12009 | pkdille | 2008-03-14 14:30:28 +0100 (ven, 14 mar 2008) | 2 lines [FIX] tikineat: fix hover on some action icons ------------------------------------------------------------------------ r12008 | ricks99 | 2008-03-14 13:04:16 +0100 (ven, 14 mar 2008) | 2 lines [UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table. ------------------------------------------------------------------------ r12007 | ricks99 | 2008-03-14 12:10:58 +0100 (ven, 14 mar 2008) | 2 lines [UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table. moved tree note to match the field location. ------------------------------------------------------------------------ r12006 | chibaguy | 2008-03-14 09:19:10 +0100 (ven, 14 mar 2008) | 2 lines Updated to match default template update. ------------------------------------------------------------------------ r12005 | chibaguy | 2008-03-14 09:17:42 +0100 (ven, 14 mar 2008) | 2 lines Unneeded table removed. Icons moved to page top so they don't separate text sections. ------------------------------------------------------------------------ r12003 | chibaguy | 2008-03-14 09:13:57 +0100 (ven, 14 mar 2008) | 2 lines Site logo and banner layout changed from ul to divs. ------------------------------------------------------------------------ r12002 | chibaguy | 2008-03-14 09:12:53 +0100 (ven, 14 mar 2008) | 2 lines Accessibility "jump to" links added. ------------------------------------------------------------------------ r12001 | chibaguy | 2008-03-14 09:11:00 +0100 (ven, 14 mar 2008) | 2 lines Selector sections better organized; deprecated selectors removed; updated. ------------------------------------------------------------------------ r12000 | ricks99 | 2008-03-14 01:02:48 +0100 (ven, 14 mar 2008) | 2 lines [UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table. ------------------------------------------------------------------------ r11999 | ricks99 | 2008-03-14 00:49:49 +0100 (ven, 14 mar 2008) | 2 lines [UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table. ------------------------------------------------------------------------ r11998 | ricks99 | 2008-03-14 00:47:21 +0100 (ven, 14 mar 2008) | 2 lines [UI] remove find box if no items. ------------------------------------------------------------------------ r11997 | ricks99 | 2008-03-14 00:38:25 +0100 (ven, 14 mar 2008) | 2 lines [UI] vertical alignment of ojbects to include box, use icons instead of text for USE, ------------------------------------------------------------------------ r11996 | sylvieg | 2008-03-13 23:52:52 +0100 (jeu, 13 mar 2008) | 2 lines [FIX]notification: do not loose admin notifications created in 1.9 ------------------------------------------------------------------------ r11995 | sylvieg | 2008-03-13 22:14:04 +0100 (jeu, 13 mar 2008) | 2 lines [FIX]db: always name index,key... to avoid duplication ------------------------------------------------------------------------ r11994 | sylvieg | 2008-03-13 22:00:48 +0100 (jeu, 13 mar 2008) | 2 lines [MOD]watch: cleaning - replace hash with an autoincrement id ------------------------------------------------------------------------ r11993 | nyloth | 2008-03-13 21:12:44 +0100 (jeu, 13 mar 2008) | 2 lines [FIX] file galleries: fix file download when not an image ------------------------------------------------------------------------ r11992 | pkdille | 2008-03-13 20:42:55 +0100 (jeu, 13 mar 2008) | 2 lines [MOD] tikineat: fix (delete) some non-sense margins ------------------------------------------------------------------------ r11991 | sylvieg | 2008-03-13 17:54:36 +0100 (jeu, 13 mar 2008) | 2 lines global ------------------------------------------------------------------------ r11990 | sylvieg | 2008-03-13 17:48:33 +0100 (jeu, 13 mar 2008) | 2 lines oops ------------------------------------------------------------------------ r11989 | sylvieg | 2008-03-13 17:43:46 +0100 (jeu, 13 mar 2008) | 2 lines [MOD]intertiki: to be able to create locally a user from only login or email by looking the missing info on the master: usefull to create mailing list on a slave ------------------------------------------------------------------------ r11988 | ricks99 | 2008-03-13 16:24:44 +0100 (jeu, 13 mar 2008) | 2 lines [UI]remove find box if there are no objects. display no records message in list, if no objects to display instead of an empty table. ------------------------------------------------------------------------ r11987 | nyloth | 2008-03-13 00:08:20 +0100 (jeu, 13 mar 2008) | 2 lines [FIX] please test before commit ;-) ------------------------------------------------------------------------ r11986 | nyloth | 2008-03-13 00:01:33 +0100 (jeu, 13 mar 2008) | 2 lines [FIX] file galleries: fix upload new file version under IE6 ------------------------------------------------------------------------ r11985 | sylvieg | 2008-03-12 23:52:52 +0100 (mer, 12 mar 2008) | 2 lines some ------------------------------------------------------------------------ r11984 | sylvieg | 2008-03-12 22:02:19 +0100 (mer, 12 mar 2008) | 2 lines [MOD]article: put also the 'tell a friend' button in the bar ------------------------------------------------------------------------ r11983 | pkdille | 2008-03-12 21:05:46 +0100 (mer, 12 mar 2008) | 2 lines [FIX] module since last visit new: fix bad xhtml code ------------------------------------------------------------------------ r11982 | pkdille | 2008-03-12 20:42:28 +0100 (mer, 12 mar 2008) | 2 lines [FIX] header: is a pref ------------------------------------------------------------------------ r11981 | sept_7 | 2008-03-12 18:51:49 +0100 (mer, 12 mar 2008) | 6 lines [ENH] add a new library for image manipulation which use gd or imagick (both old and new version) the code is selected at runtime. Example of usage in tiki-download_file.php. Have fun ------------------------------------------------------------------------ r11843 | ricks99 | 2008-03-12 16:10:01 +0100 (mer, 12 mar 2008) | 2 lines [MOD]When creating the default HomePage, populate it with welcome text and useful links for a new installation ------------------------------------------------------------------------ r11842 | ricks99 | 2008-03-12 14:04:41 +0100 (mer, 12 mar 2008) | 2 lines [MOD] when suggesting an faq, the question field is required. no more empty suggstions ------------------------------------------------------------------------ r11841 | nyloth | 2008-03-12 13:59:34 +0100 (mer, 12 mar 2008) | 2 lines [FIX] use for instead of foreach in recursive functions, to be sure to have a separate array iterator cursor for each execution of the function ------------------------------------------------------------------------ r11840 | ricks99 | 2008-03-12 13:49:49 +0100 (mer, 12 mar 2008) | 2 lines [MOD] added antibot support to the suggest an faq feature for anonymous users. ------------------------------------------------------------------------ r11839 | sylvieg | 2008-03-11 23:58:15 +0100 (mar, 11 mar 2008) | 2 lines [MOD]tellAFriend: add antibot ------------------------------------------------------------------------ r11838 | lphuberdeau | 2008-03-11 23:01:15 +0100 (mar, 11 mar 2008) | 2 lines [NEW] Quantification of the translation up-to-date-ness. ------------------------------------------------------------------------ r11837 | alain_desilets | 2008-03-11 22:14:42 +0100 (mar, 11 mar 2008) | 2 lines - Caption improvement to translation dialog. ------------------------------------------------------------------------ r11836 | sylvieg | 2008-03-11 21:52:29 +0100 (mar, 11 mar 2008) | 2 lines [FIX]comment: stronger code: edit_reply must also open the comments div ------------------------------------------------------------------------ r11835 | nkoth | 2008-03-11 21:06:32 +0100 (mar, 11 mar 2008) | 2 lines [FIX] remember original loginfrom page properly (after situation like entering wrong password) ------------------------------------------------------------------------ r11834 | sylvieg | 2008-03-11 17:59:59 +0100 (mar, 11 mar 2008) | 2 lines [MOD]tracker: extension of auto-increment field to use the itemId instead of creating a number ------------------------------------------------------------------------ r11833 | alain_desilets | 2008-03-11 17:37:54 +0100 (mar, 11 mar 2008) | 2 lines - Minor tweak to language preferences dialog. ------------------------------------------------------------------------ r11832 | marclaporte | 2008-03-11 16:44:21 +0100 (mar, 11 mar 2008) | 2 lines [MOD] Add precision that mysqli requires mysql 4.1+ Thanks nyloth :-) ------------------------------------------------------------------------ r11831 | nyloth | 2008-03-11 16:17:55 +0100 (mar, 11 mar 2008) | 2 lines [FIX] filegals manager: use '&' instead of '&' in templates URL + always set a 'y' value to filegals_manager in URL, instead of an empty value, to be fully compliant with smarty query cleaning ------------------------------------------------------------------------ r11830 | nyloth | 2008-03-11 15:37:38 +0100 (mar, 11 mar 2008) | 2 lines [ENH] file galleries: when uploading a new version of a file, the user can now optionally add a comment just after the upload through a text input placed under the 'upload success' message. ------------------------------------------------------------------------ r11829 | nyloth | 2008-03-11 15:34:25 +0100 (mar, 11 mar 2008) | 2 lines [MOD] default prefs values: remove INSERT queries into tiki_preferences from db/tiki_1.9to1.10.sql because defaults are already handled by lib/setup/prefs.php ------------------------------------------------------------------------ r11828 | sylvieg | 2008-03-11 11:49:54 +0100 (mar, 11 mar 2008) | 2 lines [FIX]tracker: fix next button with filter on field ------------------------------------------------------------------------ r11827 | marclaporte | 2008-03-11 07:13:33 +0100 (mar, 11 mar 2008) | 2 lines [MOD] Default calendar view is now month instead of week ------------------------------------------------------------------------ r11826 | marclaporte | 2008-03-11 06:27:02 +0100 (mar, 11 mar 2008) | 2 lines [MOD] Renaming __mysql old__ to __mysql classic__ and renaming __MySQL 4.1+__ to __MySQL Improved__ because you can be using mysql 4.1+ but not have mysqli installed/available ------------------------------------------------------------------------ r11825 | marclaporte | 2008-03-11 04:39:31 +0100 (mar, 11 mar 2008) | 2 lines [MOD] feature_tabs now activated by default because it looks so much better ------------------------------------------------------------------------ r11824 | marclaporte | 2008-03-11 04:33:32 +0100 (mar, 11 mar 2008) | 2 lines [MOD] Basic enabled profile: 1- turning off communication center 2- turning on trackers 3- removing redundant permissions for admin (tiki_p_admin includes them all) ------------------------------------------------------------------------ r11823 | ricks99 | 2008-03-11 00:35:34 +0100 (mar, 11 mar 2008) | 2 lines [UI] Adding icons, editorial updates, layout changes, only. ------------------------------------------------------------------------ r11822 | sylvieg | 2008-03-10 23:37:44 +0100 (lun, 10 mar 2008) | 2 lines [FIX]tracker: a sort_mode on itemId must be prefixed with the table name as ambigious ------------------------------------------------------------------------ r11821 | sylvieg | 2008-03-10 21:36:05 +0100 (lun, 10 mar 2008) | 2 lines [MOD]wysiwyg: restore default toolbar option ------------------------------------------------------------------------ r11820 | sylvieg | 2008-03-10 21:15:22 +0100 (lun, 10 mar 2008) | 2 lines oops ------------------------------------------------------------------------ r11819 | sylvieg | 2008-03-10 20:39:56 +0100 (lun, 10 mar 2008) | 2 lines [MOD]wiki: new listing sortmode setting ------------------------------------------------------------------------ r11818 | sylvieg | 2008-03-10 19:16:59 +0100 (lun, 10 mar 2008) | 2 lines notice ------------------------------------------------------------------------ r11817 | sylvieg | 2008-03-10 19:04:42 +0100 (lun, 10 mar 2008) | 2 lines [FIX]forum: a discuss must not check the duplication of topic (as not created) to be able to give more than on answer ------------------------------------------------------------------------ r11816 | sylvieg | 2008-03-10 18:45:18 +0100 (lun, 10 mar 2008) | 2 lines [MOD]site_identity: if site menu and phplayers not activated, use css menu: TODO: include the cssmenu_horiz.css automatically ------------------------------------------------------------------------ r11815 | sylvieg | 2008-03-10 17:47:41 +0100 (lun, 10 mar 2008) | 2 lines [FIX]perm: enable tiki_p_search in basic install for anonymous ------------------------------------------------------------------------ r11814 | sylvieg | 2008-03-10 17:26:29 +0100 (lun, 10 mar 2008) | 2 lines [MOD]perm: new perm tiki_p_clean_cache to allow editor to clean cache ------------------------------------------------------------------------ r11813 | marclaporte | 2008-03-10 16:43:36 +0100 (lun, 10 mar 2008) | 2 lines [FIX] Like in 1.9.x, adding two tips in admin panel about the necessity to set the sender email for email validations to work ------------------------------------------------------------------------ r11812 | marclaporte | 2008-03-10 16:11:21 +0100 (lun, 10 mar 2008) | 2 lines [MOD] While most features should be off by default, protecting emails against spammers should be on ------------------------------------------------------------------------ r11811 | nyloth | 2008-03-10 16:05:41 +0100 (lun, 10 mar 2008) | 2 lines [FIX] styles: try to avoid inline styles, italic tags and so on... ------------------------------------------------------------------------ r11810 | nkoth | 2008-03-10 06:43:16 +0100 (lun, 10 mar 2008) | 2 lines [MOD] allow for setting of theme=!thisstyle.css param for modules (negation behavior), in addition to theme=thisstyle.css which was already working before. ------------------------------------------------------------------------ r11809 | pkdille | 2008-03-09 23:00:17 +0100 (dim, 09 mar 2008) | 2 lines [FIX] list file gal: putting double quotes to avoid single quotes escaping in string after translation (eg: in french) ------------------------------------------------------------------------ r11808 | sylvieg | 2008-03-09 22:40:00 +0100 (dim, 09 mar 2008) | 2 lines [MOD]sefurl ------------------------------------------------------------------------ r11807 | sylvieg | 2008-03-09 22:23:59 +0100 (dim, 09 mar 2008) | 2 lines [FIX]tracker: categorie en dropdown simple or multiple in view tracker and view item also: TODO: take away the code duplication ------------------------------------------------------------------------ r11806 | luciash | 2008-03-09 12:01:22 +0100 (dim, 09 mar 2008) | 2 lines [FIX] don't style as .tabcontent when tabs not enabled on admin > look'n'feel ------------------------------------------------------------------------ r11805 | pkdille | 2008-03-09 08:39:12 +0100 (dim, 09 mar 2008) | 2 lines [LANG] french translation set: get_strings + clean some unused strings + add some new translations ------------------------------------------------------------------------ r11804 | sylvieg | 2008-03-08 23:20:58 +0100 (sam, 08 mar 2008) | 2 lines [FIX]tracker: add an empty option for category dropdown ------------------------------------------------------------------------ r11803 | sylvieg | 2008-03-08 23:06:47 +0100 (sam, 08 mar 2008) | 2 lines [MOD]tracker: new param to a categ field 'd' for dropdown 1 select and m for dropdown multiple ------------------------------------------------------------------------ r11802 | sylvieg | 2008-03-08 22:12:23 +0100 (sam, 08 mar 2008) | 2 lines [MOD]log: feature to log (email/subject) in Tiki Logs - php mail error will be logged automatically ------------------------------------------------------------------------ r11801 | sylvieg | 2008-03-08 20:52:27 +0100 (sam, 08 mar 2008) | 2 lines [MOD]poll: show the top voted polls in a button+ respect link on h1 ------------------------------------------------------------------------ r11800 | nyloth | 2008-03-08 20:37:47 +0100 (sam, 08 mar 2008) | 2 lines [ENH] file galleries explorer: keep tree expanded galleries status + expand current gallery ------------------------------------------------------------------------ r11799 | sylvieg | 2008-03-08 20:36:47 +0100 (sam, 08 mar 2008) | 2 lines [FIX]poll: do not show the find box if listing only one poll ------------------------------------------------------------------------ r11798 | nyloth | 2008-03-08 20:34:17 +0100 (sam, 08 mar 2008) | 2 lines [FIX] translation: remove line break in {tr} ------------------------------------------------------------------------ r11797 | sylvieg | 2008-03-08 18:56:39 +0100 (sam, 08 mar 2008) | 2 lines [FIX] change number label to label: number to avoid to manage plural/singular ------------------------------------------------------------------------ r11796 | pkdille | 2008-03-08 18:33:44 +0100 (sam, 08 mar 2008) | 2 lines [FIX] blog post: fix the conditions for switching (or not) to the wysiwyg editor ------------------------------------------------------------------------ r11795 | nkoth | 2008-03-07 23:30:13 +0100 (ven, 07 mar 2008) | 2 lines [FIX] pattern not matching @version: setting in css files properly ------------------------------------------------------------------------ r11794 | sylvieg | 2008-03-07 20:41:03 +0100 (ven, 07 mar 2008) | 2 lines [FIX]freetag: do not display the module freetag in listpages ------------------------------------------------------------------------ r11793 | sylvieg | 2008-03-07 19:03:25 +0100 (ven, 07 mar 2008) | 2 lines [FIX]module: smarty assign only when needed ------------------------------------------------------------------------ r11792 | sylvieg | 2008-03-07 17:42:49 +0100 (ven, 07 mar 2008) | 2 lines [FIX]quicktag: fix smarty error when quicktags over ------------------------------------------------------------------------ r11791 | sylvieg | 2008-03-07 17:32:46 +0100 (ven, 07 mar 2008) | 2 lines notice ------------------------------------------------------------------------ r11790 | sylvieg | 2008-03-07 17:27:14 +0100 (ven, 07 mar 2008) | 2 lines [FIX]categ: fix last categorized objects module ------------------------------------------------------------------------ r11789 | sylvieg | 2008-03-07 17:14:10 +0100 (ven, 07 mar 2008) | 2 lines [FIX]wiki: do not show authors in module if not shown in view page ------------------------------------------------------------------------ r11788 | sylvieg | 2008-03-07 16:33:02 +0100 (ven, 07 mar 2008) | 2 lines [FIX]wiki: when approving, if the approved page does not exist, create it ------------------------------------------------------------------------ r11787 | sampaioprimo | 2008-03-06 21:31:30 +0100 (jeu, 06 mar 2008) | 2 lines [MOD] make parent field optional on gallery listing ------------------------------------------------------------------------ r11786 | sampaioprimo | 2008-03-06 20:45:43 +0100 (jeu, 06 mar 2008) | 2 lines [FIX] option default scale for all galleries working ------------------------------------------------------------------------ r11785 | marclaporte | 2008-03-06 18:51:25 +0100 (jeu, 06 mar 2008) | 2 lines [MOD] On tikigod style, making site header clickable to home page ------------------------------------------------------------------------ r11784 | marclaporte | 2008-03-06 18:50:24 +0100 (jeu, 06 mar 2008) | 2 lines [MOD] Cosmetic: hiding the wikitext 1 pixel border. The padding was strange and result was inconsistent cross browser. It's cleaner now ------------------------------------------------------------------------ r11783 | marclaporte | 2008-03-06 18:48:37 +0100 (jeu, 06 mar 2008) | 2 lines [FIX] link to internal documentation ------------------------------------------------------------------------ r11782 | sylvieg | 2008-03-06 18:47:15 +0100 (jeu, 06 mar 2008) | 2 lines [FIX]tracker: item list truncation: truncate the source and not the html to avoid breaking html - still not the best ------------------------------------------------------------------------ r11781 | marclaporte | 2008-03-06 18:22:11 +0100 (jeu, 06 mar 2008) | 2 lines [DEL] Removing custom tiki.tpl file for tikigod theme because it doens't add much and make need to maintain it ------------------------------------------------------------------------ r11780 | sylvieg | 2008-03-06 17:29:46 +0100 (jeu, 06 mar 2008) | 2 lines [MOD]staging: new option: delete staging page at approval + new option: If not in the group, edit is always redirected to the staging page edit + attachments are moved from staging to approved + tiki_edit_categorized changes tiki_p_wiki_attach ------------------------------------------------------------------------ r11779 | sylvieg | 2008-03-06 15:58:32 +0100 (jeu, 06 mar 2008) | 2 lines notice ------------------------------------------------------------------------ r11778 | sylvieg | 2008-03-06 15:55:01 +0100 (jeu, 06 mar 2008) | 2 lines [MOD]wiki: option lastmodif to the authors style only to have the date ------------------------------------------------------------------------ r11777 | sylvieg | 2008-03-06 14:49:01 +0100 (jeu, 06 mar 2008) | 2 lines [FIX]default group was the first letter: strange php behavior if ['x']='aaa' t['x']['y'] is set... ------------------------------------------------------------------------ r11776 | marclaporte | 2008-03-06 14:29:16 +0100 (jeu, 06 mar 2008) | 2 lines [MOD] Switching back default value of https login to allowed so people that do have https, may use it upon install. Thanks Nyloth :-) ------------------------------------------------------------------------ r11775 | marclaporte | 2008-03-06 01:44:13 +0100 (jeu, 06 mar 2008) | 2 lines [DEL] Like in 1.9.x, removing the htmlarea WYSIWYG editor from module section. It was unreliable here. ------------------------------------------------------------------------ r11774 | marclaporte | 2008-03-06 01:26:13 +0100 (jeu, 06 mar 2008) | 2 lines [FIX] Fixing several links to doc.tikiwiki.org ------------------------------------------------------------------------ r11773 | marclaporte | 2008-03-06 00:33:05 +0100 (jeu, 06 mar 2008) | 2 lines [FIX] Fixing several links to doc.tikiwiki.org ------------------------------------------------------------------------ r11772 | marclaporte | 2008-03-06 00:07:09 +0100 (jeu, 06 mar 2008) | 2 lines [MOD] changes to default install security settings. 1- forced password change is now to never (-1). If you want it, just set the number of days. 2- https is turned off because most people don't have SSL on their hosting by default. If you need, turn it on. ------------------------------------------------------------------------ r11771 | sylvieg | 2008-03-05 23:33:30 +0100 (mer, 05 mar 2008) | 2 lines [MOD]perm: new perm tiki_p_search (to control the search box in site_identity for site where nothing is seen when not logged in ------------------------------------------------------------------------ r11770 | sylvieg | 2008-03-05 23:09:47 +0100 (mer, 05 mar 2008) | 2 lines [FIX]plugin regex: was moved to -dist but a merge put it back ------------------------------------------------------------------------ r11769 | sylvieg | 2008-03-05 23:07:42 +0100 (mer, 05 mar 2008) | 2 lines typo ------------------------------------------------------------------------ r11768 | sylvieg | 2008-03-05 23:01:12 +0100 (mer, 05 mar 2008) | 2 lines [FIX]plugin snarf: was moved to -dist but a merge but it back ------------------------------------------------------------------------ r11767 | sampaioprimo | 2008-03-05 22:58:09 +0100 (mer, 05 mar 2008) | 3 lines [FIX] consistency: use the new icon for popout window and put the scale icon between the two arrow icons ------------------------------------------------------------------------ r11766 | tombombadilom | 2008-03-05 20:12:46 +0100 (mer, 05 mar 2008) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r11765 | sylvieg | 2008-03-05 20:06:23 +0100 (mer, 05 mar 2008) | 2 lines [FIX]intertiki: check the password on the master if slave ------------------------------------------------------------------------ r11764 | marclaporte | 2008-03-05 16:55:07 +0100 (mer, 05 mar 2008) | 2 lines [FIX] Removing dead code and updating some links to doc.tikiwiki.org ------------------------------------------------------------------------ r11763 | marclaporte | 2008-03-05 16:37:21 +0100 (mer, 05 mar 2008) | 2 lines [FIX] fixing links to online documentation ------------------------------------------------------------------------ r11762 | marclaporte | 2008-03-05 16:11:49 +0100 (mer, 05 mar 2008) | 2 lines [FIX] On default install, no longer show bunch of logos/icons and debug information ------------------------------------------------------------------------ r11761 | marclaporte | 2008-03-05 16:00:09 +0100 (mer, 05 mar 2008) | 2 lines [MOD] 1- Multilingual is no longer activated by default on clean install. 2- Cleaner URL when linking to doc.tikiwiki.org ------------------------------------------------------------------------ r11760 | sylvieg | 2008-03-05 15:52:52 +0100 (mer, 05 mar 2008) | 2 lines [FIX]tracker: to see the other value in edit item for a field dropdown with other ------------------------------------------------------------------------ r11759 | marclaporte | 2008-03-05 15:35:36 +0100 (mer, 05 mar 2008) | 2 lines Like in 1.9.x, on new installs, turning __Display modules to all groups always__ off as this is not intuitive behavior for a default setting and was causing support requests. I can't really imagine a use case to turn this on. ------------------------------------------------------------------------ r11758 | marclaporte | 2008-03-05 15:28:18 +0100 (mer, 05 mar 2008) | 2 lines [DB] sync db ------------------------------------------------------------------------ r11757 | marclaporte | 2008-03-05 15:25:11 +0100 (mer, 05 mar 2008) | 2 lines Like in 1.9.x, on new installs, removing (from default menu) links for DSN and External wikis, which are less used features and which are accessible by tiki-admin.php ------------------------------------------------------------------------ r11756 | marclaporte | 2008-03-05 15:23:32 +0100 (mer, 05 mar 2008) | 2 lines [FIX] Menu item for cache should only appear if feature is on. ------------------------------------------------------------------------ r11755 | marclaporte | 2008-03-05 15:06:44 +0100 (mer, 05 mar 2008) | 2 lines [MOD] Action log no longer activated by default on a clean install. ------------------------------------------------------------------------ r11754 | marclaporte | 2008-03-05 15:05:15 +0100 (mer, 05 mar 2008) | 2 lines [FIX] fix link to doc.tikiwiki.org ------------------------------------------------------------------------ r11753 | marclaporte | 2008-03-05 14:52:21 +0100 (mer, 05 mar 2008) | 2 lines [MOD] Turning off some features on a clean install (purifier, because it's new and potentially not super stable, hotwords because most people don't need) and activating quicktags over text area because this is more intuitive. Also, links to external site open a new window by default. ------------------------------------------------------------------------ r11752 | marclaporte | 2008-03-05 14:38:25 +0100 (mer, 05 mar 2008) | 2 lines [FIX] fixing links to the online documentation ------------------------------------------------------------------------ r11751 | marclaporte | 2008-03-05 14:01:01 +0100 (mer, 05 mar 2008) | 2 lines [DB] sync db ------------------------------------------------------------------------ r11750 | marclaporte | 2008-03-05 13:58:40 +0100 (mer, 05 mar 2008) | 2 lines [FIX] Adding drop tables for mypages and translation bits on clean install, to be consistent with the rest of the script. ------------------------------------------------------------------------ r11749 | marclaporte | 2008-03-05 13:45:36 +0100 (mer, 05 mar 2008) | 2 lines [MOD] Turning off some features on a clean install (wiki dump, similar pages, sandbox and export) and activating warn on edit. These seem more sensible default settings. ------------------------------------------------------------------------ r11748 | marclaporte | 2008-03-05 13:39:32 +0100 (mer, 05 mar 2008) | 2 lines [FIX] clearer dev instructions ------------------------------------------------------------------------ r11747 | marclaporte | 2008-03-05 12:57:48 +0100 (mer, 05 mar 2008) | 2 lines [FIX] Better wording for install script ------------------------------------------------------------------------ r11746 | nyloth | 2008-03-05 10:49:27 +0100 (mer, 05 mar 2008) | 2 lines [FIX] tikineat: apply a white background on popups to avoid transparent background that seems to appear sometimes. ------------------------------------------------------------------------ r11745 | luciash | 2008-03-05 03:25:13 +0100 (mer, 05 mar 2008) | 2 lines [FIX] don't style as .tabcontent when tabs not enabled on admin > look'n'feel ------------------------------------------------------------------------ r11744 | luciash | 2008-03-05 03:14:44 +0100 (mer, 05 mar 2008) | 2 lines [FIX] don't style as .tabcontent when tabs not enabled on admin > look'n'feel ------------------------------------------------------------------------ r11743 | luciash | 2008-03-05 00:07:04 +0100 (mer, 05 mar 2008) | 2 lines [REM] reducing useles definitions, [FIX] tiki tabs containing tables in trackers ------------------------------------------------------------------------ r11742 | luciash | 2008-03-04 23:57:10 +0100 (mar, 04 mar 2008) | 2 lines [FIX] tabs are .tabs, not a #page-bar ------------------------------------------------------------------------ r11741 | nyloth | 2008-03-04 23:32:29 +0100 (mar, 04 mar 2008) | 2 lines [MOD] tikineat: update css to support hover styles on input image icons ------------------------------------------------------------------------ r11740 | nyloth | 2008-03-04 23:31:57 +0100 (mar, 04 mar 2008) | 2 lines [ENH][FIX] make massive move and massive delete also working for subgals + remove useless commented code ------------------------------------------------------------------------ r11739 | nyloth | 2008-03-04 23:31:20 +0100 (mar, 04 mar 2008) | 2 lines [ENH] smarty icon function is now able to return input tags of type image, instead of img tags only, by using _tag='input_image' + new _confirm param to specify a text to use in a popup requesting the user to confirm it's action (yet only available with javascript) ------------------------------------------------------------------------ r11738 | nyloth | 2008-03-04 23:28:12 +0100 (mar, 04 mar 2008) | 2 lines [NEW] new 'move_file_gallery' function to move a gallery in another gallery ------------------------------------------------------------------------ r11737 | pkdille | 2008-03-04 22:26:14 +0100 (mar, 04 mar 2008) | 2 lines [MOD] list file gallery: delete one useless table around "comment" button and harmonize the css classes from this button with some others on other pages ------------------------------------------------------------------------ r11736 | luciash | 2008-03-04 22:11:41 +0100 (mar, 04 mar 2008) | 2 lines [ENH] enhanced look of the tiki tabs ------------------------------------------------------------------------ r11735 | sylvieg | 2008-03-04 21:48:30 +0100 (mar, 04 mar 2008) | 2 lines [FIX]feature_siteidentity is moved to the look pannel ------------------------------------------------------------------------ r11734 | lphuberdeau | 2008-03-04 19:51:16 +0100 (mar, 04 mar 2008) | 2 lines [FIX] Encoding problem causing page not found errors ------------------------------------------------------------------------ r11733 | sylvieg | 2008-03-04 19:45:55 +0100 (mar, 04 mar 2008) | 2 lines [MOD]freetag: new perm to unassign freetags ------------------------------------------------------------------------ r11732 | sept_7 | 2008-03-04 18:05:11 +0100 (mar, 04 mar 2008) | 2 lines [FIX] smarty function query searchs in _REQUEST and then _POST+_GET ------------------------------------------------------------------------ r11731 | chriscramer | 2008-03-04 17:43:35 +0100 (mar, 04 mar 2008) | 2 lines give equation plugin access to its working directories ------------------------------------------------------------------------ r11730 | lphuberdeau | 2008-03-04 17:32:30 +0100 (mar, 04 mar 2008) | 2 lines [MOD] Display equivalent translations instead of saying all translations are OK ------------------------------------------------------------------------ r11729 | chriscramer | 2008-03-04 17:25:38 +0100 (mar, 04 mar 2008) | 2 lines equation displaying plugin for wiki pages ------------------------------------------------------------------------ r11725 | sept_7 | 2008-03-04 16:48:27 +0100 (mar, 04 mar 2008) | 2 lines [MOD] Small cleanup and enhancement to htmldiff ------------------------------------------------------------------------ r11724 | sept_7 | 2008-03-04 16:47:50 +0100 (mar, 04 mar 2008) | 2 lines [FIX] typo in tiki-js.js in function tikitabs ------------------------------------------------------------------------ r11723 | lphuberdeau | 2008-03-04 16:45:04 +0100 (mar, 04 mar 2008) | 2 lines [FIX] Add a permission for translation detach to prevent google from breaking links ------------------------------------------------------------------------ r11722 | lphuberdeau | 2008-03-04 16:22:26 +0100 (mar, 04 mar 2008) | 2 lines [NEW] Multilingual-aware structures ------------------------------------------------------------------------ r11721 | luciash | 2008-03-04 16:13:51 +0100 (mar, 04 mar 2008) | 2 lines [FIX] backport from simple theme: activate content display of first tiki tab onload by default ------------------------------------------------------------------------ r11720 | sept_7 | 2008-03-04 15:43:24 +0100 (mar, 04 mar 2008) | 2 lines [FIX] fix FCKEditor configuration after Nyloth rewrite of filegals ;p ------------------------------------------------------------------------ r11719 | sept_7 | 2008-03-04 15:41:48 +0100 (mar, 04 mar 2008) | 3 lines [ENH] If filegals_manager is set allow to navigate in objectpermissions and upload_file within the filegals_manager ------------------------------------------------------------------------ r11718 | sept_7 | 2008-03-04 15:28:39 +0100 (mar, 04 mar 2008) | 2 lines [CLN] use parent::parentclass instead of $this->parentclass ------------------------------------------------------------------------ r11717 | sept_7 | 2008-03-04 15:25:50 +0100 (mar, 04 mar 2008) | 3 lines [ENH] Use proper way to modify the class of the element. Use className instead of setAttribute("class","newclass") ------------------------------------------------------------------------ r11716 | luciash | 2008-03-04 04:51:38 +0100 (mar, 04 mar 2008) | 2 lines [ENH] support for classic Tiki tabs ------------------------------------------------------------------------ r11715 | chibaguy | 2008-03-04 03:09:18 +0100 (mar, 04 mar 2008) | 2 lines Right column display fixed for IE7. Siteheader logo and banner display improved. ------------------------------------------------------------------------ r11714 | chibaguy | 2008-03-04 03:07:47 +0100 (mar, 04 mar 2008) | 2 lines Extra div tags removed. ------------------------------------------------------------------------ r11713 | luciash | 2008-03-04 01:27:09 +0100 (mar, 04 mar 2008) | 2 lines [ENH] matching icon for admin > module ------------------------------------------------------------------------ r11710 | nyloth | 2008-03-04 00:20:42 +0100 (mar, 04 mar 2008) | 2 lines [FIX] filegals: fix test to always allow new file upload ------------------------------------------------------------------------ r11709 | luciash | 2008-03-04 00:11:56 +0100 (mar, 04 mar 2008) | 2 lines [FIX] make the rest of panels flippable ------------------------------------------------------------------------ r11708 | sampaioprimo | 2008-03-03 21:32:51 +0100 (lun, 03 mar 2008) | 2 lines [ENH] script now works with PHP4 ------------------------------------------------------------------------ r11707 | nyloth | 2008-03-03 21:29:50 +0100 (lun, 03 mar 2008) | 2 lines [FIX] missed to commit template updates for look and feel pannel ------------------------------------------------------------------------ r11706 | nyloth | 2008-03-03 21:28:48 +0100 (lun, 03 mar 2008) | 2 lines [FIX] new javascript detection setup script ------------------------------------------------------------------------ r11704 | nyloth | 2008-03-03 21:28:12 +0100 (lun, 03 mar 2008) | 2 lines [FIX] missing file for asynchronous upload ------------------------------------------------------------------------ r11702 | nyloth | 2008-03-03 21:25:47 +0100 (lun, 03 mar 2008) | 2 lines [MOD] file upload: File replacement is now only displayed in the 'file properties' page when the new javascript upload action is not available in the file listing. This may be moved later in another specific place (e.g. simple popup) for non-javascript browsers since it is not really a 'property' of the file. + remove unused commented code ------------------------------------------------------------------------ r11701 | nyloth | 2008-03-03 21:25:23 +0100 (lun, 03 mar 2008) | 2 lines [MOD] filegal: completely hide browsing tree and gallery path area if both are empty ------------------------------------------------------------------------ r11700 | nyloth | 2008-03-03 21:25:00 +0100 (lun, 03 mar 2008) | 2 lines [FIX][ENH] filegal: add a 'fileChangedMessage' tip after successful file upload/replacement from file listing + xhtml typo ------------------------------------------------------------------------ r11699 | nyloth | 2008-03-03 21:24:39 +0100 (lun, 03 mar 2008) | 5 lines [NEW] filegals: New 'Upload New Version' action (+icon) available in files listing (tested with both FF and IE6). It will directly open a file selector, automatically upload the file after selection and that replace the current file with the uploaded one (if javascript is detected ... else will be a link to the edit file page with the old way to upload (until a better no-javascript solution is developped) ) + clean a bit actions contextual menu template (remove useless code and params) + use new _menu_text and _menu_icon params for icons + remove css classes on links (they should not be used because icons have their own css classes) ------------------------------------------------------------------------ r11697 | nyloth | 2008-03-03 21:23:58 +0100 (lun, 03 mar 2008) | 4 lines [NEW] contextual actions menus: New Look & Feel prefs to more finely tune contextual menus look: * Use context menus for actions (icons), * Use context menus for actions (text) ------------------------------------------------------------------------ r11696 | nyloth | 2008-03-03 21:23:27 +0100 (lun, 03 mar 2008) | 2 lines [ENH] smarty self_link block: now able to use _menu_text and _menu_icon params of smarty icon + update tikineat css for new actions contextual menus with text (tested with both FF and IE6, with or without javascript versions) ------------------------------------------------------------------------ r11695 | nyloth | 2008-03-03 21:22:47 +0100 (lun, 03 mar 2008) | 4 lines [NEW] smarty icon function: new params available to produce menu items instead of simple icons : * _menu_text: if set to 'y', will use the 'title' argument as text after the icon and place the whole content between div tags with a 'icon_menu' class (not compatible with '_notag' param set to 'y'), * _menu_icon: if set to 'n', will not show icon image when _menu_text is 'y'. ------------------------------------------------------------------------ r11694 | nyloth | 2008-03-03 21:22:19 +0100 (lun, 03 mar 2008) | 2 lines [ENH] smarty show_sort function: use smarty_function_icon to generate html code of icons ------------------------------------------------------------------------ r11693 | nyloth | 2008-03-03 21:21:22 +0100 (lun, 03 mar 2008) | 3 lines [FIX][ENH] file indexation: Reduce a bit the file indexation process by removing non-alphanum characters in the parsed data instead of ascii non-printable characters (there will be less strings to index, less insert to do in database and then consume less cpu and disk). + Also index 'filename' and 'comment' fields for files ------------------------------------------------------------------------ r11692 | nyloth | 2008-03-03 21:20:19 +0100 (lun, 03 mar 2008) | 4 lines [FIX] javascript auto-detection: fix undefined tiki_cookie_jar error + add prefs defaults for fgal_asynchronous_indexing, use_context_menu_icon, use_context_menu_text, javascript_enabled [NEW] asynchronous file indexation: New smarty function 'reindex_file_pixel' to easily use asynchronous indexation in smarty templates. ------------------------------------------------------------------------ r11690 | nyloth | 2008-03-03 21:18:11 +0100 (lun, 03 mar 2008) | 8 lines [NEW] filegals: tiki-list_file_gallery.php is now able to directly process a new file upload [ENH] filegals: New Asynchronous indexation for uploads done in file listing, in order to dramatically reduce the amount of time the user has to wait before beeing able to continue his navigation ('fgal_asynchronous_indexing' pref). PHP is not natively able to finish a file indexation (that can be very long) after the page has been sent to the user's browser or after a connection close. This uses a small trick proposed by someone in php manual's comments by doing the indexation as a server background job called by a small transparent gif pixel on the page. ( If anybody has a better solution to be sure indexation is made but that there is no long process visible to the user, feel free to update this ;) ) + filegallib's get_archives() is now using 'get_files' function of tikilib (code factorisation) ------------------------------------------------------------------------ r11689 | nyloth | 2008-03-03 21:16:54 +0100 (lun, 03 mar 2008) | 2 lines [ENH] tikilib: Add a new 'parent_is_file' argument for the 'get_files' function of $tikilib ($parent_is_file use $galleryId param as $fileId (to return only archives of the file)) ------------------------------------------------------------------------ r11688 | nyloth | 2008-03-03 21:16:13 +0100 (lun, 03 mar 2008) | 2 lines [FIX] filegals: Fix files archives panel that was not displaying columns anymore since fgal revamp + keep only archives table to have a lighter interface / code ------------------------------------------------------------------------ r11687 | sylvieg | 2008-03-03 20:02:32 +0100 (lun, 03 mar 2008) | 2 lines [FIX]traslation: fix translation of message as 'HI {}' ------------------------------------------------------------------------ r11686 | sylvieg | 2008-03-03 17:35:40 +0100 (lun, 03 mar 2008) | 2 lines [FIX]blog: open the comments zone whatever is in the cookie jar when cliking on show comment ------------------------------------------------------------------------ r11685 | sylvieg | 2008-03-03 17:15:03 +0100 (lun, 03 mar 2008) | 2 lines [FIX]blog: use the user heading - not the defaulet one ------------------------------------------------------------------------ r11684 | sylvieg | 2008-03-03 15:51:33 +0100 (lun, 03 mar 2008) | 2 lines [FIX]forum: rollback: better for an admin to see the post topic - never knoews ------------------------------------------------------------------------ r11683 | sylvieg | 2008-03-03 15:45:06 +0100 (lun, 03 mar 2008) | 2 lines [FIX]forum: in a discuss forum, a user with no tiki_p_forum_post_topic can post the topic associated with the page ------------------------------------------------------------------------ r11682 | sylvieg | 2008-03-03 15:21:28 +0100 (lun, 03 mar 2008) | 2 lines [FIX]forum: do not show port topic in the wiki discuss forum as topic are very specific ------------------------------------------------------------------------ r11681 | sylvieg | 2008-03-03 14:53:42 +0100 (lun, 03 mar 2008) | 2 lines [FIX]wiki: listpages needs not to display categories that have no tiki_p_view_categories ------------------------------------------------------------------------ r11680 | sylvieg | 2008-03-03 14:31:45 +0100 (lun, 03 mar 2008) | 2 lines [FIX]pattern in eregi is not enclosed with delimiter ------------------------------------------------------------------------ r11679 | sept_7 | 2008-03-03 14:10:27 +0100 (lun, 03 mar 2008) | 8 lines [ENH] Tikitabs : use classes tabactive/tabinactive for tikitabs instead of hard coded values in tiki-js.js For style mainteners : use class tabactive or tabinactive instead of style to set the active/inactive tabs. <span id="tab1" class="tabmark tabactive"></span> for active tab and <span id="tab2" class="tabmark tabinactive"></span> for inactive ------------------------------------------------------------------------ r11678 | pkdille | 2008-03-02 23:39:15 +0100 (dim, 02 mar 2008) | 2 lines [MOD] tiki-mods: move tip section to where it is usually ------------------------------------------------------------------------ r11677 | pkdille | 2008-03-02 22:44:35 +0100 (dim, 02 mar 2008) | 2 lines [FIX] xhtml ------------------------------------------------------------------------ r11676 | sylvieg | 2008-03-02 22:29:52 +0100 (dim, 02 mar 2008) | 2 lines [FIX]wiki: the set button for discuss was missing ------------------------------------------------------------------------ r11675 | lphuberdeau | 2008-03-02 21:53:48 +0100 (dim, 02 mar 2008) | 2 lines [FIX] Proper conversion of user permissions ------------------------------------------------------------------------ r11674 | lphuberdeau | 2008-03-02 21:47:03 +0100 (dim, 02 mar 2008) | 2 lines [FIX] Apply permission add to users_objectpermissions ------------------------------------------------------------------------ r11673 | lphuberdeau | 2008-03-02 21:32:28 +0100 (dim, 02 mar 2008) | 2 lines [FIX] Upgrade not visible on first load. ------------------------------------------------------------------------ r11672 | leyan | 2008-03-02 21:28:17 +0100 (dim, 02 mar 2008) | 2 lines [MOD] Includes the site identity feature checkbox that was removed from the include feature panel. (still required for custom site header, logo, etc.) ------------------------------------------------------------------------ r11671 | lphuberdeau | 2008-03-02 21:20:54 +0100 (dim, 02 mar 2008) | 2 lines [MOD] Copyright year and BETA label in installer ------------------------------------------------------------------------ r11670 | leyan | 2008-03-02 21:18:17 +0100 (dim, 02 mar 2008) | 2 lines [FIX] Corrected top-bar feature check (spelling mistake) ------------------------------------------------------------------------ r11669 | lphuberdeau | 2008-03-02 20:37:27 +0100 (dim, 02 mar 2008) | 2 lines [REL] Version number updates. ------------------------------------------------------------------------ r11668 | lphuberdeau | 2008-03-02 20:24:48 +0100 (dim, 02 mar 2008) | 2 lines [MOD] Updating the release procedure ------------------------------------------------------------------------ r11667 | lphuberdeau | 2008-03-02 20:23:05 +0100 (dim, 02 mar 2008) | 2 lines [REL] Updating SQL ------------------------------------------------------------------------ r11666 | lphuberdeau | 2008-03-02 20:20:51 +0100 (dim, 02 mar 2008) | 2 lines [FIX] Parse error ------------------------------------------------------------------------ r11665 | lphuberdeau | 2008-03-02 20:13:55 +0100 (dim, 02 mar 2008) | 2 lines [MOD] Customized display based on current database ------------------------------------------------------------------------ r11664 | nkoth | 2008-03-02 16:16:59 +0100 (dim, 02 mar 2008) | 2 lines [KIL] remove notheme series of theme which white screens ------------------------------------------------------------------------ r11663 | mystic_ca | 2008-03-02 15:24:18 +0100 (dim, 02 mar 2008) | 2 lines [FIX] Tracker item #1592 ------------------------------------------------------------------------ r11662 | chibaguy | 2008-03-02 15:11:01 +0100 (dim, 02 mar 2008) | 2 lines *litecss-based variation of Tikineat theme; also uses %/em for font sizes. ------------------------------------------------------------------------ r11660 | chibaguy | 2008-03-02 15:08:35 +0100 (dim, 02 mar 2008) | 2 lines *litecss-based variation of Tikineat theme, including module templates that use divs and uls and ols instead of tables. ------------------------------------------------------------------------ r11589 | pkdille | 2008-03-02 09:05:04 +0100 (dim, 02 mar 2008) | 2 lines [MOD] rss lists on tikineat: some customizations ------------------------------------------------------------------------ r11588 | pkdille | 2008-03-02 07:27:05 +0100 (dim, 02 mar 2008) | 2 lines [FIX] general admin panel: prefs missing ------------------------------------------------------------------------ r11587 | leyan | 2008-03-01 23:51:08 +0100 (sam, 01 mar 2008) | 2 lines [MOD] Reorganized admin features panel checkboxes for 1.10RC1 ------------------------------------------------------------------------ r11586 | lphuberdeau | 2008-03-01 23:21:59 +0100 (sam, 01 mar 2008) | 2 lines [FIX] Missing object type check, causing confusion with other translated objects. ------------------------------------------------------------------------ r11585 | lphuberdeau | 2008-03-01 23:06:06 +0100 (sam, 01 mar 2008) | 2 lines [MOD] Removing unused feature ------------------------------------------------------------------------ r11584 | lphuberdeau | 2008-03-01 22:08:51 +0100 (sam, 01 mar 2008) | 2 lines [MOD] Minor UI changes on installer. ------------------------------------------------------------------------ r11583 | lphuberdeau | 2008-03-01 21:34:40 +0100 (sam, 01 mar 2008) | 2 lines [FIX] Add registration code and registration passcode to the OpenID registration page. ------------------------------------------------------------------------ r11582 | leyan | 2008-03-01 21:17:46 +0100 (sam, 01 mar 2008) | 2 lines Added french language for swith language module ------------------------------------------------------------------------ r11581 | leyan | 2008-03-01 19:33:03 +0100 (sam, 01 mar 2008) | 4 lines Cleaned code around hcalendar microformat for tiki calendar according to comments from Andy (microformats.org). See http://microformats.org/wiki/hcalendar-examples-in-wild#examples_with_some_problems "Hidden, data hidden using CSS." ------------------------------------------------------------------------ r11580 | lphuberdeau | 2008-03-01 18:13:01 +0100 (sam, 01 mar 2008) | 2 lines [FIX] Adding feature checks ------------------------------------------------------------------------ r11579 | leyan | 2008-03-01 18:12:54 +0100 (sam, 01 mar 2008) | 2 lines Adding feature checks. ------------------------------------------------------------------------ r11578 | pkdille | 2008-03-01 18:05:53 +0100 (sam, 01 mar 2008) | 2 lines [FIX] my tiki: xhtml code cleaning ------------------------------------------------------------------------ r11577 | lphuberdeau | 2008-03-01 17:07:37 +0100 (sam, 01 mar 2008) | 2 lines [FIX] Adding permission and feature checks ------------------------------------------------------------------------ r11576 | nyloth | 2008-03-01 11:11:27 +0100 (sam, 01 mar 2008) | 2 lines [FIX] filegals: also need to format values in the dynamic 'Other Sorts' column ------------------------------------------------------------------------ r11575 | nyloth | 2008-03-01 01:55:58 +0100 (sam, 01 mar 2008) | 2 lines [FIX] 1.9 to 1.10 sql: do not insert modules on existing installations that have already configured the modules they want. ------------------------------------------------------------------------ r11574 | nyloth | 2008-03-01 01:47:57 +0100 (sam, 01 mar 2008) | 2 lines [MOD] filegals: code cleaning + factorization (tiki-file_galleries is now useless and redirects to tiki-list_file_gallery to have the same features and behavior like the browsing tree). New templates have been created for duplication and edition of galleries for an easier maintenance in the future. ------------------------------------------------------------------------ r11571 | sylvieg | 2008-03-01 00:15:46 +0100 (sam, 01 mar 2008) | 2 lines notice ------------------------------------------------------------------------ r11570 | sylvieg | 2008-02-29 23:53:26 +0100 (ven, 29 fév 2008) | 2 lines notice ------------------------------------------------------------------------ r11569 | sylvieg | 2008-02-29 23:19:26 +0100 (ven, 29 fév 2008) | 2 lines typo ------------------------------------------------------------------------ r11568 | nyloth | 2008-02-29 22:55:12 +0100 (ven, 29 fév 2008) | 2 lines [FIX] filegals tree flip: use an empty string, not the null value, to behave correctly ------------------------------------------------------------------------ r11567 | pkdille | 2008-02-29 22:05:16 +0100 (ven, 29 fév 2008) | 2 lines [MOD] admin rss modules: one tip section is enough ------------------------------------------------------------------------ r11565 | jyhem | 2008-02-29 20:30:41 +0100 (ven, 29 fév 2008) | 2 lines [ENH] Less differences in databases upgraded from 1.9 and clean installs (using diffsql.sh) ------------------------------------------------------------------------ r11564 | jyhem | 2008-02-29 19:52:49 +0100 (ven, 29 fév 2008) | 2 lines [ENH] Displays usage when called incorrectly ------------------------------------------------------------------------ r11563 | pkdille | 2008-02-29 16:51:23 +0100 (ven, 29 fév 2008) | 2 lines [FIX] tracker items: deleting button "Items list" and renaming "View this tracker items". One button was to much, both had same target. ------------------------------------------------------------------------ r11562 | pkdille | 2008-02-29 16:47:08 +0100 (ven, 29 fév 2008) | 2 lines [MOD] tracker items: indenting some code before modifying ------------------------------------------------------------------------ r11561 | sylvieg | 2008-02-29 16:36:35 +0100 (ven, 29 fév 2008) | 2 lines [MOD]wiki: new param last_modif_pages url to be able to link to tiki-listpages ------------------------------------------------------------------------ r11560 | sylvieg | 2008-02-29 15:58:45 +0100 (ven, 29 fév 2008) | 2 lines [FIX]topbar: do not display topbar if feature_topbar is n even if feature_topbar_xx is y ------------------------------------------------------------------------ r11559 | nyloth | 2008-02-29 15:27:23 +0100 (ven, 29 fév 2008) | 2 lines [FIX] flip js function: handle the 'null' case (better) ------------------------------------------------------------------------ r11558 | nyloth | 2008-02-29 13:33:37 +0100 (ven, 29 fév 2008) | 2 lines [FIX] file galleries: get back the one-click 'download+lock' icon and add a javascript version that will also update 'locked by' infos on the current page. Maybe this icon should be optionnal because it can also be done by downloading the file and then locking it. Any preferences ? ------------------------------------------------------------------------ r11557 | nyloth | 2008-02-29 13:29:57 +0100 (ven, 29 fév 2008) | 2 lines [FIX] file galleries: better handle URL arguments when showing or hiding tree without javascript ------------------------------------------------------------------------ r11556 | nyloth | 2008-02-29 13:27:43 +0100 (ven, 29 fév 2008) | 2 lines [FIX] flip js function: handle the 'null' case ------------------------------------------------------------------------ r11555 | nyloth | 2008-02-29 10:27:22 +0100 (ven, 29 fév 2008) | 2 lines [MOD] file galleries: keep browsing tree status in non-javascript mode (after sorting columns or other actions) ------------------------------------------------------------------------ r11554 | nyloth | 2008-02-29 10:23:25 +0100 (ven, 29 fév 2008) | 2 lines [MOD] file galleries: 'Other Sort' renamed in 'Other Sorts' ------------------------------------------------------------------------ r11553 | nyloth | 2008-02-29 10:21:13 +0100 (ven, 29 fév 2008) | 2 lines [MOD] file galleries: add an 'Other Sorts' tooltip on the icon ------------------------------------------------------------------------ r11552 | nyloth | 2008-02-29 10:08:14 +0100 (ven, 29 fév 2008) | 2 lines [MOD] AJAX links: use new javascript_enabled pref to automatically disable AJAX links when JavaScript has not been detected. ------------------------------------------------------------------------ r11551 | nyloth | 2008-02-29 09:27:31 +0100 (ven, 29 fév 2008) | 2 lines [ENH] file galleries: improve the 'no-javascript' version ------------------------------------------------------------------------ r11550 | nyloth | 2008-02-29 09:20:03 +0100 (ven, 29 fév 2008) | 2 lines [ENH] tikineat theme: enhence a bit more the full php version of the browsing tree ------------------------------------------------------------------------ r11549 | nyloth | 2008-02-29 09:15:19 +0100 (ven, 29 fév 2008) | 2 lines [ENH] fgal browsing tree: phplayers or javascript are not mandatory features anymore. If one of them are not enabled, it will render the tree using full PHP ------------------------------------------------------------------------ r11548 | nyloth | 2008-02-29 09:12:07 +0100 (ven, 29 fév 2008) | 2 lines [ENH] New pref 'javascript_enabled' that will be automatically filled to 'y' or 'n' depending on weither JavaScript has been detected on client browser. This allows to remove NOSCRIPT tags and only return the correct code (with javascript or not) to the user's browser). Note that if javascript is detected, it will consider it is enabled during the whole session (e.g. until the user log off). ------------------------------------------------------------------------ r11547 | chibaguy | 2008-02-29 06:03:19 +0100 (ven, 29 fév 2008) | 2 lines Fixed title display when nonums eq y. (if statements in wrong order.) ------------------------------------------------------------------------ r11546 | chibaguy | 2008-02-29 05:56:59 +0100 (ven, 29 fév 2008) | 2 lines Enable nonums for changed items ------------------------------------------------------------------------ r11545 | pkdille | 2008-02-28 22:02:58 +0100 (jeu, 28 fév 2008) | 2 lines [FIX] adminusers: when userpreferences are disabled, no need to show icon to change user preferences + some xhtml cleaning ------------------------------------------------------------------------ r11544 | sylvieg | 2008-02-28 20:21:10 +0100 (jeu, 28 fév 2008) | 2 lines [MOD]actionlog: add the name of the deleted file ------------------------------------------------------------------------ r11543 | nyloth | 2008-02-28 18:49:14 +0100 (jeu, 28 fév 2008) | 2 lines [FIX] switch lang: users should be able to change their language (e.g. through modules) if only change_language is enabled (even if tiki user preferences is disabled) + no need to update prefs array if already done by set_user_preference() function. ------------------------------------------------------------------------ r11542 | sept_7 | 2008-02-28 18:16:58 +0100 (jeu, 28 fév 2008) | 2 lines [FIX] filgals : fix the empty column ------------------------------------------------------------------------ r11541 | sylvieg | 2008-02-28 17:26:00 +0100 (jeu, 28 fév 2008) | 2 lines [MOD]actionlog: record removed files ------------------------------------------------------------------------ r11540 | sylvieg | 2008-02-28 15:57:13 +0100 (jeu, 28 fév 2008) | 2 lines [FIX]tracker: send a notification if a file is attached or edit in a tracker item ------------------------------------------------------------------------ r11539 | nyloth | 2008-02-28 14:35:30 +0100 (jeu, 28 fév 2008) | 2 lines [ENH] file galleries: add a javascript icon to show/hide the gallery explorer + small fix to avoid an empty information column + fix tiki flip javascript function when style is empty (better to use an empty string instead of the 'block' value to get back to the html element's default value ------------------------------------------------------------------------ r11536 | nyloth | 2008-02-28 13:56:33 +0100 (jeu, 28 fév 2008) | 2 lines [FIX] forums: fix the 'was queued' message ------------------------------------------------------------------------ r11535 | pkdille | 2008-02-28 11:39:57 +0100 (jeu, 28 fév 2008) | 2 lines [FIX] translation ------------------------------------------------------------------------ r11534 | sylvieg | 2008-02-27 23:12:27 +0100 (mer, 27 fév 2008) | 2 lines [FIX]admin: a link to admin->general as homepage depends on setting in this page ------------------------------------------------------------------------ r11533 | nyloth | 2008-02-27 22:51:28 +0100 (mer, 27 fév 2008) | 2 lines [MOD] file galleries: move 'information' icons in the same column as 'Other Sorts' to gain some space + put actions column after the dynamically added one + back to 'onClick' instead of 'onMouseOver' for actions, since there is less risks for a user to use actions of another file ------------------------------------------------------------------------ r11532 | nyloth | 2008-02-27 22:47:21 +0100 (mer, 27 fév 2008) | 2 lines [ENH] fgal action icons: strip html to reduce space between icons ------------------------------------------------------------------------ r11531 | nyloth | 2008-02-27 22:45:33 +0100 (mer, 27 fév 2008) | 2 lines [FIX] filegals_manager URLs: use & instead of & ------------------------------------------------------------------------ r11530 | sylvieg | 2008-02-27 20:10:13 +0100 (mer, 27 fév 2008) | 2 lines [MOD]wiki: be able to use category=name in the url ------------------------------------------------------------------------ r11529 | sylvieg | 2008-02-27 17:43:43 +0100 (mer, 27 fév 2008) | 2 lines [FIX]fgal: show at least the actions button if javascript is not on ------------------------------------------------------------------------ r11528 | pkdille | 2008-02-27 17:36:44 +0100 (mer, 27 fév 2008) | 2 lines [ENH] mime icons: htm file type icon (same as html) ------------------------------------------------------------------------ r11526 | sylvieg | 2008-02-27 17:32:51 +0100 (mer, 27 fév 2008) | 2 lines [FIX]fgal: action appears on mouseover - onclick is not obvious ------------------------------------------------------------------------ r11525 | sylvieg | 2008-02-27 17:11:25 +0100 (mer, 27 fév 2008) | 2 lines [FIX]fgal: respect perm ------------------------------------------------------------------------ r11524 | sept_7 | 2008-02-27 17:02:25 +0100 (mer, 27 fév 2008) | 2 lines [FIX] get_files : small fix after nyloth revamp ------------------------------------------------------------------------ r11523 | sylvieg | 2008-02-27 16:54:12 +0100 (mer, 27 fév 2008) | 2 lines notice ------------------------------------------------------------------------ r11522 | sylvieg | 2008-02-27 16:48:27 +0100 (mer, 27 fév 2008) | 2 lines [FIX]fgal: header has the other one - to have the square in fmsc.css correctly working ------------------------------------------------------------------------ r11520 | nyloth | 2008-02-27 16:19:12 +0100 (mer, 27 fév 2008) | 48 lines [NEW][ENH] Complete revamping of file galleries Most important IHM modifications are: * New gallery explorer (like windows one), * New subgal path (like breadcrumbs / directory path), * New wrench icon + contextual menu for actions on files and subgals to replace the old 'Actions' column (it can be disabled in admin > look & feel > other options > Use context menus for actions ), * New 'Other Sort' icon and column on the right (only if some fields are configured to be displayed in popup) to allow the user to sort on popup fields too (the 'Other Sort' icon will display the list of available fields with links to sort on them. It will dynamically replace the empty 'Other Sort' column by the selected one), * Merge files and subgals tables (like most common filemanagers), * Galleries now have only one feature-full display configuration (used for both files and subgals), were you can choose, for each field, between : - hide field, - show field as a column, - show field in the "informations" tooltip/popup, - show in both areas, (for "locked by" field, there is also a show as an 'icon' option), * Use new AJAX-enabled pagination, sort and other links, * Now handle subgals size (and sort on subgal size), * Add an option to limit the number of displayed rows, * Some tikineat theme improvements on filegals and icons hover for IE Most important Code modifications are: * Rewrite of get_files() function to handle subgals too (and more options), * Modify some db field names to make it easier to handle files and subgals the same way (e.g. all 'downloads' fields are now named 'hits' fields), * many factorization and code cleaning, * now check permissions when retrieving files and subgals list from DB with new perms functions (this simplifies perms check and fix total number of items to count only items visible to user), * New smarty tree function to make tiki trees using phplayers and tiki famfamfam icons, * smarty block self_link : new param '_script' to specify another script than the current one (this disable AJAX for this link when the current script is different), * smarty query function now handles 'form_input' as '_type' param to return hidden fields needed for forms to keep current URL args, * smarty iconify modifier now benefits from icon function and accepts a second param to put an alt/title text for the icon ------------------------------------------------------------------------ r11495 | sylvieg | 2008-02-27 15:47:06 +0100 (mer, 27 fév 2008) | 2 lines [FIX]change_categ: keep the uri - to remember you are in a structure when categorizing ------------------------------------------------------------------------ r11494 | lphuberdeau | 2008-02-27 15:26:55 +0100 (mer, 27 fév 2008) | 2 lines [MOD] Link to tag translation UI and allow foreign tags (required to know if tags need translation) ------------------------------------------------------------------------ r11493 | marclaporte | 2008-02-27 07:32:56 +0100 (mer, 27 fév 2008) | 2 lines [DEL] removing old sql stuff from db/ dir that has no more use ------------------------------------------------------------------------ r11492 | marclaporte | 2008-02-27 07:23:44 +0100 (mer, 27 fév 2008) | 2 lines sync db ------------------------------------------------------------------------ r11491 | marclaporte | 2008-02-27 07:22:29 +0100 (mer, 27 fév 2008) | 2 lines [DOC] Documenting the convert sql script ------------------------------------------------------------------------ r11490 | marclaporte | 2008-02-27 04:04:30 +0100 (mer, 27 fév 2008) | 2 lines [MOD] Removing the part about using mod-application_menu module as it's too complicated for many users. Much better to use the point & click menu builder ------------------------------------------------------------------------ r11489 | franck | 2008-02-27 01:10:21 +0100 (mer, 27 fév 2008) | 2 lines Live Support: [RFE] Add IP next to requestor ------------------------------------------------------------------------ r11488 | franck | 2008-02-27 01:09:14 +0100 (mer, 27 fév 2008) | 2 lines Maps: [FIX] works on 1.10 ------------------------------------------------------------------------ r11487 | sylvieg | 2008-02-26 22:12:55 +0100 (mar, 26 fév 2008) | 2 lines [MOD]categ: can batch upload categories ------------------------------------------------------------------------ r11486 | pkdille | 2008-02-26 21:46:29 +0100 (mar, 26 fév 2008) | 2 lines [MOD] forum list: changing style from sections (class "third"). Putting out from code center alignment ------------------------------------------------------------------------ r11485 | lphuberdeau | 2008-02-26 20:52:41 +0100 (mar, 26 fév 2008) | 2 lines [MOD] New clean-up method to replace the disabled one. ------------------------------------------------------------------------ r11484 | lphuberdeau | 2008-02-26 20:35:01 +0100 (mar, 26 fév 2008) | 2 lines [FIX] Remove tags that were removed from the list (really means the table requires clean-up) ------------------------------------------------------------------------ r11483 | nkoth | 2008-02-26 20:05:04 +0100 (mar, 26 fév 2008) | 2 lines [FIX] typo ------------------------------------------------------------------------ r11482 | lphuberdeau | 2008-02-26 19:57:43 +0100 (mar, 26 fév 2008) | 2 lines [FIX] Tag removal was broken if the same word existed in multiple languages ------------------------------------------------------------------------ r11481 | lphuberdeau | 2008-02-26 19:47:17 +0100 (mar, 26 fév 2008) | 2 lines [MOD] Allow translation UI to clear language info from a file ------------------------------------------------------------------------ r11480 | nkoth | 2008-02-26 19:27:49 +0100 (mar, 26 fév 2008) | 2 lines [FIX] avoid double appearance of tags while editing staging page (due to transfer of tags from approved page) ------------------------------------------------------------------------ r11479 | nkoth | 2008-02-26 18:37:07 +0100 (mar, 26 fév 2008) | 2 lines [MOD] add admin perm tiki_p_admin_freetags ------------------------------------------------------------------------ r11478 | sylvieg | 2008-02-26 18:02:51 +0100 (mar, 26 fév 2008) | 2 lines [FIX]tracker: send email to a user field (not creator, not modif) at item creation (ex: filed assign to) ------------------------------------------------------------------------ r11477 | lphuberdeau | 2008-02-26 17:33:43 +0100 (mar, 26 fév 2008) | 2 lines [FIX] Appropriate permission checks. ------------------------------------------------------------------------ r11476 | lphuberdeau | 2008-02-26 17:24:27 +0100 (mar, 26 fév 2008) | 2 lines [MOD] Find translated tags on page translation and fix duplications in translation UI when not object bounded ------------------------------------------------------------------------ r11475 | nkoth | 2008-02-26 15:55:10 +0100 (mar, 26 fév 2008) | 2 lines [MOD] allow showing of tags of all objects (not just specific object) [FIX] tags for third language and onwards was not showing [MOD] make list of languages to be shown to be "show these" rather than "add to" method, which fixes languages forgotted problem, and is also more usable. [MOD] add perm check (which is probably too strong, but needs further refinement). ------------------------------------------------------------------------ r11474 | nkoth | 2008-02-26 15:39:44 +0100 (mar, 26 fév 2008) | 2 lines [MOD] allow same tag in multiple languages (e.g. same word exist in english and french) to be saved. However, do not create new lang specific tag if universal tag exists [MOD] show only pages in same lang through get_similar [MOD] allow getting of tags from all objects (not just specifc object) ------------------------------------------------------------------------ r11473 | sylvieg | 2008-02-25 23:09:00 +0100 (lun, 25 fév 2008) | 2 lines [FIX]bookmark: display an error if feature bookmark is not set in the module ------------------------------------------------------------------------ r11470 | sylvieg | 2008-02-25 17:27:57 +0100 (lun, 25 fév 2008) | 2 lines notice ------------------------------------------------------------------------ r11469 | sylvieg | 2008-02-24 21:58:12 +0100 (dim, 24 fév 2008) | 2 lines [FIX]tracker: escape ou {wiki} the value but not both (value for ' must not be transform into ') + come back to the pvalue to not parse twice ------------------------------------------------------------------------ r11468 | pkdille | 2008-02-24 07:29:17 +0100 (dim, 24 fév 2008) | 2 lines [MOD] tikineat: force cursor to pointer for linkbut elements. Mainly needed on tiki-browse_freetags for "Clear" button. ------------------------------------------------------------------------ r11466 | jyhem | 2008-02-22 11:38:01 +0100 (ven, 22 fév 2008) | 2 lines [NEW] Tracker items of type 'static text' now accept options for wikiparsing and list display truncating ------------------------------------------------------------------------ r11465 | marclaporte | 2008-02-22 06:34:31 +0100 (ven, 22 fév 2008) | 2 lines [FIX] Typical user doesn't need to see this info when running the script. And those who do will read the source of the script. ------------------------------------------------------------------------ r11464 | lphuberdeau | 2008-02-21 19:49:07 +0100 (jeu, 21 fév 2008) | 2 lines [SEC] Porting fix from 1.9 for input sanitization ------------------------------------------------------------------------ r11463 | ricks99 | 2008-02-21 17:21:52 +0100 (jeu, 21 fév 2008) | 2 lines [UI] only show find form when there are items. when showing find results, provide ui feedback showing number of hits, so users know they are viewing a subset of all available records. ------------------------------------------------------------------------ r11462 | nkoth | 2008-02-21 07:14:03 +0100 (jeu, 21 fév 2008) | 2 lines [MOD] make it getMissingTranslationBits possible to return max one per page ------------------------------------------------------------------------ r11461 | nkoth | 2008-02-21 06:11:23 +0100 (jeu, 21 fév 2008) | 2 lines [FIX] typo - closing p tag did not have / ------------------------------------------------------------------------ r11460 | nkoth | 2008-02-21 06:02:27 +0100 (jeu, 21 fév 2008) | 2 lines [FIX] perms checking of staging/approved page, etc... should happen before blocking of users that are only allowed to make new staging translations from broader changing of translation sets. ------------------------------------------------------------------------ r11459 | lphuberdeau | 2008-02-20 17:04:14 +0100 (mer, 20 fév 2008) | 2 lines [FIX] Adding tag language to tiki.sql ------------------------------------------------------------------------ r11458 | franck | 2008-02-20 04:36:54 +0100 (mer, 20 fév 2008) | 2 lines Live support: FIX: polling, remove sound and other fixes ------------------------------------------------------------------------ r11457 | nkoth | 2008-02-20 03:13:24 +0100 (mer, 20 fév 2008) | 2 lines [FIX] link typo ------------------------------------------------------------------------ r11456 | nkoth | 2008-02-20 02:22:18 +0100 (mer, 20 fév 2008) | 2 lines [FIX] remove perm check for non existent tiki_p_interactive_translation as tiki_p_edit_languages should suffice ------------------------------------------------------------------------ r11455 | nkoth | 2008-02-20 02:19:48 +0100 (mer, 20 fév 2008) | 2 lines [FIX] remove perm check for non-existent tiki_p_interactive translation since tiki_p_edit_languages should be enough, [FIX] translation of "on" and "off" single word may not work in some languages ------------------------------------------------------------------------ r11454 | nkoth | 2008-02-20 01:37:53 +0100 (mer, 20 fév 2008) | 2 lines [FIX] make circle for interactive translation work for links with title/alt that are also translated ------------------------------------------------------------------------ r11453 | nkoth | 2008-02-20 01:06:22 +0100 (mer, 20 fév 2008) | 2 lines [FIX] must attempt translation to site default if target language not specified and user has no lang set (i.e. using site default) ------------------------------------------------------------------------ r11452 | jyhem | 2008-02-19 21:11:03 +0100 (mar, 19 fév 2008) | 2 lines [FIX] Correct a capitalisation inconsistency ------------------------------------------------------------------------ r11451 | lphuberdeau | 2008-02-18 21:23:49 +0100 (lun, 18 fév 2008) | 2 lines [MOD] Tag translation support ------------------------------------------------------------------------ r11450 | lphuberdeau | 2008-02-18 20:03:12 +0100 (lun, 18 fév 2008) | 2 lines [NEW] Tag translation UI (not functional yet) ------------------------------------------------------------------------ r11447 | lphuberdeau | 2008-02-18 17:03:27 +0100 (lun, 18 fév 2008) | 2 lines [MOD] Restrict tag suggestion to universal tags or tags in the current page language ------------------------------------------------------------------------ r11446 | lphuberdeau | 2008-02-18 16:21:25 +0100 (lun, 18 fév 2008) | 2 lines [MOD] Save tag language ------------------------------------------------------------------------ r11445 | lphuberdeau | 2008-02-18 15:03:29 +0100 (lun, 18 fév 2008) | 2 lines [NEW] Adding preference to support multilingual freetags ------------------------------------------------------------------------ r11444 | lphuberdeau | 2008-02-18 14:36:18 +0100 (lun, 18 fév 2008) | 2 lines [MOD] Adding language field on tags ------------------------------------------------------------------------ r11443 | nyloth | 2008-02-18 12:00:40 +0100 (lun, 18 fév 2008) | 2 lines [FIX] trackers: correctly check status perms (you may have those perms for a specific tracker but not the 'general' perm) ------------------------------------------------------------------------ r11442 | sylvieg | 2008-02-17 03:34:03 +0100 (dim, 17 fév 2008) | 2 lines [FIX]login: ... but need the ldap to be tested in not in tiki ------------------------------------------------------------------------ r11441 | sylvieg | 2008-02-17 03:27:13 +0100 (dim, 17 fév 2008) | 2 lines [FIX]login: if ldap auth - and if Create user if not in Tiki, let the user identified in tiki to log in ------------------------------------------------------------------------ r11440 | sylvieg | 2008-02-16 23:40:31 +0100 (sam, 16 fév 2008) | 2 lines global ------------------------------------------------------------------------ r11439 | nkoth | 2008-02-16 22:00:44 +0100 (sam, 16 fév 2008) | 2 lines [FIX] show "update from it" text only if user has perm to edit current page ------------------------------------------------------------------------ r11438 | marclaporte | 2008-02-16 20:46:26 +0100 (sam, 16 fév 2008) | 2 lines [FIX] {maketoc} 1-Making heading of maketoc translatable 2-Use the same caps/no caps combination as what is already in all the language.php translation files. ------------------------------------------------------------------------ r11437 | marclaporte | 2008-02-16 20:31:48 +0100 (sam, 16 fév 2008) | 2 lines [FIX] translation ------------------------------------------------------------------------ r11436 | luciash | 2008-02-16 11:36:22 +0100 (sam, 16 fév 2008) | 2 lines [FIX] consistency fix: s/TikiWiki/Tikiwiki/ ------------------------------------------------------------------------ r11435 | luciash | 2008-02-16 09:54:46 +0100 (sam, 16 fév 2008) | 2 lines [MOD] s/TikiWiki/Tikiwiki/ ------------------------------------------------------------------------ r11434 | luciash | 2008-02-16 09:52:27 +0100 (sam, 16 fév 2008) | 2 lines [MOD] s/TikiWiki/Tikiwiki/ [ADD] cvs header tag ------------------------------------------------------------------------ r11433 | luciash | 2008-02-16 09:10:27 +0100 (sam, 16 fév 2008) | 2 lines [MOD] s/TikiWiki/Tikiwiki/ and else instead of new if with conditioning the same ------------------------------------------------------------------------ r11432 | luciash | 2008-02-16 09:02:10 +0100 (sam, 16 fév 2008) | 2 lines [FIX] center tag was no XHTML ------------------------------------------------------------------------ r11430 | ricks99 | 2008-02-15 21:51:58 +0100 (ven, 15 fév 2008) | 2 lines [UI] Improve first-time user experience, icons for visual cues, direct links for admin menu options, textual edits. ------------------------------------------------------------------------ r11429 | nyloth | 2008-02-15 16:40:25 +0100 (ven, 15 fév 2008) | 2 lines [MOD] use userlink instead of escape to allow user real name ------------------------------------------------------------------------ r11428 | sylvieg | 2008-02-15 15:59:49 +0100 (ven, 15 fév 2008) | 2 lines typo ------------------------------------------------------------------------ r11427 | sylvieg | 2008-02-15 15:56:24 +0100 (ven, 15 fév 2008) | 2 lines [FIX]intertiki: if import pref+info from main is on, when changing on slave, copy back to main because otherwise the info/pref will be copied from main to slave at the next login ------------------------------------------------------------------------ r11426 | sylvieg | 2008-02-15 15:32:25 +0100 (ven, 15 fév 2008) | 2 lines [FIX]intertiki: copu the avatar only if import pref is on ------------------------------------------------------------------------ r11425 | nyloth | 2008-02-15 15:18:45 +0100 (ven, 15 fév 2008) | 2 lines [FIX] show 'The file is locked by...' even if it's not by the current user ------------------------------------------------------------------------ r11424 | nyloth | 2008-02-15 14:52:29 +0100 (ven, 15 fév 2008) | 13 lines [MOD] galleries file listing: some UI changes (pagination, ajax, locking, archives, user real names) * use pagination_links & self_links to enable AJAX and clean the code, * rename 'Edit' action by 'Properties' action, to be more intuitive for users, * handle lock/unlock operations in filegals listing instead of file properties page (with a dedicated icon, so removing the 'download & lock' one which was a bit confusing and didn't allow to unlock), * add a 'Locked by...' info on the top of file properties page, * rename 'Archive' into 'Archives' since the user should not expect the action of archiving the file, but simply browsing the existing archives, * add gray/disabled 'Archives' icons when archives are handled in the filegal but the file has no archives, * put some 'username' smarty modifier instead of 'escape', in order to allow displaying real user names ------------------------------------------------------------------------ r11420 | nyloth | 2008-02-15 14:29:29 +0100 (ven, 15 fév 2008) | 2 lines [ENH] pagination links: new offset_arg param (Name of the URL argument that contains the offset. Defaults to 'offset') ------------------------------------------------------------------------ r11419 | pkdille | 2008-02-14 23:25:23 +0100 (jeu, 14 fév 2008) | 2 lines [MOD] diffsql: change mysqldump options in order to have one value per line when tables are populated. This way, it is easier to see the differences. ------------------------------------------------------------------------ r11418 | pkdille | 2008-02-14 22:41:39 +0100 (jeu, 14 fév 2008) | 2 lines [FIX] converting this file from dos to unix format ------------------------------------------------------------------------ r11417 | pkdille | 2008-02-14 22:10:36 +0100 (jeu, 14 fév 2008) | 2 lines [MOD] tikineat: make rss lists look nicer ------------------------------------------------------------------------ r11416 | nyloth | 2008-02-14 21:51:15 +0100 (jeu, 14 fév 2008) | 2 lines [ENH] file galleries listing: use smarty pagination_links ------------------------------------------------------------------------ r11415 | nyloth | 2008-02-14 21:48:11 +0100 (jeu, 14 fév 2008) | 2 lines [ENH] smarty self_link: add an _alt param for the icon's alt attribute + better handle _alt and _title + add quotes around param values ------------------------------------------------------------------------ r11414 | nyloth | 2008-02-14 21:45:41 +0100 (jeu, 14 fév 2008) | 2 lines [ENH] smarty icon: remove empty arguments in the IMG tag ------------------------------------------------------------------------ r11413 | nyloth | 2008-02-14 20:47:48 +0100 (jeu, 14 fév 2008) | 2 lines [ENH] file galleries listing: use self_link to enable AJAX and sorting icons + cleaning code. ------------------------------------------------------------------------ r11412 | lphuberdeau | 2008-02-14 20:47:15 +0100 (jeu, 14 fév 2008) | 2 lines [FIX] Default change done right ------------------------------------------------------------------------ r11411 | lphuberdeau | 2008-02-14 19:55:13 +0100 (jeu, 14 fév 2008) | 2 lines [MOD] Making unsuccessful_login default to 5 ------------------------------------------------------------------------ r11410 | sylvieg | 2008-02-14 12:10:14 +0100 (jeu, 14 fév 2008) | 2 lines [FIX]shoutbox: antibot also in tiki-shoutbox.php ------------------------------------------------------------------------ r11409 | nyloth | 2008-02-14 11:42:00 +0100 (jeu, 14 fév 2008) | 2 lines [MOD] pagination_links: use smarty 'icon' to allow theme icon sets ------------------------------------------------------------------------ r11408 | nyloth | 2008-02-14 11:41:25 +0100 (jeu, 14 fév 2008) | 2 lines [MOD] pagination_links: use smarty 'icon' to allow theme icon sets ------------------------------------------------------------------------ r11407 | sylvieg | 2008-02-14 11:41:13 +0100 (jeu, 14 fév 2008) | 2 lines sync ------------------------------------------------------------------------ r11406 | sylvieg | 2008-02-14 11:38:12 +0100 (jeu, 14 fév 2008) | 2 lines [FIX] db upgrade/tiki.sql were different resulting an anonymous was not able to post in shoutbox ------------------------------------------------------------------------ r11405 | nyloth | 2008-02-14 11:25:11 +0100 (jeu, 14 fév 2008) | 2 lines [MOD] syslog: use smarty pagination_links. ------------------------------------------------------------------------ r11404 | nyloth | 2008-02-14 11:03:43 +0100 (jeu, 14 fév 2008) | 2 lines [ENH] pagination links: also support next/prev fast moves with icons ------------------------------------------------------------------------ r11401 | nyloth | 2008-02-13 23:29:14 +0100 (mer, 13 fév 2008) | 10 lines [ENH] pagination links: new options + move 'direct pagination' in "look & feel admin page > General Layout options" (same for "Display menus as folders") New options for Pagination links: * Use relative (next / previous) pagination links * Max. number of links around the current item (for direct pagination only) * Max. number of links after the first or before the last item (for direct pagination only) * Display 'First' and 'Last' links * Display fast move links (by 10 percent of the total number of pages) * Use Icons ------------------------------------------------------------------------ r11400 | sept_7 | 2008-02-13 17:58:41 +0100 (mer, 13 fév 2008) | 2 lines [FIX] typo oops, very sorry :( ------------------------------------------------------------------------ r11399 | sept_7 | 2008-02-13 17:53:25 +0100 (mer, 13 fév 2008) | 2 lines [MOD] allow to pass a different sort in the parameters ------------------------------------------------------------------------ r11398 | sylvieg | 2008-02-13 16:12:56 +0100 (mer, 13 fév 2008) | 2 lines oops ------------------------------------------------------------------------ r11397 | sylvieg | 2008-02-13 16:04:47 +0100 (mer, 13 fév 2008) | 2 lines [MOD]tracker: new auto-increment option: initial value, prepend, append ------------------------------------------------------------------------ r11396 | sept_7 | 2008-02-13 15:09:20 +0100 (mer, 13 fév 2008) | 2 lines [MOD] add numerical sort : nasc numerical ascendant, ndesc... ------------------------------------------------------------------------ r11395 | lphuberdeau | 2008-02-12 21:56:47 +0100 (mar, 12 fév 2008) | 2 lines [MOD] Restrict the listed pages to add in the edit-translation UI to those that can actually be added. ------------------------------------------------------------------------ r11394 | lphuberdeau | 2008-02-12 21:15:30 +0100 (mar, 12 fév 2008) | 2 lines [MOD] Ask google not to detach the pages ------------------------------------------------------------------------ r11393 | sylvieg | 2008-02-12 21:07:52 +0100 (mar, 12 fév 2008) | 2 lines [MOD]calendar: possibility to delete the events older than n days for all or one calendar ------------------------------------------------------------------------ r11392 | sylvieg | 2008-02-12 20:20:18 +0100 (mar, 12 fév 2008) | 2 lines [MOD]calendar: possibility to delete the events older than n days ------------------------------------------------------------------------ r11391 | lphuberdeau | 2008-02-12 19:19:09 +0100 (mar, 12 fév 2008) | 2 lines [FIX] {tr} tags would show in the message ------------------------------------------------------------------------ r11390 | lphuberdeau | 2008-02-12 19:08:02 +0100 (mar, 12 fév 2008) | 2 lines [FIX] Handle properly versions that get deleted. ------------------------------------------------------------------------ r11389 | lphuberdeau | 2008-02-12 16:41:23 +0100 (mar, 12 fév 2008) | 2 lines [MOD] Use different save buttons when in translation mode and allow partial translations. ------------------------------------------------------------------------ r11388 | lphuberdeau | 2008-02-12 16:15:56 +0100 (mar, 12 fév 2008) | 2 lines [MOD] Adding text to explain the UI for additional languages you can read. ------------------------------------------------------------------------ r11387 | mose | 2008-02-12 00:32:29 +0100 (mar, 12 fév 2008) | 2 lines [FIX] adminlogin:fixed ldap version pref that could not be changed ------------------------------------------------------------------------ r11385 | sylvieg | 2008-02-11 16:06:12 +0100 (lun, 11 fév 2008) | 2 lines [FIX]do not link to my test ------------------------------------------------------------------------ r11384 | sylvieg | 2008-02-11 15:56:03 +0100 (lun, 11 fév 2008) | 2 lines [FIX]fckeditor: replace the tiki check for browser compatibility with the fckeditor check for compatibility - to autoamatically follows the fck release improvment ==> fck works on safari ------------------------------------------------------------------------ r11383 | nkoth | 2008-02-11 04:27:47 +0100 (lun, 11 fév 2008) | 2 lines [FIX] interactive translation causing bad html due to creation of spans within a, or nested spans (probably more to fix) [MOD] allow tr tag and tra to accept param to exclude from interactive translation ------------------------------------------------------------------------ r11382 | sylvieg | 2008-02-11 01:07:05 +0100 (lun, 11 fév 2008) | 2 lines [FIX]tracker: some escape ------------------------------------------------------------------------ r11381 | nkoth | 2008-02-10 21:49:56 +0100 (dim, 10 fév 2008) | 2 lines [FIX] put back interactive translation feature (previously removed in 1.9 [not available there] and removal was accidentally merged into 1.10) ------------------------------------------------------------------------ r11380 | sylvieg | 2008-02-10 20:54:38 +0100 (dim, 10 fév 2008) | 2 lines auto_query_args is not working as expected ------------------------------------------------------------------------ r11379 | sylvieg | 2008-02-10 20:43:08 +0100 (dim, 10 fév 2008) | 2 lines [MOD]tracker: hook not to have categories on 2 colonnes ------------------------------------------------------------------------ r11378 | marclaporte | 2008-02-10 20:08:19 +0100 (dim, 10 fév 2008) | 2 lines eliminate duplicate ------------------------------------------------------------------------ r11377 | sylvieg | 2008-02-10 19:55:54 +0100 (dim, 10 fév 2008) | 2 lines oops ------------------------------------------------------------------------ r11376 | sylvieg | 2008-02-10 19:15:11 +0100 (dim, 10 fév 2008) | 2 lines [MOD]tracker: filter on tracker link ------------------------------------------------------------------------ r11375 | sylvieg | 2008-02-10 19:10:28 +0100 (dim, 10 fév 2008) | 2 lines global ------------------------------------------------------------------------ r11374 | sylvieg | 2008-02-10 19:06:44 +0100 (dim, 10 fév 2008) | 2 lines [FIX]tracker: keep only unique values in item link ------------------------------------------------------------------------ r11373 | sylvieg | 2008-02-10 19:01:45 +0100 (dim, 10 fév 2008) | 2 lines global ------------------------------------------------------------------------ r11372 | sylvieg | 2008-02-09 23:08:57 +0100 (sam, 09 fév 2008) | 2 lines [FIX]search: if search find a page with a redirect and if the snippet is parsed - do not do the redirect ------------------------------------------------------------------------ r11371 | sylvieg | 2008-02-09 00:13:20 +0100 (sam, 09 fév 2008) | 2 lines [MOD]some more sefurl on wikipage ------------------------------------------------------------------------ r11369 | sylvieg | 2008-02-08 22:57:00 +0100 (ven, 08 fév 2008) | 2 lines notice ------------------------------------------------------------------------ r11368 | sylvieg | 2008-02-08 22:41:10 +0100 (ven, 08 fév 2008) | 2 lines notice ------------------------------------------------------------------------ r11367 | sylvieg | 2008-02-08 20:34:33 +0100 (ven, 08 fév 2008) | 2 lines [MOD]wiki: can dispaly the page_id in listpage ------------------------------------------------------------------------ r11366 | sylvieg | 2008-02-08 19:42:48 +0100 (ven, 08 fév 2008) | 2 lines [FIX]fckeditor: rewrite the url only in the local server, you can have add an image from another tikiwiki/img/wiki_up ------------------------------------------------------------------------ r11365 | ricks99 | 2008-02-08 19:12:17 +0100 (ven, 08 fév 2008) | 2 lines [UI Fix] do not show up/down buttons for first/last modules. ------------------------------------------------------------------------ r11364 | sylvieg | 2008-02-08 18:53:16 +0100 (ven, 08 fév 2008) | 2 lines [FIX]img: rewrite the url img/wiki_up only only when local url - it can be an absolute url to another mulitiki img ------------------------------------------------------------------------ r11363 | sylvieg | 2008-02-08 18:30:40 +0100 (ven, 08 fév 2008) | 2 lines [FIX]fckeditor: rewrite the url only in the local server, you can have add an image from another tikiwiki/img/wiki_up ------------------------------------------------------------------------ r11362 | sylvieg | 2008-02-08 18:00:41 +0100 (ven, 08 fév 2008) | 2 lines [FIX]fckeditor: rewrite the url only in the local server, you can have add an image from another tikiwiki/img/wiki_up ------------------------------------------------------------------------ r11361 | jyhem | 2008-02-08 14:56:55 +0100 (ven, 08 fév 2008) | 2 lines [FIX] mass capitalization ------------------------------------------------------------------------ r11360 | jyhem | 2008-02-08 10:31:51 +0100 (ven, 08 fév 2008) | 2 lines [FIX] mass capitalization ------------------------------------------------------------------------ r11359 | jyhem | 2008-02-08 10:10:41 +0100 (ven, 08 fév 2008) | 2 lines [FIX] mass capitalization ------------------------------------------------------------------------ r11358 | chibaguy | 2008-02-08 06:03:51 +0100 (ven, 08 fév 2008) | 2 lines First-page, last-page icon file paths fixed. ------------------------------------------------------------------------ r11357 | chibaguy | 2008-02-08 05:57:11 +0100 (ven, 08 fév 2008) | 2 lines Missing div closing tag added. ------------------------------------------------------------------------ r11356 | chibaguy | 2008-02-08 05:36:44 +0100 (ven, 08 fév 2008) | 2 lines Fixes unclosed div problem. ------------------------------------------------------------------------ r11355 | sylvieg | 2008-02-08 00:05:42 +0100 (ven, 08 fév 2008) | 2 lines rollback - need to find the good regexp ------------------------------------------------------------------------ r11354 | sylvieg | 2008-02-07 23:26:55 +0100 (jeu, 07 fév 2008) | 2 lines [FIX]fck: do not rewrite the img url if it is an absolute url ------------------------------------------------------------------------ r11353 | lphuberdeau | 2008-02-07 22:59:14 +0100 (jeu, 07 fév 2008) | 2 lines [MOD] Force to use 'sh' explicitly on fixperms and setup. ------------------------------------------------------------------------ r11352 | sylvieg | 2008-02-07 20:38:45 +0100 (jeu, 07 fév 2008) | 2 lines [FIX]tracker: additional export option to save in a server local file + save some queries if rating is not used for the tracker ------------------------------------------------------------------------ r11351 | sylvieg | 2008-02-07 20:37:14 +0100 (jeu, 07 fév 2008) | 2 lines [FIX]IE7: do not like a form in a form ------------------------------------------------------------------------ r11350 | nyloth | 2008-02-07 15:51:06 +0100 (jeu, 07 fév 2008) | 2 lines [FIX] view tracker item: add missing initialization of auto_query_args, which is needed to avoid submitting forms again and again when ajax is enabled ------------------------------------------------------------------------ r11349 | nyloth | 2008-02-07 15:47:18 +0100 (jeu, 07 fév 2008) | 2 lines [ENH] smarty query function: also handle array values in URL for PHP4. ------------------------------------------------------------------------ r11348 | nyloth | 2008-02-07 15:46:05 +0100 (jeu, 07 fév 2008) | 2 lines [FIX] galaxia: fix typo ------------------------------------------------------------------------ r11347 | lphuberdeau | 2008-02-07 14:26:40 +0100 (jeu, 07 fév 2008) | 2 lines [FIX] Minor issue when version 1 is the oldest change ------------------------------------------------------------------------ r11346 | jyhem | 2008-02-07 13:57:28 +0100 (jeu, 07 fév 2008) | 2 lines [FIX] Handle split perms for people who upgrade from 1.10 to 1.10 ------------------------------------------------------------------------ r11345 | sylvieg | 2008-02-07 12:33:25 +0100 (jeu, 07 fév 2008) | 2 lines [FIX]missing prefs - txk chibaguy ------------------------------------------------------------------------ r11344 | sept_7 | 2008-02-07 10:29:21 +0100 (jeu, 07 fév 2008) | 2 lines [MOD] use return instead of echo ------------------------------------------------------------------------ r11343 | sylvieg | 2008-02-06 23:03:11 +0100 (mer, 06 fév 2008) | 2 lines [FIX]pagination: to have the text in the middle for the pages lists even if first or last ------------------------------------------------------------------------ r11342 | nkoth | 2008-02-06 21:55:53 +0100 (mer, 06 fév 2008) | 2 lines [FIX] when user is registering, set his language preference to default set in admin...login. ------------------------------------------------------------------------ r11341 | sylvieg | 2008-02-06 21:51:56 +0100 (mer, 06 fév 2008) | 2 lines [FIX]tracker: translate the value of a drop down/radio field ------------------------------------------------------------------------ r11340 | sylvieg | 2008-02-06 20:18:19 +0100 (mer, 06 fév 2008) | 2 lines [FIX]tracker: translate the options of a drop down only a display to have the English value in database and not translated value ------------------------------------------------------------------------ r11339 | sylvieg | 2008-02-06 18:42:10 +0100 (mer, 06 fév 2008) | 2 lines rollback the split of perm until a suitable solution if found ------------------------------------------------------------------------ r11338 | sylvieg | 2008-02-06 18:03:34 +0100 (mer, 06 fév 2008) | 2 lines trace ------------------------------------------------------------------------ r11337 | sylvieg | 2008-02-06 17:37:04 +0100 (mer, 06 fév 2008) | 2 lines missing perms - thx Jyhem ------------------------------------------------------------------------ r11336 | sylvieg | 2008-02-06 15:11:46 +0100 (mer, 06 fév 2008) | 2 lines [FIX]contact: do not show the quick edit box in the contact page ------------------------------------------------------------------------ r11335 | sylvieg | 2008-02-06 15:06:19 +0100 (mer, 06 fév 2008) | 2 lines [FIX]contact: port the antibot for anonymous + remember subject+body if error ------------------------------------------------------------------------ r11334 | jyhem | 2008-02-06 10:35:11 +0100 (mer, 06 fév 2008) | 2 lines [FIX] mass capitalization (minor tabs improvement) ------------------------------------------------------------------------ r11333 | pkdille | 2008-02-06 09:58:48 +0100 (mer, 06 fév 2008) | 2 lines [MOD] view forum thread: Add an already used style to the "reported post" message. The "reported_note" class is only used for this message and exists nowhere else (should have been added in transitionnal style). I vote for deleting this class in template. Any opinion about this ? ------------------------------------------------------------------------ r11332 | nkoth | 2008-02-06 04:59:33 +0100 (mer, 06 fév 2008) | 2 lines [FIX] bug tracker item 1525: default version as second item not showing ------------------------------------------------------------------------ r11331 | nkoth | 2008-02-06 03:38:47 +0100 (mer, 06 fév 2008) | 2 lines [FIX] make detect browser language totally case insensitive, even in presence of new custom lang capitalization, e.g. en-US or anything. ------------------------------------------------------------------------ r11330 | lphuberdeau | 2008-02-06 03:25:27 +0100 (mer, 06 fév 2008) | 2 lines [FIX] The way source version number was fetched was incorrect (again). It now matches the theory. ------------------------------------------------------------------------ r11329 | nkoth | 2008-02-06 02:52:21 +0100 (mer, 06 fév 2008) | 2 lines [FIX] make priority of language detected from browser follow that defined in RFC 4647 ------------------------------------------------------------------------ r11328 | nkoth | 2008-02-06 00:43:50 +0100 (mer, 06 fév 2008) | 2 lines [FIX] needs critical translation message was not appearing on pages needing staging but not edited yet. Also append contents of edit comment from staging to approved, instead of replacing with [approved by ....] ------------------------------------------------------------------------ r11327 | sylvieg | 2008-02-05 22:32:15 +0100 (mar, 05 fév 2008) | 2 lines [MOD]categ: API can do a OR or and AND between categories ------------------------------------------------------------------------ r11326 | sylvieg | 2008-02-05 22:17:32 +0100 (mar, 05 fév 2008) | 2 lines [FIX]wiki: do not create a where clause if empty ------------------------------------------------------------------------ r11325 | sylvieg | 2008-02-05 20:15:52 +0100 (mar, 05 fév 2008) | 2 lines [MOD]sort: show the default sort_mode with an icon if set ------------------------------------------------------------------------ r11324 | lphuberdeau | 2008-02-05 20:07:39 +0100 (mar, 05 fév 2008) | 2 lines [MOD] Improve the messages displayed. ------------------------------------------------------------------------ r11323 | lphuberdeau | 2008-02-05 19:36:32 +0100 (mar, 05 fév 2008) | 2 lines [MOD] Adding an index on source_translation_bit. Quite a lot of search queries are made on it. ------------------------------------------------------------------------ r11322 | jyhem | 2008-02-05 19:01:50 +0100 (mar, 05 fév 2008) | 2 lines [FIX] some translations ------------------------------------------------------------------------ r11321 | lphuberdeau | 2008-02-05 18:22:56 +0100 (mar, 05 fév 2008) | 2 lines [MOD] Default language selection to site language. ------------------------------------------------------------------------ r11320 | lphuberdeau | 2008-02-05 18:15:14 +0100 (mar, 05 fév 2008) | 2 lines [MOD] Adding language parameter on page creation links. ------------------------------------------------------------------------ r11319 | lphuberdeau | 2008-02-05 18:14:40 +0100 (mar, 05 fév 2008) | 2 lines [FIX] Notice caused in some situations. ------------------------------------------------------------------------ r11318 | pkdille | 2008-02-05 18:06:42 +0100 (mar, 05 fév 2008) | 2 lines [FIX] view forum thread: fix default sort values ------------------------------------------------------------------------ r11317 | pkdille | 2008-02-05 18:05:30 +0100 (mar, 05 fév 2008) | 2 lines [FIX] view forum thread: fix the actions when report feature is active ------------------------------------------------------------------------ r11316 | lphuberdeau | 2008-02-05 17:39:10 +0100 (mar, 05 fév 2008) | 2 lines [MOD] Attempt to make the message more obvious. ------------------------------------------------------------------------ r11315 | lphuberdeau | 2008-02-05 17:33:24 +0100 (mar, 05 fév 2008) | 2 lines [MOD] Allow to set a pivot_language parameter on the module to restrict the length of the lists shown to the users. ------------------------------------------------------------------------ r11314 | lphuberdeau | 2008-02-05 17:32:26 +0100 (mar, 05 fév 2008) | 2 lines [FIX] Best/Worst page source version look-up has to be directional. ------------------------------------------------------------------------ r11313 | jyhem | 2008-02-05 17:14:45 +0100 (mar, 05 fév 2008) | 2 lines [FIX] mass capitalization ------------------------------------------------------------------------ r11312 | marclaporte | 2008-02-05 17:09:32 +0100 (mar, 05 fév 2008) | 2 lines [FIX]Nicer error message when not root (ported from BRANCH-1-9) ------------------------------------------------------------------------ r11311 | lphuberdeau | 2008-02-05 16:12:46 +0100 (mar, 05 fév 2008) | 2 lines [MOD] Display translation link in critical translation alert. ------------------------------------------------------------------------ r11310 | lphuberdeau | 2008-02-05 15:21:23 +0100 (mar, 05 fév 2008) | 2 lines [FIX] Best/Worst page history lookup for diff version were inverted. ------------------------------------------------------------------------ r11309 | sylvieg | 2008-02-05 15:17:55 +0100 (mar, 05 fév 2008) | 2 lines [FIX]tracker: fix trackerfilter if not in displaylist mode ------------------------------------------------------------------------ r11308 | sylvieg | 2008-02-05 15:04:54 +0100 (mar, 05 fév 2008) | 2 lines oops ------------------------------------------------------------------------ r11307 | ricks99 | 2008-02-05 03:16:06 +0100 (mar, 05 fév 2008) | 2 lines [FIX]Lost edit protection no longer produces false alert when resizing the edit area. ------------------------------------------------------------------------ r11306 | sylvieg | 2008-02-04 23:11:30 +0100 (lun, 04 fév 2008) | 2 lines [MOD]tracker: integrate filter on the initial for a field ------------------------------------------------------------------------ r11305 | jyhem | 2008-02-04 18:14:51 +0100 (lun, 04 fév 2008) | 2 lines [FIX] mass capitalization ------------------------------------------------------------------------ r11304 | sylvieg | 2008-02-04 17:53:36 +0100 (lun, 04 fév 2008) | 2 lines [FIX]tracker: roll back rick's last commit: the option text was disappearing when changing option ------------------------------------------------------------------------ r11303 | jyhem | 2008-02-04 17:50:25 +0100 (lun, 04 fév 2008) | 2 lines [FIX] Obvious intervertion of texts ------------------------------------------------------------------------ r11302 | sylvieg | 2008-02-04 17:14:35 +0100 (lun, 04 fév 2008) | 2 lines [FIX]wiki: do not add bl=n if best language is not activated ------------------------------------------------------------------------ r11301 | sylvieg | 2008-02-04 15:36:26 +0100 (lun, 04 fév 2008) | 2 lines sync ------------------------------------------------------------------------ r11300 | sylvieg | 2008-02-04 15:21:59 +0100 (lun, 04 fév 2008) | 2 lines xhtml ------------------------------------------------------------------------ r11299 | sylvieg | 2008-02-04 15:01:08 +0100 (lun, 04 fév 2008) | 2 lines [MOD]tracker: new plugin: Displays a button to link to a page with a tracker plugin with prefilled tracker fields ------------------------------------------------------------------------ r11296 | marclaporte | 2008-02-04 02:50:02 +0100 (lun, 04 fév 2008) | 2 lines [FIX]Link to calendar documentation ------------------------------------------------------------------------ r11295 | lphuberdeau | 2008-02-04 00:21:51 +0100 (lun, 04 fév 2008) | 2 lines [FIX] Ran the DB convert script. ------------------------------------------------------------------------ r11294 | sylvieg | 2008-02-02 14:00:30 +0100 (sam, 02 fév 2008) | 2 lines [MOD]tracker plugin: to be able to prefill some fields ------------------------------------------------------------------------ r11293 | nkoth | 2008-02-02 00:58:18 +0100 (sam, 02 fév 2008) | 2 lines [FIX] for approval and staging feature to work properly, one has to use real commit time of rollbacks instead of time of original commit for lastModif ------------------------------------------------------------------------ r11292 | sylvieg | 2008-02-01 23:46:15 +0100 (ven, 01 fév 2008) | 2 lines [FIX]tracker list: check local perm not global ------------------------------------------------------------------------ r11291 | sylvieg | 2008-02-01 22:21:58 +0100 (ven, 01 fév 2008) | 2 lines notice ------------------------------------------------------------------------ r11290 | sylvieg | 2008-02-01 19:43:19 +0100 (ven, 01 fév 2008) | 2 lines [MOD]shoutbox: Anonymous can post with the antibot if available ------------------------------------------------------------------------ r11289 | ricks99 | 2008-02-01 18:06:09 +0100 (ven, 01 fév 2008) | 2 lines New: showavatars=y, show the avatar for the last visitors. ------------------------------------------------------------------------ r11288 | sylvieg | 2008-02-01 17:27:45 +0100 (ven, 01 fév 2008) | 2 lines [FIX]tracker list: tiki_p_admin_trackers can see all ------------------------------------------------------------------------ r11287 | sylvieg | 2008-02-01 16:49:10 +0100 (ven, 01 fév 2008) | 2 lines [FIX]trackerlist: show only the user item if tiki_p_view_trackers is no and only writer can edit his items -> TODO put this filter in list_items ------------------------------------------------------------------------ r11286 | nkoth | 2008-02-01 16:41:47 +0100 (ven, 01 fév 2008) | 2 lines [FIX] show correct site language setting (not user overridden one) ------------------------------------------------------------------------ r11285 | marclaporte | 2008-02-01 14:24:46 +0100 (ven, 01 fév 2008) | 2 lines [ENH] Improving our release procedures to include the new security testing script. ------------------------------------------------------------------------ r11284 | nkoth | 2008-02-01 02:07:18 +0100 (ven, 01 fév 2008) | 2 lines [FIX] proper checking of category perms ------------------------------------------------------------------------ r11283 | nkoth | 2008-02-01 01:53:53 +0100 (ven, 01 fév 2008) | 2 lines [FIX] more perms cleaning ------------------------------------------------------------------------ r11282 | nkoth | 2008-02-01 01:31:38 +0100 (ven, 01 fév 2008) | 2 lines [FIX] do not show empty brackets if language is not set yet ------------------------------------------------------------------------ r11281 | nkoth | 2008-02-01 01:16:57 +0100 (ven, 01 fév 2008) | 2 lines [FIX] perm checking not correct [MOD] allow users with edit perms on staging but not approval page to start new translation but not edit existing ------------------------------------------------------------------------ r11280 | lphuberdeau | 2008-01-31 23:58:06 +0100 (jeu, 31 jan 2008) | 2 lines [MOD] Limit the amount of visible languages in edit translation. ------------------------------------------------------------------------ r11279 | nkoth | 2008-01-31 22:55:56 +0100 (jeu, 31 jan 2008) | 2 lines [FIX] show name and link to approved page even if translation not in sync bit info is coming from staging pages ------------------------------------------------------------------------ r11278 | nkoth | 2008-01-31 22:39:29 +0100 (jeu, 31 jan 2008) | 2 lines [FIX] more robust check that staging page exists in template for display of link ------------------------------------------------------------------------ r11277 | nkoth | 2008-01-31 20:42:49 +0100 (jeu, 31 jan 2008) | 2 lines [MOD] allow setting of pref to set number of freetags to show in suggested tags ------------------------------------------------------------------------ r11276 | marclaporte | 2008-01-31 20:37:40 +0100 (jeu, 31 jan 2008) | 2 lines [DEL] phpopentracker was never implemented ------------------------------------------------------------------------ r11275 | marclaporte | 2008-01-31 20:35:12 +0100 (jeu, 31 jan 2008) | 2 lines [FIX] fix plugin documentation ------------------------------------------------------------------------ r11274 | sylvieg | 2008-01-31 19:27:21 +0100 (jeu, 31 jan 2008) | 2 lines [MOD]categ: display the categ name in the delete confirm+different alt for yellow/green key ------------------------------------------------------------------------ r11273 | nkoth | 2008-01-31 18:51:10 +0100 (jeu, 31 jan 2008) | 2 lines [MOD] UI improvements, escaping with url instead of smarty default, and link to edit staging page if looking at approved page. ------------------------------------------------------------------------ r11272 | nkoth | 2008-01-31 18:24:11 +0100 (jeu, 31 jan 2008) | 2 lines [MOD] temporary solution for reading of critical bits in staging/approval situation (just use critical info from the staging page if exists) ------------------------------------------------------------------------ r11271 | nkoth | 2008-01-31 18:03:30 +0100 (jeu, 31 jan 2008) | 2 lines [MOD] temporary solution for approval/staging pages, i.e. simply use info from staging pages. ------------------------------------------------------------------------ r11270 | lphuberdeau | 2008-01-31 16:26:34 +0100 (jeu, 31 jan 2008) | 2 lines [MOD] Make sure language is set before the translate UI can be used. ------------------------------------------------------------------------ r11269 | nkoth | 2008-01-31 16:15:57 +0100 (jeu, 31 jan 2008) | 2 lines [FIX] variable name $info clash ------------------------------------------------------------------------ r11268 | lphuberdeau | 2008-01-31 16:09:12 +0100 (jeu, 31 jan 2008) | 2 lines [NEW] Copy tags from source page when performing translation. Form is pre-filled. ------------------------------------------------------------------------ r11267 | sylvieg | 2008-01-31 13:00:08 +0100 (jeu, 31 jan 2008) | 2 lines [FIX]remember: fix the cookie with a user name with a dot - thx bmcm ------------------------------------------------------------------------ r11266 | nkoth | 2008-01-31 04:03:41 +0100 (jeu, 31 jan 2008) | 2 lines [MOD] staging page approve process includes adding of translation bits/flags ------------------------------------------------------------------------ r11265 | sylvieg | 2008-01-30 22:22:42 +0100 (mer, 30 jan 2008) | 2 lines notice ------------------------------------------------------------------------ r11264 | sylvieg | 2008-01-30 21:38:35 +0100 (mer, 30 jan 2008) | 2 lines another place to change the user tracker selection ------------------------------------------------------------------------ r11263 | sylvieg | 2008-01-30 21:33:33 +0100 (mer, 30 jan 2008) | 2 lines need a table ------------------------------------------------------------------------ r11262 | nkoth | 2008-01-30 21:13:15 +0100 (mer, 30 jan 2008) | 2 lines [MOD] when new staging page is created for the first time, it should inherit the translation set of the approved page, if other corresponding staging pages exist. ------------------------------------------------------------------------ r11261 | sylvieg | 2008-01-30 20:34:41 +0100 (mer, 30 jan 2008) | 2 lines [FIX]tracker: pick the user tracker of the Registered group is no other group has a user tracker ------------------------------------------------------------------------ r11260 | sylvieg | 2008-01-30 19:58:12 +0100 (mer, 30 jan 2008) | 2 lines [FIX]tracker: when looking the user tracker, do not look only in the default group but in the default group and the other groups - otherwise it is hard to manage when user tracker is on registered and more than one group per user ------------------------------------------------------------------------ r11259 | sylvieg | 2008-01-30 19:55:37 +0100 (mer, 30 jan 2008) | 2 lines [FIX]tracker: when looking the user tracker, do not look only in the default group but in the default group and the other groups - otherwise it is hard to manage when user tracker is on registered and more than one group per user ------------------------------------------------------------------------ r11258 | sylvieg | 2008-01-30 19:47:50 +0100 (mer, 30 jan 2008) | 2 lines oops ------------------------------------------------------------------------ r11257 | sylvieg | 2008-01-30 19:36:50 +0100 (mer, 30 jan 2008) | 2 lines [FIX]icon: assign a default width and height to avaoid a getimagesize in smarty:TODO have these defaults set per theme ------------------------------------------------------------------------ r11255 | nkoth | 2008-01-30 19:26:05 +0100 (mer, 30 jan 2008) | 2 lines [FIX] must update page lang in the translation tables (not just page tables) on approve ------------------------------------------------------------------------ r11254 | marclaporte | 2008-01-30 18:45:48 +0100 (mer, 30 jan 2008) | 2 lines [NEW] New superscript plugin, same as SUB ------------------------------------------------------------------------ r11252 | nyloth | 2008-01-30 18:23:51 +0100 (mer, 30 jan 2008) | 2 lines [FIX] remove useless style ------------------------------------------------------------------------ r11251 | nyloth | 2008-01-30 18:13:09 +0100 (mer, 30 jan 2008) | 2 lines [MOD] tikineat style: add an effect using CSS border color, background color and opacity when the mouse is over an icon. ------------------------------------------------------------------------ r11250 | nkoth | 2008-01-30 18:11:52 +0100 (mer, 30 jan 2008) | 2 lines [MOD] to propagate removal and addition of translation links to staging pages when applied to approved copies ------------------------------------------------------------------------ r11249 | nyloth | 2008-01-30 18:11:06 +0100 (mer, 30 jan 2008) | 2 lines [MOD] icons: set the default class 'icon' for all icons ------------------------------------------------------------------------ r11248 | sylvieg | 2008-01-30 17:45:30 +0100 (mer, 30 jan 2008) | 2 lines [FIX] seems sometimes ['u_info']['group'] contains only the group name or all the group info ------------------------------------------------------------------------ r11247 | nkoth | 2008-01-30 17:18:59 +0100 (mer, 30 jan 2008) | 2 lines [FIX] language of original page should transfer to staging copy on first creation ------------------------------------------------------------------------ r11246 | sylvieg | 2008-01-30 16:53:54 +0100 (mer, 30 jan 2008) | 2 lines [FIX]user the function get_user_default group instead of a query to optimise on the current session values if possible ------------------------------------------------------------------------ r11245 | nyloth | 2008-01-30 16:33:53 +0100 (mer, 30 jan 2008) | 2 lines [MOD] replace html_image and img tags for most tikiwiki icons (those in pics/icons/) with the new smarty icon function. ------------------------------------------------------------------------ r11244 | nyloth | 2008-01-30 16:30:48 +0100 (mer, 30 jan 2008) | 2 lines [FIX] smarty icon: small fix in 'alt' auto-detection + use alt as title if title is not set ------------------------------------------------------------------------ r11243 | nkoth | 2008-01-30 05:38:41 +0100 (mer, 30 jan 2008) | 2 lines [MOD] translating of staging pages should be controlled/inherited from approved versions ------------------------------------------------------------------------ r11242 | nkoth | 2008-01-30 04:32:53 +0100 (mer, 30 jan 2008) | 2 lines [MOD] explicitly set bl=n for urls to view pages from translation interface ------------------------------------------------------------------------ r11241 | nkoth | 2008-01-30 04:25:57 +0100 (mer, 30 jan 2008) | 2 lines [MOD] when saving or cancelling edit of translated page, explicitly set best language to 'n' ------------------------------------------------------------------------ r11240 | nkoth | 2008-01-30 04:20:24 +0100 (mer, 30 jan 2008) | 2 lines [MOD] clear bl if bl is 'n' in query string for backward compatibility ------------------------------------------------------------------------ r11239 | nkoth | 2008-01-30 03:19:43 +0100 (mer, 30 jan 2008) | 2 lines [MOD] translating of staging pages should be controlled/inherited from approved versions ------------------------------------------------------------------------ r11238 | nkoth | 2008-01-30 02:52:10 +0100 (mer, 30 jan 2008) | 2 lines [MOD] translating of staging pages should be controlled/inherited from approved versions ------------------------------------------------------------------------ r11234 | lphuberdeau | 2008-01-30 02:26:56 +0100 (mer, 30 jan 2008) | 2 lines [FIX] Language name vanishes when performing some actions on the page. ------------------------------------------------------------------------ r11233 | nkoth | 2008-01-30 02:09:48 +0100 (mer, 30 jan 2008) | 2 lines [MOD] more UI improvements ------------------------------------------------------------------------ r11232 | nkoth | 2008-01-30 02:06:41 +0100 (mer, 30 jan 2008) | 2 lines [FIX] now that translate link is in drop-down, should show drop-down even with only one lang ------------------------------------------------------------------------ r11231 | nkoth | 2008-01-30 01:58:10 +0100 (mer, 30 jan 2008) | 2 lines [MOD] allow for user to set no language (use site default) ------------------------------------------------------------------------ r11230 | sylvieg | 2008-01-30 00:02:15 +0100 (mer, 30 jan 2008) | 2 lines [FIX]tracker: notification on tracker are sent in user language/pref ------------------------------------------------------------------------ r11229 | lphuberdeau | 2008-01-29 23:38:25 +0100 (mar, 29 jan 2008) | 2 lines [FIX] Weird problem with variable getting overwritten. assign_by_ref is bad. ------------------------------------------------------------------------ r11228 | lphuberdeau | 2008-01-29 23:17:01 +0100 (mar, 29 jan 2008) | 2 lines [FIX] Missing condition in template ------------------------------------------------------------------------ r11227 | marclaporte | 2008-01-29 22:37:34 +0100 (mar, 29 jan 2008) | 2 lines [FIX] typo ------------------------------------------------------------------------ r11226 | nyloth | 2008-01-29 20:53:15 +0100 (mar, 29 jan 2008) | 2 lines [MOD] quicktags: use smarty icon instead of IMG tags to handle theme icons if exists. ------------------------------------------------------------------------ r11225 | nyloth | 2008-01-29 20:51:48 +0100 (mar, 29 jan 2008) | 4 lines [ENH] self_link smarty block: now handle Tikiwiki icons through the _icon param. Note: It is also possible to use the _icon_class param to specify the CSS class of the icon. If _icon is used and a content is found between the self_link starting and ending tags, the content will be used as the tooltip to display when the mouse is over the link ------------------------------------------------------------------------ r11224 | nyloth | 2008-01-29 20:51:12 +0100 (mar, 29 jan 2008) | 9 lines [NEW] icon smarty function: display a Tikiwiki icon, using theme icons if they exists. params will be used as params for the IMG tag (e.g. border, class, ...), except special params starting with '_' : - _id: short name (i.e. 'page_edit') or relative file path (i.e. 'pics/icons/page_edit.png'). [required] - _type: type of URL to use (e.g. 'absolute_uri', 'absolute_path'). Defaults to a relative URL. - _notag: if set to 'y', will only return the URL (which also handles theme icons). Usage example : {icon _id='page_edit'} ------------------------------------------------------------------------ r11222 | nyloth | 2008-01-29 20:48:19 +0100 (mar, 29 jan 2008) | 2 lines [FIX] initials_filter_links: remove useless call to extract(). ------------------------------------------------------------------------ r11221 | lphuberdeau | 2008-01-29 20:34:40 +0100 (mar, 29 jan 2008) | 2 lines [MOD] Change label to reduce confusion between page and site language ------------------------------------------------------------------------ r11220 | lphuberdeau | 2008-01-29 20:27:30 +0100 (mar, 29 jan 2008) | 2 lines [MOD] Make translation diff zone smaller and scrollable to help with large pages. ------------------------------------------------------------------------ r11219 | sylvieg | 2008-01-29 20:01:20 +0100 (mar, 29 jan 2008) | 2 lines [MOD]forum: use a specific tpl for the notification subject to be able to customize it ------------------------------------------------------------------------ r11217 | luciash | 2008-01-29 19:46:11 +0100 (mar, 29 jan 2008) | 2 lines [FIX] removed closing of a div which wasn't open ------------------------------------------------------------------------ r11216 | luciash | 2008-01-29 19:19:16 +0100 (mar, 29 jan 2008) | 2 lines [FIX] font scaling in MSIE (it must be the other way around actually - percents for body, not ems - to scale the fonts properly in MSIE when using View > Text Size from menu) ------------------------------------------------------------------------ r11215 | lphuberdeau | 2008-01-29 19:15:29 +0100 (mar, 29 jan 2008) | 2 lines [MOD] Adding list of pages that could be updated from the current one. ------------------------------------------------------------------------ r11214 | sylvieg | 2008-01-29 18:51:02 +0100 (mar, 29 jan 2008) | 2 lines [FIX]tracker: update radio field description ------------------------------------------------------------------------ r11213 | sylvieg | 2008-01-29 18:48:14 +0100 (mar, 29 jan 2008) | 2 lines oops ------------------------------------------------------------------------ r11212 | sylvieg | 2008-01-29 18:31:00 +0100 (mar, 29 jan 2008) | 2 lines [FIX]tracker: fix default value in drop down in tracker plugin + use the same trick (2 times the same value) for default in radio field ------------------------------------------------------------------------ r11211 | lphuberdeau | 2008-01-29 16:28:16 +0100 (mar, 29 jan 2008) | 2 lines [NEW] Adding a translation module to indicate the status of related pages. ------------------------------------------------------------------------ r11208 | luciash | 2008-01-29 15:28:43 +0100 (mar, 29 jan 2008) | 2 lines [MOD] little enhancements ------------------------------------------------------------------------ r11207 | luciash | 2008-01-29 14:20:27 +0100 (mar, 29 jan 2008) | 2 lines [MOD] use the new pagination_links smarty block function ------------------------------------------------------------------------ r11206 | nyloth | 2008-01-29 13:38:36 +0100 (mar, 29 jan 2008) | 2 lines [ENH] quicktags admin: use smarty self_link & pagination_links. AJAX now works (closes bug #754). Also factorize a bit columns code and put icons in the first column. ------------------------------------------------------------------------ r11205 | nyloth | 2008-01-29 13:26:40 +0100 (mar, 29 jan 2008) | 2 lines [FIX] do not pass repeat argument as a reference ------------------------------------------------------------------------ r11204 | nyloth | 2008-01-29 13:19:27 +0100 (mar, 29 jan 2008) | 2 lines [FIX] list of orphan pages : max number of rows was not working anymore (thx luciash) + reduce code and enhance feature by using generic find.tpl. ------------------------------------------------------------------------ r11203 | nyloth | 2008-01-29 13:12:30 +0100 (mar, 29 jan 2008) | 2 lines [FIX] smarty query function: url arguments explicitely specified when using smarty query-based functions where not keeped ------------------------------------------------------------------------ r11202 | nyloth | 2008-01-29 13:10:20 +0100 (mar, 29 jan 2008) | 2 lines [FIX] add missing argument repeat when calling some smarty functions (thx sylvieg). ------------------------------------------------------------------------ r11201 | nkoth | 2008-01-29 04:13:39 +0100 (mar, 29 jan 2008) | 2 lines [MOD] get snippet as well (in case titles are not used) ------------------------------------------------------------------------ r11200 | nkoth | 2008-01-29 03:58:11 +0100 (mar, 29 jan 2008) | 2 lines [MOD] redirect to get request after reporting post ------------------------------------------------------------------------ r11199 | nkoth | 2008-01-29 03:42:31 +0100 (mar, 29 jan 2008) | 2 lines [FIX] bizarre situation where there could only have been one reported post in each forum! ------------------------------------------------------------------------ r11198 | nkoth | 2008-01-29 03:32:28 +0100 (mar, 29 jan 2008) | 2 lines [MOD] add button to report post ------------------------------------------------------------------------ r11197 | nkoth | 2008-01-29 03:22:12 +0100 (mar, 29 jan 2008) | 2 lines [MOD] add message to say that post has been reported already ------------------------------------------------------------------------ r11196 | sylvieg | 2008-01-29 00:50:58 +0100 (mar, 29 jan 2008) | 2 lines [FIX] tracker: ask only one multilingual value in tracker plugin for a multilingual field, the current language one. Perhaps the tracker plugin needs one option all the languages or only the current one ------------------------------------------------------------------------ r11195 | sylvieg | 2008-01-28 23:14:58 +0100 (lun, 28 jan 2008) | 2 lines [MOD]menu: sefurl for phplayer menus ------------------------------------------------------------------------ r11194 | sylvieg | 2008-01-28 22:46:33 +0100 (lun, 28 jan 2008) | 2 lines icon +{cycle} ------------------------------------------------------------------------ r11193 | sylvieg | 2008-01-28 22:37:59 +0100 (lun, 28 jan 2008) | 2 lines [MOD]cache: a tip to explain where the cache is used ------------------------------------------------------------------------ r11192 | sylvieg | 2008-01-28 22:17:08 +0100 (lun, 28 jan 2008) | 2 lines [FIX]lang: use &bl=y and not &bl to have the switch_lang working ------------------------------------------------------------------------ r11191 | lphuberdeau | 2008-01-28 20:03:05 +0100 (lun, 28 jan 2008) | 2 lines [NEW] Display translation information in page history. ------------------------------------------------------------------------ r11190 | mose | 2008-01-28 18:38:21 +0100 (lun, 28 jan 2008) | 2 lines [FIX] imagegals: fixed the next-prev glitch ------------------------------------------------------------------------ r11189 | pkdille | 2008-01-28 18:08:51 +0100 (lun, 28 jan 2008) | 2 lines [MOD] tiki forums: changing sort links for nyloth's smarty plugin ------------------------------------------------------------------------ r11188 | sylvieg | 2008-01-28 17:51:17 +0100 (lun, 28 jan 2008) | 2 lines [FIX]tracker: multilingual fields must get languages from prefs and not tiki_languages taht is only use if language use DB. PS: the feature seesm to work ... since nyloth prefs modif ------------------------------------------------------------------------ r11187 | lphuberdeau | 2008-01-28 17:46:03 +0100 (lun, 28 jan 2008) | 2 lines [NEW] Allow users to specify multiple languages they can read as a user preference. Used by "best language" feature. ------------------------------------------------------------------------ r11186 | pkdille | 2008-01-28 17:44:11 +0100 (lun, 28 jan 2008) | 2 lines [MOD] tiki-forums: change pagination for nyloth's smarty plugin ------------------------------------------------------------------------ r11185 | nyloth | 2008-01-28 16:39:07 +0100 (lun, 28 jan 2008) | 2 lines [ENH] tiki-listpages: use smarty self_link & initials_filter_links + simplify call to pagination links. ------------------------------------------------------------------------ r11184 | nyloth | 2008-01-28 16:38:37 +0100 (lun, 28 jan 2008) | 2 lines [FIX] tikilib: list_pages is now able to take care of filter, find and initial params at the same time. ------------------------------------------------------------------------ r11183 | sylvieg | 2008-01-28 16:15:57 +0100 (lun, 28 jan 2008) | 2 lines [FIX]tracker: do not make sense to show 'filter tracker items' in view tracker if the field links to a tracker with only one item per user ------------------------------------------------------------------------ r11182 | nyloth | 2008-01-28 15:35:25 +0100 (lun, 28 jan 2008) | 2 lines [ENH] list trackers: use smarty self_link to reduce code and allow ajax on sorting links. ------------------------------------------------------------------------ r11181 | nyloth | 2008-01-28 15:11:36 +0100 (lun, 28 jan 2008) | 2 lines [FIX] initials_filter_links: auto remove offset and reloff url arguments for initials links, because we must have the first page of results when changing the initial filter ------------------------------------------------------------------------ r11180 | nyloth | 2008-01-28 15:01:50 +0100 (lun, 28 jan 2008) | 2 lines [MOD] view trackers: now use initials_filter_links smarty function and allow ajax on those links too. ------------------------------------------------------------------------ r11179 | nyloth | 2008-01-28 15:00:37 +0100 (lun, 28 jan 2008) | 2 lines [NEW] initials_filter_links smarty function to generate A to Z filter links through smarty. ------------------------------------------------------------------------ r11177 | nyloth | 2008-01-28 14:57:55 +0100 (lun, 28 jan 2008) | 2 lines [ENH] pagination links: better use smarty query function. ------------------------------------------------------------------------ r11175 | nyloth | 2008-01-28 13:36:12 +0100 (lun, 28 jan 2008) | 2 lines [FIX] query & self_link: Only keep params explicitely specified when calling this function or specified in the $auto_query_args global var (has to be defined in php files). This is to avoid including unwanted params (like actions : remove, save...). ------------------------------------------------------------------------ r11174 | nyloth | 2008-01-28 13:34:30 +0100 (lun, 28 jan 2008) | 2 lines [FIX] ajax_href: avoid doing things twice ------------------------------------------------------------------------ r11173 | nyloth | 2008-01-28 13:33:35 +0100 (lun, 28 jan 2008) | 2 lines [FIX] self_link: avoid doing things twice + complete function comments ------------------------------------------------------------------------ r11172 | nkoth | 2008-01-25 22:06:40 +0100 (ven, 25 jan 2008) | 2 lines [MOD] remove unnecessary (i.e. default) parameters from url ------------------------------------------------------------------------ r11171 | nyloth | 2008-01-25 18:23:32 +0100 (ven, 25 jan 2008) | 2 lines [KIL] removing very old and buggy cpaint ajax lib and chat feature. cpaint has now been replaced in tiki by xajax lib and chat feature is a release blocker for 1.10. If anyone wants to keep the existing chat feature, ask me for a mod. ------------------------------------------------------------------------ r11170 | nyloth | 2008-01-25 17:17:35 +0100 (ven, 25 jan 2008) | 2 lines [FIX] freetags: remove old cpaint code that does not work anymore and breaks freetags when ajax feature is enabled. ------------------------------------------------------------------------ r11169 | nyloth | 2008-01-25 16:26:02 +0100 (ven, 25 jan 2008) | 2 lines [MOD] freetags normalization: allow all chars - including accents - by default on new installations (does not affect upgrades) ------------------------------------------------------------------------ r11168 | sylvieg | 2008-01-25 15:45:21 +0100 (ven, 25 jan 2008) | 2 lines [FIX]tracker: fix computed field using item list field in the tracker view ------------------------------------------------------------------------ r11167 | sylvieg | 2008-01-25 15:34:28 +0100 (ven, 25 jan 2008) | 2 lines [MOD]tracker: for an item list field: move the insert new item to the right+add magnifier icon + do not display insert item if tracker has only one item per user and if the item is already there - aim: people was clicking on add new item instead on the field when the field was empty ------------------------------------------------------------------------ r11166 | nyloth | 2008-01-25 15:31:39 +0100 (ven, 25 jan 2008) | 2 lines [FIX] smarty query function: was using the wrong global var. ------------------------------------------------------------------------ r11165 | nyloth | 2008-01-25 15:27:41 +0100 (ven, 25 jan 2008) | 2 lines [NEW] use self_link smarty block in tiki_view_tracker's sorting links to handle AJAX and add sorting icons and clean code + remove duplicated code ------------------------------------------------------------------------ r11164 | nyloth | 2008-01-25 15:27:04 +0100 (ven, 25 jan 2008) | 12 lines [NEW] self_link smarty block: add a link (with A tag) to the current page on a text. The generated link uses other smarty functions like query and show_sort to handle AJAX, sorting fields, and sorting icons. This block is very useful to handle table columns sorting links (with no pain ;) ) Params are the same as smarty 'query' function + some special params starting with an underscore: _sort_field : name of the field used for sorting, _sort_arg : name of the URL argument that contains the field to use for sorting. Defaults to 'sort', _ajax : if set to 'n', will force disabling AJAX even if the ajax feature is enabled, _tag : if set to 'n', will only return an URL, not the full A tag + text (AJAX and sorting features are not available in this case), _class : CSS class to use for the A tag Example : {self_link _class='tableheading' _sort_arg='sort_mode' _sort_field='f_22'}My Column{/self_link} ------------------------------------------------------------------------ r11162 | nyloth | 2008-01-25 15:26:13 +0100 (ven, 25 jan 2008) | 14 lines [NEW] query smarty function: now handle a special param '_type', to specify the type of the returned URL : * absolute_uri: return absolute URL. example: http://www.example.com/my_tiki/tiki-something.php?offset=0&sort_mode=f_22_asc * absolute_path: return absolute URL path. example: /my_tiki/tiki-something.php?offset=0&sort_mode=f_22_asc * relative: return relative URL path. example: tiki-something.php?offset=0&sort_mode=f_22_asc * arguments: return URL arguments [default]. example: offset=0&sort_mode=f_22_asc ------------------------------------------------------------------------ r11161 | nyloth | 2008-01-25 15:25:23 +0100 (ven, 25 jan 2008) | 2 lines [FIX] show_sort smarty function: use return instead of echo, to be able to use the function outside smarty. ------------------------------------------------------------------------ r11160 | nyloth | 2008-01-25 11:33:45 +0100 (ven, 25 jan 2008) | 2 lines [FIX] trackers: use requested itemId if reloff is not specified, to be able to display an item directly, without coming from the item list (thx sylvie). This implies that reloff url argument is needed to display navigation links in trackers. ------------------------------------------------------------------------ r11159 | ricks99 | 2008-01-24 22:49:14 +0100 (jeu, 24 jan 2008) | 2 lines ui improvements: wiki disucussion option -- if forum is isabled, don't allow selection (link to enable). if no forums are available, don't present an empty drop list (link to create new forum) ------------------------------------------------------------------------ r11158 | sylvieg | 2008-01-24 22:22:50 +0100 (jeu, 24 jan 2008) | 2 lines notice ------------------------------------------------------------------------ r11157 | lphuberdeau | 2008-01-24 22:15:16 +0100 (jeu, 24 jan 2008) | 2 lines [MOD] Adding the translate link below the language list. ------------------------------------------------------------------------ r11156 | sylvieg | 2008-01-24 21:59:32 +0100 (jeu, 24 jan 2008) | 2 lines [MOD]tracker: if the value is empty put a space to have a link to the item ------------------------------------------------------------------------ r11155 | lphuberdeau | 2008-01-24 21:55:48 +0100 (jeu, 24 jan 2008) | 2 lines [NEW] Adding "critical translation request" ------------------------------------------------------------------------ r11154 | sylvieg | 2008-01-24 21:47:16 +0100 (jeu, 24 jan 2008) | 2 lines [MOD]tracker: if the value is empty put a space to have a link to the item ------------------------------------------------------------------------ r11153 | nyloth | 2008-01-24 21:00:21 +0100 (jeu, 24 jan 2008) | 2 lines [MOD] direct pagination: enabled by default on new installations (does not affect upgrades) ------------------------------------------------------------------------ r11152 | sylvieg | 2008-01-24 20:18:21 +0100 (jeu, 24 jan 2008) | 2 lines [FIX]tracker: fix multi joins in an item list field ------------------------------------------------------------------------ r11151 | ricks99 | 2008-01-24 20:13:37 +0100 (jeu, 24 jan 2008) | 2 lines ui improvements: change to vertical talbe to avoid squishing content, only allow feeds for enabled features (and provide links to features), minor edit/rewite on notices, only provide rss links when actually enabled. ------------------------------------------------------------------------ r11150 | lphuberdeau | 2008-01-24 20:09:37 +0100 (jeu, 24 jan 2008) | 2 lines [NEW] Adding multi-lingual content tracking (back-end) ------------------------------------------------------------------------ r11149 | sept_7 | 2008-01-24 19:40:57 +0100 (jeu, 24 jan 2008) | 2 lines [FIX] tracker : if field is auto-increment AND mandatory, dont bloc the item submission ------------------------------------------------------------------------ r11148 | sylvieg | 2008-01-24 19:27:21 +0100 (jeu, 24 jan 2008) | 2 lines [MOD]tracker: add the antibot feature in the tracker plugin ------------------------------------------------------------------------ r11147 | sept_7 | 2008-01-24 19:17:33 +0100 (jeu, 24 jan 2008) | 2 lines [FIX] tracker : auto detect sort mode (numerical or not) by field type ------------------------------------------------------------------------ r11146 | sylvieg | 2008-01-24 19:16:17 +0100 (jeu, 24 jan 2008) | 2 lines notice ------------------------------------------------------------------------ r11145 | sylvieg | 2008-01-24 18:21:55 +0100 (jeu, 24 jan 2008) | 2 lines missing global ------------------------------------------------------------------------ r11144 | lphuberdeau | 2008-01-24 17:14:38 +0100 (jeu, 24 jan 2008) | 2 lines [NEW] Adding table for translation sync ------------------------------------------------------------------------ r11143 | sylvieg | 2008-01-24 17:13:14 +0100 (jeu, 24 jan 2008) | 2 lines [FIX]css: sort alphabetically the css ------------------------------------------------------------------------ r11142 | lphuberdeau | 2008-01-24 16:31:19 +0100 (jeu, 24 jan 2008) | 2 lines [FIX] Would always use most recent version instead of selected one ------------------------------------------------------------------------ r11141 | lphuberdeau | 2008-01-24 16:29:03 +0100 (jeu, 24 jan 2008) | 2 lines [MOD] Minor improvements ------------------------------------------------------------------------ r11140 | sylvieg | 2008-01-24 16:26:17 +0100 (jeu, 24 jan 2008) | 2 lines [MOD]categ: can filter on a OR of categories ------------------------------------------------------------------------ r11139 | lphuberdeau | 2008-01-24 14:43:54 +0100 (jeu, 24 jan 2008) | 2 lines [FIX] Page exists validation done at an unexpected moment. ------------------------------------------------------------------------ r11138 | luciash | 2008-01-24 09:38:19 +0100 (jeu, 24 jan 2008) | 2 lines [ENH] optional param for main column to toggleCols function - TODO: save to cookie to store the swapped state ------------------------------------------------------------------------ r11137 | luciash | 2008-01-24 09:24:54 +0100 (jeu, 24 jan 2008) | 2 lines [FIX] make swapping left / right columns working properly using the new function from tiki-js.js ------------------------------------------------------------------------ r11136 | luciash | 2008-01-24 09:22:49 +0100 (jeu, 24 jan 2008) | 2 lines [ADD] function for swapping left / right columns in tableless layouts (e.g. for simple theme) - TODO: save to cookie to store the swapped state, main column id (now id="col1") as a param to make it optional ------------------------------------------------------------------------ r11135 | sylvieg | 2008-01-23 22:50:19 +0100 (mer, 23 jan 2008) | 2 lines [MOD]tracker: put a link to edit on the id - hoping that the style will distinct the position and the id ------------------------------------------------------------------------ r11134 | nyloth | 2008-01-23 22:12:31 +0100 (mer, 23 jan 2008) | 2 lines [FIX] trackers item listing: try to keep ratings on one line when there is enough place in the cell + align ratings vertically. ------------------------------------------------------------------------ r11133 | sylvieg | 2008-01-23 22:01:39 +0100 (mer, 23 jan 2008) | 2 lines [FIX]tracker: do not parse the email if export ------------------------------------------------------------------------ r11132 | sylvieg | 2008-01-23 21:38:53 +0100 (mer, 23 jan 2008) | 2 lines notice ------------------------------------------------------------------------ r11131 | sylvieg | 2008-01-23 20:31:57 +0100 (mer, 23 jan 2008) | 2 lines [FIX]tracker: when exporting write little by little ------------------------------------------------------------------------ r11130 | sept_7 | 2008-01-23 19:33:41 +0100 (mer, 23 jan 2008) | 2 lines [FIX] pagination_links : avoid double execution of the block function ------------------------------------------------------------------------ r11129 | nyloth | 2008-01-23 19:05:44 +0100 (mer, 23 jan 2008) | 2 lines [ENH] pagination links: small fixes, [MOD] ajax: when feature is enabled, now auto-activate ajax in smarty ------------------------------------------------------------------------ r11128 | nyloth | 2008-01-23 17:52:24 +0100 (mer, 23 jan 2008) | 2 lines [FIX] pagination links: small fixes for listpages maxrecords and some special cases for offsets ------------------------------------------------------------------------ r11127 | sylvieg | 2008-01-23 16:29:40 +0100 (mer, 23 jan 2008) | 2 lines [FIX]tracker: {section} does not work if the keys are not consecutives ->replace with {foreach} - fix if the first field is only visible by admin for a simple user ------------------------------------------------------------------------ r11126 | nyloth | 2008-01-23 16:29:31 +0100 (mer, 23 jan 2008) | 2 lines [FIX] pagination links: some small fixes for step > 1 ------------------------------------------------------------------------ r11125 | sylvieg | 2008-01-23 15:58:28 +0100 (mer, 23 jan 2008) | 2 lines notice ------------------------------------------------------------------------ r11124 | nyloth | 2008-01-23 15:18:52 +0100 (mer, 23 jan 2008) | 29 lines [NEW] New smarty block 'pagination_links' to remove duplicated code of pagination links in many places. Compared to previous pagination links code, text is now replaced by images by default, first/last links are added, and direct pagination is now done "a la google". The block is used this way in templates files : {pagination_links params}optional_url_here{/pagination_links} And available params are: - cant: Total number of items. [required] - offset: Current offset. Defaults to 0. - reloff: Current relative offset (to keep the original offset unchanged). If not specified, reloff is not used and offset is changed. - itemname: Untranslated string to use as the item name. Defaults to 'Page'. - noimg: If set to 'y', will use text instead of images for next/prev links. Only images mode supports first/last links. Defaults to 'n'. - class: CSS class to use for the whole div. Defaults to 'mini'. - template: template (.tpl file) used for AJAX_href links. Special value 'auto', to get the template that has the same name of the current script (by changing the file extension from .php to .tpl) and set htmlelement to 'tiki-center' as a default. - htmlelement: htmlelement used for AJAX_hred links. - step: number to add to an offset to go to the next item. Defaults to 1. - clean: remove empty arguments from generated URLs (to reduce URL lenght). Defaults to 'y'. - next: show (or not) next (and last) links. Defaults to 'y' if next elements exists. - prev: show (or not) previous (and first) links. Defaults to 'y' if previous elements exists. - usedots: Defaults to 'y'. Only used when 'direct_pagination' pref is set to 'y'. Instead of displaying one link for each item, only display some items like this (dots are not replaced by links, it's just a separation text): 1 2 3 ... k-2 k-1 k k+1 k+2 ... n-2 n-1 n For the moment, only those places have been changed (more to come) : list_trackers, listpages, view_tracker_item, lastchanges, listpages, view_tracker, view_tracker_item ------------------------------------------------------------------------ r11122 | sylvieg | 2008-01-23 00:31:03 +0100 (mer, 23 jan 2008) | 2 lines [MOD]fgal: split the show_modified into show date and show last user ------------------------------------------------------------------------ r11121 | sylvieg | 2008-01-22 23:27:16 +0100 (mar, 22 jan 2008) | 2 lines [MOD]fgal: split the show_modified into show date and show last user ------------------------------------------------------------------------ r11120 | sylvieg | 2008-01-22 22:30:55 +0100 (mar, 22 jan 2008) | 2 lines [FIX]tracker: rating+html ------------------------------------------------------------------------ r11119 | sylvieg | 2008-01-22 21:35:26 +0100 (mar, 22 jan 2008) | 2 lines xhtml ------------------------------------------------------------------------ r11118 | lphuberdeau | 2008-01-22 20:28:33 +0100 (mar, 22 jan 2008) | 2 lines [MOD] More UI improvements. ------------------------------------------------------------------------ r11117 | sylvieg | 2008-01-22 20:22:03 +0100 (mar, 22 jan 2008) | 2 lines [FIX]tracker: big deduplication of code - use the same tpl to display a tracker field value ------------------------------------------------------------------------ r11116 | lphuberdeau | 2008-01-22 19:54:51 +0100 (mar, 22 jan 2008) | 2 lines [MOD] UI improvements in tiki-edit_translation.php ------------------------------------------------------------------------ r11115 | lphuberdeau | 2008-01-22 18:19:54 +0100 (mar, 22 jan 2008) | 2 lines [MOD] Make sure pages don't get overwritten ------------------------------------------------------------------------ r11114 | sylvieg | 2008-01-22 17:59:07 +0100 (mar, 22 jan 2008) | 2 lines [FIX]actionlog: display the categ names ------------------------------------------------------------------------ r11113 | sylvieg | 2008-01-22 17:58:23 +0100 (mar, 22 jan 2008) | 2 lines notice ------------------------------------------------------------------------ r11112 | lphuberdeau | 2008-01-22 17:58:15 +0100 (mar, 22 jan 2008) | 2 lines [MOD] Load source text when creating a new translation. ------------------------------------------------------------------------ r11111 | sylvieg | 2008-01-22 17:05:09 +0100 (mar, 22 jan 2008) | 2 lines [FIX]tracker: 'an editable by admin only' must be seen ------------------------------------------------------------------------ r11110 | sylvieg | 2008-01-22 16:55:33 +0100 (mar, 22 jan 2008) | 2 lines [FIX]tracker: do not show hidden fields in the list of fields that can be filtered ------------------------------------------------------------------------ r11109 | lphuberdeau | 2008-01-22 16:25:28 +0100 (mar, 22 jan 2008) | 2 lines [FIX] Preserve diff when using preview ------------------------------------------------------------------------ r11108 | sylvieg | 2008-01-21 23:48:38 +0100 (lun, 21 jan 2008) | 2 lines [FIX]categ: missing button on forum in browse categ ------------------------------------------------------------------------ r11107 | lphuberdeau | 2008-01-21 18:08:08 +0100 (lun, 21 jan 2008) | 2 lines [NEW] Adding a page history from different translation in edit-page (access from page history) ------------------------------------------------------------------------ r11105 | pkdille | 2008-01-21 14:45:42 +0100 (lun, 21 jan 2008) | 2 lines [FIX] print: one time should be enough ;-) ------------------------------------------------------------------------ r11104 | nyloth | 2008-01-21 10:47:16 +0100 (lun, 21 jan 2008) | 2 lines [NEW] pdf export: Enable pdf export in wiki pages and structures (yet only works if mozilla2ps mod is installed). ------------------------------------------------------------------------ r11102 | sept_7 | 2008-01-21 10:13:01 +0100 (lun, 21 jan 2008) | 9 lines [MOD] : adding a smarty function to display an icon to show the sort order of a list. Exemple of code : <a href="{$smarty.server.PHP_SELF}?{query sort="date_pub_asc,date_pub_desc}">{tr}Beginning of Publication{/tr}{show_sort sort=sort var=date_pub}</a> show_sort takes two arguments : sort : the variable name on wich the sort if done var : the prefix of the value of the sort ------------------------------------------------------------------------ r11100 | sept_7 | 2008-01-21 10:05:58 +0100 (lun, 21 jan 2008) | 2 lines [FIX] Update to the logic for the value replacement of {query} ------------------------------------------------------------------------ r11099 | luciash | 2008-01-21 06:28:30 +0100 (lun, 21 jan 2008) | 2 lines [MOD] move favicon setting from general to look & feel, [ADD] apply and reset button ------------------------------------------------------------------------ r11098 | luciash | 2008-01-21 04:15:34 +0100 (lun, 21 jan 2008) | 2 lines [FIX] rollback of id="morelinks" to make the div flipping work again ------------------------------------------------------------------------ r11097 | sylvieg | 2008-01-21 04:01:25 +0100 (lun, 21 jan 2008) | 2 lines [FIX]tracker: useless part of the query that was putting mysql 4.4.7 (ok with 5) into a loop ------------------------------------------------------------------------ r11096 | nyloth | 2008-01-20 22:25:20 +0100 (dim, 20 jan 2008) | 2 lines [FIX] mods: mod_server is a pref, thus using the new prefs array. ------------------------------------------------------------------------ r11095 | pkdille | 2008-01-20 22:18:25 +0100 (dim, 20 jan 2008) | 2 lines [MOD] mime icons: change some icons for famfamfam set icons ------------------------------------------------------------------------ r11094 | nyloth | 2008-01-20 21:54:38 +0100 (dim, 20 jan 2008) | 2 lines [FIX] forums: fix number of posts in a forum (now query the database instead of reading a wrong counter to avoid risks of future mistakes - this one could be wrong, for example, when moving threads from a forum to another) + do not show (or query database for) forum's last post info when there is no posts anymore in the forum. ------------------------------------------------------------------------ r11093 | pkdille | 2008-01-20 21:00:50 +0100 (dim, 20 jan 2008) | 2 lines [FIX] smarty modifier iconify: Works now also with file extensions with less (or more) than exactely 3 chars ------------------------------------------------------------------------ r11092 | marclaporte | 2008-01-20 16:38:06 +0100 (dim, 20 jan 2008) | 2 lines [FIX] Copied from BRANCH-1-9 -> Cleanup of some of the documentation & info shipped within the application. Pointing to web version or to setup.sh generated instruction to avoid to have to maintain information in many places. ------------------------------------------------------------------------ r11091 | nyloth | 2008-01-19 15:01:00 +0100 (sam, 19 jan 2008) | 2 lines [ENH] smarty query function: also handle variables passed through POST method (many forms use it) + simply use _POST and _GET arrays to avoid the call to TikiLib::htmldecode. ------------------------------------------------------------------------ r11090 | sylvieg | 2008-01-19 14:25:26 +0100 (sam, 19 jan 2008) | 2 lines [FIX] avoid notice on load_adverage when open_basedir is not set to read /proc/loadavg ------------------------------------------------------------------------ r11089 | nyloth | 2008-01-19 13:38:46 +0100 (sam, 19 jan 2008) | 2 lines [FIX] fix my last commit on setup_smarty by moving down the part of the code that changes smarty template name when there is a template file specific to the style in use. ------------------------------------------------------------------------ r11088 | nyloth | 2008-01-19 12:04:40 +0100 (sam, 19 jan 2008) | 2 lines [FIX] smarty query function: add code for PHP4 compatibility (dont forget to return value for PHP4...). ------------------------------------------------------------------------ r11087 | nyloth | 2008-01-19 00:17:29 +0100 (sam, 19 jan 2008) | 2 lines [FIX] smarty query function: add code for PHP4 compatibility (http_build_query also was a PHP5 only function). ------------------------------------------------------------------------ r11086 | nyloth | 2008-01-18 23:48:26 +0100 (ven, 18 jan 2008) | 2 lines [FIX] smarty query function: use TikiLib::htmldecode() instead of htmlspecialchars_decode() to be PHP5 and PHP4 compatible. ------------------------------------------------------------------------ r11085 | nyloth | 2008-01-18 23:46:09 +0100 (ven, 18 jan 2008) | 2 lines [ENH] TikiLib::htmldecode method accepts a new argument to specify the translation table to use (HTML_ENTITIES or HTML_SPECIALCHARS). It is now also able to replace PHP5.1 htmlspecialchars_decode's function. ------------------------------------------------------------------------ r11084 | sylvieg | 2008-01-18 23:26:12 +0100 (ven, 18 jan 2008) | 2 lines [FIX]tracker: do not generate a subquery if no filter ------------------------------------------------------------------------ r11083 | sylvieg | 2008-01-18 23:00:48 +0100 (ven, 18 jan 2008) | 2 lines more option for wikiplugin files ------------------------------------------------------------------------ r11080 | sylvieg | 2008-01-18 17:58:20 +0100 (ven, 18 jan 2008) | 2 lines [MOD]fgal: some additional param for files plugin ------------------------------------------------------------------------ r11079 | nyloth | 2008-01-18 17:56:15 +0100 (ven, 18 jan 2008) | 2 lines [NEW] forum export: add an export to PDF icon (currently only used by mozilla2ps's export method, but also intended to be used with html2pdf mod or other methods) ------------------------------------------------------------------------ r11078 | nyloth | 2008-01-18 17:45:34 +0100 (ven, 18 jan 2008) | 2 lines [MOD] export to PDF: handle mozilla2ps mod if installed. ------------------------------------------------------------------------ r11076 | nyloth | 2008-01-18 14:58:44 +0100 (ven, 18 jan 2008) | 2 lines [MOD] php sessions handling: accept a PHPSESSID argument in URL, but only when the request comes from the tiki server itself (for security reasons). This is used by features that need to query the server to retrieve tiki's generated html and images to keep user informations and export exactly what the user can see. ------------------------------------------------------------------------ r11075 | nyloth | 2008-01-18 14:55:51 +0100 (ven, 18 jan 2008) | 2 lines [FIX] Allows to fetch all templates, including main ones (tiki.tpl or tiki-print.tpl). Tiki_Smarty's fetch and display methods now have a similar behavior, as in original Smarty methods + set the smarty var 'print_page' to 'y' if we are using tiki-print.tpl ------------------------------------------------------------------------ r11074 | nyloth | 2008-01-18 14:13:24 +0100 (ven, 18 jan 2008) | 9 lines [NEW] modules: Mini Tiki Action Calendar Module (using newly factorized tikicalendarlib methods). Features : * Displays a mini calendar for the current month, * Allows a module argument 'items' to filter on some tiki items types (e.g. items=wiki,forum). For example, this module could then be used as a mini calendar for a tikiwiki blog website (with items=blog), * A link on each day (if there is at least one 'action' for this day) allows the user to go in Tiki Action Calendar using the day view on the choosed day, * A mouseover box details what has been done each day, * For the moment, a green background color with a bottom border is used for the 'focus' day, and the usual focus background color is used for 'today'. ------------------------------------------------------------------------ r11071 | nyloth | 2008-01-18 14:00:31 +0100 (ven, 18 jan 2008) | 2 lines [MOD] action calendar: move reusable code to new tikicalendarlib::getCalendar() and tikicalendarlib::getTikiItems() methods in order to clean and factorize code easier + remove useless smarty assignations ------------------------------------------------------------------------ r11070 | nyloth | 2008-01-18 13:59:38 +0100 (ven, 18 jan 2008) | 2 lines [FIX] translated strings: rewrite strings use to have them correctly parsed by get_strings.php without needing to repeat them in a comment. + cast a string to an integer to avoid a call to ereg_replace() ------------------------------------------------------------------------ r11069 | nyloth | 2008-01-18 13:58:29 +0100 (ven, 18 jan 2008) | 2 lines [FIX] smarty jscalendar function: remove unused var (firstDayofWeek) ------------------------------------------------------------------------ r11068 | nyloth | 2008-01-18 13:57:49 +0100 (ven, 18 jan 2008) | 2 lines [FIX] votes: comment votes array initialization in session vars, since the session may not already be available at this stage. Leaved as a comment to move it elsewhere if really used. ------------------------------------------------------------------------ r11067 | nyloth | 2008-01-18 13:57:05 +0100 (ven, 18 jan 2008) | 2 lines [MOD] print mode: do not include most of footer data (i.e. PHP errors, debug console, PHP layers, CVS up info) ------------------------------------------------------------------------ r11066 | nyloth | 2008-01-18 13:56:32 +0100 (ven, 18 jan 2008) | 2 lines [FIX] forum printing: do not include the PHPSESSID var in the URL at the page bottom. ------------------------------------------------------------------------ r11065 | nyloth | 2008-01-18 13:55:31 +0100 (ven, 18 jan 2008) | 2 lines [MOD] forum printing: use a more generic 'display' var instead of 'print' (which will also be used to export as PDF) + hide more icons in print/export mode (e.g. Save to notepad, Mail to, Watch, ...) + allow PDF export by installing a Mod that define an appropriate function (coming soon). ------------------------------------------------------------------------ r11064 | ricks99 | 2008-01-18 03:19:30 +0100 (ven, 18 jan 2008) | 2 lines give link to create content templates, if permission ------------------------------------------------------------------------ r11063 | sylvieg | 2008-01-18 00:52:44 +0100 (ven, 18 jan 2008) | 2 lines [FIX]forum: when searching in a specific forum - show it and stay in this mode --- bad implemantation but without an unified way to identify an object... ------------------------------------------------------------------------ r11062 | sylvieg | 2008-01-17 22:30:39 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]tracker: keep status selction+sort while navigating from view tracker and view item ------------------------------------------------------------------------ r11061 | sylvieg | 2008-01-17 20:07:32 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]module: modules feature setting are in module page ------------------------------------------------------------------------ r11060 | ricks99 | 2008-01-17 19:55:22 +0100 (jeu, 17 jan 2008) | 2 lines if post-level comments are disabled globally, disable the option ------------------------------------------------------------------------ r11059 | sylvieg | 2008-01-17 19:52:03 +0100 (jeu, 17 jan 2008) | 2 lines open rewrite rules for more page names possibilities - tw must check the page name not apache - still some page names with problem: # & + (due to apache) and . / (just in case) - thx nkoth for advice ------------------------------------------------------------------------ r11058 | sylvieg | 2008-01-17 19:38:08 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]module: move button fixed ------------------------------------------------------------------------ r11057 | sylvieg | 2008-01-17 18:52:22 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]some prefs ------------------------------------------------------------------------ r11056 | sylvieg | 2008-01-17 18:47:01 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]blog: do not omit the name and description of the blog if a title and description has already been given in admin->rss ------------------------------------------------------------------------ r11055 | ricks99 | 2008-01-17 17:23:46 +0100 (jeu, 17 jan 2008) | 2 lines lost edit protetion. edit session countdown timer in browser status bar (if allowed by user browser) and alert appears with 1 minute remaining ------------------------------------------------------------------------ r11054 | marclaporte | 2008-01-17 17:02:01 +0100 (jeu, 17 jan 2008) | 2 lines [FIX] Typo for Default number of rows (forum replies). (extra changes to line breaks seems to be because someone committed the file in DOS or something) ------------------------------------------------------------------------ r11053 | tombombadilom | 2008-01-17 16:53:26 +0100 (jeu, 17 jan 2008) | 2 lines add xajax support ------------------------------------------------------------------------ r11052 | sylvieg | 2008-01-17 16:47:11 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]newsletters: take the included groups and the including groups for a group subscription + eliminate double when using other newsletters ------------------------------------------------------------------------ r11051 | ricks99 | 2008-01-17 16:18:44 +0100 (jeu, 17 jan 2008) | 2 lines lost edit protection alert no longer incorrectly shows when switching from wysiwyg to normal. added alert for admin quicktags. edit page now shows active session time. ------------------------------------------------------------------------ r11050 | marclaporte | 2008-01-17 16:17:22 +0100 (jeu, 17 jan 2008) | 2 lines [MOD] Removing cookie & RSS quicktags because 1- this is not something you do often 2- It's usually done in modules. 3- To simplify interface. This change affects new installs only. People needing this will use the edit help. ------------------------------------------------------------------------ r11049 | sylvieg | 2008-01-17 15:47:58 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]newsletter: do not compute the subscribers if you want only to have the newsletter name + fix cant in list_newsletters + some display improvments ------------------------------------------------------------------------ r11048 | pkdille | 2008-01-17 15:03:29 +0100 (jeu, 17 jan 2008) | 2 lines [MOD] Tiki calendar: Label capitalization ------------------------------------------------------------------------ r11047 | pkdille | 2008-01-17 14:51:30 +0100 (jeu, 17 jan 2008) | 2 lines [MOD] capitalization ------------------------------------------------------------------------ r11046 | sylvieg | 2008-01-17 14:36:16 +0100 (jeu, 17 jan 2008) | 2 lines [FIX]menu: link to edit also on the name ------------------------------------------------------------------------ r11045 | pkdille | 2008-01-17 14:16:09 +0100 (jeu, 17 jan 2008) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r11044 | ricks99 | 2008-01-17 13:25:46 +0100 (jeu, 17 jan 2008) | 2 lines in Quick URL, only show objects for features that are enabled. if disabled, don't show the option. ------------------------------------------------------------------------ r11043 | pkdille | 2008-01-17 11:39:38 +0100 (jeu, 17 jan 2008) | 2 lines [FIX] tiki calendar: fix changing label title when the change is in a tracker ------------------------------------------------------------------------ r11039 | sylvieg | 2008-01-16 23:01:22 +0100 (mer, 16 jan 2008) | 2 lines css ------------------------------------------------------------------------ r11038 | sylvieg | 2008-01-16 22:53:41 +0100 (mer, 16 jan 2008) | 2 lines [FIX]tracker: can export a large number of items without memory exhaustion + can display itemId, status, date and parse textarea ------------------------------------------------------------------------ r11037 | sylvieg | 2008-01-16 20:17:45 +0100 (mer, 16 jan 2008) | 2 lines wrong link ------------------------------------------------------------------------ r11036 | sylvieg | 2008-01-16 19:21:47 +0100 (mer, 16 jan 2008) | 2 lines [FIX]install: each time some sqls are run, put the reset session on=>TODO fix this reset sesion ------------------------------------------------------------------------ r11035 | sylvieg | 2008-01-16 19:03:44 +0100 (mer, 16 jan 2008) | 2 lines [FIX]installer: support new password cryptage ------------------------------------------------------------------------ r11034 | sylvieg | 2008-01-16 17:33:18 +0100 (mer, 16 jan 2008) | 2 lines [FIX] missing pref ------------------------------------------------------------------------ r11033 | sylvieg | 2008-01-16 16:50:48 +0100 (mer, 16 jan 2008) | 2 lines [FIX]tracker: fields has been changed to fieldIf for more generecity ------------------------------------------------------------------------ r11032 | sylvieg | 2008-01-16 15:56:07 +0100 (mer, 16 jan 2008) | 2 lines [MOD]trackerlist: fix showcreated + new showlastmodif ------------------------------------------------------------------------ r11031 | sylvieg | 2008-01-16 14:48:10 +0100 (mer, 16 jan 2008) | 2 lines [FIX]login: fix remind password on username ------------------------------------------------------------------------ r11030 | sylvieg | 2008-01-16 12:15:41 +0100 (mer, 16 jan 2008) | 2 lines [FIX]modules: rollback- no style info in tpl ------------------------------------------------------------------------ r11029 | ricks99 | 2008-01-16 03:40:53 +0100 (mer, 16 jan 2008) | 2 lines only show objects that are available. if none, don't show. ------------------------------------------------------------------------ r11028 | sylvieg | 2008-01-15 23:47:28 +0100 (mar, 15 jan 2008) | 2 lines [FIX]tracker: fields only viewed by creator and admin are 1) showed while creating a new item 2)not showed in tracker list ------------------------------------------------------------------------ r11027 | nkoth | 2008-01-15 22:06:59 +0100 (mar, 15 jan 2008) | 2 lines [FIX] language set in html tag should reflect language of content ------------------------------------------------------------------------ r11026 | sylvieg | 2008-01-15 20:23:10 +0100 (mar, 15 jan 2008) | 2 lines [FIX]tracker: do not strip the google code as it contains javascript code ------------------------------------------------------------------------ r11025 | sylvieg | 2008-01-15 18:58:08 +0100 (mar, 15 jan 2008) | 2 lines [FIX]tracker: images in mode view item were distorded ------------------------------------------------------------------------ r11024 | sylvieg | 2008-01-15 17:14:17 +0100 (mar, 15 jan 2008) | 2 lines [MOD]abbreviations are hard to translate and depend on the context ------------------------------------------------------------------------ r11023 | pkdille | 2008-01-15 12:01:07 +0100 (mar, 15 jan 2008) | 2 lines [FIX] view forum: show archived posts checkbox should not appear if feature not activated ------------------------------------------------------------------------ r11021 | pkdille | 2008-01-15 09:26:08 +0100 (mar, 15 jan 2008) | 2 lines [FIX] Application Menu: lang_use_db is a feature not a permission ------------------------------------------------------------------------ r11018 | sylvieg | 2008-01-15 00:36:01 +0100 (mar, 15 jan 2008) | 2 lines [MOD]tracker: option to export only tpl visible fields ------------------------------------------------------------------------ r11017 | sylvieg | 2008-01-14 23:33:53 +0100 (lun, 14 jan 2008) | 2 lines some tuning ------------------------------------------------------------------------ r11016 | sylvieg | 2008-01-14 21:50:21 +0100 (lun, 14 jan 2008) | 2 lines [FIX]divers fixes in tracker filter+export ------------------------------------------------------------------------ r11015 | sylvieg | 2008-01-14 21:36:17 +0100 (lun, 14 jan 2008) | 2 lines [FIX]divers fixes in tracker filter+export ------------------------------------------------------------------------ r11014 | sylvieg | 2008-01-14 21:10:46 +0100 (lun, 14 jan 2008) | 2 lines [FIX]divers fixes in tracker filter+export ------------------------------------------------------------------------ r11013 | sylvieg | 2008-01-14 19:51:02 +0100 (lun, 14 jan 2008) | 2 lines [MOD]tracker: export can filter on items ------------------------------------------------------------------------ r11012 | sylvieg | 2008-01-14 17:21:04 +0100 (lun, 14 jan 2008) | 2 lines [FIX]tracker: filter check the hidden setting: todo if only visible by creator and admin, do not reject the field ------------------------------------------------------------------------ r11011 | sylvieg | 2008-01-14 16:57:00 +0100 (lun, 14 jan 2008) | 2 lines [FIX]tracker filter: can choose the choice format independly for field type (except categ) + default format is function field type + less queries ------------------------------------------------------------------------ r11010 | sylvieg | 2008-01-14 13:44:11 +0100 (lun, 14 jan 2008) | 2 lines [FIX]tracker: use tracker_item_field_value to have more fields type displayed ------------------------------------------------------------------------ r11009 | sylvieg | 2008-01-13 20:36:09 +0100 (dim, 13 jan 2008) | 2 lines [FIX]categ: fix object with categ with perm ------------------------------------------------------------------------ r11008 | pkdille | 2008-01-12 17:28:37 +0100 (sam, 12 jan 2008) | 2 lines [MOD] tikineat: changing alignement from buttons ------------------------------------------------------------------------ r11007 | pkdille | 2008-01-12 14:07:43 +0100 (sam, 12 jan 2008) | 2 lines [FIX] admin intergrator: fix xhtml ------------------------------------------------------------------------ r11006 | sylvieg | 2008-01-12 13:08:03 +0100 (sam, 12 jan 2008) | 2 lines oops ------------------------------------------------------------------------ r11005 | sylvieg | 2008-01-12 00:14:45 +0100 (sam, 12 jan 2008) | 2 lines some useful functions ------------------------------------------------------------------------ r11004 | pkdille | 2008-01-12 00:09:46 +0100 (sam, 12 jan 2008) | 2 lines [FIX] print pages: fixing adding pages which was broken. Capitalizing button labels ------------------------------------------------------------------------ r11003 | sylvieg | 2008-01-12 00:09:19 +0100 (sam, 12 jan 2008) | 2 lines [FIX]tracker: rewrite the export feature to avoid duplication of code ------------------------------------------------------------------------ r11002 | pkdille | 2008-01-12 00:07:41 +0100 (sam, 12 jan 2008) | 2 lines [MOD] indenting code before debugging - no changes ------------------------------------------------------------------------ r11001 | pkdille | 2008-01-11 23:11:43 +0100 (ven, 11 jan 2008) | 2 lines [FIX] admin themes does not (no more ?) exist. Fix wrong link ------------------------------------------------------------------------ r11000 | sylvieg | 2008-01-11 23:10:34 +0100 (ven, 11 jan 2008) | 2 lines [FIX]tracker: better in admin panel to link to admin tracker when clicking on the name ------------------------------------------------------------------------ r10999 | sylvieg | 2008-01-11 22:55:34 +0100 (ven, 11 jan 2008) | 2 lines if you strip a tpl , the header must be after the {strip} ------------------------------------------------------------------------ r10998 | pkdille | 2008-01-11 22:31:12 +0100 (ven, 11 jan 2008) | 2 lines [MOD] multiple print: change name in Application Menu (42) from "Print" to "Multiple Print" ------------------------------------------------------------------------ r10997 | sylvieg | 2008-01-11 18:39:06 +0100 (ven, 11 jan 2008) | 2 lines [FIX]wiki: target in another window only if the img link is external (beginning with xx:// or www.xxx ------------------------------------------------------------------------ r10996 | sylvieg | 2008-01-11 17:05:55 +0100 (ven, 11 jan 2008) | 2 lines [FIX]categ: with tiki_p_admin_categories you see all the objects with perms - object_has_one_permission check on the groups and you are not necessarily in the good one ------------------------------------------------------------------------ r10995 | nyloth | 2008-01-11 16:47:49 +0100 (ven, 11 jan 2008) | 2 lines [MOD] forums: add a 'Show archived posts' filter (in view_forum) + put action icons on the left in tiki-forums. ------------------------------------------------------------------------ r10994 | sylvieg | 2008-01-11 15:16:01 +0100 (ven, 11 jan 2008) | 2 lines [FIX]rss: block the redirect interpretation if a changed page has a redirect ------------------------------------------------------------------------ r10993 | sylvieg | 2008-01-11 15:04:50 +0100 (ven, 11 jan 2008) | 2 lines css ------------------------------------------------------------------------ r10992 | sylvieg | 2008-01-11 13:12:29 +0100 (ven, 11 jan 2008) | 2 lines [FIX]mod change_categ: to have no side effect when using multiple times the module in the same page ------------------------------------------------------------------------ r10991 | sylvieg | 2008-01-11 00:09:21 +0100 (ven, 11 jan 2008) | 2 lines [MOD]tracker: tiki-view_tracker_item.php?user=yyyyy&view=+user to be able to go to the user item of any user via default group - NB: if the item has not been created before, a no item error will occur ------------------------------------------------------------------------ r10990 | sylvieg | 2008-01-10 23:29:01 +0100 (jeu, 10 jan 2008) | 2 lines [MOD]tracker: tiki-view_tracker_item.php?group=xxxx&user=yyyyy&view=+user to be able to go to the user item of any user - NB: if the item has not been created before, a no item error will occur ------------------------------------------------------------------------ r10989 | pkdille | 2008-01-10 22:34:38 +0100 (jeu, 10 jan 2008) | 2 lines [MOD] get_strings + some french translations ------------------------------------------------------------------------ r10988 | pkdille | 2008-01-10 21:44:40 +0100 (jeu, 10 jan 2008) | 2 lines [FIX] share page : fix the permission which was deleted in the 1.9 to 1.10 sql script and not replaced by tiki_p_assign_perm_wiki_page. Do you think this 'feature' needs a separate permission or feature ? Let's talk about it. Capitalization from all fields. ------------------------------------------------------------------------ r10987 | jyhem | 2008-01-10 19:00:00 +0100 (jeu, 10 jan 2008) | 2 lines [FIX] mass capitalization ------------------------------------------------------------------------ r10986 | sylvieg | 2008-01-10 17:36:40 +0100 (jeu, 10 jan 2008) | 2 lines [FIX]prefs: lastUpdatePrefs is a numeric ------------------------------------------------------------------------ r10985 | lphuberdeau | 2008-01-10 16:17:17 +0100 (jeu, 10 jan 2008) | 2 lines [MOD] Improve I18N workflow to create new translations ------------------------------------------------------------------------ r10984 | lphuberdeau | 2008-01-09 16:24:29 +0100 (mer, 09 jan 2008) | 2 lines [MOD] Update I18N support administration as per CLWEP/CodeFest2008 ------------------------------------------------------------------------ r10983 | sylvieg | 2008-01-09 15:48:57 +0100 (mer, 09 jan 2008) | 2 lines [FIX]admin: seems that tiki_version is not in prefs anymore???? ------------------------------------------------------------------------ r10982 | franck | 2008-01-09 05:04:11 +0100 (mer, 09 jan 2008) | 2 lines Live Support: bug fixes ------------------------------------------------------------------------ r10981 | nkoth | 2008-01-08 19:13:38 +0100 (mar, 08 jan 2008) | 2 lines [FIX] account validation/activation did not work ------------------------------------------------------------------------ r10980 | sylvieg | 2008-01-08 17:08:35 +0100 (mar, 08 jan 2008) | 2 lines [MOD]tracker: export also created and lastModif date ------------------------------------------------------------------------ r10979 | nyloth | 2008-01-08 17:01:46 +0100 (mar, 08 jan 2008) | 6 lines [NEW] forums: two new features: * Topics archiving : this feature can be enabled in forums admin panels and allows forum admins to hide complete topics from the list of topics without having to delete them. This can be done either on the topics list of a forum, or on the view_forum_thread page, * Thread printing : users are now able to print a thread. There is two different icons to do this : one to print the current page only, the other to print the whole thread (i.e. not limited to a max of posts). ------------------------------------------------------------------------ r10974 | sylvieg | 2008-01-08 00:07:29 +0100 (mar, 08 jan 2008) | 2 lines [FIX]group: defcat needs to be 0 by default on some config ------------------------------------------------------------------------ r10973 | sylvieg | 2008-01-08 00:01:48 +0100 (mar, 08 jan 2008) | 2 lines [MOD]freetag: can specify different colors for the cloud from the admin panel + can specify the characters of the canonical form of a tag ------------------------------------------------------------------------ r10972 | sylvieg | 2008-01-07 18:02:22 +0100 (lun, 07 jan 2008) | 2 lines xhtml ------------------------------------------------------------------------ r10971 | sylvieg | 2008-01-07 16:18:25 +0100 (lun, 07 jan 2008) | 2 lines [FIX]tracker filter: if in line mode, display directly the filters and not the button ------------------------------------------------------------------------ r10970 | sylvieg | 2008-01-07 16:13:26 +0100 (lun, 07 jan 2008) | 2 lines [MOD]freetag: the admin can delete tag assigment in the module freetag ------------------------------------------------------------------------ r10969 | sylvieg | 2008-01-06 23:31:24 +0100 (dim, 06 jan 2008) | 2 lines [MOD]trackerfilter: additional parameter line to display all the filter on the same line ------------------------------------------------------------------------ r10968 | evanprodromou | 2008-01-06 21:15:35 +0100 (dim, 06 jan 2008) | 6 lines Combine conversion and import scripts into one script that converts as it imports. Rename the file and class to make it clearer what it does. Change the driver script to use the new names. ------------------------------------------------------------------------ r10966 | evanprodromou | 2008-01-06 20:39:40 +0100 (dim, 06 jan 2008) | 2 lines Add MW import tool (moved from HEAD -- oops!) ------------------------------------------------------------------------ r10964 | sylvieg | 2008-01-06 17:24:55 +0100 (dim, 06 jan 2008) | 2 lines [FIX]tracker: export item lists field ------------------------------------------------------------------------ r10963 | sylvieg | 2008-01-06 16:24:58 +0100 (dim, 06 jan 2008) | 2 lines [FIX]tracker: rss does not show up fields that have restriction view ------------------------------------------------------------------------ r10962 | sylvieg | 2008-01-06 16:15:50 +0100 (dim, 06 jan 2008) | 2 lines [FIX]tracker: the rss must use list_items that interprets the field value to have the textarea parsed, the computed computed... ------------------------------------------------------------------------ r10961 | sylvieg | 2008-01-06 13:41:43 +0100 (dim, 06 jan 2008) | 2 lines [MOD]tracker: extract from the tpl the filter part -> preparing a merge with the trackerfilter code ------------------------------------------------------------------------ r10959 | nkoth | 2008-01-06 00:46:05 +0100 (dim, 06 jan 2008) | 2 lines [MOD] implement hCalendar microformats ------------------------------------------------------------------------ r10957 | lphuberdeau | 2008-01-05 23:25:42 +0100 (sam, 05 jan 2008) | 2 lines [NEW] Adding basic importer from MediaWiki, not completed ------------------------------------------------------------------------ r10953 | sylvieg | 2008-01-05 22:30:40 +0100 (sam, 05 jan 2008) | 2 lines [MOD]freetag: with freetag format allows space (the separator) - inclosed the tag with space between double-quotes ------------------------------------------------------------------------ r10951 | sylvieg | 2008-01-04 20:05:46 +0100 (ven, 04 jan 2008) | 2 lines [MOD]trackerFilter: new option: displayList that allows to display the non filter list the first time + put the filter box in a show/hide box ------------------------------------------------------------------------ r10950 | sylvieg | 2008-01-04 16:22:11 +0100 (ven, 04 jan 2008) | 2 lines oops ------------------------------------------------------------------------ r10949 | sylvieg | 2008-01-04 15:11:58 +0100 (ven, 04 jan 2008) | 2 lines [MOD]wiki: new pref wiki_watch_minor to send or not a notification on minor save ------------------------------------------------------------------------ r10948 | sylvieg | 2008-01-04 00:37:28 +0100 (ven, 04 jan 2008) | 2 lines [FIX]wiki: in the doc, minor does not send notification->so do it ------------------------------------------------------------------------ r10947 | sylvieg | 2008-01-03 22:41:46 +0100 (jeu, 03 jan 2008) | 2 lines [MOD]trackerfilter: can filter on text by giving the value in a text input- the text can be a part of the field value(format t) or the exzact value(format T) ------------------------------------------------------------------------ r10946 | sylvieg | 2008-01-03 18:41:18 +0100 (jeu, 03 jan 2008) | 2 lines [FIX]group: when deseclecting the default group, do not create an empty group ------------------------------------------------------------------------ r10945 | sylvieg | 2008-01-03 18:23:19 +0100 (jeu, 03 jan 2008) | 2 lines [FIX]group: when deseclecting the default group, do not create an empty group ------------------------------------------------------------------------ r10943 | sylvieg | 2008-01-03 00:28:17 +0100 (jeu, 03 jan 2008) | 2 lines [MOD]tracker: trackerlist can filter one more than one field - see doc.tw.org ------------------------------------------------------------------------ r10942 | pkdille | 2008-01-02 23:59:20 +0100 (mer, 02 jan 2008) | 2 lines [FIX] html fix ------------------------------------------------------------------------ r10941 | pkdille | 2008-01-02 22:49:23 +0100 (mer, 02 jan 2008) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r10940 | pkdille | 2008-01-02 22:44:29 +0100 (mer, 02 jan 2008) | 2 lines typo ------------------------------------------------------------------------ r10939 | pkdille | 2008-01-02 22:31:43 +0100 (mer, 02 jan 2008) | 2 lines [MOD] map download: clean CR in translated text ------------------------------------------------------------------------ r10938 | pkdille | 2008-01-02 22:12:51 +0100 (mer, 02 jan 2008) | 2 lines [MOD] calendar edit item: other organisation of help field. Just text. ------------------------------------------------------------------------ r10937 | sylvieg | 2008-01-02 19:10:09 +0100 (mer, 02 jan 2008) | 2 lines [FIX]blog: do not show view button if blog does not exist ------------------------------------------------------------------------ r10936 | jyhem | 2008-01-02 17:11:41 +0100 (mer, 02 jan 2008) | 2 lines [FIX] mass capitalization ------------------------------------------------------------------------ r10935 | sylvieg | 2008-01-02 16:53:47 +0100 (mer, 02 jan 2008) | 2 lines sync ------------------------------------------------------------------------ r10934 | sylvieg | 2008-01-02 16:47:21 +0100 (mer, 02 jan 2008) | 2 lines [MOD]login: move the message that is displayed when email must be confirmed to a tpl for easier customisation ------------------------------------------------------------------------ r10932 | sylvieg | 2008-01-02 15:19:56 +0100 (mer, 02 jan 2008) | 2 lines [MOD]freetags: try to improve usability by adding a choice 'all tags' 'one tag' 'last tag' ------------------------------------------------------------------------ r10931 | pkdille | 2008-01-02 10:48:24 +0100 (mer, 02 jan 2008) | 2 lines [NEW] freetags: new feature "freetags_preload_random_search" which gives the ability to ac/de-activate the search on one random tag when arriving on tiki_browse_freetags.php grid ------------------------------------------------------------------------ r10930 | nkoth | 2008-01-01 01:14:01 +0100 (mar, 01 jan 2008) | 2 lines [FIX] bgu 1471: Special Characters with tilde ~ don't seem to work when wysiwyg is on. ------------------------------------------------------------------------ r10929 | rischconsulting | 2007-12-31 21:15:46 +0100 (lun, 31 déc 2007) | 9 lines Parse_data modified to properly parse special characters. The following lines were modified: if (!$simple_wiki and $prefs['feature_wysiwyg'] == 'n') { $this->parse_htmlchar($data); replaced with if (!$simple_wiki and $_SESSION['wysiwyg'] == 'n') { $this->parse_htmlchar($data); ------------------------------------------------------------------------ r10928 | sylvieg | 2007-12-31 14:00:22 +0100 (lun, 31 déc 2007) | 2 lines [MOD]freetag: better layout - separate the find box from the result ------------------------------------------------------------------------ r10927 | pkdille | 2007-12-30 21:42:03 +0100 (dim, 30 déc 2007) | 2 lines [MOD] webmail: typo - capitalization ------------------------------------------------------------------------ r10926 | nkoth | 2007-12-30 03:13:29 +0100 (dim, 30 déc 2007) | 2 lines clean up adodb sessions in case garbage collection is not working ------------------------------------------------------------------------ r10925 | nkoth | 2007-12-30 02:45:59 +0100 (dim, 30 déc 2007) | 2 lines [FIX] sorry about that. last commit wrong. ------------------------------------------------------------------------ r10924 | nkoth | 2007-12-30 02:42:10 +0100 (dim, 30 déc 2007) | 2 lines [FIX] allow freetags to be removed by clearing the freetags box on edit (previously no action was taken if no tags remain) ------------------------------------------------------------------------ r10923 | sylvieg | 2007-12-29 19:31:57 +0100 (sam, 29 déc 2007) | 2 lines message a little more explicit ------------------------------------------------------------------------ r10922 | sylvieg | 2007-12-29 19:24:56 +0100 (sam, 29 déc 2007) | 2 lines [MOD]categ: display the categId of the current category. To fiond the categID is not obvious - and it is needed for plugin like trackerlist filter ------------------------------------------------------------------------ r10921 | jyhem | 2007-12-29 18:51:18 +0100 (sam, 29 déc 2007) | 2 lines [MOD] Now handles strings with single quotes ------------------------------------------------------------------------ r10920 | jyhem | 2007-12-29 17:30:58 +0100 (sam, 29 déc 2007) | 2 lines [FIX] typo ------------------------------------------------------------------------ r10919 | pkdille | 2007-12-28 00:33:10 +0100 (ven, 28 déc 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r10918 | pkdille | 2007-12-28 00:21:38 +0100 (ven, 28 déc 2007) | 2 lines [FIX] typo ------------------------------------------------------------------------ r10917 | pkdille | 2007-12-27 22:46:42 +0100 (jeu, 27 déc 2007) | 2 lines [MOD] wikiplugins: some work on the help functions. ------------------------------------------------------------------------ r10916 | pkdille | 2007-12-27 21:58:43 +0100 (jeu, 27 déc 2007) | 2 lines [MOD] edit wiki help: some more structure for the wiki plugins help table ------------------------------------------------------------------------ r10915 | pkdille | 2007-12-27 17:10:53 +0100 (jeu, 27 déc 2007) | 2 lines [FIX] forum import: fix some html mistakes ------------------------------------------------------------------------ r10914 | pkdille | 2007-12-27 14:20:18 +0100 (jeu, 27 déc 2007) | 2 lines [MOD] french translation file: cleanup unused and add some translations ------------------------------------------------------------------------ r10913 | nkoth | 2007-12-27 06:34:59 +0100 (jeu, 27 déc 2007) | 2 lines [FIX] error in "logic" of previous commit to allow theme=xxxx.css ------------------------------------------------------------------------ r10912 | nkoth | 2007-12-27 00:28:01 +0100 (jeu, 27 déc 2007) | 2 lines [FIX] avoid duplicate comment queue items with similar hash ------------------------------------------------------------------------ r10911 | nkoth | 2007-12-27 00:16:50 +0100 (jeu, 27 déc 2007) | 2 lines [FIX] allow the changing of status/summary/etc... without changing of the title/data (related to previous commit re hash fix) ------------------------------------------------------------------------ r10910 | nkoth | 2007-12-26 23:59:49 +0100 (mer, 26 déc 2007) | 2 lines [FIX] hash must be updated on comment update, otherwise bugs will occur, e.g. user gets stuck on forum topic edit after saving, or other problems caused by more than one comment with same hash. ------------------------------------------------------------------------ r10909 | nkoth | 2007-12-26 22:27:02 +0100 (mer, 26 déc 2007) | 2 lines [MOD] allow plus addressing in email address being validated (common in gmail nowadays). TODO?: make email regex more IETF RFC compliant ------------------------------------------------------------------------ r10908 | pkdille | 2007-12-26 18:27:37 +0100 (mer, 26 déc 2007) | 2 lines [MOD] get_strings:new param tagunused to tag each unused translation with "// ## UNUSED". This gives the possibility, after sorting from the entire language file to easily cleanup some double or triple translations which are very close (eg after mass capitalization) ------------------------------------------------------------------------ r10907 | pkdille | 2007-12-26 11:08:06 +0100 (mer, 26 déc 2007) | 2 lines [MOD] typo ------------------------------------------------------------------------ r10906 | pkdille | 2007-12-26 10:08:11 +0100 (mer, 26 déc 2007) | 2 lines typo ------------------------------------------------------------------------ r10905 | sylvieg | 2007-12-25 18:22:56 +0100 (mar, 25 déc 2007) | 2 lines [FIX]freetag: DIRTY patch: freetag is tagging the object without creating a valid tiki-object ((no href, no name) - so if freetaging occurs on object that does not exist in tiki_object, no way to delete the tagg after. usually tiki-edipage creates the object via the categorize stuff but if the page has been created with import - there is no tiki_object line ->TODO update freetag module + lib to transfer href+name+description ------------------------------------------------------------------------ r10904 | sylvieg | 2007-12-25 18:18:03 +0100 (mar, 25 déc 2007) | 2 lines [FIX]freetag: use the icon instead od del ------------------------------------------------------------------------ r10903 | sylvieg | 2007-12-25 15:42:01 +0100 (mar, 25 déc 2007) | 2 lines [FIX]check the group hase the right case ------------------------------------------------------------------------ r10902 | sylvieg | 2007-12-25 15:28:13 +0100 (mar, 25 déc 2007) | 2 lines [FIX]modules: modules can be used many taime ->index must have ord ------------------------------------------------------------------------ r10901 | sylvieg | 2007-12-24 21:34:13 +0100 (lun, 24 déc 2007) | 2 lines notice+use effectively the cache ------------------------------------------------------------------------ r10900 | sylvieg | 2007-12-24 21:32:33 +0100 (lun, 24 déc 2007) | 2 lines [MOD]multiple print: split the print structure and print pages for usability+ collect only one structure ------------------------------------------------------------------------ r10899 | sylvieg | 2007-12-24 21:15:23 +0100 (lun, 24 déc 2007) | 2 lines html cleaning ------------------------------------------------------------------------ r10898 | sylvieg | 2007-12-24 20:39:50 +0100 (lun, 24 déc 2007) | 2 lines missing escape ------------------------------------------------------------------------ r10897 | sylvieg | 2007-12-24 15:59:47 +0100 (lun, 24 déc 2007) | 2 lines [FIX]tracker: un dropdown with other was bugging the filter + use default calender start/end date ------------------------------------------------------------------------ r10896 | sylvieg | 2007-12-24 00:18:49 +0100 (lun, 24 déc 2007) | 2 lines [FIX]newsletter: if enter only a txt part to a newsletter, copy the txt to the html to at least do not show an empty newsletter for html mail reader ------------------------------------------------------------------------ r10895 | sylvieg | 2007-12-24 00:07:41 +0100 (lun, 24 déc 2007) | 2 lines more explicit msg for the txt version of the newsletter ------------------------------------------------------------------------ r10894 | sylvieg | 2007-12-23 22:52:52 +0100 (dim, 23 déc 2007) | 2 lines notice ------------------------------------------------------------------------ r10893 | mose | 2007-12-23 18:11:21 +0100 (dim, 23 déc 2007) | 2 lines [NEW] release-check : porting from 1.9 ------------------------------------------------------------------------ r10892 | sylvieg | 2007-12-23 13:11:22 +0100 (dim, 23 déc 2007) | 2 lines [FIX]trackerlist: new param sort that enables to follow or not the fields order given by the param - introduce for compatibility with 1.9 - please people using already this feature in 1.10 add sort=y ------------------------------------------------------------------------ r10891 | sylvieg | 2007-12-23 12:21:08 +0100 (dim, 23 déc 2007) | 2 lines [FIX]intertiki: users_details transfer mroe info as dble click than user_info ------------------------------------------------------------------------ r10890 | jyhem | 2007-12-23 02:27:09 +0100 (dim, 23 déc 2007) | 2 lines [FIX] Typo ------------------------------------------------------------------------ r10889 | jyhem | 2007-12-23 02:10:30 +0100 (dim, 23 déc 2007) | 2 lines [FIX] Some corrections, mostly typos ------------------------------------------------------------------------ r10888 | pkdille | 2007-12-23 00:46:44 +0100 (dim, 23 déc 2007) | 2 lines [MOD] translation: some more french translations ------------------------------------------------------------------------ r10887 | pkdille | 2007-12-23 00:28:32 +0100 (dim, 23 déc 2007) | 2 lines [FIX] typo ------------------------------------------------------------------------ r10886 | pkdille | 2007-12-22 23:32:26 +0100 (sam, 22 déc 2007) | 2 lines [MOD] trasnaltion: get_strings + some translations on french file ------------------------------------------------------------------------ r10885 | nkoth | 2007-12-22 23:07:47 +0100 (sam, 22 déc 2007) | 2 lines [FIX] prevent forum pruning from removing comments also ------------------------------------------------------------------------ r10884 | nkoth | 2007-12-22 22:59:41 +0100 (sam, 22 déc 2007) | 2 lines [FIX] clean up auto-pruning of forums by age, which before was insanely risky. Also, remove forum posts by calling the function instead of directly. ------------------------------------------------------------------------ r10883 | nkoth | 2007-12-22 22:01:31 +0100 (sam, 22 déc 2007) | 2 lines [FIX] removing comments of object being removed is not as simple as wiping out records from tiki_comments db table. Need to call proper function. ------------------------------------------------------------------------ r10882 | nkoth | 2007-12-22 19:52:58 +0100 (sam, 22 déc 2007) | 2 lines [MOD] Make links to wiki pages from comments and forum survive page renames ------------------------------------------------------------------------ r10881 | pkdille | 2007-12-22 12:14:20 +0100 (sam, 22 déc 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r10880 | mose | 2007-12-22 02:56:52 +0100 (sam, 22 déc 2007) | 2 lines [SEC] various security fixes, ported from 1.9 branch. quick protection if you cannot upgrade is disable edit css, games feature, galaxia, and erase tiki-listmovies.php ------------------------------------------------------------------------ r10879 | sylvieg | 2007-12-21 20:37:47 +0100 (ven, 21 déc 2007) | 2 lines [FIX]html_select_date use the default start_year, end_year prefs ------------------------------------------------------------------------ r10878 | pkdille | 2007-12-21 10:12:34 +0100 (ven, 21 déc 2007) | 2 lines [MOD] Some french translations improving ------------------------------------------------------------------------ r10875 | nkoth | 2007-12-20 01:21:49 +0100 (jeu, 20 déc 2007) | 2 lines [FIX] The original option of combining freetags on approval makes it very difficult to remove freetags. Instead, to copy any new freetags in approved into tags field of staging when editing. ------------------------------------------------------------------------ r10874 | nkoth | 2007-12-20 00:27:09 +0100 (jeu, 20 déc 2007) | 2 lines [MOD] allow specifying of forumId(s) in most read topics ------------------------------------------------------------------------ r10873 | nkoth | 2007-12-19 23:55:24 +0100 (mer, 19 déc 2007) | 2 lines [MOD] add redirect back to parent at the end of forum post/edit so that request is a GET instead of POST to allow bookmarking and better browser handling ------------------------------------------------------------------------ r10872 | sylvieg | 2007-12-19 23:50:15 +0100 (mer, 19 déc 2007) | 2 lines [FIX]categ: tiki_p_admin_categ musr give all the perms - so until we fix all this perms setting - one more query for lazy people that set only admin perm ------------------------------------------------------------------------ r10871 | ricks99 | 2007-12-19 23:32:26 +0100 (mer, 19 déc 2007) | 2 lines disable lost edit protetion when viewing categories ------------------------------------------------------------------------ r10870 | nkoth | 2007-12-19 23:31:15 +0100 (mer, 19 déc 2007) | 2 lines [FIX] when editing forum reply or comment, must show contents even if "forum replies are empty" feature is on. ------------------------------------------------------------------------ r10869 | nkoth | 2007-12-19 21:47:59 +0100 (mer, 19 déc 2007) | 2 lines [MOD] return parentId as well (useful in flat forums) ------------------------------------------------------------------------ r10868 | nkoth | 2007-12-19 21:43:01 +0100 (mer, 19 déc 2007) | 2 lines [MOD] add column for date of post for mytiki forum thread lists ------------------------------------------------------------------------ r10867 | nkoth | 2007-12-19 21:25:16 +0100 (mer, 19 déc 2007) | 2 lines [MOD] return title of parent comment as well in info about user comments (useful in flat forums) ------------------------------------------------------------------------ r10866 | marclaporte | 2007-12-19 20:58:44 +0100 (mer, 19 déc 2007) | 2 lines [DOC] Adding some notes to htaccess file, like in 1.9.x ------------------------------------------------------------------------ r10865 | sylvieg | 2007-12-19 19:50:44 +0100 (mer, 19 déc 2007) | 2 lines [FIX]modules: missing overlib init ------------------------------------------------------------------------ r10864 | marclaporte | 2007-12-19 18:14:47 +0100 (mer, 19 déc 2007) | 2 lines typo ------------------------------------------------------------------------ r10863 | marclaporte | 2007-12-19 17:54:07 +0100 (mer, 19 déc 2007) | 2 lines [FIX] Cosmetic: removing leading space in upcoming event module. ------------------------------------------------------------------------ r10862 | sylvieg | 2007-12-19 17:34:59 +0100 (mer, 19 déc 2007) | 2 lines [FIX]article perm: to have the same behavior in tiki-view_article and in tiki-read_article: If a user has tiki_p_read_article but not tiki_p_read_topic - if the article has a topic but the topic has no special perm - then the user can read the article - as told in doc.tw.org ------------------------------------------------------------------------ r10861 | sylvieg | 2007-12-19 17:11:26 +0100 (mer, 19 déc 2007) | 2 lines [FIX]article: do not add a hit if you can read the article ------------------------------------------------------------------------ r10860 | sylvieg | 2007-12-19 17:00:23 +0100 (mer, 19 déc 2007) | 2 lines [FIX]article: display the key in green/or yellow like in other place ------------------------------------------------------------------------ r10859 | marclaporte | 2007-12-19 16:38:15 +0100 (mer, 19 déc 2007) | 2 lines [DB] Merge up from 1.9.x of 2 database operations for upgrades. Please see http://doc.tikiwiki.org/Upgrade+1.9.x+to+1.10.y ------------------------------------------------------------------------ r10858 | nkoth | 2007-12-19 05:34:19 +0100 (mer, 19 déc 2007) | 2 lines [FIX] finally, proper wiki_paragraph_formatting in presence of divs created by plugins ------------------------------------------------------------------------ r10857 | nkoth | 2007-12-19 05:24:26 +0100 (mer, 19 déc 2007) | 2 lines [FIX] wiki_paragraph_formatting_br should adding line break in the event of start of nested div from plugins ------------------------------------------------------------------------ r10856 | sylvieg | 2007-12-19 00:03:15 +0100 (mer, 19 déc 2007) | 2 lines [FIX]trackerstat: big mixed up with isPublic and isHidden ------------------------------------------------------------------------ r10855 | pkdille | 2007-12-18 23:30:00 +0100 (mar, 18 déc 2007) | 2 lines [FIX] html code: one more onClick ------------------------------------------------------------------------ r10854 | nkoth | 2007-12-18 21:02:40 +0100 (mar, 18 déc 2007) | 2 lines [FIX] wiki_paragraph_formatting must close paragraph before end of div created by plugins, other bad XHTML will arise. [FIX] wiki_paragraph_formatting_add_br should not add line break if line is a closing div otherwise extra space will appear ------------------------------------------------------------------------ r10853 | pkdille | 2007-12-18 17:47:46 +0100 (mar, 18 déc 2007) | 2 lines [LANG] some french translation fix ------------------------------------------------------------------------ r10852 | pkdille | 2007-12-18 16:51:46 +0100 (mar, 18 déc 2007) | 2 lines [FIX] html code: onclick instead onClick ------------------------------------------------------------------------ r10851 | sylvieg | 2007-12-18 15:39:47 +0100 (mar, 18 déc 2007) | 2 lines [FIX]update list of params in help ------------------------------------------------------------------------ r10850 | nkoth | 2007-12-18 15:08:59 +0100 (mar, 18 déc 2007) | 2 lines [MOD] usability: after clicking save when editing forum, should still be editing same forum (instead of new forum) ------------------------------------------------------------------------ r10849 | nkoth | 2007-12-18 02:06:44 +0100 (mar, 18 déc 2007) | 2 lines [NEW] allow theme=xxxxx.css parameter for modules. Works similar to the section=, and page=, parameters. ------------------------------------------------------------------------ r10848 | nkoth | 2007-12-17 20:07:24 +0100 (lun, 17 déc 2007) | 2 lines [FIX] semaphore must be based on un-urlencoded page, otherwise will not be erased on pageedit cancel. [MOD] add better errortitle for page being edited message. ------------------------------------------------------------------------ r10847 | sylvieg | 2007-12-17 19:48:22 +0100 (lun, 17 déc 2007) | 2 lines [FIX]comment: save in notepad seems not to exist in wiki?? -> do not show the button ------------------------------------------------------------------------ r10846 | sylvieg | 2007-12-17 19:20:46 +0100 (lun, 17 déc 2007) | 2 lines [FIX]comment: the plain style do not show identation ------------------------------------------------------------------------ r10845 | nkoth | 2007-12-17 18:47:21 +0100 (lun, 17 déc 2007) | 2 lines [FIX] in xhtml, id are not supposed to start with digit, but must be character ------------------------------------------------------------------------ r10844 | nkoth | 2007-12-17 18:29:32 +0100 (lun, 17 déc 2007) | 2 lines [MOD] the new option to still add line breaks within paras when "use paragraph formatting" feature is on should add only when line is within para ------------------------------------------------------------------------ r10843 | nkoth | 2007-12-17 18:25:21 +0100 (lun, 17 déc 2007) | 2 lines [FIX] divs created by plugins should not be enclosed by para (won't validate XHTML) ------------------------------------------------------------------------ r10842 | nkoth | 2007-12-17 17:12:38 +0100 (lun, 17 déc 2007) | 2 lines [NEW] option to still add line breaks within paras when "use paragraph formatting" feature is on ------------------------------------------------------------------------ r10841 | sylvieg | 2007-12-17 15:42:20 +0100 (lun, 17 déc 2007) | 2 lines notice ------------------------------------------------------------------------ r10840 | sylvieg | 2007-12-17 12:59:42 +0100 (lun, 17 déc 2007) | 2 lines [FIX] do not export empty email ------------------------------------------------------------------------ r10839 | sylvieg | 2007-12-17 12:53:34 +0100 (lun, 17 déc 2007) | 2 lines [MOD]newletter: can be able to export email ------------------------------------------------------------------------ r10838 | luciash | 2007-12-16 17:22:11 +0100 (dim, 16 déc 2007) | 2 lines [FIX] if sort by filesize is set while browsing images it needs to be read from tiki_image_data table + corrected prev/next image browsing [bug1345] [bug1399] ------------------------------------------------------------------------ r10837 | nkoth | 2007-12-16 00:29:43 +0100 (dim, 16 déc 2007) | 2 lines [FIX] query error due to bracket closing problem ------------------------------------------------------------------------ r10836 | nkoth | 2007-12-15 20:31:46 +0100 (sam, 15 déc 2007) | 2 lines [FIX] set default language otherwise will be first in list (usu Arabic) which if accidentally saved looks really bad ------------------------------------------------------------------------ r10835 | nkoth | 2007-12-15 19:32:29 +0100 (sam, 15 déc 2007) | 2 lines [MOS] augment help info ------------------------------------------------------------------------ r10834 | nkoth | 2007-12-15 19:24:06 +0100 (sam, 15 déc 2007) | 2 lines [MOD] clean up prev commit ------------------------------------------------------------------------ r10833 | nkoth | 2007-12-15 19:22:39 +0100 (sam, 15 déc 2007) | 2 lines [MOD] provide title of forum post/topic without the front part indicating the forum in case some templates want it this way ------------------------------------------------------------------------ r10832 | nkoth | 2007-12-15 18:59:40 +0100 (sam, 15 déc 2007) | 2 lines [MOD] add forum rankings of "last replied to topics" vs. just "last topics" ------------------------------------------------------------------------ r10831 | luciash | 2007-12-15 05:31:28 +0100 (sam, 15 déc 2007) | 2 lines [FIX] searchresults vs searchindex condition ------------------------------------------------------------------------ r10830 | luciash | 2007-12-15 03:44:51 +0100 (sam, 15 déc 2007) | 2 lines [FIX] don't bother to count pages and display Page: 1/0 when no results ------------------------------------------------------------------------ r10829 | luciash | 2007-12-15 02:31:42 +0100 (sam, 15 déc 2007) | 2 lines [FIX] don't bother to count pages and display Page: 1/0 when no results ------------------------------------------------------------------------ r10828 | nkoth | 2007-12-15 01:26:00 +0100 (sam, 15 déc 2007) | 2 lines [MOD] allow user to set watch on follow-ups on his topic when posting new topic ------------------------------------------------------------------------ r10827 | sylvieg | 2007-12-14 17:44:42 +0100 (ven, 14 déc 2007) | 2 lines function name change - thx marc ------------------------------------------------------------------------ r10826 | sylvieg | 2007-12-14 17:42:07 +0100 (ven, 14 déc 2007) | 2 lines [MOD]article: csv import ------------------------------------------------------------------------ r10825 | sylvieg | 2007-12-14 17:00:38 +0100 (ven, 14 déc 2007) | 2 lines [FIX] tracker plugin: take away -some accents- to have a better sort of countries ------------------------------------------------------------------------ r10824 | sylvieg | 2007-12-14 16:31:06 +0100 (ven, 14 déc 2007) | 2 lines [FIX]tracker plugin: sort the countries when language is not en ------------------------------------------------------------------------ r10823 | marclaporte | 2007-12-14 15:45:08 +0100 (ven, 14 déc 2007) | 2 lines [FIX]Grammar fix in French ------------------------------------------------------------------------ r10822 | pkdille | 2007-12-14 15:04:01 +0100 (ven, 14 déc 2007) | 2 lines [MOD] view tracker: more logical to have first checkbox for selecting (in the alignment from "all" chekbox on table first row) and in second the cross to delete individual items ------------------------------------------------------------------------ r10821 | sylvieg | 2007-12-14 14:32:24 +0100 (ven, 14 déc 2007) | 2 lines html ------------------------------------------------------------------------ r10820 | nkoth | 2007-12-14 00:33:28 +0100 (ven, 14 déc 2007) | 2 lines [MOD] add admin of user defaults for My Tiki forum topics and replies ------------------------------------------------------------------------ r10819 | nkoth | 2007-12-14 00:24:48 +0100 (ven, 14 déc 2007) | 2 lines [MOD] Show my forum topics, and my forum replies under My Tiki. (Not done for Mootools yet - help/instruction will be appreciated) ------------------------------------------------------------------------ r10818 | sylvieg | 2007-12-13 21:49:21 +0100 (jeu, 13 déc 2007) | 2 lines [FIX]plugin tracker: must prefilled the selector fields even if not used un the tracker to be able to do join for displayed fields ------------------------------------------------------------------------ r10817 | sylvieg | 2007-12-13 20:37:18 +0100 (jeu, 13 déc 2007) | 2 lines oops ------------------------------------------------------------------------ r10816 | sylvieg | 2007-12-13 20:35:54 +0100 (jeu, 13 déc 2007) | 2 lines notice ------------------------------------------------------------------------ r10815 | sylvieg | 2007-12-13 19:53:57 +0100 (jeu, 13 déc 2007) | 2 lines notice ------------------------------------------------------------------------ r10814 | sylvieg | 2007-12-13 16:51:19 +0100 (jeu, 13 déc 2007) | 2 lines [FIX]tracker stat: header field ------------------------------------------------------------------------ r10813 | sylvieg | 2007-12-13 16:32:17 +0100 (jeu, 13 déc 2007) | 2 lines [FIX]tracker stat: header field ------------------------------------------------------------------------ r10812 | sylvieg | 2007-12-13 15:47:58 +0100 (jeu, 13 déc 2007) | 2 lines [FIX]tracker plugin: interpret items list in preview mode + item link shows additional fields ------------------------------------------------------------------------ r10811 | sylvieg | 2007-12-13 03:35:46 +0100 (jeu, 13 déc 2007) | 2 lines [FIX]tracker: some checking about the vlue of status to not create cache that are never updated ------------------------------------------------------------------------ r10810 | sylvieg | 2007-12-13 03:02:20 +0100 (jeu, 13 déc 2007) | 2 lines oops ------------------------------------------------------------------------ r10809 | sylvieg | 2007-12-13 02:57:25 +0100 (jeu, 13 déc 2007) | 2 lines [FIX]tracker plugin: if checkbox field - and field is biot checked - put a value 'n' instead of '' to do the same than tiki-view_tracker to 1) can be able to repalce a value if (one otem per user/IP) 2) do not break stat ------------------------------------------------------------------------ r10808 | nkoth | 2007-12-13 00:45:51 +0100 (jeu, 13 déc 2007) | 2 lines [MOD] allow anonymous users to provide a name when commenting or posting to forum. If provided, the name will be "Name Provided (not registered)" instead of "Anonymous". ------------------------------------------------------------------------ r10807 | sylvieg | 2007-12-13 00:36:59 +0100 (jeu, 13 déc 2007) | 2 lines [FIX]stat: ispublic has moer value now ------------------------------------------------------------------------ r10806 | sylvieg | 2007-12-12 22:49:47 +0100 (mer, 12 déc 2007) | 2 lines [FIX] rollback the filter on isPublic + IP back ------------------------------------------------------------------------ r10805 | sylvieg | 2007-12-12 22:46:27 +0100 (mer, 12 déc 2007) | 2 lines [FIX]freetags: put the info at the top of the td ------------------------------------------------------------------------ r10804 | nkoth | 2007-12-12 22:23:57 +0100 (mer, 12 déc 2007) | 2 lines [MOD] Instead of "possible file attack" message, use a more friendly "You are not allowed to upload this type of file" ------------------------------------------------------------------------ r10803 | nkoth | 2007-12-12 21:33:20 +0100 (mer, 12 déc 2007) | 2 lines [FIX] preview of forum post sticks around on cancel, so need to do a clean cancel. Also, make cancel work when javascript is disabled/ ------------------------------------------------------------------------ r10802 | sylvieg | 2007-12-12 19:18:57 +0100 (mer, 12 déc 2007) | 2 lines better to use a fucntion for sefurl (dreamin about an object model) ------------------------------------------------------------------------ r10801 | sylvieg | 2007-12-12 18:34:41 +0100 (mer, 12 déc 2007) | 2 lines [MOD]sefurl: job on the way ------------------------------------------------------------------------ r10800 | sylvieg | 2007-12-12 18:13:33 +0100 (mer, 12 déc 2007) | 2 lines [MOD]tracker plugin: new param preview that allows to have a preview stage where the computed fields are computed ------------------------------------------------------------------------ r10799 | pkdille | 2007-12-12 18:05:45 +0100 (mer, 12 déc 2007) | 2 lines [MOD] lastchanges: button highlighting ------------------------------------------------------------------------ r10798 | nkoth | 2007-12-12 18:00:27 +0100 (mer, 12 déc 2007) | 2 lines [FIX] back to forums list was not showing when quickjump feature is off ------------------------------------------------------------------------ r10797 | pkdille | 2007-12-12 17:49:59 +0100 (mer, 12 déc 2007) | 2 lines [FIX] + [MOD] user tasks: fix find tool which was not working. Put the find function on top of table as everywhere else in tiki, force vertical alignment for dropdown and go button to bottom, put empty trash button with linkbut buttons ------------------------------------------------------------------------ r10796 | nkoth | 2007-12-12 17:02:12 +0100 (mer, 12 déc 2007) | 2 lines [FIX] when previewing a new reply to forum post, i.e. a new message vs reply to former reply, do not suddenly switch heading to "Reply to this..." from "Post new message" ------------------------------------------------------------------------ r10795 | nkoth | 2007-12-12 16:33:42 +0100 (mer, 12 déc 2007) | 2 lines [FIX] even if "forum reply is blank" feature is on, previews should preserve reply content ------------------------------------------------------------------------ r10794 | sylvieg | 2007-12-12 15:36:10 +0100 (mer, 12 déc 2007) | 2 lines [FIX]tracker: button to fields for a new created tracker ------------------------------------------------------------------------ r10793 | pkdille | 2007-12-12 15:26:01 +0100 (mer, 12 déc 2007) | 2 lines [FIX] user tasks: little mistake ------------------------------------------------------------------------ r10792 | sylvieg | 2007-12-12 15:07:21 +0100 (mer, 12 déc 2007) | 2 lines [FIX]tracker: show also the perm button if no perms to have an easy way to add perm ------------------------------------------------------------------------ r10791 | pkdille | 2007-12-12 11:21:25 +0100 (mer, 12 déc 2007) | 2 lines [MOD] lastchanges : when available print real user name as a link ------------------------------------------------------------------------ r10790 | pkdille | 2007-12-12 08:58:18 +0100 (mer, 12 déc 2007) | 2 lines [MOD] typo ------------------------------------------------------------------------ r10789 | nkoth | 2007-12-12 01:33:55 +0100 (mer, 12 déc 2007) | 2 lines [MOD] make "new topic" button work even when javascript is off. Also, when canceling edit, if possible, not just hide form but scroll to top of page as well. ------------------------------------------------------------------------ r10788 | nkoth | 2007-12-12 01:09:41 +0100 (mer, 12 déc 2007) | 2 lines [FIX] initialize tiki_cookie_jar always, to avoid those tiki_cookie_jar not defined javascript errors ------------------------------------------------------------------------ r10787 | pkdille | 2007-12-11 23:42:54 +0100 (mar, 11 déc 2007) | 2 lines [MOD] userfiles: Fix two mistakes and change the horizontal space usage bar from table to div. Change the space usage text for admin user (which has in fact no space limit). Give to the other users their usage in Mb (not only the ratio) ------------------------------------------------------------------------ r10786 | nkoth | 2007-12-11 23:32:18 +0100 (mar, 11 déc 2007) | 2 lines [MOD] more getting rid of calling forum posts comments ------------------------------------------------------------------------ r10785 | nkoth | 2007-12-11 23:28:15 +0100 (mar, 11 déc 2007) | 2 lines [MOD] don't use the word "comment" to refer to forum posts ------------------------------------------------------------------------ r10784 | nkoth | 2007-12-11 23:22:28 +0100 (mar, 11 déc 2007) | 2 lines [FIX] when user clicks on "edit new", or whatever that sets openpost, it should show post form. ------------------------------------------------------------------------ r10783 | nkoth | 2007-12-11 19:47:43 +0100 (mar, 11 déc 2007) | 2 lines [MOD] add different subject for notifications of wiki page commented, instead of using the one for page changed ------------------------------------------------------------------------ r10782 | nkoth | 2007-12-11 19:35:04 +0100 (mar, 11 déc 2007) | 2 lines [MOD] add different subject for notifications of wiki page commented, instead of using the one for page changed ------------------------------------------------------------------------ r10780 | jyhem | 2007-12-11 19:19:54 +0100 (mar, 11 déc 2007) | 2 lines [MOD] Mass captilazation ------------------------------------------------------------------------ r10779 | nkoth | 2007-12-11 18:35:51 +0100 (mar, 11 déc 2007) | 2 lines [FIX] cleanup html ------------------------------------------------------------------------ r10778 | sylvieg | 2007-12-11 18:28:28 +0100 (mar, 11 déc 2007) | 2 lines [FIX]tracker: quick fix. The notification must be sent email per email not to have a receiver seen the list of emails: todo: use the langauge and the mail pref of the user ------------------------------------------------------------------------ r10777 | nkoth | 2007-12-11 18:15:35 +0100 (mar, 11 déc 2007) | 2 lines [FIX] if not forum_mode, use defaultRows set in tiki-view_forum_thread.php and not the one here ------------------------------------------------------------------------ r10776 | nkoth | 2007-12-11 17:59:30 +0100 (mar, 11 déc 2007) | 2 lines [FIX] labels ------------------------------------------------------------------------ r10775 | nkoth | 2007-12-11 17:41:24 +0100 (mar, 11 déc 2007) | 2 lines [MOD] allow admin to set default rows to use for textareas in consistent manner using stuff in textareasize.php (help is appreciated to do for rest of features) ------------------------------------------------------------------------ r10774 | nkoth | 2007-12-11 17:05:31 +0100 (mar, 11 déc 2007) | 2 lines [FIX] if prefs syntax is 1.9, should apply deprecated pref reapply, right? ------------------------------------------------------------------------ r10773 | pkdille | 2007-12-11 16:27:02 +0100 (mar, 11 déc 2007) | 2 lines [MOD] my tiki: harmonizing all sections layout and limiting actions column width ------------------------------------------------------------------------ r10772 | nkoth | 2007-12-11 16:01:43 +0100 (mar, 11 déc 2007) | 2 lines [MOD] do not show category for approved pages in category list if this is a staging page ------------------------------------------------------------------------ r10771 | sylvieg | 2007-12-11 15:54:59 +0100 (mar, 11 déc 2007) | 2 lines [FIX]tracker plugin: unheader was creating and empty tr just below ------------------------------------------------------------------------ r10770 | pkdille | 2007-12-11 15:26:59 +0100 (mar, 11 déc 2007) | 2 lines [FIX] browse image gallerry: one attribute closing missing ------------------------------------------------------------------------ r10769 | sylvieg | 2007-12-11 15:06:12 +0100 (mar, 11 déc 2007) | 2 lines [FIX]fagl: unused param that was breaking the optional params list ------------------------------------------------------------------------ r10768 | pkdille | 2007-12-11 14:05:40 +0100 (mar, 11 déc 2007) | 2 lines [MOD] navbar buttons: change the highlight behaviour. It is no more just the text string which is highlighted but the whole linkbut class. This is mainly noticeable in styles where there's a border and a padding around linkbut (hec theme for example) ------------------------------------------------------------------------ r10767 | pkdille | 2007-12-11 13:49:55 +0100 (mar, 11 déc 2007) | 2 lines [MOD] browse freetags: indenting code before changing highlighting of navbar buttons - no code changes ------------------------------------------------------------------------ r10766 | sampaioprimo | 2007-12-11 13:30:12 +0100 (mar, 11 déc 2007) | 2 lines translayion to pt-br ------------------------------------------------------------------------ r10765 | sylvieg | 2007-12-10 23:31:38 +0100 (lun, 10 déc 2007) | 2 lines [FIX] do not ask for confirmation when clicking on the help show plugins ------------------------------------------------------------------------ r10764 | sylvieg | 2007-12-10 23:23:40 +0100 (lun, 10 déc 2007) | 2 lines [FIX]user: need to see the assign button for the user admin (to at least put him in the group Admins to have plugin like GROUP working) ------------------------------------------------------------------------ r10763 | pkdille | 2007-12-10 22:29:18 +0100 (lun, 10 déc 2007) | 2 lines [FIX] view blog: missing div closing for navbar ------------------------------------------------------------------------ r10762 | pkdille | 2007-12-10 22:28:08 +0100 (lun, 10 déc 2007) | 2 lines [MOD] indenting code in order to find an html bug - no changes ------------------------------------------------------------------------ r10761 | pkdille | 2007-12-10 22:07:44 +0100 (lun, 10 déc 2007) | 2 lines [MOD] blog : there's not need to print Description title and div if the blog desc is empty ------------------------------------------------------------------------ r10760 | sylvieg | 2007-12-10 22:01:21 +0100 (lun, 10 déc 2007) | 2 lines [FIX]perm: anonymous were not able to see categorized objects ------------------------------------------------------------------------ r10759 | sylvieg | 2007-12-10 19:59:18 +0100 (lun, 10 déc 2007) | 2 lines [FIX]tracker plugin: if no fields in the params, filter on public+ a div around radio option to be able to put option on different lines ------------------------------------------------------------------------ r10758 | jonnybradley | 2007-12-10 19:18:26 +0100 (lun, 10 déc 2007) | 2 lines [FIX] : Don't write out the title attribute here as usually it has been specified already in the template (leading to no tooltip at all and non-compliance with xhtml) ------------------------------------------------------------------------ r10757 | jonnybradley | 2007-12-10 18:16:33 +0100 (lun, 10 déc 2007) | 2 lines [FIX] : missing column (admin) on user_permissions insert (mysql version tested only) ------------------------------------------------------------------------ r10756 | nkoth | 2007-12-10 17:26:20 +0100 (lun, 10 déc 2007) | 2 lines [MOD] add notice to user that new staging pages not approved before has to manually moved to cat for approved pages to approve for first time ------------------------------------------------------------------------ r10755 | sylvieg | 2007-12-10 17:14:00 +0100 (lun, 10 déc 2007) | 2 lines [MOD]pref pref_syntax to have easy transition 1.9 to 1.10 ------------------------------------------------------------------------ r10754 | sylvieg | 2007-12-10 16:18:38 +0100 (lun, 10 déc 2007) | 2 lines [FIX]wikiHomePage name must changed in a rename page ------------------------------------------------------------------------ r10753 | sylvieg | 2007-12-10 15:34:55 +0100 (lun, 10 déc 2007) | 2 lines notice ------------------------------------------------------------------------ r10752 | sylvieg | 2007-12-10 15:31:33 +0100 (lun, 10 déc 2007) | 2 lines [FIX]rename page: view button more explicit ------------------------------------------------------------------------ r10751 | pkdille | 2007-12-09 22:26:51 +0100 (dim, 09 déc 2007) | 2 lines [FIX] user preferences: Fix the case where the user changes his theme and selects "Site Default". Before this fix just after clicking "change preferences", tiki was without any style and needeed a second page reload. ------------------------------------------------------------------------ r10750 | nkoth | 2007-12-09 20:38:24 +0100 (dim, 09 déc 2007) | 2 lines [MOD] improve queries in last commit to check for object type (even though the only object type now that have full name is wiki pages) ------------------------------------------------------------------------ r10749 | nkoth | 2007-12-09 20:17:57 +0100 (dim, 09 déc 2007) | 2 lines [MOD] wiki rankings now allow categId param to filter by categories ------------------------------------------------------------------------ r10748 | nkoth | 2007-12-09 19:10:26 +0100 (dim, 09 déc 2007) | 2 lines [MOD] wiki rankings should not show staging pages ------------------------------------------------------------------------ r10747 | pkdille | 2007-12-09 17:56:15 +0100 (dim, 09 déc 2007) | 2 lines [FIX] mytiki-mootools: deleting an href which is not needed ------------------------------------------------------------------------ r10746 | pkdille | 2007-12-09 17:50:00 +0100 (dim, 09 déc 2007) | 2 lines [FIX] my tiki: my tiki versus mootools requires also ajax feature to work ------------------------------------------------------------------------ r10745 | pkdille | 2007-12-09 17:47:05 +0100 (dim, 09 déc 2007) | 2 lines [MOD] my tiki: code indenting, no changes ------------------------------------------------------------------------ r10744 | frank_p | 2007-12-09 17:04:07 +0100 (dim, 09 déc 2007) | 2 lines [FIX] mouseover image not show ------------------------------------------------------------------------ r10743 | pkdille | 2007-12-09 09:58:18 +0100 (dim, 09 déc 2007) | 2 lines [FIX] user preferences: Cleaning code in order to be XHTML 1.0 transitionnal valid. Debugging "Site Default" theme option ------------------------------------------------------------------------ r10742 | pkdille | 2007-12-09 09:55:30 +0100 (dim, 09 déc 2007) | 2 lines [MOD] Indenting code before debugging - no changes ------------------------------------------------------------------------ r10741 | nkoth | 2007-12-08 22:54:38 +0100 (sam, 08 déc 2007) | 2 lines [MOD] statistics table for objects now have links to the object ------------------------------------------------------------------------ r10740 | nkoth | 2007-12-08 22:09:31 +0100 (sam, 08 déc 2007) | 2 lines [MOD] do not show in statistics tables those columns that have been set to view off ------------------------------------------------------------------------ r10739 | nkoth | 2007-12-08 21:27:34 +0100 (sam, 08 déc 2007) | 2 lines [MOD] add table to show action statistics by object ------------------------------------------------------------------------ r10738 | nkoth | 2007-12-08 20:20:52 +0100 (sam, 08 déc 2007) | 2 lines [MOD] add total number of users under users table ------------------------------------------------------------------------ r10737 | nkoth | 2007-12-08 18:59:57 +0100 (sam, 08 déc 2007) | 2 lines [FIX] typo tiki_p_admin -> $tiki_p_admin ------------------------------------------------------------------------ r10736 | nkoth | 2007-12-08 18:15:43 +0100 (sam, 08 déc 2007) | 2 lines clean up previous commit ------------------------------------------------------------------------ r10735 | nkoth | 2007-12-08 18:13:03 +0100 (sam, 08 déc 2007) | 2 lines [MOD] pre-populate tags of original page if this is the first creation of a staging page. ------------------------------------------------------------------------ r10734 | nkoth | 2007-12-08 17:48:06 +0100 (sam, 08 déc 2007) | 2 lines [MOD] pre-populate categories of original page if this is the first creation of a staging page. ------------------------------------------------------------------------ r10733 | pkdille | 2007-12-08 17:31:18 +0100 (sam, 08 déc 2007) | 2 lines [MOD] get_strings + some french translations ------------------------------------------------------------------------ r10732 | pkdille | 2007-12-08 17:03:59 +0100 (sam, 08 déc 2007) | 2 lines typo ------------------------------------------------------------------------ r10731 | marclaporte | 2007-12-08 16:45:02 +0100 (sam, 08 déc 2007) | 2 lines [DOC] Updating links to the documentation ------------------------------------------------------------------------ r10730 | marclaporte | 2007-12-08 15:57:28 +0100 (sam, 08 déc 2007) | 2 lines [REM] removing old sql stuff from db/ dir that has no more use ------------------------------------------------------------------------ r10729 | sylvieg | 2007-12-08 13:53:18 +0100 (sam, 08 déc 2007) | 2 lines missing column ------------------------------------------------------------------------ r10728 | marclaporte | 2007-12-08 13:28:54 +0100 (sam, 08 déc 2007) | 2 lines [REM] removing old sql stuff from db/ dir that has no more use ------------------------------------------------------------------------ r10727 | marclaporte | 2007-12-08 13:19:48 +0100 (sam, 08 déc 2007) | 2 lines [DOC] Porting the improvements in the instructions from BRANCH-1-9, notably tips about shared hosting context. ------------------------------------------------------------------------ r10726 | sylvieg | 2007-12-08 12:57:54 +0100 (sam, 08 déc 2007) | 2 lines [FIX]menu: some fix around sefurl ------------------------------------------------------------------------ r10725 | marclaporte | 2007-12-08 12:12:00 +0100 (sam, 08 déc 2007) | 2 lines [DOC] Like in BRANCH-1-9, simplify/improve the installation documentation. Divided in FTP vs SSH section. Removed the SSH details because the ones in setup.sh are better. ------------------------------------------------------------------------ r10724 | sylvieg | 2007-12-08 12:01:28 +0100 (sam, 08 déc 2007) | 2 lines notice ------------------------------------------------------------------------ r10723 | sylvieg | 2007-12-08 11:12:11 +0100 (sam, 08 déc 2007) | 2 lines [MOD]forum: multiple checkbox for delete ------------------------------------------------------------------------ r10722 | sylvieg | 2007-12-08 10:27:38 +0100 (sam, 08 déc 2007) | 2 lines [FIX] oops ------------------------------------------------------------------------ r10721 | mose | 2007-12-08 06:08:03 +0100 (sam, 08 déc 2007) | 2 lines [REM] removing old sql stuff from db/ dir that has no more use ------------------------------------------------------------------------ r10720 | mose | 2007-12-08 05:58:15 +0100 (sam, 08 déc 2007) | 2 lines [REM] removing debug/test/obsolete files that should not be here ------------------------------------------------------------------------ r10719 | mose | 2007-12-08 04:59:50 +0100 (sam, 08 déc 2007) | 2 lines [REM] pdf-export: removed pdf generation feature, as it is misfunctionnal and unusable, and moving to mods 14Mb of code (pdf button is just commented out for now) ------------------------------------------------------------------------ r10718 | nkoth | 2007-12-08 02:57:31 +0100 (sam, 08 déc 2007) | 2 lines [MOD] freetag listing to not include staging pages ------------------------------------------------------------------------ r10717 | nkoth | 2007-12-08 00:19:47 +0100 (sam, 08 déc 2007) | 2 lines [FIX] make cycle advance work correctly across table row styles ------------------------------------------------------------------------ r10716 | nkoth | 2007-12-07 23:53:11 +0100 (ven, 07 déc 2007) | 2 lines [FIX] make sure staging has edits after last edit time of approved page ------------------------------------------------------------------------ r10715 | nkoth | 2007-12-07 23:39:30 +0100 (ven, 07 déc 2007) | 2 lines [FIX] should just commit final version if no versions in history found before last update of approved copy ------------------------------------------------------------------------ r10714 | pkdille | 2007-12-07 23:23:53 +0100 (ven, 07 déc 2007) | 2 lines [FIX] quicktags: fixing some tags which where not closed or closed at the wrong place. Delete the comment in the javascript area which was (I guess) for the javascript compatibility with old browsers; should no more be usefull ------------------------------------------------------------------------ r10713 | pkdille | 2007-12-07 23:18:09 +0100 (ven, 07 déc 2007) | 2 lines [FIX] freetag: script has to be in a td in order to allow html validation ------------------------------------------------------------------------ r10712 | pkdille | 2007-12-07 23:09:18 +0100 (ven, 07 déc 2007) | 2 lines [FIX] edit help: lost td and tr ------------------------------------------------------------------------ r10711 | nkoth | 2007-12-07 23:00:11 +0100 (ven, 07 déc 2007) | 2 lines [FIX] add missing if to table heading ------------------------------------------------------------------------ r10710 | nkoth | 2007-12-07 22:46:36 +0100 (ven, 07 déc 2007) | 2 lines [FIX] usability - when creating staging copy page for first time, and cancelling, to go back to viewing original page. ------------------------------------------------------------------------ r10709 | sylvieg | 2007-12-07 22:44:37 +0100 (ven, 07 déc 2007) | 2 lines trace ------------------------------------------------------------------------ r10708 | sylvieg | 2007-12-07 22:43:11 +0100 (ven, 07 déc 2007) | 2 lines [FIX]structure: we always need the categories for the filter if feature categ on ------------------------------------------------------------------------ r10707 | nkoth | 2007-12-07 22:20:35 +0100 (ven, 07 déc 2007) | 2 lines [FIX] clean up prev commit ------------------------------------------------------------------------ r10706 | nkoth | 2007-12-07 21:55:29 +0100 (ven, 07 déc 2007) | 2 lines [FIX] show edit button visibility to edit staging page only with global edit perms ------------------------------------------------------------------------ r10705 | pkdille | 2007-12-07 21:48:41 +0100 (ven, 07 déc 2007) | 2 lines [MOD] html: language attribute is deprecated (should be the last one) ------------------------------------------------------------------------ r10704 | pkdille | 2007-12-07 21:39:55 +0100 (ven, 07 déc 2007) | 2 lines [MOD] html: language attribute is deprecated ------------------------------------------------------------------------ r10703 | pkdille | 2007-12-07 21:31:36 +0100 (ven, 07 déc 2007) | 2 lines [MOD] html: language attribute is deprecated ------------------------------------------------------------------------ r10702 | jyhem | 2007-12-07 20:38:08 +0100 (ven, 07 déc 2007) | 2 lines [FIX] some mass Capitalizations ------------------------------------------------------------------------ r10701 | jyhem | 2007-12-07 19:36:35 +0100 (ven, 07 déc 2007) | 2 lines [FIX] some mass Capitalizations ------------------------------------------------------------------------ r10700 | sylvieg | 2007-12-07 18:25:24 +0100 (ven, 07 déc 2007) | 2 lines [FIX]event module: an option to sync or not wuth the big calendar ------------------------------------------------------------------------ r10699 | sylvieg | 2007-12-07 17:53:20 +0100 (ven, 07 déc 2007) | 2 lines [FIX]menu: sefurl in contextuel menu ------------------------------------------------------------------------ r10698 | sylvieg | 2007-12-07 16:40:24 +0100 (ven, 07 déc 2007) | 2 lines [MOD]sefurl: a first step in sefurl - only on wiki page for tiki/css menus using the syntax (()) ------------------------------------------------------------------------ r10697 | sylvieg | 2007-12-07 16:03:29 +0100 (ven, 07 déc 2007) | 2 lines [MOD]event module: sync event module with calendar date when navigating on calendar ------------------------------------------------------------------------ r10696 | sylvieg | 2007-12-07 15:20:47 +0100 (ven, 07 déc 2007) | 2 lines [FIX]old search: some pages without categorisation were missing, the max(categidin ('')) seems to return sometimes 0 and sometimeNULL ------------------------------------------------------------------------ r10695 | sylvieg | 2007-12-07 15:14:12 +0100 (ven, 07 déc 2007) | 2 lines [FIX]old search: some pages without categorisation were missing, the max(categidin ('')) seems to return sometimes 0 and sometimeNULL ------------------------------------------------------------------------ r10694 | pkdille | 2007-12-07 13:55:20 +0100 (ven, 07 déc 2007) | 2 lines [FIX] plugins: bad break tag ------------------------------------------------------------------------ r10693 | sylvieg | 2007-12-07 10:16:02 +0100 (ven, 07 déc 2007) | 2 lines oops ------------------------------------------------------------------------ r10692 | mose | 2007-12-07 06:56:44 +0100 (ven, 07 déc 2007) | 2 lines [MOD] categs: renaming tiki_p_edit_categories to tiki_p_edit_categorized and split tiki_p_view_categories with tiki_p_view_categorized. You need to uncomment line 1647 in db/tiki_1.9to1.10.sql before your first upgrade, and comment it afterwards (or do not bother and just attribute tiki_p_view_categories to the appropriate group, typically Anonymous) ------------------------------------------------------------------------ r10691 | nkoth | 2007-12-07 03:26:50 +0100 (ven, 07 déc 2007) | 2 lines [FIX] one "else" perm=n left out I think. ------------------------------------------------------------------------ r10690 | sylvieg | 2007-12-07 00:21:16 +0100 (ven, 07 déc 2007) | 2 lines [FIX]module: the creator must be included in contributor - just in case no history ------------------------------------------------------------------------ r10689 | nkoth | 2007-12-07 00:20:39 +0100 (ven, 07 déc 2007) | 2 lines [FIX] if user is blank, use anonymous as user, to avoid query error. ------------------------------------------------------------------------ r10688 | sylvieg | 2007-12-06 23:55:49 +0100 (jeu, 06 déc 2007) | 2 lines [FIX]calendar: if the viewlist mode is set in session, take it to have the previous fix working ------------------------------------------------------------------------ r10687 | sylvieg | 2007-12-06 23:12:42 +0100 (jeu, 06 déc 2007) | 2 lines [FIX]calendar: in view list month - do not show events that are in the view calendar display but not in the period (ie: event the 12/31/07 for a viewlist on 01/08) ------------------------------------------------------------------------ r10686 | sylvieg | 2007-12-06 22:10:25 +0100 (jeu, 06 déc 2007) | 2 lines obsolete links to doc ------------------------------------------------------------------------ r10685 | sylvieg | 2007-12-06 21:41:38 +0100 (jeu, 06 déc 2007) | 2 lines [FIX]categ: force categ ------------------------------------------------------------------------ r10684 | sylvieg | 2007-12-06 20:15:05 +0100 (jeu, 06 déc 2007) | 2 lines [FIX]structures: view link the page in the structure not to the page ------------------------------------------------------------------------ r10683 | sylvieg | 2007-12-06 20:03:23 +0100 (jeu, 06 déc 2007) | 2 lines [MOD]category plugin: fix option one ------------------------------------------------------------------------ r10682 | sylvieg | 2007-12-06 19:32:21 +0100 (jeu, 06 déc 2007) | 2 lines notice ------------------------------------------------------------------------ r10681 | sylvieg | 2007-12-06 19:31:49 +0100 (jeu, 06 déc 2007) | 2 lines save one query ------------------------------------------------------------------------ r10680 | sylvieg | 2007-12-06 19:00:06 +0100 (jeu, 06 déc 2007) | 2 lines [FIX]categ: fix default group categ + a more explicit message to explain what it is ------------------------------------------------------------------------ r10679 | sylvieg | 2007-12-06 17:57:34 +0100 (jeu, 06 déc 2007) | 2 lines typo ------------------------------------------------------------------------ r10678 | sylvieg | 2007-12-06 17:53:00 +0100 (jeu, 06 déc 2007) | 2 lines [FIX]modules: avoid path disclosure if add 2 times the same positioned/param module: easy fix->should warn the admin ------------------------------------------------------------------------ r10677 | nkoth | 2007-12-06 17:43:43 +0100 (jeu, 06 déc 2007) | 2 lines [MOD] allow overiding of maxRecords ------------------------------------------------------------------------ r10676 | nkoth | 2007-12-06 17:38:27 +0100 (jeu, 06 déc 2007) | 2 lines [MOD] add maxRecords to sanitization as integer ------------------------------------------------------------------------ r10675 | sylvieg | 2007-12-06 17:35:53 +0100 (jeu, 06 déc 2007) | 2 lines avoid sql error if use 2 times the same module with the same position ------------------------------------------------------------------------ r10674 | nkoth | 2007-12-06 17:09:23 +0100 (jeu, 06 déc 2007) | 2 lines [FIX] form anchor should be available even in non-forum mode ------------------------------------------------------------------------ r10673 | sylvieg | 2007-12-06 16:44:29 +0100 (jeu, 06 déc 2007) | 2 lines [MOD]change_categ module: do not display the categorize drop down if no more categories to add in detail view ------------------------------------------------------------------------ r10672 | sylvieg | 2007-12-06 15:31:05 +0100 (jeu, 06 déc 2007) | 2 lines [MOD]module: param creator ans contributor with also a value n ------------------------------------------------------------------------ r10671 | nkoth | 2007-12-06 15:14:11 +0100 (jeu, 06 déc 2007) | 2 lines [MOD] more polls perms cleaning - decided to use new perm and to have polls perms as one type ------------------------------------------------------------------------ r10670 | nkoth | 2007-12-06 14:46:07 +0100 (jeu, 06 déc 2007) | 2 lines [MOD] cleanup basic perms and feature check ------------------------------------------------------------------------ r10669 | sylvieg | 2007-12-06 13:09:41 +0100 (jeu, 06 déc 2007) | 2 lines a lost div ------------------------------------------------------------------------ r10668 | nkoth | 2007-12-06 07:47:42 +0100 (jeu, 06 déc 2007) | 2 lines [MOD] just some cleaning up of last commit ------------------------------------------------------------------------ r10667 | nkoth | 2007-12-06 07:28:16 +0100 (jeu, 06 déc 2007) | 2 lines [MOD] show multiple top voted poll results at the same time if pollId not specified ------------------------------------------------------------------------ r10666 | nkoth | 2007-12-06 05:30:29 +0100 (jeu, 06 déc 2007) | 2 lines [FIX] object type of poll should be considered active in active polls ------------------------------------------------------------------------ r10665 | sylvieg | 2007-12-05 22:34:12 +0100 (mer, 05 déc 2007) | 2 lines [FIX]tell a friend: send one email at the time to preserve everybody to see all the emails ------------------------------------------------------------------------ r10664 | sylvieg | 2007-12-05 21:52:45 +0100 (mer, 05 déc 2007) | 2 lines [FIX]switch lang with the url tiki-index.php without page param ------------------------------------------------------------------------ r10663 | sylvieg | 2007-12-05 20:01:43 +0100 (mer, 05 déc 2007) | 2 lines [MOD]module change_category: 2 new param add and del to be able to add/del categories ------------------------------------------------------------------------ r10662 | jonnybradley | 2007-12-05 18:54:37 +0100 (mer, 05 déc 2007) | 3 lines [FIX] header.tpl: minor JS/HTML declaration fix ------------------------------------------------------------------------ r10661 | nkoth | 2007-12-05 17:42:24 +0100 (mer, 05 déc 2007) | 2 lines [MOD] make robust to use of ((|#anchor)) where no pagename is specified, to use current page ------------------------------------------------------------------------ r10660 | sylvieg | 2007-12-05 17:06:28 +0100 (mer, 05 déc 2007) | 2 lines html ------------------------------------------------------------------------ r10659 | sylvieg | 2007-12-05 17:04:43 +0100 (mer, 05 déc 2007) | 2 lines html ------------------------------------------------------------------------ r10658 | sylvieg | 2007-12-05 16:56:37 +0100 (mer, 05 déc 2007) | 2 lines [FIX] <i> in <option> is not allowed ------------------------------------------------------------------------ r10657 | nkoth | 2007-12-05 16:51:53 +0100 (mer, 05 déc 2007) | 2 lines maintain compliance with XHTML 1.0 Transitional and the same behavior as tikilib.php and ALINK. ------------------------------------------------------------------------ r10656 | sylvieg | 2007-12-05 16:40:18 +0100 (mer, 05 déc 2007) | 2 lines [MOD]module: 2 params to a module creator=y and contributor=y that displays a module in a wiki page if the current user is creator / contributor ------------------------------------------------------------------------ r10655 | nkoth | 2007-12-05 16:29:33 +0100 (mer, 05 déc 2007) | 2 lines maintain compliance with XHTML 1.0 Transitional for anchors and the same behavior as tikilib.php. ------------------------------------------------------------------------ r10654 | sylvieg | 2007-12-05 14:58:20 +0100 (mer, 05 déc 2007) | 2 lines [MOD]module change_category: new param to filter the proposed categories on the group name the user + new para display the path or the name of a category ------------------------------------------------------------------------ r10653 | luciash | 2007-12-05 14:54:32 +0100 (mer, 05 déc 2007) | 2 lines [MOD] slightly increased text size ------------------------------------------------------------------------ r10652 | luciash | 2007-12-05 14:08:53 +0100 (mer, 05 déc 2007) | 2 lines [DEL] Site Identity merged into Look & Feel admin section ------------------------------------------------------------------------ r10651 | sylvieg | 2007-12-05 10:28:04 +0100 (mer, 05 déc 2007) | 2 lines [FIX]login: to be able as an admin to log in as a new user that never logged in before ------------------------------------------------------------------------ r10650 | mose | 2007-12-05 08:51:16 +0100 (mer, 05 déc 2007) | 2 lines [MOD] wiki images: added a check on image uploaded to be sure they are images ------------------------------------------------------------------------ r10649 | mose | 2007-12-04 23:55:12 +0100 (mar, 04 déc 2007) | 2 lines [MOVED] moved tail module to mods ------------------------------------------------------------------------ r10647 | nkoth | 2007-12-04 22:59:38 +0100 (mar, 04 déc 2007) | 2 lines [MOD] document wiki reference to heading or anchor ------------------------------------------------------------------------ r10646 | sylvieg | 2007-12-04 22:14:54 +0100 (mar, 04 déc 2007) | 2 lines [MOD]module cahnge_category: be able to select one or multiple caetgs in the simple display ------------------------------------------------------------------------ r10645 | sylvieg | 2007-12-04 21:33:19 +0100 (mar, 04 déc 2007) | 2 lines [MOD]module subscribe_groups: an extension to the module subscribe_group where you can choose your group http://doc.tikiwiki.org/tiki-index.php?page=PluginSubscribeGroup%2FPluginSubscribeGroups ------------------------------------------------------------------------ r10642 | sylvieg | 2007-12-04 21:29:47 +0100 (mar, 04 déc 2007) | 2 lines [MOD]module change_category: another design see http://doc.tikiwiki.org/tiki-index.php?page=Module+change_category ------------------------------------------------------------------------ r10641 | sylvieg | 2007-12-04 15:33:45 +0100 (mar, 04 déc 2007) | 2 lines missing global ------------------------------------------------------------------------ r10640 | nyloth | 2007-12-04 12:10:28 +0100 (mar, 04 déc 2007) | 2 lines [NEW] forums: new option "Do not prefix messages titles by 'Re: '" in forum admin panel, that applies to all forums. ------------------------------------------------------------------------ r10639 | nyloth | 2007-12-04 11:01:20 +0100 (mar, 04 déc 2007) | 2 lines [FIX] forums: fix typo in perm name. ------------------------------------------------------------------------ r10638 | mose | 2007-12-04 06:56:06 +0100 (mar, 04 déc 2007) | 2 lines [FIX] user_id: fixed multi-assign/removal in adminusers, the $user var is local to many userlib methods calling get_user_id(), it cannot be taken as global ------------------------------------------------------------------------ r10636 | nkoth | 2007-12-03 23:22:40 +0100 (lun, 03 déc 2007) | 2 lines [MOD] when editing staging copy, show preview if out of sync with approved copy. ------------------------------------------------------------------------ r10635 | marclaporte | 2007-12-03 23:05:50 +0100 (lun, 03 déc 2007) | 2 lines [FIX] Update mods server to new value ------------------------------------------------------------------------ r10634 | nyloth | 2007-12-03 21:34:29 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: fix user vote removal (with a null value), especially on trackers ratings with the link on the '-' choice. ------------------------------------------------------------------------ r10633 | nyloth | 2007-12-03 20:49:14 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: keep sorting and filters when using ratings in the tracker list ------------------------------------------------------------------------ r10632 | nyloth | 2007-12-03 20:48:04 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: keep sorting and filters when using ratings in the tracker list ------------------------------------------------------------------------ r10631 | nyloth | 2007-12-03 20:40:20 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: do not show item number and total if the total equals zero. ------------------------------------------------------------------------ r10630 | nyloth | 2007-12-03 20:38:13 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: do not 'View inserted item' if there was errors or missing mandatory fields. In that case, don't leave the edit/insert page and show error message. ------------------------------------------------------------------------ r10629 | nyloth | 2007-12-03 20:17:32 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: fix typo ------------------------------------------------------------------------ r10628 | nyloth | 2007-12-03 20:16:38 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: fix 'itemChoices' in edition mode for users and groups field types. ------------------------------------------------------------------------ r10627 | nyloth | 2007-12-03 19:51:11 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: when editing a field, use a textearea for description instead of a text input. ------------------------------------------------------------------------ r10626 | nyloth | 2007-12-03 19:43:14 +0100 (lun, 03 déc 2007) | 2 lines [MOD] trackers: when editing a field, use a textearea for description instead of a text input. ------------------------------------------------------------------------ r10625 | nyloth | 2007-12-03 18:25:17 +0100 (lun, 03 déc 2007) | 2 lines [MOD] trackers: better to go back to the tracker list after a duplication of tracker, instead of editing the new tracker. ------------------------------------------------------------------------ r10624 | nyloth | 2007-12-03 18:14:40 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: when going to 'Duplicate tracker' tab from a tracker (not from the list), the name of the new tracker should not be set, and the tracker which will be duplicated should already be selected in the list to avoid mistakes ------------------------------------------------------------------------ r10623 | sylvieg | 2007-12-03 16:57:51 +0100 (lun, 03 déc 2007) | 2 lines [FIX]module mod-change_categ: the filter on a categ was broken + reverse top to none as the meaning in uncategorise and not categorize in top that is impossible ------------------------------------------------------------------------ r10622 | nyloth | 2007-12-03 16:51:58 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: handle 'isMultilangual' and 'itemChoices' fields info when duplicating a tracker. ------------------------------------------------------------------------ r10621 | nyloth | 2007-12-03 15:17:52 +0100 (lun, 03 déc 2007) | 2 lines [FIX] trackers: when duplicating a tracker, the new tracker id has to be used, not only the name. Fixed by moving the code that handle duplication above the smarty assignation of the trackerId. ------------------------------------------------------------------------ r10619 | kerrnel22 | 2007-12-03 09:03:07 +0100 (lun, 03 déc 2007) | 2 lines [FIX] If a user registers and validation is on, but User Mail is turned off, admin will never see the request. Now it returns a message saying the registration can't be sent and that the feature is disabled. ------------------------------------------------------------------------ r10618 | kerrnel22 | 2007-12-03 03:49:40 +0100 (lun, 03 déc 2007) | 2 lines [MOD] Updated this template to use the versioning settings to display the installed version. ------------------------------------------------------------------------ r10617 | kerrnel22 | 2007-12-03 03:45:26 +0100 (lun, 03 déc 2007) | 2 lines [MOD] Added a 'display version' to better represent which Tiki is installed. Accommodates pre-candidate HEAD releases. Also incorporated the stars list. top_bar, bot_bar, and installer base templates have all been updated. ------------------------------------------------------------------------ r10616 | kerrnel22 | 2007-12-03 01:25:14 +0100 (lun, 03 déc 2007) | 2 lines [MOD] Updated new location of versions array to keep current. Suggested changed to tiki-top_bar and similar template files. ------------------------------------------------------------------------ r10615 | kerrnel22 | 2007-12-03 00:53:15 +0100 (lun, 03 déc 2007) | 2 lines [MOD] Added Versioning. Will alert admin user if a new version of Tiki is released. Added new Versioning class. ------------------------------------------------------------------------ r10613 | mose | 2007-12-02 22:49:40 +0100 (dim, 02 déc 2007) | 2 lines [FIX] wiki: made wysiwyg link work even when you use ajax ------------------------------------------------------------------------ r10612 | nyloth | 2007-12-02 19:29:36 +0100 (dim, 02 déc 2007) | 2 lines [FIX] translations: fix 'Old name' french translation ------------------------------------------------------------------------ r10611 | nyloth | 2007-12-02 19:00:00 +0100 (dim, 02 déc 2007) | 2 lines [FIX] translations: fix french translations of 'event' (see http://www.academie-francaise.fr/langue/questions.html#evenement) + 2 new translations ------------------------------------------------------------------------ r10610 | marclaporte | 2007-12-02 17:24:03 +0100 (dim, 02 déc 2007) | 2 lines [FIX] Fixing links to the documentation ------------------------------------------------------------------------ r10609 | sylvieg | 2007-12-02 13:56:05 +0100 (dim, 02 déc 2007) | 2 lines oops ------------------------------------------------------------------------ r10608 | nyloth | 2007-12-02 04:17:08 +0100 (dim, 02 déc 2007) | 2 lines [MOD] upcoming events module: better title depending on the number of events ------------------------------------------------------------------------ r10607 | nyloth | 2007-12-02 03:34:51 +0100 (dim, 02 déc 2007) | 2 lines [FIX] RSS wikiplugin: need to htmldecode RSS titles + do not show empty parenthesis when author and date fields are required but retrieved empty + reindent code ------------------------------------------------------------------------ r10606 | nyloth | 2007-12-02 02:17:10 +0100 (dim, 02 déc 2007) | 2 lines [FIX] trackers: do not show and handle 'autoCreateCategories' when categories feature is disabled + include_once categlib.php ------------------------------------------------------------------------ r10605 | sylvieg | 2007-12-01 23:56:34 +0100 (sam, 01 déc 2007) | 2 lines [FIX]intertiki: import also un avatar file with the prefs (NB: if the avatar is in library, only import the link not the data) ------------------------------------------------------------------------ r10604 | sylvieg | 2007-12-01 22:50:22 +0100 (sam, 01 déc 2007) | 2 lines [FIX]intertiki: une option needs only a html escape not an url escape - to have an option value like test/tiki ------------------------------------------------------------------------ r10603 | nyloth | 2007-12-01 20:52:53 +0100 (sam, 01 déc 2007) | 2 lines [FIX] tikidblib: don't add an underscore between the field and the sort order (asc/desc) when the sort order is missing and the field ends with an underscore ------------------------------------------------------------------------ r10602 | nyloth | 2007-12-01 19:34:51 +0100 (sam, 01 déc 2007) | 2 lines [FIX] fckeditor: tune our default prefs and fck config to work with version 2.5 (and to enable all interesting buttons and new features of 2.5) ------------------------------------------------------------------------ r10561 | mose | 2007-12-01 16:33:25 +0100 (sam, 01 déc 2007) | 2 lines [MOD] wiki: made optionnal the make structure button ------------------------------------------------------------------------ r10560 | redflo | 2007-12-01 01:52:07 +0100 (sam, 01 déc 2007) | 2 lines Added file permission checks ------------------------------------------------------------------------ r10558 | nkoth | 2007-11-30 23:42:04 +0100 (ven, 30 nov 2007) | 2 lines [MOD] field to store label for dynamic content (for tracker item 1431) ------------------------------------------------------------------------ r10557 | nkoth | 2007-11-30 22:56:48 +0100 (ven, 30 nov 2007) | 2 lines [FIX] should not overwrite global $user var otherwise bugs will happen, including 1388 ------------------------------------------------------------------------ r10556 | sylvieg | 2007-11-30 21:52:07 +0100 (ven, 30 nov 2007) | 2 lines [MOD]banner: display url in list page ------------------------------------------------------------------------ r10555 | sylvieg | 2007-11-30 21:46:07 +0100 (ven, 30 nov 2007) | 2 lines [MOD]banner: do not add automatically http:// to the url - because 1)it is bugged on https 2)if you want to do url on your site wihotu having the trouble when site url changes ------------------------------------------------------------------------ r10554 | mose | 2007-11-30 21:17:15 +0100 (ven, 30 nov 2007) | 2 lines [MOVED] moving tiki.css to mods ------------------------------------------------------------------------ r10552 | sylvieg | 2007-11-30 19:33:03 +0100 (ven, 30 nov 2007) | 2 lines like default params ------------------------------------------------------------------------ r10551 | nkoth | 2007-11-30 19:13:16 +0100 (ven, 30 nov 2007) | 2 lines [FIX] add pref to control use of transition styles ------------------------------------------------------------------------ r10550 | sylvieg | 2007-11-30 18:15:22 +0100 (ven, 30 nov 2007) | 2 lines better to use isset than @ ------------------------------------------------------------------------ r10549 | mose | 2007-11-30 18:09:19 +0100 (ven, 30 nov 2007) | 2 lines [FIX] groupadmin: fixed group creation query ------------------------------------------------------------------------ r10548 | nyloth | 2007-11-30 18:05:35 +0100 (ven, 30 nov 2007) | 2 lines [FIX] trackers: correctly test if next/prev links have to be displayed. ------------------------------------------------------------------------ r10547 | nyloth | 2007-11-30 17:55:35 +0100 (ven, 30 nov 2007) | 2 lines [FIX] trackers: remove some useless smarty comments from the previous commit ------------------------------------------------------------------------ r10546 | nyloth | 2007-11-30 17:53:15 +0100 (ven, 30 nov 2007) | 12 lines [FIX] trackers: fix links to next/previous tracker items - When the user doesn't comes from the first item of the list and correctly handle the item order (same as the list the user came from) when moving to next or previous item, - Avoid the "Next" link when the item is the last of the list, - Hide links when there is only one item or when the user doesn't come from the item list, - Change the look of the links to use the pagination links and texts that are used in other places (e.g. wiki pages list). This adds the support of AJAX feature and direct pagination links feature, - Rename "Back items list" into "items list", because the user does not necessarily come from the list, it was badly translated, other features are not using the "Back (something)" text ------------------------------------------------------------------------ r10545 | sylvieg | 2007-11-30 17:35:30 +0100 (ven, 30 nov 2007) | 2 lines [FIX]tracjer: if option is 'd' do not ask for time in tiki-view_tracker ------------------------------------------------------------------------ r10544 | sylvieg | 2007-11-30 17:08:58 +0100 (ven, 30 nov 2007) | 2 lines [MOD]tracker: add a class fieldId to be able to put some style on each column in tracker list ------------------------------------------------------------------------ r10543 | sylvieg | 2007-11-30 14:35:44 +0100 (ven, 30 nov 2007) | 2 lines [MOD] document + in wiki help ------------------------------------------------------------------------ r10542 | sylvieg | 2007-11-30 00:13:35 +0100 (ven, 30 nov 2007) | 2 lines bad strstr params ------------------------------------------------------------------------ r10541 | sylvieg | 2007-11-29 20:29:45 +0100 (jeu, 29 nov 2007) | 2 lines official month abbrevs to overpass the substring of 3 of the pear lib - not sure about the day abbrev ------------------------------------------------------------------------ r10540 | sylvieg | 2007-11-29 20:22:09 +0100 (jeu, 29 nov 2007) | 2 lines official month abbrevs to overpass the substring of 3 of the pear lib ------------------------------------------------------------------------ r10539 | sylvieg | 2007-11-29 19:53:44 +0100 (jeu, 29 nov 2007) | 2 lines [FIX]date: even if you are in English, you have to translate- people can overloaded the trad to have janv. instead of Jan for instance ------------------------------------------------------------------------ r10538 | sylvieg | 2007-11-29 19:07:34 +0100 (jeu, 29 nov 2007) | 2 lines [FIX]user: not to show star for users that do not exist anymore ------------------------------------------------------------------------ r10537 | sylvieg | 2007-11-29 15:31:10 +0100 (jeu, 29 nov 2007) | 2 lines [FIX]calendar: put back the preview button ------------------------------------------------------------------------ r10536 | mose | 2007-11-29 06:19:13 +0100 (jeu, 29 nov 2007) | 2 lines [FIX] edit css: avoid importing @imported css, so we can edit css as they are and not merged ------------------------------------------------------------------------ r10535 | mose | 2007-11-29 06:17:04 +0100 (jeu, 29 nov 2007) | 2 lines [FIX] wysiwyg: fixing dir path for image manager in multitiki context ------------------------------------------------------------------------ r10534 | ricks99 | 2007-11-29 01:28:25 +0100 (jeu, 29 nov 2007) | 2 lines use lowercase for valid xhtml ------------------------------------------------------------------------ r10533 | xavidp | 2007-11-29 01:25:57 +0100 (jeu, 29 nov 2007) | 2 lines quotation marks added at the help text to avoid confusion with many flash content which doesn't work without them (youtube, slideshare, etc.) ------------------------------------------------------------------------ r10532 | sylvieg | 2007-11-29 00:53:48 +0100 (jeu, 29 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r10531 | marclaporte | 2007-11-29 00:38:46 +0100 (jeu, 29 nov 2007) | 2 lines [FIX] typo & make string translatable ------------------------------------------------------------------------ r10530 | sylvieg | 2007-11-29 00:29:23 +0100 (jeu, 29 nov 2007) | 2 lines [MOD]BOX: new param id - as this ... htmlpurifier eats the id= in a div ------------------------------------------------------------------------ r10529 | nkoth | 2007-11-28 23:24:51 +0100 (mer, 28 nov 2007) | 2 lines [MOD] improve labeling of reinforce categories option ------------------------------------------------------------------------ r10528 | nkoth | 2007-11-28 23:14:47 +0100 (mer, 28 nov 2007) | 2 lines [FIX] when reinforce categories is off, it is necessary to prevent users with not enough perms on certain cats wiping out cats set by users with more perms. ------------------------------------------------------------------------ r10527 | sylvieg | 2007-11-28 23:04:17 +0100 (mer, 28 nov 2007) | 2 lines [MOD]banner: default max impressions to -1 ------------------------------------------------------------------------ r10526 | sylvieg | 2007-11-28 22:58:37 +0100 (mer, 28 nov 2007) | 2 lines [FIX]lang: overwrite lang in the rss if lang is set ------------------------------------------------------------------------ r10525 | sylvieg | 2007-11-28 22:43:43 +0100 (mer, 28 nov 2007) | 2 lines [FIX]subscribe group: a div for more style ------------------------------------------------------------------------ r10524 | nkoth | 2007-11-28 22:43:34 +0100 (mer, 28 nov 2007) | 2 lines [FIX] list of categories to categorize stuff in 1.10 should be based in tiki_p_edit_categories, not tiki_p_view_categories ------------------------------------------------------------------------ r10523 | mose | 2007-11-28 15:33:28 +0100 (mer, 28 nov 2007) | 2 lines [FIX] pluginsplit: trying to fix a carriage return skipping when you use include plugin in combination with split plugin ------------------------------------------------------------------------ r10522 | sylvieg | 2007-11-28 15:19:07 +0100 (mer, 28 nov 2007) | 2 lines [FIX]RSS: put the title of the site instead of tikiwiki logo ------------------------------------------------------------------------ r10521 | sylvieg | 2007-11-28 12:55:43 +0100 (mer, 28 nov 2007) | 2 lines [FIX]tracker: when editing a tracker comment, go in the comment tab ------------------------------------------------------------------------ r10520 | sylvieg | 2007-11-28 12:18:02 +0100 (mer, 28 nov 2007) | 2 lines better wording ------------------------------------------------------------------------ r10519 | kerrnel22 | 2007-11-28 09:01:46 +0100 (mer, 28 nov 2007) | 2 lines [MOD] If a user clicks on themself, the private flag is ignored and the user's info page will now display. Can't see a reason this shouldn't be the case. ------------------------------------------------------------------------ r10518 | luciash | 2007-11-28 06:40:28 +0100 (mer, 28 nov 2007) | 2 lines [REM] Site Identity merged to Look & Feel (http://dev.tikiwiki.org/AdminUIRevamp) ------------------------------------------------------------------------ r10517 | luciash | 2007-11-28 06:23:33 +0100 (mer, 28 nov 2007) | 2 lines [MOD][ENH] merging Site Identity into Look & Feel admin section ------------------------------------------------------------------------ r10516 | mose | 2007-11-28 05:50:47 +0100 (mer, 28 nov 2007) | 2 lines [FIX] imagegal module: calling wrong lib ------------------------------------------------------------------------ r10515 | luciash | 2007-11-28 04:28:02 +0100 (mer, 28 nov 2007) | 2 lines [MOD] change theme > look & feel ------------------------------------------------------------------------ r10512 | nkoth | 2007-11-28 02:04:58 +0100 (mer, 28 nov 2007) | 2 lines strip_tags for tag string before searching ------------------------------------------------------------------------ r10511 | luciash | 2007-11-28 00:44:31 +0100 (mer, 28 nov 2007) | 2 lines [MOD] moving layout settings to themes section + UI enhancements (http://dev.tikiwiki.org/AdminUIRevamp) ------------------------------------------------------------------------ r10510 | nkoth | 2007-11-27 22:52:21 +0100 (mar, 27 nov 2007) | 2 lines [MOD] change edit history comment to include name of approver ------------------------------------------------------------------------ r10509 | nkoth | 2007-11-27 21:53:18 +0100 (mar, 27 nov 2007) | 2 lines [FIX] should show/hide edit button based on staging page when button refers to staging page ------------------------------------------------------------------------ r10508 | nkoth | 2007-11-27 20:39:55 +0100 (mar, 27 nov 2007) | 2 lines [FIX] prevent confusion in renaming of pages that have staging ------------------------------------------------------------------------ r10507 | nkoth | 2007-11-27 20:08:14 +0100 (mar, 27 nov 2007) | 2 lines [FIX] Show staged pages as out of sync always if out of sync category is not set ------------------------------------------------------------------------ r10506 | nkoth | 2007-11-27 19:06:52 +0100 (mar, 27 nov 2007) | 2 lines [NEW] the rest of the feature_wikiapproval, as promised by today. ------------------------------------------------------------------------ r10503 | sylvieg | 2007-11-27 18:23:53 +0100 (mar, 27 nov 2007) | 2 lines [MOD]rss: take away the hard coded img for a rss- path to img can be given in admin->rss ------------------------------------------------------------------------ r10502 | sept_7 | 2007-11-27 18:03:28 +0100 (mar, 27 nov 2007) | 15 lines Adding a Smarty function too easely manipulate the URL query. Syntax : {query var1="value1,value2,..." var2="v1,v2,..." var3=NULL} The function will rewrite the query string by cycling through the different values, or unset the variable if the value is NULL. For example : {query sort="theme_asc,theme_desc} will rewrite the URI variable sort this way : theme_asc then theme_desc then theme_desc and so on {query sort="NULL"} will unset the URI variable ------------------------------------------------------------------------ r10500 | sylvieg | 2007-11-27 17:46:00 +0100 (mar, 27 nov 2007) | 2 lines [FIX]timezone: get rid of the UTC in default user pref - replace it with 'Site default' + if this option is checked, no local/user pref is considered, the timezone is this default for everybody ------------------------------------------------------------------------ r10498 | mose | 2007-11-27 16:09:45 +0100 (mar, 27 nov 2007) | 2 lines [FIX] tell a friend: removed the link to tell a friend on wiki editpage ------------------------------------------------------------------------ r10497 | sylvieg | 2007-11-27 15:53:11 +0100 (mar, 27 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r10496 | sylvieg | 2007-11-27 15:31:25 +0100 (mar, 27 nov 2007) | 2 lines notice ------------------------------------------------------------------------ r10495 | sylvieg | 2007-11-27 11:42:06 +0100 (mar, 27 nov 2007) | 2 lines [FIX]only if feature_category is on ------------------------------------------------------------------------ r10494 | sylvieg | 2007-11-27 11:35:21 +0100 (mar, 27 nov 2007) | 2 lines [FIX]group: categorize_list is not the right function to use as the group is not categorized itself - just need a list categs here ------------------------------------------------------------------------ r10493 | sylvieg | 2007-11-27 11:28:03 +0100 (mar, 27 nov 2007) | 2 lines notice ------------------------------------------------------------------------ r10492 | sylvieg | 2007-11-27 11:17:31 +0100 (mar, 27 nov 2007) | 2 lines [FIX]missing prefs default for feature_wikiapproval ------------------------------------------------------------------------ r10491 | sylvieg | 2007-11-27 11:08:28 +0100 (mar, 27 nov 2007) | 2 lines [FIX]as feature_top_bar_version and date are set in site identity - do not check them in siteId is off ------------------------------------------------------------------------ r10490 | sampaioprimo | 2007-11-27 03:28:07 +0100 (mar, 27 nov 2007) | 2 lines translation ------------------------------------------------------------------------ r10489 | mose | 2007-11-27 02:51:37 +0100 (mar, 27 nov 2007) | 2 lines [FIX] freetags: added a tag cleanup when tag is unassigned to avoid systematic orphaning ------------------------------------------------------------------------ r10488 | nyloth | 2007-11-26 22:00:19 +0100 (lun, 26 nov 2007) | 2 lines [FIX] forums: fix cycle in smarty on forum list ------------------------------------------------------------------------ r10487 | nyloth | 2007-11-26 21:27:40 +0100 (lun, 26 nov 2007) | 2 lines [FIX] forums: do not use the 'threads' counter anymore ------------------------------------------------------------------------ r10486 | nyloth | 2007-11-26 21:25:52 +0100 (lun, 26 nov 2007) | 2 lines [FIX] stats: change 'threads' into 'replies' to be coherent with what's really done in the code. ------------------------------------------------------------------------ r10485 | sylvieg | 2007-11-26 20:38:38 +0100 (lun, 26 nov 2007) | 2 lines html ------------------------------------------------------------------------ r10484 | sylvieg | 2007-11-26 20:32:34 +0100 (lun, 26 nov 2007) | 2 lines missing div ------------------------------------------------------------------------ r10483 | nyloth | 2007-11-26 19:56:13 +0100 (lun, 26 nov 2007) | 2 lines [FIX] forums list: get the number of topics dynamically for each forum displayed in the list, not from the hard counter 'threads', because the counter can be easily wrong + reduce a bit old queries overhead ------------------------------------------------------------------------ r10482 | mose | 2007-11-26 19:26:48 +0100 (lun, 26 nov 2007) | 2 lines [FIX] batch import users, avoid the last line is silently skipped, and better error handling ------------------------------------------------------------------------ r10481 | sylvieg | 2007-11-26 18:14:12 +0100 (lun, 26 nov 2007) | 2 lines [FIX]calendar: end date when editing an event was lost ------------------------------------------------------------------------ r10480 | nyloth | 2007-11-26 18:07:27 +0100 (lun, 26 nov 2007) | 2 lines [FIX] forums: cant should contain all topics regardless of the pagination, but only if the user can see them ------------------------------------------------------------------------ r10479 | nyloth | 2007-11-26 17:31:12 +0100 (lun, 26 nov 2007) | 2 lines [FIX] forums: avoid a useless query to count the forums topics ------------------------------------------------------------------------ r10478 | sylvieg | 2007-11-26 17:30:04 +0100 (lun, 26 nov 2007) | 2 lines [FIX]article: give a permission denied and not article not found if it is the case ------------------------------------------------------------------------ r10477 | sylvieg | 2007-11-26 17:21:07 +0100 (lun, 26 nov 2007) | 2 lines [FIX]article: give a permission denied if can not edit topic ------------------------------------------------------------------------ r10476 | ntavares | 2007-11-26 17:15:30 +0100 (lun, 26 nov 2007) | 2 lines i18n : massive translation ------------------------------------------------------------------------ r10475 | sylvieg | 2007-11-26 17:01:16 +0100 (lun, 26 nov 2007) | 2 lines oops: tiki_p_read_topic restricts tiki_p_read_article and is not parallel as said in doc.tw.org ------------------------------------------------------------------------ r10474 | sylvieg | 2007-11-26 16:43:38 +0100 (lun, 26 nov 2007) | 2 lines temporary fix until better decision: the tiki_p_topic_read is a cms perms - no more a topic perm ------------------------------------------------------------------------ r10473 | sylvieg | 2007-11-26 16:27:17 +0100 (lun, 26 nov 2007) | 2 lines [FIX]article: the read article must check local perms + perms already checked in get_article->please test ------------------------------------------------------------------------ r10472 | sylvieg | 2007-11-26 16:25:43 +0100 (lun, 26 nov 2007) | 2 lines [FIX]article: get_article must also check the topic perm ------------------------------------------------------------------------ r10471 | sylvieg | 2007-11-26 16:18:22 +0100 (lun, 26 nov 2007) | 2 lines [MOD]articles: in list add 2 buttons - a view(some themes have no obvious link) + a assign perm button ------------------------------------------------------------------------ r10470 | sylvieg | 2007-11-26 15:44:21 +0100 (lun, 26 nov 2007) | 2 lines [FIX] better fix for the expire date (for bissextile year) ------------------------------------------------------------------------ r10469 | sylvieg | 2007-11-26 15:41:03 +0100 (lun, 26 nov 2007) | 2 lines [FIX] better fix for the expire date (for bissextile year) ------------------------------------------------------------------------ r10468 | nyloth | 2007-11-26 15:00:33 +0100 (lun, 26 nov 2007) | 2 lines [FIX] trackers: fix condition to hide status in item edition when the tracker is not using status + translate checkbox values in listing + fix a translation. ------------------------------------------------------------------------ r10467 | sylvieg | 2007-11-26 12:41:52 +0100 (lun, 26 nov 2007) | 2 lines [FIX]article: expiration date was wrong because time return an integer not an array ------------------------------------------------------------------------ r10466 | luciash | 2007-11-26 06:25:30 +0100 (lun, 26 nov 2007) | 2 lines [FIX] Apache error with .htaccess files [bug875] ------------------------------------------------------------------------ r10465 | sylvieg | 2007-11-25 23:46:37 +0100 (dim, 25 nov 2007) | 2 lines icons ------------------------------------------------------------------------ r10464 | sylvieg | 2007-11-25 23:12:13 +0100 (dim, 25 nov 2007) | 2 lines get rid on check_permission && check_page ------------------------------------------------------------------------ r10463 | sylvieg | 2007-11-25 22:42:35 +0100 (dim, 25 nov 2007) | 2 lines get rid of check_admin ------------------------------------------------------------------------ r10462 | sylvieg | 2007-11-25 22:35:24 +0100 (dim, 25 nov 2007) | 2 lines get rid of check_feature ------------------------------------------------------------------------ r10461 | sylvieg | 2007-11-25 22:19:59 +0100 (dim, 25 nov 2007) | 2 lines [MOD]groups: possibility to export all the users of a group in a csv format + to assign users by a cvs import + give directly with a second click the group member list ------------------------------------------------------------------------ r10459 | mose | 2007-11-25 21:58:11 +0100 (dim, 25 nov 2007) | 2 lines [MOD] wiki help: added a cache for list plugin description to avoid having them parsed at each edit ------------------------------------------------------------------------ r10458 | nyloth | 2007-11-25 19:21:21 +0100 (dim, 25 nov 2007) | 2 lines [FIX] wikiplugin code: need to close the PRE tag ------------------------------------------------------------------------ r10457 | mose | 2007-11-25 18:03:29 +0100 (dim, 25 nov 2007) | 2 lines [FIX] wikiplugin code: removed an extra end of div that breaks html ------------------------------------------------------------------------ r10456 | kerrnel22 | 2007-11-25 08:33:07 +0100 (dim, 25 nov 2007) | 2 lines [FIX] Corrected feature and access check methods at start of script to adhere to 1.10 standard. ------------------------------------------------------------------------ r10455 | ntavares | 2007-11-25 04:05:42 +0100 (dim, 25 nov 2007) | 2 lines smarty strings: descr->Description (all other are initial upper case) ------------------------------------------------------------------------ r10454 | ntavares | 2007-11-25 01:56:36 +0100 (dim, 25 nov 2007) | 2 lines smarty strings: capitalization ------------------------------------------------------------------------ r10453 | nyloth | 2007-11-25 01:46:57 +0100 (dim, 25 nov 2007) | 2 lines [FIX] code wikiplugin: remove broken option for geshi 1.0 ------------------------------------------------------------------------ r10452 | nyloth | 2007-11-25 01:41:36 +0100 (dim, 25 nov 2007) | 2 lines [FIX] code wikiplugin: small fixes for geshi 1.0 + notice ------------------------------------------------------------------------ r10451 | ntavares | 2007-11-25 01:17:21 +0100 (dim, 25 nov 2007) | 2 lines smarty strings: remove HTML ------------------------------------------------------------------------ r10450 | ntavares | 2007-11-25 01:12:35 +0100 (dim, 25 nov 2007) | 2 lines smarty strings: "quarter" typo ------------------------------------------------------------------------ r10449 | ntavares | 2007-11-25 00:53:22 +0100 (dim, 25 nov 2007) | 2 lines smarty strings: fix typo "independant" ------------------------------------------------------------------------ r10448 | ntavares | 2007-11-25 00:46:57 +0100 (dim, 25 nov 2007) | 2 lines remove HTML from strings, and split an expression for reuse ------------------------------------------------------------------------ r10447 | ntavares | 2007-11-24 23:54:43 +0100 (sam, 24 nov 2007) | 2 lines smarty: forgotten string ------------------------------------------------------------------------ r10446 | sylvieg | 2007-11-24 23:17:01 +0100 (sam, 24 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r10445 | kerrnel22 | 2007-11-24 20:47:17 +0100 (sam, 24 nov 2007) | 2 lines [FIX] Added a State of the Code section to documentation blurb explaining the limitations of the current version of this tool. ------------------------------------------------------------------------ r10444 | kerrnel22 | 2007-11-24 20:40:32 +0100 (sam, 24 nov 2007) | 2 lines [FIX] Library now behaves as expected to enable forum importer to work. ------------------------------------------------------------------------ r10443 | kerrnel22 | 2007-11-24 20:39:28 +0100 (sam, 24 nov 2007) | 2 lines [NEW] Initial version of Forum Import tool. Currently only imports tiki forums from an SQL file dump with escaped single quotes (\') ------------------------------------------------------------------------ r10440 | kerrnel22 | 2007-11-24 20:37:05 +0100 (sam, 24 nov 2007) | 2 lines [MOD] Added link from admin forums page to import forum tool. ------------------------------------------------------------------------ r10439 | nyloth | 2007-11-24 18:12:43 +0100 (sam, 24 nov 2007) | 40 lines [FIX][NEW] code wiki plugin: Rewrite {CODE} plugin to use GeSHI - Generic Syntax Highlighter (if installed !) + some fixes : Since GeSHI has been licensed under GPL only - which is incompatible with Tikiwiki's LGPL licence - you need to manually download (http://qbnz.com/highlighter) and copy GeSHI in your own tikiwiki's lib/geshi/ directory. You can also install the stable version of GeSHI with the Debian/Ubuntu package "php-geshi". Comments by params: * "colors" param (i.e. language): - Now support color syntaxing for other languages than php (Use GeSHI when the colors param is specified (e.g. colors=php). Supported languages are extended to those supported by GeSHI (this includes php, html, sql, javascript, css, java, c, doxygen, delphi, ...) if it is installed (test if lib/geshi/class.geshi.php or lib/geshi/geshi.php or /usr/share/php-geshi/geshi.php exists), - In order to keep a way to use php's highlight_string function (which was used before for colors=php), colors=highlights can be used. This value was in the documentation but was not used before, - Do not support colors=phpcode which was in documentation but not handled in the code * "wrap" param: - Now also support text wrapping when using colors param, - Force wrapping in <pre> tag through a CSS hack (also supported in CSS 3), - If there is no wrapping, display a scrollbar (only if needed) to avoid truncating the text * "wiki" param: - Now also supports wiki parsing when using colors param * "ln" param: - Now also supports line numbering when using colors param (with GeSHI v.1.0.x only) * "caption" param: no change Other comments: * Both stable and last development version (1.1.2alpha3) of GeSHI (http://qbnz.com/highlighter) are supported (the development version is better but does not handle "ln" param for the moment), * Remove backslashes on '$' signs, since they are apparently not evaluated somewhere but the plugin's output was not correct, * Use only PRE tags to reduce spaces at line beginning, line breaks and CSS problems ------------------------------------------------------------------------ r10438 | nyloth | 2007-11-24 16:28:43 +0100 (sam, 24 nov 2007) | 6 lines [FIX] html entity decoding: factorization and fixes * New TikiLib::htmldecode function, that replaces all functions with the same behavior that were in many places in tiki (and sometimes broken), * New smarty tiki modifier : htmldecode, to use easily the above function in smarty templates ------------------------------------------------------------------------ r10436 | kerrnel22 | 2007-11-24 09:43:52 +0100 (sam, 24 nov 2007) | 2 lines [NEW] Library for forum importer. Not working 100%, posting for debug help. ------------------------------------------------------------------------ r10434 | nkoth | 2007-11-24 01:35:15 +0100 (sam, 24 nov 2007) | 2 lines [NEW] (wiki staging) sync status indication ------------------------------------------------------------------------ r10433 | nkoth | 2007-11-24 01:15:38 +0100 (sam, 24 nov 2007) | 2 lines [FIX] fix last commit ------------------------------------------------------------------------ r10432 | nkoth | 2007-11-24 00:04:30 +0100 (sam, 24 nov 2007) | 2 lines [NEW] edit button behavior in the case of wiki page staging in use. ------------------------------------------------------------------------ r10431 | sylvieg | 2007-11-24 00:03:46 +0100 (sam, 24 nov 2007) | 2 lines [FIX]avatar: if the avatar is not square do not distord it ------------------------------------------------------------------------ r10429 | nkoth | 2007-11-23 23:09:55 +0100 (ven, 23 nov 2007) | 2 lines [MOD] make corresponding function has_edit_permission to has_view_permission in categlib ------------------------------------------------------------------------ r10428 | ntavares | 2007-11-23 22:25:34 +0100 (ven, 23 nov 2007) | 2 lines i18n: upstream from 1.9 ------------------------------------------------------------------------ r10427 | nkoth | 2007-11-23 21:01:02 +0100 (ven, 23 nov 2007) | 2 lines [MOD] allow get_page_from_history to access info for current version ------------------------------------------------------------------------ r10426 | nkoth | 2007-11-23 20:35:47 +0100 (ven, 23 nov 2007) | 2 lines [NEW] wiki page staging - auto copy contents of original first time staging page is being edited ------------------------------------------------------------------------ r10425 | sampaioprimo | 2007-11-23 18:22:39 +0100 (ven, 23 nov 2007) | 2 lines [NEW] plugin to display youtube videos in a wiki page ------------------------------------------------------------------------ r10423 | nyloth | 2007-11-23 17:24:35 +0100 (ven, 23 nov 2007) | 2 lines [FIX] tracker notifications: fix date formating for item modifications + use prefs format (since this is also used for the notification 'Date' info) ------------------------------------------------------------------------ r10422 | nyloth | 2007-11-23 14:40:21 +0100 (ven, 23 nov 2007) | 2 lines [FIX] trackers multilingual fields: really hide the multilingual whole row (not just its cells content) in tracker field edition when the field does not support multilingual content (use 'display' CSS attribute instead of 'visibility') + simplify 'chgTrkLingual()' javascript function. ------------------------------------------------------------------------ r10421 | nyloth | 2007-11-23 14:32:44 +0100 (ven, 23 nov 2007) | 2 lines [FIX] tiki login: small fix to avoid another '?' when the URL was already specified with arguments. ------------------------------------------------------------------------ r10420 | nyloth | 2007-11-23 13:57:19 +0100 (ven, 23 nov 2007) | 2 lines [NEW] tracker static field: add quicktags to the static field's textarea ------------------------------------------------------------------------ r10419 | sylvieg | 2007-11-23 13:39:26 +0100 (ven, 23 nov 2007) | 2 lines [FIX]mod-events: popup + param popup to have or not the popup + translation ------------------------------------------------------------------------ r10418 | sylvieg | 2007-11-23 13:37:37 +0100 (ven, 23 nov 2007) | 2 lines [FIX] use tra to have more translation ------------------------------------------------------------------------ r10417 | nkoth | 2007-11-23 00:17:17 +0100 (ven, 23 nov 2007) | 2 lines [NEW] allow hide prefix used for page staging ------------------------------------------------------------------------ r10416 | nkoth | 2007-11-23 00:09:32 +0100 (ven, 23 nov 2007) | 2 lines [MOD] hide prefix from html page title for staging pages ------------------------------------------------------------------------ r10415 | sylvieg | 2007-11-22 23:57:49 +0100 (jeu, 22 nov 2007) | 2 lines [FIX]mod-event: mktime new sauce+why not just picking the day of the month? ------------------------------------------------------------------------ r10414 | nkoth | 2007-11-22 23:45:55 +0100 (jeu, 22 nov 2007) | 2 lines [MOD] allow forcing a bounce of edit of approved pages to staging (feature_wikiapproval) ------------------------------------------------------------------------ r10413 | nkoth | 2007-11-22 23:42:23 +0100 (jeu, 22 nov 2007) | 2 lines [MOD] allow hide prefix also in edit page for staging pages ------------------------------------------------------------------------ r10412 | nkoth | 2007-11-22 23:34:46 +0100 (jeu, 22 nov 2007) | 2 lines spacing ------------------------------------------------------------------------ r10411 | sylvieg | 2007-11-22 23:29:21 +0100 (jeu, 22 nov 2007) | 2 lines [MOD]list page: propose to create a page if perm and if the result of a find gave nothing ------------------------------------------------------------------------ r10410 | nkoth | 2007-11-22 22:54:31 +0100 (jeu, 22 nov 2007) | 2 lines [FIX] out of sync indicator for staging/approve should be available for both staging/approved page. ------------------------------------------------------------------------ r10409 | nkoth | 2007-11-22 22:43:15 +0100 (jeu, 22 nov 2007) | 2 lines [NEW] wiki page staging and approval. Initial stuff. More coming. ------------------------------------------------------------------------ r10408 | nyloth | 2007-11-22 20:58:45 +0100 (jeu, 22 nov 2007) | 13 lines [NEW] tracker field types: add a multiple selection list to specify which items should be listed to the users when editing a tracker item of the concerned field types. This has been done for those field types : * user selector, * group selector, * country selector It allows, for example, to list only developpers in a list of users in charge of bugs in a bug tracker, or to list only a few countries with their flags. It is possible to use this for every field type that generates a drop-down list of items (categories, ...). Choosing no item at all will list all items to the user, for compatibility with old versions, because it's easier to use this way and because nobody should need an empty list. ------------------------------------------------------------------------ r10407 | nkoth | 2007-11-22 19:50:32 +0100 (jeu, 22 nov 2007) | 2 lines [NEW] add prefs for new wiki page staging and approval feature ------------------------------------------------------------------------ r10406 | kerrnel22 | 2007-11-22 19:24:11 +0100 (jeu, 22 nov 2007) | 2 lines [MOD] Added option to sort forum list by ascending creation date. Previously only descending was an option. ------------------------------------------------------------------------ r10405 | sylvieg | 2007-11-22 19:09:43 +0100 (jeu, 22 nov 2007) | 2 lines prefs ------------------------------------------------------------------------ r10404 | sylvieg | 2007-11-22 19:09:11 +0100 (jeu, 22 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r10403 | kerrnel22 | 2007-11-22 19:08:52 +0100 (jeu, 22 nov 2007) | 2 lines [FIX] Merge of cumulative 1.9.x fixes for Galaxia into 1.10 branch. ------------------------------------------------------------------------ r10402 | nkoth | 2007-11-22 18:53:03 +0100 (jeu, 22 nov 2007) | 2 lines [MOD] change label for mandatory category feature ------------------------------------------------------------------------ r10401 | sylvieg | 2007-11-22 18:35:53 +0100 (jeu, 22 nov 2007) | 2 lines rollback - sorry ------------------------------------------------------------------------ r10400 | sylvieg | 2007-11-22 18:09:02 +0100 (jeu, 22 nov 2007) | 2 lines [MOD]broadcast: cahnge messaeg will be sent to message sent ------------------------------------------------------------------------ r10397 | sylvieg | 2007-11-22 17:54:07 +0100 (jeu, 22 nov 2007) | 2 lines typo ------------------------------------------------------------------------ r10396 | sylvieg | 2007-11-22 17:51:51 +0100 (jeu, 22 nov 2007) | 2 lines prefs ------------------------------------------------------------------------ r10395 | nkoth | 2007-11-22 17:47:53 +0100 (jeu, 22 nov 2007) | 2 lines [FIX] show current value of categorypath_excluded pref added in last commit ------------------------------------------------------------------------ r10394 | nkoth | 2007-11-22 17:38:22 +0100 (jeu, 22 nov 2007) | 2 lines [NEW] allow a way for site admin to exclude certain categories from categpath, useful when supplementary categories are used (such as "need update" and so on) which clutter up with multiple categpaths ------------------------------------------------------------------------ r10393 | nkoth | 2007-11-22 17:32:14 +0100 (jeu, 22 nov 2007) | 2 lines [FIX] now that line break has been removed from categpath.tpl to fix the other problem, it needs to be somewhere to preserve old behavior in the case of multiple categpaths. ------------------------------------------------------------------------ r10389 | nkoth | 2007-11-21 23:42:49 +0100 (mer, 21 nov 2007) | 2 lines [FIX] dblclickedit was never a pref - it is a smarty var assigned on specific places to indicate when x2 click to edit is possible (wiki page/slideshow) ------------------------------------------------------------------------ r10388 | nkoth | 2007-11-21 22:53:18 +0100 (mer, 21 nov 2007) | 2 lines [FIX] oops. typo in prev commit ------------------------------------------------------------------------ r10387 | nkoth | 2007-11-21 22:49:55 +0100 (mer, 21 nov 2007) | 2 lines [NEW] support for 'group theme', based on user's default_group; support for group default category ------------------------------------------------------------------------ r10386 | sylvieg | 2007-11-21 22:40:59 +0100 (mer, 21 nov 2007) | 2 lines [MOD] function get_including_group + get_users filter on an array of groups ------------------------------------------------------------------------ r10385 | sylvieg | 2007-11-21 20:35:48 +0100 (mer, 21 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r10384 | sylvieg | 2007-11-21 20:31:21 +0100 (mer, 21 nov 2007) | 2 lines avoid error if refresh ------------------------------------------------------------------------ r10383 | ntavares | 2007-11-21 20:28:41 +0100 (mer, 21 nov 2007) | 2 lines restore add_group/change_group API compatibility from previous patch and be more verbose regarding $forcedcat ------------------------------------------------------------------------ r10382 | sylvieg | 2007-11-21 19:54:38 +0100 (mer, 21 nov 2007) | 2 lines [FIX] also create the first page ------------------------------------------------------------------------ r10381 | ntavares | 2007-11-21 19:37:08 +0100 (mer, 21 nov 2007) | 2 lines backward compatibility for default_cat "none" selection ------------------------------------------------------------------------ r10380 | ntavares | 2007-11-21 19:26:37 +0100 (mer, 21 nov 2007) | 2 lines NEW support for 'group theme', based on user's default_group ;; support for group default category: (all) new content should be placed automatically in there, if no category specified ------------------------------------------------------------------------ r10379 | sylvieg | 2007-11-21 17:23:42 +0100 (mer, 21 nov 2007) | 2 lines [FIX] also create the page when received a structure ------------------------------------------------------------------------ r10378 | sylvieg | 2007-11-21 16:26:25 +0100 (mer, 21 nov 2007) | 2 lines sync ------------------------------------------------------------------------ r10377 | sylvieg | 2007-11-21 16:08:12 +0100 (mer, 21 nov 2007) | 2 lines temporary modif ------------------------------------------------------------------------ r10376 | sylvieg | 2007-11-21 16:05:56 +0100 (mer, 21 nov 2007) | 2 lines work on progress on suckerfish menu ------------------------------------------------------------------------ r10374 | nkoth | 2007-11-21 02:52:02 +0100 (mer, 21 nov 2007) | 2 lines [FIX] allow module title overiding in parameters ------------------------------------------------------------------------ r10373 | sylvieg | 2007-11-21 00:51:31 +0100 (mer, 21 nov 2007) | 2 lines [FIX]SUBSCRIBEGROUP: if the param is set to nothing - do not display the text by the button only ------------------------------------------------------------------------ r10372 | sylvieg | 2007-11-21 00:20:54 +0100 (mer, 21 nov 2007) | 2 lines [MOD]calendar: mode list add a class selected for the events that happens now ------------------------------------------------------------------------ r10371 | sylvieg | 2007-11-20 23:49:52 +0100 (mar, 20 nov 2007) | 2 lines [FIX]rss: why the title and desc were encoded? ------------------------------------------------------------------------ r10370 | sylvieg | 2007-11-20 23:07:43 +0100 (mar, 20 nov 2007) | 2 lines [FIX]missing prefs ------------------------------------------------------------------------ r10369 | sylvieg | 2007-11-20 23:03:56 +0100 (mar, 20 nov 2007) | 2 lines [FIX]seems incorrect to me: sept_7? ------------------------------------------------------------------------ r10368 | sylvieg | 2007-11-20 18:44:02 +0100 (mar, 20 nov 2007) | 2 lines [MOD]calendar: with todate=0 brings back to the current date and not the session value ------------------------------------------------------------------------ r10367 | nkoth | 2007-11-20 01:14:09 +0100 (mar, 20 nov 2007) | 2 lines [FIX] dynamic content should be the first thing to be inserted before any parsing takes place, since it could contain all sorts of unparsed stuff that needs parsing. ------------------------------------------------------------------------ r10366 | sylvieg | 2007-11-20 00:41:20 +0100 (mar, 20 nov 2007) | 2 lines [MOD]SUBSCRIBEGROUP: replace action param with subscribe_action and unsubscribe_action ------------------------------------------------------------------------ r10365 | sylvieg | 2007-11-20 00:23:03 +0100 (mar, 20 nov 2007) | 2 lines [MOD]SUBSCRIBEGROUP: new param action to name the button ------------------------------------------------------------------------ r10364 | sylvieg | 2007-11-20 00:00:39 +0100 (mar, 20 nov 2007) | 2 lines [FIX]group: fix user choice at creation+more detail in confirm message ------------------------------------------------------------------------ r10363 | nkoth | 2007-11-19 23:50:06 +0100 (lun, 19 nov 2007) | 2 lines [FIX] pagename in href should be urlencoded ------------------------------------------------------------------------ r10362 | sylvieg | 2007-11-19 23:30:48 +0100 (lun, 19 nov 2007) | 2 lines [FIX]SUBSCRIBEGROUP: can be call twice in the same page ------------------------------------------------------------------------ r10361 | sylvieg | 2007-11-19 23:09:20 +0100 (lun, 19 nov 2007) | 2 lines [FIX]group: if groups change in a wiki page, invalidate the cache in order the module looks for the right groups ------------------------------------------------------------------------ r10360 | sylvieg | 2007-11-19 22:29:06 +0100 (lun, 19 nov 2007) | 2 lines [FIX]group: if groups change in a wiki page, invalidate the cache in order the module looks for the right groups ------------------------------------------------------------------------ r10359 | nkoth | 2007-11-19 21:46:36 +0100 (lun, 19 nov 2007) | 2 lines [FIX] line break unnecessary for shipped themes or any theme that encloses categpath display in table or div. It does get in the way of people who want to use it inline though. ------------------------------------------------------------------------ r10358 | pkdille | 2007-11-19 20:37:48 +0100 (lun, 19 nov 2007) | 2 lines [FIX] admin quicktags: option list without value ------------------------------------------------------------------------ r10357 | sylvieg | 2007-11-19 20:18:10 +0100 (lun, 19 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r10356 | sylvieg | 2007-11-19 19:44:40 +0100 (lun, 19 nov 2007) | 2 lines [FIX]plugin: more than 1 param surounding by double quotes was overwritten the params to the same value ------------------------------------------------------------------------ r10355 | nkoth | 2007-11-19 19:36:06 +0100 (lun, 19 nov 2007) | 2 lines [MOD] add support for print style sheets ------------------------------------------------------------------------ r10354 | nkoth | 2007-11-19 18:42:37 +0100 (lun, 19 nov 2007) | 2 lines [FIX] auto wiki paragraph formatting should not affect divs created by plugin ------------------------------------------------------------------------ r10353 | sylvieg | 2007-11-19 18:02:59 +0100 (lun, 19 nov 2007) | 2 lines [FIX]prefs: display_server_load seems not to be configurable somewhere + need the server_load if feature_bot_bar_debug is on ------------------------------------------------------------------------ r10352 | sylvieg | 2007-11-19 17:49:14 +0100 (lun, 19 nov 2007) | 2 lines [FIX]calendar: only the first 50 events were showing up - as thre is no pagination planned, returns all the events ------------------------------------------------------------------------ r10351 | jyhem | 2007-11-19 17:15:42 +0100 (lun, 19 nov 2007) | 2 lines [FIX] ooops ------------------------------------------------------------------------ r10350 | sylvieg | 2007-11-19 17:08:10 +0100 (lun, 19 nov 2007) | 2 lines [FIX]search: the mysql search was only returning one comments per forum ------------------------------------------------------------------------ r10349 | jyhem | 2007-11-19 16:05:38 +0100 (lun, 19 nov 2007) | 2 lines [FIX] this did not work for multilingual tikis ------------------------------------------------------------------------ r10348 | jyhem | 2007-11-19 16:03:54 +0100 (lun, 19 nov 2007) | 2 lines [FIX] let's keep consistency ------------------------------------------------------------------------ r10347 | mose | 2007-11-19 06:34:44 +0100 (lun, 19 nov 2007) | 2 lines [FIX] parse: please do not use php5-only functions yet, stripos is bugging php4 tikis ------------------------------------------------------------------------ r10346 | nyloth | 2007-11-18 18:37:18 +0100 (dim, 18 nov 2007) | 21 lines [FIX][NEW] maketoc: Some fixes + new params + code cleaning - New param "title" that allows to change the default title (tiki will try to translate the given title), - New param "maxdepth" (maximum depth, same as the toc's maxdepth param) : values = integer, defaults to 0 (unlimited), - New param "showhide" (add the "Show/Hide" link to hide the TOC content) : values = y|n, defaults to n, - New param "nolinks" (add links on toc items to the page anchors) : values = y|n, defaults to n - New param "nums" (show titles autonumbering) : values = y|n|force, defaults to y * 'y' means 'same as page's headings autonumbering', * 'n' means 'no title autonumbering' in TOC, * 'force' means : ~ same as 'y' if autonumbering is used in the page, ~ 'number each toc entry as if they were all autonumbered' - Clean the maketoc code, - Fix the maketoc default title "Table Of Contents" that was not working, - Leave the maketoc:box default title to "index" to preserve environment, but use the maketoc default title "Table Of Contents" with the new syntax (with type=box), - Keep the old deprecated syntax {maketoc:box} (new syntax will be {maketoc type=box}, - replace links to tiki-index.php with $PHP_SELF Usage examples : {maketoc}, {maketoc type=box title="My TOC" maxdepth=2}, ... ------------------------------------------------------------------------ r10345 | xavidp | 2007-11-17 14:13:44 +0100 (sam, 17 nov 2007) | 2 lines [FIX] WYSIWYCA: show only "Graph contribution" button if feature contribution is enabled ------------------------------------------------------------------------ r10344 | sylvieg | 2007-11-17 09:11:48 +0100 (sam, 17 nov 2007) | 2 lines [FIX]gal: list_visible_galleries was in 2 libs + the one in tikilib was not checking the view perm ------------------------------------------------------------------------ r10343 | sylvieg | 2007-11-16 23:22:46 +0100 (ven, 16 nov 2007) | 2 lines [FIX]wiki: unlock in listpages+prepare the data to avoid the confusion between the creator and the locker ------------------------------------------------------------------------ r10342 | sylvieg | 2007-11-16 21:36:24 +0100 (ven, 16 nov 2007) | 2 lines perhaps a fix ------------------------------------------------------------------------ r10341 | sylvieg | 2007-11-16 21:28:05 +0100 (ven, 16 nov 2007) | 2 lines wrong string ------------------------------------------------------------------------ r10340 | sylvieg | 2007-11-16 21:26:02 +0100 (ven, 16 nov 2007) | 2 lines typo ------------------------------------------------------------------------ r10339 | sylvieg | 2007-11-16 21:19:46 +0100 (ven, 16 nov 2007) | 2 lines [FIX] tpl should never contains quote around {tr}..{/tr} because the translated string can contain '. The {tr} must always be surronded with double quote ------------------------------------------------------------------------ r10338 | sylvieg | 2007-11-16 20:39:16 +0100 (ven, 16 nov 2007) | 2 lines [FIX]fgal: fix select all ------------------------------------------------------------------------ r10337 | sylvieg | 2007-11-16 20:26:59 +0100 (ven, 16 nov 2007) | 2 lines [FIX]another prefs missing for action_log ------------------------------------------------------------------------ r10336 | frank_p | 2007-11-16 01:38:07 +0100 (ven, 16 nov 2007) | 2 lines [Style] Minor button in preview; sort buttons preview, Minor, Save ------------------------------------------------------------------------ r10335 | sylvieg | 2007-11-15 23:39:28 +0100 (jeu, 15 nov 2007) | 2 lines [MOD]wiki: can lock and unlock pages in the check option ------------------------------------------------------------------------ r10334 | sylvieg | 2007-11-15 22:19:55 +0100 (jeu, 15 nov 2007) | 2 lines icons ------------------------------------------------------------------------ r10333 | sylvieg | 2007-11-15 22:02:44 +0100 (jeu, 15 nov 2007) | 2 lines icon ------------------------------------------------------------------------ r10332 | sylvieg | 2007-11-15 21:57:37 +0100 (jeu, 15 nov 2007) | 2 lines [FIX]menu: conflit smarty var ------------------------------------------------------------------------ r10331 | sylvieg | 2007-11-15 20:00:55 +0100 (jeu, 15 nov 2007) | 2 lines [MOD]articles: rss can be filter by lang ------------------------------------------------------------------------ r10330 | sylvieg | 2007-11-15 16:06:28 +0100 (jeu, 15 nov 2007) | 2 lines syntax error ------------------------------------------------------------------------ r10329 | sylvieg | 2007-11-15 15:47:49 +0100 (jeu, 15 nov 2007) | 2 lines [FIX] a forgotten prefs ------------------------------------------------------------------------ r10328 | sylvieg | 2007-11-15 15:46:46 +0100 (jeu, 15 nov 2007) | 2 lines notice ------------------------------------------------------------------------ r10327 | sylvieg | 2007-11-14 23:47:27 +0100 (mer, 14 nov 2007) | 2 lines [MOD]plugin: a plugin subscribe_group http://doc.tikiwiki.org/tiki-index.php?page=PluginSubscribeGroup ------------------------------------------------------------------------ r10324 | sylvieg | 2007-11-14 21:32:51 +0100 (mer, 14 nov 2007) | 2 lines sync ------------------------------------------------------------------------ r10323 | sylvieg | 2007-11-14 21:31:47 +0100 (mer, 14 nov 2007) | 2 lines [FIX]perm: change the perm name for a better one tiki_p_subscribe_groups ------------------------------------------------------------------------ r10322 | sylvieg | 2007-11-14 20:38:13 +0100 (mer, 14 nov 2007) | 2 lines [FIX]smarty var names conflicting ------------------------------------------------------------------------ r10321 | sylvieg | 2007-11-14 20:28:08 +0100 (mer, 14 nov 2007) | 2 lines notice ------------------------------------------------------------------------ r10320 | sylvieg | 2007-11-14 20:14:50 +0100 (mer, 14 nov 2007) | 2 lines notice ------------------------------------------------------------------------ r10319 | sylvieg | 2007-11-14 20:13:35 +0100 (mer, 14 nov 2007) | 2 lines deprecated reference ------------------------------------------------------------------------ r10318 | sylvieg | 2007-11-14 19:57:32 +0100 (mer, 14 nov 2007) | 2 lines notice ------------------------------------------------------------------------ r10317 | sylvieg | 2007-11-14 19:26:01 +0100 (mer, 14 nov 2007) | 2 lines [FIX]menu: css menu with selected option displayed ------------------------------------------------------------------------ r10316 | sylvieg | 2007-11-14 18:59:46 +0100 (mer, 14 nov 2007) | 2 lines [FIX]sectionLEvel menu: separator + {menu}interprets them ------------------------------------------------------------------------ r10315 | sylvieg | 2007-11-14 16:46:39 +0100 (mer, 14 nov 2007) | 2 lines [mod]suckerfish menus: {menu id=1 css=y type=horiz}, {menu id=1 css=y type=vert} - styles are very rudimentatry - {menu id=1 css=y} is broken ------------------------------------------------------------------------ r10314 | sylvieg | 2007-11-14 16:41:17 +0100 (mer, 14 nov 2007) | 2 lines [mod]suckerfish menus: {menu id=1 css=y type=horiz}, {menu id=1 css=y type=vert} - styles are very rudimentatry - {menu id=1 css=y} is broken ------------------------------------------------------------------------ r10311 | ricks99 | 2007-11-14 03:12:31 +0100 (mer, 14 nov 2007) | 2 lines added xmlns attribute for element html, required to validate properly. also added langauge identifier based on selected {$language} value. tiki should now properly validate as XHTML 1.0 Transitional ------------------------------------------------------------------------ r10310 | sylvieg | 2007-11-13 23:21:20 +0100 (mar, 13 nov 2007) | 2 lines sync ------------------------------------------------------------------------ r10309 | luciash | 2007-11-13 21:35:14 +0100 (mar, 13 nov 2007) | 2 lines [FIX] allow translation of 'Administration' and some others in page title and breadcrumbs (port from BRANCH-1-9) ------------------------------------------------------------------------ r10308 | sylvieg | 2007-11-13 20:14:41 +0100 (mar, 13 nov 2007) | 2 lines html compliance ------------------------------------------------------------------------ r10307 | sylvieg | 2007-11-13 19:42:58 +0100 (mar, 13 nov 2007) | 2 lines typo ------------------------------------------------------------------------ r10306 | jyhem | 2007-11-13 19:36:39 +0100 (mar, 13 nov 2007) | 2 lines [ENH] No need for users to go to forum list if they are already looking at the only forum ------------------------------------------------------------------------ r10305 | sylvieg | 2007-11-13 18:37:16 +0100 (mar, 13 nov 2007) | 2 lines [MOD]group: new perm tiki_p_assign_my_groups that allows a user to assign himself in group from a list choosen by the admin ------------------------------------------------------------------------ r10304 | luciash | 2007-11-13 17:56:17 +0100 (mar, 13 nov 2007) | 2 lines this is just a test - testing BRANCH-1-10 ------------------------------------------------------------------------ r10303 | sylvieg | 2007-11-13 16:22:46 +0100 (mar, 13 nov 2007) | 2 lines [FIX]prefs: style prefs is no more in general admin ------------------------------------------------------------------------ r10302 | ricks99 | 2007-11-13 15:49:39 +0100 (mar, 13 nov 2007) | 2 lines display quicktags, description, and syntax in wiki help ------------------------------------------------------------------------ r10301 | sylvieg | 2007-11-13 14:54:24 +0100 (mar, 13 nov 2007) | 2 lines [MOD]search: new config to parse or not the search snippet - because it can be very slow. only for wiki page on both search ------------------------------------------------------------------------ r10300 | frank_p | 2007-11-13 12:32:08 +0100 (mar, 13 nov 2007) | 2 lines [FIX] email events save in tiki_user_watches ------------------------------------------------------------------------ r10299 | sylvieg | 2007-11-12 21:24:26 +0100 (lun, 12 nov 2007) | 2 lines move the selected menu option function from phplayer to menu to be reused ------------------------------------------------------------------------ r10298 | sylvieg | 2007-11-12 21:22:27 +0100 (lun, 12 nov 2007) | 2 lines [FIX]gal: better string ------------------------------------------------------------------------ r10297 | sylvieg | 2007-11-12 21:21:07 +0100 (lun, 12 nov 2007) | 2 lines icon ------------------------------------------------------------------------ r10296 | sylvieg | 2007-11-12 21:20:01 +0100 (lun, 12 nov 2007) | 2 lines notice ------------------------------------------------------------------------ r10295 | sylvieg | 2007-11-12 20:36:13 +0100 (lun, 12 nov 2007) | 2 lines [FIX]switch theme ------------------------------------------------------------------------ r10294 | sylvieg | 2007-11-12 20:30:37 +0100 (lun, 12 nov 2007) | 2 lines [FIX]switch language ------------------------------------------------------------------------ r10293 | sylvieg | 2007-11-12 19:58:58 +0100 (lun, 12 nov 2007) | 2 lines [FIX]pref: see the theme as soon as you change it in user_prefs ------------------------------------------------------------------------ r10292 | ntavares | 2007-11-12 19:44:50 +0100 (lun, 12 nov 2007) | 2 lines encapsulated all password tests into userlib->check_password_policy. It will allow and ease the process of adding new validation rules ------------------------------------------------------------------------ r10291 | jyhem | 2007-11-12 19:44:04 +0100 (lun, 12 nov 2007) | 2 lines [ENH] remove calls to unused libs, add --ignorecase, handle slashes in text ------------------------------------------------------------------------ r10290 | sylvieg | 2007-11-12 16:30:15 +0100 (lun, 12 nov 2007) | 2 lines [MOD]wiki: confirmation for delete attachment ------------------------------------------------------------------------ r10289 | sylvieg | 2007-11-12 14:23:39 +0100 (lun, 12 nov 2007) | 2 lines [FIX]maketoc: url encode the page name ------------------------------------------------------------------------ r10288 | marclaporte | 2007-11-12 02:36:27 +0100 (lun, 12 nov 2007) | 2 lines [ENH]File galleries: After upload, you get a message to re-use/link to that file. This message is now split in two. One for using on wiki pages on the same site (wiki syntax with relative link), and the other for using on another site, with html syntax and URL with domain (absolute link) ------------------------------------------------------------------------ r10287 | frank_p | 2007-11-12 01:27:49 +0100 (lun, 12 nov 2007) | 2 lines [FIX] events save in tiki_user_watches ------------------------------------------------------------------------ r10286 | nyloth | 2007-11-11 19:33:57 +0100 (dim, 11 nov 2007) | 2 lines [FIX] prefs: rename 'prefs' _SESSION array key to 's_prefs' because it causes troubles on some php configurations since 'prefs' is also used for the global var name and can conflict. ------------------------------------------------------------------------ r10285 | nyloth | 2007-11-11 14:41:57 +0100 (dim, 11 nov 2007) | 2 lines [FIX] wiki headings autonumbering: do not increment the level number if the level is not shown. This allows, for example, to have a heading such as "Introduction" that is not numbered, and then starting the numbers at '1'. ------------------------------------------------------------------------ r10284 | nyloth | 2007-11-11 14:10:05 +0100 (dim, 11 nov 2007) | 8 lines [FIX][ENH] wiki maketoc & headings autonumbering : * maketoc : Add a number to the maketoc anchor if it already exists, to have a maketoc that works with duplicated titles + Also show autonumbering in maketoc * headings autonumbering : Handle cases where some levels are not numbered. For example : if autonumbering is specified for h1, h3 and h4 but not h2, then h3 levels will not include its parents numbering (will begin at 1. instead of 1.1.1.) but will restart at 1. for each new h2 (or h1) to be coherent with the whole structure ------------------------------------------------------------------------ r10283 | frank_p | 2007-11-11 11:19:26 +0100 (dim, 11 nov 2007) | 2 lines [FIX] Mail notifications from tiki-admin_notifications.php not work; table tiki_mail_events is unnecessary ------------------------------------------------------------------------ r10282 | nyloth | 2007-11-11 04:30:32 +0100 (dim, 11 nov 2007) | 2 lines [NEW] Update HTML Purifier from version 1.3.0 to version 2.1.3 ------------------------------------------------------------------------ r10183 | nyloth | 2007-11-11 03:43:47 +0100 (dim, 11 nov 2007) | 2 lines Updating MySQL installation scripts ------------------------------------------------------------------------ r10182 | ntavares | 2007-11-11 02:03:21 +0100 (dim, 11 nov 2007) | 2 lines fix typo ------------------------------------------------------------------------ r10181 | sylvieg | 2007-11-10 23:21:00 +0100 (sam, 10 nov 2007) | 2 lines [FIX]wiki: put earlier the check on perms - bug was reported in head ------------------------------------------------------------------------ r10180 | ntavares | 2007-11-10 16:53:56 +0100 (sam, 10 nov 2007) | 2 lines i18n: more strings, fixed lots of pt_BR copy-paste ------------------------------------------------------------------------ r10179 | jyhem | 2007-11-09 20:18:41 +0100 (ven, 09 nov 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r10178 | jyhem | 2007-11-09 20:15:49 +0100 (ven, 09 nov 2007) | 2 lines [MOD] finish the 'nowrap' migration to css ------------------------------------------------------------------------ r10177 | nyloth | 2007-11-09 16:23:17 +0100 (ven, 09 nov 2007) | 2 lines [FIX] wiki: fix headers autonumbering to allow cumulating -/+ signs with # (i.e. !-# or !+# syntaxes) ------------------------------------------------------------------------ r10176 | sylvieg | 2007-11-09 16:17:51 +0100 (ven, 09 nov 2007) | 2 lines [MOD]wikihelp: help for !#" ------------------------------------------------------------------------ r10175 | sylvieg | 2007-11-09 14:29:29 +0100 (ven, 09 nov 2007) | 2 lines [FIX]wiki: if is not set , show the wiki syntax anyway ------------------------------------------------------------------------ r10174 | nyloth | 2007-11-09 12:12:34 +0100 (ven, 09 nov 2007) | 2 lines [NEW] wiki: new (!#, !!#, ...) syntax to have autonumbered headings. ------------------------------------------------------------------------ r10173 | ricks99 | 2007-11-08 22:47:51 +0100 (jeu, 08 nov 2007) | 3 lines add proper <TITLE> to page for article (cms) pages ------------------------------------------------------------------------ r10172 | ricks99 | 2007-11-08 22:38:33 +0100 (jeu, 08 nov 2007) | 3 lines add proper <TITLE> to page for blog pages ------------------------------------------------------------------------ r10171 | ricks99 | 2007-11-08 22:34:48 +0100 (jeu, 08 nov 2007) | 3 lines add proper <TITLE> to page for forum pages ------------------------------------------------------------------------ r10170 | ricks99 | 2007-11-08 22:31:12 +0100 (jeu, 08 nov 2007) | 3 lines add proper <TITLE> to page (more to come...) ------------------------------------------------------------------------ r10169 | ntavares | 2007-11-08 22:15:50 +0100 (jeu, 08 nov 2007) | 2 lines i18n: fix for some untranslatable strings ------------------------------------------------------------------------ r10168 | sylvieg | 2007-11-08 22:07:30 +0100 (jeu, 08 nov 2007) | 2 lines typo ------------------------------------------------------------------------ r10167 | sylvieg | 2007-11-08 22:06:54 +0100 (jeu, 08 nov 2007) | 2 lines [MOD]menu: sectionLevel ------------------------------------------------------------------------ r10166 | sylvieg | 2007-11-08 20:32:48 +0100 (jeu, 08 nov 2007) | 2 lines [MOD]modules: better to use a popup than a link to doc- the link is at the top ------------------------------------------------------------------------ r10165 | sylvieg | 2007-11-08 19:48:16 +0100 (jeu, 08 nov 2007) | 2 lines [FIX]print: to have {toc} interpreted in multi-print-page of structure ------------------------------------------------------------------------ r10164 | nyloth | 2007-11-08 19:18:51 +0100 (jeu, 08 nov 2007) | 12 lines [FIX] default homepage after login : many small fixes : - use urlencode to compare wiki pagenames with parts of referer URL, - handle the fact that php urlencode() encodes spaces a '+' and that referer URL could use '%20' instead, - do not do some things if they are not needed (when limitedGoGroupHome is disabled), - handle the case where wiki homepage is saved as 'tiki-index.php' instead of 'tiki-index.php?page=Homepage', - use $prefs['site_tikiIndex'] instead of $prefs['tikiIndex'], because the last one contains the homepage of the user that is logged in, instead of the global site pref (due to stuff in lib/setup/default_homepage.php), - handle all syntaxes of anonymous group (i.e. full URL, relative URL and pagename only), - also use $prefs['site_tikiIndex'] and $prefs['site_wikiHomePage'] in admin panels, - do not create a page with an empty name if wikiHomePage is not set, - add the error message 'No name indicated for wiki page' when trying to display the default wiki page if there is no value defined in wiki admin panel, - when login out: go back to the site default homepage, not the current user default homepage ------------------------------------------------------------------------ r10163 | sylvieg | 2007-11-08 19:01:41 +0100 (jeu, 08 nov 2007) | 2 lines [FIX]pdf: take away ...page... + tmp ------------------------------------------------------------------------ r10162 | jyhem | 2007-11-08 18:16:26 +0100 (jeu, 08 nov 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r10161 | sylvieg | 2007-11-08 16:56:43 +0100 (jeu, 08 nov 2007) | 2 lines [MOD]gal: when rebuilding the thumbnail, display a message to clear the browser cache, because if you have change the thumbnail size for instance, there is no way to tell the browser to refresh now the image ------------------------------------------------------------------------ r10160 | nyloth | 2007-11-08 15:12:12 +0100 (jeu, 08 nov 2007) | 2 lines [FIX] groups administration : Changing group name of 'Anonymous' and 'Registered' is not allowed BUT other changes are allowed. ------------------------------------------------------------------------ r10159 | nyloth | 2007-11-08 14:57:24 +0100 (jeu, 08 nov 2007) | 2 lines [FIX] 'go back to referer url after logon' : need to take in account anonymous group homepage. ------------------------------------------------------------------------ r10158 | nyloth | 2007-11-08 14:09:40 +0100 (jeu, 08 nov 2007) | 2 lines [FIX] 'go back to referer url after logon' : need to take in account url args. ------------------------------------------------------------------------ r10157 | sylvieg | 2007-11-08 03:01:31 +0100 (jeu, 08 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r9965 | sylvieg | 2007-11-08 00:36:12 +0100 (jeu, 08 nov 2007) | 2 lines [MOD]update to html2pdf2.0.39 http://tufat.com/s_html2ps_html2pdf.htm ------------------------------------------------------------------------ r9960 | sylvieg | 2007-11-07 22:29:33 +0100 (mer, 07 nov 2007) | 2 lines [MOD]gal: move the result strings of an upload on the top of teh page to be sure people see them ------------------------------------------------------------------------ r9959 | sylvieg | 2007-11-07 21:47:53 +0100 (mer, 07 nov 2007) | 2 lines [FIX]prefs: oops commit the deprecated off - too early ------------------------------------------------------------------------ r9958 | sylvieg | 2007-11-07 21:45:27 +0100 (mer, 07 nov 2007) | 2 lines [FIX]gal: change the term+string preset_galleries_scale to preset_galleries_thumb because it is about thumb size not scale ------------------------------------------------------------------------ r9957 | jyhem | 2007-11-07 19:15:29 +0100 (mer, 07 nov 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9956 | jyhem | 2007-11-07 19:07:37 +0100 (mer, 07 nov 2007) | 2 lines [FIX] this is optionnal, remember ------------------------------------------------------------------------ r9955 | jyhem | 2007-11-07 18:24:09 +0100 (mer, 07 nov 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9954 | jyhem | 2007-11-07 18:07:07 +0100 (mer, 07 nov 2007) | 2 lines [FIX] clean html ------------------------------------------------------------------------ r9953 | pkdille | 2007-11-07 17:58:16 +0100 (mer, 07 nov 2007) | 2 lines [FIX] tiki.sql: typo ------------------------------------------------------------------------ r9952 | jyhem | 2007-11-07 17:51:11 +0100 (mer, 07 nov 2007) | 2 lines [FIX] clean html ------------------------------------------------------------------------ r9951 | sylvieg | 2007-11-07 16:55:11 +0100 (mer, 07 nov 2007) | 2 lines [FIX]css: replace .error with highlight simplebox as the error class is not very used ------------------------------------------------------------------------ r9950 | jyhem | 2007-11-07 16:10:55 +0100 (mer, 07 nov 2007) | 2 lines [MOD] 'nowrap' belongs in CSS because different styles may want different tracker displays ------------------------------------------------------------------------ r9949 | jyhem | 2007-11-07 14:53:18 +0100 (mer, 07 nov 2007) | 2 lines [MOD] unneeded, now truncation happens in only one place. ------------------------------------------------------------------------ r9948 | mose | 2007-11-07 13:40:26 +0100 (mer, 07 nov 2007) | 2 lines [FIX] themes: prefs.style should never include tikidomain ------------------------------------------------------------------------ r9947 | mose | 2007-11-07 13:37:30 +0100 (mer, 07 nov 2007) | 2 lines [FIX] theme control: adaptation to new perfs system ------------------------------------------------------------------------ r9946 | jyhem | 2007-11-07 12:08:58 +0100 (mer, 07 nov 2007) | 2 lines [FIX] oops ------------------------------------------------------------------------ r9945 | sylvieg | 2007-11-07 00:50:28 +0100 (mer, 07 nov 2007) | 2 lines [MOD]menu: new param sectionLevel to be able to display a subMenu only if one of the option matches the current url ------------------------------------------------------------------------ r9944 | sylvieg | 2007-11-06 23:03:12 +0100 (mar, 06 nov 2007) | 2 lines [MOD]calendar: a little bit more table redesign ------------------------------------------------------------------------ r9943 | sylvieg | 2007-11-06 21:51:38 +0100 (mar, 06 nov 2007) | 2 lines oops trace ------------------------------------------------------------------------ r9942 | sylvieg | 2007-11-06 21:45:08 +0100 (mar, 06 nov 2007) | 2 lines [FIX]GROUP: {GROUP(groups=>Anonymous)} ------------------------------------------------------------------------ r9941 | sylvieg | 2007-11-06 20:39:07 +0100 (mar, 06 nov 2007) | 2 lines [FIX]calendar: the admin pannel was not showing the start/end hours correctly: patch by replacing by a drop down ------------------------------------------------------------------------ r9940 | sylvieg | 2007-11-06 19:47:23 +0100 (mar, 06 nov 2007) | 2 lines oops ------------------------------------------------------------------------ r9939 | sylvieg | 2007-11-06 18:39:45 +0100 (mar, 06 nov 2007) | 2 lines [FIX]fgal: save queries when editing a file - no need to look at the list of galleries ------------------------------------------------------------------------ r9938 | sylvieg | 2007-11-06 15:33:39 +0100 (mar, 06 nov 2007) | 2 lines [MOD]modules: display a popup for each smarty object that can be included with the list of parameters ------------------------------------------------------------------------ r9937 | sylvieg | 2007-11-05 23:18:41 +0100 (lun, 05 nov 2007) | 2 lines [FIX]img: h1 instead of h2 to be like the other pages ------------------------------------------------------------------------ r9936 | jyhem | 2007-11-05 22:38:52 +0100 (lun, 05 nov 2007) | 2 lines [FIX] tracker fields with a max size limit are truncated again ------------------------------------------------------------------------ r9935 | sylvieg | 2007-11-05 22:11:38 +0100 (lun, 05 nov 2007) | 2 lines [FIX]categ: save queries - name is already in the cache ------------------------------------------------------------------------ r9934 | sylvieg | 2007-11-05 21:27:13 +0100 (lun, 05 nov 2007) | 2 lines [FIX]fgal: less queries: get all the fgal only if you are effectively moving files ------------------------------------------------------------------------ r9933 | jyhem | 2007-11-05 20:10:48 +0100 (lun, 05 nov 2007) | 2 lines [FIX] Did not make sense and prevented fields with max and no maxlist from appearing in list display ------------------------------------------------------------------------ r9932 | mose | 2007-11-05 19:39:10 +0100 (lun, 05 nov 2007) | 2 lines [FIX] admin features: moved back the feature_categories there, it should be enabled on features page and configured on its own admin panel ------------------------------------------------------------------------ r9931 | jyhem | 2007-11-05 19:37:41 +0100 (lun, 05 nov 2007) | 2 lines [FIX] display on 'edit' did not match display on 'view' ------------------------------------------------------------------------ r9930 | sylvieg | 2007-11-05 19:16:49 +0100 (lun, 05 nov 2007) | 2 lines [FIX]fgla: save some queries if not admin ------------------------------------------------------------------------ r9929 | nyloth | 2007-11-05 18:57:00 +0100 (lun, 05 nov 2007) | 2 lines [FIX] browse gallery : fix icons html params (missing closing quotes) ------------------------------------------------------------------------ r9928 | nyloth | 2007-11-05 18:50:18 +0100 (lun, 05 nov 2007) | 2 lines [FIX] display timezone : notice ------------------------------------------------------------------------ r9927 | sylvieg | 2007-11-05 17:20:30 +0100 (lun, 05 nov 2007) | 2 lines [MOD]notif: checkbox and select all to delete notifs ------------------------------------------------------------------------ r9926 | sylvieg | 2007-11-05 16:55:32 +0100 (lun, 05 nov 2007) | 2 lines icon ------------------------------------------------------------------------ r9925 | sylvieg | 2007-11-05 16:26:30 +0100 (lun, 05 nov 2007) | 2 lines [FIX]event module: was broken since time handling change+click on month link to view mont + link on day display only the day ------------------------------------------------------------------------ r9924 | nyloth | 2007-11-05 15:12:54 +0100 (lun, 05 nov 2007) | 2 lines [MOD] base tag in html: add the base tag only if we are not at the root (i.e. only if dir_level > 0) ------------------------------------------------------------------------ r9923 | nyloth | 2007-11-04 23:08:35 +0100 (dim, 04 nov 2007) | 2 lines [FIX] copyright: 2007 instead of 2005 ------------------------------------------------------------------------ r9922 | nyloth | 2007-11-04 22:49:25 +0100 (dim, 04 nov 2007) | 34 lines [FIX][ENH] timezones : Local user timezone auto-detection * changed the javascript code to set a "local_tz" cookie that store the local timezone name, instead of the local timezone offset (which was previously stored in "tz_offset"). This has been done to correctly handle the local timezone autodetection, because an offset is not useable for dates other than "now". This is mainly because timezone offsets are changing during the year due to D.S.T. (Daylight saving time). This also helped to fix the php code that was handling the timezone cookie. This one was not working anymore since the use of pear::Date because those timezone functions were only expecting timezone names to properly work (for good reasons, like D.S.T.). * the default 'display timezone' user pref is set to an empty string instead of UTC, in order to enable timezone auto-detection or fallback to server timezone for new users that have not changed their own preferences Other modifications * add a new parameter "_user" to the smarty modifier tiki_date_format, to be able to use a timezone from somebody else than the current user, * add a "Site default" timezone preference for users, instead of the link "Reset to default timezone". The difference is that "Site default" will always follow the site timezone changes by leaving the user preference to an empty value, * add a new parameter "input_format" to the TikiLib::date_format() function, to be able to specify the format of the input (which defaults to the unix timestamp format) Cleaning and fixing * removed old tikidate and timezone functions which were handling dates timezones the wrong way and which are now useless (every places that were using those functions have also been updated), including TikiLib::get_date_converter(), TikiLib::get_site_time_difference() and nearly every methods of TikiDate (which now mainly exists for translation purposes) that were handling timezones by offsets (see above why this is bad), * removed unused and broken smarty modifier 'user_date_format', * removed unused function TikiLib::get_server_timezone(), * removed some buggy static variables which should depend on the specified user, but were not stored by user (mainly in all TikiLib::*date_format() functions), * check if the user preference for the 'display timezone' is valid, and fallback to the server value if it's not, * avoid loosing time to convert from UTC to UTC, * update user_information panel to use the real user preference instead of the global pref ------------------------------------------------------------------------ r9921 | sylvieg | 2007-11-04 20:16:58 +0100 (dim, 04 nov 2007) | 2 lines [FIX]actionlog: try to reduce the url + replace setConf=set that tw.org does not like ------------------------------------------------------------------------ r9920 | nyloth | 2007-11-04 13:53:58 +0100 (dim, 04 nov 2007) | 6 lines [FIX][ENH] search results: * generate the list of buttons in php to avoid duplicated HTML code in smarty templates, * clean the wiki search results by displaying a parsed result without html tags and entities, * use bold chars for the first line (page name, score, ...) of search results, * use the "highlight" CSS class on the active button to show where we are doing the search ------------------------------------------------------------------------ r9919 | nyloth | 2007-11-04 13:43:23 +0100 (dim, 04 nov 2007) | 2 lines [FIX] translation : avoid duplicated code and simplify smarty tr prefilter by directly calling tra() function. This also fix some places where translations were not working anymore. ------------------------------------------------------------------------ r9918 | nyloth | 2007-11-04 13:39:15 +0100 (dim, 04 nov 2007) | 2 lines [FIX] translation: do not only translate if feature_multilingual is enabled, since you may want a site with only one language which is not necessarily english. ------------------------------------------------------------------------ r9917 | mose | 2007-11-03 20:23:41 +0100 (sam, 03 nov 2007) | 2 lines [FIX] admin general: design fixes (on right branch) ------------------------------------------------------------------------ r9916 | sylvieg | 2007-11-03 20:05:49 +0100 (sam, 03 nov 2007) | 2 lines [MOD]login: when using login_scr - go back to the page you were if there is no group homepage set ------------------------------------------------------------------------ r9914 | sylvieg | 2007-11-02 16:01:55 +0100 (ven, 02 nov 2007) | 2 lines [MOD]menu: possibility to use ((nomPage)) in the menu option url + try to rename the menu option if a wiki page is renamed ------------------------------------------------------------------------ r9913 | sylvieg | 2007-11-02 14:50:46 +0100 (ven, 02 nov 2007) | 2 lines [MOD]banner smarty function: new param target to be able to open the link in the same window ------------------------------------------------------------------------ r9912 | sylvieg | 2007-11-02 14:38:31 +0100 (ven, 02 nov 2007) | 2 lines [MOD]intervalidate fucntion has moved to userlib to be reused ------------------------------------------------------------------------ r9911 | sylvieg | 2007-11-02 14:31:20 +0100 (ven, 02 nov 2007) | 2 lines [FIX]user prefs: cleaning+ realname back ------------------------------------------------------------------------ r9910 | sylvieg | 2007-11-02 14:30:10 +0100 (ven, 02 nov 2007) | 2 lines [FIX]avatar: admin can choose an avatar for another user ------------------------------------------------------------------------ r9909 | frank_p | 2007-11-02 02:22:36 +0100 (ven, 02 nov 2007) | 2 lines [MOD] delete '$smarty->assign('page_alias',$page_alias);' not necessary ------------------------------------------------------------------------ r9908 | frank_p | 2007-11-02 02:11:25 +0100 (ven, 02 nov 2007) | 2 lines [MOD] show pageName or page_alias ------------------------------------------------------------------------ r9907 | frank_p | 2007-11-02 02:09:00 +0100 (ven, 02 nov 2007) | 2 lines [MOD] if ($res['page_alias']<>'') $res['pageName']=$res['page_alias']; - page_alias not work in link to {toc}: [ADD] $smarty->assign('page_alias',$page_alias); for structures_toc-leaf.tpl ------------------------------------------------------------------------ r9906 | mose | 2007-11-01 17:12:23 +0100 (jeu, 01 nov 2007) | 2 lines [FIX] intertiki: removed redundant inclusion ------------------------------------------------------------------------ r9905 | mose | 2007-11-01 17:11:03 +0100 (jeu, 01 nov 2007) | 2 lines [FIX] intertiki: remote file needs to include tiki-setup.php rather than tiki-setup_base.php now that prefs are all there ------------------------------------------------------------------------ r9904 | sylvieg | 2007-11-01 14:39:28 +0100 (jeu, 01 nov 2007) | 2 lines [FIX]calendar: 2 prefs start_year and end_year to have more than one year display in edit calendar item when no jscalendar ------------------------------------------------------------------------ r9903 | sylvieg | 2007-11-01 05:26:56 +0100 (jeu, 01 nov 2007) | 2 lines [FIX]not a good idea to program when using error in function @list ------------------------------------------------------------------------ r9901 | sylvieg | 2007-10-31 15:28:53 +0100 (mer, 31 oct 2007) | 2 lines [FIX] missing global bannerlib ------------------------------------------------------------------------ r9900 | sylvieg | 2007-10-31 14:50:51 +0100 (mer, 31 oct 2007) | 2 lines [FIX]default homepage: rollback part of 1.438: never use the user prefs homepage/url as a tiki homepage: It can be an outside url ------------------------------------------------------------------------ r9899 | pkdille | 2007-10-30 23:20:16 +0100 (mar, 30 oct 2007) | 2 lines [FIX] admin quicktags: clean html ------------------------------------------------------------------------ r9898 | sylvieg | 2007-10-30 23:01:27 +0100 (mar, 30 oct 2007) | 2 lines some messages to explain ------------------------------------------------------------------------ r9896 | jyhem | 2007-10-30 22:29:31 +0100 (mar, 30 oct 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9894 | jyhem | 2007-10-30 22:19:19 +0100 (mar, 30 oct 2007) | 2 lines [NEW] Add new tracker field type: 'static text' ------------------------------------------------------------------------ r9893 | pkdille | 2007-10-30 21:07:13 +0100 (mar, 30 oct 2007) | 2 lines [FIX] fix some html errors ------------------------------------------------------------------------ r9892 | jyhem | 2007-10-30 21:06:01 +0100 (mar, 30 oct 2007) | 2 lines [FIX] This just truncates user input when an edition error resubmits the tracker item for re-edition. Losing typed text ------------------------------------------------------------------------ r9891 | jyhem | 2007-10-30 20:32:38 +0100 (mar, 30 oct 2007) | 2 lines [MOD] some improvements and new text ------------------------------------------------------------------------ r9890 | sylvieg | 2007-10-30 18:28:17 +0100 (mar, 30 oct 2007) | 2 lines [FIX]prefs: langauge in list_articles ------------------------------------------------------------------------ r9889 | pkdille | 2007-10-30 17:33:09 +0100 (mar, 30 oct 2007) | 2 lines [FIX] fix some html errors ------------------------------------------------------------------------ r9888 | sylvieg | 2007-10-30 16:28:53 +0100 (mar, 30 oct 2007) | 2 lines [FIX]doubleclick edit repaired ------------------------------------------------------------------------ r9887 | pkdille | 2007-10-30 15:09:05 +0100 (mar, 30 oct 2007) | 2 lines [FIX] admin menus: fix some html errors ------------------------------------------------------------------------ r9886 | pkdille | 2007-10-30 14:38:10 +0100 (mar, 30 oct 2007) | 2 lines [FIX] admin include general: fix some html errors ------------------------------------------------------------------------ r9885 | pkdille | 2007-10-30 11:48:44 +0100 (mar, 30 oct 2007) | 2 lines [FIX] admin include general: fix some html errors ------------------------------------------------------------------------ r9884 | pkdille | 2007-10-30 11:19:43 +0100 (mar, 30 oct 2007) | 2 lines [FIX] admin include general: fix some html errors ------------------------------------------------------------------------ r9883 | pkdille | 2007-10-30 10:52:51 +0100 (mar, 30 oct 2007) | 2 lines [FIX] admin include general: fix some html errors ------------------------------------------------------------------------ r9882 | pkdille | 2007-10-30 10:10:50 +0100 (mar, 30 oct 2007) | 2 lines [FIX] enclosing character on menu item creation was false ------------------------------------------------------------------------ r9881 | gillesm | 2007-10-30 07:02:19 +0100 (mar, 30 oct 2007) | 2 lines When a user is registering it is better to assign users_prefs_display_timezone ------------------------------------------------------------------------ r9880 | gillesm | 2007-10-30 06:58:56 +0100 (mar, 30 oct 2007) | 2 lines Fixed : date and time problem defaut display_timezone was initialized in prefs.php like server_timezone but not from the db ------------------------------------------------------------------------ r9879 | gillesm | 2007-10-30 06:19:13 +0100 (mar, 30 oct 2007) | 2 lines Misspel in tra Novembre => November ------------------------------------------------------------------------ r9876 | pkdille | 2007-10-29 23:14:03 +0100 (lun, 29 oct 2007) | 2 lines [MOD] admin html pages: add textareasize functionnality, expand textarea to max width, move some comment to a tip section ------------------------------------------------------------------------ r9874 | sylvieg | 2007-10-29 21:20:19 +0100 (lun, 29 oct 2007) | 2 lines [FIX]calendar: call only once tiki-tc.php ------------------------------------------------------------------------ r9873 | pkdille | 2007-10-29 21:04:39 +0100 (lun, 29 oct 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r9872 | sylvieg | 2007-10-29 18:49:48 +0100 (lun, 29 oct 2007) | 2 lines [FIX]intertiki: can also send object with intertiki ------------------------------------------------------------------------ r9871 | sylvieg | 2007-10-29 17:37:20 +0100 (lun, 29 oct 2007) | 2 lines [FIX]intertiki: can also send object with intertiki ------------------------------------------------------------------------ r9870 | sylvieg | 2007-10-29 17:01:58 +0100 (lun, 29 oct 2007) | 2 lines [FIX]perms: categ perms changed only the edit/view perms not to junk to much the other perm like tiki_p_view_history: need a table ------------------------------------------------------------------------ r9869 | sylvieg | 2007-10-29 14:32:32 +0100 (lun, 29 oct 2007) | 2 lines [FIX]perms: fix no tiki_p_edit, tiki_p_admin/view/edit_categ for a categ and a group, the user of the group must be able to edit the page. The rule is if the page is categorized, do not look further , propage the categ perm ------------------------------------------------------------------------ r9868 | pkdille | 2007-10-27 09:29:27 +0200 (sam, 27 oct 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r9867 | pkdille | 2007-10-27 09:25:29 +0200 (sam, 27 oct 2007) | 2 lines [FIX] typo ------------------------------------------------------------------------ r9866 | sylvieg | 2007-10-26 22:36:40 +0200 (ven, 26 oct 2007) | 2 lines [MOD]menu: 2 perms tiki_p_edit_menu and tiki_p_edit_menu_option ------------------------------------------------------------------------ r9865 | sylvieg | 2007-10-26 20:33:11 +0200 (ven, 26 oct 2007) | 2 lines [FIX]replace TYPE -> ENGINE ------------------------------------------------------------------------ r9864 | sylvieg | 2007-10-26 19:47:15 +0200 (ven, 26 oct 2007) | 2 lines [FIX]menu: help button ------------------------------------------------------------------------ r9863 | sylvieg | 2007-10-26 19:39:10 +0200 (ven, 26 oct 2007) | 2 lines [MOD]modules: a little link in admin modules to find the explanation about params ------------------------------------------------------------------------ r9862 | sylvieg | 2007-10-26 19:24:42 +0200 (ven, 26 oct 2007) | 2 lines [MOD]module: also a param color to change the tesxt color of a module title ------------------------------------------------------------------------ r9861 | sylvieg | 2007-10-26 18:02:50 +0200 (ven, 26 oct 2007) | 2 lines merge ------------------------------------------------------------------------ r9860 | sylvieg | 2007-10-26 17:56:37 +0200 (ven, 26 oct 2007) | 2 lines merge ------------------------------------------------------------------------ r9859 | nyloth | 2007-10-26 10:30:48 +0200 (ven, 26 oct 2007) | 2 lines [FIX] fckeditor tikilink: use the new 'dir_level' value to have the right path. ------------------------------------------------------------------------ r9858 | sylvieg | 2007-10-25 22:00:51 +0200 (jeu, 25 oct 2007) | 2 lines [FIX]prefs: the old way to setup a minumum of tw is broken - seems you have now to load all tiki-setup? - or perhaps we can do something when calling get_preference and prefs is empty? ------------------------------------------------------------------------ r9857 | sylvieg | 2007-10-25 21:51:42 +0200 (jeu, 25 oct 2007) | 2 lines notice ------------------------------------------------------------------------ r9856 | sylvieg | 2007-10-25 21:49:50 +0200 (jeu, 25 oct 2007) | 2 lines [FIX]admin: help link on copyright feature ------------------------------------------------------------------------ r9855 | frank_p | 2007-10-25 08:26:41 +0200 (jeu, 25 oct 2007) | 2 lines rollback (first FIX rollback from silvieg); wrong ) in syntax ------------------------------------------------------------------------ r9854 | frank_p | 2007-10-25 08:11:04 +0200 (jeu, 25 oct 2007) | 2 lines [FIX] sql-error by edited wikipage by anonymous users (empty user field) ------------------------------------------------------------------------ r9853 | sylvieg | 2007-10-24 23:23:59 +0200 (mer, 24 oct 2007) | 2 lines [MOD]send object: a checkbox debug to get the messages when error+notice ------------------------------------------------------------------------ r9852 | sylvieg | 2007-10-24 19:36:22 +0200 (mer, 24 oct 2007) | 2 lines [FIX]multi print: new option to add a structure and not only the pages of a structure + print the structure with structure number + change the hi into hi+1 if necessary ------------------------------------------------------------------------ r9851 | sylvieg | 2007-10-24 19:21:59 +0200 (mer, 24 oct 2007) | 2 lines [FIX]print: do not display fullscreen if printing ------------------------------------------------------------------------ r9850 | sylvieg | 2007-10-24 16:20:27 +0200 (mer, 24 oct 2007) | 2 lines [FIX]wiki: do not show the page title in a multiple prints if the feature in admin->wiki is not set: to avoid duplication of title ------------------------------------------------------------------------ r9849 | sylvieg | 2007-10-24 15:51:08 +0200 (mer, 24 oct 2007) | 2 lines [MOD]strcutures: in the received page, can choose to prefix and/or to postfix any pagename of the structure + display error if conflict of name ------------------------------------------------------------------------ r9848 | sylvieg | 2007-10-24 11:28:39 +0200 (mer, 24 oct 2007) | 2 lines [MOD]module: a new param bgcolor to be able to override the title box color in admin->modules without modifying the css ------------------------------------------------------------------------ r9847 | mose | 2007-10-24 07:24:10 +0200 (mer, 24 oct 2007) | 2 lines [FIX] wikiparsing: stripping \0 as it is skipped in IE ------------------------------------------------------------------------ r9846 | mose | 2007-10-24 07:23:16 +0200 (mer, 24 oct 2007) | 2 lines [FIX] db: removed inclusion of error_handler file as it is not set anywhere ------------------------------------------------------------------------ r9845 | mose | 2007-10-23 23:06:35 +0200 (mar, 23 oct 2007) | 2 lines [FIX] rss: made rss reader compatible with google agenda ------------------------------------------------------------------------ r9844 | sylvieg | 2007-10-23 23:01:48 +0200 (mar, 23 oct 2007) | 2 lines [FIX]tracker: fix item watch ------------------------------------------------------------------------ r9842 | sylvieg | 2007-10-23 18:41:19 +0200 (mar, 23 oct 2007) | 2 lines [FIX]tracker: typo in tiki_p_view_trackerS->watch on tracker was not not working ------------------------------------------------------------------------ r9841 | mose | 2007-10-23 01:19:08 +0200 (mar, 23 oct 2007) | 2 lines [FIX] security: added tests to the language filename var to avoid arbitrary inclusion ------------------------------------------------------------------------ r9840 | mose | 2007-10-23 01:08:52 +0200 (mar, 23 oct 2007) | 2 lines [FIX] security: added some checks on local.php file to avoid arbitrary inclusion ------------------------------------------------------------------------ r9839 | mose | 2007-10-23 01:00:42 +0200 (mar, 23 oct 2007) | 2 lines [FIX] wiki images: added a test to avoid js comes into img src ------------------------------------------------------------------------ r9838 | mose | 2007-10-23 00:46:52 +0200 (mar, 23 oct 2007) | 2 lines [FIX] security: escape error message in remind_password to avoid possible abuse ------------------------------------------------------------------------ r9837 | pkdille | 2007-10-22 23:19:09 +0200 (lun, 22 oct 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r9836 | pkdille | 2007-10-22 22:56:17 +0200 (lun, 22 oct 2007) | 2 lines [MOD] admin login: Add a tip section ------------------------------------------------------------------------ r9835 | pkdille | 2007-10-22 22:30:07 +0200 (lun, 22 oct 2007) | 2 lines [MOD] admin categories: move a comment to a more logical place ------------------------------------------------------------------------ r9834 | pkdille | 2007-10-22 22:19:27 +0200 (lun, 22 oct 2007) | 2 lines [FIX] admin textareas: translation tag missing ------------------------------------------------------------------------ r9833 | pkdille | 2007-10-22 22:07:50 +0200 (lun, 22 oct 2007) | 2 lines [MOD] admin categories: some tiny customs ------------------------------------------------------------------------ r9832 | pkdille | 2007-10-22 21:42:03 +0200 (lun, 22 oct 2007) | 2 lines [MOD] browse catégories: give style 'subcomment' to description string ------------------------------------------------------------------------ r9831 | sylvieg | 2007-10-22 17:53:07 +0200 (lun, 22 oct 2007) | 2 lines [FIX]tracker: let the creator to see its items if tracker conf is 'creatro can write ------------------------------------------------------------------------ r9830 | mose | 2007-10-22 09:29:56 +0200 (lun, 22 oct 2007) | 2 lines [FIX] top_pages module: proper display of name ------------------------------------------------------------------------ r9829 | mose | 2007-10-22 08:16:07 +0200 (lun, 22 oct 2007) | 2 lines [FIX] wikiplugin tracker: why was user field display commented? ------------------------------------------------------------------------ r9828 | mose | 2007-10-22 08:10:25 +0200 (lun, 22 oct 2007) | 2 lines [FIX] wikiplugin tracker: header do not create new table, to keep cells aligned ------------------------------------------------------------------------ r9827 | pkdille | 2007-10-21 21:27:55 +0200 (dim, 21 oct 2007) | 2 lines [MOD] tell a friend: add a link to "tell a friend" on the wiki pages (if feature active of course) cos this feature is only in the default top-bar ------------------------------------------------------------------------ r9823 | nyloth | 2007-10-21 13:46:10 +0200 (dim, 21 oct 2007) | 2 lines [ENH] tiki action calendar: handle the 'display user realname instead of user login' preference ------------------------------------------------------------------------ r9822 | nyloth | 2007-10-21 13:21:01 +0200 (dim, 21 oct 2007) | 2 lines [FIX] phplayers: avoid conflicts in function names when using phplayers without specifying a menu name (instead, it could be possible to have, for example, the function 'toggle' defined more than once, which doesn't work) ------------------------------------------------------------------------ r9821 | nyloth | 2007-10-21 12:38:44 +0200 (dim, 21 oct 2007) | 2 lines [FIX] show calendar: typo ------------------------------------------------------------------------ r9820 | nyloth | 2007-10-21 12:33:32 +0200 (dim, 21 oct 2007) | 2 lines [ENH] tiki action calendar: a bit more fine tuning. ------------------------------------------------------------------------ r9819 | nyloth | 2007-10-21 12:08:30 +0200 (dim, 21 oct 2007) | 2 lines [ENH] tiki action calendar: by default, group events by items in the calendar view (because it is quite unusable instead) + some display fine tuning. ------------------------------------------------------------------------ r9818 | pkdille | 2007-10-21 09:23:49 +0200 (dim, 21 oct 2007) | 2 lines [MOD] browse categories: Add a title row to the objects table and put the description below the link (instead on a column) to win some horizontal space ------------------------------------------------------------------------ r9817 | nyloth | 2007-10-21 06:56:35 +0200 (dim, 21 oct 2007) | 2 lines [ENH] tiki action calendar: new button to group events by items in the calendar view in order to reduce the list of daily events when the same item (e.g. wiki page) is modified many times. ------------------------------------------------------------------------ r9816 | nyloth | 2007-10-21 04:23:50 +0200 (dim, 21 oct 2007) | 2 lines [MOD] french translation ------------------------------------------------------------------------ r9815 | nyloth | 2007-10-21 04:16:02 +0200 (dim, 21 oct 2007) | 2 lines [MOD] french translation ------------------------------------------------------------------------ r9814 | nyloth | 2007-10-21 03:50:25 +0200 (dim, 21 oct 2007) | 2 lines [MOD] some translations ------------------------------------------------------------------------ r9813 | nyloth | 2007-10-21 03:00:54 +0200 (dim, 21 oct 2007) | 2 lines [MOD] wiki : When displaying 'This page is being edited by ...', the username is now displayed through the smarty userlink modifier to have more detailed informations about the user. ------------------------------------------------------------------------ r9812 | nyloth | 2007-10-21 02:08:03 +0200 (dim, 21 oct 2007) | 2 lines [FIX] date translation: change the way dates translations are handled, because the old way was not good enough in some cases (e.g. translating 'March' into french was replacing 'March' into 'Mars' and then again 'Mar' into 'Mars', finally returning 'Marss' with a wrong double 's'). Now we divide the string into multiple pieces to translate or not, and the translation occurs only once on each parts that have to be translated. ------------------------------------------------------------------------ r9811 | nyloth | 2007-10-21 00:16:51 +0200 (dim, 21 oct 2007) | 2 lines [ENH] theme admin panel: If the theme has changed, reload the page to use the new theme ------------------------------------------------------------------------ r9809 | pkdille | 2007-10-20 23:45:16 +0200 (sam, 20 oct 2007) | 2 lines [MOD] tell a friend: formating the table as any other table (<tr> as class formcolor) and the comment textarea width is now dynamic (with textareasize) ------------------------------------------------------------------------ r9807 | fr_rodo | 2007-10-20 22:55:52 +0200 (sam, 20 oct 2007) | 2 lines [FIX] sort mode with 'pref:realName' ------------------------------------------------------------------------ r9806 | pkdille | 2007-10-20 16:25:34 +0200 (sam, 20 oct 2007) | 2 lines [MOD] edit blog : give to the blog heading field a dynamic width ------------------------------------------------------------------------ r9805 | pkdille | 2007-10-20 14:58:35 +0200 (sam, 20 oct 2007) | 2 lines [NEW] quicktags position: allows to choose the position of quicktags. By default, the tags will be on left side from textareas (as before). If the option if switched on, the tags will be over the areas. ------------------------------------------------------------------------ r9804 | pkdille | 2007-10-20 07:21:41 +0200 (sam, 20 oct 2007) | 2 lines [FIX] admin blogs: fetaure missing ------------------------------------------------------------------------ r9802 | sylvieg | 2007-10-19 23:10:35 +0200 (ven, 19 oct 2007) | 2 lines [FIX]recode_string is not in standard php - to be checked if ok ------------------------------------------------------------------------ r9801 | sylvieg | 2007-10-19 22:55:17 +0200 (ven, 19 oct 2007) | 2 lines rollback ------------------------------------------------------------------------ r9800 | sylvieg | 2007-10-19 22:32:05 +0200 (ven, 19 oct 2007) | 2 lines fix ------------------------------------------------------------------------ r9799 | sylvieg | 2007-10-19 21:54:33 +0200 (ven, 19 oct 2007) | 2 lines partial rollback ------------------------------------------------------------------------ r9798 | nyloth | 2007-10-19 20:20:11 +0200 (ven, 19 oct 2007) | 2 lines [FIX] wiki edit mode: htmlspecialchars needs to be called before parsing the data, in order to have carriage returns replaced by BR tags ------------------------------------------------------------------------ r9797 | nyloth | 2007-10-19 20:01:30 +0200 (ven, 19 oct 2007) | 2 lines [FIX] wiki edit mode: better fix the preview mode when using some special html chars ------------------------------------------------------------------------ r9796 | sampaioprimo | 2007-10-19 17:48:36 +0200 (ven, 19 oct 2007) | 2 lines [FIX] problem when using maxRecords because of a semicolon inside the query string ------------------------------------------------------------------------ r9795 | nyloth | 2007-10-19 17:06:18 +0200 (ven, 19 oct 2007) | 2 lines [FIX] en-uk date formats: dates should be displayed as day/month in en-uk, instead of month/day used in en ------------------------------------------------------------------------ r9794 | nyloth | 2007-10-19 10:21:49 +0200 (ven, 19 oct 2007) | 2 lines [FIX] header base tag: change the comment to be sure nobody will enable it again ------------------------------------------------------------------------ r9793 | nyloth | 2007-10-19 10:19:07 +0200 (ven, 19 oct 2007) | 2 lines [FIX] wiki structures: do not show the delete cross icon when the user does not have the permission ------------------------------------------------------------------------ r9792 | nyloth | 2007-10-19 10:16:49 +0200 (ven, 19 oct 2007) | 2 lines [FIX] wiki page categories: when displaying categories on a wiki page, the title of the wiki page was placed in more than one line due to the fixed width of categ path ------------------------------------------------------------------------ r9791 | sylvieg | 2007-10-18 23:30:54 +0200 (jeu, 18 oct 2007) | 2 lines [FIX]tracker: anonymous can not see any items if no tiki_view_tracker and tracker has 'tem creator can modify his items' ------------------------------------------------------------------------ r9790 | sylvieg | 2007-10-18 20:37:12 +0200 (jeu, 18 oct 2007) | 2 lines [FIX]tracker: can see the user items if the tracker is 'creator can modify' even if no tiki_p_view_tracker ------------------------------------------------------------------------ r9789 | sylvieg | 2007-10-18 20:17:40 +0200 (jeu, 18 oct 2007) | 2 lines [FIX]tracker: exactvalue can be s string(when listing a tracker where item can only be edited by author ------------------------------------------------------------------------ r9788 | sylvieg | 2007-10-18 20:01:44 +0200 (jeu, 18 oct 2007) | 2 lines rollabck temporarily ------------------------------------------------------------------------ r9787 | sylvieg | 2007-10-18 14:43:23 +0200 (jeu, 18 oct 2007) | 2 lines rollback : < and > are transformed in ;... in some case. caution - some complains it is not working ------------------------------------------------------------------------ r9786 | ohertel | 2007-10-18 10:51:35 +0200 (jeu, 18 oct 2007) | 2 lines html fixes ------------------------------------------------------------------------ r9785 | ohertel | 2007-10-18 10:10:21 +0200 (jeu, 18 oct 2007) | 2 lines html fixes ------------------------------------------------------------------------ r9784 | ohertel | 2007-10-18 09:56:55 +0200 (jeu, 18 oct 2007) | 2 lines no more \ appendage to url on windows! ------------------------------------------------------------------------ r9783 | ohertel | 2007-10-18 09:55:09 +0200 (jeu, 18 oct 2007) | 2 lines use port if any is given in the request url ------------------------------------------------------------------------ r9781 | mose | 2007-10-18 08:22:34 +0200 (jeu, 18 oct 2007) | 2 lines [FIX] actionlogadmin: right colspan ------------------------------------------------------------------------ r9780 | mose | 2007-10-18 08:08:36 +0200 (jeu, 18 oct 2007) | 2 lines [FIX] freetags: minor gui enhancements ------------------------------------------------------------------------ r9779 | kerrnel22 | 2007-10-18 01:53:18 +0200 (jeu, 18 oct 2007) | 2 lines [FIX] Negative default numbers in MySQL require quotes in 4.1. Replaced ENGINE= with TYPE= to be compatible with 4.1. Corrected a typo and added DROPs for new tables. ------------------------------------------------------------------------ r9778 | niclone | 2007-10-17 23:33:29 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. (feature_[left|right]_column, ..) ------------------------------------------------------------------------ r9777 | niclone | 2007-10-17 23:31:11 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. (feature_[top|bottom]_bar, feature_[left|right]_column) ------------------------------------------------------------------------ r9776 | niclone | 2007-10-17 23:24:09 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. (dblclick) ------------------------------------------------------------------------ r9775 | niclone | 2007-10-17 23:18:49 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. (mootools again and again) ------------------------------------------------------------------------ r9774 | niclone | 2007-10-17 23:10:11 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. (mootools again) ------------------------------------------------------------------------ r9773 | niclone | 2007-10-17 23:08:36 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. (mootools) ------------------------------------------------------------------------ r9772 | niclone | 2007-10-17 23:06:11 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. (language) ------------------------------------------------------------------------ r9771 | mose | 2007-10-17 22:58:15 +0200 (mer, 17 oct 2007) | 2 lines [FIX] maxRecords in some cases are set localy per page on user request, then it is computed at php level ------------------------------------------------------------------------ r9770 | niclone | 2007-10-17 22:47:18 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs. ------------------------------------------------------------------------ r9769 | niclone | 2007-10-17 22:42:23 +0200 (mer, 17 oct 2007) | 2 lines [FIX] $prefs ------------------------------------------------------------------------ r9768 | niclone | 2007-10-17 22:36:11 +0200 (mer, 17 oct 2007) | 2 lines [FIX] update $maxRecords to $prefs.maxRecords ------------------------------------------------------------------------ r9767 | niclone | 2007-10-17 22:11:53 +0200 (mer, 17 oct 2007) | 2 lines [FIX] use $prefs. ------------------------------------------------------------------------ r9766 | niclone | 2007-10-17 22:01:04 +0200 (mer, 17 oct 2007) | 2 lines [FIX] removed "!isset($_SESSION)" because it break auth on php5. Seem that a $_SESSION is always set. ------------------------------------------------------------------------ r9765 | jonnybradley | 2007-10-17 21:26:15 +0200 (mer, 17 oct 2007) | 4 lines [FIX] Added "!isset($_SESSION)" to check if session already started before session_start() to prevent WSoD (on php 4.4.4/mysql 4.0.26) Please check it's ok still on php 5 (see warning here http://php.net/manual/en/function.session-start.php#75147) ------------------------------------------------------------------------ r9764 | jonnybradley | 2007-10-17 21:22:52 +0200 (mer, 17 oct 2007) | 4 lines Replaced semicolons with commas in tiki_mypage table def (or removed "go" where necessary). I reckon these files are made by a script (based on tiki.sql, which is ok) so they'll need regenerating - one day. ------------------------------------------------------------------------ r9763 | sylvieg | 2007-10-17 20:33:54 +0200 (mer, 17 oct 2007) | 2 lines [MOD]prefs: a button in admin systeme to force the user prefs session to be reset, next time user visits + use a counter instead of ->now (that is not correct because needs the real time) ------------------------------------------------------------------------ r9762 | niclone | 2007-10-17 20:18:10 +0200 (mer, 17 oct 2007) | 2 lines [FIX] prefs: small error with $_SESSION['prefs'] vs $prefs ------------------------------------------------------------------------ r9761 | niclone | 2007-10-17 20:13:53 +0200 (mer, 17 oct 2007) | 3 lines This new script search in php files every << $smarty->assign("truc" >> where truc is a preference key. This allow us to find every files that should now use $prefs["truc"]=$value; instead. (don't forget to add << global $prefs; >>) ------------------------------------------------------------------------ r9759 | niclone | 2007-10-17 20:10:15 +0200 (mer, 17 oct 2007) | 4 lines [FIX] prefs: assign the global $prefs as a copy of the $_SESSION['prefs'] instead of using it by reference. This allow modifing the $pref for the current page without persistence in the session. This resolve a problem where pages use something like: $smarty->assign('site_header', 'n'); But they have now to use $prefs['site_header']='n'; (site_header is just an exemple...) Also for backward compatibility, i've also added an extract style of the prefs but for smarty. This is at the end of lib/setup/prefs.php, we'll remove them later. ------------------------------------------------------------------------ r9758 | niclone | 2007-10-17 19:12:48 +0200 (mer, 17 oct 2007) | 2 lines [FIX] really use the $dirtoscan value :) ------------------------------------------------------------------------ r9757 | niclone | 2007-10-17 19:02:59 +0200 (mer, 17 oct 2007) | 2 lines [FIX] print if the file was modified or not ------------------------------------------------------------------------ r9756 | niclone | 2007-10-17 18:44:45 +0200 (mer, 17 oct 2007) | 2 lines This script convert templates with the old preferences to .truc by getting the currently existing prefs keys. ------------------------------------------------------------------------ r9754 | sylvieg | 2007-10-17 16:33:34 +0200 (mer, 17 oct 2007) | 2 lines [MOD] a little comment about how to do ------------------------------------------------------------------------ r9753 | sylvieg | 2007-10-17 16:17:17 +0200 (mer, 17 oct 2007) | 2 lines [FIX]prefs: in SESSION we have only array: unset memo serialized prefs when recompute all the prefs ------------------------------------------------------------------------ r9752 | niclone | 2007-10-17 11:42:52 +0200 (mer, 17 oct 2007) | 2 lines [FIX] mypages: don't use an array for parameters in call_user_func ------------------------------------------------------------------------ r9750 | mose | 2007-10-16 22:41:24 +0200 (mar, 16 oct 2007) | 2 lines [FIX] right number version for 1.10 branch is 1.10.1 ------------------------------------------------------------------------ r9749 | mose | 2007-10-16 22:32:31 +0200 (mar, 16 oct 2007) | 2 lines [FIX] comment interpretation ------------------------------------------------------------------------ r9748 | sylvieg | 2007-10-16 22:21:53 +0200 (mar, 16 oct 2007) | 2 lines [FIX]contact: fix url ------------------------------------------------------------------------ r9747 | sylvieg | 2007-10-16 21:48:30 +0200 (mar, 16 oct 2007) | 2 lines [MOD]up the files to BRANCH-1-10 when finished to have all the file in the same tag ------------------------------------------------------------------------ r9745 | sylvieg | 2007-10-16 21:42:16 +0200 (mar, 16 oct 2007) | 2 lines [FIX]fmsc style: h1 square always not on the left column+some IE improvement ------------------------------------------------------------------------ r9742 | sylvieg | 2007-10-16 20:30:53 +0200 (mar, 16 oct 2007) | 2 lines [FIX]tracker: categ display if field has more than an option ------------------------------------------------------------------------ r9741 | mose | 2007-10-16 20:17:35 +0200 (mar, 16 oct 2007) | 2 lines [FIX] tikimerge script updated and functionnal, also inhibited the former script ------------------------------------------------------------------------ r9738 | (no author) | 2007-10-16 19:23:10 +0200 (mar, 16 oct 2007) | 1 line This commit was manufactured by cvs2svn to create branch '1.10'. ------------------------------------------------------------------------ r9737 | sylvieg | 2007-10-16 19:23:09 +0200 (mar, 16 oct 2007) | 2 lines [FIX]log: jpgraph has no olive color ------------------------------------------------------------------------ r9736 | sylvieg | 2007-10-16 19:22:37 +0200 (mar, 16 oct 2007) | 2 lines [FIX]tracker categ ------------------------------------------------------------------------ r9735 | niclone | 2007-10-16 16:53:07 +0200 (mar, 16 oct 2007) | 2 lines [FIX] mypage: allow components to customize theres windoo options ------------------------------------------------------------------------ r9734 | mose | 2007-10-16 16:18:28 +0200 (mar, 16 oct 2007) | 2 lines [FIX] siteid: removed the checkbox to change pref field as pref field is now changed in 1.10 ------------------------------------------------------------------------ r9733 | mose | 2007-10-16 16:11:35 +0200 (mar, 16 oct 2007) | 2 lines [FIX] modules: forogtten commit ------------------------------------------------------------------------ r9732 | niclone | 2007-10-16 16:07:53 +0200 (mar, 16 oct 2007) | 2 lines [FIX] mypage: move content part and sidebar part of mypage in separate templates, making site style customizing easier ------------------------------------------------------------------------ r9731 | pkdille | 2007-10-16 15:53:24 +0200 (mar, 16 oct 2007) | 2 lines [FIX] change group: bad parameter name in function change_group ------------------------------------------------------------------------ r9730 | niclone | 2007-10-16 15:52:28 +0200 (mar, 16 oct 2007) | 2 lines [FIX] mypage: moved some js code from the html template to a separate .js ------------------------------------------------------------------------ r9729 | niclone | 2007-10-16 13:57:54 +0200 (mar, 16 oct 2007) | 2 lines [FIX] mypage: remove the ugly hack not anymore needed about the conflict of mootools and phplayers ------------------------------------------------------------------------ r9727 | niclone | 2007-10-16 12:50:04 +0200 (mar, 16 oct 2007) | 2 lines [FIX] mootools: the not _packed are now not packed. ------------------------------------------------------------------------ r9726 | niclone | 2007-10-16 12:49:06 +0200 (mar, 16 oct 2007) | 2 lines [FIX] mootools: add packed versions ------------------------------------------------------------------------ r9725 | niclone | 2007-10-16 12:46:03 +0200 (mar, 16 oct 2007) | 2 lines [FIX] mootools: updated the make-js script for making a packed and a not packed versions of each scripts. ------------------------------------------------------------------------ r9724 | sylvieg | 2007-10-16 00:12:30 +0200 (mar, 16 oct 2007) | 2 lines [FIX]tracker: disply only the categories of the field not all the categories ------------------------------------------------------------------------ r9723 | sylvieg | 2007-10-15 19:44:50 +0200 (lun, 15 oct 2007) | 2 lines [FIX]calendar: put back the quicktags in edit a calendar item + use only one table ------------------------------------------------------------------------ r9722 | sylvieg | 2007-10-15 19:41:37 +0200 (lun, 15 oct 2007) | 2 lines [FIX]calendar: put back the quicktags in edit a calendar item + use only one table ------------------------------------------------------------------------ r9721 | pkdille | 2007-10-15 16:47:40 +0200 (lun, 15 oct 2007) | 2 lines [FIX] prefs: parameters inverted in function set_preference ------------------------------------------------------------------------ r9720 | mose | 2007-10-15 16:41:43 +0200 (lun, 15 oct 2007) | 2 lines [NEW] tikimerge: fresh new tikimerge script for 1.10 branch to head merges. does nothing yet, commands are commented, review it if you know this stuff ------------------------------------------------------------------------ r9719 | sylvieg | 2007-10-15 16:33:13 +0200 (lun, 15 oct 2007) | 2 lines [FIX]fmsc style: to have the buttons looking the same in IE6 ------------------------------------------------------------------------ r9718 | sylvieg | 2007-10-15 15:35:21 +0200 (lun, 15 oct 2007) | 2 lines maxRecords perfs ------------------------------------------------------------------------ r9717 | nyloth | 2007-10-15 10:44:01 +0200 (lun, 15 oct 2007) | 2 lines [FIX] prefs: remove useless user session variable initialization ------------------------------------------------------------------------ r9716 | jyhem | 2007-10-15 10:16:39 +0200 (lun, 15 oct 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9715 | nyloth | 2007-10-15 10:14:02 +0200 (lun, 15 oct 2007) | 2 lines [FIX] prefs: use prefs correctly in jscalendar smarty function ------------------------------------------------------------------------ r9714 | sept_7 | 2007-10-15 09:49:48 +0200 (lun, 15 oct 2007) | 2 lines [FIX] use TikiDate instead of Date ------------------------------------------------------------------------ r9713 | sept_7 | 2007-10-15 09:46:47 +0200 (lun, 15 oct 2007) | 2 lines [FIX] remove ugly extra spaces ------------------------------------------------------------------------ r9712 | sept_7 | 2007-10-15 09:45:11 +0200 (lun, 15 oct 2007) | 2 lines [ENH] add postgresql 8 ------------------------------------------------------------------------ r9711 | sept_7 | 2007-10-15 09:43:28 +0200 (lun, 15 oct 2007) | 2 lines [FIX] fix stupid typos, any one using this ? ------------------------------------------------------------------------ r9710 | sept_7 | 2007-10-15 09:35:20 +0200 (lun, 15 oct 2007) | 2 lines [FIX] allows tra to have a language argument different from the default ------------------------------------------------------------------------ r9709 | nyloth | 2007-10-15 09:34:29 +0200 (lun, 15 oct 2007) | 2 lines [FIX] prefs: handle fgal_list_'s prefs default values. ------------------------------------------------------------------------ r9708 | sept_7 | 2007-10-15 09:25:44 +0200 (lun, 15 oct 2007) | 2 lines [FIX] use base tag for installations not in the web root ------------------------------------------------------------------------ r9707 | nyloth | 2007-10-15 02:41:06 +0200 (lun, 15 oct 2007) | 2 lines [FIX] prefs: need to assign fgal_list_'s prefs in tiki-admin_include_fgal.php, because the template is also used by other php files when those values are not the real prefs. ------------------------------------------------------------------------ r9706 | nyloth | 2007-10-15 02:08:52 +0200 (lun, 15 oct 2007) | 2 lines [FIX] prefs: sub-filegalleries use variables with same names as prefs, but they are not prefs. ------------------------------------------------------------------------ r9705 | nyloth | 2007-10-15 01:39:21 +0200 (lun, 15 oct 2007) | 2 lines [FIX] module param 'nobox': for modules that doesn't handle this param (i.e. no assignation in smarty for 'module_nobox') there could be no value, so it's better to check if the value is not 'y' ------------------------------------------------------------------------ r9704 | nyloth | 2007-10-15 01:02:04 +0200 (lun, 15 oct 2007) | 2 lines [FIX] get_user_id: avoid risks of conflicts by removing the get_user_id function of userslib, since this function is herited from tikilib and doesn't need to be overloaded. + use the correct session var ------------------------------------------------------------------------ r9703 | nyloth | 2007-10-14 20:48:53 +0200 (dim, 14 oct 2007) | 2 lines [FIX] tikipath and php path: on some servers, the env var SCRIPT_FILENAME and __FILE__ are sometimes based on symbolic links. realpath() is then needed to be sure to have two comparable paths. ------------------------------------------------------------------------ r9702 | lphuberdeau | 2007-10-14 20:04:28 +0200 (dim, 14 oct 2007) | 2 lines [FIX] Regression issue. ------------------------------------------------------------------------ r9701 | mose | 2007-10-14 19:51:03 +0200 (dim, 14 oct 2007) | 2 lines [MOD] modules: added a parameter to make module box optional: nobox=y|n ------------------------------------------------------------------------ r9700 | fr_rodo | 2007-10-14 19:13:27 +0200 (dim, 14 oct 2007) | 2 lines [ENH] scrambling email address of contacts based on admin preferences ------------------------------------------------------------------------ r9699 | lphuberdeau | 2007-10-14 18:53:18 +0200 (dim, 14 oct 2007) | 2 lines [FIX] Following Stephen's reccomendations. Filter out []{}&$. ------------------------------------------------------------------------ r9698 | nyloth | 2007-10-14 17:17:23 +0200 (dim, 14 oct 2007) | 2 lines [FIX] prefs: using maxRecords as a special global that is copied from the pref. Assigning it to smarty as a reference as well. + Take care of users prefs defaults (based on users_prefs_'s prefs). ------------------------------------------------------------------------ r9697 | nyloth | 2007-10-14 15:33:33 +0200 (dim, 14 oct 2007) | 2 lines [FIX] prefs: prefs in freetags browse ------------------------------------------------------------------------ r9696 | nyloth | 2007-10-14 15:17:00 +0200 (dim, 14 oct 2007) | 2 lines [FIX] prefs: Also reload if the virtual host or tikiroot has changed (this is needed when using the same php sessions for more than one tiki). ------------------------------------------------------------------------ r9695 | nyloth | 2007-10-14 14:58:10 +0200 (dim, 14 oct 2007) | 2 lines [FIX] prefs: use _SESSION instead of global var when testing lastReadingPrefs, since the global var is only defined after ------------------------------------------------------------------------ r9694 | nyloth | 2007-10-14 14:39:22 +0200 (dim, 14 oct 2007) | 2 lines [FIX] prefs: set special 'site_' prefs even for anonymous (moving this part of code in lib/setup/prefs.php + better handle prefs reload ------------------------------------------------------------------------ r9693 | nyloth | 2007-10-14 13:45:20 +0200 (dim, 14 oct 2007) | 2 lines [FIX] prefs: set a value for lastUpdatePrefs's pref if there was no value (in db) ------------------------------------------------------------------------ r9692 | pkdille | 2007-10-14 07:54:52 +0200 (dim, 14 oct 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r9691 | fr_rodo | 2007-10-13 23:49:44 +0200 (sam, 13 oct 2007) | 2 lines [FIX] blank page on fresh install. Is it the right correction ? ------------------------------------------------------------------------ r9690 | pkdille | 2007-10-13 23:29:55 +0200 (sam, 13 oct 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r9689 | nyloth | 2007-10-13 18:53:12 +0200 (sam, 13 oct 2007) | 2 lines [FIX] user prefs: do not override site theme with the user theme if the user has no defined theme ------------------------------------------------------------------------ r9688 | nyloth | 2007-10-13 17:53:01 +0200 (sam, 13 oct 2007) | 4 lines [FIX] special chars in wiki page edition mode: remove htmldecode() call (and enhance the function, just in case) - htmldecode was used only in edition mode and in some cases. It is not needed, as in display mode - the use of html_entity_decode is far better than using ISO-8859-15 functions and converting it back to UTF-8 (some special chars are loosed), but this is only possible with PHP 5+ (so, the old code has been kept for older versions of PHP) ------------------------------------------------------------------------ r9687 | nyloth | 2007-10-13 17:27:16 +0200 (sam, 13 oct 2007) | 3 lines [FIX] Pear: delete Autoloader.php which is unused and has the following syntax error : Fatal error: Method PEAR_Autoloader::__call() must take exactly 2 arguments in lib/pear/PEAR/Autoloader.php on line 216 ------------------------------------------------------------------------ r9686 | nyloth | 2007-10-13 17:13:41 +0200 (sam, 13 oct 2007) | 2 lines [FIX] prefs: sub-filegalleries listing use variables with same names as prefs, but they are not prefs. (missed .tpl) + maxRecords fixes ------------------------------------------------------------------------ r9685 | nyloth | 2007-10-13 16:52:36 +0200 (sam, 13 oct 2007) | 2 lines [FIX] prefs: sub-filegalleries listing use variables with same names as prefs, but they are not prefs. ------------------------------------------------------------------------ r9684 | nkoth | 2007-10-13 02:17:15 +0200 (sam, 13 oct 2007) | 2 lines [MOD] double clicking on tag in tag cloud now goes to single tag, single click is used for adding tags to search for in combination ------------------------------------------------------------------------ r9683 | nkoth | 2007-10-13 02:05:04 +0200 (sam, 13 oct 2007) | 2 lines [MOD] make it look like the rest - layout ------------------------------------------------------------------------ r9682 | nkoth | 2007-10-13 01:49:52 +0200 (sam, 13 oct 2007) | 2 lines [NEW] add admin interface and prefs for latest freetags stuff ------------------------------------------------------------------------ r9681 | nkoth | 2007-10-13 01:42:48 +0200 (sam, 13 oct 2007) | 2 lines [NEW] add function to clean up unused (orphaned) freetags ------------------------------------------------------------------------ r9680 | mose | 2007-10-13 00:23:05 +0200 (sam, 13 oct 2007) | 2 lines [FIX] maxrecords pref, sorting out local/global setup ------------------------------------------------------------------------ r9679 | mose | 2007-10-12 23:57:32 +0200 (ven, 12 oct 2007) | 2 lines [FIX] maxrecords pref, sorting out local/global setup ------------------------------------------------------------------------ r9678 | nkoth | 2007-10-12 22:02:19 +0200 (ven, 12 oct 2007) | 2 lines [NEW] add more like this module (only works for wiki pages now) ------------------------------------------------------------------------ r9677 | nkoth | 2007-10-12 22:01:16 +0200 (ven, 12 oct 2007) | 2 lines add more like this module (only works for wiki pages now) ------------------------------------------------------------------------ r9676 | nkoth | 2007-10-12 22:00:05 +0200 (ven, 12 oct 2007) | 2 lines [NEW] add function for more like this module ------------------------------------------------------------------------ r9675 | nkoth | 2007-10-12 21:49:44 +0200 (ven, 12 oct 2007) | 2 lines [FIX] module should not be shown if user can't view page ------------------------------------------------------------------------ r9674 | nkoth | 2007-10-12 21:47:34 +0200 (ven, 12 oct 2007) | 3 lines [FIX] should check tiki_p_edit perm also before allowing tagging of freetag from this source, because tiki_p_freetag_tag permm is not page specific. ------------------------------------------------------------------------ r9673 | nkoth | 2007-10-12 21:40:53 +0200 (ven, 12 oct 2007) | 3 lines add module that shows the tags of the current page and also provide a UI to tag it (if user has perm) could extend in future to other objects? ------------------------------------------------------------------------ r9672 | nkoth | 2007-10-12 21:05:54 +0200 (ven, 12 oct 2007) | 2 lines [FIX] make it possible to remove freetags by clearing all tags from input box ------------------------------------------------------------------------ r9671 | mose | 2007-10-12 21:03:00 +0200 (ven, 12 oct 2007) | 2 lines [FIX] unwanted cell in table ------------------------------------------------------------------------ r9670 | nkoth | 2007-10-12 20:59:42 +0200 (ven, 12 oct 2007) | 2 lines [FIX] when updating tags, users should be able to remove tags created by others by default. If necessary, a new second param is to be used to control the limit for the user tags to remove. This must be a diff param from the current user as the latter is needed to record the new tags being created when updating. ------------------------------------------------------------------------ r9669 | nkoth | 2007-10-12 20:28:29 +0200 (ven, 12 oct 2007) | 2 lines [MOD] Enable browse freetags to search by combinations of tags. [FIX] Created cannot be used as a sort field because it is ambiguous (it can be created of object, or of the tag for object). ------------------------------------------------------------------------ r9668 | sylvieg | 2007-10-12 20:26:11 +0200 (ven, 12 oct 2007) | 2 lines [FIX]tracker plugin: fix layout with header field ------------------------------------------------------------------------ r9667 | sylvieg | 2007-10-12 20:17:20 +0200 (ven, 12 oct 2007) | 2 lines notice ------------------------------------------------------------------------ r9666 | sylvieg | 2007-10-12 19:33:56 +0200 (ven, 12 oct 2007) | 2 lines [FIX]notice + title is a pref already in smarty ------------------------------------------------------------------------ r9665 | sept_7 | 2007-10-12 18:29:11 +0200 (ven, 12 oct 2007) | 4 lines [FIX] better detection of paths (tikipath, tikiroot, etc...) Allows scripts not in tikiroot to work properly. ------------------------------------------------------------------------ r9664 | sylvieg | 2007-10-12 16:26:57 +0200 (ven, 12 oct 2007) | 2 lines avoid Call-time pass-by-reference has been deprecated warning ------------------------------------------------------------------------ r9663 | sylvieg | 2007-10-12 15:55:55 +0200 (ven, 12 oct 2007) | 2 lines oops ------------------------------------------------------------------------ r9662 | sylvieg | 2007-10-12 15:26:04 +0200 (ven, 12 oct 2007) | 2 lines oops - need to get use to the new prefs stuff ------------------------------------------------------------------------ r9661 | jonnybradley | 2007-10-12 15:13:55 +0200 (ven, 12 oct 2007) | 2 lines [FIX] removed a rogue "s" - must have been a typo? (hope so!) ------------------------------------------------------------------------ r9660 | sylvieg | 2007-10-12 15:07:41 +0200 (ven, 12 oct 2007) | 2 lines [FIX]structure: watch in the user language ------------------------------------------------------------------------ r9659 | sylvieg | 2007-10-12 14:42:41 +0200 (ven, 12 oct 2007) | 2 lines [MOD]structure: watch also page creation/deletion/promotion/demotion in the sub-structure watched ------------------------------------------------------------------------ r9658 | sylvieg | 2007-10-12 12:28:34 +0200 (ven, 12 oct 2007) | 2 lines notice ------------------------------------------------------------------------ r9657 | sept_7 | 2007-10-12 10:29:02 +0200 (ven, 12 oct 2007) | 4 lines [FIX] browser language detection and user prefs Dont overwrite prefs['language'] by the browser language if we have a user pref for the language. ------------------------------------------------------------------------ r9656 | nyloth | 2007-10-12 09:55:51 +0200 (ven, 12 oct 2007) | 26 lines [MOD] prefs and user prefs: $prefs array deployement in php + some small fixes (Preliminary note : This is a deep modification in tikiwiki's prefs code. Please test first and send feedback if you can) * Now use the $prefs array everywhere (in php files also) instead of global vars. This will : - allow to use prefs the same way in smarty and php ($prefs array), - simplify all code parts that modifiy a preference, because when a pref is modified in php's $prefs array, it is also up-to-date in smarty $prefs array (everything is passed by reference now). So, no more need to reassign values in smarty each time, - avoid duplication of values in memory, - reduce risks of errors (e.g. collision in variables names, forget to add one of the "global $prefname", ...) * All user prefs are now retrieved in one query at tiki-setup stage (as site prefs) and also in session vars (when sessions are used). This will : - reduce overhead and database queries after the first page * User prefs are now overriding $prefs. This will : - simplify the whole usage of $prefs, because only one array is used (no more need, in general, to use tikilib's functions to get user prefs), - set some $prefs['site_*'] (listed in the $user_overrider_prefs array of lib/setup/user_prefs.php) for some specific site prefs that needs to be accessed in php (for example when sending mails) and that could have been overrided with the corresponding user pref ------------------------------------------------------------------------ r9655 | nkoth | 2007-10-12 05:52:29 +0200 (ven, 12 oct 2007) | 2 lines [MOD] check for feature sheet ------------------------------------------------------------------------ r9654 | nkoth | 2007-10-12 05:50:55 +0200 (ven, 12 oct 2007) | 2 lines [MOD] add checking for feature_sheet before this is accessible ------------------------------------------------------------------------ r9653 | sylvieg | 2007-10-11 22:51:31 +0200 (jeu, 11 oct 2007) | 2 lines smarty fix ------------------------------------------------------------------------ r9652 | sylvieg | 2007-10-11 22:49:53 +0200 (jeu, 11 oct 2007) | 2 lines [FIX]mypage: perm checking ------------------------------------------------------------------------ r9651 | sylvieg | 2007-10-11 22:47:18 +0200 (jeu, 11 oct 2007) | 2 lines [MOD]tracker: do not show a selector field in the form panel if you can not change it ------------------------------------------------------------------------ r9650 | sylvieg | 2007-10-11 22:36:26 +0200 (jeu, 11 oct 2007) | 2 lines [FIX]avoid warning ------------------------------------------------------------------------ r9649 | pkdille | 2007-10-11 21:51:19 +0200 (jeu, 11 oct 2007) | 2 lines [FIX] admin include features: add feature_edit_templates param which was missing ------------------------------------------------------------------------ r9648 | nkoth | 2007-10-11 21:46:53 +0200 (jeu, 11 oct 2007) | 2 lines [FIX] typo/english ------------------------------------------------------------------------ r9647 | sylvieg | 2007-10-11 19:47:10 +0200 (jeu, 11 oct 2007) | 2 lines [MOD]structure: can also set a watch from the edit_structure page ------------------------------------------------------------------------ r9646 | pkdille | 2007-10-11 16:41:31 +0200 (jeu, 11 oct 2007) | 2 lines [MOD] quicktags: tiki_p_admin_quicktags gives perms to admin quicktags and enables the printing of the "admin quicktags" link with quicktags ------------------------------------------------------------------------ r9645 | sylvieg | 2007-10-11 15:56:38 +0200 (jeu, 11 oct 2007) | 2 lines [FIX]mypage: admin type only for admin ------------------------------------------------------------------------ r9644 | sylvieg | 2007-10-11 15:45:07 +0200 (jeu, 11 oct 2007) | 2 lines oops: when test code get committed ------------------------------------------------------------------------ r9643 | sylvieg | 2007-10-11 15:33:52 +0200 (jeu, 11 oct 2007) | 2 lines [FIX]category: replace & by & not to interfer with the notification mail that is text and not html ------------------------------------------------------------------------ r9642 | pkdille | 2007-10-11 15:07:49 +0200 (jeu, 11 oct 2007) | 2 lines [MOD] update language.php files using get_strings.php script ------------------------------------------------------------------------ r9641 | mose | 2007-10-11 07:49:54 +0200 (jeu, 11 oct 2007) | 2 lines [FIX] trackers: textzone field type is to be wikiparsed ------------------------------------------------------------------------ r9640 | nkoth | 2007-10-11 04:35:36 +0200 (jeu, 11 oct 2007) | 2 lines [FIX] icon for topic watch should only appear in forum mode ------------------------------------------------------------------------ r9639 | nkoth | 2007-10-11 02:46:13 +0200 (jeu, 11 oct 2007) | 2 lines [FIX] make top pages ranking consistent whether using module or wiki_rankings. Not sure what else still using get_top_pages - it is duplicated code to the stuff in ranklib. ------------------------------------------------------------------------ r9638 | nkoth | 2007-10-11 02:18:37 +0200 (jeu, 11 oct 2007) | 2 lines [FIX] if title is specified for module, this plugin must override the tpl_module_title (which is a new thing in 1.10) ------------------------------------------------------------------------ r9637 | sylvieg | 2007-10-10 23:27:18 +0200 (mer, 10 oct 2007) | 2 lines simplify code as get_perm_object already does the job ------------------------------------------------------------------------ r9636 | sylvieg | 2007-10-10 23:23:52 +0200 (mer, 10 oct 2007) | 2 lines simplify url ------------------------------------------------------------------------ r9635 | sylvieg | 2007-10-10 22:54:36 +0200 (mer, 10 oct 2007) | 2 lines [MOD]perms: move userpage perm + wiki_creator to get_perm_object ------------------------------------------------------------------------ r9634 | sylvieg | 2007-10-10 22:27:03 +0200 (mer, 10 oct 2007) | 2 lines [FIX]perms: integrate local/specific perms in get_perm_object ------------------------------------------------------------------------ r9633 | sylvieg | 2007-10-10 21:53:08 +0200 (mer, 10 oct 2007) | 2 lines save some queries in get_perm_object ------------------------------------------------------------------------ r9632 | sylvieg | 2007-10-10 19:44:43 +0200 (mer, 10 oct 2007) | 2 lines [FIX]perm: give the info about the object to get_perm_object to check special perms ------------------------------------------------------------------------ r9631 | sept_7 | 2007-10-10 17:04:38 +0200 (mer, 10 oct 2007) | 2 lines [FIX] rollback of my previous commit :( ------------------------------------------------------------------------ r9630 | sept_7 | 2007-10-10 16:46:38 +0200 (mer, 10 oct 2007) | 2 lines [FIX] : better autodetection of tikiroot and tikibase ------------------------------------------------------------------------ r9629 | sylvieg | 2007-10-10 16:27:27 +0200 (mer, 10 oct 2007) | 2 lines [FIX]tracker: cleaning on selector field: use options_array+visibility as described in doc.tw.org/2893 ------------------------------------------------------------------------ r9628 | sylvieg | 2007-10-10 16:07:37 +0200 (mer, 10 oct 2007) | 2 lines [FIX]tracker: email on user selector - must use a query because the user field is not necessarily in the list of values ------------------------------------------------------------------------ r9627 | sept_7 | 2007-10-10 15:30:52 +0200 (mer, 10 oct 2007) | 4 lines [ENH] auto detect the tikiroot and tikipath, even if called from php script not in the Tiki root directory. This alows to split the code in subdirs for features or extensions. ------------------------------------------------------------------------ r9626 | sylvieg | 2007-10-10 14:57:33 +0200 (mer, 10 oct 2007) | 2 lines [FIX]tracker: also update user selector option 1 even if the field is hidden ------------------------------------------------------------------------ r9625 | pkdille | 2007-10-10 11:06:19 +0200 (mer, 10 oct 2007) | 2 lines [MOD] forums search prefs: add, and switch to yes by default, the two prefs added yesterday on forums search ------------------------------------------------------------------------ r9624 | sylvieg | 2007-10-09 19:24:11 +0200 (mar, 09 oct 2007) | 2 lines [FIX]tracker: see thje subscription field even if empty ------------------------------------------------------------------------ r9623 | sylvieg | 2007-10-09 17:29:00 +0200 (mar, 09 oct 2007) | 2 lines [FIX]tracker; never use options but options_array as other params can be added later ------------------------------------------------------------------------ r9622 | pkdille | 2007-10-09 17:26:12 +0200 (mar, 09 oct 2007) | 2 lines [MOD] + [ENH] search on forums: it is now possible to choose which search feature (on forum names or in forums content) has to be activated eather on the forum list page or on the forum page. One question remains: what's the difference between tiki-searchindex and tiki-searchresults and is it usefull to give to the admin the possibility to choose ? ------------------------------------------------------------------------ r9621 | sylvieg | 2007-10-09 16:48:17 +0200 (mar, 09 oct 2007) | 2 lines [FIX]tracker: the user selector field can have a second option ------------------------------------------------------------------------ r9620 | sylvieg | 2007-10-09 15:02:23 +0200 (mar, 09 oct 2007) | 2 lines [FIX]tracker: better fix-exactvalue can be array if used in trackerfilter ------------------------------------------------------------------------ r9619 | sylvieg | 2007-10-09 01:14:17 +0200 (mar, 09 oct 2007) | 2 lines [FIX]menu: title the complete url ------------------------------------------------------------------------ r9618 | sylvieg | 2007-10-09 00:31:08 +0200 (mar, 09 oct 2007) | 2 lines [FIX]tracker: dirty patch to fix trackerfilter on 2 category fields: exactvalue as filtervalue are an array of value associated to filterfield ------------------------------------------------------------------------ r9616 | sylvieg | 2007-10-08 21:02:44 +0200 (lun, 08 oct 2007) | 2 lines [FIX]menu: change the uniq index to be able to have same option with different groups ------------------------------------------------------------------------ r9615 | pkdille | 2007-10-08 21:02:23 +0200 (lun, 08 oct 2007) | 2 lines [ENH] get_strings: Modify the script in order to collect also the perms descriptions which are only in tiki.sql and in db. The script is creating a temporary file in /temp. It needs to have write permissions on this directory and to be able to access to db. This script will give the opportunity to translate the permission descs which are printed on the objectpermissions grids ------------------------------------------------------------------------ r9614 | pkdille | 2007-10-08 20:52:40 +0200 (lun, 08 oct 2007) | 2 lines [FIX] tiki_mypage creation request. Thks jonnyb ------------------------------------------------------------------------ r9613 | sylvieg | 2007-10-08 16:48:32 +0200 (lun, 08 oct 2007) | 2 lines rollback the ?> + available_language is not serialize ------------------------------------------------------------------------ r9612 | sylvieg | 2007-10-08 16:43:40 +0200 (lun, 08 oct 2007) | 2 lines [FIX]setup: move the user_pref setup before langauge as language setup use user_pref ------------------------------------------------------------------------ r9611 | niclone | 2007-10-08 16:41:28 +0200 (lun, 08 oct 2007) | 2 lines [FIX] mypage: make bigger component by default ------------------------------------------------------------------------ r9610 | sylvieg | 2007-10-08 16:40:44 +0200 (lun, 08 oct 2007) | 2 lines notice ------------------------------------------------------------------------ r9609 | niclone | 2007-10-08 16:38:36 +0200 (lun, 08 oct 2007) | 2 lines [FIX] mypage: force a component to not go out of the container div. Also made the configure window smaller. ------------------------------------------------------------------------ r9608 | niclone | 2007-10-08 16:32:33 +0200 (lun, 08 oct 2007) | 2 lines [FIX] mypage: fix a bug on IE that was making selection of a template reverting all the time to "no template" ------------------------------------------------------------------------ r9607 | jyhem | 2007-10-08 15:29:25 +0200 (lun, 08 oct 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9606 | mose | 2007-10-08 14:35:10 +0200 (lun, 08 oct 2007) | 2 lines [FIX] newsletters: missing comma was breaking replace query ------------------------------------------------------------------------ r9605 | jyhem | 2007-10-08 14:22:00 +0200 (lun, 08 oct 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9604 | lphuberdeau | 2007-10-07 23:42:41 +0200 (dim, 07 oct 2007) | 2 lines [FIX] Potential security injection. ------------------------------------------------------------------------ r9603 | nyloth | 2007-10-07 22:13:29 +0200 (dim, 07 oct 2007) | 2 lines [FIX] user prefs: woops, sorry, wrong order for query arguments ------------------------------------------------------------------------ r9602 | sylvieg | 2007-10-07 20:44:18 +0200 (dim, 07 oct 2007) | 2 lines missing ?> ------------------------------------------------------------------------ r9601 | nyloth | 2007-10-07 18:28:23 +0200 (dim, 07 oct 2007) | 10 lines [MOD] prefs : some cleaning / factorizing - set the $prefs array in order to use it in php files - move tiki-setup_base.php's session code in order to execute it as soon as possible and benefit from prefs already in session vars, - remove some useless smarty assignations and calls to tikilib's get_preference() method, - group some preferences queries, - rewrite tikilib's get_preferences() method to also handle "exact names" (not filters), in order to ask for more than one pref in one query (same as the get_user_preferences() method), - new tikilib method _get_values() on which is based get_preferences() and get_user_preferences(). It is used to get values from db, global vars, or defaults depending on where it finds the first value, - remove an debug call to print_r related to contributors ------------------------------------------------------------------------ r9600 | pkdille | 2007-10-07 17:58:09 +0200 (dim, 07 oct 2007) | 2 lines 1 typo for permission description and 1 french translation ------------------------------------------------------------------------ r9599 | nyloth | 2007-10-07 12:20:30 +0200 (dim, 07 oct 2007) | 2 lines [ENH] freetags: no need to query the database to count freetags ------------------------------------------------------------------------ r9598 | nyloth | 2007-10-07 11:35:32 +0200 (dim, 07 oct 2007) | 2 lines [FIX] user prefs: notice ------------------------------------------------------------------------ r9597 | nyloth | 2007-10-07 11:32:36 +0200 (dim, 07 oct 2007) | 8 lines [MOD] user prefs: reducing db queries and overhead - introducing $u_prefs (stored in session vars) to access user prefs from php or smarty. - avoid doing db request in get_user_id when not needed - new Tikilib function get_user_preferences($user, $names, $defaults = false) which allow to retrieve multiple user preferences in one query only (specifying defaults or not) ------------------------------------------------------------------------ r9596 | nyloth | 2007-10-06 19:16:59 +0200 (sam, 06 oct 2007) | 8 lines [MOD] prefs: start the use of the global $prefs array in php - add the global variable $prefs that will contain all preferences accessible to php (in order to use a $prefs array in both php and smarty). It is defined as a reference on $_SESSION['prefs'], which is also passed by reference to smarty. - rename existing $prefs in $_prefs - remove two calls to get_preference() in lib/freetag/freetaglib.php (now using $prefs) ------------------------------------------------------------------------ r9595 | nyloth | 2007-10-06 17:18:48 +0200 (sam, 06 oct 2007) | 13 lines [MOD] tiki-setup: reorganize and divide tiki-setup in multiple smaller pieces Tiki-setup.php is now requiring code only when needed in files placed in lib/setup (as done before with lib/setup/prefs.php). This is mainly done to have an easier to understand what is done in tiki-setup and to group parts of code that are related (instead of mixing everything). This should also reduce a bit the overhead, since files in lib/setup are mostly required if the features using them are activated. This commit also includes some tiny changes : * change byref_set_value() to use simple_set_value(), because both use refs now, * auto-detect prefs that needs to be serialized/unserialized based on default values (should avoid missing prefs and should be more transparent for developpers), because it's done at another level (in tikilib and in lib/setup/prefs) => so, don't use serialized values in lib/setup/prefs.php * small typo in headerlib (matatags -> metatags) * remove some optional php closing tags to reduce risks (e.g. headers sent too early due to carriage return after the closing tag) * remove some unuseful smarty assignations and calls to get_preference() * don't use $prefs. prefix for 'title' (for the moment it's also assigned as $title) * assign headerlib in lib/headerlib.php, as it's done for others libs ------------------------------------------------------------------------ r9594 | pkdille | 2007-10-06 17:02:54 +0200 (sam, 06 oct 2007) | 2 lines [ENH] quicktags: category filter for the quicktag admin grid ------------------------------------------------------------------------ r9593 | pkdille | 2007-10-06 15:39:16 +0200 (sam, 06 oct 2007) | 2 lines [FIX] quicktags: bad request in some case ------------------------------------------------------------------------ r9592 | pkdille | 2007-10-06 14:57:01 +0200 (sam, 06 oct 2007) | 2 lines [FIX] quicktags: bad delete request ------------------------------------------------------------------------ r9591 | pkdille | 2007-10-06 11:50:05 +0200 (sam, 06 oct 2007) | 2 lines [ENH] quicktags administration: create a "tiki_p_admin_quicktags" perm that will allow to give the ability to manage quicktags without having tiki-p-admin perm ------------------------------------------------------------------------ r9590 | pkdille | 2007-10-06 11:04:38 +0200 (sam, 06 oct 2007) | 2 lines [FIX] menu admin: fix the find form which was malformed and due to this did not work with IE ------------------------------------------------------------------------ r9589 | jyhem | 2007-10-05 22:21:24 +0200 (ven, 05 oct 2007) | 2 lines [ENH] Now we can include wikitext in templates ------------------------------------------------------------------------ r9588 | sylvieg | 2007-10-05 20:04:33 +0200 (ven, 05 oct 2007) | 2 lines [FIX]tracker plugin: to have the diff of categories in the mail ------------------------------------------------------------------------ r9587 | sylvieg | 2007-10-05 19:33:37 +0200 (ven, 05 oct 2007) | 2 lines typo ------------------------------------------------------------------------ r9586 | sylvieg | 2007-10-05 19:11:24 +0200 (ven, 05 oct 2007) | 2 lines [FIX]language: serialize/unserialize avaialble language just when save in the database ------------------------------------------------------------------------ r9585 | sylvieg | 2007-10-05 18:57:12 +0200 (ven, 05 oct 2007) | 2 lines [FIX]language: serialize/unserialize avaialble language just when save in the database ------------------------------------------------------------------------ r9584 | nyloth | 2007-10-05 18:06:13 +0200 (ven, 05 oct 2007) | 2 lines [FIX] login_is_email: when using email as login, modifying the user login should imply modifying it's email with the same value. ------------------------------------------------------------------------ r9583 | sylvieg | 2007-10-05 17:40:00 +0200 (ven, 05 oct 2007) | 2 lines [FIX]strcuture: stay in structure page view mode if already in this mode ------------------------------------------------------------------------ r9582 | sylvieg | 2007-10-05 17:14:34 +0200 (ven, 05 oct 2007) | 2 lines [FIX]structure: the structure info was missing in toc for level > 1 ------------------------------------------------------------------------ r9581 | sylvieg | 2007-10-05 16:12:17 +0200 (ven, 05 oct 2007) | 2 lines [MOD]perm tiki_p_watch_structure as it creates an overhead of queries ------------------------------------------------------------------------ r9580 | pkdille | 2007-10-05 16:04:20 +0200 (ven, 05 oct 2007) | 2 lines [FIX] admin features: Help system can again be enabled/disabled ------------------------------------------------------------------------ r9579 | sept_7 | 2007-10-05 15:54:58 +0200 (ven, 05 oct 2007) | 2 lines [FIX] use $this instead of $tikilib which is not defined here ------------------------------------------------------------------------ r9578 | sept_7 | 2007-10-05 15:32:29 +0200 (ven, 05 oct 2007) | 2 lines [FIX] Fix the test for reloading the prefs from the db, reported by Silvieg aka Hawk eye :D ------------------------------------------------------------------------ r9577 | sept_7 | 2007-10-05 15:26:19 +0200 (ven, 05 oct 2007) | 2 lines [FIX] optimse the fix to reload the prefs when they have changed in the db ------------------------------------------------------------------------ r9576 | sept_7 | 2007-10-05 15:19:11 +0200 (ven, 05 oct 2007) | 2 lines [ENH] : optimise the fix to reload the prefs when they change in the db ------------------------------------------------------------------------ r9575 | sylvieg | 2007-10-05 15:00:36 +0200 (ven, 05 oct 2007) | 2 lines [FIX]firt attempt to fix the SESSION update ------------------------------------------------------------------------ r9574 | nyloth | 2007-10-05 00:17:51 +0200 (ven, 05 oct 2007) | 12 lines [ENH] prefs: Manage preferences in an array stored in session The impact is : * accelerate each page load when using sessions (prefs are not set again and again + no need to ask again for prefs in database) * reduce memory used by tikiwiki (the prefs array is assigned to smarty as a reference and not a copy) * get rid of two useless "foreach" on prefs (default values are directly defined in prefs array and are overrided by values from database) * reduce the risk of accidentally overrided var in smarty Be warned that : * now, preferences need to be called through the $prefs smarty variable (e.g. $prefs.feature_wiki) * prefs are not anymore in tiki-setup.php, but in a specific file in lib/setup/prefs.php (this is the first commit of tiki-setup.php cleaning). ------------------------------------------------------------------------ r9573 | sylvieg | 2007-10-04 23:21:12 +0200 (jeu, 04 oct 2007) | 2 lines [FIX]structure: permission must also be checked on the first node of the structure + avaid notice ------------------------------------------------------------------------ r9572 | sylvieg | 2007-10-04 22:52:48 +0200 (jeu, 04 oct 2007) | 2 lines notice ------------------------------------------------------------------------ r9571 | sylvieg | 2007-10-04 19:57:18 +0200 (jeu, 04 oct 2007) | 2 lines [MOD]structures: watch if a page in a sub-structure changes (watch button is in the structure view mode of a page ------------------------------------------------------------------------ r9570 | sylvieg | 2007-10-04 14:45:50 +0200 (jeu, 04 oct 2007) | 2 lines [FIX]categ: display all the categories(after >>>) where the current category belongs to ------------------------------------------------------------------------ r9569 | sept_7 | 2007-10-04 10:52:52 +0200 (jeu, 04 oct 2007) | 2 lines [FIX] : don't go out if no language are specified... ------------------------------------------------------------------------ r9568 | pkdille | 2007-10-03 23:26:45 +0200 (mer, 03 oct 2007) | 2 lines [MOD] view forum thread: add an id to this bottom table (which presents "shows posts" and "jump to forum" dropdowns) in order to be able to give it a style ------------------------------------------------------------------------ r9567 | sylvieg | 2007-10-03 23:17:15 +0200 (mer, 03 oct 2007) | 2 lines notice ------------------------------------------------------------------------ r9566 | sylvieg | 2007-10-03 22:43:55 +0200 (mer, 03 oct 2007) | 2 lines notice ------------------------------------------------------------------------ r9565 | sylvieg | 2007-10-03 20:08:38 +0200 (mer, 03 oct 2007) | 2 lines oops ------------------------------------------------------------------------ r9564 | sylvieg | 2007-10-03 19:24:48 +0200 (mer, 03 oct 2007) | 2 lines [FIX]tracker: replace the sql code to a call to replace_item for the subscription field to have the notification working ------------------------------------------------------------------------ r9563 | sylvieg | 2007-10-03 19:14:17 +0200 (mer, 03 oct 2007) | 2 lines [FIX] a lost character ------------------------------------------------------------------------ r9562 | sylvieg | 2007-10-03 19:11:27 +0200 (mer, 03 oct 2007) | 2 lines [FIX]notif: numrows can not be nul ------------------------------------------------------------------------ r9561 | nyloth | 2007-10-03 16:55:46 +0200 (mer, 03 oct 2007) | 2 lines [ENH] tikilib: no need to ask smarty for vars values in php, since they can be quickly retrieved as global vars. ------------------------------------------------------------------------ r9560 | sylvieg | 2007-10-03 16:13:45 +0200 (mer, 03 oct 2007) | 2 lines [MOD]tracker: give the possibility to an item list tracker field to look over as many trackers it needs - cumulative join (see doc.tw.org for doc) ------------------------------------------------------------------------ r9559 | sept_7 | 2007-10-03 14:37:03 +0200 (mer, 03 oct 2007) | 2 lines [MOD] allow a language to be specified in {tr lang=XX} ------------------------------------------------------------------------ r9558 | sept_7 | 2007-10-03 14:01:15 +0200 (mer, 03 oct 2007) | 3 lines [FIX] fix tra() function when passing a language parameter Now you can safely change the language you want your text translated in. ------------------------------------------------------------------------ r9557 | nkoth | 2007-10-02 20:14:38 +0200 (mar, 02 oct 2007) | 2 lines [MOD] setup OpenID authentication option ------------------------------------------------------------------------ r9556 | sylvieg | 2007-10-02 19:27:07 +0200 (mar, 02 oct 2007) | 2 lines [MOD]send structures by xmlrpc ------------------------------------------------------------------------ r9555 | sylvieg | 2007-10-02 18:15:22 +0200 (mar, 02 oct 2007) | 2 lines [FIX]tell a friend: ignore space ------------------------------------------------------------------------ r9554 | sylvieg | 2007-10-02 18:06:12 +0200 (mar, 02 oct 2007) | 2 lines [FIX]better fix use the pref ------------------------------------------------------------------------ r9553 | sylvieg | 2007-10-02 18:02:00 +0200 (mar, 02 oct 2007) | 2 lines [FIX]check email: do not use the server - as it always never works - just the syntax ------------------------------------------------------------------------ r9552 | niclone | 2007-10-02 17:33:39 +0200 (mar, 02 oct 2007) | 2 lines [FIX] mypage: don't commit directly when clonning. + small fix on error checking somewhere ------------------------------------------------------------------------ r9550 | niclone | 2007-10-02 13:09:47 +0200 (mar, 02 oct 2007) | 2 lines [FIX] mypage: null error handling ------------------------------------------------------------------------ r9549 | sylvieg | 2007-10-02 13:04:56 +0200 (mar, 02 oct 2007) | 2 lines [MOD]tracker: error message if fieldId is incorrect ------------------------------------------------------------------------ r9548 | sylvieg | 2007-10-01 17:30:45 +0200 (lun, 01 oct 2007) | 2 lines [MOD]notif: can change the maxrows locally ------------------------------------------------------------------------ r9547 | niclone | 2007-10-01 11:55:44 +0200 (lun, 01 oct 2007) | 2 lines [FIX] mypage: add param checking ------------------------------------------------------------------------ r9546 | niclone | 2007-10-01 10:55:06 +0200 (lun, 01 oct 2007) | 2 lines [FIX] mypage: don't allow others user than owner and admins to see the mypage in edit mode ------------------------------------------------------------------------ r9545 | niclone | 2007-10-01 09:54:43 +0200 (lun, 01 oct 2007) | 2 lines [FIX] mypage/mypages: show a "not logged" message to anonymous who want to list mypages ------------------------------------------------------------------------ r9544 | niclone | 2007-10-01 09:24:53 +0200 (lun, 01 oct 2007) | 2 lines [FIX] categories: include categlib when needed ------------------------------------------------------------------------ r9543 | lphuberdeau | 2007-09-30 19:42:03 +0200 (dim, 30 sep 2007) | 2 lines Adding support for hooks during data rendering. ------------------------------------------------------------------------ r9542 | mose | 2007-09-30 12:11:52 +0200 (dim, 30 sep 2007) | 2 lines [MOD] send structures by xmlrpc, unfinished work, do not use until fully coded ------------------------------------------------------------------------ r9541 | pkdille | 2007-09-30 09:23:12 +0200 (dim, 30 sep 2007) | 2 lines [FIX] page bar: strip some parts of the template in order to clean the html and have every where the same spaces between buttons (in some cases when a tag has its attributes seperated with new line characters, the style is not correctly applicated) ------------------------------------------------------------------------ r9540 | sylvieg | 2007-09-29 00:21:32 +0200 (sam, 29 sep 2007) | 2 lines english ------------------------------------------------------------------------ r9539 | sylvieg | 2007-09-28 20:12:00 +0200 (ven, 28 sep 2007) | 2 lines [MOD]tracker: tracker plugin additional param to set up default value via the plugin call or via REQUEST ------------------------------------------------------------------------ r9538 | sylvieg | 2007-09-28 17:33:27 +0200 (ven, 28 sep 2007) | 2 lines [FIX]outbound forum: the mime lib was only doing one conversion - can be as many iso-8858-1?Q... you want in a subject ------------------------------------------------------------------------ r9537 | sylvieg | 2007-09-28 17:20:30 +0200 (ven, 28 sep 2007) | 2 lines [FIX]outbound forum: do not need to utf8 the title already done in mime:decode + repalce html entities when receiving only a message with an html part ------------------------------------------------------------------------ r9536 | tombombadilom | 2007-09-28 14:17:53 +0200 (ven, 28 sep 2007) | 2 lines [FIX] fixed section mypage ------------------------------------------------------------------------ r9535 | sylvieg | 2007-09-27 19:02:45 +0200 (jeu, 27 sep 2007) | 2 lines [FIX]comment: must urlencode the page if the name has special character ------------------------------------------------------------------------ r9534 | nkoth | 2007-09-27 16:15:27 +0200 (jeu, 27 sep 2007) | 2 lines [FIX] when poll is removed, link of poll to object should also be removed ------------------------------------------------------------------------ r9533 | niclone | 2007-09-27 15:36:43 +0200 (jeu, 27 sep 2007) | 2 lines [FIX] mypage: allow better error handling in custom error template ------------------------------------------------------------------------ r9532 | niclone | 2007-09-27 15:27:25 +0200 (jeu, 27 sep 2007) | 2 lines [FIX] mypage: better error handling by implementing an error object ------------------------------------------------------------------------ r9531 | niclone | 2007-09-27 13:50:46 +0200 (jeu, 27 sep 2007) | 2 lines [FIX] mypage: show a tiki error instead of a simple die() ------------------------------------------------------------------------ r9530 | sylvieg | 2007-09-27 07:32:51 +0200 (jeu, 27 sep 2007) | 2 lines some ------------------------------------------------------------------------ r9529 | tombombadilom | 2007-09-26 22:27:53 +0200 (mer, 26 sep 2007) | 2 lines [FIX]export lang: antishash " and $ to produce correct php + can import export even if lang is not in db to be able to prepare ------------------------------------------------------------------------ r9528 | sylvieg | 2007-09-26 19:17:15 +0200 (mer, 26 sep 2007) | 2 lines some ------------------------------------------------------------------------ r9527 | sylvieg | 2007-09-26 15:54:58 +0200 (mer, 26 sep 2007) | 2 lines [FIX]tracker: tracker plugin with radio categories ------------------------------------------------------------------------ r9526 | jyhem | 2007-09-26 15:38:44 +0200 (mer, 26 sep 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9525 | sylvieg | 2007-09-26 14:50:34 +0200 (mer, 26 sep 2007) | 2 lines [FIX]calendar: to be able at least to add a new event in any calendar: ergonomy is still a perfect mess ------------------------------------------------------------------------ r9524 | niclone | 2007-09-26 13:14:36 +0200 (mer, 26 sep 2007) | 2 lines [FIX] banners: remove banner file from cache when updating ------------------------------------------------------------------------ r9523 | mose | 2007-09-26 01:45:51 +0200 (mer, 26 sep 2007) | 2 lines [FIX] newsletters: made newsletter also go to people that do not have tiki account (bad bug), and added a way to include a newsletter in another ------------------------------------------------------------------------ r9522 | mose | 2007-09-26 01:43:21 +0200 (mer, 26 sep 2007) | 2 lines [NEW] levels concept for menus (extendable in tpls) ------------------------------------------------------------------------ r9521 | mose | 2007-09-26 00:49:05 +0200 (mer, 26 sep 2007) | 2 lines [NEW] levels concept for menus (extendable in tpls) ------------------------------------------------------------------------ r9520 | sylvieg | 2007-09-25 23:46:05 +0200 (mar, 25 sep 2007) | 2 lines [FIX]tracker: fix the category watch for tracker ------------------------------------------------------------------------ r9519 | sylvieg | 2007-09-25 20:22:14 +0200 (mar, 25 sep 2007) | 2 lines oops trace ------------------------------------------------------------------------ r9518 | sylvieg | 2007-09-25 18:16:50 +0200 (mar, 25 sep 2007) | 2 lines [FIX]tracker plugin: translate the country ------------------------------------------------------------------------ r9517 | sylvieg | 2007-09-25 18:07:23 +0200 (mar, 25 sep 2007) | 2 lines oops : better fix to preserve the selected ------------------------------------------------------------------------ r9516 | sylvieg | 2007-09-25 18:00:22 +0200 (mar, 25 sep 2007) | 2 lines [FIX]tracker plugin: translate the option of a dropdown field ------------------------------------------------------------------------ r9515 | niclone | 2007-09-25 17:35:19 +0200 (mar, 25 sep 2007) | 2 lines [FIX] mypage/mypages: when choosing template, live update the input fields with values from template ------------------------------------------------------------------------ r9514 | sylvieg | 2007-09-25 17:19:47 +0200 (mar, 25 sep 2007) | 2 lines [FIX]tracker: to have the yes/no of a checkbox field translated ------------------------------------------------------------------------ r9513 | sylvieg | 2007-09-25 14:56:47 +0200 (mar, 25 sep 2007) | 2 lines [FIX]list_users: was broken if feature_friends off ------------------------------------------------------------------------ r9512 | mose | 2007-09-25 04:12:50 +0200 (mar, 25 sep 2007) | 2 lines [MOD] newsletter: adding a way to include newsletter in another (sql part) ------------------------------------------------------------------------ r9511 | jyhem | 2007-09-24 17:02:13 +0200 (lun, 24 sep 2007) | 2 lines [FIX] an accented char failed to be auto-capitalized ------------------------------------------------------------------------ r9510 | nyloth | 2007-09-24 14:29:58 +0200 (lun, 24 sep 2007) | 2 lines [FIX] html entities parsing in wiki: take care of uppercase accented chars (add the ignore case modifier to the regexp). ------------------------------------------------------------------------ r9509 | niclone | 2007-09-23 21:42:55 +0200 (dim, 23 sep 2007) | 2 lines [FIX] mypage: don't allow anonymous to create mypage ------------------------------------------------------------------------ r9508 | jyhem | 2007-09-23 20:15:38 +0200 (dim, 23 sep 2007) | 2 lines [FIX] Modifications to tiki.sql were not reported in files used for fresh installs ------------------------------------------------------------------------ r9507 | fr_rodo | 2007-09-23 17:45:35 +0200 (dim, 23 sep 2007) | 2 lines [ENH] better look with icons ------------------------------------------------------------------------ r9506 | jyhem | 2007-09-23 16:51:41 +0200 (dim, 23 sep 2007) | 2 lines [FIX] extraneous table cell removed ------------------------------------------------------------------------ r9505 | niclone | 2007-09-23 15:22:56 +0200 (dim, 23 sep 2007) | 2 lines [FIX] mypage: modified the way that windoo are created. + remove the already added component from the sidebar ------------------------------------------------------------------------ r9504 | pkdille | 2007-09-23 09:57:19 +0200 (dim, 23 sep 2007) | 2 lines [MOD] some french translations on admin screens ------------------------------------------------------------------------ r9503 | pkdille | 2007-09-23 09:55:22 +0200 (dim, 23 sep 2007) | 2 lines [FIX] login admin screen: translate some text which was not ------------------------------------------------------------------------ r9502 | pkdille | 2007-09-23 09:53:22 +0200 (dim, 23 sep 2007) | 2 lines [FIX] admin freetags: translate some text which was not and fix the 3d morcego admin form (the form did not work) ------------------------------------------------------------------------ r9501 | pkdille | 2007-09-22 23:16:48 +0200 (sam, 22 sep 2007) | 2 lines [FIX] menu: search stats item should not appear if feature is deactivated ------------------------------------------------------------------------ r9500 | pkdille | 2007-09-22 18:49:41 +0200 (sam, 22 sep 2007) | 2 lines [MOD] translate: some french translations ------------------------------------------------------------------------ r9499 | pkdille | 2007-09-22 18:07:45 +0200 (sam, 22 sep 2007) | 2 lines [FIX] wiki help: add translation tag on a line and french version to ------------------------------------------------------------------------ r9498 | pkdille | 2007-09-22 17:41:52 +0200 (sam, 22 sep 2007) | 2 lines [MOD] tiki-editpage: Changes in order to have constant spacing between the bottom action buttons. Deleting from some nbsp's to give to stylesheets the "layout authority" ------------------------------------------------------------------------ r9497 | niclone | 2007-09-22 15:49:11 +0200 (sam, 22 sep 2007) | 2 lines [FIX] mypage: add configure icon in mypage css style of windoo ------------------------------------------------------------------------ r9496 | niclone | 2007-09-22 15:47:28 +0200 (sam, 22 sep 2007) | 2 lines [FIX] mypage: allow custom ajax function for type ------------------------------------------------------------------------ r9495 | niclone | 2007-09-22 15:45:47 +0200 (sam, 22 sep 2007) | 4 lines [FIX] mypage: correct a bug on mypage cloning. [FIX] mypage: move component configure to an icon on the top left of the windoos. Do not ask for title by default. [FIX] mypage: added some js functions that can help hide/close/destroy of every windoos at the same time ------------------------------------------------------------------------ r9494 | pkdille | 2007-09-22 10:10:34 +0200 (sam, 22 sep 2007) | 2 lines [MOD] some french translations on wiki help screen ------------------------------------------------------------------------ r9493 | pkdille | 2007-09-22 10:06:20 +0200 (sam, 22 sep 2007) | 2 lines [MOD] tiki-editpage: harmonize the fields width ------------------------------------------------------------------------ r9492 | pkdille | 2007-09-22 10:00:42 +0200 (sam, 22 sep 2007) | 2 lines [FIX] wiki help: translate a line which was not ------------------------------------------------------------------------ r9491 | sylvieg | 2007-09-21 23:28:40 +0200 (ven, 21 sep 2007) | 2 lines [FIX]notification: rollback 1.4 ------------------------------------------------------------------------ r9490 | sylvieg | 2007-09-21 22:00:29 +0200 (ven, 21 sep 2007) | 2 lines [FIX]outbound forum: body of html message without txt alternative were lost + body of html messages with attachment was lost in some case ------------------------------------------------------------------------ r9489 | niclone | 2007-09-21 19:01:13 +0200 (ven, 21 sep 2007) | 3 lines [FIX] mypage/mypages: correct a bug that was showing an empty templates menu on IE. [FIX] mypage/mypages: add confirm dialog when deleting a mypage ------------------------------------------------------------------------ r9488 | sylvieg | 2007-09-21 18:12:56 +0200 (ven, 21 sep 2007) | 2 lines [MOD]fgal: as tracker give option to see the fgal and not the list when saving a new fgal ------------------------------------------------------------------------ r9487 | niclone | 2007-09-21 18:06:39 +0200 (ven, 21 sep 2007) | 2 lines [FIX] mootools/windoo: correct a bug that was giving to focus on windoo that had already focus, making borders effects like too many event sent. this also correct a bug on <select> elements in windoo that was selecting the bad element some times. ------------------------------------------------------------------------ r9486 | sept_7 | 2007-09-21 10:11:38 +0200 (ven, 21 sep 2007) | 2 lines [FIX] : grammar error :( ------------------------------------------------------------------------ r9485 | sylvieg | 2007-09-20 22:03:51 +0200 (jeu, 20 sep 2007) | 2 lines [MOD]fgal: move also all the upload confirmation message before the form ------------------------------------------------------------------------ r9484 | sylvieg | 2007-09-20 19:23:48 +0200 (jeu, 20 sep 2007) | 2 lines [FIX]fgal: give an error message if the file is empty ------------------------------------------------------------------------ r9483 | sylvieg | 2007-09-20 19:21:44 +0200 (jeu, 20 sep 2007) | 2 lines [FIX]fgal: move upload errors display at the top to be sure people notice them ------------------------------------------------------------------------ r9482 | sylvieg | 2007-09-20 18:42:07 +0200 (jeu, 20 sep 2007) | 2 lines [MOD]fgal: set max_execution_time to infinite if the system allows it ------------------------------------------------------------------------ r9481 | sylvieg | 2007-09-20 13:02:44 +0200 (jeu, 20 sep 2007) | 2 lines oops ------------------------------------------------------------------------ r9480 | sylvieg | 2007-09-19 20:11:13 +0200 (mer, 19 sep 2007) | 2 lines [FIX]tracker: if the date in the tracker plugin is not selected, set to now ------------------------------------------------------------------------ r9479 | sylvieg | 2007-09-19 17:28:22 +0200 (mer, 19 sep 2007) | 2 lines [FIX]tracker plugin: do not forget the selected value if error ------------------------------------------------------------------------ r9478 | sylvieg | 2007-09-19 12:53:48 +0200 (mer, 19 sep 2007) | 2 lines [FIX]fgal: can move a file from the second page ------------------------------------------------------------------------ r9477 | sylvieg | 2007-09-18 23:54:06 +0200 (mar, 18 sep 2007) | 2 lines manual merge ------------------------------------------------------------------------ r9476 | sylvieg | 2007-09-18 23:47:00 +0200 (mar, 18 sep 2007) | 2 lines [MOD]tracker: option in date&time tracker field and jscalendar trackerfield to display only the date + option date&time first and last year ------------------------------------------------------------------------ r9475 | sylvieg | 2007-09-18 22:34:15 +0200 (mar, 18 sep 2007) | 2 lines [FIX]tracker: field date&time and jscalendar can be used in tracker plugin ------------------------------------------------------------------------ r9474 | sylvieg | 2007-09-18 18:10:44 +0200 (mar, 18 sep 2007) | 2 lines [MOD]forums: module forums_last_topics additional param forumId=ID or ID1:ID2:ID3 ------------------------------------------------------------------------ r9473 | niclone | 2007-09-18 18:06:32 +0200 (mar, 18 sep 2007) | 2 lines [FIX] mypage: some disabled code (...) that disable fading when opening windoos ------------------------------------------------------------------------ r9472 | niclone | 2007-09-18 17:35:10 +0200 (mar, 18 sep 2007) | 2 lines [FIX] mypage/mypage: css live change was not working on IE ------------------------------------------------------------------------ r9471 | niclone | 2007-09-18 17:33:34 +0200 (mar, 18 sep 2007) | 2 lines [FIX] mypage/mypages: correct a bug that was making button "create" not working anymore if a previous try was canceled. Also made the dialog smaller ------------------------------------------------------------------------ r9470 | sylvieg | 2007-09-17 21:59:16 +0200 (lun, 17 sep 2007) | 2 lines [FIX]tracker: empty entry in country in tracker plugin ------------------------------------------------------------------------ r9469 | sampaioprimo | 2007-09-17 20:12:08 +0200 (lun, 17 sep 2007) | 2 lines [FIX] just fixed the link to the file ------------------------------------------------------------------------ r9468 | sylvieg | 2007-09-17 19:10:08 +0200 (lun, 17 sep 2007) | 2 lines notice ------------------------------------------------------------------------ r9467 | sylvieg | 2007-09-17 00:10:42 +0200 (lun, 17 sep 2007) | 2 lines [MOD]tracker: allow tracker plugin to define default value (by entering an array of value) - for now limited to direct value + works only by direct call ------------------------------------------------------------------------ r9466 | sylvieg | 2007-09-17 00:07:22 +0200 (lun, 17 sep 2007) | 2 lines [MOD]move get_flags to tikilib to avoid code duplication ------------------------------------------------------------------------ r9465 | niclone | 2007-09-16 17:57:30 +0200 (dim, 16 sep 2007) | 2 lines [FIX] mypage/windoo: update css of windoo for mypage ------------------------------------------------------------------------ r9464 | niclone | 2007-09-16 17:26:53 +0200 (dim, 16 sep 2007) | 2 lines [FIX] mypage: windoo transparence support + remove some unuesefull js code when in viewing mode ------------------------------------------------------------------------ r9463 | frank_p | 2007-09-15 22:30:34 +0200 (sam, 15 sep 2007) | 2 lines [FIX] td-Tag ------------------------------------------------------------------------ r9462 | lphuberdeau | 2007-09-15 19:33:15 +0200 (sam, 15 sep 2007) | 2 lines Incorporating change from 1.9 to 1.10 ------------------------------------------------------------------------ r9461 | tombombadilom | 2007-09-15 19:14:07 +0200 (sam, 15 sep 2007) | 2 lines [FIX] added section mytiki and corrected wrong div ------------------------------------------------------------------------ r9460 | tombombadilom | 2007-09-15 10:58:07 +0200 (sam, 15 sep 2007) | 2 lines [Fix] added secure banner flash management with and without swffix management ------------------------------------------------------------------------ r9459 | niclone | 2007-09-15 05:19:14 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: define the now commons border with of the mypage and mypage_view theme ------------------------------------------------------------------------ r9458 | niclone | 2007-09-15 05:16:55 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: include the aero css ------------------------------------------------------------------------ r9457 | niclone | 2007-09-15 05:15:48 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: fix some css bug of color/image background changing + use aero window theme for dialogs ------------------------------------------------------------------------ r9456 | niclone | 2007-09-15 05:13:14 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: also no transparence by default on windows in view mode ------------------------------------------------------------------------ r9455 | niclone | 2007-09-15 05:12:35 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: no transparence by default on windows ------------------------------------------------------------------------ r9454 | niclone | 2007-09-15 03:07:31 +0200 (sam, 15 sep 2007) | 2 lines [FIX] headerlib: bug in add_css ------------------------------------------------------------------------ r9453 | niclone | 2007-09-15 02:18:27 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: add windoo mypage_view theme for "view" mode ------------------------------------------------------------------------ r9452 | niclone | 2007-09-15 02:04:36 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: correct a bug in view mode introduced by the image background choosing ------------------------------------------------------------------------ r9451 | niclone | 2007-09-15 01:42:20 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: also set mypage theme for mypages listing ------------------------------------------------------------------------ r9450 | niclone | 2007-09-15 01:35:22 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mypage: make mypage windoo theme default for mypage ------------------------------------------------------------------------ r9449 | niclone | 2007-09-15 01:11:58 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mootools/windoo: added a theme with smaller borders (based on theme.aero) ------------------------------------------------------------------------ r9448 | niclone | 2007-09-15 01:07:36 +0200 (sam, 15 sep 2007) | 2 lines [FIX] mootools: give somes arguments to the compactor script ------------------------------------------------------------------------ r9447 | sylvieg | 2007-09-15 00:18:44 +0200 (sam, 15 sep 2007) | 2 lines [MOD]killing the <br><br> for a div navbar ------------------------------------------------------------------------ r9446 | frank_p | 2007-09-14 23:09:09 +0200 (ven, 14 sep 2007) | 2 lines [FIX] if for iconbar, mootools ------------------------------------------------------------------------ r9445 | frank_p | 2007-09-14 23:07:37 +0200 (ven, 14 sep 2007) | 2 lines [FIX] title by Multimedia ------------------------------------------------------------------------ r9444 | niclone | 2007-09-14 22:55:24 +0200 (ven, 14 sep 2007) | 2 lines [FIX] mypage: small bug that was making window title color pref not saving ------------------------------------------------------------------------ r9443 | niclone | 2007-09-14 22:44:26 +0200 (ven, 14 sep 2007) | 2 lines [FIX] mootools: update the compacted js ------------------------------------------------------------------------ r9442 | niclone | 2007-09-14 22:42:58 +0200 (ven, 14 sep 2007) | 2 lines [FIX] mootools: send drag event on Drag.Move class ------------------------------------------------------------------------ r9441 | niclone | 2007-09-14 22:28:20 +0200 (ven, 14 sep 2007) | 2 lines [FIX] mypage: bug that was making color choosing crasy ------------------------------------------------------------------------ r9440 | niclone | 2007-09-14 21:53:06 +0200 (ven, 14 sep 2007) | 2 lines [FIX] mypage: added support for background images ------------------------------------------------------------------------ r9439 | sylvieg | 2007-09-14 17:59:00 +0200 (ven, 14 sep 2007) | 2 lines oops ------------------------------------------------------------------------ r9438 | sylvieg | 2007-09-14 14:05:47 +0200 (ven, 14 sep 2007) | 2 lines [MOD]feature_swffix ------------------------------------------------------------------------ r9437 | jyhem | 2007-09-13 19:07:47 +0200 (jeu, 13 sep 2007) | 2 lines [FIX] rollback of some non-mass capitalisation stuff not for committing ------------------------------------------------------------------------ r9436 | jyhem | 2007-09-13 18:58:48 +0200 (jeu, 13 sep 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9435 | jyhem | 2007-09-13 17:37:05 +0200 (jeu, 13 sep 2007) | 2 lines [MOD] some more mass capitalization ------------------------------------------------------------------------ r9434 | sylvieg | 2007-09-13 17:21:28 +0200 (jeu, 13 sep 2007) | 2 lines oops trace ------------------------------------------------------------------------ r9433 | tombombadilom | 2007-09-13 17:04:26 +0200 (jeu, 13 sep 2007) | 3 lines [lib] added swffix v0.3 to dynamicly embed flash file with javascript. To use it put <script type="text/javascript" src="lib/swffix/swffix.js"></script> in your header and then <div id="yourid"/> <script type="text/javascript">SWFFix.embedSWF("your swf file","yourid","width","height","flash version"); </script> will return the embeded flash ------------------------------------------------------------------------ r9432 | sylvieg | 2007-09-13 16:53:48 +0200 (jeu, 13 sep 2007) | 2 lines [MOD]fgal: last files modules can accept multiple galleryId ------------------------------------------------------------------------ r9431 | jyhem | 2007-09-13 15:46:59 +0200 (jeu, 13 sep 2007) | 2 lines [MOD] 'cancel' mass capitalization ------------------------------------------------------------------------ r9430 | jyhem | 2007-09-13 15:16:41 +0200 (jeu, 13 sep 2007) | 2 lines [MOD] rest of 'use' mass capitalization in forum display ------------------------------------------------------------------------ r9429 | jyhem | 2007-09-13 15:13:15 +0200 (jeu, 13 sep 2007) | 2 lines [MOD] rest of 'use' mass capitalization in forum admin ------------------------------------------------------------------------ r9428 | sylvieg | 2007-09-12 17:34:55 +0200 (mer, 12 sep 2007) | 2 lines [FIX]tracker: a computed field can use another computed field ------------------------------------------------------------------------ r9427 | sylvieg | 2007-09-12 16:44:50 +0200 (mer, 12 sep 2007) | 2 lines [FIX]tracker: a computed field can use a item lists field returning only one numeric value ------------------------------------------------------------------------ r9426 | pkdille | 2007-09-12 14:01:50 +0200 (mer, 12 sep 2007) | 2 lines [FIX] If the closing tag </a> is on an other line than the label, the style is not applying in the right way (space between the buttons is not ok in this case) ------------------------------------------------------------------------ r9425 | sylvieg | 2007-09-12 12:12:34 +0200 (mer, 12 sep 2007) | 2 lines [MOD]mypage: partial implementation of feature_mypage_category_mandatory ------------------------------------------------------------------------ r9424 | niclone | 2007-09-12 04:41:51 +0200 (mer, 12 sep 2007) | 2 lines [FIX] mypage: updated css ------------------------------------------------------------------------ r9423 | niclone | 2007-09-12 04:11:43 +0200 (mer, 12 sep 2007) | 2 lines [FIX] mypage: be more cool if component is not configurable ------------------------------------------------------------------------ r9422 | niclone | 2007-09-12 04:05:34 +0200 (mer, 12 sep 2007) | 2 lines [FIX] mypage: text color of windows better handled ------------------------------------------------------------------------ r9421 | niclone | 2007-09-12 03:50:57 +0200 (mer, 12 sep 2007) | 2 lines [FIX] mypage: added support for windows title, text content, and background color choosing ------------------------------------------------------------------------ r9420 | niclone | 2007-09-12 03:27:25 +0200 (mer, 12 sep 2007) | 2 lines [FIX] mypage: added a smarty specific version for mypage, based on smarty for tiki. ------------------------------------------------------------------------ r9419 | niclone | 2007-09-12 03:24:39 +0200 (mer, 12 sep 2007) | 2 lines [FIX] mypage: use compressed version of mooRainbow. added a moorainbow css file specific for mypage. don't load every css theme of windoo. ------------------------------------------------------------------------ r9418 | niclone | 2007-09-12 03:21:41 +0200 (mer, 12 sep 2007) | 2 lines [FIX] mypage: allow type checks when opening mypage + added mandatory category feature (thanks sylvieg !) ------------------------------------------------------------------------ r9417 | niclone | 2007-09-11 21:30:42 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypage: starting adding some css style for mypage. not sure that I should put them here... ------------------------------------------------------------------------ r9416 | niclone | 2007-09-11 21:26:50 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypage: remove access selector from here. + some html reviews ------------------------------------------------------------------------ r9415 | niclone | 2007-09-11 21:25:04 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypage: a bug that was making mypage not visible by other users than owner ------------------------------------------------------------------------ r9414 | niclone | 2007-09-11 18:54:27 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypage: don't show template menu if no templates are available. + somes minors fixs ------------------------------------------------------------------------ r9413 | niclone | 2007-09-11 18:17:24 +0200 (mar, 11 sep 2007) | 2 lines [FIX] poll: added a fonction clone_poll in polllib to clone a poll. ------------------------------------------------------------------------ r9412 | sylvieg | 2007-09-11 17:39:31 +0200 (mar, 11 sep 2007) | 2 lines [FIX]rss fgal: fix special perms on fgal object ------------------------------------------------------------------------ r9411 | niclone | 2007-09-11 15:55:16 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypage: templates is now working. + somes fixs in mypagelib making errors handling better ------------------------------------------------------------------------ r9410 | niclone | 2007-09-11 12:25:52 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypages: update constructor methods ------------------------------------------------------------------------ r9409 | lihaowei2008 | 2007-09-11 09:40:55 +0200 (mar, 11 sep 2007) | 2 lines Chinese version Installation for Tiki now is available for all users.Nathanael tested ok. ------------------------------------------------------------------------ r9408 | niclone | 2007-09-11 01:20:59 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypage: updated way type instance are created ------------------------------------------------------------------------ r9407 | niclone | 2007-09-11 00:34:45 +0200 (mar, 11 sep 2007) | 2 lines [FIX] mypages: don't show template menu when editing (only when creating) ------------------------------------------------------------------------ r9406 | niclone | 2007-09-10 19:47:08 +0200 (lun, 10 sep 2007) | 2 lines [DEV] mypages: support for clonage + lot of work, bug corrections, .... I was to lame to commit early + commit often, too bad ! ------------------------------------------------------------------------ r9405 | niclone | 2007-09-10 19:41:51 +0200 (lun, 10 sep 2007) | 2 lines [DEV] mypages: support for clonage + lot of work, bug corrections, .... I was to lame to commit early + commit often, too bad ! ------------------------------------------------------------------------ r9404 | niclone | 2007-09-10 19:31:44 +0200 (lun, 10 sep 2007) | 2 lines [DEV] mypages/types: added support for editing template user in mypages type admin + somes fixes ------------------------------------------------------------------------ r9403 | jyhem | 2007-09-10 19:12:59 +0200 (lun, 10 sep 2007) | 2 lines [MOD] rest of 'use' mass capitalization ------------------------------------------------------------------------ r9402 | jyhem | 2007-09-10 19:09:44 +0200 (lun, 10 sep 2007) | 2 lines [FIX] can't translate sentence in little bits and still get meaningful translation (plus some mass capitalization) ------------------------------------------------------------------------ r9401 | sylvieg | 2007-09-10 18:56:20 +0200 (lun, 10 sep 2007) | 2 lines [FIX]anchor categ does not depend on wysiwyg ------------------------------------------------------------------------ r9400 | sylvieg | 2007-09-10 18:51:28 +0200 (lun, 10 sep 2007) | 2 lines [MOD]put all the user prefs in the same page ------------------------------------------------------------------------ r9399 | niclone | 2007-09-10 18:18:58 +0200 (lun, 10 sep 2007) | 2 lines [FIX] mypages/types: added preliminary support for templates by types ------------------------------------------------------------------------ r9398 | jyhem | 2007-09-10 17:53:39 +0200 (lun, 10 sep 2007) | 2 lines [MOD] mass capitalization of 'create' buttons ------------------------------------------------------------------------ r9397 | jyhem | 2007-09-10 09:53:33 +0200 (lun, 10 sep 2007) | 2 lines [MOD] mass capitalization of 'update' buttons ------------------------------------------------------------------------ r9396 | jyhem | 2007-09-10 09:41:10 +0200 (lun, 10 sep 2007) | 2 lines [MOD] minor style improvement ------------------------------------------------------------------------ r9395 | lihaowei2008 | 2007-09-10 03:55:38 +0200 (lun, 10 sep 2007) | 2 lines New Chinese translation Added by Nathanael ------------------------------------------------------------------------ r9394 | marclaporte | 2007-09-10 01:18:07 +0200 (lun, 10 sep 2007) | 2 lines [ENH] OpenID: adding the nice little icon in the login box ------------------------------------------------------------------------ r9393 | nkoth | 2007-09-09 21:11:12 +0200 (dim, 09 sep 2007) | 2 lines [FIX] new openid accounts that need validation are not activated until validated. ------------------------------------------------------------------------ r9392 | lphuberdeau | 2007-09-09 20:49:04 +0200 (dim, 09 sep 2007) | 2 lines Adding interface to set-up multiple accounts on the same openid. ------------------------------------------------------------------------ r9391 | lphuberdeau | 2007-09-09 20:26:34 +0200 (dim, 09 sep 2007) | 2 lines Fixing the first login for OpenID users. ------------------------------------------------------------------------ r9390 | lphuberdeau | 2007-09-09 20:03:45 +0200 (dim, 09 sep 2007) | 2 lines Fixing account confirmation with OpenID ------------------------------------------------------------------------ r9389 | lphuberdeau | 2007-09-09 19:25:37 +0200 (dim, 09 sep 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r9388 | lphuberdeau | 2007-09-09 19:25:09 +0200 (dim, 09 sep 2007) | 2 lines Clarification of the hash removal step ------------------------------------------------------------------------ r9387 | nkoth | 2007-09-09 19:06:20 +0200 (dim, 09 sep 2007) | 2 lines [FIX] hash should be blank if open id is used. ------------------------------------------------------------------------ r9386 | lphuberdeau | 2007-09-09 18:46:44 +0200 (dim, 09 sep 2007) | 2 lines Using the db preference instead of hardcoding for cookie name. ------------------------------------------------------------------------ r9385 | nkoth | 2007-09-09 18:24:48 +0200 (dim, 09 sep 2007) | 2 lines [NEW] add openid support ------------------------------------------------------------------------ r9384 | nkoth | 2007-09-09 18:22:21 +0200 (dim, 09 sep 2007) | 2 lines [FIX] field length should be 255 not 256? ------------------------------------------------------------------------ r9383 | nkoth | 2007-09-09 18:11:05 +0200 (dim, 09 sep 2007) | 2 lines [NEW] changes for openid support ------------------------------------------------------------------------ r9382 | lphuberdeau | 2007-09-09 18:06:16 +0200 (dim, 09 sep 2007) | 2 lines Functional user switch based on OpenID. ------------------------------------------------------------------------ r9381 | lphuberdeau | 2007-09-09 17:41:22 +0200 (dim, 09 sep 2007) | 2 lines Support for login and logout, plus partial user switch ------------------------------------------------------------------------ r9380 | nkoth | 2007-09-09 03:19:34 +0200 (dim, 09 sep 2007) | 2 lines [FIX] when system sender email is not set, and user tries to register, and admin validation is reqd, the message should go to admin internal email. SQL error shown before in this situation. ------------------------------------------------------------------------ r9379 | lphuberdeau | 2007-09-09 02:39:26 +0200 (dim, 09 sep 2007) | 2 lines Proper form linking and filling (still not usable) ------------------------------------------------------------------------ r9378 | lphuberdeau | 2007-09-09 00:47:42 +0200 (dim, 09 sep 2007) | 2 lines Little further. ------------------------------------------------------------------------ r9377 | lphuberdeau | 2007-09-08 21:30:38 +0200 (sam, 08 sep 2007) | 2 lines Correct handling of OpenID, only tiki-related stuff missing. ------------------------------------------------------------------------ r9376 | lphuberdeau | 2007-09-08 21:10:07 +0200 (sam, 08 sep 2007) | 2 lines Adding field for openid. ------------------------------------------------------------------------ r9375 | lphuberdeau | 2007-09-08 20:03:08 +0200 (sam, 08 sep 2007) | 2 lines First version (not working yet). ------------------------------------------------------------------------ r9374 | lphuberdeau | 2007-09-08 18:54:19 +0200 (sam, 08 sep 2007) | 2 lines Adding libraries for OpenID support. ------------------------------------------------------------------------ r9373 | tombombadilom | 2007-09-08 12:41:31 +0200 (sam, 08 sep 2007) | 2 lines [MOD]smarty: duration an option to have a short duration expression + tr ------------------------------------------------------------------------ r9372 | sylvieg | 2007-09-07 23:38:54 +0200 (ven, 07 sep 2007) | 2 lines [FIX]banners: go back to list when banner is saved ------------------------------------------------------------------------ r9371 | jyhem | 2007-09-07 20:48:01 +0200 (ven, 07 sep 2007) | 2 lines [FIX] minor typos, french translations, one mass capitalisation ------------------------------------------------------------------------ r9370 | niclone | 2007-09-07 13:06:48 +0200 (ven, 07 sep 2007) | 2 lines [FIX] mypages: mypage listing have now an admin mode ------------------------------------------------------------------------ r9369 | niclone | 2007-09-07 13:06:06 +0200 (ven, 07 sep 2007) | 2 lines [FIX] mypage: fix permission problems. actually, permissions are simple: owner can edit, everybody can view ------------------------------------------------------------------------ r9368 | niclone | 2007-09-07 12:04:58 +0200 (ven, 07 sep 2007) | 2 lines [FIX] tikidblib: typo on html style class name ------------------------------------------------------------------------ r9367 | niclone | 2007-09-07 12:03:18 +0200 (ven, 07 sep 2007) | 2 lines [FIX] tikidblib: added functions stack trace on sql errors, helping debugging. work only if xdebug php extension is installed. ------------------------------------------------------------------------ r9366 | pkdille | 2007-09-07 09:26:04 +0200 (ven, 07 sep 2007) | 2 lines [MOD] tiki-show_page: All the foot informations (author, last changes, copyright, link,...) are in one css section, under one hr (defined in css), with the same style and font size ------------------------------------------------------------------------ r9365 | mose | 2007-09-06 22:29:43 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] pagebar: avoid display moves away when you click on comments or attachments ------------------------------------------------------------------------ r9364 | niclone | 2007-09-06 21:49:08 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] mypages: correct a js error on IE ------------------------------------------------------------------------ r9363 | niclone | 2007-09-06 16:23:04 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] mypage: also don't allow destroying not owned mypage ------------------------------------------------------------------------ r9362 | niclone | 2007-09-06 16:18:50 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] mypage: added some permissions that disallow editing not owned mypages ------------------------------------------------------------------------ r9361 | mose | 2007-09-06 15:50:20 +0200 (jeu, 06 sep 2007) | 2 lines [NEW] smarty: new plugin "display" to display block only to some groups and not others ------------------------------------------------------------------------ r9360 | niclone | 2007-09-06 15:12:21 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] mypages: avoid some js errors when closing edit window ------------------------------------------------------------------------ r9359 | mose | 2007-09-06 14:20:46 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] menupage: solve collision problem of param names, as "page" is also used genericaly ------------------------------------------------------------------------ r9358 | mose | 2007-09-06 14:16:48 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] menupage: small upgrade script to solve collision problem of param names ------------------------------------------------------------------------ r9357 | niclone | 2007-09-06 12:53:48 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] mypages: a windows was flashing the page when displaying the mypages listing ------------------------------------------------------------------------ r9356 | sampaioprimo | 2007-09-06 02:31:29 +0200 (jeu, 06 sep 2007) | 2 lines [FIX] dont try to insert a new image gallery scale with the same value when editing gallery information ------------------------------------------------------------------------ r9355 | mose | 2007-09-05 23:49:12 +0200 (mer, 05 sep 2007) | 2 lines [FIX] wiki: made header lines use id rather than prepending with a anchor ------------------------------------------------------------------------ r9354 | sampaioprimo | 2007-09-05 21:35:11 +0200 (mer, 05 sep 2007) | 2 lines translation ------------------------------------------------------------------------ r9353 | sylvieg | 2007-09-05 19:52:50 +0200 (mer, 05 sep 2007) | 2 lines oops trace ------------------------------------------------------------------------ r9352 | sylvieg | 2007-09-05 19:49:44 +0200 (mer, 05 sep 2007) | 2 lines [MOD]structure: be able to move a sub-structure to another structure ------------------------------------------------------------------------ r9351 | sylvieg | 2007-09-05 18:34:11 +0200 (mer, 05 sep 2007) | 2 lines [FIX]struture: highlight remove confirmation message ------------------------------------------------------------------------ r9350 | sylvieg | 2007-09-05 17:12:22 +0200 (mer, 05 sep 2007) | 2 lines merge ------------------------------------------------------------------------ r9349 | sampaioprimo | 2007-09-04 21:04:51 +0200 (mar, 04 sep 2007) | 2 lines more translation ------------------------------------------------------------------------ r9348 | sampaioprimo | 2007-09-04 20:54:19 +0200 (mar, 04 sep 2007) | 2 lines translation ------------------------------------------------------------------------ r9347 | sylvieg | 2007-09-04 19:14:53 +0200 (mar, 04 sep 2007) | 2 lines one query less sometimes ------------------------------------------------------------------------ r9346 | sylvieg | 2007-09-04 16:33:39 +0200 (mar, 04 sep 2007) | 2 lines [MOD]module: new param page to display a module only for a wiki page ------------------------------------------------------------------------ r9345 | niclone | 2007-09-04 01:07:32 +0200 (mar, 04 sep 2007) | 2 lines [FIX] mypage: isConfigurable methode was bugged ------------------------------------------------------------------------ r9344 | sylvieg | 2007-09-03 22:02:32 +0200 (lun, 03 sep 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9343 | sylvieg | 2007-09-03 21:50:55 +0200 (lun, 03 sep 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9342 | niclone | 2007-09-03 19:40:08 +0200 (lun, 03 sep 2007) | 2 lines [FIX] mypage: add a hack that give components the ability to call a javascript at windoo creation ------------------------------------------------------------------------ r9341 | niclone | 2007-09-03 16:39:51 +0200 (lun, 03 sep 2007) | 2 lines [FIX] mypages: allow custom column positioning by a type extension in mypages listing ------------------------------------------------------------------------ r9340 | niclone | 2007-09-03 16:07:25 +0200 (lun, 03 sep 2007) | 2 lines [FIX] mypages: allow types extension to customize the content of the listing of mypages ------------------------------------------------------------------------ r9339 | niclone | 2007-09-03 15:54:35 +0200 (lun, 03 sep 2007) | 2 lines [FIX] mypages: call the function customizeColumns after had filled the array + typo ------------------------------------------------------------------------ r9338 | niclone | 2007-09-03 15:31:18 +0200 (lun, 03 sep 2007) | 2 lines [FIX] mypages: don't show column dimensions by default, if dimensions are fixed in type preferences (this one by a working way !) ------------------------------------------------------------------------ r9337 | niclone | 2007-09-03 15:26:46 +0200 (lun, 03 sep 2007) | 2 lines [FIX] mypages: don't show column dimensions by default, if dimensions are fixed in type preferences ------------------------------------------------------------------------ r9336 | niclone | 2007-09-03 15:14:54 +0200 (lun, 03 sep 2007) | 2 lines [FIX] mypages: allow types extensions to customise the mypages listings ------------------------------------------------------------------------ r9335 | parkercroft | 2007-09-02 22:22:11 +0200 (dim, 02 sep 2007) | 2 lines Remove a bogus key ------------------------------------------------------------------------ r9334 | sylvieg | 2007-09-02 17:25:12 +0200 (dim, 02 sep 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9333 | sylvieg | 2007-09-02 16:04:39 +0200 (dim, 02 sep 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9332 | sylvieg | 2007-09-02 14:25:04 +0200 (dim, 02 sep 2007) | 2 lines [FIX] missing ? in url-thx FrankP ------------------------------------------------------------------------ r9331 | sylvieg | 2007-09-02 14:18:22 +0200 (dim, 02 sep 2007) | 2 lines sync ------------------------------------------------------------------------ r9330 | sylvieg | 2007-09-02 14:16:38 +0200 (dim, 02 sep 2007) | 2 lines varcher limited to 255 ------------------------------------------------------------------------ r9329 | sylvieg | 2007-09-02 14:01:20 +0200 (dim, 02 sep 2007) | 2 lines rollback ------------------------------------------------------------------------ r9328 | pkdille | 2007-09-01 08:29:26 +0200 (sam, 01 sep 2007) | 2 lines [FIX] tiki-print: sending to parse_data the is_html property which was not. This allows clean printings to "wysiwyg pages" ------------------------------------------------------------------------ r9327 | sylvieg | 2007-09-01 00:13:28 +0200 (sam, 01 sep 2007) | 2 lines [MOD]allow ` and . in sort_mode ------------------------------------------------------------------------ r9326 | mose | 2007-08-31 17:07:39 +0200 (ven, 31 aoû 2007) | 2 lines [FIX] rss: fixed uncorrect error message appearing when feed is empty ------------------------------------------------------------------------ r9325 | sylvieg | 2007-08-31 14:09:07 +0200 (ven, 31 aoû 2007) | 2 lines [MOD]tracker: new additional option to user selector to send a notification mail to the user each time the tracker is changed ------------------------------------------------------------------------ r9324 | sylvieg | 2007-08-31 13:41:48 +0200 (ven, 31 aoû 2007) | 2 lines rollback: colon must be in the message ------------------------------------------------------------------------ r9323 | sept_7 | 2007-08-31 10:45:04 +0200 (ven, 31 aoû 2007) | 5 lines [FIX] fix image insertion from filegals when ajax is activated The ajax function loadcomponent seems to not include/activate the javascript code of the embeded component... ------------------------------------------------------------------------ r9322 | mose | 2007-08-31 08:49:36 +0200 (ven, 31 aoû 2007) | 2 lines [FIX] shoutbox: fixed shoutbox item author can remove his own post ------------------------------------------------------------------------ r9321 | sampaioprimo | 2007-08-31 06:37:22 +0200 (ven, 31 aoû 2007) | 2 lines translation ------------------------------------------------------------------------ r9320 | sampaioprimo | 2007-08-31 06:31:31 +0200 (ven, 31 aoû 2007) | 2 lines translation ------------------------------------------------------------------------ r9319 | sampaioprimo | 2007-08-31 06:24:10 +0200 (ven, 31 aoû 2007) | 2 lines colon should be out of {tr} tag ------------------------------------------------------------------------ r9318 | sampaioprimo | 2007-08-31 06:05:00 +0200 (ven, 31 aoû 2007) | 2 lines [ADD] mod-since_last_visit_new display new articles submissions ------------------------------------------------------------------------ r9317 | sampaioprimo | 2007-08-31 05:59:52 +0200 (ven, 31 aoû 2007) | 2 lines merging changes on mod-since_last_visit_new.php from 1.9 to 1.10 (display a "nothing has changed" message) ------------------------------------------------------------------------ r9316 | niclone | 2007-08-30 21:14:54 +0200 (jeu, 30 aoû 2007) | 2 lines [FIX] mypage: auto close the slide bar when dragging a windoo ------------------------------------------------------------------------ r9315 | sylvieg | 2007-08-30 20:03:20 +0200 (jeu, 30 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9314 | niclone | 2007-08-30 17:46:20 +0200 (jeu, 30 aoû 2007) | 2 lines [FIX] mypage: list only authorized components from tiki-mypage_types on mypage ------------------------------------------------------------------------ r9313 | sylvieg | 2007-08-30 16:54:05 +0200 (jeu, 30 aoû 2007) | 2 lines minor tpl change ------------------------------------------------------------------------ r9312 | sept_7 | 2007-08-30 14:56:39 +0200 (jeu, 30 aoû 2007) | 2 lines [FIX] wiki: charset consistency force utf-8 encoding when using smarty:escape ------------------------------------------------------------------------ r9311 | mose | 2007-08-30 14:11:42 +0200 (jeu, 30 aoû 2007) | 2 lines [FIX] wiki: charset consistency is broken by use of espace:htmlall when not using fckeditor, better use escape:html ------------------------------------------------------------------------ r9310 | niclone | 2007-08-30 11:06:27 +0200 (jeu, 30 aoû 2007) | 2 lines [FIX] tikidblib: allow use of table.column for sort mode (at least for mysql). ------------------------------------------------------------------------ r9309 | kerrnel22 | 2007-08-30 00:31:35 +0200 (jeu, 30 aoû 2007) | 2 lines [FIX] MySQL requires quotes around negative integers. Gallery tables now created at install. ------------------------------------------------------------------------ r9308 | sept_7 | 2007-08-29 16:16:30 +0200 (mer, 29 aoû 2007) | 2 lines [TRA] various french translations ------------------------------------------------------------------------ r9307 | sept_7 | 2007-08-29 16:15:26 +0200 (mer, 29 aoû 2007) | 15 lines [ENH] Use File Galleries for images inclusion in FCKEditor and normal page editor Add a feature to allow the image selection by naviguating in the File Galleries, both for the normal non WYSIWYG editor and FCKEditor. You select the new feature in the admin page : "Use File Galleries for images inclusion" Warning : The permission on the image(s) must be correct or users wont be able to see the image(s). There is a problem when generating PDF file from the page as tiki-export_pdf.php is not using the users credentials when accessing the elements of the page :( ------------------------------------------------------------------------ r9306 | luciash | 2007-08-29 16:05:30 +0200 (mer, 29 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9305 | niclone | 2007-08-29 15:25:06 +0200 (mer, 29 aoû 2007) | 2 lines [DEV] mypage: added support for categories (thanks sylvieg), support for component ajax, support for not resizeable or not closeable components ------------------------------------------------------------------------ r9304 | luciash | 2007-08-29 15:10:37 +0200 (mer, 29 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9303 | sept_7 | 2007-08-29 14:40:53 +0200 (mer, 29 aoû 2007) | 5 lines [ENH] : provides a HTML diff to the page history This patch tries to provides a HTML diff view of the page. It is far from perfect but the results are far far better than what we have now for HTML pages... ------------------------------------------------------------------------ r9302 | tombombadilom | 2007-08-29 09:55:51 +0200 (mer, 29 aoû 2007) | 2 lines added basic throught feature avigation ------------------------------------------------------------------------ r9301 | pkdille | 2007-08-29 07:18:43 +0200 (mer, 29 aoû 2007) | 2 lines [FIX] french translation for "calendar" ------------------------------------------------------------------------ r9300 | sampaioprimo | 2007-08-29 04:08:34 +0200 (mer, 29 aoû 2007) | 3 lines string translation to pt-br change o tiki-calendar.tpl: colon should be out of {tr} tag ------------------------------------------------------------------------ r9299 | sylvieg | 2007-08-28 23:22:52 +0200 (mar, 28 aoû 2007) | 2 lines [FIX]categ: need also to sync the tiki_objects information in case it changed->TO IMPROVE: bacause it is done twice in categ and freetag even if name/dec/href not changed ------------------------------------------------------------------------ r9298 | sylvieg | 2007-08-28 17:18:29 +0200 (mar, 28 aoû 2007) | 2 lines [MOD]categ: do not rebuild categ table if nothing change in categ ------------------------------------------------------------------------ r9297 | niclone | 2007-08-28 16:51:50 +0200 (mar, 28 aoû 2007) | 2 lines [MOD] calendarlib: added support for customs columns, so custom devlopment can add theres columns in tiki_calendar_items table ------------------------------------------------------------------------ r9296 | niclone | 2007-08-28 15:54:20 +0200 (mar, 28 aoû 2007) | 2 lines [FIX] tikidblib: better handling of xajax feature when displaying errors. retabuled my code part to 4 chars tab width ------------------------------------------------------------------------ r9295 | niclone | 2007-08-28 15:36:39 +0200 (mar, 28 aoû 2007) | 2 lines [FIX] libtikidb: also better handling of null values in error messages ------------------------------------------------------------------------ r9294 | niclone | 2007-08-28 15:28:44 +0200 (mar, 28 aoû 2007) | 2 lines [FIX] tikidblib: better error displaying: added somes htmlspecialchars, and also display the probably query transformation ------------------------------------------------------------------------ r9293 | sylvieg | 2007-08-28 14:46:31 +0200 (mar, 28 aoû 2007) | 2 lines [MOD]wiki: button on edit apge a little bit alike ------------------------------------------------------------------------ r9292 | sylvieg | 2007-08-28 13:52:00 +0200 (mar, 28 aoû 2007) | 2 lines continue to remove the access library ------------------------------------------------------------------------ r9291 | sylvieg | 2007-08-28 13:40:30 +0200 (mar, 28 aoû 2007) | 2 lines [ajax]missing include ------------------------------------------------------------------------ r9290 | sylvieg | 2007-08-28 13:38:27 +0200 (mar, 28 aoû 2007) | 2 lines [MOD]banners: -1 for a no maximpressions ------------------------------------------------------------------------ r9289 | sylvieg | 2007-08-27 22:06:51 +0200 (lun, 27 aoû 2007) | 2 lines [MOD]categ: extract the function update_object_categories from the smarty/REQUEST context ------------------------------------------------------------------------ r9288 | sylvieg | 2007-08-27 18:41:33 +0200 (lun, 27 aoû 2007) | 2 lines [MOD]to use categorize_list in a function ------------------------------------------------------------------------ r9287 | jyhem | 2007-08-27 18:25:49 +0200 (lun, 27 aoû 2007) | 2 lines [FIX] minor typos, oops ------------------------------------------------------------------------ r9286 | sylvieg | 2007-08-27 17:43:49 +0200 (lun, 27 aoû 2007) | 2 lines continue to remove the access library ------------------------------------------------------------------------ r9285 | jyhem | 2007-08-27 16:34:55 +0200 (lun, 27 aoû 2007) | 2 lines [FIX] minor typos ------------------------------------------------------------------------ r9284 | jyhem | 2007-08-27 16:13:43 +0200 (lun, 27 aoû 2007) | 2 lines [FIX] missing translation tags (reported by FrankP_german) ------------------------------------------------------------------------ r9283 | sylvieg | 2007-08-27 14:28:10 +0200 (lun, 27 aoû 2007) | 2 lines [FIX]forum: more details if errors + more visible ------------------------------------------------------------------------ r9282 | niclone | 2007-08-27 12:04:28 +0200 (lun, 27 aoû 2007) | 2 lines [DEV] mypage: increment viewed count when viewing a mypage ------------------------------------------------------------------------ r9281 | niclone | 2007-08-27 11:57:41 +0200 (lun, 27 aoû 2007) | 2 lines [DEV] mypage: added created, modified, viewed of mypage and mypagewin. (viewed not yet incremented) ------------------------------------------------------------------------ r9280 | niclone | 2007-08-27 03:05:10 +0200 (lun, 27 aoû 2007) | 2 lines [FIX] mypage: allow mypagelib to be included from a function ------------------------------------------------------------------------ r9279 | niclone | 2007-08-26 16:17:01 +0200 (dim, 26 aoû 2007) | 2 lines [FIX] mypage: updated config window style ------------------------------------------------------------------------ r9278 | niclone | 2007-08-25 22:33:23 +0200 (sam, 25 aoû 2007) | 2 lines [FIX] mypage: fix order of commit call for type ------------------------------------------------------------------------ r9277 | niclone | 2007-08-25 22:20:35 +0200 (sam, 25 aoû 2007) | 2 lines [FIX] mypage: fix commit order ------------------------------------------------------------------------ r9276 | niclone | 2007-08-25 22:12:06 +0200 (sam, 25 aoû 2007) | 2 lines [DEV] mypage: type receive more event ------------------------------------------------------------------------ r9275 | niclone | 2007-08-25 16:10:42 +0200 (sam, 25 aoû 2007) | 2 lines [FIX] mypage: mypage type more maleable ------------------------------------------------------------------------ r9274 | niclone | 2007-08-25 15:20:52 +0200 (sam, 25 aoû 2007) | 2 lines [DEV] mypage: updated component API to a better one ------------------------------------------------------------------------ r9273 | niclone | 2007-08-25 13:39:21 +0200 (sam, 25 aoû 2007) | 2 lines [FIX] mypage: replace berk code about win configuration ------------------------------------------------------------------------ r9272 | niclone | 2007-08-25 12:57:08 +0200 (sam, 25 aoû 2007) | 2 lines [FIX] mypage: remove some unwanted backslashes added by xajax ------------------------------------------------------------------------ r9271 | niclone | 2007-08-25 01:09:08 +0200 (sam, 25 aoû 2007) | 2 lines [FIX] mypage: allow modifing a mypage name with the same name ------------------------------------------------------------------------ r9270 | niclone | 2007-08-25 00:55:34 +0200 (sam, 25 aoû 2007) | 2 lines [FIX] xajax: make tikidblib return a xajax error answer on xajax request on SQL errors. Making debugging xajax easier. ------------------------------------------------------------------------ r9269 | jyhem | 2007-08-24 19:06:51 +0200 (ven, 24 aoû 2007) | 2 lines [MOD] mass capitalization of some more buttons ------------------------------------------------------------------------ r9268 | niclone | 2007-08-24 03:13:29 +0200 (ven, 24 aoû 2007) | 2 lines [FIX] mypage: I should test my code before commit it ------------------------------------------------------------------------ r9267 | niclone | 2007-08-24 03:11:49 +0200 (ven, 24 aoû 2007) | 2 lines [FIX] mypage: return alert() error on function that should return javascript strings ------------------------------------------------------------------------ r9266 | niclone | 2007-08-24 02:51:15 +0200 (ven, 24 aoû 2007) | 2 lines [FIX] mypage: more making it to work with phplayers (and always dirty) ------------------------------------------------------------------------ r9265 | niclone | 2007-08-24 02:48:52 +0200 (ven, 24 aoû 2007) | 2 lines [FIX] mypage: make it working with phplayer (dirty) ------------------------------------------------------------------------ r9264 | niclone | 2007-08-24 02:46:56 +0200 (ven, 24 aoû 2007) | 2 lines [FIX] mypage: correct a bug that was making new windoo impossible ------------------------------------------------------------------------ r9263 | niclone | 2007-08-24 02:29:17 +0200 (ven, 24 aoû 2007) | 2 lines [FIX] mypage: better support of default values from type when creating a new mypage ------------------------------------------------------------------------ r9262 | niclone | 2007-08-24 02:09:51 +0200 (ven, 24 aoû 2007) | 2 lines [DEV] mypage: live check if a name already exist ------------------------------------------------------------------------ r9261 | niclone | 2007-08-24 01:38:53 +0200 (ven, 24 aoû 2007) | 2 lines [FIX] mypage: verify name unique ------------------------------------------------------------------------ r9260 | sylvieg | 2007-08-23 22:54:39 +0200 (jeu, 23 aoû 2007) | 2 lines [MOD]last-articles module : new params showImg=width&showDate=y&showHeading=chars ------------------------------------------------------------------------ r9259 | niclone | 2007-08-23 21:58:56 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX] mypage: call instance method getHTMLConfig of a plugin when editing it (because it exist) instead of static method one ------------------------------------------------------------------------ r9258 | niclone | 2007-08-23 21:34:34 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX] mypage: some typo ------------------------------------------------------------------------ r9257 | niclone | 2007-08-23 21:18:13 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX] mypage: also call destroy of the plugin class when destroying a mypage ------------------------------------------------------------------------ r9256 | niclone | 2007-08-23 21:14:56 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX] mypage: fix of the previous fix ;) ------------------------------------------------------------------------ r9255 | niclone | 2007-08-23 21:11:01 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX] mypage: show the custom configuration of a plugin of mypage also when creating ------------------------------------------------------------------------ r9254 | niclone | 2007-08-23 20:27:57 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX] mypage: call 'create' method of the plugin when creating a new mypage of the same type of the plugin ------------------------------------------------------------------------ r9253 | niclone | 2007-08-23 20:16:01 +0200 (jeu, 23 aoû 2007) | 2 lines [DEV] mypage: now support configuring type plugins ------------------------------------------------------------------------ r9252 | niclone | 2007-08-23 19:27:12 +0200 (jeu, 23 aoû 2007) | 2 lines [DEV] mypage: add preliminary support of plugin by mypage type ------------------------------------------------------------------------ r9251 | jyhem | 2007-08-23 18:22:27 +0200 (jeu, 23 aoû 2007) | 2 lines [MOD] mass capitalization of some more buttons ------------------------------------------------------------------------ r9250 | sylvieg | 2007-08-23 17:13:21 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX]banner: use cycle ------------------------------------------------------------------------ r9249 | sylvieg | 2007-08-23 17:07:03 +0200 (jeu, 23 aoû 2007) | 2 lines [FIX]banner: icon+navbar ------------------------------------------------------------------------ r9248 | sylvieg | 2007-08-23 12:36:44 +0200 (jeu, 23 aoû 2007) | 2 lines oops trace ------------------------------------------------------------------------ r9247 | sylvieg | 2007-08-22 23:17:56 +0200 (mer, 22 aoû 2007) | 2 lines notice ------------------------------------------------------------------------ r9246 | sylvieg | 2007-08-22 21:46:21 +0200 (mer, 22 aoû 2007) | 2 lines lost from 1.9: displays an error when trying to post 2 topics with same title & data + needs also the data and not only the title ------------------------------------------------------------------------ r9245 | jyhem | 2007-08-22 19:38:47 +0200 (mer, 22 aoû 2007) | 2 lines [MOD] mass capitalization of buttons ------------------------------------------------------------------------ r9244 | jyhem | 2007-08-22 19:08:01 +0200 (mer, 22 aoû 2007) | 2 lines [FIX] missing translation tags (reported by FrankP_german) ------------------------------------------------------------------------ r9243 | nyloth | 2007-08-22 18:46:53 +0200 (mer, 22 aoû 2007) | 2 lines [MOD] freetags browse: use 'highlight' CSS class instead of CSS directly in the HTML code (for the currently selected tag). ------------------------------------------------------------------------ r9242 | sylvieg | 2007-08-22 16:32:52 +0200 (mer, 22 aoû 2007) | 2 lines [MOD]registration:more detail whane waiting for admin validation to avoid user trying to log in ------------------------------------------------------------------------ r9241 | nyloth | 2007-08-22 15:15:56 +0200 (mer, 22 aoû 2007) | 4 lines [FIX] multi-image upload when editing wikipage : - fix the case where only one image was uploaded that wasn't working anymore (because the 'img_form_count' var was not set in this case), - remove useless javascript code that was used to count the number of images uploaded. This is now done by checking if 'picfileX' has been sent by the browser (by iterating on X, starting at 1). ------------------------------------------------------------------------ r9240 | sylvieg | 2007-08-22 14:55:36 +0200 (mer, 22 aoû 2007) | 2 lines [MOD]fgal: javascript confirmation for deleting selected ------------------------------------------------------------------------ r9239 | jyhem | 2007-08-22 11:27:34 +0200 (mer, 22 aoû 2007) | 2 lines [MOD] mass capitalization of buttons related to image gals ------------------------------------------------------------------------ r9238 | jyhem | 2007-08-22 11:17:59 +0200 (mer, 22 aoû 2007) | 2 lines [MOD] mass capitalization of buttons related to image gals ------------------------------------------------------------------------ r9237 | jyhem | 2007-08-22 10:23:10 +0200 (mer, 22 aoû 2007) | 2 lines mass capitalization of buttons slide ------------------------------------------------------------------------ r9236 | jyhem | 2007-08-22 09:35:23 +0200 (mer, 22 aoû 2007) | 2 lines missing translation tags (reported by Kase1) ------------------------------------------------------------------------ r9235 | niclone | 2007-08-22 01:28:59 +0200 (mer, 22 aoû 2007) | 2 lines [FIX] mypage/mypages: set edit window title to something + fix an initialisation bug of object type ------------------------------------------------------------------------ r9234 | niclone | 2007-08-22 01:16:16 +0200 (mer, 22 aoû 2007) | 2 lines [FIX] mypage/types: typo-bug ------------------------------------------------------------------------ r9233 | niclone | 2007-08-22 01:14:56 +0200 (mer, 22 aoû 2007) | 2 lines [DEV] mypage/types: don't allow dimensions edit in mypages when type has fixed default dimensions ------------------------------------------------------------------------ r9232 | niclone | 2007-08-22 00:04:41 +0200 (mer, 22 aoû 2007) | 2 lines [DEV] mypage/types: now mypages have a preliminary support of default values from page type ------------------------------------------------------------------------ r9231 | niclone | 2007-08-21 23:14:35 +0200 (mar, 21 aoû 2007) | 2 lines [DEV] mypage/types: add editing of default values by types support ------------------------------------------------------------------------ r9230 | niclone | 2007-08-21 22:33:06 +0200 (mar, 21 aoû 2007) | 2 lines [DEV] mypage/types: add preliminary support for default values by types ------------------------------------------------------------------------ r9229 | niclone | 2007-08-21 17:05:53 +0200 (mar, 21 aoû 2007) | 2 lines [DEV] mypage/mypages: added ?type= filter ------------------------------------------------------------------------ r9228 | niclone | 2007-08-21 16:00:53 +0200 (mar, 21 aoû 2007) | 2 lines [FIX] mootools: updated readme to reallity ------------------------------------------------------------------------ r9227 | pkdille | 2007-08-21 14:27:30 +0200 (mar, 21 aoû 2007) | 2 lines [FIX] icons: The H1, H2 and H3 icons where in a bad format and unreadable as quicktag icons ------------------------------------------------------------------------ r9226 | luciash | 2007-08-21 12:43:26 +0200 (mar, 21 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9225 | jyhem | 2007-08-21 12:02:51 +0200 (mar, 21 aoû 2007) | 2 lines mass capitalization of buttons approve, replace, accept, refuse, reject ------------------------------------------------------------------------ r9224 | jyhem | 2007-08-21 11:45:06 +0200 (mar, 21 aoû 2007) | 2 lines Texts which explain better what the choices involve in search admin page ------------------------------------------------------------------------ r9223 | pkdille | 2007-08-21 11:17:35 +0200 (mar, 21 aoû 2007) | 2 lines [FIX] searchindex: search was not possible with wiki feature disabled ------------------------------------------------------------------------ r9222 | luciash | 2007-08-21 10:21:18 +0200 (mar, 21 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9221 | jyhem | 2007-08-20 17:31:06 +0200 (lun, 20 aoû 2007) | 2 lines Missing translation ------------------------------------------------------------------------ r9220 | niclone | 2007-08-17 20:34:24 +0200 (ven, 17 aoû 2007) | 2 lines [DEV] mypage: separate config/content ------------------------------------------------------------------------ r9219 | niclone | 2007-08-17 17:53:44 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mootools/windoo: make windoo send the "onFocus" event when they take focus ------------------------------------------------------------------------ r9218 | niclone | 2007-08-17 17:10:40 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mootools/windoo: upgrade to release r98 ------------------------------------------------------------------------ r9217 | niclone | 2007-08-17 15:45:51 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage/mypages: always display type name in type column, not id ------------------------------------------------------------------------ r9216 | niclone | 2007-08-17 15:31:36 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mmypage/mypages: add some escape ------------------------------------------------------------------------ r9215 | niclone | 2007-08-17 15:26:55 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage: update ajax fonction to be less depedent of the html page. Fix a bug when changing a mypage name, also live update the url. ------------------------------------------------------------------------ r9214 | niclone | 2007-08-17 14:28:10 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] xajax: re apply patch 1.2 from franck, "Fixed some notices" ------------------------------------------------------------------------ r9213 | niclone | 2007-08-17 14:23:05 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] ajax: upgrade xajax from somethin between 0.2.1 and 0.2.4 (was CVS chechout?) to 0.2.5 stable release ------------------------------------------------------------------------ r9212 | niclone | 2007-08-17 13:14:06 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage/mypages: live update was not working ------------------------------------------------------------------------ r9211 | niclone | 2007-08-17 12:17:13 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage: update table for bgcolor ------------------------------------------------------------------------ r9210 | niclone | 2007-08-17 12:15:51 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage: fix some bgcolor issues ------------------------------------------------------------------------ r9209 | niclone | 2007-08-17 11:54:35 +0200 (ven, 17 aoû 2007) | 2 lines [DEV] mypage: save background color using ajax ------------------------------------------------------------------------ r9208 | niclone | 2007-08-17 11:43:25 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage: small bug in setParam ------------------------------------------------------------------------ r9207 | niclone | 2007-08-17 11:10:05 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage: more proper js init ------------------------------------------------------------------------ r9206 | niclone | 2007-08-17 11:08:32 +0200 (ven, 17 aoû 2007) | 2 lines [FIX] mypage: make js initialisations proper ------------------------------------------------------------------------ r9205 | niclone | 2007-08-17 11:01:18 +0200 (ven, 17 aoû 2007) | 2 lines [DEV] mypage: make mypage_create and mypage_update ajax functions more polyvalent ------------------------------------------------------------------------ r9204 | niclone | 2007-08-17 10:45:41 +0200 (ven, 17 aoû 2007) | 2 lines [DEV] mypage: add preliminary support for mypage background color ------------------------------------------------------------------------ r9203 | nyloth | 2007-08-17 10:42:12 +0200 (ven, 17 aoû 2007) | 2 lines [MOD] some french translations ------------------------------------------------------------------------ r9202 | sampaioprimo | 2007-08-16 23:46:29 +0200 (jeu, 16 aoû 2007) | 2 lines some fixes on upload more than one image on tiki-editpage and string translation to pr-br ------------------------------------------------------------------------ r9201 | sampaioprimo | 2007-08-16 20:33:22 +0200 (jeu, 16 aoû 2007) | 2 lines [MOD] upload more than one image per time when editing wikipage ------------------------------------------------------------------------ r9200 | niclone | 2007-08-16 12:57:28 +0200 (jeu, 16 aoû 2007) | 2 lines [FIX] mypage: use same windoo theme in view mode than in edit mode ------------------------------------------------------------------------ r9199 | nyloth | 2007-08-16 08:49:15 +0200 (jeu, 16 aoû 2007) | 2 lines [FIX] category perms: update global perms to take category perms in account (for file galleries and wiki editpage), using sylvieg's get_perm_object() function. This should also allow, later, to clean the code a bit more. ------------------------------------------------------------------------ r9198 | nyloth | 2007-08-16 08:44:31 +0200 (jeu, 16 aoû 2007) | 2 lines [FIX] category perms: when setting / updating global perms with category perms, also update smarty vars. ------------------------------------------------------------------------ r9197 | jonnybradley | 2007-08-15 19:40:02 +0200 (mer, 15 aoû 2007) | 2 lines [FIX] parse_data() - relative links [in square brackets] no longer display external link icon ------------------------------------------------------------------------ r9196 | jonnybradley | 2007-08-15 19:24:47 +0200 (mer, 15 aoû 2007) | 2 lines [FIX] remember me now remembers (copied from BRANCH-1-9) ------------------------------------------------------------------------ r9195 | niclone | 2007-08-15 16:22:04 +0200 (mer, 15 aoû 2007) | 2 lines [FIX] mypage: better error handling ------------------------------------------------------------------------ r9194 | niclone | 2007-08-15 15:48:25 +0200 (mer, 15 aoû 2007) | 2 lines [FIX] mypage: better errors handling... ------------------------------------------------------------------------ r9193 | niclone | 2007-08-15 15:40:02 +0200 (mer, 15 aoû 2007) | 2 lines [FIX] mypage: open an alert when a window isn't found while mooving/resinzing... ------------------------------------------------------------------------ r9192 | niclone | 2007-08-15 15:10:34 +0200 (mer, 15 aoû 2007) | 2 lines [DEV] mypage: added tables for mypage types ------------------------------------------------------------------------ r9191 | niclone | 2007-08-15 14:45:07 +0200 (mer, 15 aoû 2007) | 2 lines [FIX] mypage: remove js error on sidebar when not editing ------------------------------------------------------------------------ r9190 | niclone | 2007-08-15 14:42:08 +0200 (mer, 15 aoû 2007) | 2 lines [FIX] mypage: use name in url instead of id ------------------------------------------------------------------------ r9189 | niclone | 2007-08-14 21:48:34 +0200 (mar, 14 aoû 2007) | 2 lines [DEV] mypage/mypages: allow type choosing in mypages listing ------------------------------------------------------------------------ r9188 | niclone | 2007-08-14 20:34:23 +0200 (mar, 14 aoû 2007) | 2 lines [DEV] mypage: added column types in mypage ------------------------------------------------------------------------ r9187 | niclone | 2007-08-14 20:17:32 +0200 (mar, 14 aoû 2007) | 2 lines [FIX] sql upgrade: this line was making an another index (with a new name) at every update. If someone have an idea how to remove every additional index on this table/column, feel free to do it. ------------------------------------------------------------------------ r9186 | niclone | 2007-08-14 19:47:32 +0200 (mar, 14 aoû 2007) | 2 lines [FIX] mypage/mypages: show the real list of types in mypages when editing/creating ------------------------------------------------------------------------ r9185 | niclone | 2007-08-14 19:42:27 +0200 (mar, 14 aoû 2007) | 2 lines [FIX] mypage/mypages: create default to with of 0 which mean 100% ------------------------------------------------------------------------ r9184 | niclone | 2007-08-14 19:40:52 +0200 (mar, 14 aoû 2007) | 2 lines [FIX] mypage/mypages: more {tr} ------------------------------------------------------------------------ r9183 | niclone | 2007-08-14 19:36:06 +0200 (mar, 14 aoû 2007) | 2 lines [FIX] mypage/types: make create and delete working ------------------------------------------------------------------------ r9182 | niclone | 2007-08-14 19:30:15 +0200 (mar, 14 aoû 2007) | 2 lines [FIX] mypage: cleaning ------------------------------------------------------------------------ r9181 | niclone | 2007-08-14 18:42:23 +0200 (mar, 14 aoû 2007) | 2 lines [FIX]: mypage/types: save components list, live update the types listing when modifying parameters ------------------------------------------------------------------------ r9180 | niclone | 2007-08-14 11:41:38 +0200 (mar, 14 aoû 2007) | 2 lines [DEV] mypage: parse the real components list ------------------------------------------------------------------------ r9179 | niclone | 2007-08-13 21:58:26 +0200 (lun, 13 aoû 2007) | 2 lines [DEV] mypage: added mypage types support ------------------------------------------------------------------------ r9178 | niclone | 2007-08-13 13:10:41 +0200 (lun, 13 aoû 2007) | 2 lines [FIX] mypage: make page num selector working on mypages ------------------------------------------------------------------------ r9177 | nyloth | 2007-08-13 11:25:25 +0200 (lun, 13 aoû 2007) | 2 lines [MOD] forums: more visible moderation message info. ------------------------------------------------------------------------ r9176 | nyloth | 2007-08-13 10:57:49 +0200 (lun, 13 aoû 2007) | 2 lines [FIX] forums: moderation now worksfor every posts in a moderated forum (only new topics where moderated before). ------------------------------------------------------------------------ r9175 | luciash | 2007-08-13 08:32:23 +0200 (lun, 13 aoû 2007) | 2 lines [MOD] use new icons ------------------------------------------------------------------------ r9174 | luciash | 2007-08-13 08:15:45 +0200 (lun, 13 aoû 2007) | 2 lines Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9173 | niclone | 2007-08-12 21:55:25 +0200 (dim, 12 aoû 2007) | 2 lines [FIX] mypage: ugly hack to be compatible with phpmylayer while running on the ugly browser ------------------------------------------------------------------------ r9172 | pkdille | 2007-08-12 21:10:28 +0200 (dim, 12 aoû 2007) | 2 lines [FIX] header.tpl: the layerstreemenu-hidden.css link was malformed (double-quotes not closed) ------------------------------------------------------------------------ r9170 | niclone | 2007-08-12 20:00:39 +0200 (dim, 12 aoû 2007) | 2 lines [FIX] mypage: correct a bug that was broking an unwanted web browser, but largely used ------------------------------------------------------------------------ r9169 | niclone | 2007-08-12 12:46:00 +0200 (dim, 12 aoû 2007) | 2 lines [FIX] mypage: old file removed ------------------------------------------------------------------------ r9168 | mose | 2007-08-12 06:28:38 +0200 (dim, 12 aoû 2007) | 2 lines [FIX] imagegals : changed form to post so it can take more image at once ------------------------------------------------------------------------ r9167 | mose | 2007-08-12 06:26:44 +0200 (dim, 12 aoû 2007) | 2 lines [FIX] imagegals : made lightbox respect default size ------------------------------------------------------------------------ r9166 | tombombadilom | 2007-08-11 18:36:33 +0200 (sam, 11 aoû 2007) | 2 lines added feature_mootools ------------------------------------------------------------------------ r9165 | tombombadilom | 2007-08-11 14:28:39 +0200 (sam, 11 aoû 2007) | 2 lines add get contact by email ------------------------------------------------------------------------ r9164 | tombombadilom | 2007-08-11 12:41:22 +0200 (sam, 11 aoû 2007) | 2 lines added title in the tpl ------------------------------------------------------------------------ r9163 | tombombadilom | 2007-08-11 12:31:20 +0200 (sam, 11 aoû 2007) | 2 lines added acces , type, categories on mypage creation form ------------------------------------------------------------------------ r9161 | niclone | 2007-08-10 18:15:53 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] mypage: ommited a global ------------------------------------------------------------------------ r9160 | niclone | 2007-08-10 18:14:37 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] mypage: moved some js code ------------------------------------------------------------------------ r9159 | niclone | 2007-08-10 17:57:02 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] mypage: add script mime type ------------------------------------------------------------------------ r9158 | tombombadilom | 2007-08-10 17:25:08 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] Minical ajax ------------------------------------------------------------------------ r9157 | tombombadilom | 2007-08-10 17:03:20 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] added ajax ------------------------------------------------------------------------ r9156 | niclone | 2007-08-10 16:57:28 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] mypage: remove some unwanted code ------------------------------------------------------------------------ r9155 | niclone | 2007-08-10 16:54:16 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] mootools/windoo: added smarty flags in header for mootools/windoo ------------------------------------------------------------------------ r9154 | niclone | 2007-08-10 16:53:03 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] mypage: somes fixes with js import, features check, ... ------------------------------------------------------------------------ r9153 | tombombadilom | 2007-08-10 16:51:46 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] ajax ------------------------------------------------------------------------ r9152 | tombombadilom | 2007-08-10 16:49:39 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] Forgotten tiki-user_tasks ------------------------------------------------------------------------ r9151 | tombombadilom | 2007-08-10 16:42:47 +0200 (ven, 10 aoû 2007) | 2 lines [FIX] added mypages templates in ajax ------------------------------------------------------------------------ r9150 | tombombadilom | 2007-08-10 16:37:09 +0200 (ven, 10 aoû 2007) | 2 lines mypage requiert mootools and ajax features to be activated ------------------------------------------------------------------------ r9149 | tombombadilom | 2007-08-10 16:14:14 +0200 (ven, 10 aoû 2007) | 2 lines added css elements for mootabs ------------------------------------------------------------------------ r9148 | tombombadilom | 2007-08-10 16:02:51 +0200 (ven, 10 aoû 2007) | 2 lines removed error profile ------------------------------------------------------------------------ r9147 | tombombadilom | 2007-08-10 15:54:53 +0200 (ven, 10 aoû 2007) | 2 lines added optionnal mootools js ------------------------------------------------------------------------ r9146 | guidoscherp | 2007-08-10 15:42:41 +0200 (ven, 10 aoû 2007) | 2 lines Modifications to php-files and templates to enable watching of categories ------------------------------------------------------------------------ r9145 | tombombadilom | 2007-08-10 15:39:43 +0200 (ven, 10 aoû 2007) | 2 lines added optionnal ajax and removed mytiki_bar on ajax load request ------------------------------------------------------------------------ r9144 | niclone | 2007-08-10 15:39:22 +0200 (ven, 10 aoû 2007) | 2 lines [MOD] mootools/mooRainbow: added compressed version, and updated make-js.php script to compress it ------------------------------------------------------------------------ r9143 | guidoscherp | 2007-08-10 15:34:07 +0200 (ven, 10 aoû 2007) | 2 lines New functions and modifications to enable watching categories. ------------------------------------------------------------------------ r9142 | tombombadilom | 2007-08-10 15:33:22 +0200 (ven, 10 aoû 2007) | 2 lines added optionnal ajax implementation for all the mytiki and user features ------------------------------------------------------------------------ r9141 | guidoscherp | 2007-08-10 15:32:04 +0200 (ven, 10 aoû 2007) | 2 lines Items used for watching categories ------------------------------------------------------------------------ r9140 | guidoscherp | 2007-08-10 15:30:32 +0200 (ven, 10 aoû 2007) | 2 lines Images used for watching categories. ------------------------------------------------------------------------ r9139 | niclone | 2007-08-10 15:20:09 +0200 (ven, 10 aoû 2007) | 2 lines [NEW] mootools: new extension "mooRainbow" which is a color picker. see: http://w00fz.altervista.org/mooRainbow/ ------------------------------------------------------------------------ r9138 | tombombadilom | 2007-08-10 13:43:29 +0200 (ven, 10 aoû 2007) | 2 lines added tabs in the slide bar ------------------------------------------------------------------------ r9137 | tombombadilom | 2007-08-10 12:19:59 +0200 (ven, 10 aoû 2007) | 2 lines added spinner image for ajax loading ------------------------------------------------------------------------ r9136 | niclone | 2007-08-10 11:16:20 +0200 (ven, 10 aoû 2007) | 2 lines [DEV] mypage: add a better title to the configure modal dialogue ------------------------------------------------------------------------ r9135 | niclone | 2007-08-10 11:13:32 +0200 (ven, 10 aoû 2007) | 2 lines [DEV] mypage: re-added title in configure ------------------------------------------------------------------------ r9134 | sylvieg | 2007-08-09 23:33:59 +0200 (jeu, 09 aoû 2007) | 2 lines rollback perm on component tiki perms are enough ------------------------------------------------------------------------ r9133 | niclone | 2007-08-09 23:29:05 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: move some perms code of component in the component itself ------------------------------------------------------------------------ r9132 | niclone | 2007-08-09 22:26:03 +0200 (jeu, 09 aoû 2007) | 2 lines [DEV] mypage: don't show toolbar when not editing. + iframe less special case ------------------------------------------------------------------------ r9131 | niclone | 2007-08-09 22:23:30 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: when creating a new window, it is editable ------------------------------------------------------------------------ r9130 | niclone | 2007-08-09 22:14:41 +0200 (jeu, 09 aoû 2007) | 2 lines [DEV] mypage: updated mypages with two buttons: view content or edit content ------------------------------------------------------------------------ r9129 | niclone | 2007-08-09 22:09:30 +0200 (jeu, 09 aoû 2007) | 2 lines [DEV] mypage: add not editable mode ------------------------------------------------------------------------ r9128 | niclone | 2007-08-09 21:36:05 +0200 (jeu, 09 aoû 2007) | 2 lines [DEV] mypage: added ?mypage=name for opening a mypage by name ------------------------------------------------------------------------ r9127 | niclone | 2007-08-09 21:02:15 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: configure bug ------------------------------------------------------------------------ r9126 | sylvieg | 2007-08-09 20:49:21 +0200 (jeu, 09 aoû 2007) | 2 lines [MOD]perm: return also with the perms has_special_perm to have a yellow/green key ------------------------------------------------------------------------ r9125 | sylvieg | 2007-08-09 20:48:14 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX]mypage: local perm ------------------------------------------------------------------------ r9124 | sylvieg | 2007-08-09 20:35:29 +0200 (jeu, 09 aoû 2007) | 2 lines [MOD]mypage: local perm to mypage ------------------------------------------------------------------------ r9123 | niclone | 2007-08-09 20:34:38 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] sql: escaping a ' char ------------------------------------------------------------------------ r9122 | niclone | 2007-08-09 20:24:15 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: hack that repoen a closed windows when permission was denied ------------------------------------------------------------------------ r9121 | niclone | 2007-08-09 20:08:55 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: display alert error when permission to close a windows is denied... ------------------------------------------------------------------------ r9120 | niclone | 2007-08-09 19:53:29 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: remove some unused debug code ------------------------------------------------------------------------ r9119 | niclone | 2007-08-09 19:52:48 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: close the configure windows when validating ------------------------------------------------------------------------ r9118 | niclone | 2007-08-09 19:46:25 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: remove a javascript error on the sidebar ------------------------------------------------------------------------ r9117 | niclone | 2007-08-09 19:42:22 +0200 (jeu, 09 aoû 2007) | 2 lines [MOD] mypage: configure is now part of components ------------------------------------------------------------------------ r9116 | sylvieg | 2007-08-09 19:23:44 +0200 (jeu, 09 aoû 2007) | 2 lines [MOD]mypage: some fix on perms mypage + perm on component ------------------------------------------------------------------------ r9113 | tombombadilom | 2007-08-09 15:43:07 +0200 (jeu, 09 aoû 2007) | 2 lines addes css class for list table ------------------------------------------------------------------------ r9110 | sylvieg | 2007-08-09 14:54:23 +0200 (jeu, 09 aoû 2007) | 2 lines [MOD]listpage: do not show empty action column + add perm icon if perms->todo: green or yellow key depending if special perm ------------------------------------------------------------------------ r9109 | sylvieg | 2007-08-09 14:16:40 +0200 (jeu, 09 aoû 2007) | 2 lines mypage perm ------------------------------------------------------------------------ r9108 | sylvieg | 2007-08-09 14:16:09 +0200 (jeu, 09 aoû 2007) | 2 lines some perms ------------------------------------------------------------------------ r9107 | niclone | 2007-08-09 13:38:01 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: re-apply the losted previous commit of sylvieg: "some alt" ------------------------------------------------------------------------ r9106 | niclone | 2007-08-09 13:31:22 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: rename tiki-mypage_edit as tiki-mypages ------------------------------------------------------------------------ r9105 | niclone | 2007-08-09 13:30:24 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX] mypage: rename tiki-mypage_edit as tiki-mypages ------------------------------------------------------------------------ r9104 | sylvieg | 2007-08-09 13:12:28 +0200 (jeu, 09 aoû 2007) | 2 lines [MOD]mypage: some alt ------------------------------------------------------------------------ r9103 | sylvieg | 2007-08-09 12:40:11 +0200 (jeu, 09 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9101 | pkdille | 2007-08-09 10:41:16 +0200 (jeu, 09 aoû 2007) | 2 lines [MOD] forums: Some messages are no longer in small text size, cos it's strange to put some alerts in small (they should be visible on the screen) and text size should be as much as possible css-driven ------------------------------------------------------------------------ r9100 | sylvieg | 2007-08-09 00:34:50 +0200 (jeu, 09 aoû 2007) | 2 lines [FIX]module: decoration was in the doc but never coded - if you have another idea about what means no decoration (=no title box) feel free to change ------------------------------------------------------------------------ r9099 | sylvieg | 2007-08-08 23:07:12 +0200 (mer, 08 aoû 2007) | 2 lines [FIX]module: oops ------------------------------------------------------------------------ r9098 | sylvieg | 2007-08-08 22:59:18 +0200 (mer, 08 aoû 2007) | 2 lines [FIX]mytiki: section was declared too low to be effective in modules ------------------------------------------------------------------------ r9097 | sylvieg | 2007-08-08 22:51:33 +0200 (mer, 08 aoû 2007) | 2 lines [FIX]modules: section=wiki in params will work in 'wiki page' section also ------------------------------------------------------------------------ r9096 | sylvieg | 2007-08-08 22:21:08 +0200 (mer, 08 aoû 2007) | 2 lines [MOD]actionlog: graphs can be saved in fgal + can choose background color ------------------------------------------------------------------------ r9095 | sylvieg | 2007-08-08 21:25:38 +0200 (mer, 08 aoû 2007) | 2 lines oops 1.9 translation must be before 1.10 - in case some has been fixed ------------------------------------------------------------------------ r9094 | sylvieg | 2007-08-08 21:13:45 +0200 (mer, 08 aoû 2007) | 2 lines merge ------------------------------------------------------------------------ r9093 | sylvieg | 2007-08-08 20:25:21 +0200 (mer, 08 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9092 | niclone | 2007-08-08 17:33:58 +0200 (mer, 08 aoû 2007) | 2 lines [DEV] mypage: call this sidebar "Tools" ------------------------------------------------------------------------ r9091 | tombombadilom | 2007-08-08 17:32:06 +0200 (mer, 08 aoû 2007) | 2 lines added the mootools feature checkbox ------------------------------------------------------------------------ r9090 | niclone | 2007-08-08 17:31:57 +0200 (mer, 08 aoû 2007) | 2 lines [DEV] mypage: added sidebar for tools ------------------------------------------------------------------------ r9088 | sylvieg | 2007-08-08 16:19:41 +0200 (mer, 08 aoû 2007) | 2 lines avoid javascript error 'numl' when resizing a window ------------------------------------------------------------------------ r9087 | niclone | 2007-08-08 16:15:06 +0200 (mer, 08 aoû 2007) | 2 lines [FIX] mypage: reindent the code with tab-width = 4 instead of 8 ------------------------------------------------------------------------ r9086 | niclone | 2007-08-08 15:50:55 +0200 (mer, 08 aoû 2007) | 2 lines [DEV] mypage: added delete support in mypage_edit ------------------------------------------------------------------------ r9085 | sylvieg | 2007-08-08 15:46:05 +0200 (mer, 08 aoû 2007) | 2 lines [FIX]avoid js error if xajax is not defeined ------------------------------------------------------------------------ r9084 | pkdille | 2007-08-08 15:18:18 +0200 (mer, 08 aoû 2007) | 2 lines [FIX] forums: Delete debug message ------------------------------------------------------------------------ r9083 | sylvieg | 2007-08-08 15:11:42 +0200 (mer, 08 aoû 2007) | 2 lines [FIX]to avoid firebug complaining ------------------------------------------------------------------------ r9082 | niclone | 2007-08-08 13:22:54 +0200 (mer, 08 aoû 2007) | 2 lines [DEV] mypage: code cleanup of phptojs code, + true boolean support ------------------------------------------------------------------------ r9081 | sylvieg | 2007-08-08 00:01:11 +0200 (mer, 08 aoû 2007) | 2 lines [MOD]mypage: perms ------------------------------------------------------------------------ r9080 | tombombadilom | 2007-08-07 19:49:27 +0200 (mar, 07 aoû 2007) | 2 lines live grid mootools extension ------------------------------------------------------------------------ r9079 | tombombadilom | 2007-08-07 19:41:37 +0200 (mar, 07 aoû 2007) | 2 lines image reflector mootools extension ------------------------------------------------------------------------ r9078 | tombombadilom | 2007-08-07 19:37:12 +0200 (mar, 07 aoû 2007) | 2 lines Creates a Mootools <Fx.Accordion> that allows the user to open more than one element.Dependancies: mootools - <Moo.js>, <Function.js>, <Array.js>, <String.js>, <Element.js>, <Fx.js> ------------------------------------------------------------------------ r9077 | niclone | 2007-08-07 19:31:20 +0200 (mar, 07 aoû 2007) | 2 lines [DEV] mypage: add the not editable support ------------------------------------------------------------------------ r9076 | niclone | 2007-08-07 19:30:35 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mypage: remove the debug blue border ------------------------------------------------------------------------ r9075 | niclone | 2007-08-07 18:36:04 +0200 (mar, 07 aoû 2007) | 2 lines [DEV] mootools/windoo: added the "nada" theme, which is a theme with... nothing. ------------------------------------------------------------------------ r9074 | niclone | 2007-08-07 17:52:42 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/windoo: remove r89 flat file source uneeded now that the complete source tree is here ------------------------------------------------------------------------ r9073 | niclone | 2007-08-07 17:49:39 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/windoo: added the generated .js of windoo ------------------------------------------------------------------------ r9072 | niclone | 2007-08-07 17:49:03 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/windoo: added windoo in make-js ------------------------------------------------------------------------ r9071 | niclone | 2007-08-07 17:39:55 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/windoo: updated themes to r89 ------------------------------------------------------------------------ r9070 | niclone | 2007-08-07 17:39:23 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/windoo: added src (release r89) ------------------------------------------------------------------------ r9069 | tombombadilom | 2007-08-07 17:29:57 +0200 (mar, 07 aoû 2007) | 2 lines tabs mootools powered ------------------------------------------------------------------------ r9068 | niclone | 2007-08-07 17:27:50 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools: now the generated .js ------------------------------------------------------------------------ r9067 | niclone | 2007-08-07 17:26:18 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools: added a script that generate the .js ------------------------------------------------------------------------ r9066 | sylvieg | 2007-08-07 17:00:07 +0200 (mar, 07 aoû 2007) | 2 lines [FIX]edit: no validation on cancel edit ------------------------------------------------------------------------ r9065 | niclone | 2007-08-07 16:45:51 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/packer: make exemple-file usable ------------------------------------------------------------------------ r9064 | niclone | 2007-08-07 16:44:13 +0200 (mar, 07 aoû 2007) | 2 lines [MOD] mootools: because mootools need 'packer' to make the final .js from source, I add it here ------------------------------------------------------------------------ r9063 | niclone | 2007-08-07 16:35:24 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/windoo: upgrade from r88 to r89 ------------------------------------------------------------------------ r9062 | niclone | 2007-08-07 16:32:52 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mootools/windoo: added source of the compressed js ------------------------------------------------------------------------ r9061 | niclone | 2007-08-07 16:11:46 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mypage: typo, strange character ------------------------------------------------------------------------ r9060 | niclone | 2007-08-07 16:05:43 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mypage: ommited </td> ------------------------------------------------------------------------ r9059 | niclone | 2007-08-07 16:02:55 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mypage: added support for widthxheight in mypage edition. note that 0 mean 100%, over values are in pixels ------------------------------------------------------------------------ r9058 | tombombadilom | 2007-08-07 14:41:14 +0200 (mar, 07 aoû 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r9057 | niclone | 2007-08-07 12:19:34 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mypage: correct a bug in mypage_edit that made editing working only one time ------------------------------------------------------------------------ r9056 | niclone | 2007-08-07 11:54:52 +0200 (mar, 07 aoû 2007) | 2 lines [DOC] mypage: added some todo comments about permissions ------------------------------------------------------------------------ r9055 | niclone | 2007-08-07 11:02:48 +0200 (mar, 07 aoû 2007) | 2 lines [FIX] mypage: wrong parameter passed by url ------------------------------------------------------------------------ r9054 | sylvieg | 2007-08-07 00:53:39 +0200 (mar, 07 aoû 2007) | 2 lines rollback ------------------------------------------------------------------------ r9053 | tibistibi | 2007-08-07 00:24:05 +0200 (mar, 07 aoû 2007) | 2 lines rolled back, i will fix later. ------------------------------------------------------------------------ r9052 | tibistibi | 2007-08-07 00:15:41 +0200 (mar, 07 aoû 2007) | 2 lines changed the limit into a adodb way not braking anny non mysql databases ------------------------------------------------------------------------ r9051 | tibistibi | 2007-08-06 23:58:28 +0200 (lun, 06 aoû 2007) | 4 lines limiting a rank query the limiting is not ok jet (not database proof!) ------------------------------------------------------------------------ r9050 | tibistibi | 2007-08-06 23:58:03 +0200 (lun, 06 aoû 2007) | 2 lines trying to cut down on number of queries ------------------------------------------------------------------------ r9049 | niclone | 2007-08-06 23:47:19 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mypage: mypage_edit now allow editing and creating mypages ------------------------------------------------------------------------ r9048 | niclone | 2007-08-06 21:34:06 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mypage: code harmonisation ------------------------------------------------------------------------ r9047 | niclone | 2007-08-06 21:29:49 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mypage: be more verbose with permission denied ------------------------------------------------------------------------ r9046 | tombombadilom | 2007-08-06 21:27:30 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] disabled left and right column for that feature ------------------------------------------------------------------------ r9045 | niclone | 2007-08-06 21:25:30 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mypage: make emacs users happy ------------------------------------------------------------------------ r9044 | niclone | 2007-08-06 21:20:52 +0200 (lun, 06 aoû 2007) | 2 lines [MOD] mypage: updated tiki.sql for mypage table with more columns ------------------------------------------------------------------------ r9043 | niclone | 2007-08-06 21:17:24 +0200 (lun, 06 aoû 2007) | 2 lines [MOD] mypage: mypage table more complete ------------------------------------------------------------------------ r9042 | niclone | 2007-08-06 21:16:14 +0200 (lun, 06 aoû 2007) | 2 lines [MOD] mypage: added tiki-mypage_edit for editing mypages ------------------------------------------------------------------------ r9041 | sylvieg | 2007-08-06 20:52:48 +0200 (lun, 06 aoû 2007) | 2 lines check perm on component: temporarely solution until consensus on perm name ------------------------------------------------------------------------ r9040 | sylvieg | 2007-08-06 18:09:50 +0200 (lun, 06 aoû 2007) | 2 lines oops ------------------------------------------------------------------------ r9039 | sylvieg | 2007-08-06 17:27:45 +0200 (lun, 06 aoû 2007) | 2 lines [MOD]fgal: can assign perm on multiple fgal ------------------------------------------------------------------------ r9038 | sylvieg | 2007-08-06 17:26:01 +0200 (lun, 06 aoû 2007) | 2 lines manual merge ------------------------------------------------------------------------ r9037 | sylvieg | 2007-08-06 17:13:39 +0200 (lun, 06 aoû 2007) | 2 lines [FIX]group: can not unassignregistered to a user ------------------------------------------------------------------------ r9036 | sylvieg | 2007-08-06 16:53:16 +0200 (lun, 06 aoû 2007) | 2 lines [FIX]fgal: link in h1 ------------------------------------------------------------------------ r9035 | niclone | 2007-08-06 16:51:33 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mypage: correct a bug while a content containing "</script>" in a string was interpreted by the navigator as is. ------------------------------------------------------------------------ r9034 | niclone | 2007-08-06 15:53:54 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mypage: stupid bug injected just before commiting rectified ;) ------------------------------------------------------------------------ r9033 | niclone | 2007-08-06 15:42:59 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mypage: ommited file ------------------------------------------------------------------------ r9032 | niclone | 2007-08-06 15:21:28 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] db: ommited sql definitions in tiki_1.9to1.10.sql ------------------------------------------------------------------------ r9031 | niclone | 2007-08-06 15:13:38 +0200 (lun, 06 aoû 2007) | 2 lines [NEW] mypage: add mypage feature (alpha state), mypage is intended to let users build there own pages with choosable and plugable components. ------------------------------------------------------------------------ r9030 | niclone | 2007-08-06 12:40:50 +0200 (lun, 06 aoû 2007) | 2 lines [FIX] mootools: added sources, I don't like having a compact js blob without sources at same location... ------------------------------------------------------------------------ r9029 | ricks99 | 2007-08-06 12:38:02 +0200 (lun, 06 aoû 2007) | 2 lines Disable the need to confirm (lost edit protection) when toggling the structures list. ------------------------------------------------------------------------ r9028 | niclone | 2007-08-06 12:20:56 +0200 (lun, 06 aoû 2007) | 2 lines [NEW] mootools/windoo: added windoo extension for mootools (from http://windoo.110mb.com/) ------------------------------------------------------------------------ r9027 | niclone | 2007-08-06 12:13:53 +0200 (lun, 06 aoû 2007) | 2 lines [NEW] mootools: added mootools libraries (see http://mootools.net) ------------------------------------------------------------------------ r9026 | sylvieg | 2007-08-04 12:34:31 +0200 (sam, 04 aoû 2007) | 2 lines [MOD]plugin vote: new param show_creator ------------------------------------------------------------------------ r9025 | sylvieg | 2007-08-04 12:29:21 +0200 (sam, 04 aoû 2007) | 2 lines [FIX]modules: use & in help and not , not to be confused in the param syntax ------------------------------------------------------------------------ r9024 | sylvieg | 2007-08-04 12:27:30 +0200 (sam, 04 aoû 2007) | 2 lines [FIX]modules: moduleId also for user_assigned_modules ------------------------------------------------------------------------ r9023 | sylvieg | 2007-08-04 12:26:37 +0200 (sam, 04 aoû 2007) | 2 lines [MOD]not to have the perm is not necessary not be logged in ------------------------------------------------------------------------ r9022 | sylvieg | 2007-08-03 22:10:57 +0200 (ven, 03 aoû 2007) | 2 lines syns ------------------------------------------------------------------------ r9021 | sylvieg | 2007-08-03 22:08:19 +0200 (ven, 03 aoû 2007) | 2 lines [FIX]modules: moduleId also for user_assigned_modules ------------------------------------------------------------------------ r9020 | sylvieg | 2007-08-03 20:45:12 +0200 (ven, 03 aoû 2007) | 2 lines notice ------------------------------------------------------------------------ r9019 | sylvieg | 2007-08-03 20:42:17 +0200 (ven, 03 aoû 2007) | 2 lines [FIX]modules: as tiki_modules have moduleId now (to have 2 same modules with diff params) tiki_user_assigned_modules must have moduleId ------------------------------------------------------------------------ r9018 | sylvieg | 2007-08-03 20:03:25 +0200 (ven, 03 aoû 2007) | 2 lines db sync ------------------------------------------------------------------------ r9017 | niclone | 2007-08-03 19:03:30 +0200 (ven, 03 aoû 2007) | 2 lines [FIX] bad typoo on tikii ------------------------------------------------------------------------ r9016 | sylvieg | 2007-08-03 18:03:43 +0200 (ven, 03 aoû 2007) | 2 lines [FIX]do not reject a user too quickly if he has no user_details - the cache can be wrong - so rebuild it before leaving without error.... still wondering the utility of this code ------------------------------------------------------------------------ r9014 | sylvieg | 2007-08-03 12:04:30 +0200 (ven, 03 aoû 2007) | 2 lines oops a little bit to destructive ------------------------------------------------------------------------ r9013 | sylvieg | 2007-08-03 00:19:27 +0200 (ven, 03 aoû 2007) | 2 lines [FIX]some minor display tuning ------------------------------------------------------------------------ r9012 | sylvieg | 2007-08-02 17:16:13 +0200 (jeu, 02 aoû 2007) | 2 lines missing tr ------------------------------------------------------------------------ r9011 | sylvieg | 2007-08-02 15:41:47 +0200 (jeu, 02 aoû 2007) | 2 lines [MOD]quicktags: 2 new wiki quicktags list_bullet and list_number ------------------------------------------------------------------------ r9010 | sylvieg | 2007-08-02 15:20:12 +0200 (jeu, 02 aoû 2007) | 2 lines [FIX]quicktag: reset offset when sorting ------------------------------------------------------------------------ r9009 | sylvieg | 2007-08-02 15:12:27 +0200 (jeu, 02 aoû 2007) | 2 lines bad merge ------------------------------------------------------------------------ r9008 | sylvieg | 2007-08-02 15:06:48 +0200 (jeu, 02 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9007 | sylvieg | 2007-08-02 13:41:54 +0200 (jeu, 02 aoû 2007) | 2 lines [FIX]wiki: do not show the alert box on save and preview ------------------------------------------------------------------------ r9006 | sylvieg | 2007-08-02 12:45:18 +0200 (jeu, 02 aoû 2007) | 2 lines [MOD]print: display the find box as usual + find also on the structures as well as the pages ------------------------------------------------------------------------ r9005 | sylvieg | 2007-08-02 12:02:49 +0200 (jeu, 02 aoû 2007) | 2 lines oops French comment ------------------------------------------------------------------------ r9004 | sylvieg | 2007-08-01 23:02:21 +0200 (mer, 01 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r9003 | ricks99 | 2007-08-01 22:39:26 +0200 (mer, 01 aoû 2007) | 2 lines Improved UI, layout, and control logic. ------------------------------------------------------------------------ r9002 | ricks99 | 2007-08-01 22:25:14 +0200 (mer, 01 aoû 2007) | 2 lines Fixed sort orders for topics, types, and expiration date. Removed sort from Img. Added defautl action (read) to avoid empty action column. ------------------------------------------------------------------------ r9001 | nkoth | 2007-08-01 22:00:15 +0200 (mer, 01 aoû 2007) | 2 lines Fix problem with clash of -+ parsing with pagenames with dashes and spaces in them after urlencoding (see tracker no. 1273 for details) ------------------------------------------------------------------------ r9000 | sylvieg | 2007-08-01 21:45:17 +0200 (mer, 01 aoû 2007) | 2 lines [FIX]actionlog: better handling of axis titles position ------------------------------------------------------------------------ r8999 | sylvieg | 2007-08-01 19:49:59 +0200 (mer, 01 aoû 2007) | 2 lines [FIX]login: admin was not able to log in after a fresh install->invalid the user_detail cache when changing password ------------------------------------------------------------------------ r8998 | sylvieg | 2007-08-01 13:21:28 +0200 (mer, 01 aoû 2007) | 2 lines [FIX] put the index redefinition before to avoid soem mysql complaing about key too long ------------------------------------------------------------------------ r8997 | sylvieg | 2007-08-01 12:53:57 +0200 (mer, 01 aoû 2007) | 2 lines [FIX]varchar is limitted to 255 in mysql 4 ------------------------------------------------------------------------ r8996 | sylvieg | 2007-08-01 12:09:25 +0200 (mer, 01 aoû 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8995 | sylvieg | 2007-07-31 22:17:22 +0200 (mar, 31 jui 2007) | 2 lines [FIX]actionlog: better jpgraph size + show only the groups of a user if user view ------------------------------------------------------------------------ r8994 | sylvieg | 2007-07-31 21:48:41 +0200 (mar, 31 jui 2007) | 2 lines [FIX]actionlog: use a get method form to be able when right cliking on the image to save the image and not the tiki0-admin_actionlog.php without param ------------------------------------------------------------------------ r8993 | sylvieg | 2007-07-31 20:22:48 +0200 (mar, 31 jui 2007) | 2 lines [MOD]get_strings: new param get_strings.php?lang=xx&completion=y to output only the completion of a translation file ------------------------------------------------------------------------ r8992 | sylvieg | 2007-07-31 18:04:58 +0200 (mar, 31 jui 2007) | 2 lines [FIX]actionlog: manage empty graphs with jpgraph ------------------------------------------------------------------------ r8991 | sylvieg | 2007-07-31 16:28:53 +0200 (mar, 31 jui 2007) | 2 lines [FIX]actionlog: anonymous not in group list+ filter on group ------------------------------------------------------------------------ r8990 | sylvieg | 2007-07-30 21:29:25 +0200 (lun, 30 jui 2007) | 2 lines [MOD]actionlog: if jpgraph is loaded, use jpgraph to draw graph ------------------------------------------------------------------------ r8989 | sylvieg | 2007-07-30 12:40:36 +0200 (lun, 30 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8988 | nkoth | 2007-07-30 03:58:12 +0200 (lun, 30 jui 2007) | 2 lines [FIX] Wiki pages do not show categories (tracker item 1268) + some minor cleanup ------------------------------------------------------------------------ r8987 | sylvieg | 2007-07-28 00:43:02 +0200 (sam, 28 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8986 | sylvieg | 2007-07-27 20:41:49 +0200 (ven, 27 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8985 | jyhem | 2007-07-27 18:47:36 +0200 (ven, 27 jui 2007) | 2 lines [MOD] mass titles capitalization: some more titles ------------------------------------------------------------------------ r8984 | jyhem | 2007-07-27 17:08:39 +0200 (ven, 27 jui 2007) | 2 lines [MOD] mass button capitalization: some more buttons ------------------------------------------------------------------------ r8983 | jyhem | 2007-07-27 16:21:17 +0200 (ven, 27 jui 2007) | 2 lines [MOD] mass button capitalization: more "edit" buttons found in php files ------------------------------------------------------------------------ r8982 | sylvieg | 2007-07-27 15:58:25 +0200 (ven, 27 jui 2007) | 2 lines [FIX]tracker plugin: add a br between each categ ------------------------------------------------------------------------ r8981 | sylvieg | 2007-07-27 15:38:14 +0200 (ven, 27 jui 2007) | 2 lines missing gif ------------------------------------------------------------------------ r8980 | sylvieg | 2007-07-26 17:13:02 +0200 (jeu, 26 jui 2007) | 2 lines put last 1.8to1.9 changes in 1.9to1.10 ------------------------------------------------------------------------ r8979 | sylvieg | 2007-07-26 16:24:34 +0200 (jeu, 26 jui 2007) | 2 lines [MOD]actionlog: show statistic about volumn per contribution and per group / volumn per contributor and per user ------------------------------------------------------------------------ r8978 | sylvieg | 2007-07-26 16:11:14 +0200 (jeu, 26 jui 2007) | 2 lines sync ------------------------------------------------------------------------ r8977 | sylvieg | 2007-07-26 12:23:13 +0200 (jeu, 26 jui 2007) | 2 lines [FIX]intertiki: the intertiki server enable was lost each time a host was deleted ------------------------------------------------------------------------ r8976 | pkdille | 2007-07-26 00:16:50 +0200 (jeu, 26 jui 2007) | 5 lines [MOD] quicktags: The default quicktag set (with the new icon set) should be the same in each use case: - new install of tiki v1.10 - upgrading to v1.10 from 1.9.x - running tiki_1.9to_1.10 script to install the last devs ------------------------------------------------------------------------ r8975 | sylvieg | 2007-07-25 15:50:16 +0200 (mer, 25 jui 2007) | 2 lines [FIX]db search: missing trackers in drop down list in box ------------------------------------------------------------------------ r8974 | sampaioprimo | 2007-07-25 04:33:19 +0200 (mer, 25 jui 2007) | 3 lines [ADD] support for tags on forum post [FIX] delete the entry on tiki_objects when a blog post is deleted ------------------------------------------------------------------------ r8973 | ricks99 | 2007-07-25 01:41:54 +0200 (mer, 25 jui 2007) | 2 lines altert user when leaving the tiki-editpage and work is not yet saved. ------------------------------------------------------------------------ r8972 | ricks99 | 2007-07-25 01:26:21 +0200 (mer, 25 jui 2007) | 2 lines altert user when leaving the tiki-editpage and work is not yet saved. ------------------------------------------------------------------------ r8971 | sylvieg | 2007-07-24 23:26:40 +0200 (mar, 24 jui 2007) | 2 lines notice ------------------------------------------------------------------------ r8970 | sylvieg | 2007-07-24 23:22:37 +0200 (mar, 24 jui 2007) | 2 lines notice: tiki-calendar_setup can be included in other function (ex:plugin) so require global def ------------------------------------------------------------------------ r8969 | sylvieg | 2007-07-24 20:39:19 +0200 (mar, 24 jui 2007) | 2 lines [FIX]bad include ------------------------------------------------------------------------ r8968 | sylvieg | 2007-07-24 20:34:33 +0200 (mar, 24 jui 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8967 | jyhem | 2007-07-24 20:13:07 +0200 (mar, 24 jui 2007) | 2 lines [MOD] mass button capitalization: some more buttons ------------------------------------------------------------------------ r8966 | jyhem | 2007-07-24 20:04:03 +0200 (mar, 24 jui 2007) | 2 lines [MOD] mass button capitalization: some more buttons ------------------------------------------------------------------------ r8965 | jyhem | 2007-07-24 19:13:30 +0200 (mar, 24 jui 2007) | 2 lines [MOD] mass button capitalization: some more buttons ------------------------------------------------------------------------ r8964 | jyhem | 2007-07-24 17:24:23 +0200 (mar, 24 jui 2007) | 2 lines [MOD] mass button capitalization: some more buttons ------------------------------------------------------------------------ r8963 | sylvieg | 2007-07-24 17:10:31 +0200 (mar, 24 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8962 | sylvieg | 2007-07-24 16:47:49 +0200 (mar, 24 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8961 | jyhem | 2007-07-24 16:41:42 +0200 (mar, 24 jui 2007) | 2 lines [MOD] mass button capitalization: some more buttons ------------------------------------------------------------------------ r8960 | jyhem | 2007-07-24 09:30:57 +0200 (mar, 24 jui 2007) | 2 lines [MOD] better name for script. ------------------------------------------------------------------------ r8959 | jyhem | 2007-07-23 20:15:40 +0200 (lun, 23 jui 2007) | 2 lines [ADD] example script for mass-capitalization ------------------------------------------------------------------------ r8958 | jyhem | 2007-07-23 20:06:12 +0200 (lun, 23 jui 2007) | 2 lines [MOD] Capitalization of some more buttons ------------------------------------------------------------------------ r8957 | niclone | 2007-07-23 19:26:17 +0200 (lun, 23 jui 2007) | 2 lines [FIX] mods: description was not displayed ------------------------------------------------------------------------ r8956 | tombombadilom | 2007-07-23 16:44:36 +0200 (lun, 23 jui 2007) | 2 lines [FIX]Missing brackets ------------------------------------------------------------------------ r8955 | sylvieg | 2007-07-23 16:38:10 +0200 (lun, 23 jui 2007) | 2 lines [FIX]modules: preview of an existing module ------------------------------------------------------------------------ r8954 | tombombadilom | 2007-07-23 16:35:15 +0200 (lun, 23 jui 2007) | 2 lines [FIX] bad draft or memo implementation ------------------------------------------------------------------------ r8953 | tombombadilom | 2007-07-23 16:11:21 +0200 (lun, 23 jui 2007) | 2 lines i ------------------------------------------------------------------------ r8952 | sylvieg | 2007-07-23 16:03:03 +0200 (lun, 23 jui 2007) | 2 lines [MOD]since_last_visit_new: param showuser and showtracker ------------------------------------------------------------------------ r8951 | pkdille | 2007-07-23 11:51:12 +0200 (lun, 23 jui 2007) | 2 lines [FIX] edit programmed content: delete one bracket ------------------------------------------------------------------------ r8950 | pkdille | 2007-07-23 11:35:25 +0200 (lun, 23 jui 2007) | 2 lines (MOD] pagination printing: The alignement is in the stylesheet ("mini" style) and no more hardcoded ------------------------------------------------------------------------ r8949 | nyloth | 2007-07-22 09:30:25 +0200 (dim, 22 jui 2007) | 2 lines [FIX] categories: delete cache when a categorized object is delete, in order to refresh the catagories informations (e.g. number of objects in categories) + remove useless comments ------------------------------------------------------------------------ r8948 | nyloth | 2007-07-21 21:22:17 +0200 (sam, 21 jui 2007) | 2 lines [FIX] wiki print mode: assign a value to 'lastVersion' smarty variable, to be able to display the version number when needed. ------------------------------------------------------------------------ r8947 | nyloth | 2007-07-21 19:39:09 +0200 (sam, 21 jui 2007) | 2 lines [FIX] tracker item display: fix a typo affecting the display of a rating item. ------------------------------------------------------------------------ r8946 | nyloth | 2007-07-21 19:11:47 +0200 (sam, 21 jui 2007) | 2 lines [FIX] trackers filtering: multi-filtering and category filtering should work now (thx sylvieg + xavi). ------------------------------------------------------------------------ r8945 | nkoth | 2007-07-21 03:06:18 +0200 (sam, 21 jui 2007) | 2 lines [MOD] share page perm is actually just the tiki_p_assign_perm_wiki_page perm - will merge functionality into tiki-objectpermissions.php ------------------------------------------------------------------------ r8944 | nkoth | 2007-07-21 02:57:43 +0200 (sam, 21 jui 2007) | 2 lines [MOD] share page perm is actually just the tiki_p_assign_perm_wiki_page perm - will merge functionality into tiki-objectpermissions.php ------------------------------------------------------------------------ r8943 | mcfarland | 2007-07-21 00:18:22 +0200 (sam, 21 jui 2007) | 2 lines DST bugfix, now explained ------------------------------------------------------------------------ r8942 | sylvieg | 2007-07-20 23:05:36 +0200 (ven, 20 jui 2007) | 2 lines [FIX]users: fix filter on group ------------------------------------------------------------------------ r8941 | mcfarland | 2007-07-20 22:18:37 +0200 (ven, 20 jui 2007) | 2 lines SQL fix for REPLACE INTO tiki_modules ------------------------------------------------------------------------ r8940 | sylvieg | 2007-07-20 22:08:38 +0200 (ven, 20 jui 2007) | 2 lines sync ------------------------------------------------------------------------ r8939 | jyhem | 2007-07-20 20:44:45 +0200 (ven, 20 jui 2007) | 2 lines [MOD] Capitalization of even more one-word and multi-word buttons ------------------------------------------------------------------------ r8938 | jyhem | 2007-07-20 20:13:51 +0200 (ven, 20 jui 2007) | 2 lines [MOD] Capitalization of multi-word buttons view this repository, "view comments", view blog, view articles, "view faq", view faq tpl, "export pages", "group view", "wiki create", "select all", "edit account settings", "edit article tpl", "edit blog", "edit blog tpl", "edit chart", edit contribution, "edit gallery", "edit image", "edit included group", "edit items", "edit new article", "edit new submission", "edit quiz questions", "edit quiz stats tpl", "edit repository", "edit submissions tpl", "edit template", "edit this process", "edit this quiz" ------------------------------------------------------------------------ r8937 | jyhem | 2007-07-20 19:34:34 +0200 (ven, 20 jui 2007) | 2 lines [MOD] Capitalization of multi-word buttons make structure, add comment, attach file, monitor this page, "save and exit", save and approve, save the banner, save and go next, save draft, create pdf, "admin category", "add event", "list view", go, "empty trash", reload, view repository ------------------------------------------------------------------------ r8936 | tombombadilom | 2007-07-20 17:08:33 +0200 (ven, 20 jui 2007) | 2 lines [FIX] wrong sql request ------------------------------------------------------------------------ r8935 | tombombadilom | 2007-07-20 17:05:51 +0200 (ven, 20 jui 2007) | 2 lines [FIX] corrected wrong sql querie ------------------------------------------------------------------------ r8934 | sylvieg | 2007-07-20 16:04:07 +0200 (ven, 20 jui 2007) | 2 lines notice ------------------------------------------------------------------------ r8933 | sylvieg | 2007-07-20 14:04:22 +0200 (ven, 20 jui 2007) | 2 lines [MOD]simplify admin has tiki_p_admin ------------------------------------------------------------------------ r8932 | sylvieg | 2007-07-20 13:47:09 +0200 (ven, 20 jui 2007) | 2 lines [FIX]perms: forgot aldo that tiki_p_admin_wiki gives the perms to change perms ------------------------------------------------------------------------ r8931 | sylvieg | 2007-07-20 13:32:32 +0200 (ven, 20 jui 2007) | 2 lines wysiwyg ------------------------------------------------------------------------ r8930 | sylvieg | 2007-07-20 13:27:40 +0200 (ven, 20 jui 2007) | 2 lines [FIX]perm: forgot the perm when merging pagepermissions and objectpermissions ------------------------------------------------------------------------ r8928 | mcfarland | 2007-07-20 00:37:31 +0200 (ven, 20 jui 2007) | 2 lines Daylight savings time adjustment ------------------------------------------------------------------------ r8927 | sylvieg | 2007-07-19 23:19:42 +0200 (jeu, 19 jui 2007) | 2 lines [FIX]actionlog graph: display the date ------------------------------------------------------------------------ r8926 | ricks99 | 2007-07-19 23:02:35 +0200 (jeu, 19 jui 2007) | 2 lines added support for the id attribute on the div element ------------------------------------------------------------------------ r8925 | lphuberdeau | 2007-07-19 22:58:55 +0200 (jeu, 19 jui 2007) | 2 lines Adding links to page sharing ------------------------------------------------------------------------ r8924 | lphuberdeau | 2007-07-19 22:55:18 +0200 (jeu, 19 jui 2007) | 2 lines Page sharing ------------------------------------------------------------------------ r8923 | sylvieg | 2007-07-19 21:46:00 +0200 (jeu, 19 jui 2007) | 2 lines [FIX]actionlog: better number in graph ------------------------------------------------------------------------ r8922 | sylvieg | 2007-07-19 20:22:00 +0200 (jeu, 19 jui 2007) | 2 lines [FIX]perhaps fix error line 414 ------------------------------------------------------------------------ r8921 | sylvieg | 2007-07-19 20:20:17 +0200 (jeu, 19 jui 2007) | 2 lines notice ------------------------------------------------------------------------ r8920 | jyhem | 2007-07-19 19:06:49 +0200 (jeu, 19 jui 2007) | 2 lines [MOD] Capitalization of buttons event, object, description, type, options, next, prev, position, url, sections, section, permission, permissions, group, groups, remove ------------------------------------------------------------------------ r8919 | niclone | 2007-07-19 16:04:35 +0200 (jeu, 19 jui 2007) | 2 lines [FIX] removed "Undefined variable: .... line 408" ------------------------------------------------------------------------ r8918 | sampaioprimo | 2007-07-19 16:02:46 +0200 (jeu, 19 jui 2007) | 2 lines translation ------------------------------------------------------------------------ r8916 | jyhem | 2007-07-19 15:16:24 +0200 (jeu, 19 jui 2007) | 2 lines [MOD] Capitalization of buttons find, trash, reload, action, view, help ------------------------------------------------------------------------ r8915 | sylvieg | 2007-07-19 14:26:24 +0200 (jeu, 19 jui 2007) | 2 lines [FIX]actionlog: try to set no execution time limit for the lucky servers that allow that ------------------------------------------------------------------------ r8914 | sylvieg | 2007-07-19 13:24:32 +0200 (jeu, 19 jui 2007) | 2 lines [FIX]index are limitted to 250 chars ------------------------------------------------------------------------ r8913 | sylvieg | 2007-07-19 12:46:54 +0200 (jeu, 19 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8912 | sylvieg | 2007-07-19 12:26:08 +0200 (jeu, 19 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8911 | sylvieg | 2007-07-19 11:58:52 +0200 (jeu, 19 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8910 | jyhem | 2007-07-19 11:33:16 +0200 (jeu, 19 jui 2007) | 2 lines [MOD] Capitalization of the following buttons: search, login, logout, admin, new, upload, save, name, created, size ------------------------------------------------------------------------ r8909 | sylvieg | 2007-07-19 11:10:20 +0200 (jeu, 19 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8908 | sylvieg | 2007-07-19 10:54:43 +0200 (jeu, 19 jui 2007) | 2 lines [FIX]plugin rss: some error messages + notice ------------------------------------------------------------------------ r8907 | sylvieg | 2007-07-19 10:34:41 +0200 (jeu, 19 jui 2007) | 2 lines [FIX]tracker : display rss button like monitor button ------------------------------------------------------------------------ r8906 | sept_7 | 2007-07-19 09:41:42 +0200 (jeu, 19 jui 2007) | 3 lines [FIX] : typo correction in the translation in TikiDate::format Thirsday -> Thursday ------------------------------------------------------------------------ r8905 | pkdille | 2007-07-19 09:23:28 +0200 (jeu, 19 jui 2007) | 2 lines [MOD] quicktags: All managing quicktags icons harcdoded are taken from pics/icons (famfamfam silk galery) ------------------------------------------------------------------------ r8904 | pkdille | 2007-07-18 19:04:10 +0200 (mer, 18 jui 2007) | 2 lines [MOD] & (FIX]: quicktags: All quicktags icons are located in pics/icons (famfamfam silk icon collection) and the tiki_1.9_to_1.10 script will no longer add and double quicktags with the old icons ------------------------------------------------------------------------ r8903 | sylvieg | 2007-07-18 18:58:37 +0200 (mer, 18 jui 2007) | 2 lines sync ------------------------------------------------------------------------ r8902 | sylvieg | 2007-07-18 18:48:07 +0200 (mer, 18 jui 2007) | 2 lines [MOD]{toc} - allow numeric too for structId as structure names with special characters are not accepted ->todo a name between quote ------------------------------------------------------------------------ r8901 | sylvieg | 2007-07-18 18:29:42 +0200 (mer, 18 jui 2007) | 2 lines [MOD]structure: like an edit icon - some style do not promote link on text ------------------------------------------------------------------------ r8900 | gillesm | 2007-07-18 16:59:22 +0200 (mer, 18 jui 2007) | 2 lines multiplayer.swf improvment ( progress bar for video) ------------------------------------------------------------------------ r8899 | sylvieg | 2007-07-18 16:05:02 +0200 (mer, 18 jui 2007) | 2 lines [FIX]remind password: if login=email only ask for email+ better usability ------------------------------------------------------------------------ r8897 | sept_7 | 2007-07-18 12:08:43 +0200 (mer, 18 jui 2007) | 7 lines [MOD] : modifications for the updates of PEAR::Date For the Date.php I re did the modifications but not as patch but by modifying tikidate.php (separated patch) it is cleaner and easier for futur updates. Tikilib now call TikiDate instead of Date for $tikidate... ------------------------------------------------------------------------ r8896 | sept_7 | 2007-07-18 12:07:03 +0200 (mer, 18 jui 2007) | 21 lines [MOD] : Updating the PEAR library and the associate library The version of the libraries are : * update ADODB 495a ; * update PEAR 1.6.1 ; * update PEAR module Date 1.4.7 ; * update PEAR module DB 1.7.12 ; * update PEAR module Auth 1.5.4 ; * update PEAR module HTTP-Request 1.4.1 ; * update PEAR module Net::DIME 0.3 ; * update PEAR module Net::DNS 1.0.0 ; * update PEAR module Net::Socket 1.0.8 ; * update PEAR module Net::URL 1.0.15 ; * update PEAR module XML-RPC 1.5.1 ; I have updated the line with $Id:$ by removing the $ characters so it is now easy to compare the official versions of the libraries to the ones in tiki. For the Date.php I re did the modifications but not as patch but by modifying tikidate.php (separated patch) it is cleaner and easier for futur updates. ------------------------------------------------------------------------ r8895 | sept_7 | 2007-07-18 11:12:34 +0200 (mer, 18 jui 2007) | 2 lines [DEL] Removing unused partial copy off PEAR::Date in lib/Date ------------------------------------------------------------------------ r8894 | jyhem | 2007-07-17 19:12:21 +0200 (mar, 17 jui 2007) | 2 lines [MOD] Capitalization of "export", "translation" ------------------------------------------------------------------------ r8893 | jyhem | 2007-07-17 19:05:57 +0200 (mar, 17 jui 2007) | 2 lines [MOD] Capitalization of "lock", "unlock" and "undo" ------------------------------------------------------------------------ r8892 | jyhem | 2007-07-17 18:58:24 +0200 (mar, 17 jui 2007) | 2 lines [MOD] Capitalization of Rename buttons ------------------------------------------------------------------------ r8891 | jyhem | 2007-07-17 18:47:44 +0200 (mar, 17 jui 2007) | 2 lines [MOD] Capitalization of "add" buttons ------------------------------------------------------------------------ r8890 | jyhem | 2007-07-17 18:33:15 +0200 (mar, 17 jui 2007) | 2 lines [MOD] Also Capitalization of edit and delete buttons and links and tooltips, etc ------------------------------------------------------------------------ r8889 | jyhem | 2007-07-17 18:21:51 +0200 (mar, 17 jui 2007) | 2 lines [MOD] Capitalization of "delete" and "edit" buttons ------------------------------------------------------------------------ r8888 | gillesm | 2007-07-17 17:59:08 +0200 (mar, 17 jui 2007) | 3 lines Password remind me ask user name or email adress ( because people know more or less more their email address than the username they gave) ------------------------------------------------------------------------ r8886 | sylvieg | 2007-07-17 17:13:07 +0200 (mar, 17 jui 2007) | 2 lines missing height ------------------------------------------------------------------------ r8885 | sylvieg | 2007-07-17 17:12:20 +0200 (mar, 17 jui 2007) | 2 lines [MOD]history: contributors in history ------------------------------------------------------------------------ r8884 | sylvieg | 2007-07-17 17:08:58 +0200 (mar, 17 jui 2007) | 2 lines [FIX]comment in article plugin was broken ------------------------------------------------------------------------ r8883 | sylvieg | 2007-07-17 16:50:20 +0200 (mar, 17 jui 2007) | 2 lines [FIX]comment in article home page was broken ------------------------------------------------------------------------ r8882 | sylvieg | 2007-07-17 16:17:43 +0200 (mar, 17 jui 2007) | 2 lines oops typo ------------------------------------------------------------------------ r8881 | sylvieg | 2007-07-17 16:15:10 +0200 (mar, 17 jui 2007) | 2 lines [MOD]more option in find.tpl to be able to reuse more often ------------------------------------------------------------------------ r8880 | gillesm | 2007-07-17 15:16:44 +0200 (mar, 17 jui 2007) | 2 lines multiplayer correction ( video progress bar working ) ------------------------------------------------------------------------ r8878 | sylvieg | 2007-07-17 13:59:49 +0200 (mar, 17 jui 2007) | 2 lines [MOD]assign user to group: lighten the content - use icon instead of repetive text (rollback if no agreement) + can unassign button in list group + take away registered unassign + maxrecords ------------------------------------------------------------------------ r8877 | pkdille | 2007-07-17 12:04:09 +0200 (mar, 17 jui 2007) | 2 lines [MOD] tiki-directory_add_site: small changes on the grid (size of the url field, error message size and positioning) ------------------------------------------------------------------------ r8876 | sylvieg | 2007-07-17 00:18:56 +0200 (mar, 17 jui 2007) | 2 lines [FIX]login: do not show the login box is email is due ------------------------------------------------------------------------ r8875 | sylvieg | 2007-07-16 23:42:38 +0200 (lun, 16 jui 2007) | 2 lines [FIX]email validation: a better message - some people are just a little dumb ------------------------------------------------------------------------ r8874 | sylvieg | 2007-07-16 23:27:56 +0200 (lun, 16 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8873 | sylvieg | 2007-07-16 21:24:30 +0200 (lun, 16 jui 2007) | 2 lines [FIX]better implementation for a module can be used twice via index - will fix duplication when moving for right to left ------------------------------------------------------------------------ r8872 | sylvieg | 2007-07-16 18:01:20 +0200 (lun, 16 jui 2007) | 2 lines [FIX]menu: backticks and more robust code ------------------------------------------------------------------------ r8871 | sylvieg | 2007-07-16 17:45:47 +0200 (lun, 16 jui 2007) | 2 lines [FIX]menu: do no show switch with next option for the last option ------------------------------------------------------------------------ r8870 | gillesm | 2007-07-16 16:06:22 +0200 (lun, 16 jui 2007) | 2 lines Size adjustment in multimedia ------------------------------------------------------------------------ r8869 | gillesm | 2007-07-16 14:08:22 +0200 (lun, 16 jui 2007) | 2 lines Multimedia improvment ------------------------------------------------------------------------ r8868 | sylvieg | 2007-07-16 12:42:18 +0200 (lun, 16 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8867 | sylvieg | 2007-07-15 23:40:23 +0200 (dim, 15 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8866 | nyloth | 2007-07-15 22:48:53 +0200 (dim, 15 jui 2007) | 2 lines [MOD] list of wiki pages: add a confirmation step before massively deleting selected pages ------------------------------------------------------------------------ r8865 | nyloth | 2007-07-15 22:35:00 +0200 (dim, 15 jui 2007) | 2 lines [FIX] ticketlib confirm form: arrays of values were not handled before. ------------------------------------------------------------------------ r8864 | nyloth | 2007-07-15 21:34:33 +0200 (dim, 15 jui 2007) | 2 lines [MOD] mods: now you can download mods even if you are behind a web proxy (done by using tikilib 'httprequest' function instead of fopen). Also add an error message when the list of mods is malformed (doesn't begin with a "'") to be sure the retrieved content is not an error webpage (e.g. generated by the proxy). ------------------------------------------------------------------------ r8863 | nyloth | 2007-07-15 19:20:50 +0200 (dim, 15 jui 2007) | 2 lines [FIX] site identity admin panel: escape textareas content, in order to prevent HTML entities to be parsed. For example, when explicitely using '<' in the bottom logo code, it should not be turned into '<' after saving the preferences. ------------------------------------------------------------------------ r8862 | nyloth | 2007-07-15 18:29:40 +0200 (dim, 15 jui 2007) | 2 lines [MOD] features panel: move 'Mini Calendar' into 'user features' ------------------------------------------------------------------------ r8860 | nyloth | 2007-07-15 17:33:55 +0200 (dim, 15 jui 2007) | 2 lines [MOD] listing of objects in a category: use icon 'link_delete' (with 'remove from this category' tooltip) instead of 'cross' ('delete' tooltip) because it was confusing, since 'cross' is used everywhere else to really delete data. + move the icon's column as the first column. ------------------------------------------------------------------------ r8859 | nyloth | 2007-07-15 17:03:15 +0200 (dim, 15 jui 2007) | 2 lines [MOD] faqs listing: use new set of icons (famfamfam) for actions. ------------------------------------------------------------------------ r8858 | nyloth | 2007-07-15 16:31:04 +0200 (dim, 15 jui 2007) | 2 lines [MOD] user notes: column 'size' is now sortable. ------------------------------------------------------------------------ r8857 | nyloth | 2007-07-15 16:26:57 +0200 (dim, 15 jui 2007) | 2 lines [FIX] user notes: add the standard 'delete' action icon for each note. ------------------------------------------------------------------------ r8856 | nyloth | 2007-07-15 16:16:16 +0200 (dim, 15 jui 2007) | 2 lines [FIX] user notes: handle the type of note ('parse_mode' is set to 'wiki' by default) when creating a new note + when saving a new note, the redirect was wrong and the note '0' was displayed. ------------------------------------------------------------------------ r8855 | nyloth | 2007-07-15 15:38:23 +0200 (dim, 15 jui 2007) | 2 lines [MOD] user notes listing: link on 'edit icon' goes directly to the edit form. ------------------------------------------------------------------------ r8854 | nyloth | 2007-07-15 15:34:36 +0200 (dim, 15 jui 2007) | 2 lines [MOD] user notes listing: add an 'edit' icon, particularly useful if the note has been saved without title + center icons + add an 'Actions' column header. ------------------------------------------------------------------------ r8853 | nyloth | 2007-07-15 14:43:39 +0200 (dim, 15 jui 2007) | 8 lines [MOD] application menu (menu 42): - new "Display 'MyTiki' in the application menu" feature, that allows to completely hide (or not) the 'MyTiki' menu, - add 'Search' in the application menu, - add a unique key "uniq_menu" to table "tiki_menu_options", to avoid useless duplicated menu items ------------------------------------------------------------------------ r8852 | fr_rodo | 2007-07-15 13:22:15 +0200 (dim, 15 jui 2007) | 2 lines translation ------------------------------------------------------------------------ r8851 | sampaioprimo | 2007-07-15 05:03:28 +0200 (dim, 15 jui 2007) | 2 lines translation ------------------------------------------------------------------------ r8850 | nyloth | 2007-07-15 00:51:06 +0200 (dim, 15 jui 2007) | 2 lines [FIX] forums: keep displaying the form when previewing a new post to be able to validate it more easily. ------------------------------------------------------------------------ r8849 | nyloth | 2007-07-14 23:58:42 +0200 (sam, 14 jui 2007) | 13 lines [FIX] users and groups admin: Avoid recurrent mistakes with special users and groups : For user 'admin' (in tiki-adminusers): - remove the checkbox that was allows to apply actions on multiple users, - remove the 'assign group' action, - allow to change password if using LDAP through PEAR, since admin is not handled by PEAR Auth, - remove 'User must change his password at first login' option, - remove 'Registration' info, For user 'admin' and groups 'Anonymous' and 'Registered' (in userslib and tiki-admingroups) : - prevent deleting, - prevent renaming ------------------------------------------------------------------------ r8848 | sampaioprimo | 2007-07-14 23:00:51 +0200 (sam, 14 jui 2007) | 2 lines colon should be out of {tr} tag ------------------------------------------------------------------------ r8847 | nyloth | 2007-07-14 22:33:35 +0200 (sam, 14 jui 2007) | 2 lines [MOD] since_last_visit and since_last_visit_new modules: add 'new calendar events' information. ------------------------------------------------------------------------ r8846 | nyloth | 2007-07-14 20:18:53 +0200 (sam, 14 jui 2007) | 2 lines [FIX] forums: don't try to quote an empty comment. ------------------------------------------------------------------------ r8844 | nyloth | 2007-07-14 19:29:29 +0200 (sam, 14 jui 2007) | 2 lines [FIX] forums: moderator action 'move to' was broken because the list of topics was not generated in tiki-view_forum_thread.php anymore. ------------------------------------------------------------------------ r8843 | nyloth | 2007-07-14 17:40:20 +0200 (sam, 14 jui 2007) | 2 lines [FIX] comments: it was not possible to use actions on comments (other than forum replies) ------------------------------------------------------------------------ r8838 | sylvieg | 2007-07-14 14:33:58 +0200 (sam, 14 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8837 | sylvieg | 2007-07-14 14:17:49 +0200 (sam, 14 jui 2007) | 2 lines [FIX]user homepage is not a tw homepage ------------------------------------------------------------------------ r8835 | sylvieg | 2007-07-13 22:59:54 +0200 (ven, 13 jui 2007) | 2 lines [FIX]actionlog: usage graph ------------------------------------------------------------------------ r8833 | gillesm | 2007-07-13 17:32:24 +0200 (ven, 13 jui 2007) | 2 lines bug correction on multimedia ------------------------------------------------------------------------ r8832 | gillesm | 2007-07-13 16:33:39 +0200 (ven, 13 jui 2007) | 2 lines Bug correction on Multimedia in tracker Video works now ------------------------------------------------------------------------ r8829 | sylvieg | 2007-07-13 14:35:52 +0200 (ven, 13 jui 2007) | 2 lines [FIX]actionlog: split the volum of modifications equally between each contributors/author ------------------------------------------------------------------------ r8828 | nyloth | 2007-07-13 10:54:25 +0200 (ven, 13 jui 2007) | 2 lines [NEW] forums: new 'Allow first posts of a thread to have an empty body (will be a thread title)' option. ------------------------------------------------------------------------ r8827 | nyloth | 2007-07-13 10:20:23 +0200 (ven, 13 jui 2007) | 2 lines [FIX] forums: if a warning is displayed due to a mistake when creating a new topic (e.g. no title has been given), also keep displaying the form (text inputs, ...) to be able to quickly fix the mistake and post again. ------------------------------------------------------------------------ r8826 | nyloth | 2007-07-13 09:36:29 +0200 (ven, 13 jui 2007) | 2 lines [FIX] tikineat css: avoid linebreaks inside buttons. ------------------------------------------------------------------------ r8825 | nyloth | 2007-07-13 09:34:53 +0200 (ven, 13 jui 2007) | 2 lines [FIX] forums: correctly handle the new 'tiki_p_forum_edit_own_posts' permission. ------------------------------------------------------------------------ r8824 | sylvieg | 2007-07-12 23:43:05 +0200 (jeu, 12 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8823 | sylvieg | 2007-07-12 22:15:11 +0200 (jeu, 12 jui 2007) | 2 lines [MOD]actionlog: show also the action where the selected user is a contributor ------------------------------------------------------------------------ r8822 | sylvieg | 2007-07-12 22:10:00 +0200 (jeu, 12 jui 2007) | 2 lines index ------------------------------------------------------------------------ r8821 | sylvieg | 2007-07-12 20:46:30 +0200 (jeu, 12 jui 2007) | 2 lines [FIX]contributor: do not show the user as possible contributor ------------------------------------------------------------------------ r8820 | nyloth | 2007-07-12 19:50:30 +0200 (jeu, 12 jui 2007) | 2 lines [NEW] forums: new permission 'tiki_p_forum_edit_own_posts' that allow to give users the right of modifying their own posts. ------------------------------------------------------------------------ r8819 | sylvieg | 2007-07-12 18:07:08 +0200 (jeu, 12 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8818 | sylvieg | 2007-07-12 16:54:00 +0200 (jeu, 12 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8817 | sylvieg | 2007-07-12 13:24:14 +0200 (jeu, 12 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8816 | sylvieg | 2007-07-12 12:40:44 +0200 (jeu, 12 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8815 | nyloth | 2007-07-12 11:43:01 +0200 (jeu, 12 jui 2007) | 2 lines [MOD] forum css: some stylesheets to have more visible forum / comments warnings in tikineat theme. ------------------------------------------------------------------------ r8814 | nyloth | 2007-07-12 00:14:36 +0200 (jeu, 12 jui 2007) | 2 lines [NEW] forums: new forum option 'Only allow replies to the first message (flat forum)' available for each forum. If enabled, users won't be able to reply to forum posts other than the first one (they reply to the thread), and the display style will be forced to 'plain' and styles choices will be hidden from the toolbar. ------------------------------------------------------------------------ r8813 | nkoth | 2007-07-11 23:57:56 +0200 (mer, 11 jui 2007) | 2 lines [FIX] should not depend on ini_set to set session.save_path as some hosts do not support it (manual merge from BRANCH-1-9) ------------------------------------------------------------------------ r8812 | sylvieg | 2007-07-11 19:25:12 +0200 (mer, 11 jui 2007) | 2 lines [MOD]contributors: show contributor in history ------------------------------------------------------------------------ r8811 | pkdille | 2007-07-11 18:27:49 +0200 (mer, 11 jui 2007) | 2 lines [FIX] tiki.sql: 2 mistakes in this file ------------------------------------------------------------------------ r8810 | sylvieg | 2007-07-11 16:35:54 +0200 (mer, 11 jui 2007) | 2 lines change duplicate lines of code to get_perm_object ------------------------------------------------------------------------ r8809 | sylvieg | 2007-07-11 16:31:09 +0200 (mer, 11 jui 2007) | 2 lines oops a lost commit ------------------------------------------------------------------------ r8808 | sylvieg | 2007-07-11 16:22:14 +0200 (mer, 11 jui 2007) | 2 lines manual merge ------------------------------------------------------------------------ r8807 | sylvieg | 2007-07-11 13:09:50 +0200 (mer, 11 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8806 | sylvieg | 2007-07-11 12:45:30 +0200 (mer, 11 jui 2007) | 2 lines [NEW]log sql: option to record the log sql in the table adodb_logsql ------------------------------------------------------------------------ r8805 | sylvieg | 2007-07-11 11:14:06 +0200 (mer, 11 jui 2007) | 2 lines [FIX]re rolback: use smarty modifieur username to display real name in settings are there ------------------------------------------------------------------------ r8804 | sylvieg | 2007-07-10 23:59:32 +0200 (mar, 10 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8803 | sylvieg | 2007-07-10 23:21:58 +0200 (mar, 10 jui 2007) | 2 lines [FIX]userlink: rollback 1.19. A userlink in a dropdown box is not really useful - and it does not work ------------------------------------------------------------------------ r8802 | sylvieg | 2007-07-10 23:17:31 +0200 (mar, 10 jui 2007) | 2 lines [MOD]fgal: have at least the title input size to 40 and not the default 20 as the textarea below is 40 ------------------------------------------------------------------------ r8801 | sylvieg | 2007-07-10 16:45:26 +0200 (mar, 10 jui 2007) | 2 lines [FIX]wiki: is_html was forced to true if wysiwyg is on but not used ------------------------------------------------------------------------ r8800 | sylvieg | 2007-07-10 16:36:33 +0200 (mar, 10 jui 2007) | 2 lines notice ------------------------------------------------------------------------ r8799 | sylvieg | 2007-07-10 16:01:28 +0200 (mar, 10 jui 2007) | 2 lines sync ------------------------------------------------------------------------ r8798 | sylvieg | 2007-07-10 15:58:49 +0200 (mar, 10 jui 2007) | 2 lines duplicate the index creation in 1_9to1.10 ------------------------------------------------------------------------ r8797 | sylvieg | 2007-07-10 15:55:48 +0200 (mar, 10 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8796 | sylvieg | 2007-07-10 13:06:01 +0200 (mar, 10 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8795 | sylvieg | 2007-07-09 23:45:07 +0200 (lun, 09 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8794 | sylvieg | 2007-07-09 23:33:00 +0200 (lun, 09 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8793 | sylvieg | 2007-07-09 23:22:22 +0200 (lun, 09 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8792 | sylvieg | 2007-07-09 19:53:10 +0200 (lun, 09 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8791 | jyhem | 2007-07-09 19:13:47 +0200 (lun, 09 jui 2007) | 2 lines [FIX] typo ------------------------------------------------------------------------ r8790 | sylvieg | 2007-07-09 12:42:57 +0200 (lun, 09 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD->no merge ------------------------------------------------------------------------ r8789 | pkdille | 2007-07-09 12:14:41 +0200 (lun, 09 jui 2007) | 2 lines [FIX] quicktags: Avoid creation of false "create table" quicktag in tiki.sql script ------------------------------------------------------------------------ r8788 | pkdille | 2007-07-09 11:16:03 +0200 (lun, 09 jui 2007) | 2 lines [FIX] quicktags: delete (and avoid creation) false "create table" quicktag ------------------------------------------------------------------------ r8787 | nyloth | 2007-07-09 10:23:57 +0200 (lun, 09 jui 2007) | 2 lines [FIX] woops, remove print debug. ------------------------------------------------------------------------ r8786 | pkdille | 2007-07-09 09:28:27 +0200 (lun, 09 jui 2007) | 2 lines [FIX] tiki-admin_forums: edit forum link was twice on that grid with two different icons ------------------------------------------------------------------------ r8785 | sampaioprimo | 2007-07-09 06:21:59 +0200 (lun, 09 jui 2007) | 2 lines translation ------------------------------------------------------------------------ r8784 | sampaioprimo | 2007-07-09 00:57:22 +0200 (lun, 09 jui 2007) | 2 lines [ADD] support for user articles and forum comments on tiki-user_information.php ------------------------------------------------------------------------ r8783 | sylvieg | 2007-07-08 23:24:42 +0200 (dim, 08 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8782 | sylvieg | 2007-07-08 22:30:38 +0200 (dim, 08 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD->no merge ------------------------------------------------------------------------ r8781 | nkoth | 2007-07-08 20:29:42 +0200 (dim, 08 jui 2007) | 2 lines [FIX] should respect category perms ------------------------------------------------------------------------ r8780 | nyloth | 2007-07-08 19:39:05 +0200 (dim, 08 jui 2007) | 39 lines [NEW][MOD] forums: new configuration options + cleaning In short, this commit allows to choose thread display preferences in the general forum config panel, which may be overriden by the same preferences in each forum config, which may be overriden by users with the display preferences toolbar in thread view. More precisely : * Add new "Threads default preferences" in the general forum configuration panel (tiki-admin.php?page=forums): - "Allow to manage thread defaults in each forum configuration": allows to override preferences of "Threads default preferences" for each forums, in tiki-admin_forums.php (see below), - "Display thread configuration bar to override defaults": allows to decide weither to display or not the display preferences in the 'view forum thread' page, - "Configuration bar settings are the kept for all forums during the user session": allows to store in session variables the last thread preferences decided by users (needs "Display thread configuration bar to override defaults" to be enabled) - "Default number of comments per page", that defaults to '20' - "Default thread style", that defaults to 'Plain' (this closes dev.tw.o feature request #1106, since the default view was hardcoded before), - "Default thread sort mode", that defaults to 'Newest first', * Reorganize and add options in each forum configuration page (tiki-admin_forums.php): - group preferences related to topics in a "Set topics preferences" zone that can be hiden to reduce page length, - group preferences related to threads in a "Set thread preferences" zone that can also be hiden and that includes now all the thread displaying preferences proposed in the general forum configuration panel (i.e. thread sort mode, thread style, comments per page). Remember that this zone is not visible at all if the general option "Allow to manage thread defaults in each forum configuration" is disabled. * Add new sorting options to the "thread configuration bar" in the thread view page (tiki-view_forum_thread.php), "Title (desc)" and "Title (asc)", in order to have the same choices everywhere. This bar can now be removed (see above), * Code cleaning and fixes : - homogeinize of variables names used in thread preferences process (be WARNED that this has an impact on bookmarked URL with thread display preferences): 'comments_default_ordering', 'comments_sort_mode' => 'thread_sort_mode' ; 'comments_maxComments' => 'comments_per_page' ; 'comments_style' => 'thread_style', - factorize the code that handles thread preferences variables. Use an array of variable names (handled_requests) that could be extended to manage more easily new preferences in comments.php, - fix the default value of thread "comments_per_page" that was based on value used for topics ------------------------------------------------------------------------ r8779 | nyloth | 2007-07-06 23:10:37 +0200 (ven, 06 jui 2007) | 2 lines [MOD] comments css: differentiate 'user info icons' from 'user action icons' + remove BR tag. ------------------------------------------------------------------------ r8778 | nyloth | 2007-07-06 22:35:14 +0200 (ven, 06 jui 2007) | 2 lines [FIX] user avatar: wrong function 'get_user_login' was used instead of 'get_user_id' to find the user id + return an empty string if user has no defined avatar instead of an empty link. ------------------------------------------------------------------------ r8777 | sylvieg | 2007-07-06 20:06:58 +0200 (ven, 06 jui 2007) | 2 lines [FIX] replace information.tpl with a classic mid tpl to avoid duplication of the general layout ------------------------------------------------------------------------ r8776 | jyhem | 2007-07-06 19:19:20 +0200 (ven, 06 jui 2007) | 2 lines [MOD] better translation ------------------------------------------------------------------------ r8775 | sylvieg | 2007-07-06 17:31:11 +0200 (ven, 06 jui 2007) | 2 lines icon ------------------------------------------------------------------------ r8774 | sylvieg | 2007-07-06 17:01:45 +0200 (ven, 06 jui 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8773 | gillesm | 2007-07-06 15:02:15 +0200 (ven, 06 jui 2007) | 2 lines Trace suppression in multiplayer.swf ------------------------------------------------------------------------ r8772 | gillesm | 2007-07-06 14:25:35 +0200 (ven, 06 jui 2007) | 2 lines Bugs corrected on Multimedia in trackers .. Problem again on video ------------------------------------------------------------------------ r8771 | sylvieg | 2007-07-06 13:42:31 +0200 (ven, 06 jui 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8770 | sylvieg | 2007-07-06 12:54:56 +0200 (ven, 06 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8769 | jyhem | 2007-07-06 10:20:30 +0200 (ven, 06 jui 2007) | 2 lines [FIX] merge conflict resolution ------------------------------------------------------------------------ r8767 | sylvieg | 2007-07-06 01:08:31 +0200 (ven, 06 jui 2007) | 2 lines [FIX] stringer code ------------------------------------------------------------------------ r8766 | sylvieg | 2007-07-06 01:07:29 +0200 (ven, 06 jui 2007) | 2 lines [FIX]tpl: some navbar class ------------------------------------------------------------------------ r8765 | sylvieg | 2007-07-06 01:02:05 +0200 (ven, 06 jui 2007) | 2 lines [FIX]calendar: if only one calendar do not bother about which one ------------------------------------------------------------------------ r8764 | sylvieg | 2007-07-06 00:57:23 +0200 (ven, 06 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8763 | sylvieg | 2007-07-05 23:06:40 +0200 (jeu, 05 jui 2007) | 2 lines [FIX]trackerlist: stronger code, if the list of fields is terminated with : ------------------------------------------------------------------------ r8762 | jyhem | 2007-07-05 18:10:04 +0200 (jeu, 05 jui 2007) | 2 lines [MOD] This menu item was misleading: the link just creates a new article ------------------------------------------------------------------------ r8761 | sylvieg | 2007-07-05 17:09:42 +0200 (jeu, 05 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8760 | gillesm | 2007-07-04 20:28:19 +0200 (mer, 04 jui 2007) | 2 lines MP3 ans FLV video streaming works on trackers (I am testing again) ------------------------------------------------------------------------ r8759 | sampaioprimo | 2007-07-04 20:20:48 +0200 (mer, 04 jui 2007) | 2 lines translation ------------------------------------------------------------------------ r8758 | sylvieg | 2007-07-03 23:58:53 +0200 (mar, 03 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8757 | sylvieg | 2007-07-03 23:53:27 +0200 (mar, 03 jui 2007) | 2 lines [FIX]wiki: cache is too small - upgrading to longtext ------------------------------------------------------------------------ r8756 | sylvieg | 2007-07-03 20:37:45 +0200 (mar, 03 jui 2007) | 2 lines [FIX]registration: If the registred group is not in the groups that can be chosen at registration and if a group can be choosen, a group is then mandatory ------------------------------------------------------------------------ r8755 | sylvieg | 2007-07-03 18:03:33 +0200 (mar, 03 jui 2007) | 2 lines [FIX]tracker: sort fields like in the tracker param had broken user tracker: the administrative fields must be kept ------------------------------------------------------------------------ r8754 | sept_7 | 2007-07-03 17:01:13 +0200 (mar, 03 jui 2007) | 2 lines [FIX] tikidblib : add postgres8 to special request translation ------------------------------------------------------------------------ r8753 | nyloth | 2007-07-03 16:30:39 +0200 (mar, 03 jui 2007) | 2 lines [MOD] comments: always remove empty lines at the end of a posted comment. ------------------------------------------------------------------------ r8752 | nyloth | 2007-07-03 00:05:13 +0200 (mar, 03 jui 2007) | 2 lines [FIX] forum threads and comments: small adjustments in CSS to be less broken with some 1.9 styles ------------------------------------------------------------------------ r8751 | nyloth | 2007-07-02 22:53:21 +0200 (lun, 02 jui 2007) | 31 lines [MOD] forum and comments: complete relooking of forum threads (and comments) * Reorganize the default place and design of every comment element (date, action buttons, author or comment infos, ...). This has been done have a lighter interface and to clean the comments left side in order to be able to easily read the full thread from top to bottom without having some visually disturbing elements, * Do not use obsolete or unappropriate tags (e.g. TABLE) in forum thread anymore (except for the reply form). Use DIV and SPAN tags instead, with a full CSS-driven layout that will also offer far more possibilities for designers, * Merge the code used to display the first thread comment with the one used for other comments to avoid maintaining duplicated code, and split comment.tpl in multiple reusable files, * Add a "edge icon" to have child comments more identifiables in a threaded view, * Add the "Author" information in the "headers only" view, * New "back to top" icon on each comment footer, * Remove "author" and "message" headers on each comments, since they are evident and are eating place, * Reorder moderator actions to have a nicer interface, * Fix "user email" that was checking if "email is public" equals to 'y', which cannot be the case since this preference is now used to store the email scrambling method instead of 'y', * Propagate a bit more the use of html_image smarty function, * Small text / french translation fixes, * Temporarily removed the "Hide all" link and "Comments below your current threshold" info, that seemed both buggy. Note that this kind of update (especially on modernizing HTML / CSS code) has an important impact on themes. This is why I based my work on tikineat (probably the most used theme) and placed CSS definitions in the already existing styles/transitions/1.9to1.10.css , in order to have something coherent with most of 1.9 themes that will have to be upgraded to 1.10 to take care of this kind of updates. Feedback will be appreciated :) ------------------------------------------------------------------------ r8750 | sylvieg | 2007-07-02 18:38:43 +0200 (lun, 02 jui 2007) | 2 lines [FIX]console error: why import css was used - with a regular link css, there are 2 errors less ------------------------------------------------------------------------ r8749 | sylvieg | 2007-07-02 17:15:51 +0200 (lun, 02 jui 2007) | 2 lines [FIX]adodb: strnage bug in adodb - was not creating the params iof not casted ------------------------------------------------------------------------ r8748 | jyhem | 2007-07-02 17:07:00 +0200 (lun, 02 jui 2007) | 2 lines [MOD] subscription confirmation needed highlighting ------------------------------------------------------------------------ r8747 | sylvieg | 2007-07-02 15:35:13 +0200 (lun, 02 jui 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8746 | sampaioprimo | 2007-07-02 06:27:54 +0200 (lun, 02 jui 2007) | 2 lines [FIX] itemId should be modified not objectId when approving an article ------------------------------------------------------------------------ r8745 | sampaioprimo | 2007-07-02 06:13:18 +0200 (lun, 02 jui 2007) | 2 lines [FIX] only show freetag.tpl if user has perm ------------------------------------------------------------------------ r8744 | tombombadilom | 2007-07-02 03:34:42 +0200 (lun, 02 jui 2007) | 2 lines added author list ------------------------------------------------------------------------ r8743 | sampaioprimo | 2007-07-01 23:11:34 +0200 (dim, 01 jui 2007) | 2 lines fix position of freetags include ------------------------------------------------------------------------ r8742 | tombombadilom | 2007-07-01 19:02:58 +0200 (dim, 01 jui 2007) | 2 lines added creator field in newsletters ------------------------------------------------------------------------ r8741 | tombombadilom | 2007-07-01 18:59:15 +0200 (dim, 01 jui 2007) | 2 lines added creator field to newsletters ------------------------------------------------------------------------ r8740 | mose | 2007-07-01 18:56:02 +0200 (dim, 01 jui 2007) | 2 lines [MOD] newsletters: new field, author ------------------------------------------------------------------------ r8738 | sylvieg | 2007-06-30 14:13:50 +0200 (sam, 30 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8737 | sylvieg | 2007-06-30 02:52:05 +0200 (sam, 30 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8736 | sylvieg | 2007-06-30 02:44:09 +0200 (sam, 30 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8735 | sylvieg | 2007-06-30 01:28:29 +0200 (sam, 30 jun 2007) | 2 lines oops trace ------------------------------------------------------------------------ r8734 | sylvieg | 2007-06-30 01:19:06 +0200 (sam, 30 jun 2007) | 2 lines [FIX]outbound forum: catch also inline attachment ------------------------------------------------------------------------ r8733 | sylvieg | 2007-06-29 23:53:34 +0200 (ven, 29 jun 2007) | 2 lines trace ------------------------------------------------------------------------ r8732 | jyhem | 2007-06-29 20:08:29 +0200 (ven, 29 jun 2007) | 2 lines [FIX] typo ------------------------------------------------------------------------ r8731 | gillesm | 2007-06-29 18:55:34 +0200 (ven, 29 jun 2007) | 2 lines other bugs in multimedia trackers ... ------------------------------------------------------------------------ r8730 | gillesm | 2007-06-29 18:51:42 +0200 (ven, 29 jun 2007) | 2 lines Bugs in multimedia trackers ------------------------------------------------------------------------ r8729 | gillesm | 2007-06-29 18:33:41 +0200 (ven, 29 jun 2007) | 3 lines Multimedia Flash9 implementation in the trackers. But some bugs... I commit to continue at home.... ------------------------------------------------------------------------ r8728 | sylvieg | 2007-06-29 15:58:05 +0200 (ven, 29 jun 2007) | 2 lines [MOD] better strings ------------------------------------------------------------------------ r8727 | sylvieg | 2007-06-29 14:37:17 +0200 (ven, 29 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8726 | xavidp | 2007-06-29 08:36:07 +0200 (ven, 29 jun 2007) | 2 lines [FIX] small WYSIWICA improvement: only admin users can see the "delete all with checked" info at bottom of page ------------------------------------------------------------------------ r8725 | sampaioprimo | 2007-06-29 06:30:28 +0200 (ven, 29 jun 2007) | 2 lines fix string tranlation ------------------------------------------------------------------------ r8724 | sampaioprimo | 2007-06-29 06:17:54 +0200 (ven, 29 jun 2007) | 2 lines more translation ------------------------------------------------------------------------ r8722 | sampaioprimo | 2007-06-28 21:57:41 +0200 (jeu, 28 jun 2007) | 2 lines more translation ------------------------------------------------------------------------ r8720 | sylvieg | 2007-06-28 21:03:18 +0200 (jeu, 28 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8719 | sylvieg | 2007-06-28 15:42:57 +0200 (jeu, 28 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8718 | jyhem | 2007-06-28 14:32:05 +0200 (jeu, 28 jun 2007) | 2 lines Icon for "back to homepage" link ------------------------------------------------------------------------ r8717 | sylvieg | 2007-06-28 00:44:27 +0200 (jeu, 28 jun 2007) | 2 lines some ------------------------------------------------------------------------ r8716 | sylvieg | 2007-06-27 23:49:25 +0200 (mer, 27 jun 2007) | 2 lines [FIX]bad comment closing ------------------------------------------------------------------------ r8715 | sampaioprimo | 2007-06-27 21:15:18 +0200 (mer, 27 jun 2007) | 2 lines add support for freetags also on tiki-edit_submission.php ------------------------------------------------------------------------ r8714 | sampaioprimo | 2007-06-27 20:54:03 +0200 (mer, 27 jun 2007) | 2 lines fix strings translation on pt-br language.php ------------------------------------------------------------------------ r8713 | sylvieg | 2007-06-27 18:04:48 +0200 (mer, 27 jun 2007) | 2 lines notice ------------------------------------------------------------------------ r8712 | sylvieg | 2007-06-27 17:38:14 +0200 (mer, 27 jun 2007) | 2 lines notice ------------------------------------------------------------------------ r8711 | gillesm | 2007-06-27 14:21:24 +0200 (mer, 27 jun 2007) | 2 lines Mutlimedia and copyright icon in tiki-admin-anchors.tpl ------------------------------------------------------------------------ r8710 | sylvieg | 2007-06-26 23:05:31 +0200 (mar, 26 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8709 | sylvieg | 2007-06-26 23:00:58 +0200 (mar, 26 jun 2007) | 2 lines [MOD]categoy: can choose to use or not phplayers for browsing ------------------------------------------------------------------------ r8708 | sylvieg | 2007-06-26 20:25:45 +0200 (mar, 26 jun 2007) | 2 lines [MOD]thumb plugin additional sticky param (see overlib doc) ------------------------------------------------------------------------ r8707 | gillesm | 2007-06-26 19:42:58 +0200 (mar, 26 jun 2007) | 2 lines Bugs in Multimedia admin ------------------------------------------------------------------------ r8706 | sylvieg | 2007-06-26 18:17:58 +0200 (mar, 26 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8705 | gillesm | 2007-06-26 17:29:15 +0200 (mar, 26 jun 2007) | 2 lines Admin for multimedia ------------------------------------------------------------------------ r8704 | sylvieg | 2007-06-26 17:29:14 +0200 (mar, 26 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8703 | gillesm | 2007-06-26 17:19:36 +0200 (mar, 26 jun 2007) | 2 lines Multimedia Flash 9 integration (admin module) ------------------------------------------------------------------------ r8702 | niclone | 2007-06-26 17:04:29 +0200 (mar, 26 jun 2007) | 2 lines [FIX] tiki-register: ommited to remove this cpaint depend while was converting tiki-register to xajax ------------------------------------------------------------------------ r8701 | sylvieg | 2007-06-26 15:58:46 +0200 (mar, 26 jun 2007) | 2 lines [FIX]rerun a getstring after Jyhem commit with conflict ------------------------------------------------------------------------ r8700 | tombombadilom | 2007-06-26 15:48:46 +0200 (mar, 26 jun 2007) | 2 lines corrected multiples errors bad merge ? ------------------------------------------------------------------------ r8699 | sylvieg | 2007-06-25 21:44:34 +0200 (lun, 25 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8698 | niclone | 2007-06-25 18:32:41 +0200 (lun, 25 jun 2007) | 2 lines [FIX] tiki-register: use now xajax instead of cpaint ------------------------------------------------------------------------ r8697 | ang23 | 2007-06-25 18:27:02 +0200 (lun, 25 jun 2007) | 2 lines better fix for utf8 weirdness in dynvars... dynvar names should be lowercase from now on... ------------------------------------------------------------------------ r8696 | sampaioprimo | 2007-06-25 16:58:00 +0200 (lun, 25 jun 2007) | 2 lines [FIX] when editing a wiki page keep tags from the form in preview mode ------------------------------------------------------------------------ r8695 | sampaioprimo | 2007-06-25 16:46:22 +0200 (lun, 25 jun 2007) | 2 lines [ADD] freetags support on articles (please see comment on tiki-read_article.php) ------------------------------------------------------------------------ r8694 | jyhem | 2007-06-25 16:29:03 +0200 (lun, 25 jun 2007) | 2 lines [MOD] vérouiller -> verrouiller, plus translate some untranslated strings ------------------------------------------------------------------------ r8693 | mose | 2007-06-25 15:33:29 +0200 (lun, 25 jun 2007) | 2 lines [FIX] newsletter: changed var name for user to avoid check on emptiness of this var ------------------------------------------------------------------------ r8692 | sylvieg | 2007-06-25 12:30:56 +0200 (lun, 25 jun 2007) | 2 lines [FIX]calendar: replace strftime that depends on local with daet_format - the selected time in the item edit was 1 hour less ------------------------------------------------------------------------ r8691 | jyhem | 2007-06-25 12:12:25 +0200 (lun, 25 jun 2007) | 2 lines [FIX] remove blank line after last "?>" ------------------------------------------------------------------------ r8690 | ang23 | 2007-06-24 21:22:42 +0200 (dim, 24 jun 2007) | 2 lines fixed some strange utf8 issue with dynvars ------------------------------------------------------------------------ r8689 | nyloth | 2007-06-24 13:11:08 +0200 (dim, 24 jun 2007) | 2 lines [FIX] banners: remove a wrong call to 'return' (was probably used for debugging purposes) + really use the 'map' array to use appropriate day names (and not day numbers) as field names in the sql query. Thanx to rodrigo for reporting this bug. ------------------------------------------------------------------------ r8687 | sylvieg | 2007-06-22 23:04:00 +0200 (ven, 22 jun 2007) | 2 lines [FIX]calendar: need the visible calendars box even if only one calendar to be select to hide/show this calendar ------------------------------------------------------------------------ r8686 | sylvieg | 2007-06-22 23:02:07 +0200 (ven, 22 jun 2007) | 2 lines rollback and put the part in comments: do not understand why it scratchs on some system ------------------------------------------------------------------------ r8685 | gillesm | 2007-06-22 22:52:13 +0200 (ven, 22 jun 2007) | 2 lines multimedia beginning ------------------------------------------------------------------------ r8684 | sylvieg | 2007-06-22 22:46:25 +0200 (ven, 22 jun 2007) | 2 lines [FIX]instal: on some system, tiki-install.php was proposed to be downloaded instead of executed ------------------------------------------------------------------------ r8682 | gillesm | 2007-06-22 19:06:30 +0200 (ven, 22 jun 2007) | 2 lines multimedia implementation ------------------------------------------------------------------------ r8681 | sylvieg | 2007-06-22 15:44:27 +0200 (ven, 22 jun 2007) | 2 lines [FIX]fgal: close/open comment zone ------------------------------------------------------------------------ r8680 | sampaioprimo | 2007-06-22 07:04:16 +0200 (ven, 22 jun 2007) | 2 lines more translation ------------------------------------------------------------------------ r8679 | gillesm | 2007-06-21 15:07:34 +0200 (jeu, 21 jun 2007) | 2 lines BUG in category corrected type=> o.typew ------------------------------------------------------------------------ r8678 | sampaioprimo | 2007-06-21 05:25:57 +0200 (jeu, 21 jun 2007) | 2 lines a few strings translated ------------------------------------------------------------------------ r8677 | sylvieg | 2007-06-20 23:35:58 +0200 (mer, 20 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8676 | sylvieg | 2007-06-20 21:20:55 +0200 (mer, 20 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8675 | sylvieg | 2007-06-20 20:38:58 +0200 (mer, 20 jun 2007) | 2 lines manual merge ------------------------------------------------------------------------ r8674 | sylvieg | 2007-06-20 16:06:09 +0200 (mer, 20 jun 2007) | 2 lines typo ------------------------------------------------------------------------ r8673 | sylvieg | 2007-06-20 15:54:04 +0200 (mer, 20 jun 2007) | 2 lines [MOD]tracker item view: use of tracker_item_field_value to go on with suppression of duplicated code ------------------------------------------------------------------------ r8670 | jyhem | 2007-06-19 17:12:31 +0200 (mar, 19 jun 2007) | 2 lines References to tiki_p_batch_upload_files_dir should not exist, as it's been replaced by tiki_p_batch_upload_file_dir ------------------------------------------------------------------------ r8669 | sylvieg | 2007-06-19 16:08:22 +0200 (mar, 19 jun 2007) | 2 lines spelling ------------------------------------------------------------------------ r8667 | sylvieg | 2007-06-19 16:04:04 +0200 (mar, 19 jun 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8658 | niclone | 2007-06-19 13:22:26 +0200 (mar, 19 jun 2007) | 2 lines [FIX] mods: forgotten to remove my debug code... ------------------------------------------------------------------------ r8656 | niclone | 2007-06-19 13:06:49 +0200 (mar, 19 jun 2007) | 2 lines [FIX] mods: sql-upgrade was not working anymore. ------------------------------------------------------------------------ r8653 | sylvieg | 2007-06-19 12:41:43 +0200 (mar, 19 jun 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8652 | sampaioprimo | 2007-06-19 06:46:22 +0200 (mar, 19 jun 2007) | 2 lines removed duplicate entry for "regex search and replace" ------------------------------------------------------------------------ r8651 | sampaioprimo | 2007-06-19 04:57:36 +0200 (mar, 19 jun 2007) | 2 lines merge from tiki1.9 pt-br language.php to tiki1.10 pt-br language.php ------------------------------------------------------------------------ r8650 | sylvieg | 2007-06-18 17:43:43 +0200 (lun, 18 jun 2007) | 2 lines [FIX]newsletters: add a max_execution_time to not limited for system that can change it (will not work at least in safe_mode on) but better than a timeout... ------------------------------------------------------------------------ r8649 | sylvieg | 2007-06-18 17:29:30 +0200 (lun, 18 jun 2007) | 2 lines [FIX]newsletters: trim the email fromt the file to avoid CR ------------------------------------------------------------------------ r8648 | sylvieg | 2007-06-18 15:34:58 +0200 (lun, 18 jun 2007) | 2 lines [FIX]newsletter: put back the file, the textarea with a list of emails can not be sufficient ------------------------------------------------------------------------ r8647 | sylvieg | 2007-06-18 15:02:14 +0200 (lun, 18 jun 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8646 | sylvieg | 2007-06-17 16:03:29 +0200 (dim, 17 jun 2007) | 2 lines [FIX]move cetegory_reinforce ------------------------------------------------------------------------ r8645 | sylvieg | 2007-06-17 15:50:19 +0200 (dim, 17 jun 2007) | 2 lines [FIX]bad merge: still to convert icon to new one ------------------------------------------------------------------------ r8642 | sylvieg | 2007-06-17 00:18:09 +0200 (dim, 17 jun 2007) | 2 lines bad marge ------------------------------------------------------------------------ r8641 | sylvieg | 2007-06-17 00:09:14 +0200 (dim, 17 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD->manual ------------------------------------------------------------------------ r8640 | toggg | 2007-06-16 21:09:15 +0200 (sam, 16 jun 2007) | 2 lines Avoid an easy way to escape captcha ------------------------------------------------------------------------ r8638 | sylvieg | 2007-06-16 18:02:10 +0200 (sam, 16 jun 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8637 | tombombadilom | 2007-06-16 17:27:33 +0200 (sam, 16 jun 2007) | 2 lines corrected the exemple for with correct xajaxlib and axjax.js path ------------------------------------------------------------------------ r8633 | sylvieg | 2007-06-15 18:29:43 +0200 (ven, 15 jun 2007) | 2 lines [FIX]page-bar: take away the table foramtting - because now with these new options, the page fits only large window ------------------------------------------------------------------------ r8632 | sylvieg | 2007-06-15 16:37:11 +0200 (ven, 15 jun 2007) | 2 lines notice ------------------------------------------------------------------------ r8629 | niclone | 2007-06-15 13:50:21 +0200 (ven, 15 jun 2007) | 2 lines [MOD] jscalendar: added smarty ifFormat parameter of jscalendar ------------------------------------------------------------------------ r8627 | mose | 2007-06-15 13:33:06 +0200 (ven, 15 jun 2007) | 2 lines [FIX] perms: sync from 1.9 branch ------------------------------------------------------------------------ r8626 | mose | 2007-06-15 13:26:11 +0200 (ven, 15 jun 2007) | 2 lines [FIX] perms: nasty perms attribution of view for anonymous in upgrade script ------------------------------------------------------------------------ r8624 | mose | 2007-06-15 00:21:56 +0200 (ven, 15 jun 2007) | 2 lines [FIX] sql: removed duplicate declaration on tiki_p_list_tracker ------------------------------------------------------------------------ r8623 | jyhem | 2007-06-14 20:22:08 +0200 (jeu, 14 jun 2007) | 2 lines Typo (SQL is soooo inconsistent) ------------------------------------------------------------------------ r8622 | jyhem | 2007-06-14 20:14:19 +0200 (jeu, 14 jun 2007) | 2 lines Now we "can may execute this command as often as you like" as advised in the header without duplicating lines uselessly every time. ------------------------------------------------------------------------ r8604 | niclone | 2007-06-14 10:22:54 +0200 (jeu, 14 jun 2007) | 2 lines [FIX] mods: button "check again" was not working while modifying package list to install before real install. ------------------------------------------------------------------------ r8596 | sylvieg | 2007-06-13 19:37:42 +0200 (mer, 13 jun 2007) | 2 lines [FIX]it is not because provpass is not empty that a user is invalid (remind passsword situation) ------------------------------------------------------------------------ r8593 | sylvieg | 2007-06-13 19:29:36 +0200 (mer, 13 jun 2007) | 2 lines icons ------------------------------------------------------------------------ r8591 | jyhem | 2007-06-13 18:30:44 +0200 (mer, 13 jun 2007) | 2 lines Back to previous version (the lines had a purpose) ------------------------------------------------------------------------ r8589 | jyhem | 2007-06-13 17:15:53 +0200 (mer, 13 jun 2007) | 2 lines Group perms should not appear during upgrades. These should be set willingly. ------------------------------------------------------------------------ r8585 | mose | 2007-06-13 01:45:52 +0200 (mer, 13 jun 2007) | 2 lines [FIX] registration: fixed email validation scheme. also fixed hash_pass for it uses only md5 of password, and not login.pass, otherwise we can't decently think about changing login. ------------------------------------------------------------------------ r8584 | sylvieg | 2007-06-12 20:01:08 +0200 (mar, 12 jun 2007) | 2 lines notice ------------------------------------------------------------------------ r8583 | sylvieg | 2007-06-12 18:13:54 +0200 (mar, 12 jun 2007) | 2 lines [MOD]login: if login is email, label email and not user ------------------------------------------------------------------------ r8582 | sylvieg | 2007-06-12 14:33:43 +0200 (mar, 12 jun 2007) | 2 lines [FIX]calendar: do not escape the url to have a http:// url working ------------------------------------------------------------------------ r8581 | sylvieg | 2007-06-12 14:22:08 +0200 (mar, 12 jun 2007) | 2 lines [FIX]calendat: missing hour_minmax when viewing ------------------------------------------------------------------------ r8580 | sylvieg | 2007-06-12 12:50:11 +0200 (mar, 12 jun 2007) | 2 lines [FIX]style fmsc: try to improve the calendar aspect - can not do much as the calendar classes are outside now ------------------------------------------------------------------------ r8579 | sylvieg | 2007-06-12 11:41:18 +0200 (mar, 12 jun 2007) | 2 lines [FIX]calendar: seems the var url has been renamed web ------------------------------------------------------------------------ r8578 | sylvieg | 2007-06-12 11:16:33 +0200 (mar, 12 jun 2007) | 2 lines cvs info ------------------------------------------------------------------------ r8577 | sylvieg | 2007-06-12 11:06:40 +0200 (mar, 12 jun 2007) | 2 lines [FIX]calendar: time_start ans time_end are undefined - unfinished code? please check ------------------------------------------------------------------------ r8576 | sylvieg | 2007-06-11 12:11:17 +0200 (lun, 11 jun 2007) | 2 lines [MOD] add tiki release in the last up line ------------------------------------------------------------------------ r8575 | mose | 2007-06-11 03:54:32 +0200 (lun, 11 jun 2007) | 2 lines [MOD] trackerlist: made a possible special filter #user for matching current user login as filter ------------------------------------------------------------------------ r8574 | sylvieg | 2007-06-08 20:13:32 +0200 (ven, 08 jun 2007) | 2 lines [FIX]fmsc style: some left align ------------------------------------------------------------------------ r8573 | sylvieg | 2007-06-08 20:07:48 +0200 (ven, 08 jun 2007) | 2 lines [FIX]wrench icon->admin feature: clean on place/+alt ------------------------------------------------------------------------ r8572 | sylvieg | 2007-06-08 18:23:10 +0200 (ven, 08 jun 2007) | 2 lines [MOD]tracker: outbound email can be a list of emails separated with comma ------------------------------------------------------------------------ r8571 | sylvieg | 2007-06-08 17:15:08 +0200 (ven, 08 jun 2007) | 2 lines some ------------------------------------------------------------------------ r8570 | sylvieg | 2007-06-08 17:03:33 +0200 (ven, 08 jun 2007) | 2 lines typo ------------------------------------------------------------------------ r8569 | sylvieg | 2007-06-08 16:33:39 +0200 (ven, 08 jun 2007) | 2 lines merge ------------------------------------------------------------------------ r8568 | sylvieg | 2007-06-08 12:56:54 +0200 (ven, 08 jun 2007) | 2 lines [FIX]navbar cleaning ------------------------------------------------------------------------ r8567 | sylvieg | 2007-06-07 19:45:32 +0200 (jeu, 07 jun 2007) | 2 lines notice ------------------------------------------------------------------------ r8566 | sylvieg | 2007-06-07 19:35:08 +0200 (jeu, 07 jun 2007) | 2 lines [FIX]register: do not parse the plugin tracker as already in html(roll back 1.59 that was a oops ------------------------------------------------------------------------ r8565 | sylvieg | 2007-06-07 17:16:31 +0200 (jeu, 07 jun 2007) | 2 lines [FIX]tracker: plugin tracker was not checking if a radio field was mandatory + was not keeping the current value ------------------------------------------------------------------------ r8564 | sylvieg | 2007-06-07 16:03:53 +0200 (jeu, 07 jun 2007) | 2 lines [FIX]users: show also the initials if initial is selected ------------------------------------------------------------------------ r8563 | sylvieg | 2007-06-07 15:45:47 +0200 (jeu, 07 jun 2007) | 2 lines notice ------------------------------------------------------------------------ r8562 | sylvieg | 2007-06-07 15:42:35 +0200 (jeu, 07 jun 2007) | 2 lines [FIX]fmsc style: see text in higlight simplebox ------------------------------------------------------------------------ r8561 | sylvieg | 2007-06-07 15:27:54 +0200 (jeu, 07 jun 2007) | 2 lines [MOD]fmsc style: buttons look like submit ------------------------------------------------------------------------ r8560 | sylvieg | 2007-06-07 15:26:17 +0200 (jeu, 07 jun 2007) | 2 lines [FIX]use a navbar div instead of <br> ------------------------------------------------------------------------ r8559 | sylvieg | 2007-06-07 14:58:25 +0200 (jeu, 07 jun 2007) | 2 lines [FIX]use a navbar div instead of <br> ------------------------------------------------------------------------ r8558 | mose | 2007-06-07 13:58:49 +0200 (jeu, 07 jun 2007) | 2 lines [NEW] user_menu: new param, preparting user level ------------------------------------------------------------------------ r8557 | mose | 2007-06-07 13:49:02 +0200 (jeu, 07 jun 2007) | 2 lines [MOD] menus: made menu options list browsable when long urls are used ------------------------------------------------------------------------ r8556 | sylvieg | 2007-06-06 18:58:40 +0200 (mer, 06 jun 2007) | 2 lines [MOD]prefer to use a var different than to be sure there is no interference ------------------------------------------------------------------------ r8555 | nkoth | 2007-06-06 18:18:58 +0200 (mer, 06 jun 2007) | 2 lines [FIX] 'Make structures' button should not be shown when page is not yet in structure mode but in fact is part of structure ------------------------------------------------------------------------ r8554 | nkoth | 2007-06-06 18:03:40 +0200 (mer, 06 jun 2007) | 2 lines [FIX] defaulting variable just in case ------------------------------------------------------------------------ r8553 | nkoth | 2007-06-06 17:46:38 +0200 (mer, 06 jun 2007) | 2 lines [MOD] links to structure pages to use page=myPage&structure=myStructure format ------------------------------------------------------------------------ r8552 | nkoth | 2007-06-06 17:41:21 +0200 (mer, 06 jun 2007) | 2 lines [MOD] structure toc links to use page=myPage&structure=myStructure format ------------------------------------------------------------------------ r8551 | nkoth | 2007-06-06 17:32:52 +0200 (mer, 06 jun 2007) | 2 lines [MOD] navbar links to pages within structures to use page=myPage&structure=myStructure format ------------------------------------------------------------------------ r8550 | nkoth | 2007-06-06 16:05:38 +0200 (mer, 06 jun 2007) | 2 lines [MOD] editpage icon on tiki-edit_structures becomes locked icon instead, when page is locked ------------------------------------------------------------------------ r8549 | nkoth | 2007-06-06 15:27:04 +0200 (mer, 06 jun 2007) | 2 lines [MOD] locking a page should prevent rollback by normal users ------------------------------------------------------------------------ r8548 | luciash | 2007-06-06 14:35:34 +0200 (mer, 06 jun 2007) | 2 lines [FIX] while changing sylvieg forgot to modify the last occurence so the default status of toggle icons was wrong ------------------------------------------------------------------------ r8547 | luciash | 2007-06-06 14:18:22 +0200 (mer, 06 jun 2007) | 3 lines [FIX] don't wrap e.g. "System Administrator" to two lines but put it together on the line below when realname used instead of login name [FIX] bring back some spacing (padding) using p tag and center the button for better look and feel ------------------------------------------------------------------------ r8546 | sylvieg | 2007-06-06 11:54:07 +0200 (mer, 06 jun 2007) | 2 lines [FIX]group: when editing a group do not show the group recursively included but only the included groups from the database ------------------------------------------------------------------------ r8545 | nkoth | 2007-06-06 06:46:13 +0200 (mer, 06 jun 2007) | 2 lines [MOD] more descriptive text ------------------------------------------------------------------------ r8544 | nkoth | 2007-06-06 06:32:43 +0200 (mer, 06 jun 2007) | 2 lines [NEW] Ability to categorize structure top page on creation. Also, pages added to structure using tree will also inherits these categories. Requires activation of new feature_wiki_categorize_structure. ------------------------------------------------------------------------ r8543 | nkoth | 2007-06-06 06:28:19 +0200 (mer, 06 jun 2007) | 2 lines [NEW] Ability to categorize pages of structure together. New pages added to structure also inherits categories of structure top page. Requires activation of new feature_wiki_categorize_structure. ------------------------------------------------------------------------ r8542 | nkoth | 2007-06-06 06:26:13 +0200 (mer, 06 jun 2007) | 2 lines [NEW] Ability to categorize pages of structure together. New pages added to structure also inherits categories of structure top page. Requires activation of new feature_wiki_categorize_structure. [FIX] When structure page is removed, the user should be sent back tiki-edit_structure with page_ref_id of structure top page and not deleted page, to prevent subsequent page does not exist errors. ------------------------------------------------------------------------ r8541 | nkoth | 2007-06-06 06:19:27 +0200 (mer, 06 jun 2007) | 2 lines [NEW] New page added from 'add page' box in structure inherits categories from structure top page when new feature_wiki_categorize_structure activated. ------------------------------------------------------------------------ r8540 | nkoth | 2007-06-06 05:44:06 +0200 (mer, 06 jun 2007) | 2 lines [MOD] implement security check for perm to edit structure when adding page from 'add page' box (box is not shown anyway - this is just to prevent URL hacking) ------------------------------------------------------------------------ r8539 | nkoth | 2007-06-06 05:10:44 +0200 (mer, 06 jun 2007) | 2 lines [MOD] Block blank (which leads to home page) and existing page entry on 'add page' button while viewing structure pages. Usability concerns since users have no way of telling if page exists or not before hand. Tiki-edit_structure which is now directly accessible is better for adding existing pages. This box is better for new pages since it pops users to the edit page screen anyway. ------------------------------------------------------------------------ r8538 | nyloth | 2007-06-06 01:34:22 +0200 (mer, 06 jun 2007) | 2 lines [FIX][MOD] trackers: code cleanup of the 'list_items' function + complete rewrite of the SQL queries of this function, to factorize queries and to be more easy to read or modify. This rewrite also fixes the bug that was hiding items with empty ratings when sorting by ratings, by replacing an inner join by a left join (reported by mose & sylvieg). ------------------------------------------------------------------------ r8537 | nkoth | 2007-06-06 00:31:18 +0200 (mer, 06 jun 2007) | 2 lines [FIX] pages should not be deleted through the s_remove_page when they are still part of another structure (fix obvious typo). ------------------------------------------------------------------------ r8536 | sylvieg | 2007-06-05 20:32:24 +0200 (mar, 05 jun 2007) | 2 lines [FIX]module: better handling of the toggle icon+do not change the class module ------------------------------------------------------------------------ r8535 | nyloth | 2007-06-05 18:28:37 +0200 (mar, 05 jun 2007) | 2 lines [NEW] https: new config option to force abslute URI in HTTPS, and considering we are in HTTPS without checking. This is useful in rare cases. For example, this allow to have full HTTPS when using an entrance proxy that will use HTTPS connection with the client browser, but use an HTTP only connection to the server that hosts tikiwiki. ------------------------------------------------------------------------ r8534 | sylvieg | 2007-06-05 18:04:00 +0200 (mar, 05 jun 2007) | 2 lines [FIX]webmail: try to normalize the output message but putting a good from email, reply_to and return_path ------------------------------------------------------------------------ r8533 | sylvieg | 2007-06-05 16:44:43 +0200 (mar, 05 jun 2007) | 2 lines [FIX]fgal: subgal conf ------------------------------------------------------------------------ r8532 | sylvieg | 2007-06-05 16:13:23 +0200 (mar, 05 jun 2007) | 2 lines [FIX]fgal: if subgal conf not set, take the admin one ------------------------------------------------------------------------ r8531 | nkoth | 2007-06-05 15:23:47 +0200 (mar, 05 jun 2007) | 2 lines [MOD] in 1.10 tiki-admin_structures.php can be used for users without tiki_p_edit_structures to show and browse the list of structures. Access to the structure creating and edit functions are still restricted to tiki_p_edit_structures ------------------------------------------------------------------------ r8530 | luciash | 2007-06-05 14:51:05 +0200 (mar, 05 jun 2007) | 2 lines [FIX] replaced class="center" with style="text-align: center" ------------------------------------------------------------------------ r8529 | sylvieg | 2007-06-05 14:16:41 +0200 (mar, 05 jun 2007) | 2 lines [FIX]fgal: if the subgal config has not been set, display the deault conf set in admin->fgal ------------------------------------------------------------------------ r8528 | nkoth | 2007-06-05 08:59:13 +0200 (mar, 05 jun 2007) | 2 lines [MOD] allowing access to list of structures and tree for users with no tiki_p_edit_structures, while still requiring it for structure edit functions. Also set feature_create_webhelp (from structure i.e.). ------------------------------------------------------------------------ r8527 | nkoth | 2007-06-05 07:32:23 +0200 (mar, 05 jun 2007) | 2 lines [MOD] exporting of structure pages only possible with tiki_p_admin_wiki and feature_wiki_export - this is the same as for individual wiki pages. ------------------------------------------------------------------------ r8526 | nkoth | 2007-06-05 06:48:19 +0200 (mar, 05 jun 2007) | 2 lines [MOD] implement superior search for structures ------------------------------------------------------------------------ r8525 | nkoth | 2007-06-05 05:19:35 +0200 (mar, 05 jun 2007) | 2 lines [MOD] message to be shown when new structure is created - to access structure. - Otherwise structure may be in subsequent pages and hard to reach ------------------------------------------------------------------------ r8524 | nkoth | 2007-06-05 04:28:15 +0200 (mar, 05 jun 2007) | 2 lines [MOD] Automatically create table of contents on structure root page on creation of new structure ------------------------------------------------------------------------ r8523 | nkoth | 2007-06-05 03:27:30 +0200 (mar, 05 jun 2007) | 2 lines [FIX] newly created icon link a little messed up - fixed. ------------------------------------------------------------------------ r8522 | nkoth | 2007-06-05 03:24:03 +0200 (mar, 05 jun 2007) | 2 lines [MOD] add view page icon next to name of structure which brings user to the tree ------------------------------------------------------------------------ r8521 | nkoth | 2007-06-05 03:22:10 +0200 (mar, 05 jun 2007) | 2 lines [MOD] I think it makes more sense for the tree to be shown on the top part of the page for usability ------------------------------------------------------------------------ r8520 | nkoth | 2007-06-05 03:09:28 +0200 (mar, 05 jun 2007) | 2 lines [MOD] when a page that exists is added to structure through the create page box, an alert message is shown to user to make clear what is happening. ------------------------------------------------------------------------ r8519 | nkoth | 2007-06-05 02:47:05 +0200 (mar, 05 jun 2007) | 2 lines [MOD] Instead of the clumsy javascript alert box for page under edit (which users tend to miss), to use a proper error message page. ------------------------------------------------------------------------ r8518 | nkoth | 2007-06-05 02:14:10 +0200 (mar, 05 jun 2007) | 2 lines [MOD] to show structures drop-down box even when in structure if structures for page > 1. Also support tiki-index.php?page=mypage&structure=mystructure URL format. ------------------------------------------------------------------------ r8517 | nyloth | 2007-06-05 01:51:39 +0200 (mar, 05 jun 2007) | 2 lines [FIX] search results: correctly handle anchors in faq questions search results links. ------------------------------------------------------------------------ r8516 | nyloth | 2007-06-05 01:32:23 +0200 (mar, 05 jun 2007) | 2 lines [FIX] Search results highlight: better fix for the 'white / empty page' bug. After more research, it seems that it may have occured because of UTF-8 chars in search results. Thus, this smarty outputfilter now uses 'mb_eregi' function if exists. ------------------------------------------------------------------------ r8515 | nkoth | 2007-06-05 01:00:55 +0200 (mar, 05 jun 2007) | 2 lines [MOD] make it possible to make structure from page in one click (if page is not already part of a structure) ------------------------------------------------------------------------ r8514 | sylvieg | 2007-06-05 00:46:55 +0200 (mar, 05 jun 2007) | 2 lines [MOD]fgal: can config the subgallery listing for each gallery ------------------------------------------------------------------------ r8513 | nkoth | 2007-06-04 23:23:47 +0200 (lun, 04 jun 2007) | 2 lines [FIX][MOD] promoting 1st level page in structure should not remove it from structure, also solve pos in db not being contiguous on promotes/demotes/removes. (tracker item 889). ------------------------------------------------------------------------ r8512 | nkoth | 2007-06-04 23:18:39 +0200 (lun, 04 jun 2007) | 2 lines [MOD] to show page position within structure in structure nav area ------------------------------------------------------------------------ r8511 | nyloth | 2007-06-04 23:00:44 +0200 (lun, 04 jun 2007) | 2 lines [FIX] search results: fix a _very_ annoying 'white / empty page' ... (don't loose the end of the page). ------------------------------------------------------------------------ r8510 | nyloth | 2007-06-04 22:53:13 +0200 (lun, 04 jun 2007) | 2 lines [FIX] search results: fix a _very_ annoying 'white / empty page' bug that occured when trying to display search results in certain cases (with phplayers ?) + add a test to avoid other bugs of this kind when using preg_replace_callback on an empty string. ------------------------------------------------------------------------ r8509 | sylvieg | 2007-06-04 22:25:25 +0200 (lun, 04 jun 2007) | 2 lines [FIX] missing include + notices ------------------------------------------------------------------------ r8508 | nkoth | 2007-06-04 22:18:19 +0200 (lun, 04 jun 2007) | 2 lines [MOD] add button to go to list of structures (i.e. admin_structures) ------------------------------------------------------------------------ r8507 | nkoth | 2007-06-04 22:11:28 +0200 (lun, 04 jun 2007) | 2 lines [MOD] better implementation: list of structures to show for a page respects view perms on structure root page (also affects auto open page as structure). ------------------------------------------------------------------------ r8506 | nkoth | 2007-06-04 21:57:39 +0200 (lun, 04 jun 2007) | 2 lines [MOD] list of structures to show for a page respects view perms on structure root page (also affects auto open page as structure). ------------------------------------------------------------------------ r8505 | nkoth | 2007-06-04 21:32:04 +0200 (lun, 04 jun 2007) | 2 lines [MOD] If page is in more than one structure, do not show option to delete page as well when removing it from structure, since it won't happen anyway. ------------------------------------------------------------------------ r8504 | nkoth | 2007-06-04 21:15:49 +0200 (lun, 04 jun 2007) | 2 lines [MOD] structure add page box only appears with edit perms on structure root page ------------------------------------------------------------------------ r8503 | nkoth | 2007-06-04 21:12:43 +0200 (lun, 04 jun 2007) | 2 lines [MOD] list pages uses onlyName parameter since it's there (for performance supposedly?) ------------------------------------------------------------------------ r8502 | nkoth | 2007-06-04 20:57:11 +0200 (lun, 04 jun 2007) | 2 lines [MOD] Remove useless line I added earlier by mistake ------------------------------------------------------------------------ r8501 | nkoth | 2007-06-04 20:45:23 +0200 (lun, 04 jun 2007) | 2 lines [MOD] added icon to go to edit_structures (i.e. the structure tree) from structure nav ------------------------------------------------------------------------ r8500 | nkoth | 2007-06-04 20:16:37 +0200 (lun, 04 jun 2007) | 2 lines [MOD] filter box for list of pages to add to structure now can filter by category (better to define $filter) ------------------------------------------------------------------------ r8499 | nkoth | 2007-06-04 20:09:47 +0200 (lun, 04 jun 2007) | 2 lines [MOD] filter box for list of pages to add to structure now can filter by category ------------------------------------------------------------------------ r8498 | nkoth | 2007-06-04 19:43:47 +0200 (lun, 04 jun 2007) | 2 lines [MOD] list of categories to find within shows only categories with perms ------------------------------------------------------------------------ r8497 | nkoth | 2007-06-04 19:13:32 +0200 (lun, 04 jun 2007) | 2 lines [FIX] category type perms... oops ------------------------------------------------------------------------ r8496 | nkoth | 2007-06-04 19:11:39 +0200 (lun, 04 jun 2007) | 2 lines [FIX] category type perms... ------------------------------------------------------------------------ r8495 | nkoth | 2007-06-04 19:09:25 +0200 (lun, 04 jun 2007) | 2 lines [FIX] I don't think tiki_p_edit_categories existed in 1.9, so need to add as new entry ------------------------------------------------------------------------ r8494 | sylvieg | 2007-06-04 18:56:42 +0200 (lun, 04 jun 2007) | 2 lines [FIX]2 function m_weeks - delete one at least ------------------------------------------------------------------------ r8493 | nkoth | 2007-06-04 18:56:06 +0200 (lun, 04 jun 2007) | 2 lines [FIX] tiki_p_admin_categories should not be the admin perm for type tiki, since tiki_p_admin is already the one. ------------------------------------------------------------------------ r8492 | sylvieg | 2007-06-04 18:31:12 +0200 (lun, 04 jun 2007) | 2 lines [MOD]modules: can assign 2 times the same modules ------------------------------------------------------------------------ r8491 | sylvieg | 2007-06-04 18:02:18 +0200 (lun, 04 jun 2007) | 2 lines [FIX]calendar: do not show delete button if new item ------------------------------------------------------------------------ r8490 | sylvieg | 2007-06-04 17:55:32 +0200 (lun, 04 jun 2007) | 2 lines [MOD]modules: can assign 2 times the same modules ------------------------------------------------------------------------ r8489 | nkoth | 2007-06-04 17:10:32 +0200 (lun, 04 jun 2007) | 2 lines [MOD] get_all_categories_respect_perms now uses get_all_categories_ext which takes advantage of cache ------------------------------------------------------------------------ r8488 | nkoth | 2007-06-04 15:31:02 +0200 (lun, 04 jun 2007) | 2 lines [MOD] access to view and admin of individual structures respects perms of structure root page ------------------------------------------------------------------------ r8487 | nkoth | 2007-06-04 15:01:27 +0200 (lun, 04 jun 2007) | 2 lines [MOD] change heading of page if no perm to edit but can view ------------------------------------------------------------------------ r8486 | sylvieg | 2007-06-04 12:47:33 +0200 (lun, 04 jun 2007) | 2 lines [FIX]typo ------------------------------------------------------------------------ r8485 | sylvieg | 2007-06-04 00:50:23 +0200 (lun, 04 jun 2007) | 2 lines [MOD]login box: group a little bit the info ------------------------------------------------------------------------ r8484 | sylvieg | 2007-06-04 00:43:24 +0200 (lun, 04 jun 2007) | 2 lines [MOD]register: If only one group possible at registrationtime, do not ask the user ------------------------------------------------------------------------ r8483 | luciash | 2007-06-04 00:06:44 +0200 (lun, 04 jun 2007) | 2 lines [DEL] deleting no more needed style template in favour of the default one ------------------------------------------------------------------------ r8482 | luciash | 2007-06-04 00:04:58 +0200 (lun, 04 jun 2007) | 2 lines [REM] removed useless attribute [ADD] added submit button when JS is disabled ------------------------------------------------------------------------ r8481 | sylvieg | 2007-06-03 23:53:23 +0200 (dim, 03 jun 2007) | 2 lines notice ------------------------------------------------------------------------ r8480 | sylvieg | 2007-06-03 15:35:26 +0200 (dim, 03 jun 2007) | 2 lines [MOD]perm: shows at least 5 groups in the perm assign page ------------------------------------------------------------------------ r8479 | sylvieg | 2007-06-03 15:12:03 +0200 (dim, 03 jun 2007) | 2 lines [FIX]perm: missing php perm propagation if user has admin perm only ------------------------------------------------------------------------ r8478 | sylvieg | 2007-06-03 13:11:41 +0200 (dim, 03 jun 2007) | 2 lines [FIX]typo ------------------------------------------------------------------------ r8477 | nyloth | 2007-06-03 12:33:17 +0200 (dim, 03 jun 2007) | 2 lines [MOD] Users listing: hide 'real name' column if the 'user' column already display real names. ------------------------------------------------------------------------ r8476 | pkdille | 2007-06-03 08:26:00 +0200 (dim, 03 jun 2007) | 2 lines [MOD] modify some french translations ------------------------------------------------------------------------ r8475 | nkoth | 2007-06-03 06:59:02 +0200 (dim, 03 jun 2007) | 2 lines [MOD] Option to delete page as well on remove page from structure should not be shown if there is not enough perms for it to take effect anyway (display message amended) ------------------------------------------------------------------------ r8474 | nkoth | 2007-06-03 06:40:41 +0200 (dim, 03 jun 2007) | 2 lines [MOD] Option to delete page as well on remove page from structure should not be shown if there is not enough perms for it to take effect anyway ------------------------------------------------------------------------ r8473 | nkoth | 2007-06-03 06:26:52 +0200 (dim, 03 jun 2007) | 2 lines [MOD] edit_structure respects permissions (object or category) set for structure home page ------------------------------------------------------------------------ r8472 | nyloth | 2007-06-03 04:28:06 +0200 (dim, 03 jun 2007) | 2 lines [FIX] Tikilib::list_users() enhancements: Really fix the find param handling ;) + keep the find param even when changing the sort field. ------------------------------------------------------------------------ r8471 | nyloth | 2007-06-03 04:15:29 +0200 (dim, 03 jun 2007) | 2 lines [FIX] Tikilib::list_users() enhancements: Correctly handle the find param. ------------------------------------------------------------------------ r8470 | nyloth | 2007-06-03 03:40:14 +0200 (dim, 03 jun 2007) | 22 lines [FIX][NEW] Users listing and topfriends plugin: == Tikilib::list_users() enhancements: * complete rewrite of the SQL requests in order to: - avoid a database bug that was not allowing to have the full users list when maxRecords and offset params where used on a large list of users, - allow to sort on every preferences. In order to specify the preference name to sort on, the "sort_mode" parameter need to have a 'pref:' prefix. This is also explained in the function code. (e.g. pref:country, pref:country_asc, pref:country_desc, ...), - reduce the queries complexity * new last param 'include_prefs', that specifies to retrieve (or not) the user preferences. This accelerates the function when it is just called for a simple list of users. == topfriends wiki plugin: * place ~np~ markers to avoid wiki parsing, since userlink smarty modifier includes '[' and ']' in date formats, which are parsed as links in wiki syntax. * do not show the "Real Name" column if we aldready display realnames instead of logins. ($user_show_realnames config option) == Userlink: use userlink in file gallery creation ------------------------------------------------------------------------ r8469 | nkoth | 2007-06-03 02:48:10 +0200 (dim, 03 jun 2007) | 2 lines [FIX] is_editable should check for permission to edit ------------------------------------------------------------------------ r8468 | nkoth | 2007-06-03 00:11:25 +0200 (dim, 03 jun 2007) | 2 lines [FIX] Prevent db error when trying to create new dummy level when dummy level already exists. Also prevent dummy level blank perm from showing in list of perms. ------------------------------------------------------------------------ r8467 | nkoth | 2007-06-02 23:56:48 +0200 (sam, 02 jun 2007) | 2 lines [MOD] Make it possible to assign all perms from multiple levels at the same time ------------------------------------------------------------------------ r8466 | luciash | 2007-06-02 18:12:22 +0200 (sam, 02 jun 2007) | 2 lines [FIX] oops :) typo fix m -> em ------------------------------------------------------------------------ r8465 | nyloth | 2007-06-02 17:58:19 +0200 (sam, 02 jun 2007) | 2 lines [MOD] user preferences: hide the 'Account Information' area used to change password or email, if user has neither the right to change it's password, nor to change it's email. ------------------------------------------------------------------------ r8464 | luciash | 2007-06-02 17:47:06 +0200 (sam, 02 jun 2007) | 2 lines [ENH] styled fieldset and new classes center, right and justify ------------------------------------------------------------------------ r8463 | nyloth | 2007-06-02 17:25:57 +0200 (sam, 02 jun 2007) | 2 lines [FIX] last visitors module: there was no default title due to a line at the wrong place. ------------------------------------------------------------------------ r8462 | nyloth | 2007-06-02 16:51:27 +0200 (sam, 02 jun 2007) | 2 lines [MOD] last visitors module: use OL/LI tags instead of TABLE + align date on the right and on a new line. ------------------------------------------------------------------------ r8461 | luciash | 2007-06-02 15:42:44 +0200 (sam, 02 jun 2007) | 2 lines [DEL] deleting no more needed style template in favour of the default one ------------------------------------------------------------------------ r8460 | nyloth | 2007-06-02 15:42:22 +0200 (sam, 02 jun 2007) | 2 lines [FIX] better handle switching user theme to 'Site default' for the 'switch_theme' module, as done before in the user preferences page. ------------------------------------------------------------------------ r8459 | nyloth | 2007-06-02 15:00:20 +0200 (sam, 02 jun 2007) | 2 lines [FIX] https_login_required may be uninitialized. ------------------------------------------------------------------------ r8458 | nyloth | 2007-06-02 14:08:11 +0200 (sam, 02 jun 2007) | 6 lines [FIX] user theme: two fixes : * When a user was using a different theme than the default site theme, only CSS (and not smarty templates) were used. Thanks to Luciash for reporting this bug. * The 'Site default' choice in the user available theme list was set to the actual user theme instead of the default site theme. If choosed, it will now return an empty value instead of the name of the site theme, in order to fallback to the site theme even if this one is changed later by the site admin. ------------------------------------------------------------------------ r8457 | luciash | 2007-06-02 03:50:29 +0200 (sam, 02 jun 2007) | 2 lines [ENH] enhanced layout of login box [NEW] hint for admin about input_size parameter [ADD] tikineat classes for aligning content ------------------------------------------------------------------------ r8456 | sylvieg | 2007-06-01 23:38:30 +0200 (ven, 01 jun 2007) | 2 lines update profile with tiki_p_list_file_galleries and tiki_p_list_trackers ------------------------------------------------------------------------ r8455 | nyloth | 2007-06-01 23:20:21 +0200 (ven, 01 jun 2007) | 2 lines [FIX] trackers: fix typo. ------------------------------------------------------------------------ r8454 | luciash | 2007-06-01 22:55:50 +0200 (ven, 01 jun 2007) | 2 lines [FIX] tra string: new directory -> new sites ------------------------------------------------------------------------ r8453 | pkdille | 2007-06-01 21:49:48 +0200 (ven, 01 jun 2007) | 2 lines [MOD] tiki-faq_questions: add textareasize on the answer textarea ------------------------------------------------------------------------ r8452 | sylvieg | 2007-06-01 20:39:32 +0200 (ven, 01 jun 2007) | 2 lines [NEW]perm tiki_p_list_file_galleries and tiki_p_list_trackers only for new database - pelase add manually in your database ------------------------------------------------------------------------ r8451 | sylvieg | 2007-06-01 20:36:56 +0200 (ven, 01 jun 2007) | 2 lines [NEW]fgal: new perm tiki_p_list_file_galleries - must be added manually in the database and assign as tiki_p_view_trackers ------------------------------------------------------------------------ r8450 | sylvieg | 2007-06-01 20:26:43 +0200 (ven, 01 jun 2007) | 2 lines [FIX]list tracker per: for those who have the perm in the database wysiwyg ------------------------------------------------------------------------ r8449 | sylvieg | 2007-06-01 20:21:32 +0200 (ven, 01 jun 2007) | 2 lines [FIX]list tracker per: for those who have the perm in the database wysiwyg ------------------------------------------------------------------------ r8448 | sylvieg | 2007-06-01 18:23:38 +0200 (ven, 01 jun 2007) | 2 lines [FIX]tracker: missing server name in the notification ------------------------------------------------------------------------ r8447 | sylvieg | 2007-06-01 16:04:25 +0200 (ven, 01 jun 2007) | 2 lines [FIX]message: do not add RE each time ------------------------------------------------------------------------ r8446 | nyloth | 2007-06-01 15:56:01 +0200 (ven, 01 jun 2007) | 14 lines [NEW] HTTPS login: New options to fine tune the HTTPS login mode. You can now choose, in login admin page, between those values for HTTPS login : * Disabled: Don't allow to login through HTTPS. Redirect to HTTP if coming from HTTPS. * Allow secure (https) login: Allow logins through both HTTP and HTTPS. * Encourage secure (https) login: Login module sends it's data through HTTPS, but HTTP logins are allowed. * Require secure (https) login: Don't allow to login through HTTP. Redirect to HTTPS if coming from HTTP. There are also two new checkboxes : * Users can choose to stay in SSL mode after an HTTPS * Users can switch between secured or standard mode at login ------------------------------------------------------------------------ r8445 | nyloth | 2007-05-31 20:29:22 +0200 (jeu, 31 mai 2007) | 2 lines [FIX][NEW] Userlink: now use a new smarty modifier 'username' in places we just need the name (and not all the mouseover information provided by userlink). This fixes a weird behavior of the 'last_modif_pages' module (thanks sylvieg). ------------------------------------------------------------------------ r8444 | nyloth | 2007-05-31 19:50:38 +0200 (jeu, 31 mai 2007) | 2 lines [FIX] initialize stay_in_ssl_mode ------------------------------------------------------------------------ r8442 | nyloth | 2007-05-31 18:50:51 +0200 (jeu, 31 mai 2007) | 2 lines [FIX] tiki-print url: wrong variable name used for compatibility with old styles templates (thanks luciash). ------------------------------------------------------------------------ r8441 | luciash | 2007-05-31 14:38:37 +0200 (jeu, 31 mai 2007) | 2 lines [MOD] reuse "Activate" translation string + other tweaks ------------------------------------------------------------------------ r8440 | luciash | 2007-05-31 14:34:57 +0200 (jeu, 31 mai 2007) | 2 lines [MOD] updated text, better assign icon, reused move right / left translation string ------------------------------------------------------------------------ r8439 | luciash | 2007-05-31 14:32:23 +0200 (jeu, 31 mai 2007) | 2 lines [MOD] Admin -> General should be the first thing to setup ------------------------------------------------------------------------ r8438 | nyloth | 2007-05-31 14:25:36 +0200 (jeu, 31 mai 2007) | 2 lines [FIX] Userlink: missed a call to require_once(). ------------------------------------------------------------------------ r8437 | nyloth | 2007-05-31 11:47:34 +0200 (jeu, 31 mai 2007) | 2 lines [FIX] remove two lines that shouldn't be committed. ------------------------------------------------------------------------ r8436 | nyloth | 2007-05-31 11:42:59 +0200 (jeu, 31 mai 2007) | 44 lines [MOD] absolute URI / login : Determine http and https URLs automatically and remove configuration need for tiki domain and https mode. This commit affects the way HTTPS and absolute URI are handled in Tiki. = Not changed = * https_mode (boolean, true if we are currently using HTTPS) * http_port (configurable in admin panels) * https_port (configurable in admin panels) * login_url (used in code, but not configurable, as previously) * https_login (configurable in admin panels, determine if we should allow HTTPS for login step) * https_login_required (same as above, but force an HTTPS login) Note that 'http_port' and 'https_port' are empty when used if they have the default values (respectively 80 and 443). = New global and smarty vars to be used everywhere for absolute URLs = * base_url (auto-detected in tiki-setup.php, using current protocol and including the directory path, not configurable) * base_url_http (same as base_url but forced to 'http://') * base_url_https (same as base_url but forced to 'https://') ...and to be less used (base_url is built on them): * url_scheme ('http' or 'https', depending on which is currently used) * url_host (current host) * url_port (current port) * url_path (current directory path that both begins and ends with a '/') = Not used anymore = * url_prefix * http_svrname * https_prefix * https_domain * feature_server_name * https = Obsoleted (Not used in the main code, but keeped to be compatible with other styles templates) = * http_login_url (same as login_url) * https_login_url (same as login_url) * http_prefix (same as url_path) * http_domain (same as url_host) * tiki_path (same as url_path) They are now only used in templates/styles/... (Those used in lib/pdflib/pdflib.php are not the same). Tikilib::httpScheme() and Tikilib::httpPrefix(), used many times too, have been ugraded to directly use the new global vars, to avoid duplicated code and overhead. They now handle the port used. ------------------------------------------------------------------------ r8435 | luciash | 2007-05-31 01:31:29 +0200 (jeu, 31 mai 2007) | 2 lines [ENH][MOD] enhanced look of tiki-admin icons; rollback of the 48x48 (now alpha transp again) icons to have anti-aliased edges + saved them with background color set to #9fff9f (same color as the background square for iE6) [NEW] overlay indexed png pattern for disabled items ------------------------------------------------------------------------ r8434 | luciash | 2007-05-30 18:37:23 +0200 (mer, 30 mai 2007) | 2 lines [NEW] new action in the modules overview to move module left/right directly ------------------------------------------------------------------------ r8433 | luciash | 2007-05-30 17:43:15 +0200 (mer, 30 mai 2007) | 2 lines [MOD] when assigning new module by default select the option "Displayed now for all eligible users even with personal assigned modules" ------------------------------------------------------------------------ r8432 | luciash | 2007-05-30 16:25:40 +0200 (mer, 30 mai 2007) | 2 lines [FIX] avoid php notice undefined index ------------------------------------------------------------------------ r8431 | luciash | 2007-05-30 16:01:59 +0200 (mer, 30 mai 2007) | 2 lines [NEW][MOD] new icons for toggling module content open state ------------------------------------------------------------------------ r8430 | mose | 2007-05-30 15:58:30 +0200 (mer, 30 mai 2007) | 2 lines [FIX] parsing: avoiding antislashes break parsing, better ------------------------------------------------------------------------ r8429 | mose | 2007-05-30 15:34:33 +0200 (mer, 30 mai 2007) | 2 lines [FIX] parsing: avoiding antislashes break parsing with <pre> ------------------------------------------------------------------------ r8428 | mose | 2007-05-30 15:30:01 +0200 (mer, 30 mai 2007) | 2 lines [FIX] parsing: avoiding antislashes break parsing with ~np~ and ~pp~ ------------------------------------------------------------------------ r8427 | pkdille | 2007-05-30 14:58:57 +0200 (mer, 30 mai 2007) | 2 lines [MOD] propagate new menu item to db upgrade script (thx sylvieg) ------------------------------------------------------------------------ r8426 | luciash | 2007-05-30 14:58:18 +0200 (mer, 30 mai 2007) | 2 lines [NEW][MOD] new icon for moving module to right/left (opposite) side ------------------------------------------------------------------------ r8425 | luciash | 2007-05-30 14:43:20 +0200 (mer, 30 mai 2007) | 2 lines [MOD] enhanced structure tree dots to arrow ------------------------------------------------------------------------ r8424 | luciash | 2007-05-30 13:44:22 +0200 (mer, 30 mai 2007) | 2 lines [MOD][FIX] site identity header tweaks and fixes (do not depend logo alignment on background color setting) ------------------------------------------------------------------------ r8423 | luciash | 2007-05-30 13:37:07 +0200 (mer, 30 mai 2007) | 2 lines [MOD][FIX] site identity header tweaks and fixes (do not depend logo alignment on background color setting) ------------------------------------------------------------------------ r8422 | pkdille | 2007-05-30 11:30:03 +0200 (mer, 30 mai 2007) | 2 lines [MOD] add the "Admin" menu section in the "Application menu" for users who have the tiki_p_admin_users right ------------------------------------------------------------------------ r8421 | luciash | 2007-05-29 23:56:32 +0200 (mar, 29 mai 2007) | 2 lines [FIX] some typos, spelling and code fixes ------------------------------------------------------------------------ r8420 | luciash | 2007-05-29 22:04:45 +0200 (mar, 29 mai 2007) | 2 lines [FIX] typo fix (noticed by toggg, thx) ------------------------------------------------------------------------ r8419 | sylvieg | 2007-05-29 20:31:16 +0200 (mar, 29 mai 2007) | 2 lines [FIX]calendar: add a button to delete an event (hope it is not duplication) ------------------------------------------------------------------------ r8418 | sylvieg | 2007-05-29 20:05:53 +0200 (mar, 29 mai 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8417 | nyloth | 2007-05-29 00:52:16 +0200 (mar, 29 mai 2007) | 2 lines [NEW] Lightbox feature: use Lightbox 2 (http://www.huddletogether.com/projects/lightbox2) to allow javascript effects in image galleries. (missed file) ------------------------------------------------------------------------ r8416 | nyloth | 2007-05-29 00:04:15 +0200 (mar, 29 mai 2007) | 2 lines [NEW] Lightbox feature: use Lightbox 2 (http://www.huddletogether.com/projects/lightbox2) to allow javascript effects in image galleries. ------------------------------------------------------------------------ r8415 | nyloth | 2007-05-28 21:12:41 +0200 (lun, 28 mai 2007) | 8 lines [FIX] fckeditor images: fix bug #1099 ('Error while uploading pictures in a wiki page', submitted by Yoni). * Set the default value of 'cacheimages' preference to 'n' in imagegallib.php, according to the default value specified in tiki-setup.php * Avoid the "Use cache for external images" option to cache images located in "img/wiki_up", the same way we are already excluding images viewed through show_image.php. This is a quick fix to handle images that FCKeditor stores in img/wiki_up/$tikidomain/image. See http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1099&trackerId=5 for more info. ------------------------------------------------------------------------ r8414 | nyloth | 2007-05-28 21:11:42 +0200 (lun, 28 mai 2007) | 2 lines [FIX] http_prefix: better default value of http_prefix. ------------------------------------------------------------------------ r8413 | tombombadilom | 2007-05-27 17:51:14 +0200 (dim, 27 mai 2007) | 2 lines corrected wrong url ------------------------------------------------------------------------ r8412 | nyloth | 2007-05-26 18:25:05 +0200 (sam, 26 mai 2007) | 7 lines [MOD] Installation interface: * Now autodetect and list only databases supported by the current PHP installation, * Now handle 'mysqli' (MySQL Improved), * Don't display SQL queries that were successful, since it's not pretty / useful, and it can break the installation (white screen), * Display unsuccessful SQL queries (it's more useful) only if we have some, * Hide some useless info. ------------------------------------------------------------------------ r8411 | nyloth | 2007-05-26 18:12:26 +0200 (sam, 26 mai 2007) | 2 lines [FIX] smarty_tiki 'kbsize' modifier: 1 M = 1024 x 1024 (not 1000 x 1000) + now handle bits and bytes + number of decimals. ------------------------------------------------------------------------ r8410 | pkdille | 2007-05-26 15:51:45 +0200 (sam, 26 mai 2007) | 2 lines [MOD] french translations: some translations especially in admin menus ------------------------------------------------------------------------ r8409 | sylvieg | 2007-05-26 13:18:53 +0200 (sam, 26 mai 2007) | 2 lines sync database ------------------------------------------------------------------------ r8408 | pkdille | 2007-05-26 00:33:48 +0200 (sam, 26 mai 2007) | 2 lines [MOD] french translation: some translations in the administration part and one minor change in the wysiwyg admin grid (enlargment of the fckeditor buttons textarea) ------------------------------------------------------------------------ r8407 | sylvieg | 2007-05-25 22:29:27 +0200 (ven, 25 mai 2007) | 2 lines notice ------------------------------------------------------------------------ r8406 | sylvieg | 2007-05-25 22:24:53 +0200 (ven, 25 mai 2007) | 2 lines [NEW]notice: option to hide smarty notice (there are so numerous and not important ------------------------------------------------------------------------ r8405 | sylvieg | 2007-05-25 22:08:51 +0200 (ven, 25 mai 2007) | 2 lines notice ------------------------------------------------------------------------ r8404 | pkdille | 2007-05-25 22:06:30 +0200 (ven, 25 mai 2007) | 2 lines [MOD] tiki-browse_image: Change position of button "edit image" in order to put this button on the left side, near the "return to gallery" button as it is (quite) every where in tiki ------------------------------------------------------------------------ r8403 | sylvieg | 2007-05-25 20:32:26 +0200 (ven, 25 mai 2007) | 2 lines unassign user if pb+rest unsucessful login if ok ------------------------------------------------------------------------ r8402 | sylvieg | 2007-05-25 18:59:04 +0200 (ven, 25 mai 2007) | 2 lines [FIX]password & email due: to change the password/email due for all users when changing the params in the admin panel ------------------------------------------------------------------------ r8401 | sylvieg | 2007-05-25 16:43:27 +0200 (ven, 25 mai 2007) | 2 lines [FIX]mail subject was incorrect ------------------------------------------------------------------------ r8400 | sylvieg | 2007-05-25 16:14:26 +0200 (ven, 25 mai 2007) | 2 lines [FIX]unset user to have the module reflecting you are not logged ------------------------------------------------------------------------ r8399 | sylvieg | 2007-05-25 16:08:23 +0200 (ven, 25 mai 2007) | 2 lines sync ------------------------------------------------------------------------ r8398 | sylvieg | 2007-05-25 15:44:40 +0200 (ven, 25 mai 2007) | 2 lines [FIX]default pref in tiki-setup.php ------------------------------------------------------------------------ r8397 | sylvieg | 2007-05-25 15:15:29 +0200 (ven, 25 mai 2007) | 2 lines [NEW]login: send an email with a link to click to the user after n unsuccessful logins ------------------------------------------------------------------------ r8396 | sylvieg | 2007-05-25 12:06:55 +0200 (ven, 25 mai 2007) | 2 lines rollback: you can need to check the email the first time and then after n days. Ex: the login gives access to private information to a company. To see them you need to have an email from the company and each n days you have to chaeck the email because the user can have quit the company ------------------------------------------------------------------------ r8395 | nyloth | 2007-05-25 09:43:10 +0200 (ven, 25 mai 2007) | 2 lines [FIX] user validation: Ask to confirm e-mail only if tiki is configured to handle validation of users by e-mail (for new users) or if tiki has to periodically check the users e-mail (for existing users). ------------------------------------------------------------------------ r8394 | sylvieg | 2007-05-25 01:02:12 +0200 (ven, 25 mai 2007) | 2 lines rollback; In a hight secure site, you can want to check if the email is still a good email- for instance the user did not leave the company ------------------------------------------------------------------------ r8393 | nyloth | 2007-05-24 23:17:27 +0200 (jeu, 24 mai 2007) | 2 lines [FIX] user validation: Ask to confirm e-mail only if it is not the login ('login_is_email' option activated), which is supposed to be valid since created by admin or after a successful authentication. ------------------------------------------------------------------------ r8392 | nyloth | 2007-05-24 23:00:36 +0200 (jeu, 24 mai 2007) | 8 lines [FIX] login and user creation: * Force a user to authenticate himself when he never logged in tiki, even if the session cookies seems to indicate the contrary. (This could happen, for example, when using the same PHP SESSION cookies for more than one tiki). * When using the "Tiki and PEAR::Auth" method : Do not ask for a password when creating a new user if tiki is configured neither to create the user in the Tiki auth system, nor in the PEAR Auth system. Also remove, in this case, the option to ask the user to change his password after the next login. * The user "real name" info (and maybe other params in the future), when retrieved from LDAP, will finally be updated after the complete user login validation since it should be done after the automated user creation (if used). ------------------------------------------------------------------------ r8391 | sylvieg | 2007-05-24 22:32:50 +0200 (jeu, 24 mai 2007) | 2 lines [FIX]menu: a forgotten link ------------------------------------------------------------------------ r8390 | sylvieg | 2007-05-24 20:04:06 +0200 (jeu, 24 mai 2007) | 2 lines [FIX]tpl: temporarily patch: as tiki.tpl has a table 100%more templates/tiki.tpl! information.tpl must too ------------------------------------------------------------------------ r8389 | sylvieg | 2007-05-24 19:59:51 +0200 (jeu, 24 mai 2007) | 2 lines [FIX]email due: some fixes ------------------------------------------------------------------------ r8388 | sylvieg | 2007-05-24 19:51:53 +0200 (jeu, 24 mai 2007) | 2 lines [FIX]login: login validate as it loggs you needs also to show this in the login box ------------------------------------------------------------------------ r8387 | sylvieg | 2007-05-24 18:51:37 +0200 (jeu, 24 mai 2007) | 2 lines manual merge ------------------------------------------------------------------------ r8386 | sylvieg | 2007-05-24 16:39:09 +0200 (jeu, 24 mai 2007) | 2 lines [MOD]comment: make the input title box the same size than the default textarea ------------------------------------------------------------------------ r8385 | nyloth | 2007-05-24 16:38:33 +0200 (jeu, 24 mai 2007) | 2 lines [MOD] LDAP Auth: Don't allow users to change their real names if they are retrieved from LDAP (by using 'LDAP Realname Attribute'). ------------------------------------------------------------------------ r8384 | sylvieg | 2007-05-24 16:36:26 +0200 (jeu, 24 mai 2007) | 2 lines [FIX]the function utf8_encode is not in the php default ------------------------------------------------------------------------ r8383 | sylvieg | 2007-05-24 16:32:57 +0200 (jeu, 24 mai 2007) | 2 lines [NEW]login: a confirmation mail can be sent at login request each n days. The user must activate the link sent to be able to log in again ------------------------------------------------------------------------ r8382 | sylvieg | 2007-05-24 16:21:20 +0200 (jeu, 24 mai 2007) | 2 lines [MOD]trackerlist: capatilize first letter for created - lastmodif - more chance to be like other columns ------------------------------------------------------------------------ r8381 | nyloth | 2007-05-24 11:22:20 +0200 (jeu, 24 mai 2007) | 2 lines [MOD] LDAP Auth: Empty the cachelib data when updating user real name at login (if using 'LDAP Realname Attribute'). ------------------------------------------------------------------------ r8380 | nyloth | 2007-05-24 09:19:01 +0200 (jeu, 24 mai 2007) | 2 lines [NEW] LDAP Auth: Add a new config parameter 'LDAP Realname Attribute' that will update, if specified, the user real name from LDAP directory each time the user authenticates itself (at login). ------------------------------------------------------------------------ r8379 | nyloth | 2007-05-23 21:30:31 +0200 (mer, 23 mai 2007) | 2 lines [FIX] 'use login as email' feature: better implementation + merge functions get_userid_info() and get_user_info() to reduce risks of things that are only handled in one of them. ------------------------------------------------------------------------ r8378 | nyloth | 2007-05-23 19:50:40 +0200 (mer, 23 mai 2007) | 2 lines [FIX] blogs: use 'Last post' instead of 'Last Modified' to label the date used in blogs listing, since it is only updated when creating a new post and not when modifiyng an existing post (which seems to be the default behavior of other blogs). ------------------------------------------------------------------------ r8377 | nyloth | 2007-05-23 19:28:47 +0200 (mer, 23 mai 2007) | 2 lines [MOD] blogs: add a 'list blogs' button on the 'view blog' page. ------------------------------------------------------------------------ r8376 | sylvieg | 2007-05-23 18:53:47 +0200 (mer, 23 mai 2007) | 2 lines [FIX]rollback: this status in url is necessary ------------------------------------------------------------------------ r8375 | nyloth | 2007-05-23 15:43:48 +0200 (mer, 23 mai 2007) | 2 lines [MOD] faq answers: add CSS classes for the 'Q: ' and 'A: ' texts to be able to hide or relook them ('faq_question_prefix' and 'faq_answer_prefix'). ------------------------------------------------------------------------ r8374 | mose | 2007-05-22 09:22:13 +0200 (mar, 22 mai 2007) | 2 lines [MOD] trackers: added a checkbox for batch delete of tracker items ------------------------------------------------------------------------ r8373 | sylvieg | 2007-05-21 18:57:31 +0200 (lun, 21 mai 2007) | 2 lines [FIX]trackerlist: fix showlink param ------------------------------------------------------------------------ r8372 | tombombadilom | 2007-05-20 15:52:21 +0200 (dim, 20 mai 2007) | 2 lines get flash mp3 plylist from myspace page , need php-curl to be loaded ------------------------------------------------------------------------ r8371 | nyloth | 2007-05-20 04:40:36 +0200 (dim, 20 mai 2007) | 2 lines [FIX] search indexation: fix tag removal (use regex instead of strip_tags function). ------------------------------------------------------------------------ r8370 | nyloth | 2007-05-20 03:43:53 +0200 (dim, 20 mai 2007) | 2 lines [FIX] calendar: fix wrong permission 'tiki_p_add_event' used instead of 'tiki_p_add_events' + use 'add event' instead of 'add item' that was not user friendly enough. ------------------------------------------------------------------------ r8369 | nyloth | 2007-05-20 02:59:28 +0200 (dim, 20 mai 2007) | 2 lines [MOD] upcoming_events module: new param 'date_format' to be able to change the date format (e.g. 'date_format=%A %e %B' for long date without year and hours) + new params 'cellpadding' and 'cellspacing' to control those table attributes for the module main table. Now, the module displays only once the same date (and all events with the same date are listed below this date). Note that date_format will have an impact on this, because it compares date after applying date_format (i.e. using a date_format without hours will group events by day). + wider use of the userlink modifier. ------------------------------------------------------------------------ r8368 | nyloth | 2007-05-20 02:47:15 +0200 (dim, 20 mai 2007) | 2 lines [MOD] Userlink: wider use of the userlink modifier. ------------------------------------------------------------------------ r8367 | nyloth | 2007-05-20 02:43:56 +0200 (dim, 20 mai 2007) | 2 lines french translation: small change in a translation. ------------------------------------------------------------------------ r8366 | nyloth | 2007-05-20 02:37:41 +0200 (dim, 20 mai 2007) | 2 lines [FIX] Home URL: use './' instead of 'tiki-index.php' to go back to tiki home, in order to be able to go back to the same page that the user has after login (e.g. group specific home page, wiki disabled and home page directly in forums, ...) ------------------------------------------------------------------------ r8365 | sylvieg | 2007-05-18 18:04:26 +0200 (ven, 18 mai 2007) | 2 lines manuel merge because the param name has changed ------------------------------------------------------------------------ r8364 | sylvieg | 2007-05-18 17:54:45 +0200 (ven, 18 mai 2007) | 2 lines [FIX]fmsc.css: comment left align+ tableheading link in white - temporary fix with important ------------------------------------------------------------------------ r8363 | nyloth | 2007-05-18 09:58:30 +0200 (ven, 18 mai 2007) | 2 lines [FIX] Userlink: oops, never use truncate on the output of userlink (which could include HTML tags). Adding a new param to userlink in order to specify the max length of the login / user name. ------------------------------------------------------------------------ r8362 | rlpowell | 2007-05-18 00:54:48 +0200 (ven, 18 mai 2007) | 2 lines I have no idea what that code is for, but it made user validation impossible, since tiki-login_validate.php tries to call while there is still a provpass. ------------------------------------------------------------------------ r8361 | sylvieg | 2007-05-18 00:34:11 +0200 (ven, 18 mai 2007) | 2 lines icons ------------------------------------------------------------------------ r8360 | sylvieg | 2007-05-17 22:08:24 +0200 (jeu, 17 mai 2007) | 2 lines icons ------------------------------------------------------------------------ r8359 | nkoth | 2007-05-17 20:33:31 +0200 (jeu, 17 mai 2007) | 2 lines [MOD] class="tiki_{$section}" added to body tag, was in 1.9. Useful for themes, for e.g. ------------------------------------------------------------------------ r8358 | fr_rodo | 2007-05-17 20:25:31 +0200 (jeu, 17 mai 2007) | 2 lines [MOD] Logo alignment ------------------------------------------------------------------------ r8357 | fr_rodo | 2007-05-17 18:19:39 +0200 (jeu, 17 mai 2007) | 2 lines [MOD] selection of menu id in top menu bar ------------------------------------------------------------------------ r8356 | fr_rodo | 2007-05-17 17:48:55 +0200 (jeu, 17 mai 2007) | 2 lines [MOD] top bar becomes finer ------------------------------------------------------------------------ r8355 | sylvieg | 2007-05-17 17:19:20 +0200 (jeu, 17 mai 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8354 | sylvieg | 2007-05-17 16:11:14 +0200 (jeu, 17 mai 2007) | 2 lines [MOD]login: force the user created in admin users to change his password at first login ------------------------------------------------------------------------ r8353 | sylvieg | 2007-05-17 14:59:07 +0200 (jeu, 17 mai 2007) | 2 lines [MOD]login module: if you want another input size than 20, use the param input_size in the module assigment ------------------------------------------------------------------------ r8352 | nkoth | 2007-05-17 09:14:08 +0200 (jeu, 17 mai 2007) | 2 lines [MOD] shortened input field size for user/pass ------------------------------------------------------------------------ r8351 | nkoth | 2007-05-17 08:13:56 +0200 (jeu, 17 mai 2007) | 2 lines [FIX] tikimodule name must match filename in order for user module moving (mc_up/mc_down) to work ------------------------------------------------------------------------ r8350 | sylvieg | 2007-05-16 19:01:58 +0200 (mer, 16 mai 2007) | 2 lines [FIX]tracker: display an error if itemId incorrect ------------------------------------------------------------------------ r8349 | nyloth | 2007-05-16 18:59:30 +0200 (mer, 16 mai 2007) | 2 lines [MOD] bottom logo: parse smarty syntax to be able to use {tr} modifier in order to translate code (as in top bar). ------------------------------------------------------------------------ r8348 | sylvieg | 2007-05-16 18:47:09 +0200 (mer, 16 mai 2007) | 2 lines [FIX]tracker: do not pass in the url offset, status if=default + reloff seems not be used ------------------------------------------------------------------------ r8347 | nyloth | 2007-05-16 18:35:25 +0200 (mer, 16 mai 2007) | 2 lines [MOD] Userlink: use the userlink modifier in the 'last_visitors' module. ------------------------------------------------------------------------ r8346 | sylvieg | 2007-05-16 18:28:09 +0200 (mer, 16 mai 2007) | 2 lines [MOD]user: warning to use the email as username if the feature is on ------------------------------------------------------------------------ r8345 | nyloth | 2007-05-16 18:06:12 +0200 (mer, 16 mai 2007) | 2 lines [FIX] apache htaccess: fix the image rewrite rule. ------------------------------------------------------------------------ r8344 | sylvieg | 2007-05-16 16:38:23 +0200 (mer, 16 mai 2007) | 2 lines [FIX]comments: title also to 255 characters+clean index ------------------------------------------------------------------------ r8343 | sylvieg | 2007-05-16 14:55:08 +0200 (mer, 16 mai 2007) | 2 lines oops ------------------------------------------------------------------------ r8342 | sylvieg | 2007-05-16 01:29:41 +0200 (mer, 16 mai 2007) | 2 lines [FIX]forum: name to 255 character ------------------------------------------------------------------------ r8341 | sylvieg | 2007-05-15 18:11:52 +0200 (mar, 15 mai 2007) | 2 lines [MOD]trackerlist: new param showcreated to overwrite tracker config ------------------------------------------------------------------------ r8340 | nyloth | 2007-05-15 13:32:50 +0200 (mar, 15 mai 2007) | 2 lines [FIX] calendar: fixing the calendar item edition when jscalendar is not used. ------------------------------------------------------------------------ r8339 | nyloth | 2007-05-15 12:19:42 +0200 (mar, 15 mai 2007) | 2 lines [FIX] faqs perms: fixing some occurences of 'tiki_p_view_faq' perm (instead of the correct 'tiki_p_view_faqs'), which were causing troubles when searching in FAQs. ------------------------------------------------------------------------ r8338 | nyloth | 2007-05-15 11:06:59 +0200 (mar, 15 mai 2007) | 2 lines [FIX] faqs: anonymous users should be able to suggest questions. In this case, the user variable was null, value not allowed for the field used to store it in the database. The value is now changed to an empty string if null. ------------------------------------------------------------------------ r8337 | mose | 2007-05-15 09:06:11 +0200 (mar, 15 mai 2007) | 2 lines [MOD] freetags: added a way for admin to remove tags on objects, would require an extra perm for that. Also fixed accented chars glitch, and improved display ------------------------------------------------------------------------ r8336 | sylvieg | 2007-05-14 22:36:15 +0200 (lun, 14 mai 2007) | 2 lines [FIX]tracker: when duplicating a tracker, change the sort field to the new one ------------------------------------------------------------------------ r8335 | pkdille | 2007-05-14 13:32:08 +0200 (lun, 14 mai 2007) | 2 lines [MOD] tiki-admin-include-siteid.tpl: change the width from 2 textarea ------------------------------------------------------------------------ r8334 | nyloth | 2007-05-14 01:00:07 +0200 (lun, 14 mai 2007) | 2 lines [FIX] french translations: some missing translations. ------------------------------------------------------------------------ r8333 | nyloth | 2007-05-14 00:58:48 +0200 (lun, 14 mai 2007) | 2 lines [FIX] FCKeditor: Tikiimage's title and button tooltip were missing. ------------------------------------------------------------------------ r8332 | nyloth | 2007-05-14 00:31:40 +0200 (lun, 14 mai 2007) | 2 lines [MOD] Userlink: wider use of the userlink modifier. ------------------------------------------------------------------------ r8331 | nyloth | 2007-05-14 00:09:01 +0200 (lun, 14 mai 2007) | 2 lines [MOD] Userlink: use the userlink modifier in file galleries user interfaces. ------------------------------------------------------------------------ r8330 | nyloth | 2007-05-13 23:51:43 +0200 (dim, 13 mai 2007) | 2 lines [FIX] file galleries: modifying a file (by someone else than admin) was removing the creator information. ------------------------------------------------------------------------ r8329 | nyloth | 2007-05-13 22:26:08 +0200 (dim, 13 mai 2007) | 2 lines [NEW] user contacts preferences: new option to choose the user default contacts view ('list' or 'group') + relooking to have a tiki admin pannel with tabs. ------------------------------------------------------------------------ r8328 | nyloth | 2007-05-13 20:46:29 +0200 (dim, 13 mai 2007) | 2 lines [MOD] contacts: do not show the 'Groups' column in the 'group' view, since this information is not useful in this view. ------------------------------------------------------------------------ r8327 | nyloth | 2007-05-13 20:31:03 +0200 (dim, 13 mai 2007) | 2 lines [FIX] search: the search results were containing duplicate results when there was different number of occurence of some searched words. Now it handle the 'count' value by doing a total of the each searched word 'count' value. ------------------------------------------------------------------------ r8326 | nyloth | 2007-05-13 19:32:03 +0200 (dim, 13 mai 2007) | 2 lines [FIX] faqs counters: do not use the 'questions' field of the 'tiki_faqs' anymore (will alter the table in the future to drop this column), since we can calculate this value with a query that implies no real overhead and ensure that the result is accurate. Also remove the unecessary 'cant' query, since it is faster and easier to use count() in php. ------------------------------------------------------------------------ r8325 | nyloth | 2007-05-13 18:34:43 +0200 (dim, 13 mai 2007) | 2 lines [NEW] Userlink: add an option to show the user realname instead of his login (when the realname is available). It affects only parts of code that calls the 'userlink' smarty modifier (e.g. collaborators of a wiki page). - missed files. ------------------------------------------------------------------------ r8324 | nyloth | 2007-05-13 15:08:00 +0200 (dim, 13 mai 2007) | 2 lines [FIX] calendar: checking 'tiki_p_view_events' to determine if the 'magnifier icon' has to be displayed is enough (admin rights and others are checked in php and tiki_p_view_events then gets the correct value) ------------------------------------------------------------------------ r8323 | nyloth | 2007-05-13 14:53:00 +0200 (dim, 13 mai 2007) | 2 lines [FIX] orphan pages: was simply listing all pages, not only the orphan ones. ------------------------------------------------------------------------ r8322 | nyloth | 2007-05-13 14:52:46 +0200 (dim, 13 mai 2007) | 2 lines [FIX] assign permissions: was assigning all perms to the group when there was at least one admin perm ('tiki_p_admin_*') even if it was not of the same type. ------------------------------------------------------------------------ r8321 | nyloth | 2007-05-13 14:52:34 +0200 (dim, 13 mai 2007) | 2 lines [DEL] imagegals cache: removing an unused/fake option 'gal_imgcache_dir' that was supposed to be used as the cache directory for image galeries. ------------------------------------------------------------------------ r8320 | nyloth | 2007-05-13 14:52:20 +0200 (dim, 13 mai 2007) | 2 lines [MOD] calendar: in order to simplify a bit the user interface of the calendar for those who are using only one calendar - the 'admin' button now goes directly to the calendar that is used (if there is only one calendar shown), and the 'group calendars' filter/button is not available if there is only one calendar available. Same for the colored name of the calendar. ------------------------------------------------------------------------ r8319 | nyloth | 2007-05-13 14:51:54 +0200 (dim, 13 mai 2007) | 2 lines [FIX] calendar: if the user doesn't have the right 'tiki_p_view_events', do not show the magnifier icon (that is used to show the event details) in the box that appears when the mouse is over an event. ------------------------------------------------------------------------ r8318 | nyloth | 2007-05-13 14:51:19 +0200 (dim, 13 mai 2007) | 2 lines [FIX] categories: don't show the category path (list of categories of the current object) when the user does not have the right to see the categories (tiki_p_view_categories). ------------------------------------------------------------------------ r8317 | nyloth | 2007-05-13 14:51:03 +0200 (dim, 13 mai 2007) | 2 lines [FIX] search: don't try to show the results and their number if no search has been done. ------------------------------------------------------------------------ r8316 | nyloth | 2007-05-13 14:50:45 +0200 (dim, 13 mai 2007) | 2 lines [FIX] french translations: missing 'group view' translation ------------------------------------------------------------------------ r8315 | nyloth | 2007-05-13 14:50:29 +0200 (dim, 13 mai 2007) | 2 lines [FIX] columns hide links CSS: remove obsolete 'align' attributes, remove too restrictive 'position:absolute;' style, move the icon used for the right column at the right of the link text ------------------------------------------------------------------------ r8314 | nyloth | 2007-05-13 14:50:14 +0200 (dim, 13 mai 2007) | 2 lines [FIX] contacts CSS: fix positioning stylesheets ------------------------------------------------------------------------ r8313 | sylvieg | 2007-05-11 18:38:47 +0200 (ven, 11 mai 2007) | 2 lines [FIX]tracker: the fieldId in computer field option can have more than one digit ------------------------------------------------------------------------ r8312 | sylvieg | 2007-05-11 17:43:03 +0200 (ven, 11 mai 2007) | 2 lines smarty: backport in tw truncate the smarty truncate - still have to be different because of the mb_substr ------------------------------------------------------------------------ r8308 | sylvieg | 2007-05-11 14:55:03 +0200 (ven, 11 mai 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8307 | nyloth | 2007-05-11 14:19:47 +0200 (ven, 11 mai 2007) | 2 lines [FIX] french translation: missing 'Updated' ------------------------------------------------------------------------ r8306 | nyloth | 2007-05-11 11:37:27 +0200 (ven, 11 mai 2007) | 2 lines [MOD] calendar CSS: change font properties of the date range in calendar navigation bar to be more visible ------------------------------------------------------------------------ r8305 | nyloth | 2007-05-11 10:41:33 +0200 (ven, 11 mai 2007) | 2 lines [MOD] calendar CSS: trying to have a calendar a bit more pretty and fixing the fact that it goes to much on the right side. Removing TABLE tag that is only used for design (DIV tag + CSS is better for that). ------------------------------------------------------------------------ r8304 | nyloth | 2007-05-10 11:31:00 +0200 (jeu, 10 mai 2007) | 2 lines [MOD] fckeditor: FCKeditor should not convert all special characters available in the text to their relative HTML entities, since it's not necessary with UTF8 charset and since it's better not to have HTML entities when generating search indexes. ------------------------------------------------------------------------ r8298 | sylvieg | 2007-05-09 19:11:43 +0200 (mer, 09 mai 2007) | 2 lines [MOD]user: add a link to user info from admin user ------------------------------------------------------------------------ r8297 | sylvieg | 2007-05-09 18:54:35 +0200 (mer, 09 mai 2007) | 2 lines [FIX]user info: change name ------------------------------------------------------------------------ r8296 | nyloth | 2007-05-09 17:38:07 +0200 (mer, 09 mai 2007) | 2 lines [FIX] tiki.tpl: hide left/right column and the links to hide or show them if no modules affected to the side menus (including case if there is modules, but no allowed to the user). ------------------------------------------------------------------------ r8295 | pkdille | 2007-05-09 16:59:30 +0200 (mer, 09 mai 2007) | 2 lines [MOD] tiki.tpl: hide left/right column and the links to hide or show them if no modules affected to the side menus. ------------------------------------------------------------------------ r8294 | sylvieg | 2007-05-09 16:49:50 +0200 (mer, 09 mai 2007) | 2 lines db sync ------------------------------------------------------------------------ r8293 | sylvieg | 2007-05-09 16:47:52 +0200 (mer, 09 mai 2007) | 2 lines [FIX]perms: typo in tiki.sql 'tiki_p_batch_upload_file_dir' ------------------------------------------------------------------------ r8292 | sylvieg | 2007-05-09 16:15:20 +0200 (mer, 09 mai 2007) | 2 lines oops trace ------------------------------------------------------------------------ r8291 | sylvieg | 2007-05-09 16:08:12 +0200 (mer, 09 mai 2007) | 2 lines [MOD]forum: can have a local search on a forum ( as while on all the forums) ------------------------------------------------------------------------ r8290 | sylvieg | 2007-05-09 15:55:58 +0200 (mer, 09 mai 2007) | 2 lines oops: trace ------------------------------------------------------------------------ r8289 | sylvieg | 2007-05-07 22:52:32 +0200 (lun, 07 mai 2007) | 2 lines [MOD]tracker: use of the tpl tiki-item_field_value to eliminate code duplication -> to be finished ------------------------------------------------------------------------ r8288 | sylvieg | 2007-05-07 22:50:14 +0200 (lun, 07 mai 2007) | 2 lines a cleaner display of item field value + some fixes ------------------------------------------------------------------------ r8287 | nyloth | 2007-05-07 20:26:35 +0200 (lun, 07 mai 2007) | 2 lines [MOD] fckeditor: remove Upload tab and Browse button in external Link tool, since this is not (yet) useful for tiki. ------------------------------------------------------------------------ r8286 | sylvieg | 2007-05-07 20:23:12 +0200 (lun, 07 mai 2007) | 2 lines icons ------------------------------------------------------------------------ r8285 | nyloth | 2007-05-07 19:37:57 +0200 (lun, 07 mai 2007) | 2 lines [FIX] view tracker item: remove obsolete / empty link. ------------------------------------------------------------------------ r8284 | nyloth | 2007-05-07 19:02:04 +0200 (lun, 07 mai 2007) | 2 lines [FIX] admin menu options: the list used to choose a group for a menu option needs to allow a multiple selection. ------------------------------------------------------------------------ r8283 | sylvieg | 2007-05-07 18:47:39 +0200 (lun, 07 mai 2007) | 2 lines [FIX]perm: the perm table was noit returned if no special perm ------------------------------------------------------------------------ r8282 | sylvieg | 2007-05-07 18:45:08 +0200 (lun, 07 mai 2007) | 2 lines [MOD]login: give the error 'not validated yet' for users who need validation ------------------------------------------------------------------------ r8281 | sylvieg | 2007-05-07 18:09:03 +0200 (lun, 07 mai 2007) | 2 lines [FIX]login: reverse back 1.194->a user not validated was able to create 2 accounts ------------------------------------------------------------------------ r8280 | sylvieg | 2007-05-07 17:54:37 +0200 (lun, 07 mai 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8279 | sylvieg | 2007-05-07 15:17:26 +0200 (lun, 07 mai 2007) | 2 lines [FIX]login: be able to give the contact user before the feature is activated ------------------------------------------------------------------------ r8278 | sylvieg | 2007-05-07 15:15:08 +0200 (lun, 07 mai 2007) | 2 lines [FIX]login: be able to give the contact user before the feature is activated ------------------------------------------------------------------------ r8277 | sylvieg | 2007-05-07 15:06:59 +0200 (lun, 07 mai 2007) | 2 lines [FIX]login: take away the warning about user message as the moderation registration is sent to sender_email if set or tiki messages is sender email is not set ------------------------------------------------------------------------ r8276 | nyloth | 2007-05-07 12:14:00 +0200 (lun, 07 mai 2007) | 2 lines [NEW] content templates: users can choose weither to use a wysiwyg editor or not when editing content templates. ------------------------------------------------------------------------ r8275 | nyloth | 2007-05-07 10:27:07 +0200 (lun, 07 mai 2007) | 2 lines [MOD] admin menu options: when editing a menu option, the user can now choose the group in a list ------------------------------------------------------------------------ r8274 | sylvieg | 2007-05-04 19:45:51 +0200 (ven, 04 mai 2007) | 2 lines sync ------------------------------------------------------------------------ r8273 | nyloth | 2007-05-04 18:47:16 +0200 (ven, 04 mai 2007) | 2 lines [FIX] stats anchors: MS Internet Explorer doesn't correctly handle empty A tags used for anchors. Switching to an 'id' argument for the TD tag instead. ------------------------------------------------------------------------ r8272 | nyloth | 2007-05-04 18:35:52 +0200 (ven, 04 mai 2007) | 2 lines [FIX] mytiki bar: hide actionlog icon when actionlog feature is disabled. ------------------------------------------------------------------------ r8271 | sylvieg | 2007-05-04 18:06:37 +0200 (ven, 04 mai 2007) | 2 lines [FIX]tracker: put the icons together to be more like the other ------------------------------------------------------------------------ r8270 | nyloth | 2007-05-04 17:58:56 +0200 (ven, 04 mai 2007) | 2 lines [FIX] htaccess script: take care of all _htaccess files. ------------------------------------------------------------------------ r8269 | nyloth | 2007-05-04 17:34:35 +0200 (ven, 04 mai 2007) | 2 lines [FIX] fckeditor: for those who are using .htaccess files to secure their tikiwiki, html and php files in lib/fckeditor and lib/fckeditor_tiki need to be accessed directly. ------------------------------------------------------------------------ r8268 | sylvieg | 2007-05-04 17:25:40 +0200 (ven, 04 mai 2007) | 2 lines [MOD]field displayed in user info can be of any type (not only text and img) ------------------------------------------------------------------------ r8267 | sylvieg | 2007-05-04 16:46:27 +0200 (ven, 04 mai 2007) | 2 lines [MOD]directory: show description category when browsing directory ------------------------------------------------------------------------ r8266 | sylvieg | 2007-05-04 16:09:48 +0200 (ven, 04 mai 2007) | 2 lines [MOD]field displayed in user info can be of any type (not only text and img) ------------------------------------------------------------------------ r8265 | sylvieg | 2007-05-04 16:07:50 +0200 (ven, 04 mai 2007) | 2 lines [MOD] new template to show the value of a item field -> to try to eliminate code duplication ------------------------------------------------------------------------ r8264 | nyloth | 2007-05-04 14:13:43 +0200 (ven, 04 mai 2007) | 2 lines [FIX] search indexation: better to parse wiki data before removing html tags. ------------------------------------------------------------------------ r8263 | nyloth | 2007-05-04 12:09:36 +0200 (ven, 04 mai 2007) | 2 lines [FIX] search indexation: bug fix, index_type was lost in certain cases ------------------------------------------------------------------------ r8262 | nyloth | 2007-05-04 11:29:59 +0200 (ven, 04 mai 2007) | 4 lines [MOD] search indexation: cleaner indexation of binary files. When no external application is specified for parsing a certain type of binary file, the indexation now avoids to store non-printable characters in the search indexes, that was polluting the database with a lot of useless data. ------------------------------------------------------------------------ r8261 | nyloth | 2007-05-04 11:25:49 +0200 (ven, 04 mai 2007) | 20 lines [NEW] search indexation: add a new indexation mode "normal" (the old one is named "random"). Note : This concerns only search indexation that doesn't use MySQL fulltext indexation. * The "random" mode indexes tiki objects the following way : - each time a page (every php script that includes tiki-setup.php) is generated and sent to the browser, a random indexation is started, - this random indexation will do something only sometimes (more precisely, the function doesn't do anything if the result of a call to the php rand function returns 1 with a 1 to $search_refresh_rate range, defined in the search admin panel), - when it does it's job, it randomly choose one tiki object (i.e. one wiki page, file, forum comment, ...) and index it. * The new "normal" generates it's indexes this way : - each time a tiki object content is created or modified, it is reindexed. So, the "normal" mode is what is usually done everywhere, because it garanties that a new or modified content is immediately indexed. With the "random", you can, for example, upload files quicker, but you are never sure that all your content is indexed. Since the "normal" mode seems to be what everyone usually expects, I choosed to set it up as the default mode (feel free to change this if you don't agree). ------------------------------------------------------------------------ r8260 | nyloth | 2007-05-04 11:21:26 +0200 (ven, 04 mai 2007) | 2 lines [FIX] search indexation: some bug fixes. ------------------------------------------------------------------------ r8259 | sylvieg | 2007-05-03 15:57:34 +0200 (jeu, 03 mai 2007) | 2 lines [FIX]string ------------------------------------------------------------------------ r8258 | sylvieg | 2007-05-03 15:47:55 +0200 (jeu, 03 mai 2007) | 2 lines [FIX]tracker: display in a view item only the selected categories was lost during merge ------------------------------------------------------------------------ r8257 | sylvieg | 2007-05-03 15:41:36 +0200 (jeu, 03 mai 2007) | 2 lines icon ------------------------------------------------------------------------ r8256 | sylvieg | 2007-05-03 13:00:18 +0200 (jeu, 03 mai 2007) | 2 lines notice ------------------------------------------------------------------------ r8255 | sylvieg | 2007-05-02 23:58:05 +0200 (mer, 02 mai 2007) | 2 lines [MOD]tracker: option to export without fieldId to be able to import in another tracker and duplicate exactly the tracker ------------------------------------------------------------------------ r8254 | sylvieg | 2007-05-02 22:55:25 +0200 (mer, 02 mai 2007) | 2 lines [MOD]tracker: anchor for the prev next ------------------------------------------------------------------------ r8253 | sylvieg | 2007-05-02 20:06:11 +0200 (mer, 02 mai 2007) | 2 lines notice ------------------------------------------------------------------------ r8252 | nyloth | 2007-05-02 18:31:40 +0200 (mer, 02 mai 2007) | 2 lines [FIX] search indexation: whoops, bug in previous 'search indexation' commit that was using a wrong name for the id fields. ------------------------------------------------------------------------ r8251 | sylvieg | 2007-05-02 17:52:24 +0200 (mer, 02 mai 2007) | 2 lines [FIX]login: can not change email if login is your email ------------------------------------------------------------------------ r8250 | sylvieg | 2007-05-02 17:36:48 +0200 (mer, 02 mai 2007) | 2 lines [FIX]username=email was stuck if you did an error in your email ------------------------------------------------------------------------ r8249 | sylvieg | 2007-05-02 16:44:09 +0200 (mer, 02 mai 2007) | 2 lines oops ------------------------------------------------------------------------ r8248 | sylvieg | 2007-05-02 16:38:53 +0200 (mer, 02 mai 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r8247 | sylvieg | 2007-05-02 16:00:16 +0200 (mer, 02 mai 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8246 | sylvieg | 2007-05-02 15:49:12 +0200 (mer, 02 mai 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8245 | nyloth | 2007-05-02 15:25:46 +0200 (mer, 02 mai 2007) | 2 lines [MOD] search indexation: transitionnal step in factorizing this part of the code. May be more factorized if we can do some homogenisation by using always the same name for object types in tiki (this concerns more than just search indexation). ------------------------------------------------------------------------ r8244 | sylvieg | 2007-05-01 20:32:13 +0200 (mar, 01 mai 2007) | 2 lines [FIX]was already a error function for upload in filegal ------------------------------------------------------------------------ r8243 | sylvieg | 2007-05-01 18:28:18 +0200 (mar, 01 mai 2007) | 2 lines [MOD]img: better error message ------------------------------------------------------------------------ r8242 | sylvieg | 2007-05-01 17:37:11 +0200 (mar, 01 mai 2007) | 2 lines [FIX]menu: show the param link_on_section in admin modules ------------------------------------------------------------------------ r8241 | mose | 2007-05-01 01:37:36 +0200 (mar, 01 mai 2007) | 2 lines [nul] ciabot test ------------------------------------------------------------------------ r8240 | mose | 2007-05-01 01:36:54 +0200 (mar, 01 mai 2007) | 2 lines [nul] ciabot test ------------------------------------------------------------------------ r8239 | mose | 2007-05-01 01:35:07 +0200 (mar, 01 mai 2007) | 2 lines [MOD] calendar: minor display fix in edit item ------------------------------------------------------------------------ r8238 | sylvieg | 2007-05-01 00:24:08 +0200 (mar, 01 mai 2007) | 2 lines [FIX]menu: rollback a section links to the main features + the default section at the top of submenu + option link_on_section in {menu} to do whatever you want ------------------------------------------------------------------------ r8237 | sylvieg | 2007-04-30 20:14:52 +0200 (lun, 30 avr 2007) | 2 lines [MOD]forum: display upload_file_upload (as can not be changed by code ------------------------------------------------------------------------ r8236 | sylvieg | 2007-04-30 18:28:38 +0200 (lun, 30 avr 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8235 | sylvieg | 2007-04-30 17:10:23 +0200 (lun, 30 avr 2007) | 2 lines [FIX]search: help link ------------------------------------------------------------------------ r8234 | sylvieg | 2007-04-30 16:55:19 +0200 (lun, 30 avr 2007) | 2 lines [MOD]perm: a message if Categories checking is not done in the database search ------------------------------------------------------------------------ r8233 | sylvieg | 2007-04-27 23:43:33 +0200 (ven, 27 avr 2007) | 2 lines [FIX]forum: cancel in edit topic back ------------------------------------------------------------------------ r8232 | sylvieg | 2007-04-27 22:59:26 +0200 (ven, 27 avr 2007) | 2 lines [FIX]forum: generate an error if max file size is reached ------------------------------------------------------------------------ r8231 | sylvieg | 2007-04-27 19:54:18 +0200 (ven, 27 avr 2007) | 2 lines some title links ------------------------------------------------------------------------ r8230 | sylvieg | 2007-04-26 23:50:19 +0200 (jeu, 26 avr 2007) | 2 lines [FIX]forum: I do not think tiki_cookie_jar must apply there if you want to see the forum- you want to see it - yopu do not wnat the last status ------------------------------------------------------------------------ r8229 | sylvieg | 2007-04-26 20:27:28 +0200 (jeu, 26 avr 2007) | 2 lines some title on links ------------------------------------------------------------------------ r8228 | sylvieg | 2007-04-26 15:36:22 +0200 (jeu, 26 avr 2007) | 2 lines notice ------------------------------------------------------------------------ r8227 | sylvieg | 2007-04-26 15:34:02 +0200 (jeu, 26 avr 2007) | 2 lines [FIX]changing variable must be done everywhere+ fix notice ------------------------------------------------------------------------ r8226 | sylvieg | 2007-04-26 15:26:21 +0200 (jeu, 26 avr 2007) | 2 lines [MOD]log: do not put the IP and client for timeout (as it is the info of the user who kicks out and not the kick one) ------------------------------------------------------------------------ r8225 | sylvieg | 2007-04-26 14:55:54 +0200 (jeu, 26 avr 2007) | 2 lines [MOD]log: find also on user name ------------------------------------------------------------------------ r8224 | nyloth | 2007-04-26 13:38:49 +0200 (jeu, 26 avr 2007) | 2 lines [FIX] gzipped output: Force compression disabling for 'setup_fckeditor.php' (which is used to generated javascript code), because IE apparently doesn't handle gzip compression on javascript files (this is why FCKeditor doesn't find the Tiki toolbar defined here when compression is activated). ------------------------------------------------------------------------ r8223 | sylvieg | 2007-04-25 20:39:48 +0200 (mer, 25 avr 2007) | 2 lines [FIX]wiki: show help button if wysiwyg is on with partial parsing - do not show the wiki syntax that are not parsed if partial parsing (to be finished) ------------------------------------------------------------------------ r8222 | sylvieg | 2007-04-25 20:16:17 +0200 (mer, 25 avr 2007) | 2 lines some new icons ------------------------------------------------------------------------ r8221 | sylvieg | 2007-04-25 19:01:58 +0200 (mer, 25 avr 2007) | 2 lines [FIX]forum outbound mail: put the mail content in a tpl+do not send reply_link if not set + add author ------------------------------------------------------------------------ r8220 | sylvieg | 2007-04-25 16:45:55 +0200 (mer, 25 avr 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8219 | sylvieg | 2007-04-24 20:23:49 +0200 (mar, 24 avr 2007) | 2 lines [mod]tracker: sort also the fields like for trackerlist in the param order ------------------------------------------------------------------------ r8218 | sylvieg | 2007-04-23 18:05:27 +0200 (lun, 23 avr 2007) | 2 lines [MOD]trackerlist plugin: display the fields in the order given in the fields param ------------------------------------------------------------------------ r8217 | sylvieg | 2007-04-20 23:29:36 +0200 (ven, 20 avr 2007) | 2 lines [FIX] seems my rollback was not ok - sorry ------------------------------------------------------------------------ r8216 | mose | 2007-04-20 20:49:41 +0200 (ven, 20 avr 2007) | 2 lines [NEW] trackers: new field type (C), for computing values from other fields values (first experiment, requires improvement and spreading to wikiplugins and notifications) ------------------------------------------------------------------------ r8215 | sylvieg | 2007-04-20 17:09:58 +0200 (ven, 20 avr 2007) | 2 lines [FIX]database: idnex must be created with a name otherwise another index is created ------------------------------------------------------------------------ r8214 | sylvieg | 2007-04-20 16:38:08 +0200 (ven, 20 avr 2007) | 2 lines [MOD]article: put the data in the watch message has wiki page: todo-send in html ------------------------------------------------------------------------ r8213 | sylvieg | 2007-04-20 15:27:30 +0200 (ven, 20 avr 2007) | 2 lines [FIX]notif: some cleaning - feature still broken ------------------------------------------------------------------------ r8212 | mose | 2007-04-20 11:33:49 +0200 (ven, 20 avr 2007) | 2 lines [MOD] usermenu: when no url is given for a section, make it clickable to open subsection ------------------------------------------------------------------------ r8211 | mose | 2007-04-20 00:34:34 +0200 (ven, 20 avr 2007) | 2 lines [MOD] loginbox: added userlink for self-information ------------------------------------------------------------------------ r8210 | sylvieg | 2007-04-20 00:06:32 +0200 (ven, 20 avr 2007) | 2 lines sorry rollback - far more difficult I thought side effect with tiki-view_tracker ------------------------------------------------------------------------ r8209 | sylvieg | 2007-04-19 22:41:32 +0200 (jeu, 19 avr 2007) | 2 lines [FIX]trackerlist plugin: display the column is the same order than the one given in fields param ------------------------------------------------------------------------ r8207 | sylvieg | 2007-04-19 18:22:47 +0200 (jeu, 19 avr 2007) | 2 lines [MOD]listpages plugin: new param showPageAlias(only when structHead and showNameOnly) ------------------------------------------------------------------------ r8206 | nyloth | 2007-04-17 18:27:40 +0200 (mar, 17 avr 2007) | 2 lines [MOD] wysiwyg in blogs : use FCKeditor instead of HTMLArea in blogs (which is not maintened anymore) and take care of wysiwyg admin options. ------------------------------------------------------------------------ r8205 | pkdille | 2007-04-17 15:30:36 +0200 (mar, 17 avr 2007) | 2 lines [FIX] tiki-admin-include-fgal: two more translations ------------------------------------------------------------------------ r8204 | pkdille | 2007-04-17 15:06:28 +0200 (mar, 17 avr 2007) | 2 lines [FIX] tiki-admin-include-fgal: some french translations on this admin grid ------------------------------------------------------------------------ r8203 | sylvieg | 2007-04-13 16:19:48 +0200 (ven, 13 avr 2007) | 2 lines [NEW]smarty: new param to sortlink to be case insensitive case=false ------------------------------------------------------------------------ r8202 | mose | 2007-04-12 02:04:56 +0200 (jeu, 12 avr 2007) | 2 lines [FIX] comments: fixed wikipages comments sorting/filter functionality ------------------------------------------------------------------------ r8201 | sylvieg | 2007-04-10 23:27:11 +0200 (mar, 10 avr 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8199 | nyloth | 2007-04-09 03:21:22 +0200 (lun, 09 avr 2007) | 6 lines [FIX] calendar: fix two bugs in navigation : - When you are in January, the "previous month" button was wrong (set to the current month). This is because the date functions doesn't correctly handle timezone offset when month is equal to zero. - When the focus is, for example, placed on the last day of march, "previous month" (and quarter, year, ...) will now change the focused day to 28 (last one of february) instead of going to the third day of march. The bad effect, but in my opinion more acceptable, is that you lose the initial focused day (i.e. when going in march again, you will be the 28th and not the 31th). ------------------------------------------------------------------------ r8198 | nyloth | 2007-04-09 01:56:12 +0200 (lun, 09 avr 2007) | 2 lines [NEW] since_last_visit_new: new module parameter 'calendar_focus=ignore' to specify not to change the 'last visit date' when the user change the date focus in the calendar. This feature is probably usefull in some cases... but if the module is really used as what happend since last login, it should not change it's date as long as the user disconnects itself. ------------------------------------------------------------------------ r8197 | bluestrain | 2007-04-09 01:47:56 +0200 (lun, 09 avr 2007) | 2 lines [MOD] Added a help icon and URL pointing to the Action Log page on d.tw.o-DT ------------------------------------------------------------------------ r8196 | nyloth | 2007-04-09 00:48:35 +0200 (lun, 09 avr 2007) | 7 lines [FIX] calendar: fix a very annoying bug that was displaying a wrong ending hour for an event in editing mode. More precisely, this ending hour was based on the 'time_end' that was not really taking care of timezones. the start hour was good since it was based on 'start' and not 'time_start'. The html_select_time fonction from smarty is able to manage timestamps (e.g. 'start' and 'end'), this is why it's not a problem to use them. I'm completely removing the use of 'time_end' and 'time_start' from the source code, because they are not used anymore. This fix also correctly handle ending and starting hours for a new event, that are separated by one hour. ------------------------------------------------------------------------ r8192 | nyloth | 2007-04-08 18:20:27 +0200 (dim, 08 avr 2007) | 2 lines [NEW] devtools: add the PHP FCKeditor packager to the repository. This tool is used to compress the original source code of FCKeditor to speed up it's (down)loading. ------------------------------------------------------------------------ r8191 | nyloth | 2007-04-08 16:20:58 +0200 (dim, 08 avr 2007) | 2 lines [FIX] fckeditor toolbar: UniversalKey is not included in last fckeditor release (for unclear license reasons). Thus, we need to remove it from the default toolbar. Existing tikiwiki 1.10 installations will not be upgraded by this fix (but they should be modified manually if they are configured to use the UniversalKey tool). ------------------------------------------------------------------------ r8190 | nyloth | 2007-04-08 03:18:20 +0200 (dim, 08 avr 2007) | 2 lines [FIX] calendar item edition: never put hours list and minutes list on different lines. ------------------------------------------------------------------------ r8189 | nyloth | 2007-04-08 02:32:04 +0200 (dim, 08 avr 2007) | 2 lines [MOD] calendar design: relooking a bit the calendar's calmode view and adding a famfamfam icon instead of the '+' link for adding items. ------------------------------------------------------------------------ r8188 | nyloth | 2007-04-07 13:24:20 +0200 (sam, 07 avr 2007) | 2 lines [FIX] calendar navigation: display 'April' instead of '1 April' in month view, and '2007' instead of '1 January' in year view ------------------------------------------------------------------------ r8187 | nyloth | 2007-04-07 12:48:26 +0200 (sam, 07 avr 2007) | 2 lines [FIX] translations : fix some typos. ------------------------------------------------------------------------ r8186 | nyloth | 2007-04-07 02:16:51 +0200 (sam, 07 avr 2007) | 2 lines [FIX] file galleries: don't show podcast tip and server batch upload link if the feature is disabled. ------------------------------------------------------------------------ r8185 | nyloth | 2007-04-07 02:15:08 +0200 (sam, 07 avr 2007) | 2 lines [FIX] translations : fix some typos. ------------------------------------------------------------------------ r8184 | nyloth | 2007-04-07 02:05:15 +0200 (sam, 07 avr 2007) | 2 lines [FIX] french translations: another missed translation. ------------------------------------------------------------------------ r8183 | nyloth | 2007-04-07 02:03:16 +0200 (sam, 07 avr 2007) | 2 lines [MOD] french translations: some compromises ;) ------------------------------------------------------------------------ r8182 | nyloth | 2007-04-07 01:59:14 +0200 (sam, 07 avr 2007) | 2 lines [FIX] calendar: woops, last commit on calendar was buggy for new events creation. ------------------------------------------------------------------------ r8181 | nyloth | 2007-04-06 21:59:07 +0200 (ven, 06 avr 2007) | 2 lines [MOD] module template: adding another div to have a bit more flexibility for CSS design, especially for modules shadows. ------------------------------------------------------------------------ r8180 | nyloth | 2007-04-06 19:40:08 +0200 (ven, 06 avr 2007) | 2 lines [NEW] image galleries: new option in galleries administration panel to display a mouseover box on the images thumbnails (browsing view) with the image detailed informations. There is three choices : not displaying it, displaying it, displaying it while avoiding to display the same informations again under the image thumbnail. ------------------------------------------------------------------------ r8179 | nyloth | 2007-04-06 14:08:45 +0200 (ven, 06 avr 2007) | 2 lines [MOD] stats charts link: add an html anchor. ------------------------------------------------------------------------ r8178 | nyloth | 2007-04-06 13:45:15 +0200 (ven, 06 avr 2007) | 2 lines [FIX] http_prefix: after tiki-login's cleaning, save in database if it was different there (this should happen only once after each misconfiguration ;) ) ------------------------------------------------------------------------ r8177 | nyloth | 2007-04-06 01:53:01 +0200 (ven, 06 avr 2007) | 2 lines [FIX] image gallery listing: category library was needed for permissions checking, but was not included. ------------------------------------------------------------------------ r8176 | nyloth | 2007-04-06 01:34:32 +0200 (ven, 06 avr 2007) | 2 lines [FIX] some french translations fixes / addons. ------------------------------------------------------------------------ r8175 | nyloth | 2007-04-06 01:32:40 +0200 (ven, 06 avr 2007) | 2 lines [MOD] tiki-calendar_edit_item : show buttons 'new item', 'go to' and 'duplicate to' only if we are editing an existing item (i.e. not creating a new one) + move 'save' button at the end of the form, since this type of action is generally expected to be there + translate 'Save' text. ------------------------------------------------------------------------ r8174 | nyloth | 2007-04-05 23:07:57 +0200 (jeu, 05 avr 2007) | 2 lines [MOD] tiki-editpage ergonomy: don't include input boxes for attachments when wysiwyg is used (since it can be done with other tools such as our tikiimage fckeditor plugin) + move the 'preview' button on the same line as other action buttons (i.e. save, cancel) + add a CSS id for the 'Edit Summary' input in order to hide (or modify) it through the CSS more easily. ------------------------------------------------------------------------ r8173 | nyloth | 2007-04-05 21:17:44 +0200 (jeu, 05 avr 2007) | 2 lines [FIX] CSS transitions: don't include the transition CSS if it is not necessary. ------------------------------------------------------------------------ r8172 | nyloth | 2007-04-05 21:04:21 +0200 (jeu, 05 avr 2007) | 2 lines [NEW] Bottom bar: add an option to be able to hide RSS feeds icons, even if RSS feeds are available. ------------------------------------------------------------------------ r8171 | nyloth | 2007-04-05 21:01:12 +0200 (jeu, 05 avr 2007) | 2 lines [NEW] Userlink: add an option to show the user realname instead of his login (when the realname is available). It affects only parts of code that calls the 'userlink' smarty modifier (e.g. collaborators of a wiki page). ------------------------------------------------------------------------ r8170 | nyloth | 2007-04-05 20:56:38 +0200 (jeu, 05 avr 2007) | 2 lines [FIX] some french translations fixes. ------------------------------------------------------------------------ r8169 | nyloth | 2007-04-05 20:34:53 +0200 (jeu, 05 avr 2007) | 2 lines [FIX] Image galleries: fix broken options (maxRows, rowImages, thumbSizeX, thumbSizeY). They were always set to an empty string before displaying the gallery. ------------------------------------------------------------------------ r8168 | nyloth | 2007-04-05 20:34:40 +0200 (jeu, 05 avr 2007) | 2 lines [NEW] Userlink: add an option to show the user realname instead of his login (when the realname is available). It affects only parts of code that calls the 'userlink' smarty modifier (e.g. collaborators of a wiki page). ------------------------------------------------------------------------ r8167 | nyloth | 2007-04-05 20:34:22 +0200 (jeu, 05 avr 2007) | 2 lines [FIX] HTML purifier: missed global vars. ------------------------------------------------------------------------ r8166 | nyloth | 2007-04-05 20:23:03 +0200 (jeu, 05 avr 2007) | 2 lines [FIX] some french translations fixes. ------------------------------------------------------------------------ r8165 | sylvieg | 2007-04-04 23:58:41 +0200 (mer, 04 avr 2007) | 2 lines [FIX]thumb plugin: THUMB(id=1) was not working for a gal with no scale ------------------------------------------------------------------------ r8164 | sylvieg | 2007-04-04 19:23:39 +0200 (mer, 04 avr 2007) | 2 lines [MOD]actionlog: a user can set the action he wants to see + actionlog tpl with tabs ------------------------------------------------------------------------ r8163 | sylvieg | 2007-04-03 21:52:14 +0200 (mar, 03 avr 2007) | 2 lines [MOD]login: rememberme can be always activated and not only a user's choice ------------------------------------------------------------------------ r8162 | sylvieg | 2007-04-03 21:39:31 +0200 (mar, 03 avr 2007) | 2 lines [MOD]login: be able to force to desactivate login autocontrol (that remember login and propose to save password) in the login box for site with high level of security ------------------------------------------------------------------------ r8161 | sylvieg | 2007-04-03 21:15:22 +0200 (mar, 03 avr 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8160 | sylvieg | 2007-04-03 21:08:05 +0200 (mar, 03 avr 2007) | 2 lines manual merge ------------------------------------------------------------------------ r8159 | sylvieg | 2007-04-03 21:06:31 +0200 (mar, 03 avr 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8158 | sylvieg | 2007-04-03 17:10:55 +0200 (mar, 03 avr 2007) | 2 lines [SEC]cookie: delete the cookie value in the database when log out for more security (even if the value is highly not reproductible) ------------------------------------------------------------------------ r8157 | sylvieg | 2007-04-02 19:47:23 +0200 (lun, 02 avr 2007) | 2 lines [FIX]menu: all the action in the same column ------------------------------------------------------------------------ r8156 | sylvieg | 2007-04-02 19:39:27 +0200 (lun, 02 avr 2007) | 2 lines style ------------------------------------------------------------------------ r8155 | sylvieg | 2007-04-02 19:36:49 +0200 (lun, 02 avr 2007) | 2 lines [FIX]perm: now obkectperm ------------------------------------------------------------------------ r8154 | sylvieg | 2007-04-02 19:32:15 +0200 (lun, 02 avr 2007) | 2 lines [FIX]tell a friend: avoir recursion ------------------------------------------------------------------------ r8153 | sylvieg | 2007-04-02 19:21:23 +0200 (lun, 02 avr 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8152 | sylvieg | 2007-04-02 18:31:42 +0200 (lun, 02 avr 2007) | 2 lines [MOD]fgal: can edit a file - still a bug - need to refresh the browser cache to see the new image ------------------------------------------------------------------------ r8151 | sylvieg | 2007-04-02 18:27:12 +0200 (lun, 02 avr 2007) | 2 lines [FIX]img: browse image was missing a file ------------------------------------------------------------------------ r8150 | sylvieg | 2007-03-30 23:43:22 +0200 (ven, 30 mar 2007) | 2 lines [FIX] fgal: can be able to do nothing on a locked file without sql error ------------------------------------------------------------------------ r8149 | sylvieg | 2007-03-30 19:38:53 +0200 (ven, 30 mar 2007) | 2 lines [FIX]fgal: if no tiki_p_edit_gallery_file, do not display download+lock button ------------------------------------------------------------------------ r8148 | jyhem | 2007-03-30 19:28:15 +0200 (ven, 30 mar 2007) | 2 lines [MOD] detect and prefill values for hostname in database during installation ------------------------------------------------------------------------ r8147 | sylvieg | 2007-03-30 18:39:59 +0200 (ven, 30 mar 2007) | 2 lines [FIX]perm: Important fix - do not use assignperm if your cvs update has been done since last friday - all the perms were checked ------------------------------------------------------------------------ r8146 | sylvieg | 2007-03-30 14:53:53 +0200 (ven, 30 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8145 | bluestrain | 2007-03-30 14:22:52 +0200 (ven, 30 mar 2007) | 2 lines {FIX} Pointed broken doc link to the "Cache" page on doc.tw.o-DT ------------------------------------------------------------------------ r8144 | bluestrain | 2007-03-30 13:59:34 +0200 (ven, 30 mar 2007) | 2 lines {FIX} removed broken link to Backups. Backups are deprecated in 1.10 ------------------------------------------------------------------------ r8143 | luciash | 2007-03-30 00:33:43 +0200 (ven, 30 mar 2007) | 2 lines [FIX] removed duplicate line from merge ------------------------------------------------------------------------ r8142 | luciash | 2007-03-30 00:32:02 +0200 (ven, 30 mar 2007) | 2 lines [MOD] updated to new *lite, better layout model ------------------------------------------------------------------------ r8141 | jyhem | 2007-03-29 22:23:29 +0200 (jeu, 29 mar 2007) | 2 lines [FIX] http prefixes: now defaults and used with '/stuff/' format. Major change in url writing process in tiki-login.php ------------------------------------------------------------------------ r8140 | luciash | 2007-03-29 19:44:28 +0200 (jeu, 29 mar 2007) | 2 lines [FIX] same font size for IE 7 too and headings ------------------------------------------------------------------------ r8138 | bluestrain | 2007-03-29 14:08:14 +0200 (jeu, 29 mar 2007) | 2 lines {FIX} Corrected bad link to docs page for Email Notifications-DT ------------------------------------------------------------------------ r8137 | luciash | 2007-03-29 11:12:01 +0200 (jeu, 29 mar 2007) | 2 lines Merge from BRANCH-1-9 ------------------------------------------------------------------------ r8136 | sylvieg | 2007-03-28 19:48:39 +0200 (mer, 28 mar 2007) | 2 lines [FIX]login ------------------------------------------------------------------------ r8135 | nyloth | 2007-03-28 19:24:59 +0200 (mer, 28 mar 2007) | 2 lines [FIX] fckeditor: set again the CSS class of FCKeditor body. There is now a config option to do this without having to modify FCKeditor files. ------------------------------------------------------------------------ r8134 | sylvieg | 2007-03-28 18:35:20 +0200 (mer, 28 mar 2007) | 2 lines [MOD]plugin thumb: option to display the scaled image in the popup (default is original ------------------------------------------------------------------------ r8133 | sylvieg | 2007-03-28 18:19:49 +0200 (mer, 28 mar 2007) | 2 lines [MOD]plugin thumb: can work on an image id ------------------------------------------------------------------------ r8132 | sylvieg | 2007-03-28 16:58:45 +0200 (mer, 28 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8131 | sylvieg | 2007-03-28 15:13:41 +0200 (mer, 28 mar 2007) | 2 lines [FIX]forum: do queries used in duplicate only in duplicate maode ------------------------------------------------------------------------ r8130 | sylvieg | 2007-03-28 15:10:01 +0200 (mer, 28 mar 2007) | 2 lines [MOD]forum: duplicate forum with/without perms/categ ------------------------------------------------------------------------ r8127 | bluestrain | 2007-03-28 03:09:40 +0200 (mer, 28 mar 2007) | 2 lines [FIX] Remove link to Backups, which no longer exists ------------------------------------------------------------------------ r8126 | jyhem | 2007-03-27 20:08:51 +0200 (mar, 27 mar 2007) | 2 lines side effect of http_prefix cleanup ------------------------------------------------------------------------ r8123 | luciash | 2007-03-27 13:57:21 +0200 (mar, 27 mar 2007) | 2 lines Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8122 | awolfff | 2007-03-26 23:45:45 +0200 (lun, 26 mar 2007) | 2 lines FIX: simple_set_toggle did not update the indicated preference (e.g. feature_tiki_ext_icon) if was not already set - e.g. in the sql scripts. ------------------------------------------------------------------------ r8121 | nyloth | 2007-03-26 18:34:10 +0200 (lun, 26 mar 2007) | 2 lines [FIX] browse gallery: comment a call to 'print' used for debug. ------------------------------------------------------------------------ r8120 | nyloth | 2007-03-26 18:32:34 +0200 (lun, 26 mar 2007) | 2 lines [FIX] email notification: use tikilib 'instead' of 'this' when not in a lib class ------------------------------------------------------------------------ r8119 | pkdille | 2007-03-26 17:35:01 +0200 (lun, 26 mar 2007) | 2 lines [MOD] translation: Error in "admin posts" translation ------------------------------------------------------------------------ r8118 | sylvieg | 2007-03-26 17:08:05 +0200 (lun, 26 mar 2007) | 2 lines [FIXforum: do the input text box larger ------------------------------------------------------------------------ r8117 | sylvieg | 2007-03-26 16:58:15 +0200 (lun, 26 mar 2007) | 2 lines [FIX]fgal: do the input text box larger ------------------------------------------------------------------------ r8116 | sylvieg | 2007-03-26 16:43:30 +0200 (lun, 26 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8115 | jyhem | 2007-03-26 10:26:59 +0200 (lun, 26 mar 2007) | 2 lines remove useless line ------------------------------------------------------------------------ r8114 | sylvieg | 2007-03-25 16:53:11 +0200 (dim, 25 mar 2007) | 2 lines [FIX]page thx casarizoma ------------------------------------------------------------------------ r8113 | nyloth | 2007-03-25 16:10:41 +0200 (dim, 25 mar 2007) | 2 lines [FIX] comment debug calls to 'echo' function. ------------------------------------------------------------------------ r8112 | gillesm | 2007-03-25 03:49:53 +0200 (dim, 25 mar 2007) | 2 lines Feature for release number in tiki-setup.php and the release is shown in tiki-admin.php?page=general ------------------------------------------------------------------------ r8111 | gillesm | 2007-03-24 22:09:04 +0100 (sam, 24 mar 2007) | 2 lines admin of modules has icons instead of down up suppress and assign ... like menus now ------------------------------------------------------------------------ r8110 | gillesm | 2007-03-24 21:42:43 +0100 (sam, 24 mar 2007) | 2 lines Admin menu is now featured with nice up and down arrows to up or down an item ------------------------------------------------------------------------ r8109 | gillesm | 2007-03-24 14:38:51 +0100 (sam, 24 mar 2007) | 5 lines newsletters.php allows noshowlist option aollow subscription in a newsletter withouti showing list of all the other newsletter Syntax : tiki-newsletters.php?nlId=5&info=1&noshowlist ------------------------------------------------------------------------ r8108 | sylvieg | 2007-03-23 20:33:32 +0100 (ven, 23 mar 2007) | 2 lines [MOD]perm: show the perms that are inherited because you have the admin perm on the perm type ------------------------------------------------------------------------ r8107 | sylvieg | 2007-03-23 19:40:23 +0100 (ven, 23 mar 2007) | 2 lines [FIX] add index in tiki-links because complains about to many joins wiithout index ------------------------------------------------------------------------ r8106 | jyhem | 2007-03-23 16:50:24 +0100 (ven, 23 mar 2007) | 2 lines Prefill http_prefix and https_prefix in install script, also initialise with values acceptable for sites not in the root website ------------------------------------------------------------------------ r8105 | sylvieg | 2007-03-23 15:15:18 +0100 (ven, 23 mar 2007) | 2 lines [FIX]perms: tiki_p_admin_users is not an admin perm + topics perm type->cms perm type + get rid of the propagation perms ------------------------------------------------------------------------ r8103 | gillesm | 2007-03-23 02:08:27 +0100 (ven, 23 mar 2007) | 2 lines Error message in admin when copyright feature is disabled and admin want to click on gray copyright feature ------------------------------------------------------------------------ r8102 | gillesm | 2007-03-23 01:53:06 +0100 (ven, 23 mar 2007) | 2 lines Initialisation feature again ------------------------------------------------------------------------ r8101 | gillesm | 2007-03-23 01:25:15 +0100 (ven, 23 mar 2007) | 2 lines initialisation of preset_galleries_scale feature in tiki-setup.php ------------------------------------------------------------------------ r8100 | sylvieg | 2007-03-22 21:31:19 +0100 (jeu, 22 mar 2007) | 2 lines [MOD]perms: new column in users_permissions to say that the perm is the admin perm of the perm type -> if you have it, you have all the perms of the same perm type ------------------------------------------------------------------------ r8099 | gillesm | 2007-03-22 19:58:11 +0100 (jeu, 22 mar 2007) | 4 lines Admin image gallery allows to set globally maxRows rowImages thumbSizeX thumbSizeY scaleSize and an other flag preset_galleries_scale This flag allow to hide/show these values in each gallery. This option was included to allow user to create their own gallery without having to select these options. ------------------------------------------------------------------------ r8098 | sylvieg | 2007-03-22 19:26:21 +0100 (jeu, 22 mar 2007) | 2 lines [FIX]search mysql: take away the info about the time returned in blog post search as I have no idea which time function needs to be used now. If somebaody has the answer - welcome ------------------------------------------------------------------------ r8097 | sylvieg | 2007-03-22 18:54:56 +0100 (jeu, 22 mar 2007) | 2 lines sync ------------------------------------------------------------------------ r8096 | sylvieg | 2007-03-22 18:18:30 +0100 (jeu, 22 mar 2007) | 2 lines [FIX]search: put the highlight colors in a class in the css ------------------------------------------------------------------------ r8095 | sylvieg | 2007-03-22 16:19:19 +0100 (jeu, 22 mar 2007) | 2 lines [FIX]blog: rollback 1.39.2.6 - parse correctly page with special characters like ~177~ ------------------------------------------------------------------------ r8094 | gillesm | 2007-03-22 16:09:38 +0100 (jeu, 22 mar 2007) | 2 lines extension of Copyright management for blogues, Articles, faq ------------------------------------------------------------------------ r8092 | sylvieg | 2007-03-22 14:14:01 +0100 (jeu, 22 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8091 | sylvieg | 2007-03-22 13:22:44 +0100 (jeu, 22 mar 2007) | 2 lines rollback: eheh ------------------------------------------------------------------------ r8089 | sylvieg | 2007-03-21 23:21:26 +0100 (mer, 21 mar 2007) | 2 lines [FIX]forum: to have the edit topic back .... Why the cookie jar needs to rule the edit textarea ------------------------------------------------------------------------ r8088 | sylvieg | 2007-03-21 22:39:35 +0100 (mer, 21 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8087 | sylvieg | 2007-03-21 22:23:46 +0100 (mer, 21 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8086 | sylvieg | 2007-03-21 22:11:37 +0100 (mer, 21 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8085 | sylvieg | 2007-03-21 22:05:31 +0100 (mer, 21 mar 2007) | 2 lines manual merge ------------------------------------------------------------------------ r8084 | gillesm | 2007-03-21 21:52:51 +0100 (mer, 21 mar 2007) | 2 lines Extra lines removed in tiki-admin-include-wiki.tpl ------------------------------------------------------------------------ r8083 | gillesm | 2007-03-21 21:22:16 +0100 (mer, 21 mar 2007) | 2 lines bad merde resubmission of trackerlib.php ------------------------------------------------------------------------ r8082 | sylvieg | 2007-03-21 21:19:48 +0100 (mer, 21 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8081 | sylvieg | 2007-03-21 20:46:50 +0100 (mer, 21 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r8080 | sylvieg | 2007-03-21 20:44:04 +0100 (mer, 21 mar 2007) | 2 lines bas merge ------------------------------------------------------------------------ r8079 | sylvieg | 2007-03-21 20:21:44 +0100 (mer, 21 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r8078 | gillesm | 2007-03-21 19:30:34 +0100 (mer, 21 mar 2007) | 2 lines Real name not displayed in user_information is empty ------------------------------------------------------------------------ r8077 | gillesm | 2007-03-21 19:24:36 +0100 (mer, 21 mar 2007) | 2 lines user_information image bug corrected ------------------------------------------------------------------------ r8076 | gillesm | 2007-03-21 19:10:00 +0100 (mer, 21 mar 2007) | 5 lines User information can display tracker users informations defined with TrackerId,field1,field2,field3... The image are displayed All the other types (text, textarea, checkboxes, lists, button radio) are displayed with their value Google Card are not yet coded nor subscription. ------------------------------------------------------------------------ r8075 | gillesm | 2007-03-21 16:51:16 +0100 (mer, 21 mar 2007) | 2 lines tiki-user_information.php don't show the record nor label if they are empty.. ------------------------------------------------------------------------ r8074 | gillesm | 2007-03-21 16:41:27 +0100 (mer, 21 mar 2007) | 3 lines tiki-admin.php?page=login ask tracker user ID and what are the Item to display in the user information page. the syntax of the intput text is : TrackerID,item1,item2,item3,... ------------------------------------------------------------------------ r8073 | sylvieg | 2007-03-20 22:05:52 +0100 (mar, 20 mar 2007) | 2 lines [FIX]fgal: fix local perm in archive ------------------------------------------------------------------------ r8072 | pkdille | 2007-03-20 18:24:22 +0100 (mar, 20 mar 2007) | 2 lines [MOD] footnotes printing: Modification from the style of the footnote. The class is now only wikitext but wikifootnote is no longer a class but an ID ------------------------------------------------------------------------ r8071 | sylvieg | 2007-03-20 16:39:10 +0100 (mar, 20 mar 2007) | 2 lines [MOD]wiki: can have a list page function working on a table of initials ------------------------------------------------------------------------ r8070 | sylvieg | 2007-03-20 16:36:51 +0100 (mar, 20 mar 2007) | 2 lines [FIX]listpages: when select an initial, begin at offset 0 ------------------------------------------------------------------------ r8069 | sylvieg | 2007-03-20 15:04:32 +0100 (mar, 20 mar 2007) | 2 lines [FIX]breadcrumb module: take into account the rows param ------------------------------------------------------------------------ r8068 | sylvieg | 2007-03-20 14:29:07 +0100 (mar, 20 mar 2007) | 2 lines [FIX]mods: Call-time pass-by-reference has been deprecated - argument passed by value ------------------------------------------------------------------------ r8067 | nyloth | 2007-03-20 10:22:51 +0100 (mar, 20 mar 2007) | 2 lines [FIX] highlight: limit highlight to centercolumn (based on Sylvieg work that was done in 1.9 branch). ------------------------------------------------------------------------ r8066 | gillesm | 2007-03-20 10:21:52 +0100 (mar, 20 mar 2007) | 2 lines userlink on tracker list subscription ------------------------------------------------------------------------ r8065 | sylvieg | 2007-03-19 20:14:34 +0100 (lun, 19 mar 2007) | 2 lines [MOD]fgal : can default sort on ID ------------------------------------------------------------------------ r8064 | sylvieg | 2007-03-19 19:04:53 +0100 (lun, 19 mar 2007) | 2 lines typo ------------------------------------------------------------------------ r8063 | sylvieg | 2007-03-19 19:01:49 +0100 (lun, 19 mar 2007) | 2 lines [MOD]fgal: can dicplay fgal ID in list ------------------------------------------------------------------------ r8062 | sylvieg | 2007-03-19 18:53:55 +0100 (lun, 19 mar 2007) | 2 lines [MOD]fgal: can dicplay fgal ID in list ------------------------------------------------------------------------ r8061 | sylvieg | 2007-03-19 15:29:19 +0100 (lun, 19 mar 2007) | 2 lines visio mime icon ------------------------------------------------------------------------ r8060 | sylvieg | 2007-03-19 14:51:07 +0100 (lun, 19 mar 2007) | 2 lines notice ------------------------------------------------------------------------ r8059 | niclone | 2007-03-19 00:34:55 +0100 (lun, 19 mar 2007) | 2 lines [FIX]mods: remove some E_WARNING ------------------------------------------------------------------------ r8054 | niclone | 2007-03-17 22:56:34 +0100 (sam, 17 mar 2007) | 2 lines [FIX]mods: upgrade should work again + somes fixes in cases of errors ------------------------------------------------------------------------ r8053 | niclone | 2007-03-17 22:23:59 +0100 (sam, 17 mar 2007) | 2 lines [FIX]tar: return false more ofter when something wrong append ------------------------------------------------------------------------ r8052 | niclone | 2007-03-17 18:12:30 +0100 (sam, 17 mar 2007) | 2 lines [FIX]mods: conflicts detection was buggy ------------------------------------------------------------------------ r8051 | niclone | 2007-03-17 18:05:58 +0100 (sam, 17 mar 2007) | 2 lines [FIX]mods: cleanup informations of what's install/remove will do ------------------------------------------------------------------------ r8050 | niclone | 2007-03-17 17:29:24 +0100 (sam, 17 mar 2007) | 2 lines [FIX]mods: moved some code to modslib, making it more re-usable ------------------------------------------------------------------------ r8049 | niclone | 2007-03-17 16:08:08 +0100 (sam, 17 mar 2007) | 2 lines [FIX]mods: install and remove of modsdam ------------------------------------------------------------------------ r8048 | niclone | 2007-03-17 16:03:58 +0100 (sam, 17 mar 2007) | 2 lines [FIX]mods: cosmetic ------------------------------------------------------------------------ r8047 | niclone | 2007-03-17 15:58:23 +0100 (sam, 17 mar 2007) | 2 lines [MOD]mods: another logging method ------------------------------------------------------------------------ r8043 | niclone | 2007-03-17 11:24:54 +0100 (sam, 17 mar 2007) | 2 lines [MOD]mods: added "show" command ------------------------------------------------------------------------ r8042 | niclone | 2007-03-17 11:22:39 +0100 (sam, 17 mar 2007) | 2 lines [FIX]mods: version is an array ------------------------------------------------------------------------ r8041 | pkdille | 2007-03-16 22:33:37 +0100 (ven, 16 mar 2007) | 2 lines [FIX] surveys: taken was the number of views instead of the number of votes ------------------------------------------------------------------------ r8040 | pkdille | 2007-03-16 21:16:53 +0100 (ven, 16 mar 2007) | 2 lines [FIX] tiki-take_survey - </DIV> tag missing ------------------------------------------------------------------------ r8039 | sylvieg | 2007-03-16 18:18:09 +0100 (ven, 16 mar 2007) | 2 lines [FIX]blog: wiki help button ------------------------------------------------------------------------ r8038 | sylvieg | 2007-03-16 18:00:41 +0100 (ven, 16 mar 2007) | 2 lines cvs info ------------------------------------------------------------------------ r8037 | sylvieg | 2007-03-16 17:45:10 +0100 (ven, 16 mar 2007) | 2 lines cvs info ------------------------------------------------------------------------ r8036 | sylvieg | 2007-03-16 17:40:32 +0100 (ven, 16 mar 2007) | 2 lines [NEW]article : feature to be able to give emails when creating a new article that will recieve modifications ------------------------------------------------------------------------ r8035 | sylvieg | 2007-03-16 16:13:09 +0100 (ven, 16 mar 2007) | 2 lines [FIX] better to use a function than an include for plugin help ------------------------------------------------------------------------ r8034 | sylvieg | 2007-03-16 16:01:29 +0100 (ven, 16 mar 2007) | 2 lines [FIX]article: show wiki help button while editing ------------------------------------------------------------------------ r8033 | pkdille | 2007-03-16 15:59:56 +0100 (ven, 16 mar 2007) | 5 lines [MOD] HTML Purifier: New setting in tiki-admin-include-features that permits to en/disable the HTML Purifier functionnality. This is to prevent compatibility problems between Purifier and FCK editor. HTML Purifier cleans code in XHTML 1.1 Strict while FCK produces code in XHTML 1.0. ------------------------------------------------------------------------ r8032 | niclone | 2007-03-16 15:26:28 +0100 (ven, 16 mar 2007) | 2 lines [MOD]mods: added regex expression for modsadm list, improved help ------------------------------------------------------------------------ r8031 | sylvieg | 2007-03-16 14:28:40 +0100 (ven, 16 mar 2007) | 2 lines [FIX]button are lower caps ------------------------------------------------------------------------ r8030 | sylvieg | 2007-03-16 14:27:12 +0100 (ven, 16 mar 2007) | 2 lines some ------------------------------------------------------------------------ r8029 | niclone | 2007-03-15 23:00:10 +0100 (jeu, 15 mar 2007) | 2 lines [NEW]mods: command line tools for managing modules ------------------------------------------------------------------------ r8028 | niclone | 2007-03-15 22:25:29 +0100 (jeu, 15 mar 2007) | 2 lines [FIX]mods: code cleanup ------------------------------------------------------------------------ r8027 | sylvieg | 2007-03-15 18:53:15 +0100 (jeu, 15 mar 2007) | 2 lines [FIX]email this page: do not recurse if email in email page ------------------------------------------------------------------------ r8026 | niclone | 2007-03-15 18:05:08 +0100 (jeu, 15 mar 2007) | 2 lines [FIX]mods: install link was not working when package was not downloaded ------------------------------------------------------------------------ r8025 | niclone | 2007-03-15 17:59:14 +0100 (jeu, 15 mar 2007) | 2 lines [FIX]mods: show 'install' link even when the package isn't downloaded ------------------------------------------------------------------------ r8024 | niclone | 2007-03-15 17:37:36 +0100 (jeu, 15 mar 2007) | 2 lines [FIX]mods: auto download work ------------------------------------------------------------------------ r8023 | niclone | 2007-03-15 16:57:20 +0100 (jeu, 15 mar 2007) | 2 lines [FIX]mods: enhencing removing ------------------------------------------------------------------------ r8021 | niclone | 2007-03-15 15:49:08 +0100 (jeu, 15 mar 2007) | 2 lines [FIX]mods: removed debug code ------------------------------------------------------------------------ r8020 | niclone | 2007-03-15 15:30:39 +0100 (jeu, 15 mar 2007) | 2 lines [MOD]mods: added support for dependencies, also fixed some minor bugs (ommited from previous commit) ------------------------------------------------------------------------ r8019 | niclone | 2007-03-15 15:24:20 +0100 (jeu, 15 mar 2007) | 2 lines [MOD]mods: added support for dependencies, also fixed some minor bugs ------------------------------------------------------------------------ r8018 | gillesm | 2007-03-15 15:05:14 +0100 (jeu, 15 mar 2007) | 2 lines mktime -> make-time process ------------------------------------------------------------------------ r8017 | gillesm | 2007-03-15 14:59:40 +0100 (jeu, 15 mar 2007) | 2 lines mktime to make_time replacement ------------------------------------------------------------------------ r8016 | gillesm | 2007-03-15 14:56:15 +0100 (jeu, 15 mar 2007) | 2 lines mktime -> make_time ------------------------------------------------------------------------ r8015 | gillesm | 2007-03-15 14:32:24 +0100 (jeu, 15 mar 2007) | 2 lines mktime function changed by $tikilib->make_time in tracker ------------------------------------------------------------------------ r8014 | gillesm | 2007-03-15 10:05:09 +0100 (jeu, 15 mar 2007) | 2 lines Correction of mktime to understand winter time. Now hour seems correct in tracker. Before there was a 2 hours shift. ------------------------------------------------------------------------ r8013 | sylvieg | 2007-03-14 21:28:20 +0100 (mer, 14 mar 2007) | 2 lines [MOD]tracker: button 'create tracker' from list trackers ------------------------------------------------------------------------ r8012 | sylvieg | 2007-03-14 21:18:33 +0100 (mer, 14 mar 2007) | 2 lines [MOD]tracker: button 'create tracker' from list trackers ------------------------------------------------------------------------ r8011 | sylvieg | 2007-03-14 21:02:10 +0100 (mer, 14 mar 2007) | 2 lines oops trace ------------------------------------------------------------------------ r8010 | sylvieg | 2007-03-14 20:50:42 +0100 (mer, 14 mar 2007) | 2 lines [MOD]listpages plugin: can select only the structure head ------------------------------------------------------------------------ r8009 | sylvieg | 2007-03-14 16:33:18 +0100 (mer, 14 mar 2007) | 2 lines [MOD]img: add 2 links to add the img in the textarea (if quicktags is set) in the last img module (thx marc) ------------------------------------------------------------------------ r8008 | sylvieg | 2007-03-14 16:07:00 +0100 (mer, 14 mar 2007) | 2 lines notice ------------------------------------------------------------------------ r8007 | sylvieg | 2007-03-14 15:49:39 +0100 (mer, 14 mar 2007) | 2 lines notice ------------------------------------------------------------------------ r8006 | pkdille | 2007-03-14 14:57:29 +0100 (mer, 14 mar 2007) | 2 lines [FIX] Site identity: Oups...indent problem ------------------------------------------------------------------------ r8005 | pkdille | 2007-03-14 13:59:22 +0100 (mer, 14 mar 2007) | 2 lines [MOD] Site identity: adding parameter for bottom logo ------------------------------------------------------------------------ r8004 | pkdille | 2007-03-14 10:24:04 +0100 (mer, 14 mar 2007) | 2 lines [MOD] mod-change_category: new param 'notop' that allows to disable (hide) the top category in module change category ------------------------------------------------------------------------ r8002 | sylvieg | 2007-03-13 17:50:10 +0100 (mar, 13 mar 2007) | 2 lines [FIX] list pages on initial and category ------------------------------------------------------------------------ r7998 | sylvieg | 2007-03-12 19:27:07 +0100 (lun, 12 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7996 | tombombadilom | 2007-03-10 12:00:48 +0100 (sam, 10 mar 2007) | 2 lines [Fix] input background-color ------------------------------------------------------------------------ r7995 | sylvieg | 2007-03-09 20:01:22 +0100 (ven, 09 mar 2007) | 2 lines [NEW]tellAFriend: new feature to send a link to emails ------------------------------------------------------------------------ r7994 | sylvieg | 2007-03-09 19:03:34 +0100 (ven, 09 mar 2007) | 2 lines [FIX]newer version function ------------------------------------------------------------------------ r7988 | sylvieg | 2007-03-08 22:28:31 +0100 (jeu, 08 mar 2007) | 2 lines oops - do not need id ------------------------------------------------------------------------ r7985 | sylvieg | 2007-03-08 19:13:01 +0100 (jeu, 08 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7982 | gillesm | 2007-03-08 18:12:01 +0100 (jeu, 08 mar 2007) | 3 lines reply empty in forum ------------------------------------------------------------------------ r7981 | gillesm | 2007-03-08 17:58:25 +0100 (jeu, 08 mar 2007) | 2 lines feature to allow the post reply empty. The feature is global for all forum in admin forum. ------------------------------------------------------------------------ r7980 | sylvieg | 2007-03-08 17:44:45 +0100 (jeu, 08 mar 2007) | 2 lines [NEW]forum: possibility to search only on a forum from the forum view page ------------------------------------------------------------------------ r7979 | sylvieg | 2007-03-08 17:36:46 +0100 (jeu, 08 mar 2007) | 2 lines cvs info ------------------------------------------------------------------------ r7978 | sylvieg | 2007-03-08 17:33:21 +0100 (jeu, 08 mar 2007) | 2 lines [NEW]forum: possibility to search only on a forum from the forum view page ------------------------------------------------------------------------ r7977 | sylvieg | 2007-03-08 17:24:18 +0100 (jeu, 08 mar 2007) | 2 lines [NEW]forum: possibility to search only on a forum from the forum view page ------------------------------------------------------------------------ r7976 | gillesm | 2007-03-08 14:04:50 +0100 (jeu, 08 mar 2007) | 4 lines Now all the preferences defined in admin:login for the users (like public, show mouse on over etc) are set correctly for new users when they are subscribed by tiki-register.php. The adminusers.php seems ti have same bugs. ------------------------------------------------------------------------ r7975 | sylvieg | 2007-03-08 00:12:47 +0100 (jeu, 08 mar 2007) | 2 lines rollback ------------------------------------------------------------------------ r7974 | sylvieg | 2007-03-07 22:06:30 +0100 (mer, 07 mar 2007) | 2 lines sorry wrong rollback ------------------------------------------------------------------------ r7973 | sylvieg | 2007-03-07 21:33:41 +0100 (mer, 07 mar 2007) | 2 lines rollback ------------------------------------------------------------------------ r7972 | gillesm | 2007-03-07 19:33:00 +0100 (mer, 07 mar 2007) | 2 lines in templates/tiki-view_tracker.tpl a incomprehensible /if removed ------------------------------------------------------------------------ r7971 | gillesm | 2007-03-07 18:44:03 +0100 (mer, 07 mar 2007) | 2 lines Module : since_last_visit_new is corrected it did allow to display a new user ... ------------------------------------------------------------------------ r7970 | sylvieg | 2007-03-07 18:01:29 +0100 (mer, 07 mar 2007) | 2 lines rollback ------------------------------------------------------------------------ r7969 | gillesm | 2007-03-07 17:40:54 +0100 (mer, 07 mar 2007) | 2 lines Correction of a bug in comments.tpl ------------------------------------------------------------------------ r7968 | gillesm | 2007-03-07 17:22:12 +0100 (mer, 07 mar 2007) | 2 lines In the list of publied messages the author and message item are not repeted but placed once at top ------------------------------------------------------------------------ r7967 | sylvieg | 2007-03-07 16:49:59 +0100 (mer, 07 mar 2007) | 2 lines [FIX]wiki: better display for the find box in list pages ------------------------------------------------------------------------ r7966 | gillesm | 2007-03-07 16:36:54 +0100 (mer, 07 mar 2007) | 3 lines Small correction in validate link (header without flag country if $directory_country_flag eq 'y' and multiple check boxes allowed in one click in list of sites. ------------------------------------------------------------------------ r7965 | sylvieg | 2007-03-07 16:30:25 +0100 (mer, 07 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7964 | sylvieg | 2007-03-07 16:15:46 +0100 (mer, 07 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7963 | gillesm | 2007-03-07 16:15:35 +0100 (mer, 07 mar 2007) | 2 lines in messu archive, multiple check/uncheck allowed in one click ------------------------------------------------------------------------ r7962 | gillesm | 2007-03-07 16:08:50 +0100 (mer, 07 mar 2007) | 2 lines One checkbox on top of list select or deselect all checkboxes on list of received messages and sent messages. ------------------------------------------------------------------------ r7961 | gillesm | 2007-03-07 15:23:12 +0100 (mer, 07 mar 2007) | 3 lines The copyright mention is extracted from wiki section to be exported in global admin. This extension will allow to provide copyright to blog, images, etc ... ------------------------------------------------------------------------ r7960 | sylvieg | 2007-03-06 21:57:21 +0100 (mar, 06 mar 2007) | 2 lines notice ------------------------------------------------------------------------ r7959 | sylvieg | 2007-03-06 21:54:31 +0100 (mar, 06 mar 2007) | 2 lines oops trace ------------------------------------------------------------------------ r7958 | sylvieg | 2007-03-06 21:53:18 +0100 (mar, 06 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7957 | sylvieg | 2007-03-06 21:41:18 +0100 (mar, 06 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7956 | sylvieg | 2007-03-06 21:31:40 +0100 (mar, 06 mar 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7955 | sylvieg | 2007-03-06 21:21:06 +0100 (mar, 06 mar 2007) | 2 lines table icon is better than config icon to show menu options ------------------------------------------------------------------------ r7954 | sylvieg | 2007-03-06 21:15:00 +0100 (mar, 06 mar 2007) | 2 lines notice ------------------------------------------------------------------------ r7953 | sylvieg | 2007-03-06 20:30:46 +0100 (mar, 06 mar 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7952 | gillesm | 2007-03-06 17:48:09 +0100 (mar, 06 mar 2007) | 3 lines 1) The module mod-since_last_visit_new understand directories too 2) the shoutbox module and program allow to remove or edit messages owned by a connected user ------------------------------------------------------------------------ r7951 | gillesm | 2007-03-06 12:02:01 +0100 (mar, 06 mar 2007) | 4 lines These features allow to select/deselect the Country Flag for all links. The effect is shown in Directory Admin Panel ( checked button ) and is activated in all the directory manipulations I added this feature because all the tikiwiki sites are not for world wide organization... ------------------------------------------------------------------------ r7950 | niclone | 2007-03-05 19:41:38 +0100 (lun, 05 mar 2007) | 2 lines [FIX]tikidblib: default sort mode to 'asc' was not anymore working. ------------------------------------------------------------------------ r7949 | niclone | 2007-03-05 19:30:33 +0100 (lun, 05 mar 2007) | 2 lines [FIX]faq: sort mode more corrected ------------------------------------------------------------------------ r7948 | niclone | 2007-03-05 18:59:04 +0100 (lun, 05 mar 2007) | 2 lines [FIX]faq: sort mode corrected ------------------------------------------------------------------------ r7947 | fr_rodo | 2007-03-04 18:35:25 +0100 (dim, 04 mar 2007) | 3 lines - small tool for css map in devtools - to admins : it's a good idea to create a cron job but don't forget to change default variables $root, $html. ------------------------------------------------------------------------ r7943 | luciash | 2007-03-02 21:21:14 +0100 (ven, 02 mar 2007) | 2 lines [MOD] change "This is Tikiwiki ..." to the actual year 2007 ------------------------------------------------------------------------ r7942 | luciash | 2007-03-02 20:49:35 +0100 (ven, 02 mar 2007) | 2 lines [MOD] TikiWiki -> Tikiwiki ------------------------------------------------------------------------ r7941 | luciash | 2007-03-02 20:42:11 +0100 (ven, 02 mar 2007) | 2 lines [FIX] parsing syntax error - missing semicolon (;) and this_> ------------------------------------------------------------------------ r7940 | luciash | 2007-03-02 20:34:29 +0100 (ven, 02 mar 2007) | 2 lines [NEW] prevent commiting of temp/cache files ------------------------------------------------------------------------ r7939 | luciash | 2007-03-02 20:32:06 +0100 (ven, 02 mar 2007) | 2 lines [NEW][ADD] prevent accidental commits of .htaccess files to CVS ------------------------------------------------------------------------ r7938 | luciash | 2007-03-02 20:10:25 +0100 (ven, 02 mar 2007) | 2 lines [FIX] parsing syntax fix for unopened parenthesis ------------------------------------------------------------------------ r7937 | sylvieg | 2007-03-02 18:05:00 +0100 (ven, 02 mar 2007) | 2 lines [FIX]tracker: adding a comment was not sending an email to the outbound emails ------------------------------------------------------------------------ r7935 | luciash | 2007-03-02 15:32:36 +0100 (ven, 02 mar 2007) | 2 lines [FIX] parsing error - missing semicolon (;) ------------------------------------------------------------------------ r7931 | nyloth | 2007-03-01 20:24:08 +0100 (jeu, 01 mar 2007) | 2 lines [FIX] mysqli database: correctly handle 'mysqli' (MySQL Improved) database type ------------------------------------------------------------------------ r7930 | niclone | 2007-03-01 16:25:43 +0100 (jeu, 01 mar 2007) | 2 lines [FIX]fckeditor: correct a bug that was appening while images parameters had a "=" character in there values (like some url) ------------------------------------------------------------------------ r7929 | sylvieg | 2007-03-01 15:19:12 +0100 (jeu, 01 mar 2007) | 2 lines rollback: was in my dev version ------------------------------------------------------------------------ r7927 | sylvieg | 2007-02-28 23:54:20 +0100 (mer, 28 fév 2007) | 2 lines [FIX]blog: rollback 1.39.2.6 commit by runix2 - the guy is no more around - The comment was 'Fixes problems with wysiwyg editor' but it doesn't parse anymore correctly page with special char as ~169~. I do not understand why edit problem interfers(the editor = edit) with display problem.. ------------------------------------------------------------------------ r7925 | sylvieg | 2007-02-28 19:11:16 +0100 (mer, 28 fév 2007) | 2 lines [FIX]perms: add in objectpermissions the ability to assign/remove to all the sub-structure as it was in pagepermissions ------------------------------------------------------------------------ r7924 | sylvieg | 2007-02-28 18:30:28 +0100 (mer, 28 fév 2007) | 2 lines [FIX]structure: edit and view link to the structure page top was lost ------------------------------------------------------------------------ r7923 | sylvieg | 2007-02-28 17:41:36 +0100 (mer, 28 fév 2007) | 2 lines [FIX]bookmark: bad smarty syntax in the module ------------------------------------------------------------------------ r7922 | sylvieg | 2007-02-28 17:21:24 +0100 (mer, 28 fév 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7921 | sylvieg | 2007-02-28 16:30:21 +0100 (mer, 28 fév 2007) | 2 lines [MOD]perm: get rid of tiki-pagepermissions (as no more notif) and merge with tiki-objectpermissions ------------------------------------------------------------------------ r7920 | sylvieg | 2007-02-28 16:28:30 +0100 (mer, 28 fév 2007) | 2 lines sync ------------------------------------------------------------------------ r7919 | sylvieg | 2007-02-28 16:20:58 +0100 (mer, 28 fév 2007) | 2 lines [MOD]perm: get rid of tiki-pagepermissions (as no more notif) and merge with tiki-objectpermissions ------------------------------------------------------------------------ r7918 | niclone | 2007-02-28 14:26:28 +0100 (mer, 28 fév 2007) | 2 lines [FIX]contactslib: list_contacts return a normal array ------------------------------------------------------------------------ r7917 | niclone | 2007-02-28 12:28:07 +0100 (mer, 28 fév 2007) | 2 lines [FIX]contactlibs: make arguments like limits or sorting optional in list function ------------------------------------------------------------------------ r7916 | niclone | 2007-02-27 23:23:11 +0100 (mar, 27 fév 2007) | 2 lines [FIX] tikidblib: Make multiple column sort mode working ------------------------------------------------------------------------ r7915 | sylvieg | 2007-02-27 22:53:23 +0100 (mar, 27 fév 2007) | 2 lines [MOD]forum: button to admin forums ------------------------------------------------------------------------ r7913 | nyloth | 2007-02-27 16:05:24 +0100 (mar, 27 fév 2007) | 2 lines [FIX] tikimaillib: remove unwanted new line at the end of the php file, since it breaks files including it and that have to send HTTP headers after that (such as 'Location'). Removing the closing tag too, in the hope to reduce such mistakes (see http://wiki.splitbrain.org/wiki:development#php_closing_tags). ------------------------------------------------------------------------ r7912 | nyloth | 2007-02-27 15:57:37 +0100 (mar, 27 fév 2007) | 2 lines [FIX] structures: Charset sepcified for structures tree exports was not correctly handled by Internet Explorer (it expects 'utf-8' instead of 'utf8'. Firefox handle both without problems). Moreover, there is no need for the HTML tags since they have no real effect (neither on the charset, nor on the formatting since everything is only in PRE tags). If we really need this file encoding to be correctly detected outside the browser (were the HTTP headers won't exist), we will have to choose between a BOM (Byte Order Mark) at the file's beginning or HTML tags with a charset specified using http-equiv in a META tag. ------------------------------------------------------------------------ r7911 | jyhem | 2007-02-26 19:31:44 +0100 (lun, 26 fév 2007) | 2 lines If nothing is entered in user and password, replace ugly error message with a call to error.tpl ------------------------------------------------------------------------ r7910 | sylvieg | 2007-02-26 17:44:30 +0100 (lun, 26 fév 2007) | 2 lines oops trace ------------------------------------------------------------------------ r7909 | sylvieg | 2007-02-26 17:43:39 +0100 (lun, 26 fév 2007) | 2 lines [FIX]calendar mod: date_format has diffeerent parameter that date ( a %) ------------------------------------------------------------------------ r7905 | sylvieg | 2007-02-25 23:17:57 +0100 (dim, 25 fév 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7903 | nyloth | 2007-02-23 18:45:46 +0100 (ven, 23 fév 2007) | 2 lines [FIX] articles: fix typo. ------------------------------------------------------------------------ r7902 | nyloth | 2007-02-23 18:44:04 +0100 (ven, 23 fév 2007) | 2 lines [FIX] blogs: validate_email_syntax() was replaced by validate_email(). ------------------------------------------------------------------------ r7901 | sylvieg | 2007-02-23 17:58:16 +0100 (ven, 23 fév 2007) | 2 lines [FIX]communication: use only one form to remember all the fields ------------------------------------------------------------------------ r7900 | nyloth | 2007-02-23 16:42:18 +0100 (ven, 23 fév 2007) | 2 lines [FIX] tracker items: a closing 'if' was missing ------------------------------------------------------------------------ r7899 | nyloth | 2007-02-22 19:40:11 +0100 (jeu, 22 fév 2007) | 2 lines [FIX] htmlpurifier: You really need to check the php version, because there could be DOMDocument with php4 and HTMLPurifier_Lexer_DOMLex() is not php4 compliant (property or method visibility is not supported in php4). ------------------------------------------------------------------------ r7898 | sylvieg | 2007-02-22 15:34:59 +0100 (jeu, 22 fév 2007) | 2 lines [FIX]trackerfilter: select the selected radio ------------------------------------------------------------------------ r7897 | sylvieg | 2007-02-22 14:56:26 +0100 (jeu, 22 fév 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7896 | sylvieg | 2007-02-22 14:41:56 +0100 (jeu, 22 fév 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7895 | sylvieg | 2007-02-22 14:35:46 +0100 (jeu, 22 fév 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7890 | franck | 2007-02-22 00:22:00 +0100 (jeu, 22 fév 2007) | 2 lines [Maps] Kamap interface is going to mods ------------------------------------------------------------------------ r7889 | sylvieg | 2007-02-21 12:54:19 +0100 (mer, 21 fév 2007) | 2 lines [FIX]speed: index in tiki_searchindex - thx xavi ------------------------------------------------------------------------ r7888 | sylvieg | 2007-02-20 17:16:59 +0100 (mar, 20 fév 2007) | 2 lines copyright to 2007 ------------------------------------------------------------------------ r7886 | mose | 2007-02-20 12:29:12 +0100 (mar, 20 fév 2007) | 2 lines [FIX] modules: var handling fix ------------------------------------------------------------------------ r7885 | sylvieg | 2007-02-19 18:01:56 +0100 (lun, 19 fév 2007) | 2 lines [FIX]actionlog: more stat graphs ------------------------------------------------------------------------ r7884 | sylvieg | 2007-02-19 17:41:34 +0100 (lun, 19 fév 2007) | 2 lines [FIX]graph: awful patch not to have the graph generator bugging if graph is empty ------------------------------------------------------------------------ r7883 | sylvieg | 2007-02-19 16:02:19 +0100 (lun, 19 fév 2007) | 2 lines [FIX]htmlpurifier: patch for the DOM php5 problem - thx Edward Z. Yang-> need to upgrade to htmlpurifier 1.4.1 ------------------------------------------------------------------------ r7882 | nyloth | 2007-02-19 02:05:06 +0100 (lun, 19 fév 2007) | 2 lines [FIX] file galleries: typo in last commit ------------------------------------------------------------------------ r7881 | nyloth | 2007-02-19 01:52:28 +0100 (lun, 19 fév 2007) | 2 lines [MOD] file galleries: add the option 'different_galleries' for 'fgal_allow_duplicates', i.e. you can now allow to upload the same file more than once if it's not in the same gallery. ------------------------------------------------------------------------ r7880 | nyloth | 2007-02-19 00:55:23 +0100 (lun, 19 fév 2007) | 2 lines [FIX] tiki-user_menu: remove from menus HTML code, because this kind of spaces should be done only with CSS ------------------------------------------------------------------------ r7879 | nyloth | 2007-02-18 23:58:59 +0100 (dim, 18 fév 2007) | 2 lines [MOD] wiki page navigation bar: Let the admin decide where the navigation bar (displayed when page break '...page...' are used) should be placed (top, bottom, or both). Defaults to 'bottom'. ------------------------------------------------------------------------ r7878 | franck | 2007-02-18 23:39:00 +0100 (dim, 18 fév 2007) | 2 lines [FIX] Tikimaps ajax files in right location ------------------------------------------------------------------------ r7877 | nyloth | 2007-02-18 23:00:26 +0100 (dim, 18 fév 2007) | 2 lines [FIX] menus: woops. revert last commit, didn't saw it was a DELETE query ;) ------------------------------------------------------------------------ r7876 | nyloth | 2007-02-18 22:55:08 +0100 (dim, 18 fév 2007) | 2 lines [FIX] menus: there is no need to put a link to 'tiki-admin.php' on 'Admin' menu when migrating from 1.9 to 1.10 since it's not the case on a fresh install. IMHO it's better, for design purposes, to definitely avoid links on menu headers (those with a folder icon). ------------------------------------------------------------------------ r7875 | nyloth | 2007-02-18 21:46:39 +0100 (dim, 18 fév 2007) | 2 lines [MOD] hide/show links for left/right columns: change position of those links because they have a bad effect on styles that are designed to have those columns just below the top navigation bar ------------------------------------------------------------------------ r7874 | nyloth | 2007-02-18 20:22:25 +0100 (dim, 18 fév 2007) | 2 lines [MOD] user contacts: add a link on both tiki-user_contacts_prefs and tiki-contacts to switch between them more quickly ------------------------------------------------------------------------ r7873 | nyloth | 2007-02-18 19:59:58 +0100 (dim, 18 fév 2007) | 2 lines [MOD] listpages: New action 'print' for selected pages. This has been done to replace tiki-print_pages and tiki-print_multi_pages scripts with something more ergonomic ;) ... those scripts have not been removed yet, because this is the only way to print structures for the moment. ------------------------------------------------------------------------ r7872 | nyloth | 2007-02-18 16:52:59 +0100 (dim, 18 fév 2007) | 2 lines [FIX] orphan pages : merge specific orphan pages code with 'list pages' code, in order to factorize and clean. The orphan pages now benefit from all functionnalities of list pages (mass delete, search options, X lines of results, letter filter when more than one page of results, icons for actions). This has also the effect of fixing the 'creator' column that was empty because the field was not asked in the SQL query. To avoid this problem in the future, I choose to retrieve all fields when querying database (and removing unnecessary fields if only page names are needed). ------------------------------------------------------------------------ r7871 | mose | 2007-02-18 12:21:20 +0100 (dim, 18 fév 2007) | 2 lines [MOD] modules: spreaded the use of title param for all modules ------------------------------------------------------------------------ r7870 | mose | 2007-02-18 12:04:37 +0100 (dim, 18 fév 2007) | 2 lines [FIX] modules: fixing title declaration for only given module ------------------------------------------------------------------------ r7869 | mose | 2007-02-17 12:25:30 +0100 (sam, 17 fév 2007) | 2 lines [FIX] fr translation fix ------------------------------------------------------------------------ r7868 | mose | 2007-02-17 12:16:41 +0100 (sam, 17 fév 2007) | 2 lines [FIX] modules: made title respect translation scheme ------------------------------------------------------------------------ r7867 | mose | 2007-02-17 11:53:23 +0100 (sam, 17 fév 2007) | 2 lines [MOD] modules: added a new param "title" to be used in any module (spreading in progress) ------------------------------------------------------------------------ r7866 | mose | 2007-02-17 11:10:31 +0100 (sam, 17 fév 2007) | 2 lines [FIX] ticketlib: small fix for post requests ------------------------------------------------------------------------ r7865 | sylvieg | 2007-02-17 00:45:16 +0100 (sam, 17 fév 2007) | 2 lines [fix]fgal: if no special perm, tiki_p_assign_perm_file_gallery must apply ------------------------------------------------------------------------ r7864 | sylvieg | 2007-02-16 20:22:33 +0100 (ven, 16 fév 2007) | 2 lines [FIX]notice ------------------------------------------------------------------------ r7863 | sylvieg | 2007-02-16 20:21:45 +0100 (ven, 16 fév 2007) | 2 lines [FIX]wiki: the rename page name for contribution ------------------------------------------------------------------------ r7862 | sylvieg | 2007-02-16 20:16:59 +0100 (ven, 16 fév 2007) | 2 lines [new]contribution: displays graph addition per contribution per week ------------------------------------------------------------------------ r7861 | mose | 2007-02-16 18:38:55 +0100 (ven, 16 fév 2007) | 2 lines [FIX] typo ------------------------------------------------------------------------ r7860 | sylvieg | 2007-02-16 17:34:18 +0100 (ven, 16 fév 2007) | 2 lines prefer the terminology hide than close for the comments box ------------------------------------------------------------------------ r7859 | sylvieg | 2007-02-16 16:18:52 +0100 (ven, 16 fév 2007) | 2 lines [FIX]wiki: do not show comments when you are editing a page ------------------------------------------------------------------------ r7858 | sylvieg | 2007-02-16 16:12:58 +0100 (ven, 16 fév 2007) | 2 lines [FIX]contributor: no contributor in comment ------------------------------------------------------------------------ r7857 | sylvieg | 2007-02-15 23:52:44 +0100 (jeu, 15 fév 2007) | 2 lines [NEW]wiki contributor: possibilty to select contributors in wiki - are displayed in action_log ------------------------------------------------------------------------ r7856 | sylvieg | 2007-02-15 23:44:37 +0100 (jeu, 15 fév 2007) | 2 lines [NEW]wiki contributor: possibilty to select contributors in wiki - are displayed in action_log ------------------------------------------------------------------------ r7855 | sylvieg | 2007-02-15 23:39:58 +0100 (jeu, 15 fév 2007) | 2 lines new icons ------------------------------------------------------------------------ r7854 | sylvieg | 2007-02-15 23:38:37 +0100 (jeu, 15 fév 2007) | 2 lines cvs info ------------------------------------------------------------------------ r7853 | sylvieg | 2007-02-15 23:35:22 +0100 (jeu, 15 fév 2007) | 2 lines minor cleaning ------------------------------------------------------------------------ r7852 | franck | 2007-02-15 05:19:45 +0100 (jeu, 15 fév 2007) | 2 lines [ADD] kamap viewer ------------------------------------------------------------------------ r7851 | sylvieg | 2007-02-14 23:32:48 +0100 (mer, 14 fév 2007) | 2 lines some fixes ------------------------------------------------------------------------ r7850 | sylvieg | 2007-02-14 23:23:32 +0100 (mer, 14 fév 2007) | 2 lines [FIX]fgal: showup link to gal in subgal. Do not need to test in tpl because was already test in list and setting perms is time-consuming ------------------------------------------------------------------------ r7846 | jyhem | 2007-02-14 18:41:50 +0100 (mer, 14 fév 2007) | 2 lines [FIX] minor typos ------------------------------------------------------------------------ r7845 | luciash | 2007-02-14 18:41:11 +0100 (mer, 14 fév 2007) | 2 lines [NEW] added finnish translation from 1.9 ------------------------------------------------------------------------ r7844 | sylvieg | 2007-02-14 17:01:14 +0100 (mer, 14 fév 2007) | 2 lines [MOD]watch: find also on email ------------------------------------------------------------------------ r7843 | sylvieg | 2007-02-14 16:16:05 +0100 (mer, 14 fév 2007) | 2 lines [NEW]fgal: possibilty to dupliacte file gallery with/without perms and categs ------------------------------------------------------------------------ r7842 | nyloth | 2007-02-14 01:30:15 +0100 (mer, 14 fév 2007) | 2 lines [FIX] trackers: fix the filtering that was giving no results when another field was choosen for sorting (as default sorting for example) ------------------------------------------------------------------------ r7841 | nyloth | 2007-02-13 18:23:29 +0100 (mar, 13 fév 2007) | 2 lines [MOD] structures: make tiki-edit_structure a bit more sexy ;) ------------------------------------------------------------------------ r7840 | nyloth | 2007-02-13 18:20:44 +0100 (mar, 13 fév 2007) | 2 lines [FIX] structures / whelp: correctly handle page with quotes in their names ------------------------------------------------------------------------ r7839 | niclone | 2007-02-13 16:27:37 +0100 (mar, 13 fév 2007) | 2 lines [FIX] usercontacts: remove ext datas when removing contact ------------------------------------------------------------------------ r7838 | sylvieg | 2007-02-13 15:40:12 +0100 (mar, 13 fév 2007) | 2 lines cvs info ------------------------------------------------------------------------ r7837 | sylvieg | 2007-02-13 15:27:49 +0100 (mar, 13 fév 2007) | 2 lines [FIX]gal,fgal: update string because create subgal + description only on the last sub-directories ------------------------------------------------------------------------ r7836 | sylvieg | 2007-02-13 15:26:11 +0100 (mar, 13 fév 2007) | 2 lines [FIX]fgal: tiki_p_create_file_galleries could be redefined for a gal+ use tiki_p_admin_FILE_GALLERIES ------------------------------------------------------------------------ r7835 | sylvieg | 2007-02-13 15:25:17 +0100 (mar, 13 fév 2007) | 2 lines [FIX]gal: tiki_p_create_galleries could be redefined for a gal ------------------------------------------------------------------------ r7834 | sylvieg | 2007-02-13 14:28:30 +0100 (mar, 13 fév 2007) | 2 lines [FIX]fgal: take away the / in the filename (that could exist due to previous bug) because IE6 can not download this filename ------------------------------------------------------------------------ r7833 | nyloth | 2007-02-13 04:13:20 +0100 (mar, 13 fév 2007) | 2 lines [MOD] user contacts: handling display order of user contacts extended fields and add 'up/down' actions in tiki-user_contacts_prefs for choosing the order of displayed column in user contacts. Removed ext_list_cache to avoid unwanted problems in certain cases. ------------------------------------------------------------------------ r7832 | nyloth | 2007-02-13 02:26:05 +0100 (mar, 13 fév 2007) | 2 lines [MOD] user contacts: gives the user the ability to choose which user contact extended field he wants to display in his contacts list with a new 'show/hide' action in tiki-user_contacts_prefs. ------------------------------------------------------------------------ r7831 | nyloth | 2007-02-12 22:08:56 +0100 (lun, 12 fév 2007) | 12 lines [MOD] user contacts: - alter database structure for tables 'tiki_webmail_contacts_fields' and 'tiki_webmail_contacts_ext' in order to : * add an 'order' field that will be used to store the position of each field in the contact list, * add a 'show' field that will be used to specify if this field is shown in the contact list, * add an auto_increment 'fieldId' field as the primary key of the 'tiki_webmail_contacts_ext' table, since it's better to use unique id instead of names, * use a new field 'fieldId' in table 'tiki_webmail_contacts_fields' as the foreign key for the table 'tiki_webmail_contacts_ext' and remove the unuseful field 'name', - apply the default table look to 'User Contacts Preferences' -> 'Contacts Possible Fields' and use icons instead of text for actions, - don't show fields of a contact that are not listed in the user contacts possible fields (feel free to add it again if ou really need it) ------------------------------------------------------------------------ r7830 | sylvieg | 2007-02-12 21:39:45 +0100 (lun, 12 fév 2007) | 2 lines cvs info ------------------------------------------------------------------------ r7829 | sylvieg | 2007-02-12 21:39:09 +0100 (lun, 12 fév 2007) | 2 lines [FIX]fgal: batch upload: take away the path from the filename + put the last directory if option set ------------------------------------------------------------------------ r7828 | nyloth | 2007-02-12 18:56:50 +0100 (lun, 12 fév 2007) | 2 lines [MOD] user contacts: Users can now choose between two views. The 'group' view, used by default list contacts by groups (this is the actual behavior), and the 'list' view list all contacts in one table thus removing the duplicates (contacts in multiple groups) ------------------------------------------------------------------------ r7827 | sylvieg | 2007-02-12 18:19:44 +0100 (lun, 12 fév 2007) | 2 lines [FIX]banner: do not translate day name ------------------------------------------------------------------------ r7826 | sylvieg | 2007-02-12 18:08:56 +0100 (lun, 12 fév 2007) | 2 lines [FIX]banners: typo ------------------------------------------------------------------------ r7825 | mose | 2007-02-12 17:46:30 +0100 (lun, 12 fév 2007) | 2 lines [FIX] banners: typo ------------------------------------------------------------------------ r7824 | nyloth | 2007-02-12 17:36:10 +0100 (lun, 12 fév 2007) | 2 lines [MOD] user contacts: replacing 'edit' link with a 'mailto:' link on emails, since we already have 'edit' links / icon and a 'mailto:' link could be useful too ------------------------------------------------------------------------ r7823 | nyloth | 2007-02-12 17:16:19 +0100 (lun, 12 fév 2007) | 14 lines [FIX] user contacts: - add a new function is_a_user_contact() to check if the specified contact is visible for a user (including or excluding group contacts), - always check if is_a_user_contact() returns true before doing something with the contact, - allow list_contacts() to include or exclude group contacts, - removing list_group_contacts() that is not needed anymore, - allow to use list_contacts() for letter filtering on a customizable field (by default 'email', actual behavior) in order to factorize a bit and do less database queries. list_contacts_by_letter() is only keeped since it's used in webmail and all files have not already been patched to use list_contacts() instead, - don't forget to delete the contactId in tiki_webmail_contacts_groups after removing it in tiki_webmail_contacts, - correctly fill "Groups" column for groups contact (even if it's not very useful), - remove duplicates (e.g. user contacts that are also in group contacts) when requesting data from database (but not on display), - sort groups by names, but always keep personnal contacts as the last group, - count without querying the database, - don't try to delete when no contactId is specified, - don't use foreach on something that could be something other than an array ------------------------------------------------------------------------ r7822 | mose | 2007-02-12 13:57:13 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7821 | mose | 2007-02-12 13:14:16 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7820 | mose | 2007-02-12 12:47:59 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7819 | mose | 2007-02-12 12:33:24 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7818 | mose | 2007-02-12 12:12:56 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7817 | mose | 2007-02-12 11:57:43 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7816 | mose | 2007-02-12 10:48:53 +0100 (lun, 12 fév 2007) | 2 lines [KIL] removed unused smarty function ------------------------------------------------------------------------ r7815 | mose | 2007-02-12 10:36:49 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7814 | mose | 2007-02-12 09:21:47 +0100 (lun, 12 fév 2007) | 2 lines [MOD] dates: more cleaning ------------------------------------------------------------------------ r7813 | nyloth | 2007-02-12 04:05:15 +0100 (lun, 12 fév 2007) | 2 lines [FIX] stats: fix typo in variable names ------------------------------------------------------------------------ r7812 | sylvieg | 2007-02-10 20:18:57 +0100 (sam, 10 fév 2007) | 2 lines [FIX]accent: sort correctly without considering accent: Please translator adjust the function - I do not find a generic function to do that ------------------------------------------------------------------------ r7811 | sylvieg | 2007-02-10 19:45:12 +0100 (sam, 10 fév 2007) | 2 lines countries translation ------------------------------------------------------------------------ r7809 | sylvieg | 2007-02-09 19:11:22 +0100 (ven, 09 fév 2007) | 2 lines [PERF] huge save of queries while perm checking when user belongs to a lot of groups ------------------------------------------------------------------------ r7808 | sylvieg | 2007-02-09 18:27:45 +0100 (ven, 09 fév 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7807 | sylvieg | 2007-02-09 17:33:08 +0100 (ven, 09 fév 2007) | 2 lines [FIX]tracker: if display user field but can not change, the fieldID is reset to 0-> must skip in replace not to scratch last field ------------------------------------------------------------------------ r7806 | sylvieg | 2007-02-09 16:34:22 +0100 (ven, 09 fév 2007) | 2 lines typo ------------------------------------------------------------------------ r7805 | sylvieg | 2007-02-09 16:27:41 +0100 (ven, 09 fév 2007) | 2 lines [PERF] locally cache user_has_perm_on_object ------------------------------------------------------------------------ r7804 | nyloth | 2007-02-09 16:01:52 +0100 (ven, 09 fév 2007) | 4 lines [FIX] freetags: - Allow to save admin freetags preferences when 3D browser is disabled (there was no submit button) - Add two new options, in order to choose if freetags will be converted to lowercase and if only alphanumeric ASCII is allowed. Disabling this last option allows to have, for example, accents in freetags, but it is enabled by default since this was the actual behavior. ------------------------------------------------------------------------ r7803 | sylvieg | 2007-02-09 14:46:40 +0100 (ven, 09 fév 2007) | 2 lines [fix] copy the chinese file from 1.9 ------------------------------------------------------------------------ r7801 | niclone | 2007-02-09 14:06:25 +0100 (ven, 09 fév 2007) | 2 lines [FIX] some fix about the previous commit ------------------------------------------------------------------------ r7800 | niclone | 2007-02-09 13:31:41 +0100 (ven, 09 fév 2007) | 2 lines [FIX] always call the TikiLib constructor instead of "$this->db=$db;" ------------------------------------------------------------------------ r7799 | niclone | 2007-02-09 11:51:54 +0100 (ven, 09 fév 2007) | 2 lines [FIX] previous commit bug? all functions are now in installer/tiki-installer.php ------------------------------------------------------------------------ r7798 | mose | 2007-02-09 05:59:53 +0100 (ven, 09 fév 2007) | 2 lines [MOD] dates: spreading $this->now and adapting date function to new tikilib use ------------------------------------------------------------------------ r7797 | niclone | 2007-02-08 23:10:32 +0100 (jeu, 08 fév 2007) | 2 lines [FIX] UsersLib didn't initialize TikiLib by not calling his constructor, (and then, $this->now was never initialized) ------------------------------------------------------------------------ r7796 | niclone | 2007-02-08 21:07:11 +0100 (jeu, 08 fév 2007) | 2 lines [FIX] Allow users to see contacts if there are in an allower group ------------------------------------------------------------------------ r7795 | niclone | 2007-02-08 20:38:39 +0100 (jeu, 08 fév 2007) | 2 lines [FIX] make contact selectable when email field is empty ------------------------------------------------------------------------ r7794 | niclone | 2007-02-08 20:28:11 +0100 (jeu, 08 fév 2007) | 2 lines [FIX] bug effect of the previous commit ------------------------------------------------------------------------ r7793 | niclone | 2007-02-08 20:19:47 +0100 (jeu, 08 fév 2007) | 2 lines [FIX] better support for anonymous while viewing contacts ------------------------------------------------------------------------ r7792 | sylvieg | 2007-02-08 17:15:41 +0100 (jeu, 08 fév 2007) | 2 lines [FIX]fgal: do need all the perm, only tiki_p_upload -> save queries ------------------------------------------------------------------------ r7791 | sylvieg | 2007-02-08 16:03:45 +0100 (jeu, 08 fév 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7790 | sylvieg | 2007-02-08 15:54:54 +0100 (jeu, 08 fév 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7789 | sylvieg | 2007-02-08 15:09:48 +0100 (jeu, 08 fév 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7788 | sylvieg | 2007-02-08 14:51:27 +0100 (jeu, 08 fév 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7787 | nyloth | 2007-02-08 14:06:31 +0100 (jeu, 08 fév 2007) | 2 lines [FIX] user bookmarks: count only the current user bookmarks (in brackets, after folder name) ------------------------------------------------------------------------ r7786 | nyloth | 2007-02-08 11:29:25 +0100 (jeu, 08 fév 2007) | 2 lines [FIX] tiki action calendar : allow to remove all filters on tiki action calendar and show all tiki items by default ------------------------------------------------------------------------ r7785 | nyloth | 2007-02-07 23:17:03 +0100 (mer, 07 fév 2007) | 9 lines - completely rewritten tiki_action_calendar in order to : * factorize (there was too many duplicated code) and clean everything * correctly handle new date and timezones functions * see something ;) - enabled descriptions in mouseover boxes (show_description was probably missed) - "quick and dirty" patch to get tiki action calendar working in "list" view ------------------------------------------------------------------------ r7784 | sylvieg | 2007-02-07 18:01:04 +0100 (mer, 07 fév 2007) | 2 lines [FIX]gal: fix next image- rollback the previous fix + images were selected on different data(=different scales) and not only different ids, creating duplications the list if IDs ------------------------------------------------------------------------ r7783 | sylvieg | 2007-02-07 17:23:20 +0100 (mer, 07 fév 2007) | 2 lines typo ------------------------------------------------------------------------ r7782 | sylvieg | 2007-02-07 17:16:10 +0100 (mer, 07 fév 2007) | 2 lines [FIX]notif: give priority to email insteead og user because of the admin notif like article_submitted ------------------------------------------------------------------------ r7781 | sylvieg | 2007-02-07 16:30:17 +0100 (mer, 07 fév 2007) | 2 lines [NEW]notif: topic_article_created general notification (on email only now) ------------------------------------------------------------------------ r7780 | sylvieg | 2007-02-07 14:59:34 +0100 (mer, 07 fév 2007) | 2 lines cvs info ------------------------------------------------------------------------ r7779 | garygriffin | 2007-02-07 03:34:11 +0100 (mer, 07 fév 2007) | 2 lines Fix rss feeds with CDATA in link ------------------------------------------------------------------------ r7778 | sylvieg | 2007-02-06 23:01:42 +0100 (mar, 06 fév 2007) | 2 lines [NEW]notif: topic_article_created general notification (on email only now) ------------------------------------------------------------------------ r7777 | sylvieg | 2007-02-06 22:53:24 +0100 (mar, 06 fév 2007) | 2 lines [FIX]perm: the user admin has not necessarily the perm tiki_p_admin but has all the perms ------------------------------------------------------------------------ r7776 | sylvieg | 2007-02-06 22:23:15 +0100 (mar, 06 fév 2007) | 2 lines [FIX]notif: displays errors if any ------------------------------------------------------------------------ r7775 | sylvieg | 2007-02-06 21:50:23 +0100 (mar, 06 fév 2007) | 2 lines [FIX]notification: remove was broken ------------------------------------------------------------------------ r7774 | nyloth | 2007-02-06 19:02:16 +0100 (mar, 06 fév 2007) | 2 lines [FIX] calendar: save calendar events in UTC timestamps and clean a bit the code ------------------------------------------------------------------------ r7773 | nyloth | 2007-02-06 18:19:54 +0100 (mar, 06 fév 2007) | 2 lines [MOD] translations: add french translation for the date format '%B %e' used in calendars ------------------------------------------------------------------------ r7772 | nyloth | 2007-02-06 18:13:29 +0100 (mar, 06 fév 2007) | 2 lines [FIX] calendar: reduce the viewend date of 1 sec because it should show the day before (at 11:59:59 PM, but the hour is not showed) ------------------------------------------------------------------------ r7771 | nyloth | 2007-02-06 18:06:21 +0100 (mar, 06 fév 2007) | 2 lines [FIX] dates: use 'tiki_date_format' instead of 'user_date_format', since the last one doesn't use Tikilib date functions and then don't use the user timezone. ------------------------------------------------------------------------ r7770 | nyloth | 2007-02-06 17:59:09 +0100 (mar, 06 fév 2007) | 2 lines [FIX] date format translations: use tra() on date format in smarty modifier tiki_date_format ------------------------------------------------------------------------ r7769 | nyloth | 2007-02-06 17:53:29 +0100 (mar, 06 fév 2007) | 2 lines [FIX] calendar: convert some old date syntax with new Tikilib date functions syntax : events are now visible in tiki calendar. ------------------------------------------------------------------------ r7768 | niclone | 2007-02-06 12:52:11 +0100 (mar, 06 fév 2007) | 2 lines [FIX] added the new table tiki_webmail_contacts_fields in change_login() ------------------------------------------------------------------------ r7767 | mose | 2007-02-06 10:31:08 +0100 (mar, 06 fév 2007) | 2 lines [FIX] articles: adapted edit_submissions to new date functions ------------------------------------------------------------------------ r7766 | mose | 2007-02-06 10:28:38 +0100 (mar, 06 fév 2007) | 2 lines [FIX] calendar: adapted calendar and tiki calendar to use new TikiLib::date_format and TikiLib::make_time function (edit still todo) ------------------------------------------------------------------------ r7765 | mose | 2007-02-06 10:20:56 +0100 (mar, 06 fév 2007) | 2 lines [FIX] make_time: adapted to behave more like mktime, with possible day > nb of days in month for exemple ------------------------------------------------------------------------ r7764 | mose | 2007-02-06 05:24:53 +0100 (mar, 06 fév 2007) | 2 lines [FIX] timezones: fundation of a new (final) way to handle timezones and dates displayed. devs, read http://dev.tikiwiki.org/TimeZones for more details ------------------------------------------------------------------------ r7763 | mose | 2007-02-06 04:37:51 +0100 (mar, 06 fév 2007) | 2 lines [MOD] sqlupgrade: changed order of drop/alter to avoid error ------------------------------------------------------------------------ r7762 | mose | 2007-02-06 03:11:28 +0100 (mar, 06 fév 2007) | 2 lines [MOD] userslib: call $this->now rather than date("U") when in a tikilib inherited class ------------------------------------------------------------------------ r7761 | sylvieg | 2007-02-05 23:32:48 +0100 (lun, 05 fév 2007) | 2 lines [FIX]wiki: you can edit your userpage is the feature is on even if you do not have tiki_p_edit ------------------------------------------------------------------------ r7760 | niclone | 2007-02-05 21:06:32 +0100 (lun, 05 fév 2007) | 2 lines [FIX] hack to make get_strings.php happy with my words ------------------------------------------------------------------------ r7759 | niclone | 2007-02-05 20:33:38 +0100 (lun, 05 fév 2007) | 2 lines [FIX] corrected a bug that was introduced by internationalization. ------------------------------------------------------------------------ r7758 | niclone | 2007-02-05 20:31:51 +0100 (lun, 05 fév 2007) | 2 lines [FIX] tiki_user_preferences value was too short to store all user fields in one line. So a new table is now used for them. ------------------------------------------------------------------------ r7757 | sylvieg | 2007-02-05 20:30:13 +0100 (lun, 05 fév 2007) | 2 lines merge ------------------------------------------------------------------------ r7756 | niclone | 2007-02-05 19:22:20 +0100 (lun, 05 fév 2007) | 2 lines [FIX] Internationalization support ------------------------------------------------------------------------ r7755 | niclone | 2007-02-05 18:20:02 +0100 (lun, 05 fév 2007) | 2 lines [FIX] Updated with a better default field list for contacts ------------------------------------------------------------------------ r7754 | niclone | 2007-02-05 17:56:16 +0100 (lun, 05 fév 2007) | 2 lines [FIX] special chars handling in contacts fields values also ------------------------------------------------------------------------ r7753 | niclone | 2007-02-05 17:50:12 +0100 (lun, 05 fév 2007) | 2 lines [FIX] special chars handling in contacts fields ------------------------------------------------------------------------ r7752 | niclone | 2007-02-05 17:22:18 +0100 (lun, 05 fév 2007) | 2 lines [MOD] added user preferences page for contacts ------------------------------------------------------------------------ r7751 | niclone | 2007-02-05 16:10:49 +0100 (lun, 05 fév 2007) | 2 lines [FIX] extended contact fields preferences is better as user preferences instead than global ------------------------------------------------------------------------ r7750 | niclone | 2007-02-05 15:37:06 +0100 (lun, 05 fév 2007) | 2 lines [FIX] added table creation for contacts extended informations in db/tiki.sql ------------------------------------------------------------------------ r7749 | sylvieg | 2007-02-05 15:35:29 +0100 (lun, 05 fév 2007) | 2 lines [FIX]tracker: image height is integer ------------------------------------------------------------------------ r7748 | niclone | 2007-02-05 15:19:05 +0100 (lun, 05 fév 2007) | 2 lines [FIX] wrong date in the comment of db/tiki_1.9to1.10.sql ------------------------------------------------------------------------ r7747 | sylvieg | 2007-02-05 15:09:26 +0100 (lun, 05 fév 2007) | 2 lines [FIX]msg: if allow msg is not optional, disply message box ------------------------------------------------------------------------ r7746 | niclone | 2007-02-05 15:04:21 +0100 (lun, 05 fév 2007) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r7745 | mose | 2007-02-05 00:40:59 +0100 (lun, 05 fév 2007) | 2 lines [MOD] timezones: more cleaning about timezones, and removal of rfc2822 methods not used anymore ------------------------------------------------------------------------ r7744 | mose | 2007-02-05 00:38:58 +0100 (lun, 05 fév 2007) | 2 lines [MOD] dates: rfc2822 date format is provided by date("r") and server time is acceptable in export ------------------------------------------------------------------------ r7743 | mose | 2007-02-04 23:45:11 +0100 (dim, 04 fév 2007) | 2 lines [KIL] diff: removed unused commented code ------------------------------------------------------------------------ r7742 | mose | 2007-02-04 23:43:18 +0100 (dim, 04 fév 2007) | 2 lines [MOD] timezones: made $tikilib->date_format handled by pear::date and initialized tikiwide timezone setup ------------------------------------------------------------------------ r7741 | mose | 2007-02-04 21:43:36 +0100 (dim, 04 fév 2007) | 2 lines [MOD] dates handling: using gmt for dates in database ------------------------------------------------------------------------ r7740 | mose | 2007-02-04 21:09:47 +0100 (dim, 04 fév 2007) | 2 lines [MOD] timezones: rollback of last commit about timezones. Idea is good but spreading timestamp manipulation makes erratic border effects and makes impossible to display timezone properly with date functions. Please hold commits for some hours, calendar rolledback code will be committed back, as well as some other parts, as there were some nice fixes anyway ------------------------------------------------------------------------ r7739 | nyloth | 2007-02-04 13:04:38 +0100 (dim, 04 fév 2007) | 2 lines [FIX] dates and timezones : apply the user timezone on timestamps retrieved from database in trackerlib (same as in tikilib). This fix concerned tables are 'tiki_tracker_item_attachments', 'tiki_tracker_item_comments', 'tiki_tracker_items' and 'tiki_trackers'. In order to easily convert every timestamp fields in each function that retrieve this kind of data in tikilib or trackerlib, a new function 'tracker_UTC_to_display()' has been added and will take care of the timestamp field list. ------------------------------------------------------------------------ r7738 | nyloth | 2007-02-04 10:28:22 +0100 (dim, 04 fév 2007) | 8 lines [FIX] dates and timezones : apply the user timezone on timestamps retrieved from database in tikilib. Since all timestamps are now in GMT timezone in database, we need to convert those timestamps using the user timezone (probably in every case) before using it (displaying, comparing, ranking, ...). This is something that is not done in smarty functions anymore because it should be done only once, just after retrieving the timestamp from database. Note that this has to be used only when a select query is done (nothing should be modified when updating or inserting values in database). This fix concerned tables are 'tiki_pages' and 'tiki_page_drafts'. There is probably more fix to commit for other tables that includes timestamps. In order to easily convert every timestamp fields in each function that retrieve this kind of data in tikilib, a new function 'page_info_UTC_to_display()' has been added and will take care of the timestamp field list. ------------------------------------------------------------------------ r7737 | nyloth | 2007-02-04 02:43:59 +0100 (dim, 04 fév 2007) | 2 lines [FIX] dates and timezones : missed some date() that needs to be gmdate() and reverse some 'gm_' changes that are clearly wrong (especially in adodb) ------------------------------------------------------------------------ r7736 | nyloth | 2007-02-03 22:38:26 +0100 (sam, 03 fév 2007) | 18 lines [FIX] dates and timezones : fix some bugs in tiki calendars item dates (e.g. in save, edit and show mode) and some date() that were not converted to gmdate(). More precisely, I removed the use of get_date_converter() that was using a bit buggy global variable. Instead, we now have two new functions/methods in tikilib : * date_UTC_to_display() : replacing getDisplayDateFromUTC() * date_display_to_UTC() : replacing getUTCFromDisplayDate() ("display" means "user local timezone stored in database" and "UTC" means "UTC+0 (i.e. GMT)") Those functions are converting each dates with the user timezone name instead of the server offset, because the offset is not always the same with the same timezone name (it depends on the date too). The timezone stuff in lib/smarty_tiki/modifier.tiki_date_format.php was also removed because we should not modify timezones (if possible) in smarty (it could be nice to always do this in tikilib) in order to avoid to convert date twice when using smarty modifiers over a date already passed through tikilib functions. Tikilib date_format() function was modified to have no timezone modification (everything is now done in GMT instead of implicitely using the server timezone). Since timestamps stored in the database are now in GMT timezone : * the calls to getDisplayDateFromServerDate() are replaced by date_UTC_to_display() * a new global variable "_DATE_TIMEZONE_DEFAULT" has been added in tiki-setup_base.php and set to "UTC" (this is used by the pear Date_TimeZone class) ------------------------------------------------------------------------ r7735 | nyloth | 2007-02-03 21:47:37 +0100 (sam, 03 fév 2007) | 6 lines [MOD] dates and timezones : Modify every call to php native date / timezone functions in order to use GMT timezone instead of the server timezone. Timestamps stored in the database should be stored in GMT timezone, because changing the server (or just its timezone settings) should never have an impact on tikiwiki. This is why every date(), strftime() and mktime() calls are replaced by gmdate(), gmstrftime() and gmmktime(). Those functions will use GMT timestamps and not a timestamp that depends on the server TZ environment variable. !! Note that everything has not been fully tested yet and that this update lacks of an upgrade path for existing calendars and timezones stored in database with a server timezone. ------------------------------------------------------------------------ r7734 | mose | 2007-02-03 02:52:19 +0100 (sam, 03 fév 2007) | 2 lines [MOD] notifications: removed callback functions that are not used ------------------------------------------------------------------------ r7733 | franck | 2007-02-01 22:12:22 +0100 (jeu, 01 fév 2007) | 2 lines [FIX]batch upload users: improve syntax checking and record reading ------------------------------------------------------------------------ r7732 | sylvieg | 2007-02-01 21:18:32 +0100 (jeu, 01 fév 2007) | 2 lines [FIX]categ: a tiki_p_admin can see all objects in admin categ even if objects has special perms ------------------------------------------------------------------------ r7731 | sylvieg | 2007-02-01 19:35:35 +0100 (jeu, 01 fév 2007) | 2 lines notice ------------------------------------------------------------------------ r7730 | sylvieg | 2007-02-01 19:26:48 +0100 (jeu, 01 fév 2007) | 2 lines [REL]put a ref to 1.10 in changelog to be able to know that the cvs version is not a 1.9 ------------------------------------------------------------------------ r7729 | hangerman | 2007-02-01 17:51:38 +0100 (jeu, 01 fév 2007) | 2 lines [FIX] wrong variable name has bad impact on the translation system ------------------------------------------------------------------------ r7728 | luciash | 2007-02-01 13:17:40 +0100 (jeu, 01 fév 2007) | 2 lines [FIX] next image generate correct id (nextimg offset) ------------------------------------------------------------------------ r7727 | hangerman | 2007-02-01 09:36:14 +0100 (jeu, 01 fév 2007) | 2 lines [FIX]Search in tracker Item ------------------------------------------------------------------------ r7726 | hangerman | 2007-02-01 09:35:21 +0100 (jeu, 01 fév 2007) | 2 lines [FIX] conflict in variable name ------------------------------------------------------------------------ r7725 | fr_rodo | 2007-02-01 00:52:15 +0100 (jeu, 01 fév 2007) | 2 lines [MOD] add new parameter and don't display description when there is not one (prettier display) ------------------------------------------------------------------------ r7724 | darzee | 2007-01-31 17:53:19 +0100 (mer, 31 jan 2007) | 2 lines Bug fix : the google map tracker field type runs now under Internet Explorer ------------------------------------------------------------------------ r7723 | sylvieg | 2007-01-31 16:07:43 +0100 (mer, 31 jan 2007) | 2 lines [FIX] ------------------------------------------------------------------------ r7722 | sylvieg | 2007-01-31 15:26:01 +0100 (mer, 31 jan 2007) | 2 lines [FIX]blog: post sql error ------------------------------------------------------------------------ r7721 | darzee | 2007-01-31 12:36:50 +0100 (mer, 31 jan 2007) | 3 lines The new div in module definition allows to make some graphics (like round corner) in the bottom of modules. You have to add box-footer div definition. ------------------------------------------------------------------------ r7720 | franck | 2007-01-31 03:20:43 +0100 (mer, 31 jan 2007) | 2 lines [FIX] TikiMaps can load mapfile >8kB ------------------------------------------------------------------------ r7719 | sylvieg | 2007-01-31 01:08:51 +0100 (mer, 31 jan 2007) | 2 lines [fix]newsletter: missing fcts- do not ask why ------------------------------------------------------------------------ r7718 | awolfff | 2007-01-30 20:48:58 +0100 (mar, 30 jan 2007) | 2 lines [FIX] mkMenuEntry now handles all types of menu entries. Diplay now in line with non-phplayers-menue. ------------------------------------------------------------------------ r7716 | nyloth | 2007-01-30 11:38:05 +0100 (mar, 30 jan 2007) | 2 lines [FIX] file galleries : user should not have the 'assign perm' link and icon when he doesn't have the 'tiki_p_assign_perm_file_gallery' right, even if there is no rights already assigned. In the case of no specified rights, we could consider that everybody could do every actions, but this doesn't seem to be a good idea for this specific action (assigning permissions) and the page tiki-objectpermissions.php doesn't allow this case too. ------------------------------------------------------------------------ r7715 | awolfff | 2007-01-29 23:02:42 +0100 (lun, 29 jan 2007) | 2 lines [NEW] control initial state of module: if flip=yc the initial state of the module is closed. ------------------------------------------------------------------------ r7714 | jyhem | 2007-01-29 18:27:54 +0100 (lun, 29 jan 2007) | 2 lines [FIX] html typo ------------------------------------------------------------------------ r7713 | darzee | 2007-01-29 18:10:54 +0100 (lun, 29 jan 2007) | 2 lines - delete echo used for debug (for the field type google map)... oups ;-) ------------------------------------------------------------------------ r7712 | darzee | 2007-01-29 17:48:12 +0100 (lun, 29 jan 2007) | 2 lines - add a new tracker field type : Google map locator ------------------------------------------------------------------------ r7710 | sylvieg | 2007-01-26 14:43:06 +0100 (ven, 26 jan 2007) | 2 lines [FIX]message: if user can not allow mess, pref must be not checked ------------------------------------------------------------------------ r7709 | franck | 2007-01-25 23:42:00 +0100 (jeu, 25 jan 2007) | 2 lines TikiMaps: ajax ------------------------------------------------------------------------ r7708 | sylvieg | 2007-01-25 19:18:24 +0100 (jeu, 25 jan 2007) | 2 lines [FIX]pref: temporary patch until all be userId ------------------------------------------------------------------------ r7707 | sylvieg | 2007-01-25 18:39:02 +0100 (jeu, 25 jan 2007) | 2 lines [FIX]tracker: field description was broken ------------------------------------------------------------------------ r7706 | sylvieg | 2007-01-25 18:26:04 +0100 (jeu, 25 jan 2007) | 2 lines [FIX]date: translate day and month(as 1.9) Sorry did not fine a way to do outside the lib ------------------------------------------------------------------------ r7705 | sylvieg | 2007-01-25 18:20:28 +0100 (jeu, 25 jan 2007) | 2 lines [FIX]newsletter: re-add the code for csv batch import subscription email ------------------------------------------------------------------------ r7704 | sylvieg | 2007-01-25 16:20:39 +0100 (jeu, 25 jan 2007) | 2 lines sync script ------------------------------------------------------------------------ r7703 | jyhem | 2007-01-25 16:17:39 +0100 (jeu, 25 jan 2007) | 2 lines [MOD] now matches tiki.tpl, as after running convertscripts/convertsqls.sh ------------------------------------------------------------------------ r7702 | sylvieg | 2007-01-24 23:36:42 +0100 (mer, 24 jan 2007) | 2 lines [MOD]fgal: alt is edit/unlook instead of edit if the file is locked ------------------------------------------------------------------------ r7701 | sylvieg | 2007-01-24 18:41:26 +0100 (mer, 24 jan 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7700 | jyhem | 2007-01-24 16:55:32 +0100 (mer, 24 jan 2007) | 2 lines [FIX]with MysQl 5.0.24a, reserved words need quoting when used as field names ------------------------------------------------------------------------ r7699 | luciash | 2007-01-24 00:01:09 +0100 (mer, 24 jan 2007) | 2 lines [ENH] (ported from BRANCH-1-9) better error message when failed to rename installer/tiki-installer.php (TODO: display it via i18n strings tpl) ------------------------------------------------------------------------ r7697 | darzee | 2007-01-23 17:53:12 +0100 (mar, 23 jan 2007) | 3 lines A new tracker field type is available. This field type allows registred users to subsribe to an item. It is usefull for example if your create an item per party you organize and you want your users to register to the party. ------------------------------------------------------------------------ r7696 | nyloth | 2007-01-23 16:15:01 +0100 (mar, 23 jan 2007) | 2 lines [FIX] mod menu : correctly parse the wiki page used for the menu when the page is in HTML ------------------------------------------------------------------------ r7695 | sylvieg | 2007-01-23 16:02:34 +0100 (mar, 23 jan 2007) | 2 lines [FIX]tracker: take away double emails ------------------------------------------------------------------------ r7694 | sylvieg | 2007-01-23 15:39:48 +0100 (mar, 23 jan 2007) | 2 lines [FIX] tracker: notices+watch item was lost ------------------------------------------------------------------------ r7693 | nyloth | 2007-01-23 13:45:14 +0100 (mar, 23 jan 2007) | 2 lines [MOD] wiki : don't show the 'Allow HTML' checkbox when using the wysiwyg editor ------------------------------------------------------------------------ r7692 | nyloth | 2007-01-23 09:52:29 +0100 (mar, 23 jan 2007) | 2 lines [MOD] wiki : don't show the 'wiki help' button when using the wysiwyg editor ------------------------------------------------------------------------ r7691 | sylvieg | 2007-01-22 17:04:57 +0100 (lun, 22 jan 2007) | 2 lines [FIX]login: call the cas lib if method allowed and not only the file exists ------------------------------------------------------------------------ r7690 | sylvieg | 2007-01-22 16:28:40 +0100 (lun, 22 jan 2007) | 2 lines [FIX]actionlog: a user can not see other user log ------------------------------------------------------------------------ r7689 | jyhem | 2007-01-22 16:22:48 +0100 (lun, 22 jan 2007) | 2 lines [FIX] better translation ------------------------------------------------------------------------ r7688 | jyhem | 2007-01-22 16:10:20 +0100 (lun, 22 jan 2007) | 2 lines [FIX] display time after date in tracker items displays ------------------------------------------------------------------------ r7687 | nyloth | 2007-01-22 10:11:48 +0100 (lun, 22 jan 2007) | 2 lines [FIX] fckeditor tikilink : allow brackets in wiki links and do less .match() calls ------------------------------------------------------------------------ r7686 | franck | 2007-01-22 04:03:06 +0100 (lun, 22 jan 2007) | 2 lines TikiMaps: ajax galore (beta) ------------------------------------------------------------------------ r7685 | franck | 2007-01-22 03:55:44 +0100 (lun, 22 jan 2007) | 2 lines TikiMaps: ajax galore (beta) ------------------------------------------------------------------------ r7684 | awolfff | 2007-01-21 20:27:12 +0100 (dim, 21 jan 2007) | 2 lines [FIX]: quote column name in 'user(count)' used in PRIMARY KEY definitions to avoid errors in mysql (4.0.15). ------------------------------------------------------------------------ r7683 | fr_rodo | 2007-01-21 19:31:55 +0100 (dim, 21 jan 2007) | 2 lines [FIX] better french translation ------------------------------------------------------------------------ r7682 | fr_rodo | 2007-01-21 13:48:57 +0100 (dim, 21 jan 2007) | 2 lines [MOD] Selection of columns in user list ------------------------------------------------------------------------ r7681 | garygriffin | 2007-01-21 04:21:18 +0100 (dim, 21 jan 2007) | 2 lines update tiki_file_galleries for missing show_creator and show_author fields ------------------------------------------------------------------------ r7680 | mose | 2007-01-21 02:45:12 +0100 (dim, 21 jan 2007) | 2 lines [MOD] newsletters: added a way to add multiple email addresses at once ------------------------------------------------------------------------ r7679 | fr_rodo | 2007-01-21 01:42:03 +0100 (dim, 21 jan 2007) | 2 lines [MOD] Optional modification of the better-sorry-than-safe approach for categories management => Simplify the group management for administrators. ------------------------------------------------------------------------ r7678 | nyloth | 2007-01-20 13:01:56 +0100 (sam, 20 jan 2007) | 2 lines [FIX] wiki links syntax : allow single brackets in wiki links if 'complete' syntax is used ------------------------------------------------------------------------ r7677 | nyloth | 2007-01-20 03:17:24 +0100 (sam, 20 jan 2007) | 2 lines [FIX] action log : When inserting into tiki_actionlog_params table after renaming a wiki page, the field 'actionId' was null which is not an allowed value. ------------------------------------------------------------------------ r7675 | nyloth | 2007-01-20 02:22:48 +0100 (sam, 20 jan 2007) | 2 lines [FIX] filegals : Uploading a zip archive in order to extract all it's files was done in the 'temp/' directory. This was a problem when this directory wasn't completely empty (generated PDF, README or .htaccess files, ...) since those other files were uploaded in the file gallery too. Now, zip files are extracted to 'temp/TMP_FILENAME/' in order to avoid unwanted files ------------------------------------------------------------------------ r7674 | nyloth | 2007-01-20 02:08:15 +0100 (sam, 20 jan 2007) | 2 lines [FIX] trackers : SQL query was not correctly generated, this is why sorting on numeric fields was not good. ------------------------------------------------------------------------ r7673 | sylvieg | 2007-01-20 00:58:05 +0100 (sam, 20 jan 2007) | 2 lines [FIX]rollback - field with reserverd name must be quoted ------------------------------------------------------------------------ r7672 | nyloth | 2007-01-20 00:25:44 +0100 (sam, 20 jan 2007) | 2 lines [MOD] tiki action calendar : events are linked to the object pages URL (wiki page, file gallery, ...) instead of the URL used for editing the event (there is no need to edit a tiki action event) ------------------------------------------------------------------------ r7671 | nyloth | 2007-01-20 00:15:30 +0100 (sam, 20 jan 2007) | 2 lines [FIX] action log : using 'auser' var instead of 'user' because this is in conflict with the 'user' var used to know who is authentified in tiki ------------------------------------------------------------------------ r7670 | nyloth | 2007-01-19 23:56:16 +0100 (ven, 19 jan 2007) | 2 lines [FIX] wiki : print mode generated an empty page since tiki-print.tpl was not correctly managed by setup_smarty.php ------------------------------------------------------------------------ r7669 | nyloth | 2007-01-19 23:38:28 +0100 (ven, 19 jan 2007) | 2 lines [FIX] freetags : missing comma ------------------------------------------------------------------------ r7668 | tombombadilom | 2007-01-19 13:26:28 +0100 (ven, 19 jan 2007) | 2 lines added image description support ------------------------------------------------------------------------ r7667 | sylvieg | 2007-01-19 00:17:27 +0100 (ven, 19 jan 2007) | 2 lines temporary patch to havce categ on comment ------------------------------------------------------------------------ r7666 | sylvieg | 2007-01-18 23:04:27 +0100 (jeu, 18 jan 2007) | 2 lines [MOD]polls: to be able to display the categories of the objects and the objects a poll is used in ------------------------------------------------------------------------ r7665 | sylvieg | 2007-01-18 19:50:17 +0100 (jeu, 18 jan 2007) | 2 lines [MOD]actionlog: a comment inherits the categories of the object ------------------------------------------------------------------------ r7664 | sylvieg | 2007-01-18 19:18:55 +0100 (jeu, 18 jan 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7663 | sylvieg | 2007-01-18 17:31:20 +0100 (jeu, 18 jan 2007) | 2 lines include_once ------------------------------------------------------------------------ r7661 | jyhem | 2007-01-17 16:54:47 +0100 (mer, 17 jan 2007) | 2 lines [MOD] untranslated strings found in tiki-file_archives.php ------------------------------------------------------------------------ r7660 | sylvieg | 2007-01-17 16:54:17 +0100 (mer, 17 jan 2007) | 2 lines lost merge ------------------------------------------------------------------------ r7659 | sylvieg | 2007-01-17 16:43:42 +0100 (mer, 17 jan 2007) | 2 lines lost merge ------------------------------------------------------------------------ r7658 | sylvieg | 2007-01-17 16:32:52 +0100 (mer, 17 jan 2007) | 2 lines manual merge ------------------------------------------------------------------------ r7657 | sylvieg | 2007-01-17 16:22:36 +0100 (mer, 17 jan 2007) | 2 lines notice ------------------------------------------------------------------------ r7656 | sylvieg | 2007-01-17 16:15:50 +0100 (mer, 17 jan 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7655 | sylvieg | 2007-01-17 16:10:11 +0100 (mer, 17 jan 2007) | 2 lines bad merge ------------------------------------------------------------------------ r7654 | sylvieg | 2007-01-17 15:55:55 +0100 (mer, 17 jan 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7653 | sylvieg | 2007-01-17 15:09:18 +0100 (mer, 17 jan 2007) | 2 lines dos2unix: otherwise merge fails ------------------------------------------------------------------------ r7652 | mose | 2007-01-16 16:05:34 +0100 (mar, 16 jan 2007) | 2 lines [FIX] wysiwyg: made tikilink work under IE ------------------------------------------------------------------------ r7651 | sylvieg | 2007-01-16 15:45:56 +0100 (mar, 16 jan 2007) | 2 lines some indexes for directories ------------------------------------------------------------------------ r7650 | mose | 2007-01-16 15:43:06 +0100 (mar, 16 jan 2007) | 2 lines [FIX] wysiwyg: removed debug alert ------------------------------------------------------------------------ r7649 | mose | 2007-01-16 15:40:37 +0100 (mar, 16 jan 2007) | 2 lines [FIX] wysiwyg: tiki image plugin fix for IE ------------------------------------------------------------------------ r7648 | mose | 2007-01-16 14:55:15 +0100 (mar, 16 jan 2007) | 2 lines [FIX] wysiwyg: removed debug alert ------------------------------------------------------------------------ r7647 | mose | 2007-01-16 13:28:29 +0100 (mar, 16 jan 2007) | 2 lines [FIX] wysiwyg: partial fix of tiki image plugin for IE ------------------------------------------------------------------------ r7646 | mose | 2007-01-15 16:17:07 +0100 (lun, 15 jan 2007) | 2 lines [FIX] wysiwyg: fix on tikiimages ------------------------------------------------------------------------ r7645 | jyhem | 2007-01-15 13:58:22 +0100 (lun, 15 jan 2007) | 2 lines [FIX]restore Rodolphe's accidentally lost translations ------------------------------------------------------------------------ r7644 | xavidp | 2007-01-15 12:39:20 +0100 (lun, 15 jan 2007) | 2 lines exchanged some gif icons for png alternatives (the ones I knew that they already exist) ------------------------------------------------------------------------ r7643 | mose | 2007-01-15 11:45:11 +0100 (lun, 15 jan 2007) | 2 lines [MOD] wysiwyg: added a new plugin for handling wiki images directly thru filemanager ------------------------------------------------------------------------ r7640 | sylvieg | 2007-01-14 14:38:35 +0100 (dim, 14 jan 2007) | 2 lines [FIX]wiki: restore the help button: the tiki-page_bar is no more called in tiki.tpl? ------------------------------------------------------------------------ r7639 | mose | 2007-01-13 13:02:54 +0100 (sam, 13 jan 2007) | 2 lines [MOD] cssmenu enhancements ------------------------------------------------------------------------ r7638 | mose | 2007-01-13 12:22:18 +0100 (sam, 13 jan 2007) | 2 lines [MOD] auth: logins are now case insensitive ------------------------------------------------------------------------ r7637 | sylvieg | 2007-01-12 18:05:43 +0100 (ven, 12 jan 2007) | 2 lines cvs header ------------------------------------------------------------------------ r7636 | sylvieg | 2007-01-12 18:02:52 +0100 (ven, 12 jan 2007) | 2 lines [MOD]blog: new perm tiki_p_assign_perm_blog ------------------------------------------------------------------------ r7635 | mose | 2007-01-12 15:04:11 +0100 (ven, 12 jan 2007) | 2 lines [MOD] register: indicate when login is email ------------------------------------------------------------------------ r7634 | mose | 2007-01-12 15:02:32 +0100 (ven, 12 jan 2007) | 2 lines [MOD] usermenu: added css option for a tryout of replacement of phplm with css-only version ------------------------------------------------------------------------ r7633 | mose | 2007-01-12 14:59:38 +0100 (ven, 12 jan 2007) | 2 lines [MOD] more timezone update ------------------------------------------------------------------------ r7632 | mose | 2007-01-12 14:55:33 +0100 (ven, 12 jan 2007) | 2 lines [MOD] tikicalendar: removed ephemeride ------------------------------------------------------------------------ r7631 | mose | 2007-01-12 14:54:33 +0100 (ven, 12 jan 2007) | 2 lines [FIX] timezone declaration in setup ------------------------------------------------------------------------ r7630 | sylvieg | 2007-01-11 23:54:16 +0100 (jeu, 11 jan 2007) | 2 lines [MOD]focus on the login text as you need to enter it ------------------------------------------------------------------------ r7629 | fmk_ca | 2007-01-11 02:40:37 +0100 (jeu, 11 jan 2007) | 2 lines MFB: Make sure is used when deleting cached image. Use article_image.php to display the image when editing an article, rather than creating a copy in /tmp ------------------------------------------------------------------------ r7628 | sylvieg | 2007-01-09 18:17:10 +0100 (mar, 09 jan 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7627 | sylvieg | 2007-01-09 17:04:32 +0100 (mar, 09 jan 2007) | 2 lines [MOD]calendar: can watch calendar ------------------------------------------------------------------------ r7626 | jyhem | 2007-01-09 16:58:49 +0100 (mar, 09 jan 2007) | 2 lines [FIX] tiki-page_bar should not be displayed while editing ------------------------------------------------------------------------ r7625 | jyhem | 2007-01-09 14:17:27 +0100 (mar, 09 jan 2007) | 2 lines some more translations, mainly related to file gals ------------------------------------------------------------------------ r7624 | sylvieg | 2007-01-08 22:11:52 +0100 (lun, 08 jan 2007) | 2 lines [FIX]copyright: duplicate lines ------------------------------------------------------------------------ r7623 | sylvieg | 2007-01-08 17:03:28 +0100 (lun, 08 jan 2007) | 2 lines [MOD]calendar: new Url param allCals to slect all the calendars ------------------------------------------------------------------------ r7622 | sylvieg | 2007-01-08 14:54:38 +0100 (lun, 08 jan 2007) | 2 lines [FIX]partial rollback to mose's commit: user can be null ------------------------------------------------------------------------ r7621 | sylvieg | 2007-01-07 22:07:19 +0100 (dim, 07 jan 2007) | 2 lines [FIX]actionlog: user can be null ------------------------------------------------------------------------ r7620 | sylvieg | 2007-01-06 23:25:47 +0100 (sam, 06 jan 2007) | 2 lines [FIX]plugin calendar: set the visible calendars to the plugin calendar ------------------------------------------------------------------------ r7619 | tombombadilom | 2007-01-06 17:33:32 +0100 (sam, 06 jan 2007) | 2 lines fixed ambigous sort_order query ------------------------------------------------------------------------ r7618 | mose | 2007-01-06 07:00:19 +0100 (sam, 06 jan 2007) | 2 lines [KIL] tikimovies are moving to mods ------------------------------------------------------------------------ r7617 | rlpowell | 2007-01-05 20:08:37 +0100 (ven, 05 jan 2007) | 2 lines Cleaned up some error handling. ------------------------------------------------------------------------ r7616 | sylvieg | 2007-01-05 15:51:06 +0100 (ven, 05 jan 2007) | 2 lines [FIX]quick_edit: perm checked can not be done in module because tiki_p_edit have been locally disabled(ex: a tiki-index on a page with no tiki_p_edit with disable the module). Perms checked must be done at module assignment ------------------------------------------------------------------------ r7615 | sylvieg | 2007-01-05 14:28:40 +0100 (ven, 05 jan 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7614 | mose | 2007-01-05 11:51:15 +0100 (ven, 05 jan 2007) | 2 lines [FIX] calendars: fixed organizer and participant parameters, still hugly, and will deserve a better gui, but at least it works. Also fixed some date/time setup ------------------------------------------------------------------------ r7613 | mose | 2007-01-05 10:17:24 +0100 (ven, 05 jan 2007) | 2 lines [FIX] calendar: fixed link for view calendar item ------------------------------------------------------------------------ r7612 | mose | 2007-01-05 10:11:20 +0100 (ven, 05 jan 2007) | 2 lines [FIX] calendar: disabled buttons +/- not working with jscalendar ------------------------------------------------------------------------ r7611 | mose | 2007-01-04 18:46:51 +0100 (jeu, 04 jan 2007) | 2 lines [FIX] trackers: user with perm to modify a tracker item should be able to delete items as well ------------------------------------------------------------------------ r7610 | mose | 2007-01-04 18:28:50 +0100 (jeu, 04 jan 2007) | 2 lines [FIX] trackers: user with perm to modify a tracker item should be able to delete items as well ------------------------------------------------------------------------ r7609 | sylvieg | 2007-01-04 16:58:41 +0100 (jeu, 04 jan 2007) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7608 | sylvieg | 2007-01-04 15:40:11 +0100 (jeu, 04 jan 2007) | 2 lines [FIX]A French title has only the first word letter in upper case ------------------------------------------------------------------------ r7607 | jyhem | 2007-01-04 15:30:16 +0100 (jeu, 04 jan 2007) | 2 lines some new strings for the calendar ------------------------------------------------------------------------ r7606 | mose | 2007-01-04 06:01:49 +0100 (jeu, 04 jan 2007) | 2 lines [MOD] quizz: using display_timezone ------------------------------------------------------------------------ r7605 | mose | 2007-01-04 05:55:26 +0100 (jeu, 04 jan 2007) | 2 lines [NEW] added farsi to 1.10 ------------------------------------------------------------------------ r7604 | mose | 2007-01-04 05:45:46 +0100 (jeu, 04 jan 2007) | 2 lines [MOD] user info: removed unused vraiable declaration ------------------------------------------------------------------------ r7603 | mose | 2007-01-04 05:38:50 +0100 (jeu, 04 jan 2007) | 2 lines [MOD] mytiki: removed unused code that moved a while ago to user_preferences ------------------------------------------------------------------------ r7602 | mose | 2007-01-04 03:36:12 +0100 (jeu, 04 jan 2007) | 2 lines [MOD] adminusers: user id rather than username ------------------------------------------------------------------------ r7601 | mose | 2007-01-04 02:54:21 +0100 (jeu, 04 jan 2007) | 2 lines [MOD] date format: simplified function call ------------------------------------------------------------------------ r7600 | sylvieg | 2007-01-03 18:32:26 +0100 (mer, 03 jan 2007) | 2 lines [FIX]batch files: use post method, the files list can be long ------------------------------------------------------------------------ r7599 | sylvieg | 2007-01-03 18:00:41 +0100 (mer, 03 jan 2007) | 2 lines [FIX]img: batch upload select all works as for files(you can unselect after you select all) ------------------------------------------------------------------------ r7598 | sylvieg | 2007-01-03 17:59:23 +0100 (mer, 03 jan 2007) | 2 lines [FIX]file: message to show file deleted from batch dir as in image bacth upload ------------------------------------------------------------------------ r7597 | sylvieg | 2007-01-03 17:46:13 +0100 (mer, 03 jan 2007) | 2 lines cvs header ------------------------------------------------------------------------ r7596 | sylvieg | 2007-01-03 17:42:25 +0100 (mer, 03 jan 2007) | 2 lines [FIX]files: fix select all ------------------------------------------------------------------------ r7595 | nyloth | 2007-01-03 17:03:26 +0100 (mer, 03 jan 2007) | 2 lines [FIX] fckeditor tikilink plugin : use correct variable names ------------------------------------------------------------------------ r7594 | nyloth | 2007-01-03 16:56:35 +0100 (mer, 03 jan 2007) | 2 lines [FIX] fckeditor tikilink plugin : initialize oLink and don't call oLink.getAttribute() if oLink is null (occurs when selecting text without a link) (fixes bugs in IE) ------------------------------------------------------------------------ r7593 | nyloth | 2007-01-03 15:44:15 +0100 (mer, 03 jan 2007) | 2 lines [FIX] fckeditor tikilink plugin : use 'className' instead of 'class' to change the value of the 'class' attribute, since 'class' is a reserved word which causes IE to raise an error. ------------------------------------------------------------------------ r7592 | mose | 2007-01-03 09:32:39 +0100 (mer, 03 jan 2007) | 2 lines [MOD] adapted smarty date modifiers to use setup timezone ------------------------------------------------------------------------ r7591 | mose | 2007-01-03 08:55:24 +0100 (mer, 03 jan 2007) | 2 lines [MOD] userprefs: made user can choose his own timezone ------------------------------------------------------------------------ r7590 | mose | 2007-01-03 06:23:12 +0100 (mer, 03 jan 2007) | 2 lines [MOD] added new pref server_timezone ------------------------------------------------------------------------ r7589 | mose | 2007-01-03 04:16:19 +0100 (mer, 03 jan 2007) | 2 lines [MOD] upgraded pear::date to v1.4.7 ------------------------------------------------------------------------ r7588 | mose | 2007-01-03 02:09:35 +0100 (mer, 03 jan 2007) | 2 lines [MOD] email validation by server check modified to use pear::net_dns ------------------------------------------------------------------------ r7587 | mose | 2007-01-03 01:58:13 +0100 (mer, 03 jan 2007) | 2 lines [NEW] added pear::Net_DNS class for universal and trustable email domain check ------------------------------------------------------------------------ r7586 | mose | 2007-01-03 01:55:33 +0100 (mer, 03 jan 2007) | 2 lines [MOD] login prefs: brought back validate email pref, and added a pref for using email as login ------------------------------------------------------------------------ r7585 | mose | 2007-01-03 00:36:53 +0100 (mer, 03 jan 2007) | 2 lines [KIL] date handling: removed unused methods, cleaning date internal system for finding the timezone grail ------------------------------------------------------------------------ r7584 | mose | 2007-01-03 00:31:55 +0100 (mer, 03 jan 2007) | 2 lines [MOD] watches: improved code for watches, for purpose to replace notification by extended watches (more to come) ------------------------------------------------------------------------ r7583 | sylvieg | 2007-01-02 20:13:03 +0100 (mar, 02 jan 2007) | 2 lines [FIX]newsletter: avoid subscribe a email=space ------------------------------------------------------------------------ r7582 | rlpowell | 2007-01-02 20:02:17 +0100 (mar, 02 jan 2007) | 2 lines Someone didn't finish their changes, left things broken. ------------------------------------------------------------------------ r7581 | sylvieg | 2007-01-02 17:18:00 +0100 (mar, 02 jan 2007) | 2 lines [FIX]img: do not show long, lat if gallery is not geo ------------------------------------------------------------------------ r7580 | sylvieg | 2007-01-02 14:56:35 +0100 (mar, 02 jan 2007) | 2 lines new icons ------------------------------------------------------------------------ r7579 | sylvieg | 2007-01-02 14:31:13 +0100 (mar, 02 jan 2007) | 2 lines [FIX]registration: fix group selected at registration time with a tracker ------------------------------------------------------------------------ r7578 | sylvieg | 2007-01-02 11:49:12 +0100 (mar, 02 jan 2007) | 2 lines [FIX]actionlog: button to actionlog view if perms ------------------------------------------------------------------------ r7577 | mose | 2007-01-02 09:19:45 +0100 (mar, 02 jan 2007) | 2 lines [FIX] layout: fixed and simplified display of left and right columnwhen optional ------------------------------------------------------------------------ r7576 | mose | 2007-01-01 13:20:21 +0100 (lun, 01 jan 2007) | 2 lines [FIX] headerlib: typo ------------------------------------------------------------------------ r7575 | mose | 2007-01-01 10:37:31 +0100 (lun, 01 jan 2007) | 2 lines [FIX] db: fixed upgrade in indexes ------------------------------------------------------------------------ r7574 | gregmartin | 2007-01-01 07:23:13 +0100 (lun, 01 jan 2007) | 2 lines Updated comments for validate_user (sorry!) ------------------------------------------------------------------------ r7573 | gregmartin | 2007-01-01 04:46:51 +0100 (lun, 01 jan 2007) | 6 lines Added support for authenticated bind to ldap for user search (prior to login). This is necessary for AD and other ldap that do not allow anonymous bind. Uses LDAP Admin User and LDAP Admin Pwd fields on Admin->Login page. ------------------------------------------------------------------------ r7572 | mose | 2007-01-01 00:17:15 +0100 (lun, 01 jan 2007) | 2 lines [FIX] wiki: removed page-bar in removepage panel, and added link back to page ------------------------------------------------------------------------ r7571 | rlpowell | 2006-12-31 21:18:03 +0100 (dim, 31 déc 2006) | 2 lines New module to show last modification time of a page. ------------------------------------------------------------------------ r7570 | mose | 2006-12-31 10:26:12 +0100 (dim, 31 déc 2006) | 2 lines [MOD] wiki: new pref to display page version next to lastmodif ------------------------------------------------------------------------ r7569 | mose | 2006-12-31 09:52:38 +0100 (dim, 31 déc 2006) | 2 lines [FIX] wiki: description field in editpage should not have a block style ------------------------------------------------------------------------ r7568 | mose | 2006-12-31 09:11:37 +0100 (dim, 31 déc 2006) | 2 lines [FIX] style: trying to rationalize styles setup ------------------------------------------------------------------------ r7567 | mose | 2006-12-31 08:09:25 +0100 (dim, 31 déc 2006) | 2 lines [FIX] styles: removed width=100% for center column ------------------------------------------------------------------------ r7566 | tombombadilom | 2006-12-31 08:07:48 +0100 (dim, 31 déc 2006) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r7565 | tombombadilom | 2006-12-31 02:07:53 +0100 (dim, 31 déc 2006) | 2 lines suppress double </td> ------------------------------------------------------------------------ r7564 | tombombadilom | 2006-12-31 02:04:33 +0100 (dim, 31 déc 2006) | 2 lines missing </td> ------------------------------------------------------------------------ r7563 | gregmartin | 2006-12-29 20:09:54 +0100 (ven, 29 déc 2006) | 2 lines Modified to support latest Pear:Auth (v1.3) ------------------------------------------------------------------------ r7562 | mose | 2006-12-29 12:17:49 +0100 (ven, 29 déc 2006) | 2 lines [MOD] smarty plugins: we do not want to expand tabs ------------------------------------------------------------------------ r7561 | mose | 2006-12-29 01:05:33 +0100 (ven, 29 déc 2006) | 2 lines [MOD] wiki edit: removed small declaration ducplication ------------------------------------------------------------------------ r7560 | mose | 2006-12-29 01:03:13 +0100 (ven, 29 déc 2006) | 2 lines [FIX] wysiwyg: indicate visually when wysiwyg is off in list of admin panels ------------------------------------------------------------------------ r7559 | mose | 2006-12-29 01:00:26 +0100 (ven, 29 déc 2006) | 2 lines [FIX] wysiwyg: when feature is off, enforce it is really off ------------------------------------------------------------------------ r7558 | mose | 2006-12-29 00:41:27 +0100 (ven, 29 déc 2006) | 2 lines [MOD] smarty: use_sub_dirs default to false as it brings more problems than real performance gain ------------------------------------------------------------------------ r7557 | rlpowell | 2006-12-28 21:12:57 +0100 (jeu, 28 déc 2006) | 2 lines Regex problems, and a missing redirect case. ------------------------------------------------------------------------ r7556 | tombombadilom | 2006-12-28 21:11:41 +0100 (jeu, 28 déc 2006) | 2 lines fixed $style bug ------------------------------------------------------------------------ r7555 | rlpowell | 2006-12-28 20:12:05 +0100 (jeu, 28 déc 2006) | 2 lines page bar was missing. ------------------------------------------------------------------------ r7554 | rlpowell | 2006-12-28 20:05:50 +0100 (jeu, 28 déc 2006) | 2 lines Minor fix pulled from main module.tpl to avoid PHP error message. ------------------------------------------------------------------------ r7553 | rlpowell | 2006-12-28 19:57:55 +0100 (jeu, 28 déc 2006) | 2 lines The template was calling for something that wasn't getting set. ------------------------------------------------------------------------ r7552 | mose | 2006-12-28 19:06:50 +0100 (jeu, 28 déc 2006) | 2 lines [MOD] db: ran convert script ------------------------------------------------------------------------ r7551 | mose | 2006-12-28 19:03:49 +0100 (jeu, 28 déc 2006) | 2 lines [KIL] epehemeride : more cleaning ------------------------------------------------------------------------ r7550 | mose | 2006-12-28 19:01:34 +0100 (jeu, 28 déc 2006) | 2 lines [KIL] tikicalendar: removed eph from list of things ------------------------------------------------------------------------ r7549 | mose | 2006-12-28 19:00:13 +0100 (jeu, 28 déc 2006) | 2 lines [KIL] removed ephemeride prefs ------------------------------------------------------------------------ r7548 | mose | 2006-12-28 18:57:26 +0100 (jeu, 28 déc 2006) | 2 lines [KIL] removed ephemeride table and perms ------------------------------------------------------------------------ r7547 | mose | 2006-12-28 18:56:05 +0100 (jeu, 28 déc 2006) | 2 lines [FIX] oops, removed tiki.sql, bad boy ------------------------------------------------------------------------ r7546 | mose | 2006-12-28 18:34:30 +0100 (jeu, 28 déc 2006) | 2 lines [KIL] removed ephemeride feature that is bugged, unknown and unused ------------------------------------------------------------------------ r7545 | mose | 2006-12-28 18:29:57 +0100 (jeu, 28 déc 2006) | 2 lines [MOD] db: changed login length to 200 and tuned some indexes ------------------------------------------------------------------------ r7544 | mose | 2006-12-28 18:15:18 +0100 (jeu, 28 déc 2006) | 2 lines [FIX] trackers watches: made trackers uses watches rather than events for consistency sake ------------------------------------------------------------------------ r7543 | mose | 2006-12-28 12:16:39 +0100 (jeu, 28 déc 2006) | 2 lines [MOD] watches: simplified method to get user watch ------------------------------------------------------------------------ r7542 | mose | 2006-12-28 11:54:47 +0100 (jeu, 28 déc 2006) | 2 lines [MOD] wiki: removed notifications from pageperms as it has nothing to do there, and removed page-bar as well ------------------------------------------------------------------------ r7541 | mose | 2006-12-28 10:55:17 +0100 (jeu, 28 déc 2006) | 2 lines [KIL] removed signal system option as it is not used anywhere ------------------------------------------------------------------------ r7540 | mose | 2006-12-28 07:27:05 +0100 (jeu, 28 déc 2006) | 2 lines [MOD] auth: removed HTTP_ACCEPT_CHARSET from cookie matching as some browsers don't provide it ------------------------------------------------------------------------ r7539 | mose | 2006-12-28 06:43:09 +0100 (jeu, 28 déc 2006) | 2 lines [FIX] rename user: added changes in recent tables, and removed some duplicate ------------------------------------------------------------------------ r7538 | mose | 2006-12-27 11:28:33 +0100 (mer, 27 déc 2006) | 2 lines [KIL] pear: removed unused libs ------------------------------------------------------------------------ r7537 | mose | 2006-12-27 11:17:07 +0100 (mer, 27 déc 2006) | 2 lines [MOD] PEAR::Auth : upgraded to version 1.4.3 (please test ldap and imap auth) ------------------------------------------------------------------------ r7536 | mose | 2006-12-27 10:48:13 +0100 (mer, 27 déc 2006) | 2 lines [MOD] module since last visit: made link to user information use userId rather than login, and moved direct link to assignperms to user information page ------------------------------------------------------------------------ r7535 | mose | 2006-12-27 10:38:42 +0100 (mer, 27 déc 2006) | 2 lines [MOD] avatar: made link to user information use userId rather than login ------------------------------------------------------------------------ r7534 | mose | 2006-12-27 10:34:42 +0100 (mer, 27 déc 2006) | 2 lines [MOD] user link: made link to user information use userId rather than login ------------------------------------------------------------------------ r7533 | mose | 2006-12-27 07:48:56 +0100 (mer, 27 déc 2006) | 2 lines [FIX] userinformation: fixed what user to display ------------------------------------------------------------------------ r7532 | mose | 2006-12-27 07:43:37 +0100 (mer, 27 déc 2006) | 2 lines [MOD] userprefs: made possible to get user preferences by id, and added existence check ------------------------------------------------------------------------ r7531 | mose | 2006-12-27 07:27:41 +0100 (mer, 27 déc 2006) | 2 lines [MOD] userinfo: made possible to get user information by id ------------------------------------------------------------------------ r7530 | mose | 2006-12-27 06:05:43 +0100 (mer, 27 déc 2006) | 2 lines [FIX] admin modules: avoid notices ------------------------------------------------------------------------ r7529 | mose | 2006-12-27 04:07:42 +0100 (mer, 27 déc 2006) | 2 lines [KIL] backups: removed that unreliable feature. do not give false hope, better rely on classic db backup tools (mysqldump, pg_dump, ..) ------------------------------------------------------------------------ r7528 | mose | 2006-12-27 03:55:54 +0100 (mer, 27 déc 2006) | 2 lines [MOD] register: made bad email do not require to type information again, and checked that user_tracker option still works fine ------------------------------------------------------------------------ r7527 | mose | 2006-12-27 03:08:46 +0100 (mer, 27 déc 2006) | 2 lines [MOD] registration: removed option to validate email, email validation is now simpler and performed in all cases ------------------------------------------------------------------------ r7526 | mose | 2006-12-27 03:05:51 +0100 (mer, 27 déc 2006) | 2 lines [MOD] blogs: changed syntax validation for destination emails of send_post feature ------------------------------------------------------------------------ r7525 | mose | 2006-12-27 03:03:31 +0100 (mer, 27 déc 2006) | 2 lines [MOD] trackers: changed syntax validation for email field type with something that works without doubt ------------------------------------------------------------------------ r7524 | mose | 2006-12-27 02:59:52 +0100 (mer, 27 déc 2006) | 2 lines [MOD] registration: removed call to snowcheckmail, replaced by a simple syntax validation ------------------------------------------------------------------------ r7523 | mose | 2006-12-27 02:41:14 +0100 (mer, 27 déc 2006) | 2 lines [KIL] testunit: removed unused test files ------------------------------------------------------------------------ r7522 | mose | 2006-12-26 18:33:11 +0100 (mar, 26 déc 2006) | 2 lines [FIX] rss: rss per items respect view perms (merge from 1.9) ------------------------------------------------------------------------ r7521 | mose | 2006-12-26 13:49:42 +0100 (mar, 26 déc 2006) | 2 lines [MOD] error handling: made error.tpl use tiki.tpl, then removed custom style error.tpl as they now are custom by the use of tiki.tpl ------------------------------------------------------------------------ r7520 | mose | 2006-12-25 16:15:26 +0100 (lun, 25 déc 2006) | 2 lines [KIL] removed more unused libs ------------------------------------------------------------------------ r7519 | mose | 2006-12-25 16:10:30 +0100 (lun, 25 déc 2006) | 2 lines [KIL] removed unused SOAP library ------------------------------------------------------------------------ r7518 | mose | 2006-12-25 15:55:15 +0100 (lun, 25 déc 2006) | 2 lines [FIX] layout: removed duplicate declaration (done in setup) ------------------------------------------------------------------------ r7517 | mose | 2006-12-25 15:53:52 +0100 (lun, 25 déc 2006) | 2 lines [FIX] admin: small html fix ------------------------------------------------------------------------ r7516 | mose | 2006-12-25 00:48:26 +0100 (lun, 25 déc 2006) | 2 lines [FIX] freetags: css typo ------------------------------------------------------------------------ r7515 | mose | 2006-12-24 03:37:43 +0100 (dim, 24 déc 2006) | 2 lines [MOD] adjust use of css class=flip ------------------------------------------------------------------------ r7514 | mose | 2006-12-24 03:28:32 +0100 (dim, 24 déc 2006) | 2 lines [FIX] calendar: style on buttons ------------------------------------------------------------------------ r7513 | mose | 2006-12-24 00:54:20 +0100 (dim, 24 déc 2006) | 2 lines [FIX] admin: fixed hover on firefox and changed color arbitrarily ------------------------------------------------------------------------ r7512 | mose | 2006-12-23 19:24:43 +0100 (sam, 23 déc 2006) | 2 lines [FIX] layouts: missing end of form ------------------------------------------------------------------------ r7511 | mose | 2006-12-23 19:12:20 +0100 (sam, 23 déc 2006) | 2 lines [FIX] cms: avoid notice ------------------------------------------------------------------------ r7510 | mose | 2006-12-23 18:28:51 +0100 (sam, 23 déc 2006) | 2 lines [FIX] cms: fix html detail ------------------------------------------------------------------------ r7509 | mose | 2006-12-23 18:28:05 +0100 (sam, 23 déc 2006) | 2 lines [MOD] edithelp: changed toggleBlock to flip js show/hide function ------------------------------------------------------------------------ r7508 | mose | 2006-12-23 18:03:31 +0100 (sam, 23 déc 2006) | 2 lines [FIX] cms: fixed edithelptool open/close and avoid notices ------------------------------------------------------------------------ r7507 | mose | 2006-12-23 17:52:34 +0100 (sam, 23 déc 2006) | 2 lines [FIX] imagegal: evoid notices ------------------------------------------------------------------------ r7506 | mose | 2006-12-23 16:53:02 +0100 (sam, 23 déc 2006) | 2 lines [FIX] imagegal: avoid notice ------------------------------------------------------------------------ r7505 | mose | 2006-12-23 16:47:26 +0100 (sam, 23 déc 2006) | 2 lines [FIX] wiki: treat structure information before translation for structures respect translations as well ------------------------------------------------------------------------ r7504 | mose | 2006-12-23 16:42:04 +0100 (sam, 23 déc 2006) | 2 lines [FIX] userwatch: display number of unread messages ------------------------------------------------------------------------ r7503 | mose | 2006-12-23 16:39:37 +0100 (sam, 23 déc 2006) | 2 lines [FIX] contacts: avoid notice ------------------------------------------------------------------------ r7502 | mose | 2006-12-23 16:19:48 +0100 (sam, 23 déc 2006) | 2 lines [FIX] userprefs: avoid notice ------------------------------------------------------------------------ r7501 | mose | 2006-12-23 16:17:02 +0100 (sam, 23 déc 2006) | 2 lines [FIX] mytiki: avoid notice ------------------------------------------------------------------------ r7500 | mose | 2006-12-23 16:15:41 +0100 (sam, 23 déc 2006) | 2 lines [FIX] modules: avoid notice ------------------------------------------------------------------------ r7499 | mose | 2006-12-23 14:42:37 +0100 (sam, 23 déc 2006) | 2 lines [FIX] modules: module controls improvement ------------------------------------------------------------------------ r7498 | mose | 2006-12-23 14:05:13 +0100 (sam, 23 déc 2006) | 2 lines [FIX] wiki: good parsing of content when html is used ------------------------------------------------------------------------ r7497 | mose | 2006-12-22 05:29:22 +0100 (ven, 22 déc 2006) | 2 lines [MOD] moved some admin-dedicated scripts to devtools ------------------------------------------------------------------------ r7496 | mose | 2006-12-22 05:22:31 +0100 (ven, 22 déc 2006) | 2 lines [KIL] cleaning tests/ dir ------------------------------------------------------------------------ r7495 | mose | 2006-12-22 05:17:21 +0100 (ven, 22 déc 2006) | 2 lines [MOD] setup: removed trackback pref ------------------------------------------------------------------------ r7494 | mose | 2006-12-22 05:13:59 +0100 (ven, 22 déc 2006) | 2 lines [KIL] removed snoopy GPL code that was used for blogs trackbacks ------------------------------------------------------------------------ r7493 | mose | 2006-12-22 05:11:49 +0100 (ven, 22 déc 2006) | 2 lines [MOD] blogs: cleaning : removed all trackback functionnality, as it is not working, and worse, it uses snoopy gpl code. If we need trackbacks, we cannot be satisfied with current implementation, then a new one would be required ------------------------------------------------------------------------ r7492 | mose | 2006-12-22 04:10:42 +0100 (ven, 22 déc 2006) | 2 lines [KIL] blogs: removed feature_trackbackpings because that is duplicate with feature_blogposts_pings (afaict) ------------------------------------------------------------------------ r7491 | mose | 2006-12-22 03:47:36 +0100 (ven, 22 déc 2006) | 2 lines [KIL] irclogs: unused, move to mods ------------------------------------------------------------------------ r7490 | mose | 2006-12-22 03:42:16 +0100 (ven, 22 déc 2006) | 2 lines [KIL] weather: unused lib ------------------------------------------------------------------------ r7487 | mose | 2006-12-22 03:30:17 +0100 (ven, 22 déc 2006) | 2 lines [KIL] homework: dead lib ------------------------------------------------------------------------ r7486 | mose | 2006-12-22 03:29:11 +0100 (ven, 22 déc 2006) | 2 lines [FIX] missing php handler in opening tag ------------------------------------------------------------------------ r7485 | mose | 2006-12-22 03:21:21 +0100 (ven, 22 déc 2006) | 2 lines [FIX] auth: made phpcas code conditional to its installation ------------------------------------------------------------------------ r7484 | mose | 2006-12-22 02:55:18 +0100 (ven, 22 déc 2006) | 2 lines [KIL] phpcas moved to mods ------------------------------------------------------------------------ r7481 | mose | 2006-12-22 02:03:13 +0100 (ven, 22 déc 2006) | 2 lines [FIX] admin general: fixed the theme setup ------------------------------------------------------------------------ r7480 | sylvieg | 2006-12-22 00:25:43 +0100 (ven, 22 déc 2006) | 2 lines notice ------------------------------------------------------------------------ r7479 | jyhem | 2006-12-21 20:25:06 +0100 (jeu, 21 déc 2006) | 2 lines download/upload now télécharger/envoyer consistently ------------------------------------------------------------------------ r7478 | sylvieg | 2006-12-21 17:16:23 +0100 (jeu, 21 déc 2006) | 2 lines [NEW]mytiki: new button linking to actionlog ------------------------------------------------------------------------ r7477 | sylvieg | 2006-12-21 17:14:15 +0100 (jeu, 21 déc 2006) | 2 lines [NEW]actionlog: new perm tiki_p_view_actionlog ------------------------------------------------------------------------ r7476 | sylvieg | 2006-12-21 16:28:11 +0100 (jeu, 21 déc 2006) | 2 lines bad merge ------------------------------------------------------------------------ r7475 | sylvieg | 2006-12-21 16:14:53 +0100 (jeu, 21 déc 2006) | 2 lines bad merge ------------------------------------------------------------------------ r7474 | mose | 2006-12-21 15:57:59 +0100 (jeu, 21 déc 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7473 | sylvieg | 2006-12-20 22:12:22 +0100 (mer, 20 déc 2006) | 2 lines [FIX]poll: missing param ------------------------------------------------------------------------ r7472 | sylvieg | 2006-12-20 20:15:49 +0100 (mer, 20 déc 2006) | 2 lines [FIX] some indexes to speed up ------------------------------------------------------------------------ r7471 | sylvieg | 2006-12-20 19:59:52 +0100 (mer, 20 déc 2006) | 2 lines [NEW]contribution: statistic on contributions ------------------------------------------------------------------------ r7470 | sylvieg | 2006-12-20 18:52:38 +0100 (mer, 20 déc 2006) | 2 lines notice ------------------------------------------------------------------------ r7469 | sylvieg | 2006-12-20 18:24:12 +0100 (mer, 20 déc 2006) | 2 lines [FIX]fgal: missing include ------------------------------------------------------------------------ r7468 | sylvieg | 2006-12-20 18:10:20 +0100 (mer, 20 déc 2006) | 2 lines typo ------------------------------------------------------------------------ r7467 | sylvieg | 2006-12-20 16:57:23 +0100 (mer, 20 déc 2006) | 2 lines [FIX]group: to be able to delete all the included groups ------------------------------------------------------------------------ r7466 | mose | 2006-12-20 14:11:05 +0100 (mer, 20 déc 2006) | 2 lines [FIX] install: added a clear of cache at install step to avoid ghost cache files ------------------------------------------------------------------------ r7465 | mose | 2006-12-20 13:46:13 +0100 (mer, 20 déc 2006) | 2 lines [FIX] setup: put back a check for existence of tables in db ------------------------------------------------------------------------ r7464 | mose | 2006-12-20 13:32:51 +0100 (mer, 20 déc 2006) | 2 lines [FIX] setup: removed duplicate var declaration ------------------------------------------------------------------------ r7463 | mose | 2006-12-20 13:25:39 +0100 (mer, 20 déc 2006) | 2 lines [FIX] styles: changed moreneat to tikineat default when no pref setup ------------------------------------------------------------------------ r7462 | mose | 2006-12-20 13:23:47 +0100 (mer, 20 déc 2006) | 2 lines [FIX] install: removed duplicate code due to merge ------------------------------------------------------------------------ r7461 | mose | 2006-12-20 13:22:55 +0100 (mer, 20 déc 2006) | 2 lines [FIX] setup: removed duplicate var declaration ------------------------------------------------------------------------ r7460 | gregmartin | 2006-12-19 12:39:37 +0100 (mar, 19 déc 2006) | 2 lines Added field so admin can specify LDAP version 3 for connections. Needed for OPENLDAP suppport and others ------------------------------------------------------------------------ r7459 | mose | 2006-12-19 03:21:07 +0100 (mar, 19 déc 2006) | 2 lines [FIX] setup: typo ------------------------------------------------------------------------ r7458 | mose | 2006-12-19 03:12:00 +0100 (mar, 19 déc 2006) | 2 lines [FIX] setup: added missing vars ------------------------------------------------------------------------ r7457 | mose | 2006-12-18 22:44:00 +0100 (lun, 18 déc 2006) | 2 lines [MOD] lang fr: made db-requests string smaller ------------------------------------------------------------------------ r7456 | mose | 2006-12-18 20:40:38 +0100 (lun, 18 déc 2006) | 2 lines [FIX] wysiwyg: fixed switch beetween wysiwyg and wikimode when it is optional ------------------------------------------------------------------------ r7455 | mose | 2006-12-18 20:33:15 +0100 (lun, 18 déc 2006) | 2 lines [FIX] wysiwyg: toolbar declaration fixed ------------------------------------------------------------------------ r7454 | mose | 2006-12-18 20:27:39 +0100 (lun, 18 déc 2006) | 2 lines [FIX] wysiwyg: oops that file was not commited, now admin panel should work ------------------------------------------------------------------------ r7453 | mose | 2006-12-18 20:24:41 +0100 (lun, 18 déc 2006) | 2 lines [FIX] admin: moved style declaration for admin home out of transition css ------------------------------------------------------------------------ r7452 | mose | 2006-12-18 20:12:23 +0100 (lun, 18 déc 2006) | 2 lines [FIX] wysiwyg: fixed case when pref is not setup yet and default toolbar is used from setup ------------------------------------------------------------------------ r7451 | mose | 2006-12-18 20:06:52 +0100 (lun, 18 déc 2006) | 2 lines [FIX] install: removed test on db as now defaults prefs are hardcoded ------------------------------------------------------------------------ r7450 | sylvieg | 2006-12-18 17:44:52 +0100 (lun, 18 déc 2006) | 2 lines [NEW]actionlog: a user can see his own log ------------------------------------------------------------------------ r7449 | ohertel | 2006-12-17 23:55:48 +0100 (dim, 17 déc 2006) | 2 lines [fix] make feed parser more tolerant to unknown tag parameters like <description somethinghere="..."> ------------------------------------------------------------------------ r7448 | fr_rodo | 2006-12-17 18:43:20 +0100 (dim, 17 déc 2006) | 2 lines [MOD] add a display field order for dates ------------------------------------------------------------------------ r7447 | fr_rodo | 2006-12-17 14:20:52 +0100 (dim, 17 déc 2006) | 2 lines [FIX] display coherence with other truncate method ------------------------------------------------------------------------ r7446 | fr_rodo | 2006-12-17 12:55:27 +0100 (dim, 17 déc 2006) | 2 lines [MOD] customize length of blog page name in lists ------------------------------------------------------------------------ r7445 | fr_rodo | 2006-12-17 12:29:23 +0100 (dim, 17 déc 2006) | 2 lines [MOD] customize length of wiki page name in lists ------------------------------------------------------------------------ r7444 | fr_rodo | 2006-12-17 11:48:27 +0100 (dim, 17 déc 2006) | 2 lines [MOD] customize length of article title ------------------------------------------------------------------------ r7443 | mose | 2006-12-17 09:39:40 +0100 (dim, 17 déc 2006) | 2 lines [FIX] auth: strengthening cookie-based auth, making cookies stolen by sniffing harder to exploit, and unusable for brute force password decrytpion ------------------------------------------------------------------------ r7442 | mose | 2006-12-17 08:59:35 +0100 (dim, 17 déc 2006) | 2 lines [FIX] setup: typo ------------------------------------------------------------------------ r7441 | mose | 2006-12-17 08:20:32 +0100 (dim, 17 déc 2006) | 2 lines [FIX] setup: added missing default prefs for rememberme ------------------------------------------------------------------------ r7440 | mose | 2006-12-17 07:51:43 +0100 (dim, 17 déc 2006) | 2 lines [FIX] modules: show/hide columns require a clear=both ------------------------------------------------------------------------ r7439 | mose | 2006-12-17 07:49:48 +0100 (dim, 17 déc 2006) | 2 lines [MOD] notepad: removed template type of note, and simplified code for wysiwyg use ------------------------------------------------------------------------ r7438 | mose | 2006-12-17 07:49:40 +0100 (dim, 17 déc 2006) | 2 lines [MOD] wysiwyg: extracted parsemode decision in a separate file for inclusion sake ------------------------------------------------------------------------ r7437 | sylvieg | 2006-12-16 20:48:04 +0100 (sam, 16 déc 2006) | 2 lines [MOD]poll: possibility in the admin poll panel to add a template poll to n pages and lock the page in a click ------------------------------------------------------------------------ r7436 | sylvieg | 2006-12-16 20:27:07 +0100 (sam, 16 déc 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r7435 | sylvieg | 2006-12-16 20:23:51 +0100 (sam, 16 déc 2006) | 2 lines bad merge - was interfering with the language module ------------------------------------------------------------------------ r7434 | sylvieg | 2006-12-16 20:16:40 +0100 (sam, 16 déc 2006) | 2 lines [FIX]categ: rollback code cleaning: itemId is a text for a page ------------------------------------------------------------------------ r7433 | sylvieg | 2006-12-16 20:01:30 +0100 (sam, 16 déc 2006) | 2 lines bad merge ------------------------------------------------------------------------ r7432 | sylvieg | 2006-12-16 19:58:24 +0100 (sam, 16 déc 2006) | 2 lines avoid one request ------------------------------------------------------------------------ r7431 | fr_rodo | 2006-12-16 19:50:55 +0100 (sam, 16 déc 2006) | 2 lines [MOD] add traduction to french for new fields 'w' and 'q' ------------------------------------------------------------------------ r7430 | sylvieg | 2006-12-16 19:41:32 +0100 (sam, 16 déc 2006) | 2 lines oops trace ------------------------------------------------------------------------ r7429 | sylvieg | 2006-12-16 14:02:08 +0100 (sam, 16 déc 2006) | 2 lines [FIX]fgal : a little more on lockedby ------------------------------------------------------------------------ r7428 | mose | 2006-12-16 13:03:18 +0100 (sam, 16 déc 2006) | 2 lines [FIX] modules: module_controls don't need to be inhibited in wikiplugin module ------------------------------------------------------------------------ r7427 | mose | 2006-12-16 12:57:24 +0100 (sam, 16 déc 2006) | 2 lines [KIL] workspaces: that style is now in mods (aulawiki) ------------------------------------------------------------------------ r7426 | mose | 2006-12-16 12:16:46 +0100 (sam, 16 déc 2006) | 2 lines [FIX] wysiwyg: damn, that tpl was missing ------------------------------------------------------------------------ r7425 | mose | 2006-12-16 12:16:17 +0100 (sam, 16 déc 2006) | 2 lines [FIX] wysiwyg: fixed wiki links with given label like in ((xx|yy)) ------------------------------------------------------------------------ r7424 | mose | 2006-12-16 11:30:28 +0100 (sam, 16 déc 2006) | 2 lines [FIX] tikineat: fixed display of linkbut links under ie ------------------------------------------------------------------------ r7423 | mose | 2006-12-16 11:02:57 +0100 (sam, 16 déc 2006) | 2 lines [FIX] layout: colspan=0 do not work with ie, so columns controls is better out of table ------------------------------------------------------------------------ r7422 | sylvieg | 2006-12-15 22:57:54 +0100 (ven, 15 déc 2006) | 2 lines [FIX]fgal: edit with unlock ------------------------------------------------------------------------ r7421 | sylvieg | 2006-12-15 22:29:18 +0100 (ven, 15 déc 2006) | 2 lines [FIX]fgal: mixed up date ------------------------------------------------------------------------ r7420 | fr_rodo | 2006-12-15 22:15:04 +0100 (ven, 15 déc 2006) | 2 lines [FIX] two or more fields with dynamic items lists and one of them has no selection then no initialization is done. ------------------------------------------------------------------------ r7419 | nyloth | 2006-12-15 17:02:15 +0100 (ven, 15 déc 2006) | 2 lines [FIX] SQL syntax bug in installation scripts ------------------------------------------------------------------------ r7418 | nyloth | 2006-12-15 16:55:56 +0100 (ven, 15 déc 2006) | 2 lines [FIX] SQL syntax bug in installation scripts ------------------------------------------------------------------------ r7417 | mose | 2006-12-15 15:06:04 +0100 (ven, 15 déc 2006) | 2 lines [FIX] wysiwyg tikilink: fixed selection grab ------------------------------------------------------------------------ r7416 | mose | 2006-12-15 14:50:25 +0100 (ven, 15 déc 2006) | 2 lines [MOD] notepad: applied wysiwyg pref to notepad ------------------------------------------------------------------------ r7415 | mose | 2006-12-15 14:33:17 +0100 (ven, 15 déc 2006) | 2 lines [MOD] notepad: style uniformization ------------------------------------------------------------------------ r7414 | mose | 2006-12-15 14:27:12 +0100 (ven, 15 déc 2006) | 2 lines [MOD] notepad: removed useless arguments from query ------------------------------------------------------------------------ r7413 | mose | 2006-12-15 14:19:54 +0100 (ven, 15 déc 2006) | 2 lines [MOD] notepad: presentation enhancements ------------------------------------------------------------------------ r7412 | mose | 2006-12-15 13:59:44 +0100 (ven, 15 déc 2006) | 2 lines [MOD] mose.css: removed obsolete tpl ------------------------------------------------------------------------ r7411 | sylvieg | 2006-12-15 12:56:47 +0100 (ven, 15 déc 2006) | 2 lines [FIX]fix merge ------------------------------------------------------------------------ r7410 | mose | 2006-12-15 08:06:20 +0100 (ven, 15 déc 2006) | 2 lines [FIX] wysiwyg: string fix ------------------------------------------------------------------------ r7409 | mose | 2006-12-15 08:04:10 +0100 (ven, 15 déc 2006) | 2 lines [FIX] wysiwyg: added support for link names ((link|name)) in tikilink editor plugin ------------------------------------------------------------------------ r7408 | mose | 2006-12-15 07:22:40 +0100 (ven, 15 déc 2006) | 2 lines [MOD] wysiwyg: made tikilink plugin use ((wiki)) syntax for storage and html for display ------------------------------------------------------------------------ r7407 | mose | 2006-12-15 06:45:38 +0100 (ven, 15 déc 2006) | 2 lines [FIX] wysiwyg: taking in account semi-parsing ------------------------------------------------------------------------ r7406 | mose | 2006-12-15 06:36:01 +0100 (ven, 15 déc 2006) | 2 lines [FIX] setup: merge erased recent changes, odd ------------------------------------------------------------------------ r7405 | mose | 2006-12-15 04:14:22 +0100 (ven, 15 déc 2006) | 2 lines [FIX] contacts: typo fix and add an edit link ------------------------------------------------------------------------ r7404 | mose | 2006-12-15 04:04:15 +0100 (ven, 15 déc 2006) | 2 lines [FIX] contacts: typo in sort mode ------------------------------------------------------------------------ r7403 | mose | 2006-12-15 04:00:47 +0100 (ven, 15 déc 2006) | 2 lines [MOD] calendar: url is to be built in tpl not in lib ------------------------------------------------------------------------ r7402 | mose | 2006-12-15 04:00:16 +0100 (ven, 15 déc 2006) | 2 lines [FIX] calendar: save date fix ------------------------------------------------------------------------ r7401 | mose | 2006-12-15 03:40:17 +0100 (ven, 15 déc 2006) | 2 lines [MOD] calendar: minor style improvement ------------------------------------------------------------------------ r7400 | mose | 2006-12-15 02:59:38 +0100 (ven, 15 déc 2006) | 2 lines [FIX] freetags: including style specific to freetags ------------------------------------------------------------------------ r7399 | fr_rodo | 2006-12-15 01:19:50 +0100 (ven, 15 déc 2006) | 5 lines [NEW] add a new dynamic field type Tested on IE7 and Firefox 1.5 & 2 (Windows,Linux,Solaris) TODO: Tests on older versions and others platforms (and others browsers) You can cascade this field type but unfortunatly,the initialization of cascaded fields is not done ! ------------------------------------------------------------------------ r7398 | fr_rodo | 2006-12-14 23:14:44 +0100 (jeu, 14 déc 2006) | 2 lines [FIX] display items of the first items list for the second items list when there is two items lists in the same tracker ------------------------------------------------------------------------ r7397 | sylvieg | 2006-12-14 21:50:43 +0100 (jeu, 14 déc 2006) | 2 lines bad merge ------------------------------------------------------------------------ r7396 | sylvieg | 2006-12-14 18:36:35 +0100 (jeu, 14 déc 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7395 | mose | 2006-12-14 17:56:23 +0100 (jeu, 14 déc 2006) | 2 lines [MOD] wysiwyg: admin options moved to wysiwyg admin panel ------------------------------------------------------------------------ r7394 | mose | 2006-12-14 17:56:05 +0100 (jeu, 14 déc 2006) | 2 lines [FIX] wysiwyg: fixed parsing options ------------------------------------------------------------------------ r7393 | sylvieg | 2006-12-14 17:40:33 +0100 (jeu, 14 déc 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7392 | mose | 2006-12-14 15:38:31 +0100 (jeu, 14 déc 2006) | 2 lines [MOD] wysiwyg: made an admin panel for fckeditor options, and also changed the preferences scheme, an automatic upgrade should be performed, but in case of, you should check wysiwyg admin panel options ------------------------------------------------------------------------ r7391 | sylvieg | 2006-12-14 15:37:29 +0100 (jeu, 14 déc 2006) | 2 lines [FIX]actionLog: sort_mode in the URL can not be empty ------------------------------------------------------------------------ r7390 | ang23 | 2006-12-14 10:39:08 +0100 (jeu, 14 déc 2006) | 2 lines typo: isStructure -> inStructure ------------------------------------------------------------------------ r7389 | mose | 2006-12-14 01:40:45 +0100 (jeu, 14 déc 2006) | 2 lines [FIX] wysiwyg: tuned styles menu to match tiki css ------------------------------------------------------------------------ r7388 | mose | 2006-12-13 21:49:53 +0100 (mer, 13 déc 2006) | 2 lines [MOD] css: separate css for freetags ------------------------------------------------------------------------ r7387 | sylvieg | 2006-12-13 21:29:47 +0100 (mer, 13 déc 2006) | 2 lines [MOD]tracker: can also sort the item on lastModif ans created date ------------------------------------------------------------------------ r7386 | mose | 2006-12-13 21:28:34 +0100 (mer, 13 déc 2006) | 2 lines [MOD] edithelp: mage edithelpzone follow an anchor ------------------------------------------------------------------------ r7385 | ohertel | 2006-12-13 21:23:35 +0100 (mer, 13 déc 2006) | 2 lines [fix] drop key before adding it (avoid multiple keys on the same field) ------------------------------------------------------------------------ r7384 | mose | 2006-12-13 17:04:56 +0100 (mer, 13 déc 2006) | 2 lines [FIX] fckeditor: harmonized styles to be used in editarea ------------------------------------------------------------------------ r7383 | mose | 2006-12-13 17:03:48 +0100 (mer, 13 déc 2006) | 2 lines [FIX] fckeditor: neat tune up ------------------------------------------------------------------------ r7382 | sylvieg | 2006-12-13 15:40:39 +0100 (mer, 13 déc 2006) | 2 lines typo ------------------------------------------------------------------------ r7381 | mose | 2006-12-13 15:40:12 +0100 (mer, 13 déc 2006) | 2 lines [FIX] fckeditor: correct var setup ------------------------------------------------------------------------ r7379 | sylvieg | 2006-12-13 15:30:57 +0100 (mer, 13 déc 2006) | 2 lines [FIX]ldap: if ldap method+ admin is managed by tiki, admin must be able to change password ------------------------------------------------------------------------ r7378 | mose | 2006-12-13 15:23:57 +0100 (mer, 13 déc 2006) | 2 lines [FIX] fckeditor: styles are now used asis in editarea ------------------------------------------------------------------------ r7377 | mose | 2006-12-13 15:22:37 +0100 (mer, 13 déc 2006) | 2 lines [FIX] fckeditor: unused var ------------------------------------------------------------------------ r7375 | hsaelens | 2006-12-13 14:05:21 +0100 (mer, 13 déc 2006) | 2 lines Fixed tiki-articles_rss.php?topicname=Some+Topic type of RSS feed URL. ------------------------------------------------------------------------ r7374 | mose | 2006-12-13 05:01:38 +0100 (mer, 13 déc 2006) | 2 lines [MOD] bluegreen: style tuning ------------------------------------------------------------------------ r7373 | mose | 2006-12-13 04:51:24 +0100 (mer, 13 déc 2006) | 2 lines [MOD] fckeditor: trial of adaptation of css to editarea on smartiki and tikineat ------------------------------------------------------------------------ r7372 | mose | 2006-12-13 04:42:57 +0100 (mer, 13 déc 2006) | 2 lines [MOD] fckeditor: found a better way for styles ------------------------------------------------------------------------ r7371 | mose | 2006-12-13 03:13:49 +0100 (mer, 13 déc 2006) | 2 lines [FIX] contacts: fixed notice ------------------------------------------------------------------------ r7370 | mose | 2006-12-13 03:07:14 +0100 (mer, 13 déc 2006) | 2 lines [FIX] admin: made more link go to anchor ------------------------------------------------------------------------ r7369 | mose | 2006-12-13 03:03:23 +0100 (mer, 13 déc 2006) | 2 lines [FIX] lastchanges wiki: bug in sql query ------------------------------------------------------------------------ r7368 | mose | 2006-12-13 02:58:20 +0100 (mer, 13 déc 2006) | 2 lines [FIX] wiki orphan pages: replaced icon ------------------------------------------------------------------------ r7367 | mose | 2006-12-13 02:55:45 +0100 (mer, 13 déc 2006) | 2 lines [FIX] wiki listpages: fixed numrows reserveation in navigation ------------------------------------------------------------------------ r7366 | mose | 2006-12-13 02:53:07 +0100 (mer, 13 déc 2006) | 2 lines [MOD] wiki: added a numrows field in listpage ------------------------------------------------------------------------ r7365 | mose | 2006-12-13 02:47:06 +0100 (mer, 13 déc 2006) | 2 lines [MOD] wiki: changed listpages display of edit icon ------------------------------------------------------------------------ r7364 | mose | 2006-12-13 02:42:00 +0100 (mer, 13 déc 2006) | 2 lines [FIX] wiki lastchanges: typo ------------------------------------------------------------------------ r7363 | mose | 2006-12-13 02:41:01 +0100 (mer, 13 déc 2006) | 2 lines [FIX] wiki: fixed sort order in lastchanges page ------------------------------------------------------------------------ r7362 | mose | 2006-12-13 02:29:43 +0100 (mer, 13 déc 2006) | 2 lines [FIX] wiki: avoiding notice ------------------------------------------------------------------------ r7361 | mose | 2006-12-13 02:25:00 +0100 (mer, 13 déc 2006) | 2 lines [MOD] fckeditor: tuned up the css of editing area ------------------------------------------------------------------------ r7360 | mose | 2006-12-13 00:44:57 +0100 (mer, 13 déc 2006) | 2 lines [FIX] calendar: avoid notices ------------------------------------------------------------------------ r7359 | mose | 2006-12-13 00:34:48 +0100 (mer, 13 déc 2006) | 2 lines [MOD] calendar: implemented deisplay of custom colors ------------------------------------------------------------------------ r7358 | mose | 2006-12-12 23:16:08 +0100 (mar, 12 déc 2006) | 2 lines [MOD] calendar: added optional color for group calendars ------------------------------------------------------------------------ r7357 | sylvieg | 2006-12-12 23:09:47 +0100 (mar, 12 déc 2006) | 2 lines [MOD] fgal: some more comments about how the directories must be set ------------------------------------------------------------------------ r7356 | sylvieg | 2006-12-12 20:30:34 +0100 (mar, 12 déc 2006) | 2 lines [MOD] icon upload ------------------------------------------------------------------------ r7355 | sylvieg | 2006-12-12 19:46:39 +0100 (mar, 12 déc 2006) | 2 lines [MOD]fgal: move icon ------------------------------------------------------------------------ r7354 | mose | 2006-12-12 19:43:57 +0100 (mar, 12 déc 2006) | 2 lines [FIX] headerlib: typo ------------------------------------------------------------------------ r7353 | mose | 2006-12-12 19:43:01 +0100 (mar, 12 déc 2006) | 2 lines [FIX] calendar: some cleaning ------------------------------------------------------------------------ r7352 | sylvieg | 2006-12-12 18:57:12 +0100 (mar, 12 déc 2006) | 2 lines [FIX]fgal: some fixes on file author field ------------------------------------------------------------------------ r7351 | sylvieg | 2006-12-12 18:22:55 +0100 (mar, 12 déc 2006) | 2 lines [NEW]fgal: fiel author field to be able to give the author name when the author is not registered + admin can change file creator ------------------------------------------------------------------------ r7350 | sylvieg | 2006-12-12 15:26:48 +0100 (mar, 12 déc 2006) | 2 lines [MOD]fgal: a message in the confirm box to know what you are deleting ------------------------------------------------------------------------ r7349 | mose | 2006-12-12 15:24:06 +0100 (mar, 12 déc 2006) | 2 lines [MOD] fckeditor: added description in page listing for tikilink ------------------------------------------------------------------------ r7348 | mose | 2006-12-12 15:21:11 +0100 (mar, 12 déc 2006) | 2 lines [MOD] fckeditor: added split by page view for wiki links, and find box ------------------------------------------------------------------------ r7347 | mose | 2006-12-12 15:20:59 +0100 (mar, 12 déc 2006) | 2 lines [MOD] fckeditor: bigger edit zone ------------------------------------------------------------------------ r7346 | nyloth | 2006-12-12 14:46:50 +0100 (mar, 12 déc 2006) | 2 lines [FIX] fckeditor: change in where the slash is ------------------------------------------------------------------------ r7345 | mose | 2006-12-12 14:18:42 +0100 (mar, 12 déc 2006) | 2 lines [FIX] fckeditor: change in where the slash is ------------------------------------------------------------------------ r7344 | mose | 2006-12-12 14:16:53 +0100 (mar, 12 déc 2006) | 2 lines [FIX] fckeditor: change in where the slash is ------------------------------------------------------------------------ r7343 | mose | 2006-12-12 11:35:18 +0100 (mar, 12 déc 2006) | 2 lines [NEW] fckeditor: new item in toolbox, tikilink to add a link to another wiki page (or other content, soon) ------------------------------------------------------------------------ r7342 | mose | 2006-12-12 10:56:24 +0100 (mar, 12 déc 2006) | 2 lines [NEW] fckeditor: new icon for tikilink plugin in wysiwyg mode ------------------------------------------------------------------------ r7341 | mose | 2006-12-12 04:03:46 +0100 (mar, 12 déc 2006) | 2 lines [MOD] utf8: experimental, moved utf-8 force to template, cause it was a problem for fckplugin ------------------------------------------------------------------------ r7340 | mose | 2006-12-12 03:26:15 +0100 (mar, 12 déc 2006) | 2 lines [MOD] fckeditor: made setup built by smarty, and using tiki environment variables and style ------------------------------------------------------------------------ r7339 | sylvieg | 2006-12-12 00:23:28 +0100 (mar, 12 déc 2006) | 2 lines [FIX]fgal: oops parentId must contain all the fgals not only the paginated fgals ------------------------------------------------------------------------ r7338 | sylvieg | 2006-12-12 00:03:46 +0100 (mar, 12 déc 2006) | 2 lines more ------------------------------------------------------------------------ r7337 | mose | 2006-12-11 23:36:16 +0100 (lun, 11 déc 2006) | 2 lines [MOD] admin panels: uniformized use of admin functions, made code much shorter, and also moved wiki attachment options to wiki admin panel ------------------------------------------------------------------------ r7336 | mose | 2006-12-11 22:16:42 +0100 (lun, 11 déc 2006) | 2 lines [FIX] db: convertscript rollup ------------------------------------------------------------------------ r7335 | sylvieg | 2006-12-11 19:45:23 +0100 (lun, 11 déc 2006) | 2 lines [MOD]fgal: default sort mode can also be on description ------------------------------------------------------------------------ r7334 | jyhem | 2006-12-11 19:09:49 +0100 (lun, 11 déc 2006) | 2 lines some new translations and minor corrections, topic->sujet ------------------------------------------------------------------------ r7333 | jyhem | 2006-12-11 18:44:29 +0100 (lun, 11 déc 2006) | 2 lines some new translations and minor corrections ------------------------------------------------------------------------ r7332 | sylvieg | 2006-12-11 15:46:20 +0100 (lun, 11 déc 2006) | 2 lines [FIX]fgal rollback author to creator ( it can be confusing) ------------------------------------------------------------------------ r7331 | sylvieg | 2006-12-11 15:40:34 +0100 (lun, 11 déc 2006) | 2 lines [MOD]fgal: do not display modified field in files list if the file has not been modified ------------------------------------------------------------------------ r7330 | franck | 2006-12-11 01:41:08 +0100 (lun, 11 déc 2006) | 2 lines FIX: RRSS uses : ------------------------------------------------------------------------ r7329 | ohertel | 2006-12-10 13:34:55 +0100 (dim, 10 déc 2006) | 2 lines [sec] intertiki fix ------------------------------------------------------------------------ r7328 | sylvieg | 2006-12-09 15:36:53 +0100 (sam, 09 déc 2006) | 2 lines oops ------------------------------------------------------------------------ r7327 | sylvieg | 2006-12-09 15:24:51 +0100 (sam, 09 déc 2006) | 2 lines [MOD]fgal: pref to say deafuklt sort mode in list file galleries ------------------------------------------------------------------------ r7326 | sylvieg | 2006-12-09 14:39:02 +0100 (sam, 09 déc 2006) | 2 lines icons ------------------------------------------------------------------------ r7325 | sylvieg | 2006-12-09 14:37:14 +0100 (sam, 09 déc 2006) | 2 lines [MOD]fgal: can show last modification date and user on gallery basis ------------------------------------------------------------------------ r7324 | sylvieg | 2006-12-09 00:16:30 +0100 (sam, 09 déc 2006) | 2 lines [FIX]speed: missing key to speed up ------------------------------------------------------------------------ r7323 | ohertel | 2006-12-08 22:44:43 +0100 (ven, 08 déc 2006) | 2 lines icons replaced ------------------------------------------------------------------------ r7322 | ohertel | 2006-12-08 21:59:19 +0100 (ven, 08 déc 2006) | 2 lines only list tracker items in categs when feature_trackers is on ------------------------------------------------------------------------ r7321 | sylvieg | 2006-12-08 21:59:08 +0100 (ven, 08 déc 2006) | 2 lines [MOD]confirm action: a description to know what you are confirming ------------------------------------------------------------------------ r7320 | sylvieg | 2006-12-08 21:56:41 +0100 (ven, 08 déc 2006) | 2 lines [MOD]usability: in the confirm screen keep the 'click to confirm' button and add a title with the comment if any - otherwise it is hard to understand you have to click on the action description ------------------------------------------------------------------------ r7319 | ohertel | 2006-12-08 21:55:28 +0100 (ven, 08 déc 2006) | 2 lines wrong icon ------------------------------------------------------------------------ r7318 | ohertel | 2006-12-08 21:52:15 +0100 (ven, 08 déc 2006) | 2 lines new icon path (silk set) added to Icon selection paths ------------------------------------------------------------------------ r7317 | ohertel | 2006-12-08 21:50:05 +0100 (ven, 08 déc 2006) | 2 lines cleanup casing and edit/delete text -> icons ------------------------------------------------------------------------ r7316 | sylvieg | 2006-12-08 19:46:35 +0100 (ven, 08 déc 2006) | 2 lines [FIX]register: do not go through SnowCheckMail at tracker filling time - the user has already confirms that it is the right email ------------------------------------------------------------------------ r7315 | sylvieg | 2006-12-08 16:09:54 +0100 (ven, 08 déc 2006) | 2 lines [FIX]registration: change var group to chosenGroup because of interference ------------------------------------------------------------------------ r7314 | sylvieg | 2006-12-08 16:08:27 +0100 (ven, 08 déc 2006) | 2 lines [FIX]tracker: when tracker is filled at registration, do not check the perms - the uiser is not registered yet (check on tiki-register.php url) ------------------------------------------------------------------------ r7313 | sylvieg | 2006-12-08 14:58:55 +0100 (ven, 08 déc 2006) | 2 lines [FIX]notice ------------------------------------------------------------------------ r7312 | mose | 2006-12-08 14:57:50 +0100 (ven, 08 déc 2006) | 2 lines [FIX] lang: made i18n panel use the available lang selection ------------------------------------------------------------------------ r7311 | sylvieg | 2006-12-08 14:55:04 +0100 (ven, 08 déc 2006) | 2 lines [FIX]lang ------------------------------------------------------------------------ r7310 | mose | 2006-12-08 14:49:31 +0100 (ven, 08 déc 2006) | 2 lines [FIX] lang: fixing short language list ------------------------------------------------------------------------ r7309 | mose | 2006-12-08 14:46:14 +0100 (ven, 08 déc 2006) | 2 lines [MOD] calendar: displaying currently selected group calendar ------------------------------------------------------------------------ r7308 | sylvieg | 2006-12-08 14:25:00 +0100 (ven, 08 déc 2006) | 2 lines syntax error ------------------------------------------------------------------------ r7307 | sylvieg | 2006-12-08 13:08:09 +0100 (ven, 08 déc 2006) | 2 lines [MOD]top page bar top: obliged to hardcoded a valign:top to have the icons at the top if the categories list is long: TODO use div ------------------------------------------------------------------------ r7306 | mose | 2006-12-08 12:03:57 +0100 (ven, 08 déc 2006) | 2 lines [MOD] calendar: made url field optional ------------------------------------------------------------------------ r7305 | mose | 2006-12-08 11:57:33 +0100 (ven, 08 déc 2006) | 2 lines [FIX] langs: made language list reduction effective when short param is set, too ------------------------------------------------------------------------ r7304 | mose | 2006-12-08 11:49:36 +0100 (ven, 08 déc 2006) | 2 lines [FIX] langs: list of available languages now follow the pref set. to get full list of languages, add a third param with value true to $tikilib->list_languages ------------------------------------------------------------------------ r7303 | mose | 2006-12-08 10:49:25 +0100 (ven, 08 déc 2006) | 2 lines [FIX] calendar: improved delete calendar, so it also delete extra options ------------------------------------------------------------------------ r7302 | mose | 2006-12-08 10:37:46 +0100 (ven, 08 déc 2006) | 2 lines [FIX] calendar: fixed deletion of calendar when custom participant is enabled ------------------------------------------------------------------------ r7301 | mose | 2006-12-08 10:33:53 +0100 (ven, 08 déc 2006) | 2 lines [FIX] tikicalendar: fixed link to each item ------------------------------------------------------------------------ r7300 | mose | 2006-12-08 10:23:42 +0100 (ven, 08 déc 2006) | 2 lines [FIX] wiki: added pagebar to backlinks page ------------------------------------------------------------------------ r7299 | mose | 2006-12-08 10:22:35 +0100 (ven, 08 déc 2006) | 2 lines [MOD] pdf: removed useless call to pref already called in setup ------------------------------------------------------------------------ r7298 | mose | 2006-12-08 02:32:16 +0100 (ven, 08 déc 2006) | 2 lines [FIX] diff: some more tuning for diff with html ------------------------------------------------------------------------ r7297 | mose | 2006-12-08 02:24:33 +0100 (ven, 08 déc 2006) | 2 lines [FIX] diff: some more tuning for diff with html ------------------------------------------------------------------------ r7296 | mose | 2006-12-08 02:17:25 +0100 (ven, 08 déc 2006) | 2 lines [FIX] diff: tried some diff enhancement when page is html created by wysiwyg ------------------------------------------------------------------------ r7294 | mose | 2006-12-08 01:26:36 +0100 (ven, 08 déc 2006) | 2 lines [FIX] pdf: enhanced display, and avoiding using structures when only pdf for a page is requested ------------------------------------------------------------------------ r7293 | sylvieg | 2006-12-07 22:58:46 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] no value in the query - must be passed with bindvars ------------------------------------------------------------------------ r7292 | mose | 2006-12-07 22:50:31 +0100 (jeu, 07 déc 2006) | 2 lines [MOD] headerlib: added coments with rank numbers ------------------------------------------------------------------------ r7291 | sylvieg | 2006-12-07 19:53:35 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] rollback filter list_articles on group until it is fixed(commit on nov 24 / hangerman) ------------------------------------------------------------------------ r7290 | mose | 2006-12-07 18:21:24 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] structures: better chances that structure tree export respect utf8 ------------------------------------------------------------------------ r7289 | mose | 2006-12-07 18:07:28 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] calendar: fixed url of links in tiki calendar ------------------------------------------------------------------------ r7288 | mose | 2006-12-07 18:01:57 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] fckeditor: temporary fix to avoid having too many ../ in a link because it can trigger some security blockers in proxies ------------------------------------------------------------------------ r7287 | sylvieg | 2006-12-07 14:25:28 +0100 (jeu, 07 déc 2006) | 2 lines [MOD]do not need anymore the correctPNG function ------------------------------------------------------------------------ r7286 | mose | 2006-12-07 14:07:26 +0100 (jeu, 07 déc 2006) | 2 lines [MOD] wiki: made page_bar display only wiki help when in edit mode ------------------------------------------------------------------------ r7285 | mose | 2006-12-07 12:02:16 +0100 (jeu, 07 déc 2006) | 2 lines [MOD] wiki: replace the minor edit checkbox by a submit button ------------------------------------------------------------------------ r7284 | mose | 2006-12-07 11:34:25 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] icons: corrected a badly converted icon ------------------------------------------------------------------------ r7283 | mose | 2006-12-07 11:07:55 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] icons: also converted admin icons to 8bits using gimp ------------------------------------------------------------------------ r7282 | mose | 2006-12-07 10:47:31 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] icons: converted all icons using gimp ------------------------------------------------------------------------ r7281 | mose | 2006-12-07 09:53:19 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] icons: better transform images with gimp ------------------------------------------------------------------------ r7280 | mose | 2006-12-07 09:44:40 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] icons: test of another way to reduce colors ------------------------------------------------------------------------ r7279 | mose | 2006-12-07 08:34:21 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] imagegals: removed duplicated methods (from merge probably) ------------------------------------------------------------------------ r7278 | mose | 2006-12-07 07:45:46 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] imagegal: prevent storage move to fs if directory not found from imagegal prefs ------------------------------------------------------------------------ r7277 | mose | 2006-12-07 05:42:56 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] wiki: why would anonymous have edit perm on sandbox when not able to edit other pages ? ------------------------------------------------------------------------ r7276 | mose | 2006-12-07 05:33:56 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] structures: forced charset for export tree ------------------------------------------------------------------------ r7275 | mose | 2006-12-07 05:01:20 +0100 (jeu, 07 déc 2006) | 2 lines [FIX] icons: reduced png icons to 8bits for ie compat ------------------------------------------------------------------------ r7274 | fr_rodo | 2006-12-06 20:47:54 +0100 (mer, 06 déc 2006) | 2 lines [MOD] select blogs posts only for authorized blogs (last_blog_posts module) ------------------------------------------------------------------------ r7273 | sylvieg | 2006-12-06 20:10:10 +0100 (mer, 06 déc 2006) | 2 lines [FIX]fgal archive: som cleaning ------------------------------------------------------------------------ r7272 | sylvieg | 2006-12-06 19:36:17 +0100 (mer, 06 déc 2006) | 2 lines [FIX]fgal: do no pass an empty sort_mode ------------------------------------------------------------------------ r7271 | mose | 2006-12-06 14:28:35 +0100 (mer, 06 déc 2006) | 2 lines [FIX] styles: table cannot use width:100% because in that case the width is inherited by included tables in IE, then we need to get some width=100% back in html, sorry for full-css lovers ------------------------------------------------------------------------ r7270 | hangerman | 2006-12-06 10:12:20 +0100 (mer, 06 déc 2006) | 2 lines [FIX] Commited too much ------------------------------------------------------------------------ r7269 | mose | 2006-12-06 09:54:17 +0100 (mer, 06 déc 2006) | 2 lines [FIX] calendar: display button for edit item only when an item is selected ------------------------------------------------------------------------ r7268 | mose | 2006-12-06 09:50:10 +0100 (mer, 06 déc 2006) | 2 lines [FIX] calendar: removed debug statement ------------------------------------------------------------------------ r7267 | mose | 2006-12-06 09:47:47 +0100 (mer, 06 déc 2006) | 2 lines [FIX] calendar: fixed bug in first save of item ------------------------------------------------------------------------ r7266 | mose | 2006-12-06 08:18:40 +0100 (mer, 06 déc 2006) | 2 lines [FIX] calendar: fixed duration parameter handling ------------------------------------------------------------------------ r7265 | sylvieg | 2006-12-05 22:37:30 +0100 (mar, 05 déc 2006) | 2 lines [MOD]tracker: usablity (show id as used next line) ------------------------------------------------------------------------ r7264 | mose | 2006-12-05 21:47:12 +0100 (mar, 05 déc 2006) | 2 lines [FIX] calendar: fixed calendar was not preserved when saving item ------------------------------------------------------------------------ r7263 | hangerman | 2006-12-05 18:28:05 +0100 (mar, 05 déc 2006) | 2 lines [NEW] Allow an user to specify the fields to display for the list-item component of the tracker ------------------------------------------------------------------------ r7262 | mose | 2006-12-05 14:49:50 +0100 (mar, 05 déc 2006) | 2 lines [FIX] calendar: display calendar name in item view panel ------------------------------------------------------------------------ r7261 | mose | 2006-12-05 14:21:23 +0100 (mar, 05 déc 2006) | 2 lines [MOD] fckeditor: have a saller default toolbarset ------------------------------------------------------------------------ r7260 | mose | 2006-12-05 11:26:09 +0100 (mar, 05 déc 2006) | 2 lines [MOD] calendars: added options to choose what is displayed in popup and what is not ------------------------------------------------------------------------ r7259 | mose | 2006-12-05 08:22:17 +0100 (mar, 05 déc 2006) | 2 lines [MOD] calendar: added a new perm for event details ------------------------------------------------------------------------ r7258 | sylvieg | 2006-12-04 21:38:46 +0100 (lun, 04 déc 2006) | 2 lines [FIX]fgal upload: list the file galleries on name_asc (diffcult to find a gal if sort on a date if no sort option) ------------------------------------------------------------------------ r7257 | sylvieg | 2006-12-04 21:10:39 +0100 (lun, 04 déc 2006) | 2 lines oops ------------------------------------------------------------------------ r7256 | mose | 2006-12-04 16:33:57 +0100 (lun, 04 déc 2006) | 2 lines [MOD] wiki: arbitrarily moved lang selector under the edit box, for having editzone more visible ------------------------------------------------------------------------ r7255 | mose | 2006-12-04 15:54:45 +0100 (lun, 04 déc 2006) | 2 lines [FIX] fckeditor: added an option for having wysywig by default in case of it is optional ------------------------------------------------------------------------ r7254 | mose | 2006-12-04 15:23:20 +0100 (lun, 04 déc 2006) | 2 lines [FIX] fckeditor: made fck accept an external configuration file specifically used by tiki ------------------------------------------------------------------------ r7253 | mose | 2006-12-04 12:00:25 +0100 (lun, 04 déc 2006) | 2 lines [FIX] freetags: fixed js used to add tags in form field ------------------------------------------------------------------------ r7252 | mose | 2006-12-04 11:21:13 +0100 (lun, 04 déc 2006) | 2 lines [MOD] wiki: page bar cleaning ------------------------------------------------------------------------ r7251 | mose | 2006-12-04 11:20:37 +0100 (lun, 04 déc 2006) | 2 lines [MOD] categs: code style fix ------------------------------------------------------------------------ r7250 | mose | 2006-12-04 11:19:02 +0100 (lun, 04 déc 2006) | 2 lines [FIX] forums: section declaration ------------------------------------------------------------------------ r7249 | mose | 2006-12-04 11:03:38 +0100 (lun, 04 déc 2006) | 2 lines [MOD] wiki: tuning page bar display ------------------------------------------------------------------------ r7248 | mose | 2006-12-04 10:22:12 +0100 (lun, 04 déc 2006) | 2 lines [FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work done) ------------------------------------------------------------------------ r7247 | mose | 2006-12-04 10:20:08 +0100 (lun, 04 déc 2006) | 2 lines [FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work in progress) ------------------------------------------------------------------------ r7246 | mose | 2006-12-04 10:11:44 +0100 (lun, 04 déc 2006) | 2 lines [FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work in progress) ------------------------------------------------------------------------ r7245 | mose | 2006-12-04 10:03:02 +0100 (lun, 04 déc 2006) | 2 lines [FIX] wiki: moved page_bar in wiki pages rather, its place is not in tiki.tpl (work in progress) ------------------------------------------------------------------------ r7244 | mose | 2006-12-04 01:08:45 +0100 (lun, 04 déc 2006) | 2 lines [MOD] appmenu: removed links on folders, so now clicking on separator item opens the list of included items ------------------------------------------------------------------------ r7243 | mose | 2006-12-04 00:47:08 +0100 (lun, 04 déc 2006) | 2 lines [FIX] features admin: removed multilingual prefs that are now in a separate panel, and fixed holes in list ------------------------------------------------------------------------ r7242 | mose | 2006-12-04 00:00:56 +0100 (lun, 04 déc 2006) | 2 lines [FIX] forums: fixed sections declaration ------------------------------------------------------------------------ r7241 | sylvieg | 2006-12-03 23:18:57 +0100 (dim, 03 déc 2006) | 2 lines [FIX] fgal: onwner of a file but not of the gallery can also delete the file ------------------------------------------------------------------------ r7240 | mose | 2006-12-03 23:13:28 +0100 (dim, 03 déc 2006) | 2 lines [MOD] wiki: removed duplicated var declaration ------------------------------------------------------------------------ r7239 | mose | 2006-12-03 23:11:02 +0100 (dim, 03 déc 2006) | 2 lines [MOD] forums: gui improvements ------------------------------------------------------------------------ r7238 | mose | 2006-12-03 22:49:03 +0100 (dim, 03 déc 2006) | 2 lines [FIX] blogs: fixed sections declaration ------------------------------------------------------------------------ r7237 | sylvieg | 2006-12-03 22:43:45 +0100 (dim, 03 déc 2006) | 2 lines [FIX]fgal zip: can handle also .ZIP extension ------------------------------------------------------------------------ r7236 | mose | 2006-12-03 22:43:06 +0100 (dim, 03 déc 2006) | 2 lines [FIX] blogs: creator field was not available at blog creation step, now it is (for dthacker) ------------------------------------------------------------------------ r7235 | mose | 2006-12-03 22:36:44 +0100 (dim, 03 déc 2006) | 2 lines [MOD] blogs: made heading param for blogs optional ------------------------------------------------------------------------ r7234 | mose | 2006-12-03 19:40:46 +0100 (dim, 03 déc 2006) | 2 lines [FIX] cms: fixed section declaration ------------------------------------------------------------------------ r7233 | mose | 2006-12-03 19:33:38 +0100 (dim, 03 déc 2006) | 2 lines [FIX] imagegal: fixed section declaration ------------------------------------------------------------------------ r7232 | mose | 2006-12-03 19:08:52 +0100 (dim, 03 déc 2006) | 2 lines [FIX] sections: removed duplicated declarations ------------------------------------------------------------------------ r7231 | mose | 2006-12-03 19:08:41 +0100 (dim, 03 déc 2006) | 2 lines [FIX] wiki: fixed section declaration ------------------------------------------------------------------------ r7230 | mose | 2006-12-03 18:17:08 +0100 (dim, 03 déc 2006) | 2 lines [FIX] newsreader: fixed var name colliding with login var ------------------------------------------------------------------------ r7229 | mose | 2006-12-03 18:10:20 +0100 (dim, 03 déc 2006) | 2 lines [FIX] newsreader: fixed mark command ------------------------------------------------------------------------ r7228 | mose | 2006-12-03 18:05:47 +0100 (dim, 03 déc 2006) | 2 lines [FIX] newsreader: fixed var name colliding with login var ------------------------------------------------------------------------ r7227 | mose | 2006-12-03 17:50:35 +0100 (dim, 03 déc 2006) | 2 lines [FIX] newsreader: fixed var name colliding with login var ------------------------------------------------------------------------ r7226 | mose | 2006-12-03 17:47:37 +0100 (dim, 03 déc 2006) | 2 lines [MOD] newsreader: fixed section declaration ------------------------------------------------------------------------ r7225 | mose | 2006-12-03 17:44:10 +0100 (dim, 03 déc 2006) | 2 lines [MOD] features admin: moved newsreader under users features block ------------------------------------------------------------------------ r7224 | mose | 2006-12-03 17:38:56 +0100 (dim, 03 déc 2006) | 2 lines [FIX] mytiki: defining sections ------------------------------------------------------------------------ r7223 | mose | 2006-12-03 17:30:51 +0100 (dim, 03 déc 2006) | 2 lines [FIX] notepad: fixed section declaration ------------------------------------------------------------------------ r7222 | mose | 2006-12-03 17:27:11 +0100 (dim, 03 déc 2006) | 2 lines [FIX] messu: fixed section declaration ------------------------------------------------------------------------ r7221 | mose | 2006-12-03 17:26:41 +0100 (dim, 03 déc 2006) | 2 lines [FIX] mytiki: defining sections ------------------------------------------------------------------------ r7220 | mose | 2006-12-03 16:36:26 +0100 (dim, 03 déc 2006) | 2 lines [FIX] tiki calendar: proper menu rank number ------------------------------------------------------------------------ r7219 | mose | 2006-12-03 15:59:55 +0100 (dim, 03 déc 2006) | 2 lines [FIX] theme control: fixed theme control to be headerlib compliant ------------------------------------------------------------------------ r7218 | mose | 2006-12-03 14:50:49 +0100 (dim, 03 déc 2006) | 2 lines [FIX] tiki calendar: also called action calendar, it's now separate from groups calendar, and perms goes to 'tiki' section ------------------------------------------------------------------------ r7217 | mose | 2006-12-03 03:34:26 +0100 (dim, 03 déc 2006) | 2 lines [MOD] calendar: added new option for calendars: day start and day end hours, for smaller select menu in edit forms (one new table tiki_calendar_options) ------------------------------------------------------------------------ r7216 | mose | 2006-12-03 03:19:13 +0100 (dim, 03 déc 2006) | 2 lines [MOD] select_time: added an optional hours_minmax param ------------------------------------------------------------------------ r7215 | mose | 2006-12-03 01:27:28 +0100 (dim, 03 déc 2006) | 2 lines [MOD] calendar: style improvement ------------------------------------------------------------------------ r7214 | mose | 2006-12-03 00:39:27 +0100 (dim, 03 déc 2006) | 2 lines [MOD] calendar: added view mode for events ------------------------------------------------------------------------ r7213 | mose | 2006-12-03 00:36:23 +0100 (dim, 03 déc 2006) | 2 lines [MOD] calendar: css is now globalized for calendar ------------------------------------------------------------------------ r7212 | mose | 2006-12-02 20:35:22 +0100 (sam, 02 déc 2006) | 2 lines [MOD] css: made main style managed by headerlib, and experimental modular css system tried on calendar section ------------------------------------------------------------------------ r7211 | mose | 2006-12-02 19:31:01 +0100 (sam, 02 déc 2006) | 2 lines [FIX] wiki: made editpage comply with section theme control ------------------------------------------------------------------------ r7210 | mose | 2006-12-02 19:24:54 +0100 (sam, 02 déc 2006) | 2 lines [FIX] wiki: removed duplicated code ------------------------------------------------------------------------ r7209 | mose | 2006-12-02 18:43:40 +0100 (sam, 02 déc 2006) | 2 lines [MOD] wiki: purification of html code at save time ------------------------------------------------------------------------ r7208 | mose | 2006-12-02 18:42:13 +0100 (sam, 02 déc 2006) | 2 lines [NEW] html-purify: added new lgpl library for sanitization of html produced by fckeditor ------------------------------------------------------------------------ r7207 | mose | 2006-12-02 18:30:26 +0100 (sam, 02 déc 2006) | 2 lines [FIX] calendar: fixed bug in hour saved for events ------------------------------------------------------------------------ r7206 | sylvieg | 2006-12-02 13:40:28 +0100 (sam, 02 déc 2006) | 2 lines [mod]fgal icon: if not icon the alt img is the type not default + {tr} ne more actif there ------------------------------------------------------------------------ r7205 | mose | 2006-12-02 04:29:26 +0100 (sam, 02 déc 2006) | 2 lines [MOD] wiki to pdf: panel minor design improvement ------------------------------------------------------------------------ r7204 | mose | 2006-12-02 04:22:41 +0100 (sam, 02 déc 2006) | 2 lines [MOD] multilingual: added a link to create new page from translation panel ------------------------------------------------------------------------ r7203 | sylvieg | 2006-12-01 23:27:59 +0100 (ven, 01 déc 2006) | 2 lines [MOD]fgal: can specify on a gallery basis the default sort order(tired about created_desc ------------------------------------------------------------------------ r7202 | sylvieg | 2006-12-01 23:19:25 +0100 (ven, 01 déc 2006) | 2 lines [MOD]fgal: can specify on a gallery basis the default sort order(tired about created_desc ------------------------------------------------------------------------ r7201 | sylvieg | 2006-12-01 22:51:46 +0100 (ven, 01 déc 2006) | 2 lines [FIX]html compliance ------------------------------------------------------------------------ r7200 | mose | 2006-12-01 21:49:04 +0100 (ven, 01 déc 2006) | 2 lines [MOD] categories: improved show/hide js for categ chooser ------------------------------------------------------------------------ r7199 | sylvieg | 2006-12-01 20:37:54 +0100 (ven, 01 déc 2006) | 2 lines [MOD]menu: a select all button/checkbox to delete a set of menu options ------------------------------------------------------------------------ r7198 | sylvieg | 2006-12-01 19:15:47 +0100 (ven, 01 déc 2006) | 2 lines [MOD]perms: a select all button/checkbox to delete a set of perms ------------------------------------------------------------------------ r7197 | sylvieg | 2006-12-01 15:51:48 +0100 (ven, 01 déc 2006) | 2 lines [FIX]userlink: do not show empty or nul info ------------------------------------------------------------------------ r7196 | mose | 2006-12-01 12:10:04 +0100 (ven, 01 déc 2006) | 2 lines [FIX] userlink: fixed userdistance call to the proper lib ------------------------------------------------------------------------ r7195 | mose | 2006-12-01 12:00:19 +0100 (ven, 01 déc 2006) | 2 lines [MOD] calendar: style improvement ------------------------------------------------------------------------ r7194 | mose | 2006-12-01 10:20:50 +0100 (ven, 01 déc 2006) | 2 lines [FIX] trackers: fixe jscalendar display ------------------------------------------------------------------------ r7193 | mose | 2006-12-01 09:48:26 +0100 (ven, 01 déc 2006) | 2 lines [FIX] calendar: unused file ------------------------------------------------------------------------ r7192 | mose | 2006-12-01 08:07:51 +0100 (ven, 01 déc 2006) | 2 lines [MOD] calendar: huge overhaul. work is still in progress, calendar is not functionnal at the moment. Please wait for update. Changes involve mostly a split in several files, simplification of the code, usability enhancements, and import/export impovement for sync purrposes ------------------------------------------------------------------------ r7191 | mose | 2006-12-01 08:02:47 +0100 (ven, 01 déc 2006) | 2 lines [NEW] calendar: lgpl ical library ------------------------------------------------------------------------ r7190 | mose | 2006-12-01 07:57:30 +0100 (ven, 01 déc 2006) | 2 lines [FIX] contacts: missing icon ------------------------------------------------------------------------ r7189 | sylvieg | 2006-11-30 23:57:56 +0100 (jeu, 30 nov 2006) | 2 lines [FIX]plugin articles: topic param was no more supported without change in the help message- it is back ------------------------------------------------------------------------ r7188 | mose | 2006-11-30 23:00:39 +0100 (jeu, 30 nov 2006) | 2 lines [FIX] module freetags: missing end of div ------------------------------------------------------------------------ r7187 | lfagundes | 2006-11-30 21:31:13 +0100 (jeu, 30 nov 2006) | 2 lines [FIX] pagination broken in tracker items ------------------------------------------------------------------------ r7186 | lfagundes | 2006-11-30 21:26:56 +0100 (jeu, 30 nov 2006) | 2 lines [FIX] db changes in tracker were only in upgrade script ------------------------------------------------------------------------ r7185 | sylvieg | 2006-11-30 21:03:17 +0100 (jeu, 30 nov 2006) | 2 lines [fix]fgal: to use in plugin the tpl ------------------------------------------------------------------------ r7184 | sylvieg | 2006-11-30 21:01:57 +0100 (jeu, 30 nov 2006) | 2 lines [FIX]fgal: do not list all gals if look only for subgal ------------------------------------------------------------------------ r7183 | sylvieg | 2006-11-30 20:56:39 +0100 (jeu, 30 nov 2006) | 2 lines [FIX]notice ------------------------------------------------------------------------ r7182 | sylvieg | 2006-11-30 16:51:13 +0100 (jeu, 30 nov 2006) | 2 lines oops ------------------------------------------------------------------------ r7181 | sylvieg | 2006-11-30 16:45:41 +0100 (jeu, 30 nov 2006) | 2 lines [NEW]perm: tiki_p_assign_perm_file_gallery (the perms you can assign are limited to those you have ------------------------------------------------------------------------ r7180 | sylvieg | 2006-11-30 13:06:51 +0100 (jeu, 30 nov 2006) | 2 lines [MOD]icons ------------------------------------------------------------------------ r7179 | mose | 2006-11-30 08:19:38 +0100 (jeu, 30 nov 2006) | 2 lines [FIX] security admin: forgotten version declaration ------------------------------------------------------------------------ r7178 | mose | 2006-11-30 08:11:53 +0100 (jeu, 30 nov 2006) | 2 lines [MOD] rss: set the default value for refresh to 30 minutes ------------------------------------------------------------------------ r7177 | lmoss | 2006-11-30 02:47:55 +0100 (jeu, 30 nov 2006) | 2 lines Increase article submission title length to 255 ------------------------------------------------------------------------ r7176 | rlpowell | 2006-11-30 01:41:45 +0100 (jeu, 30 nov 2006) | 2 lines sizeof doesn't work for strings. ------------------------------------------------------------------------ r7175 | sylvieg | 2006-11-29 23:43:40 +0100 (mer, 29 nov 2006) | 2 lines [SEC]file_offset and file_sort_mode chacking ------------------------------------------------------------------------ r7174 | sylvieg | 2006-11-29 23:16:08 +0100 (mer, 29 nov 2006) | 2 lines [FIX]blog: user creator was broken+move the html to tpl ------------------------------------------------------------------------ r7173 | sylvieg | 2006-11-29 22:49:22 +0100 (mer, 29 nov 2006) | 2 lines [FIX]blog: rollback the perm checking because 1)do not check the special perms 2)avoid an additional query ------------------------------------------------------------------------ r7172 | sylvieg | 2006-11-29 19:40:51 +0100 (mer, 29 nov 2006) | 2 lines [NEW]fgal: show up sub_galleries if any in list files of a gallery ------------------------------------------------------------------------ r7171 | sylvieg | 2006-11-29 19:37:37 +0100 (mer, 29 nov 2006) | 2 lines [NEW]fgal: show up sub_galleries if any ------------------------------------------------------------------------ r7170 | sylvieg | 2006-11-29 19:29:08 +0100 (mer, 29 nov 2006) | 2 lines [FIX]html compliance ------------------------------------------------------------------------ r7169 | sylvieg | 2006-11-29 19:21:59 +0100 (mer, 29 nov 2006) | 2 lines [FIX]html compliance ------------------------------------------------------------------------ r7168 | mose | 2006-11-29 17:42:55 +0100 (mer, 29 nov 2006) | 2 lines [MOD] contacts: made addressbook group-sharable ------------------------------------------------------------------------ r7167 | sylvieg | 2006-11-29 17:09:14 +0100 (mer, 29 nov 2006) | 2 lines [FIX]tra can be called earlier ------------------------------------------------------------------------ r7166 | mose | 2006-11-29 16:00:23 +0100 (mer, 29 nov 2006) | 2 lines [FIX] wikiplugin module: avoid notice ------------------------------------------------------------------------ r7165 | mose | 2006-11-29 15:38:40 +0100 (mer, 29 nov 2006) | 2 lines [FIX] avoid notice ------------------------------------------------------------------------ r7164 | mose | 2006-11-29 15:21:02 +0100 (mer, 29 nov 2006) | 2 lines [FIX] fckeditor: managed handling of special characters in wysiwyg mode ------------------------------------------------------------------------ r7161 | mose | 2006-11-29 11:39:10 +0100 (mer, 29 nov 2006) | 2 lines [FIX] error reporting: fixed global var name ------------------------------------------------------------------------ r7160 | mose | 2006-11-29 11:29:53 +0100 (mer, 29 nov 2006) | 2 lines [NEW] fckeditor: integrated fckeditor for wiki pages edit ------------------------------------------------------------------------ r7159 | mose | 2006-11-29 11:23:41 +0100 (mer, 29 nov 2006) | 2 lines [NEW] fckeditor: new files for fckeditor wysiwyg feature ------------------------------------------------------------------------ r7156 | mose | 2006-11-29 07:07:49 +0100 (mer, 29 nov 2006) | 2 lines [FIX] style adjustment ------------------------------------------------------------------------ r7155 | fr_rodo | 2006-11-29 01:36:04 +0100 (mer, 29 nov 2006) | 2 lines [NEW] add sequential auto-increment number ------------------------------------------------------------------------ r7154 | fr_rodo | 2006-11-29 01:30:26 +0100 (mer, 29 nov 2006) | 2 lines [NEW] add sequential auto-increment number ------------------------------------------------------------------------ r7153 | mose | 2006-11-28 23:27:55 +0100 (mar, 28 nov 2006) | 2 lines [FIX] trackers: textarea can be parsed by a field option ------------------------------------------------------------------------ r7152 | sylvieg | 2006-11-28 20:29:22 +0100 (mar, 28 nov 2006) | 2 lines [FIX] oops ------------------------------------------------------------------------ r7151 | sylvieg | 2006-11-28 17:20:21 +0100 (mar, 28 nov 2006) | 2 lines [FIX]fgal archive sort ------------------------------------------------------------------------ r7150 | sylvieg | 2006-11-28 17:05:53 +0100 (mar, 28 nov 2006) | 2 lines [MOD]fgal archive: so also the original file for usability ------------------------------------------------------------------------ r7149 | hangerman | 2006-11-28 16:23:27 +0100 (mar, 28 nov 2006) | 2 lines Wiki parsed string for tracker Item text area ------------------------------------------------------------------------ r7148 | hangerman | 2006-11-28 16:23:18 +0100 (mar, 28 nov 2006) | 2 lines [FIX]Get category name ------------------------------------------------------------------------ r7147 | sylvieg | 2006-11-28 15:54:54 +0100 (mar, 28 nov 2006) | 2 lines [FIX]fgal archives: do not archive a file if no file change(only desc, categ...) (to not duplicate file) ------------------------------------------------------------------------ r7146 | sylvieg | 2006-11-28 15:34:12 +0100 (mar, 28 nov 2006) | 2 lines [FIX]error: change the name errors to phpErrors because it interfers with tiki-upload_files errors for instance ------------------------------------------------------------------------ r7145 | mose | 2006-11-28 14:52:29 +0100 (mar, 28 nov 2006) | 2 lines [REL] fixed version number ------------------------------------------------------------------------ r7144 | fr_rodo | 2006-11-28 11:01:27 +0100 (mar, 28 nov 2006) | 2 lines [FIX] tasks : The question mark in the request URL is missing ------------------------------------------------------------------------ r7143 | sylvieg | 2006-11-28 08:59:17 +0100 (mar, 28 nov 2006) | 2 lines [FIX]missing</div> ------------------------------------------------------------------------ r7142 | sylvieg | 2006-11-28 08:52:17 +0100 (mar, 28 nov 2006) | 2 lines [FIX]some html compliance ------------------------------------------------------------------------ r7141 | mose | 2006-11-28 08:32:11 +0100 (mar, 28 nov 2006) | 2 lines [NEW] contacts: new groups contacts feature, for sharing contacts across groups ------------------------------------------------------------------------ r7140 | mose | 2006-11-28 08:24:53 +0100 (mar, 28 nov 2006) | 2 lines [NEW] contacts: new feature user contacts, which is in fact a split of the webmail addressbook ------------------------------------------------------------------------ r7139 | mose | 2006-11-28 08:16:46 +0100 (mar, 28 nov 2006) | 2 lines [NEW] contacts: new feature user contacts, which is in fact a split of the webmail addressbook ------------------------------------------------------------------------ r7138 | mose | 2006-11-28 06:36:32 +0100 (mar, 28 nov 2006) | 2 lines [FIX] categs: made the display of items to add in categs conditional to feature activation ------------------------------------------------------------------------ r7137 | mose | 2006-11-28 06:26:03 +0100 (mar, 28 nov 2006) | 2 lines [FIX] error reporting: fixed badly placed var ------------------------------------------------------------------------ r7136 | mose | 2006-11-28 06:17:11 +0100 (mar, 28 nov 2006) | 2 lines [FIX] filegals: changing filegal info now updates the tiki_object entry used in categories ------------------------------------------------------------------------ r7135 | lmoss | 2006-11-28 03:55:01 +0100 (mar, 28 nov 2006) | 2 lines Increased article title length to 255 ------------------------------------------------------------------------ r7134 | sylvieg | 2006-11-27 22:41:29 +0100 (lun, 27 nov 2006) | 2 lines [FIX]fgal: delete file and archive ------------------------------------------------------------------------ r7133 | sylvieg | 2006-11-27 22:24:13 +0100 (lun, 27 nov 2006) | 2 lines [FIX]fgal: the locker can also edit the file ------------------------------------------------------------------------ r7132 | sylvieg | 2006-11-27 20:23:56 +0100 (lun, 27 nov 2006) | 2 lines oops trace ------------------------------------------------------------------------ r7131 | sylvieg | 2006-11-27 20:14:15 +0100 (lun, 27 nov 2006) | 2 lines [FIX]fgal: delete file and archives ------------------------------------------------------------------------ r7130 | sylvieg | 2006-11-27 19:56:35 +0100 (lun, 27 nov 2006) | 2 lines typo ------------------------------------------------------------------------ r7129 | hangerman | 2006-11-27 18:49:20 +0100 (lun, 27 nov 2006) | 2 lines Bug in no multiligual textarea ------------------------------------------------------------------------ r7128 | hangerman | 2006-11-27 18:01:03 +0100 (lun, 27 nov 2006) | 2 lines Buggy tracker owner listing ------------------------------------------------------------------------ r7127 | mose | 2006-11-27 16:14:07 +0100 (lun, 27 nov 2006) | 2 lines [FIX] made login validation respect the minimum password length defined in admin login panel ------------------------------------------------------------------------ r7126 | mose | 2006-11-27 11:16:53 +0100 (lun, 27 nov 2006) | 2 lines [FIX] sections: fixed section name ------------------------------------------------------------------------ r7125 | mose | 2006-11-27 11:14:16 +0100 (lun, 27 nov 2006) | 2 lines [MOD] small style modifs ------------------------------------------------------------------------ r7124 | hangerman | 2006-11-27 09:45:46 +0100 (lun, 27 nov 2006) | 2 lines Autocreate a category for each tracker Items ------------------------------------------------------------------------ r7121 | mose | 2006-11-25 11:35:49 +0100 (sam, 25 nov 2006) | 2 lines some more icons to be used in calendar ------------------------------------------------------------------------ r7120 | hangerman | 2006-11-24 18:36:35 +0100 (ven, 24 nov 2006) | 2 lines Add shortcut for direct editing - correct little cut/paste mistake ------------------------------------------------------------------------ r7119 | hangerman | 2006-11-24 18:33:37 +0100 (ven, 24 nov 2006) | 2 lines Rollback, I commit the wrong file ------------------------------------------------------------------------ r7118 | hangerman | 2006-11-24 18:30:52 +0100 (ven, 24 nov 2006) | 2 lines Add shortcut for direct editing ------------------------------------------------------------------------ r7117 | hangerman | 2006-11-24 18:30:43 +0100 (ven, 24 nov 2006) | 2 lines Add multilingual textfield + Textarea for trackers items ------------------------------------------------------------------------ r7116 | hangerman | 2006-11-24 18:28:19 +0100 (ven, 24 nov 2006) | 2 lines Add tracker Items created by a specific user in get_user_items ------------------------------------------------------------------------ r7115 | mose | 2006-11-24 17:39:20 +0100 (ven, 24 nov 2006) | 2 lines [MOD] calendar: added a pref to setup first day of week. Calendars work is in progress, don't update if you use it, more commits will come next days ------------------------------------------------------------------------ r7114 | sylvieg | 2006-11-24 13:53:32 +0100 (ven, 24 nov 2006) | 2 lines oops ------------------------------------------------------------------------ r7113 | sylvieg | 2006-11-24 13:51:21 +0100 (ven, 24 nov 2006) | 2 lines [FIX] a lost one ------------------------------------------------------------------------ r7112 | sylvieg | 2006-11-24 13:47:26 +0100 (ven, 24 nov 2006) | 2 lines [NEW]fgal: can archive the files on a gallery basis ------------------------------------------------------------------------ r7111 | sylvieg | 2006-11-24 13:43:27 +0100 (ven, 24 nov 2006) | 2 lines [NEW]fgal: can archive the files on a category basis ------------------------------------------------------------------------ r7110 | mose | 2006-11-24 11:32:39 +0100 (ven, 24 nov 2006) | 2 lines [FIX] sections: fixed declaration of enabled sections ------------------------------------------------------------------------ r7109 | mose | 2006-11-24 10:34:56 +0100 (ven, 24 nov 2006) | 2 lines [FIX] install: incremented version number that was forgotten ------------------------------------------------------------------------ r7108 | mose | 2006-11-24 10:27:22 +0100 (ven, 24 nov 2006) | 2 lines [FIX] install: moved the tra() function in a separate file, to fix installer need ------------------------------------------------------------------------ r7107 | mose | 2006-11-23 19:51:07 +0100 (jeu, 23 nov 2006) | 2 lines [KIL] pearwikiparser: removed option box as this code is not in there anymore ------------------------------------------------------------------------ r7106 | mose | 2006-11-23 19:35:01 +0100 (jeu, 23 nov 2006) | 2 lines [MOD] removed list_sections functions as now setup provides this information ------------------------------------------------------------------------ r7105 | mose | 2006-11-23 19:33:25 +0100 (jeu, 23 nov 2006) | 2 lines [MOD] layout control: made list of section extracted from setup rather than arbitrary list_sections ------------------------------------------------------------------------ r7104 | mose | 2006-11-23 19:26:46 +0100 (jeu, 23 nov 2006) | 2 lines [MOD] themecontrol: made list of section extracted from setup rather than arbitrary list_sections, and introduced a new var section_enabled which holds only enabled features ------------------------------------------------------------------------ r7103 | mose | 2006-11-23 18:50:31 +0100 (jeu, 23 nov 2006) | 2 lines [MOD] banning: made list of section extracted from setup rather from arbitrary list of sections ------------------------------------------------------------------------ r7102 | mose | 2006-11-23 18:48:44 +0100 (jeu, 23 nov 2006) | 2 lines [FIX] prefs: reported list of sections used by theme control to section declaration in tiki-setup.php ------------------------------------------------------------------------ r7101 | sylvieg | 2006-11-23 14:34:36 +0100 (jeu, 23 nov 2006) | 2 lines translation update ------------------------------------------------------------------------ r7100 | mose | 2006-11-23 02:21:56 +0100 (jeu, 23 nov 2006) | 2 lines [KIL] removed unused item in array of prefs available ------------------------------------------------------------------------ r7099 | mose | 2006-11-23 01:41:32 +0100 (jeu, 23 nov 2006) | 2 lines [FIX] freetags: better form action ------------------------------------------------------------------------ r7098 | mose | 2006-11-22 14:33:03 +0100 (mer, 22 nov 2006) | 2 lines [KIL] workspaces moved to aulawiki mods ------------------------------------------------------------------------ r7097 | franck | 2006-11-22 04:15:33 +0100 (mer, 22 nov 2006) | 2 lines [MOD] Articles: can list by categories ------------------------------------------------------------------------ r7096 | mose | 2006-11-22 03:34:36 +0100 (mer, 22 nov 2006) | 2 lines [MOD] smartiki: style improvement ------------------------------------------------------------------------ r7095 | mose | 2006-11-22 02:42:41 +0100 (mer, 22 nov 2006) | 2 lines [MOD] error_reporting: placed this code in footer.tpl rather than tiki.tpl, then all themes have it ------------------------------------------------------------------------ r7094 | mose | 2006-11-22 01:26:49 +0100 (mer, 22 nov 2006) | 2 lines [MOD] translation: made {tr} use tra() rather than duplicating code, and added a possibility to have a lang/xx/custom.php for extra language declaration ------------------------------------------------------------------------ r7093 | mose | 2006-11-22 01:24:46 +0100 (mer, 22 nov 2006) | 2 lines [FIX] update of tiki.sql without prefs and with less default perms (watch tracker default perm for registered was strange) ------------------------------------------------------------------------ r7092 | mose | 2006-11-22 01:18:20 +0100 (mer, 22 nov 2006) | 2 lines [MOD] prefs: added missing prefs defaults in tiki-setup.php, and removed preferences defaults fron tiki.sql, to avoid double-inputs. Now defaults prefs all are to be declared in tiki-setup.php under the proper section ------------------------------------------------------------------------ r7091 | sylvieg | 2006-11-21 21:32:24 +0100 (mar, 21 nov 2006) | 2 lines [FIX]newsreader: username and password can be empty ------------------------------------------------------------------------ r7090 | sylvieg | 2006-11-21 21:26:31 +0100 (mar, 21 nov 2006) | 2 lines [FIX] username can not be empty ------------------------------------------------------------------------ r7089 | sylvieg | 2006-11-21 21:22:01 +0100 (mar, 21 nov 2006) | 2 lines [FIX] notice ------------------------------------------------------------------------ r7088 | sylvieg | 2006-11-21 18:44:17 +0100 (mar, 21 nov 2006) | 2 lines [FIX] notice ------------------------------------------------------------------------ r7087 | mose | 2006-11-21 16:23:45 +0100 (mar, 21 nov 2006) | 2 lines [SEC] stronger protection against js injection ------------------------------------------------------------------------ r7086 | mose | 2006-11-21 16:00:50 +0100 (mar, 21 nov 2006) | 2 lines [MOD] error reporting: made it buffered and displayerd in a hidden box at bottom of the page. needs to be spreaded in all tiki.tpl files ------------------------------------------------------------------------ r7085 | mose | 2006-11-21 15:45:18 +0100 (mar, 21 nov 2006) | 2 lines [FIX] avoid notice ------------------------------------------------------------------------ r7084 | mose | 2006-11-21 15:35:22 +0100 (mar, 21 nov 2006) | 2 lines [MOD] admin: made the box with more links switchable ------------------------------------------------------------------------ r7083 | sylvieg | 2006-11-21 13:05:14 +0100 (mar, 21 nov 2006) | 2 lines [FIX] notice ------------------------------------------------------------------------ r7082 | bluestrain | 2006-11-21 06:22:56 +0100 (mar, 21 nov 2006) | 2 lines [FIX] Corrected Help URL to point to Permissions Settings page on d.tw.o ------------------------------------------------------------------------ r7081 | franck | 2006-11-21 05:48:23 +0100 (mar, 21 nov 2006) | 2 lines [FIX] events wikiplugin ------------------------------------------------------------------------ r7080 | mose | 2006-11-21 03:13:26 +0100 (mar, 21 nov 2006) | 2 lines [MOD] smartiki style improvement ------------------------------------------------------------------------ r7079 | mose | 2006-11-21 02:27:46 +0100 (mar, 21 nov 2006) | 2 lines [MOD] smartiki: style mader simpler ------------------------------------------------------------------------ r7078 | mose | 2006-11-21 02:20:44 +0100 (mar, 21 nov 2006) | 2 lines [KIL] removed unused pear::tewt_wiki calls ------------------------------------------------------------------------ r7077 | mose | 2006-11-21 02:14:07 +0100 (mar, 21 nov 2006) | 2 lines [FIX] trackback pings are off by default ------------------------------------------------------------------------ r7076 | franck | 2006-11-21 01:38:17 +0100 (mar, 21 nov 2006) | 2 lines [Feature] upcoming and current events ------------------------------------------------------------------------ r7075 | franck | 2006-11-21 00:52:07 +0100 (mar, 21 nov 2006) | 2 lines [Feature] Events(calendar) list wiki plugin ------------------------------------------------------------------------ r7074 | sylvieg | 2006-11-21 00:16:26 +0100 (mar, 21 nov 2006) | 2 lines [MOD]upload file: some cleaning ------------------------------------------------------------------------ r7073 | sylvieg | 2006-11-20 22:27:26 +0100 (lun, 20 nov 2006) | 2 lines [FIX]: notice ------------------------------------------------------------------------ r7072 | sylvieg | 2006-11-20 22:14:05 +0100 (lun, 20 nov 2006) | 2 lines [FIX] notice ------------------------------------------------------------------------ r7071 | sylvieg | 2006-11-20 21:42:29 +0100 (lun, 20 nov 2006) | 2 lines [FIX] notice ------------------------------------------------------------------------ r7070 | sylvieg | 2006-11-20 20:13:20 +0100 (lun, 20 nov 2006) | 2 lines [FIX] notice ------------------------------------------------------------------------ r7069 | sylvieg | 2006-11-20 19:01:51 +0100 (lun, 20 nov 2006) | 2 lines [FIX] notice ------------------------------------------------------------------------ r7068 | sylvieg | 2006-11-20 18:52:33 +0100 (lun, 20 nov 2006) | 2 lines [FIX]fgal: sort the list in the dropdown on the name ------------------------------------------------------------------------ r7067 | sylvieg | 2006-11-20 17:59:06 +0100 (lun, 20 nov 2006) | 2 lines [FIX]: notice ------------------------------------------------------------------------ r7066 | mose | 2006-11-20 17:17:54 +0100 (lun, 20 nov 2006) | 2 lines [FIX] commented code for gender in user_prefs. It should be optional by choice of admin ------------------------------------------------------------------------ r7065 | sylvieg | 2006-11-20 16:09:35 +0100 (lun, 20 nov 2006) | 2 lines [FIX]do not load overlib is not needed ------------------------------------------------------------------------ r7064 | sylvieg | 2006-11-20 15:03:45 +0100 (lun, 20 nov 2006) | 2 lines [FIX]comment button: missing a div ------------------------------------------------------------------------ r7063 | josefgc | 2006-11-20 13:42:53 +0100 (lun, 20 nov 2006) | 2 lines Added gl language ------------------------------------------------------------------------ r7062 | josefgc | 2006-11-20 09:49:06 +0100 (lun, 20 nov 2006) | 2 lines Galician language files ------------------------------------------------------------------------ r7061 | mose | 2006-11-20 06:03:25 +0100 (lun, 20 nov 2006) | 2 lines [FIX] fullscreen: fixed link building, avoiding repeat ------------------------------------------------------------------------ r7060 | mose | 2006-11-20 05:24:36 +0100 (lun, 20 nov 2006) | 2 lines [FIX] freetag: made freetags work on galleries in imagegals ------------------------------------------------------------------------ r7059 | mose | 2006-11-20 05:20:48 +0100 (lun, 20 nov 2006) | 2 lines [FIX] freetag: made freetags work on images in imagegals ------------------------------------------------------------------------ r7058 | mose | 2006-11-20 05:12:30 +0100 (lun, 20 nov 2006) | 2 lines [FIX] freetags: made modules work ------------------------------------------------------------------------ r7057 | bluestrain | 2006-11-20 03:32:26 +0100 (lun, 20 nov 2006) | 2 lines Changed help URL to Admin+Home page on d.tw.o ------------------------------------------------------------------------ r7056 | mose | 2006-11-20 02:55:02 +0100 (lun, 20 nov 2006) | 2 lines [FIX] wiki: redirect on default page ------------------------------------------------------------------------ r7055 | franck | 2006-11-20 01:50:48 +0100 (lun, 20 nov 2006) | 2 lines Fixed some notices ------------------------------------------------------------------------ r7054 | mose | 2006-11-20 01:37:51 +0100 (lun, 20 nov 2006) | 2 lines [FIX] freetags: now should work at least for wikis, somehow generically for every objects (work in progress) ------------------------------------------------------------------------ r7053 | franck | 2006-11-20 01:01:08 +0100 (lun, 20 nov 2006) | 2 lines Fixed some notices ------------------------------------------------------------------------ r7052 | franck | 2006-11-20 00:52:53 +0100 (lun, 20 nov 2006) | 2 lines Fixed some notices ------------------------------------------------------------------------ r7051 | franck | 2006-11-20 00:43:07 +0100 (lun, 20 nov 2006) | 2 lines Fixed some notices ------------------------------------------------------------------------ r7050 | franck | 2006-11-20 00:34:31 +0100 (lun, 20 nov 2006) | 2 lines Fixed some notices ------------------------------------------------------------------------ r7049 | franck | 2006-11-20 00:06:19 +0100 (lun, 20 nov 2006) | 2 lines Fixed some notices ------------------------------------------------------------------------ r7048 | franck | 2006-11-20 00:01:16 +0100 (lun, 20 nov 2006) | 2 lines Fixed some notices ------------------------------------------------------------------------ r7047 | mose | 2006-11-19 21:14:57 +0100 (dim, 19 nov 2006) | 2 lines [MOD] spreaded new display/close button trick to all styles ------------------------------------------------------------------------ r7046 | mose | 2006-11-19 18:12:20 +0100 (dim, 19 nov 2006) | 2 lines [MOD] flip javascript function rewritten to store display choice in the cookie jar (more js cleaning to come) ------------------------------------------------------------------------ r7045 | mose | 2006-11-19 15:00:38 +0100 (dim, 19 nov 2006) | 2 lines [FIX] avoid notice ------------------------------------------------------------------------ r7044 | mose | 2006-11-19 14:33:20 +0100 (dim, 19 nov 2006) | 2 lines [FIX] templates modification to use headerlib ------------------------------------------------------------------------ r7043 | mose | 2006-11-19 03:53:28 +0100 (dim, 19 nov 2006) | 2 lines [FIX] avoiding a notice ------------------------------------------------------------------------ r7042 | mose | 2006-11-19 01:35:05 +0100 (dim, 19 nov 2006) | 2 lines [FIX] fixed odd variable behaviour with php5 ------------------------------------------------------------------------ r7041 | mose | 2006-11-18 04:35:27 +0100 (sam, 18 nov 2006) | 2 lines [MOD] error reporting: improved usability of error reporting levels, adding a callback function, and dismissed possible path disclosures ------------------------------------------------------------------------ r7040 | mose | 2006-11-17 23:38:41 +0100 (ven, 17 nov 2006) | 2 lines [FIX] avoid notice ------------------------------------------------------------------------ r7039 | mose | 2006-11-17 22:34:45 +0100 (ven, 17 nov 2006) | 2 lines [FIX] wiki: page separator ------------------------------------------------------------------------ r7038 | mose | 2006-11-17 22:32:00 +0100 (ven, 17 nov 2006) | 2 lines [MOD] tiki-setup: reordering of declaration of default value, and general cleaning of this file, work still in progress, update at your own risk or wait some hours ------------------------------------------------------------------------ r7037 | mose | 2006-11-17 22:26:50 +0100 (ven, 17 nov 2006) | 2 lines [FIX] missing quotes ------------------------------------------------------------------------ r7036 | mose | 2006-11-17 22:07:04 +0100 (ven, 17 nov 2006) | 2 lines [FIX] switchthemes module: fixed display of current style ------------------------------------------------------------------------ r7035 | mose | 2006-11-17 22:05:04 +0100 (ven, 17 nov 2006) | 2 lines [FIX] modules: avoid notices ------------------------------------------------------------------------ r7034 | sylvieg | 2006-11-17 21:26:57 +0100 (ven, 17 nov 2006) | 2 lines [NEW]: a file can be locked when downloaded until it is edited again ------------------------------------------------------------------------ r7033 | mose | 2006-11-17 20:30:17 +0100 (ven, 17 nov 2006) | 2 lines [FIX] avoid notices ------------------------------------------------------------------------ r7032 | mose | 2006-11-17 20:20:47 +0100 (ven, 17 nov 2006) | 2 lines [FIX] freetags: avoid notice, and better test order ------------------------------------------------------------------------ r7031 | mose | 2006-11-17 20:18:02 +0100 (ven, 17 nov 2006) | 2 lines [FIX] avoid notice ------------------------------------------------------------------------ r7030 | mose | 2006-11-17 20:16:43 +0100 (ven, 17 nov 2006) | 2 lines [FIX] strings need quotes ------------------------------------------------------------------------ r7029 | sylvieg | 2006-11-17 19:35:56 +0100 (ven, 17 nov 2006) | 2 lines [NEW]: a file can be locked when downloaded until it is edited again ------------------------------------------------------------------------ r7028 | sylvieg | 2006-11-17 19:34:21 +0100 (ven, 17 nov 2006) | 2 lines [FIX][perms sort order ------------------------------------------------------------------------ r7027 | sylvieg | 2006-11-17 18:50:50 +0100 (ven, 17 nov 2006) | 2 lines [FIX] again this notice ------------------------------------------------------------------------ r7026 | mose | 2006-11-17 17:32:34 +0100 (ven, 17 nov 2006) | 2 lines [KIL] cleaning unused things ------------------------------------------------------------------------ r7025 | sylvieg | 2006-11-17 17:01:25 +0100 (ven, 17 nov 2006) | 2 lines [FIX]syntax error ------------------------------------------------------------------------ r7024 | mose | 2006-11-17 16:56:06 +0100 (ven, 17 nov 2006) | 2 lines [KIL] removed unused projectlib ------------------------------------------------------------------------ r7023 | mose | 2006-11-17 16:40:09 +0100 (ven, 17 nov 2006) | 2 lines [FIX] headerlib: removed call to $head_extra_js, replaced by headerlib ------------------------------------------------------------------------ r7022 | mose | 2006-11-17 16:38:50 +0100 (ven, 17 nov 2006) | 2 lines [FIX] headerlib: removed call to $head_extra_js, replaced by headerlib, and fixed jsfile statement ------------------------------------------------------------------------ r7021 | sylvieg | 2006-11-17 16:35:02 +0100 (ven, 17 nov 2006) | 2 lines [MOD]perms: a perm help button to see the perms description ------------------------------------------------------------------------ r7020 | mose | 2006-11-17 15:54:04 +0100 (ven, 17 nov 2006) | 2 lines [KIL] removed $trl var that is replaced now by headerlib ------------------------------------------------------------------------ r7019 | mose | 2006-11-17 12:54:10 +0100 (ven, 17 nov 2006) | 2 lines [MOD] mose.css: small improvements ------------------------------------------------------------------------ r7018 | mose | 2006-11-17 12:44:31 +0100 (ven, 17 nov 2006) | 2 lines [MOD] fullscreen: improved switch to respect query, and adapted all themes to fullscreen use (except simple) ------------------------------------------------------------------------ r7017 | mose | 2006-11-17 12:14:52 +0100 (ven, 17 nov 2006) | 2 lines [NEW] fullscreen mode: optional usability improvement ------------------------------------------------------------------------ r7016 | mose | 2006-11-16 20:03:35 +0100 (jeu, 16 nov 2006) | 2 lines [FIX] headerlib: better error checks ------------------------------------------------------------------------ r7015 | mose | 2006-11-16 19:58:35 +0100 (jeu, 16 nov 2006) | 2 lines [FIX] headerlib: avoiding duplicates ------------------------------------------------------------------------ r7014 | niclone | 2006-11-16 19:44:04 +0100 (jeu, 16 nov 2006) | 2 lines [MOD]bottom_bar: added time elapsed in database ------------------------------------------------------------------------ r7013 | sylvieg | 2006-11-16 17:47:06 +0100 (jeu, 16 nov 2006) | 2 lines [MOD] better to use select * than select on each column ------------------------------------------------------------------------ r7012 | sylvieg | 2006-11-16 15:43:28 +0100 (jeu, 16 nov 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7011 | mose | 2006-11-16 14:57:23 +0100 (jeu, 16 nov 2006) | 2 lines [SEC] more power even, for the javascript shield ------------------------------------------------------------------------ r7010 | niclone | 2006-11-16 01:24:35 +0100 (jeu, 16 nov 2006) | 2 lines [MOD]imagegal: added "save and go next" when editing image ------------------------------------------------------------------------ r7009 | niclone | 2006-11-15 21:44:59 +0100 (mer, 15 nov 2006) | 2 lines [FIX]imagegal: ordering by filesize was not fully working ------------------------------------------------------------------------ r7008 | sylvieg | 2006-11-15 16:46:03 +0100 (mer, 15 nov 2006) | 2 lines [FIX]notice ------------------------------------------------------------------------ r7007 | sylvieg | 2006-11-15 15:59:01 +0100 (mer, 15 nov 2006) | 2 lines db script sync ------------------------------------------------------------------------ r7006 | sylvieg | 2006-11-15 15:56:14 +0100 (mer, 15 nov 2006) | 2 lines [FIX]ldap: bad merge ------------------------------------------------------------------------ r7005 | sylvieg | 2006-11-15 15:49:09 +0100 (mer, 15 nov 2006) | 2 lines [KIL]in mods ------------------------------------------------------------------------ r7004 | sylvieg | 2006-11-15 15:32:55 +0100 (mer, 15 nov 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7003 | sylvieg | 2006-11-15 15:02:06 +0100 (mer, 15 nov 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r7002 | mose | 2006-11-15 12:08:51 +0100 (mer, 15 nov 2006) | 2 lines [SEC] strengthening javascript shield ------------------------------------------------------------------------ r7001 | mose | 2006-11-15 12:02:00 +0100 (mer, 15 nov 2006) | 2 lines [FIX] freetags: moved freetag creation at tiki-setup.php level ------------------------------------------------------------------------ r7000 | nyloth | 2006-11-15 10:30:24 +0100 (mer, 15 nov 2006) | 2 lines [FIX] remove a call to print_r ------------------------------------------------------------------------ r6999 | mose | 2006-11-15 09:55:17 +0100 (mer, 15 nov 2006) | 2 lines [NEW] wiki: display of page title follow pagename strip preference ------------------------------------------------------------------------ r6998 | mose | 2006-11-15 09:53:25 +0100 (mer, 15 nov 2006) | 2 lines [FIX] wiki: small conf param fix ------------------------------------------------------------------------ r6997 | mose | 2006-11-15 09:37:41 +0100 (mer, 15 nov 2006) | 2 lines [NEW] wiki: added an optional pagename display stripper, to make translations easier (new pref wiki_pagename_strip) ------------------------------------------------------------------------ r6996 | franck | 2006-11-15 06:21:54 +0100 (mer, 15 nov 2006) | 2 lines rss plugin:can merge multiple rss feeds ------------------------------------------------------------------------ r6995 | sylvieg | 2006-11-14 23:15:44 +0100 (mar, 14 nov 2006) | 2 lines [FIX]tpl: to have the new header call working for install ------------------------------------------------------------------------ r6994 | sylvieg | 2006-11-14 14:42:56 +0100 (mar, 14 nov 2006) | 2 lines [MOD]perms: can select multiple groups ------------------------------------------------------------------------ r6993 | sylvieg | 2006-11-13 21:23:19 +0100 (lun, 13 nov 2006) | 2 lines [FIX]; missing merge ------------------------------------------------------------------------ r6992 | sylvieg | 2006-11-13 19:37:16 +0100 (lun, 13 nov 2006) | 2 lines [MOD]file gallery: sub file galleries + admin can change owner ------------------------------------------------------------------------ r6991 | mose | 2006-11-13 19:15:57 +0100 (lun, 13 nov 2006) | 2 lines [MOD] jscalendar: added optional align parameter ------------------------------------------------------------------------ r6990 | sylvieg | 2006-11-13 15:04:49 +0100 (lun, 13 nov 2006) | 2 lines [FIX]HTML compliance+use formcolor class on tr instead of form class on tr or td ------------------------------------------------------------------------ r6989 | sylvieg | 2006-11-13 13:04:19 +0100 (lun, 13 nov 2006) | 2 lines [MOD] better to see the mime type than icon in the alt ------------------------------------------------------------------------ r6988 | mose | 2006-11-13 10:58:48 +0100 (lun, 13 nov 2006) | 2 lines [FIX] removed reference to a cache file that do not exist anymore for a while ------------------------------------------------------------------------ r6987 | mose | 2006-11-13 08:44:12 +0100 (lun, 13 nov 2006) | 2 lines [MOD] jscalendar: improved genericity of the smartyplugin for a broader use ------------------------------------------------------------------------ r6986 | sampaioprimo | 2006-11-12 18:51:53 +0100 (dim, 12 nov 2006) | 2 lines update language.php files using get_strings.php script ------------------------------------------------------------------------ r6985 | mose | 2006-11-12 04:08:40 +0100 (dim, 12 nov 2006) | 2 lines [MOD] jscalendar: made a smarty-plugin for jscalendar integration, and tested it on tiki-view_tracker_item.php ------------------------------------------------------------------------ r6984 | mose | 2006-11-12 04:01:35 +0100 (dim, 12 nov 2006) | 2 lines [NEW] added a new way to declare content of html head, first example of use with function.jscalendar.php - almost all other head elements can use that new system. Coders, feel free to help that migration. ------------------------------------------------------------------------ r6983 | mose | 2006-11-12 03:47:05 +0100 (dim, 12 nov 2006) | 2 lines [MOD] jscalendar: improved style for jscalendar display and behaviour ------------------------------------------------------------------------ r6982 | mose | 2006-11-11 18:52:28 +0100 (sam, 11 nov 2006) | 2 lines [FIX] trackers: jscalendar in new item form was not displaying value after selection ------------------------------------------------------------------------ r6981 | mose | 2006-11-11 18:43:36 +0100 (sam, 11 nov 2006) | 2 lines [FIX] trackers: fixed case when jscalendar field is used as main link to item, also removed useless test of emptiness, that is managed by |default filter ------------------------------------------------------------------------ r6980 | mose | 2006-11-11 18:31:16 +0100 (sam, 11 nov 2006) | 2 lines [FIX] fixed jscalendar input for new item ------------------------------------------------------------------------ r6979 | sylvieg | 2006-11-10 22:31:27 +0100 (ven, 10 nov 2006) | 2 lines [NEW]tracker: a field can be viewed only by the item creator or an admin(convenient for credit card number) ------------------------------------------------------------------------ r6978 | sylvieg | 2006-11-10 17:34:12 +0100 (ven, 10 nov 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6977 | sylvieg | 2006-11-10 16:22:27 +0100 (ven, 10 nov 2006) | 2 lines [NEW]plugin vote: dispays the limit date is any ------------------------------------------------------------------------ r6976 | mose | 2006-11-10 04:14:42 +0100 (ven, 10 nov 2006) | 2 lines [SEC] added a minimal check on email for new registration, even if check is not requested in prefs, to avoid notification-spam ------------------------------------------------------------------------ r6975 | sylvieg | 2006-11-09 22:57:25 +0100 (jeu, 09 nov 2006) | 2 lines oops: missing some html tags ------------------------------------------------------------------------ r6974 | sylvieg | 2006-11-09 22:29:07 +0100 (jeu, 09 nov 2006) | 2 lines can add dates restricting when a tracker item can be created ------------------------------------------------------------------------ r6973 | mose | 2006-11-09 21:11:27 +0100 (jeu, 09 nov 2006) | 2 lines [KIL] removed unused file ------------------------------------------------------------------------ r6972 | mose | 2006-11-09 18:36:13 +0100 (jeu, 09 nov 2006) | 2 lines [KIL] removed a poprietary unused library ------------------------------------------------------------------------ r6971 | sylvieg | 2006-11-09 18:16:18 +0100 (jeu, 09 nov 2006) | 2 lines rollback ------------------------------------------------------------------------ r6970 | sylvieg | 2006-11-09 17:58:33 +0100 (jeu, 09 nov 2006) | 2 lines if delete user with the option each user has a group, the group must be deleted too ------------------------------------------------------------------------ r6969 | nyloth | 2006-11-09 16:41:35 +0100 (jeu, 09 nov 2006) | 2 lines fix bug related to favicon ------------------------------------------------------------------------ r6968 | mose | 2006-11-09 09:46:54 +0100 (jeu, 09 nov 2006) | 2 lines [MOD] removing workspaces, as this feature is included in mods under name Aulawiki ------------------------------------------------------------------------ r6967 | sylvieg | 2006-11-09 01:13:57 +0100 (jeu, 09 nov 2006) | 2 lines we want to delete the exact user not the one case insentive one ------------------------------------------------------------------------ r6966 | sylvieg | 2006-11-07 16:30:24 +0100 (mar, 07 nov 2006) | 2 lines file can be individually categorize like image ------------------------------------------------------------------------ r6965 | sylvieg | 2006-11-07 15:33:50 +0100 (mar, 07 nov 2006) | 2 lines merge from 1.9 ------------------------------------------------------------------------ r6964 | mose | 2006-11-07 15:21:54 +0100 (mar, 07 nov 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6963 | sylvieg | 2006-11-07 14:08:41 +0100 (mar, 07 nov 2006) | 2 lines Fix: an object with 2 categories was only appearing once in browse categories ------------------------------------------------------------------------ r6962 | sylvieg | 2006-11-07 03:04:20 +0100 (mar, 07 nov 2006) | 2 lines galleryId is not necessary set for a batch ------------------------------------------------------------------------ r6961 | sylvieg | 2006-11-07 02:54:57 +0100 (mar, 07 nov 2006) | 2 lines oops ------------------------------------------------------------------------ r6960 | sylvieg | 2006-11-07 02:39:45 +0100 (mar, 07 nov 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6959 | sylvieg | 2006-11-07 02:28:16 +0100 (mar, 07 nov 2006) | 2 lines get rid off the current directory ------------------------------------------------------------------------ r6958 | sylvieg | 2006-11-06 18:12:21 +0100 (lun, 06 nov 2006) | 2 lines optional type display ------------------------------------------------------------------------ r6957 | sylvieg | 2006-11-06 16:32:35 +0100 (lun, 06 nov 2006) | 2 lines string more explicit ------------------------------------------------------------------------ r6956 | sylvieg | 2006-11-06 16:30:13 +0100 (lun, 06 nov 2006) | 2 lines oops ------------------------------------------------------------------------ r6955 | sylvieg | 2006-11-06 16:14:37 +0100 (lun, 06 nov 2006) | 2 lines optional duplicate category and perms while duplicating a tracker ------------------------------------------------------------------------ r6954 | sylvieg | 2006-11-06 16:04:49 +0100 (lun, 06 nov 2006) | 2 lines to be able to select multiple perms at the same time ------------------------------------------------------------------------ r6953 | sylvieg | 2006-11-03 23:19:11 +0100 (ven, 03 nov 2006) | 2 lines non fixed rate range + wiki textarea question in survey ------------------------------------------------------------------------ r6952 | sylvieg | 2006-11-03 19:32:47 +0100 (ven, 03 nov 2006) | 2 lines to have the choice in the order you out them in ------------------------------------------------------------------------ r6951 | sylvieg | 2006-11-03 18:50:46 +0100 (ven, 03 nov 2006) | 2 lines fix special perm and view rating ------------------------------------------------------------------------ r6950 | sylvieg | 2006-11-03 18:36:31 +0100 (ven, 03 nov 2006) | 2 lines fix special perm and view rating ------------------------------------------------------------------------ r6949 | sylvieg | 2006-11-03 17:29:12 +0100 (ven, 03 nov 2006) | 2 lines new perm tiki_p_watch_tracker: CAREFULL: the sql upgrade script will reintroduce the perms for Registered each time you run the script ------------------------------------------------------------------------ r6948 | sampaioprimo | 2006-11-03 06:45:27 +0100 (ven, 03 nov 2006) | 3 lines get_contributors returns everyone that has edited the page not a random number up to 10 ------------------------------------------------------------------------ r6947 | sylvieg | 2006-11-02 19:58:10 +0100 (jeu, 02 nov 2006) | 2 lines some class to help with tracker plugins ------------------------------------------------------------------------ r6946 | mose | 2006-11-02 08:16:50 +0100 (jeu, 02 nov 2006) | 2 lines small cleaning ------------------------------------------------------------------------ r6945 | ohertel | 2006-11-02 00:23:30 +0100 (jeu, 02 nov 2006) | 2 lines temporary fix for url until url regex from type check allows (almost) any valid url ------------------------------------------------------------------------ r6944 | ohertel | 2006-11-02 00:17:59 +0100 (jeu, 02 nov 2006) | 2 lines update: icons replaced + some mime type icons ------------------------------------------------------------------------ r6943 | ohertel | 2006-11-02 00:16:20 +0100 (jeu, 02 nov 2006) | 2 lines updated links to new icons ------------------------------------------------------------------------ r6942 | ohertel | 2006-11-01 22:23:02 +0100 (mer, 01 nov 2006) | 2 lines [sec] type check improvement (empty parameters), cleanup ------------------------------------------------------------------------ r6941 | ohertel | 2006-11-01 22:18:33 +0100 (mer, 01 nov 2006) | 2 lines [fix] removed debug code ------------------------------------------------------------------------ r6940 | sylvieg | 2006-11-01 17:55:41 +0100 (mer, 01 nov 2006) | 2 lines some mroe galleryId for the pod feature ------------------------------------------------------------------------ r6939 | sylvieg | 2006-10-31 20:20:00 +0100 (mar, 31 oct 2006) | 2 lines do not know necessary the gallery when going in the upload page ------------------------------------------------------------------------ r6938 | beuc | 2006-10-30 17:10:38 +0100 (lun, 30 oct 2006) | 2 lines Enable a way to show attachments w/o JavaScript in the templates ------------------------------------------------------------------------ r6937 | sylvieg | 2006-10-30 16:33:28 +0100 (lun, 30 oct 2006) | 2 lines remove gallery back ------------------------------------------------------------------------ r6936 | sylvieg | 2006-10-30 16:22:01 +0100 (lun, 30 oct 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6935 | sylvieg | 2006-10-30 15:01:13 +0100 (lun, 30 oct 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6933 | sylvieg | 2006-10-27 20:22:55 +0200 (ven, 27 oct 2006) | 2 lines IP can be null if you are in a batch mode ------------------------------------------------------------------------ r6932 | mose | 2006-10-27 18:20:24 +0200 (ven, 27 oct 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6931 | luciash | 2006-10-26 15:00:42 +0200 (jeu, 26 oct 2006) | 2 lines [ENH] better padding for box-data and style for site search bar ------------------------------------------------------------------------ r6930 | luciash | 2006-10-26 14:45:08 +0200 (jeu, 26 oct 2006) | 2 lines [ADD] style for structure toc lists ------------------------------------------------------------------------ r6929 | luciash | 2006-10-26 13:53:44 +0200 (jeu, 26 oct 2006) | 2 lines [ENH] style for search bar in site header ------------------------------------------------------------------------ r6928 | franck | 2006-10-26 13:52:01 +0200 (jeu, 26 oct 2006) | 2 lines {toc} Damn nested lists... ------------------------------------------------------------------------ r6927 | luciash | 2006-10-26 13:23:27 +0200 (jeu, 26 oct 2006) | 2 lines [FIX] enhanced categories tree - making it properly nested ul list (displays it only when PLM off) ------------------------------------------------------------------------ r6926 | franck | 2006-10-26 07:37:15 +0200 (jeu, 26 oct 2006) | 2 lines {toc} ul list fixed... ------------------------------------------------------------------------ r6925 | ohertel | 2006-10-25 22:50:08 +0200 (mer, 25 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6924 | ohertel | 2006-10-25 22:45:19 +0200 (mer, 25 oct 2006) | 2 lines typo ------------------------------------------------------------------------ r6923 | ohertel | 2006-10-25 22:43:21 +0200 (mer, 25 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6922 | sylvieg | 2006-10-25 22:09:23 +0200 (mer, 25 oct 2006) | 2 lines duplicate tracker pannel- duplicate tracker options + fields + categories ------------------------------------------------------------------------ r6921 | sylvieg | 2006-10-25 21:20:18 +0200 (mer, 25 oct 2006) | 2 lines avoid some notice ------------------------------------------------------------------------ r6920 | sylvieg | 2006-10-25 20:47:34 +0200 (mer, 25 oct 2006) | 2 lines fields param is optional - all the fields (except user, group, IP) are used in this case ------------------------------------------------------------------------ r6919 | sylvieg | 2006-10-25 20:19:02 +0200 (mer, 25 oct 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6918 | sylvieg | 2006-10-23 19:16:53 +0200 (lun, 23 oct 2006) | 2 lines highlight vote that has not been already voted ------------------------------------------------------------------------ r6917 | sylvieg | 2006-10-23 17:51:21 +0200 (lun, 23 oct 2006) | 2 lines show_stat by default - more friendly to see all by default ------------------------------------------------------------------------ r6916 | sylvieg | 2006-10-23 17:10:55 +0200 (lun, 23 oct 2006) | 2 lines oops again ------------------------------------------------------------------------ r6915 | sylvieg | 2006-10-23 16:01:15 +0200 (lun, 23 oct 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6914 | rlpowell | 2006-10-23 01:38:58 +0200 (lun, 23 oct 2006) | 2 lines Ordering by Last Post in the thread is a *much* more sensible default than by the *first* post in the thread. ------------------------------------------------------------------------ r6913 | rlpowell | 2006-10-23 01:36:55 +0200 (lun, 23 oct 2006) | 2 lines Admins get to admin too. ------------------------------------------------------------------------ r6912 | rlpowell | 2006-10-23 01:35:14 +0200 (lun, 23 oct 2006) | 2 lines Major speed improvements through a few simple forum code changes. ------------------------------------------------------------------------ r6911 | mose | 2006-10-22 18:15:04 +0200 (dim, 22 oct 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6908 | mose | 2006-10-22 13:45:30 +0200 (dim, 22 oct 2006) | 2 lines fixed missing end of php tag ------------------------------------------------------------------------ r6907 | mose | 2006-10-22 05:21:41 +0200 (dim, 22 oct 2006) | 2 lines difficult merge from 1.9 to head (please update cvs only if in mood of fixing things that may be broken by that merge, or wait some days) ------------------------------------------------------------------------ r6905 | luciash | 2006-10-20 05:30:27 +0200 (ven, 20 oct 2006) | 2 lines [ADD] CSS example how can be the ul based TOC styled in the tiki themes ------------------------------------------------------------------------ r6904 | luciash | 2006-10-20 05:28:48 +0200 (ven, 20 oct 2006) | 2 lines [FIX] manual rollback of the TOC back to ul list based ------------------------------------------------------------------------ r6903 | mose | 2006-10-20 01:04:01 +0200 (ven, 20 oct 2006) | 2 lines fixed maxdepth in toc ------------------------------------------------------------------------ r6902 | mose | 2006-10-20 00:10:05 +0200 (ven, 20 oct 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6901 | sylvieg | 2006-10-19 12:49:18 +0200 (jeu, 19 oct 2006) | 2 lines oops ------------------------------------------------------------------------ r6900 | sylvieg | 2006-10-18 23:43:18 +0200 (mer, 18 oct 2006) | 2 lines Merge 1.9 to 1.10 ------------------------------------------------------------------------ r6899 | sylvieg | 2006-10-18 23:37:53 +0200 (mer, 18 oct 2006) | 2 lines typo ------------------------------------------------------------------------ r6898 | rlpowell | 2006-10-18 21:59:05 +0200 (mer, 18 oct 2006) | 2 lines Don't waste time refreshing if we're using full text search. ------------------------------------------------------------------------ r6897 | luciash | 2006-10-18 21:44:20 +0200 (mer, 18 oct 2006) | 2 lines [REM] removed unneeded stuff ------------------------------------------------------------------------ r6896 | xavidp | 2006-10-18 21:32:21 +0200 (mer, 18 oct 2006) | 2 lines fixed tipo on tpl and translated install strings and a few more (in sync with 1.9 now) ------------------------------------------------------------------------ r6895 | xavidp | 2006-10-18 21:05:39 +0200 (mer, 18 oct 2006) | 2 lines 2 strings missing update with tr tags ------------------------------------------------------------------------ r6894 | xavidp | 2006-10-18 20:14:41 +0200 (mer, 18 oct 2006) | 2 lines added tr tags (as in branch 1.9) ------------------------------------------------------------------------ r6893 | luciash | 2006-10-18 16:22:53 +0200 (mer, 18 oct 2006) | 2 lines [DEL] unused dir and file ------------------------------------------------------------------------ r6892 | luciash | 2006-10-18 16:12:18 +0200 (mer, 18 oct 2006) | 2 lines [FIX] activate/deactivate tiki root .htaccess too ------------------------------------------------------------------------ r6891 | luciash | 2006-10-18 15:49:48 +0200 (mer, 18 oct 2006) | 2 lines [ADD] create templates_c/_htaccess and index.php as needed ------------------------------------------------------------------------ r6890 | luciash | 2006-10-18 11:17:41 +0200 (mer, 18 oct 2006) | 2 lines [DEL] templates_c is in root /.cvsignore - shouldn't be in the repository at all ------------------------------------------------------------------------ r6889 | franck | 2006-10-18 01:08:44 +0200 (mer, 18 oct 2006) | 2 lines Better TOC for structures ------------------------------------------------------------------------ r6888 | mose | 2006-10-17 02:09:11 +0200 (mar, 17 oct 2006) | 2 lines fixed item link field type and cache issue (thx sean) ------------------------------------------------------------------------ r6887 | sylvieg | 2006-10-16 14:48:16 +0200 (lun, 16 oct 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6886 | sylvieg | 2006-10-16 14:22:50 +0200 (lun, 16 oct 2006) | 2 lines show_stat param in vote ------------------------------------------------------------------------ r6885 | sylvieg | 2006-10-16 14:15:39 +0200 (lun, 16 oct 2006) | 2 lines tracker stat on categ ------------------------------------------------------------------------ r6884 | sylvieg | 2006-10-16 00:11:54 +0200 (lun, 16 oct 2006) | 2 lines merge the optional lang param: TODO a lang switch in the first install page ------------------------------------------------------------------------ r6883 | sylvieg | 2006-10-13 14:22:59 +0200 (ven, 13 oct 2006) | 2 lines do not show country flag if option tells so ------------------------------------------------------------------------ r6882 | xavidp | 2006-10-13 12:55:01 +0200 (ven, 13 oct 2006) | 2 lines propragated new strings from 1.9.x ca to 1.10ca ------------------------------------------------------------------------ r6881 | sylvieg | 2006-10-12 21:47:59 +0200 (jeu, 12 oct 2006) | 2 lines typo ------------------------------------------------------------------------ r6880 | sylvieg | 2006-10-12 21:45:31 +0200 (jeu, 12 oct 2006) | 2 lines stat do not display hidden field ------------------------------------------------------------------------ r6879 | sylvieg | 2006-10-12 21:34:14 +0200 (jeu, 12 oct 2006) | 2 lines if fields param is empty, take all the fields - for friendly use of plugin ------------------------------------------------------------------------ r6878 | sylvieg | 2006-10-12 20:54:13 +0200 (jeu, 12 oct 2006) | 2 lines centralized tpl for error on trackerId ------------------------------------------------------------------------ r6877 | sylvieg | 2006-10-12 20:13:44 +0200 (jeu, 12 oct 2006) | 2 lines centralized tpl for error on trackerId ------------------------------------------------------------------------ r6876 | sylvieg | 2006-10-12 17:30:25 +0200 (jeu, 12 oct 2006) | 2 lines a little better display ------------------------------------------------------------------------ r6875 | sylvieg | 2006-10-12 00:15:39 +0200 (jeu, 12 oct 2006) | 2 lines show errors if any in vote plugin ------------------------------------------------------------------------ r6874 | sylvieg | 2006-10-11 23:49:26 +0200 (mer, 11 oct 2006) | 2 lines to have different vote plugins in a same page with tracker with local perms ------------------------------------------------------------------------ r6873 | sylvieg | 2006-10-11 23:18:19 +0200 (mer, 11 oct 2006) | 2 lines fixes ------------------------------------------------------------------------ r6872 | sylvieg | 2006-10-11 22:39:21 +0200 (mer, 11 oct 2006) | 2 lines to have multiple tracker stat plugins inna same page ------------------------------------------------------------------------ r6871 | sylvieg | 2006-10-11 22:17:23 +0200 (mer, 11 oct 2006) | 2 lines country in tracker plugin ------------------------------------------------------------------------ r6870 | sylvieg | 2006-10-11 20:22:11 +0200 (mer, 11 oct 2006) | 2 lines for checkbox, there is no value for no, so the totla is the number of items not the number of values ------------------------------------------------------------------------ r6869 | sylvieg | 2006-10-11 19:50:58 +0200 (mer, 11 oct 2006) | 2 lines new tracker field IP (works like user but put the IP) ------------------------------------------------------------------------ r6868 | sylvieg | 2006-10-11 19:41:33 +0200 (mer, 11 oct 2006) | 2 lines if 2 tracker plugins in the page, the perm can not be set but must be reevaluated each time ------------------------------------------------------------------------ r6864 | sylvieg | 2006-10-11 15:03:07 +0200 (mer, 11 oct 2006) | 2 lines the current IP in the smarty var ------------------------------------------------------------------------ r6863 | sylvieg | 2006-10-10 16:01:59 +0200 (mar, 10 oct 2006) | 2 lines the categories cache was built differently in 2 places (the drop-down categs list was empty depending where the cache was built ------------------------------------------------------------------------ r6862 | sylvieg | 2006-10-10 14:58:56 +0200 (mar, 10 oct 2006) | 2 lines if categ path empty put the categ name ------------------------------------------------------------------------ r6861 | sylvieg | 2006-10-10 14:51:15 +0200 (mar, 10 oct 2006) | 2 lines if categ path empty put the categ name ------------------------------------------------------------------------ r6860 | rlpowell | 2006-10-10 05:54:29 +0200 (mar, 10 oct 2006) | 2 lines Grab the *first* thread with a particular title, or things aren't likely to work very well. ------------------------------------------------------------------------ r6859 | beuc | 2006-10-09 16:29:39 +0200 (lun, 09 oct 2006) | 2 lines typo ------------------------------------------------------------------------ r6858 | jmaspons | 2006-10-08 04:29:47 +0200 (dim, 08 oct 2006) | 2 lines update + get_strings ------------------------------------------------------------------------ r6857 | jmaspons | 2006-10-08 02:07:26 +0200 (dim, 08 oct 2006) | 2 lines update ------------------------------------------------------------------------ r6856 | sylvieg | 2006-10-06 16:31:07 +0200 (ven, 06 oct 2006) | 2 lines get the total of items and not the total of values (checkbox has only y value ------------------------------------------------------------------------ r6855 | sylvieg | 2006-10-06 16:00:23 +0200 (ven, 06 oct 2006) | 2 lines field caches were not cleaned when delete item ------------------------------------------------------------------------ r6854 | sylvieg | 2006-10-06 14:56:47 +0200 (ven, 06 oct 2006) | 2 lines roll back the access check to old method ------------------------------------------------------------------------ r6853 | sylvieg | 2006-10-06 14:08:38 +0200 (ven, 06 oct 2006) | 2 lines can have multiple tracker plugin or tracker vote in the same page (if not the same tracker) ------------------------------------------------------------------------ r6852 | sylvieg | 2006-10-05 16:21:17 +0200 (jeu, 05 oct 2006) | 2 lines new vote/rating plugin based on tracker ------------------------------------------------------------------------ r6851 | sylvieg | 2006-10-05 15:55:05 +0200 (jeu, 05 oct 2006) | 2 lines missing some global ------------------------------------------------------------------------ r6850 | mose | 2006-10-04 04:12:53 +0200 (mer, 04 oct 2006) | 2 lines fixed freetags admin panel integration ------------------------------------------------------------------------ r6849 | mose | 2006-10-03 17:43:38 +0200 (mar, 03 oct 2006) | 2 lines emhanced freetags display ------------------------------------------------------------------------ r6848 | mose | 2006-10-03 17:27:14 +0200 (mar, 03 oct 2006) | 2 lines adodb compat ------------------------------------------------------------------------ r6847 | mose | 2006-10-03 17:22:29 +0200 (mar, 03 oct 2006) | 2 lines fixed call to wrong libname ------------------------------------------------------------------------ r6846 | mose | 2006-10-03 15:32:31 +0200 (mar, 03 oct 2006) | 2 lines removed mysqli entry because not implemented yet ------------------------------------------------------------------------ r6845 | mose | 2006-10-03 15:26:35 +0200 (mar, 03 oct 2006) | 2 lines fixed some strange comparison == ------------------------------------------------------------------------ r6844 | sylvieg | 2006-10-03 15:12:34 +0200 (mar, 03 oct 2006) | 2 lines to stat on n fields ------------------------------------------------------------------------ r6843 | sylvieg | 2006-10-03 14:36:10 +0200 (mar, 03 oct 2006) | 2 lines do not display system field in stat ------------------------------------------------------------------------ r6842 | sylvieg | 2006-10-03 14:29:23 +0200 (mar, 03 oct 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6841 | sylvieg | 2006-10-03 13:58:56 +0200 (mar, 03 oct 2006) | 2 lines a clear to have not crosslink n the left ------------------------------------------------------------------------ r6840 | sylvieg | 2006-10-03 12:53:38 +0200 (mar, 03 oct 2006) | 2 lines new tracker option: only one item per user creator(the tracker needs a field user selector - option 1 ------------------------------------------------------------------------ r6839 | sylvieg | 2006-10-03 12:46:30 +0200 (mar, 03 oct 2006) | 2 lines new tracker option: only one item per user creator(the tracker needs a field user selector - option 1 ------------------------------------------------------------------------ r6838 | hangerman | 2006-10-03 11:42:21 +0200 (mar, 03 oct 2006) | 2 lines Admin can change tracker_creator ------------------------------------------------------------------------ r6837 | sylvieg | 2006-10-03 00:42:26 +0200 (mar, 03 oct 2006) | 2 lines to have some stat on a tracker (tracker can be use as survey) ------------------------------------------------------------------------ r6836 | sylvieg | 2006-10-02 20:42:02 +0200 (lun, 02 oct 2006) | 2 lines oops ------------------------------------------------------------------------ r6835 | sylvieg | 2006-10-02 20:29:50 +0200 (lun, 02 oct 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6834 | ohertel | 2006-10-02 20:26:22 +0200 (lun, 02 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6833 | ohertel | 2006-10-02 20:18:26 +0200 (lun, 02 oct 2006) | 2 lines fix merge problem and icons replaced ------------------------------------------------------------------------ r6832 | sylvieg | 2006-10-02 20:11:51 +0200 (lun, 02 oct 2006) | 2 lines missing '' ------------------------------------------------------------------------ r6831 | ohertel | 2006-10-02 18:24:51 +0200 (lun, 02 oct 2006) | 2 lines make userlists separated by ; again, added a new type 'stringlist' for that, which allows 'string' and ; ------------------------------------------------------------------------ r6830 | ohertel | 2006-10-02 18:16:41 +0200 (lun, 02 oct 2006) | 2 lines ignore this when function doesn't exist (oder php versions) ------------------------------------------------------------------------ r6829 | rlpowell | 2006-10-02 07:24:11 +0200 (lun, 02 oct 2006) | 2 lines Deal with ~tc~ and ~hc~ better. Also, don't run on zero-length pages. ------------------------------------------------------------------------ r6828 | ohertel | 2006-10-01 16:18:28 +0200 (dim, 01 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6827 | sylvieg | 2006-10-01 16:11:24 +0200 (dim, 01 oct 2006) | 2 lines missing closing if ------------------------------------------------------------------------ r6826 | ohertel | 2006-10-01 16:09:05 +0200 (dim, 01 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6825 | sylvieg | 2006-10-01 16:00:19 +0200 (dim, 01 oct 2006) | 2 lines better to use the same case ------------------------------------------------------------------------ r6824 | sylvieg | 2006-10-01 15:49:09 +0200 (dim, 01 oct 2006) | 2 lines phplayers menu back ------------------------------------------------------------------------ r6823 | ohertel | 2006-10-01 15:45:06 +0200 (dim, 01 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6822 | ohertel | 2006-10-01 15:35:21 +0200 (dim, 01 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6821 | ohertel | 2006-10-01 15:24:16 +0200 (dim, 01 oct 2006) | 2 lines more silk icons ------------------------------------------------------------------------ r6820 | ohertel | 2006-10-01 15:23:12 +0200 (dim, 01 oct 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6819 | ohertel | 2006-10-01 14:55:52 +0200 (dim, 01 oct 2006) | 2 lines use window.attachEvent on windows only ------------------------------------------------------------------------ r6816 | ohertel | 2006-09-30 23:48:20 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6815 | ohertel | 2006-09-30 22:55:05 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6814 | ohertel | 2006-09-30 22:39:49 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6813 | ohertel | 2006-09-30 22:27:35 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6812 | ohertel | 2006-09-30 22:20:19 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6811 | ohertel | 2006-09-30 21:56:13 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6810 | ohertel | 2006-09-30 21:45:25 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6809 | ohertel | 2006-09-30 21:28:04 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6808 | ohertel | 2006-09-30 20:01:16 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6807 | ohertel | 2006-09-30 19:37:17 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6806 | ohertel | 2006-09-30 18:37:23 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6805 | ohertel | 2006-09-30 18:13:43 +0200 (sam, 30 sep 2006) | 2 lines more silk icons ------------------------------------------------------------------------ r6804 | ohertel | 2006-09-30 18:11:45 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6803 | ohertel | 2006-09-30 17:29:50 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6802 | ohertel | 2006-09-30 16:43:47 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6801 | ohertel | 2006-09-30 16:06:15 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6800 | ohertel | 2006-09-30 15:53:22 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6799 | ohertel | 2006-09-30 15:50:30 +0200 (sam, 30 sep 2006) | 2 lines fix: concat cc and bcc users with , because ; is disallowed by filter (for killing html special chars like &something; ) ------------------------------------------------------------------------ r6798 | ohertel | 2006-09-30 15:00:30 +0200 (sam, 30 sep 2006) | 2 lines update icons in quicktag list (todo: add to sql update script, too) ------------------------------------------------------------------------ r6797 | ohertel | 2006-09-30 14:58:49 +0200 (sam, 30 sep 2006) | 2 lines added more silk icons and copyright info file ------------------------------------------------------------------------ r6796 | ohertel | 2006-09-30 14:57:35 +0200 (sam, 30 sep 2006) | 2 lines fix padding for input fields ------------------------------------------------------------------------ r6795 | ohertel | 2006-09-30 12:57:32 +0200 (sam, 30 sep 2006) | 2 lines roll back those two as unicode stuff broke, image path needs to be corrected ------------------------------------------------------------------------ r6793 | ohertel | 2006-09-30 03:52:08 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6792 | ohertel | 2006-09-30 03:41:12 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6791 | ohertel | 2006-09-30 03:36:01 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6790 | ohertel | 2006-09-30 03:25:35 +0200 (sam, 30 sep 2006) | 2 lines update icon name in string and fix of note ("separate usernames with ;" must be ,) ------------------------------------------------------------------------ r6789 | ohertel | 2006-09-30 03:18:46 +0200 (sam, 30 sep 2006) | 2 lines temporary fix: avoid errors on tiki-error.tpl with special chars in url (translated strings as url params) ------------------------------------------------------------------------ r6788 | ohertel | 2006-09-30 02:57:55 +0200 (sam, 30 sep 2006) | 2 lines more silk icons + updates ------------------------------------------------------------------------ r6787 | ohertel | 2006-09-30 02:17:38 +0200 (sam, 30 sep 2006) | 2 lines more silk icons ------------------------------------------------------------------------ r6786 | ohertel | 2006-09-30 02:17:03 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6785 | ohertel | 2006-09-30 02:07:26 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6784 | ohertel | 2006-09-30 01:40:01 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6783 | ohertel | 2006-09-30 01:29:37 +0200 (sam, 30 sep 2006) | 2 lines more silk icons ------------------------------------------------------------------------ r6782 | ohertel | 2006-09-30 01:28:59 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6781 | ohertel | 2006-09-30 00:50:38 +0200 (sam, 30 sep 2006) | 2 lines update: icons replaced ------------------------------------------------------------------------ r6780 | ohertel | 2006-09-30 00:45:11 +0200 (sam, 30 sep 2006) | 2 lines first set of silk icons, more to come as replacement continues ------------------------------------------------------------------------ r6779 | ohertel | 2006-09-29 21:17:23 +0200 (ven, 29 sep 2006) | 2 lines cleanup tiki-admin and admin menu bar: new icon set, no greyed out icons needed anymore, background of the box is colored light green or grey, many unnecessary DIVs removed ------------------------------------------------------------------------ r6778 | ohertel | 2006-09-29 21:14:28 +0200 (ven, 29 sep 2006) | 2 lines new location for new icons so people can easier replace them with their own set, including a usage file with image name, template used in and alt text ------------------------------------------------------------------------ r6777 | ohertel | 2006-09-29 21:11:59 +0200 (ven, 29 sep 2006) | 2 lines fix module toggle buttons ------------------------------------------------------------------------ r6776 | ohertel | 2006-09-29 20:46:15 +0200 (ven, 29 sep 2006) | 2 lines IE fix: transparency for png images ------------------------------------------------------------------------ r6775 | ohertel | 2006-09-29 20:44:05 +0200 (ven, 29 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6774 | ohertel | 2006-09-29 20:43:07 +0200 (ven, 29 sep 2006) | 2 lines update for the admin menu (for all styles that dont define this themselves) ------------------------------------------------------------------------ r6773 | ohertel | 2006-09-29 20:41:47 +0200 (ven, 29 sep 2006) | 2 lines update for the admin menu ------------------------------------------------------------------------ r6771 | sylvieg | 2006-09-27 22:01:32 +0200 (mer, 27 sep 2006) | 2 lines radio button in plugin ------------------------------------------------------------------------ r6770 | xavidp | 2006-09-27 11:44:33 +0200 (mer, 27 sep 2006) | 2 lines added entries for workspaces ------------------------------------------------------------------------ r6769 | luciash | 2006-09-26 15:45:31 +0200 (mar, 26 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6768 | sylvieg | 2006-09-26 15:17:51 +0200 (mar, 26 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6767 | luciash | 2006-09-26 15:13:42 +0200 (mar, 26 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6765 | luciash | 2006-09-26 11:25:14 +0200 (mar, 26 sep 2006) | 2 lines include Tiki's modified version of that file to keep original intact at time of upgrading PLM package ------------------------------------------------------------------------ r6764 | sylvieg | 2006-09-25 15:36:04 +0200 (lun, 25 sep 2006) | 2 lines do not bug when you do not give enough color or style (one per x) ------------------------------------------------------------------------ r6763 | ohertel | 2006-09-24 02:48:17 +0200 (dim, 24 sep 2006) | 2 lines fix for IE (grey background) ------------------------------------------------------------------------ r6762 | ohertel | 2006-09-24 02:23:57 +0200 (dim, 24 sep 2006) | 2 lines update jini icons ------------------------------------------------------------------------ r6761 | ohertel | 2006-09-24 00:37:41 +0200 (dim, 24 sep 2006) | 2 lines use new icons ------------------------------------------------------------------------ r6760 | ohertel | 2006-09-24 00:36:58 +0200 (dim, 24 sep 2006) | 2 lines file gallery icons (default, podcast, vidcast) 48x48 ------------------------------------------------------------------------ r6759 | ohertel | 2006-09-23 22:38:24 +0200 (sam, 23 sep 2006) | 2 lines [new] "batch upload from directory" for file galleries. users can ftp/scp their large podcast files to the server and then add them to the galleries ------------------------------------------------------------------------ r6758 | ohertel | 2006-09-23 22:02:41 +0200 (sam, 23 sep 2006) | 2 lines [fix] disallow listing of .* files ------------------------------------------------------------------------ r6757 | ohertel | 2006-09-23 21:19:04 +0200 (sam, 23 sep 2006) | 2 lines fix "if >0" to "isset()" ------------------------------------------------------------------------ r6756 | ohertel | 2006-09-23 17:49:59 +0200 (sam, 23 sep 2006) | 2 lines [fix] layout, disallow listing of .* files ------------------------------------------------------------------------ r6755 | ohertel | 2006-09-23 15:48:59 +0200 (sam, 23 sep 2006) | 2 lines fix link to files ------------------------------------------------------------------------ r6754 | ohertel | 2006-09-23 15:41:51 +0200 (sam, 23 sep 2006) | 2 lines added strtolower to file extension ------------------------------------------------------------------------ r6753 | ohertel | 2006-09-23 15:05:59 +0200 (sam, 23 sep 2006) | 2 lines [new] file gallery podcast support - different rdf output (itunes podcast rdf format), save to directory is enforced for podcast galleries, direct links to files - admin may choose now between file gallery type default (any file), podcast (audio) and podcast (video) ------------------------------------------------------------------------ r6752 | ohertel | 2006-09-23 15:00:46 +0200 (sam, 23 sep 2006) | 2 lines [fix] by default link to wiki page, show diff with additional parameter &diff=1 ------------------------------------------------------------------------ r6751 | ohertel | 2006-09-23 12:41:37 +0200 (sam, 23 sep 2006) | 2 lines [fix] we want the correct timestamp ------------------------------------------------------------------------ r6750 | ohertel | 2006-09-23 11:58:06 +0200 (sam, 23 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6749 | sylvieg | 2006-09-22 16:16:43 +0200 (ven, 22 sep 2006) | 2 lines pick up transition1.9to1.10 by default ------------------------------------------------------------------------ r6748 | sylvieg | 2006-09-22 11:32:45 +0200 (ven, 22 sep 2006) | 2 lines rollback the dirname setting to have tiki in a subdirectory working ------------------------------------------------------------------------ r6747 | sylvieg | 2006-09-21 17:29:15 +0200 (jeu, 21 sep 2006) | 2 lines missing commit for choice of fileds to export ------------------------------------------------------------------------ r6746 | sylvieg | 2006-09-20 19:15:18 +0200 (mer, 20 sep 2006) | 2 lines rollback - the setting are done in phplayers_tiki/tiki-phplayers.php ------------------------------------------------------------------------ r6745 | illori | 2006-09-20 03:01:28 +0200 (mer, 20 sep 2006) | 2 lines correct shout messagebox width ------------------------------------------------------------------------ r6744 | ohertel | 2006-09-20 00:39:40 +0200 (mer, 20 sep 2006) | 2 lines fake file extension, date valid only in rfc822 format ------------------------------------------------------------------------ r6743 | ohertel | 2006-09-20 00:15:19 +0200 (mer, 20 sep 2006) | 2 lines fix urls ------------------------------------------------------------------------ r6742 | ohertel | 2006-09-19 23:36:20 +0200 (mar, 19 sep 2006) | 2 lines [new] rdf support for iTunes PodCast 1.0, use: /tiki-file_gallery_rss.php?galleryId=1&ver=PC1.0 ------------------------------------------------------------------------ r6741 | ohertel | 2006-09-19 23:33:04 +0200 (mar, 19 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6740 | ohertel | 2006-09-19 21:41:16 +0200 (mar, 19 sep 2006) | 2 lines [mod] cleanup style/icons ------------------------------------------------------------------------ r6739 | ohertel | 2006-09-19 21:34:39 +0200 (mar, 19 sep 2006) | 2 lines [mod] style cleanup, help has hide/show toggle now ------------------------------------------------------------------------ r6738 | ohertel | 2006-09-19 21:16:05 +0200 (mar, 19 sep 2006) | 2 lines [fix] fix after merge, [mod] iconized edit action ------------------------------------------------------------------------ r6737 | ohertel | 2006-09-19 21:09:40 +0200 (mar, 19 sep 2006) | 2 lines [mod] blog title longer now (was truncated to TOO SHORT), edit/delete are buttons now ------------------------------------------------------------------------ r6736 | ohertel | 2006-09-19 20:48:20 +0200 (mar, 19 sep 2006) | 2 lines added Crawl-Delay: 30 ------------------------------------------------------------------------ r6735 | ohertel | 2006-09-19 20:47:14 +0200 (mar, 19 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6734 | ohertel | 2006-09-19 20:46:42 +0200 (mar, 19 sep 2006) | 2 lines blog styling ------------------------------------------------------------------------ r6733 | ohertel | 2006-09-19 20:31:19 +0200 (mar, 19 sep 2006) | 2 lines [fix] save privacy flag and dont forget it when editing blog post ------------------------------------------------------------------------ r6732 | ohertel | 2006-09-19 19:49:25 +0200 (mar, 19 sep 2006) | 2 lines [mod] tips/notes should look all the same ------------------------------------------------------------------------ r6731 | ohertel | 2006-09-19 19:48:06 +0200 (mar, 19 sep 2006) | 2 lines [fix] 'mark as private' got lost when selection of contribution is required and missing ------------------------------------------------------------------------ r6730 | ohertel | 2006-09-19 19:28:12 +0200 (mar, 19 sep 2006) | 2 lines cleanup styles ------------------------------------------------------------------------ r6729 | ohertel | 2006-09-19 19:27:32 +0200 (mar, 19 sep 2006) | 2 lines {tr} fix ------------------------------------------------------------------------ r6728 | ohertel | 2006-09-19 19:22:25 +0200 (mar, 19 sep 2006) | 2 lines [fix] allow characters too for parameter 'type' ------------------------------------------------------------------------ r6727 | ohertel | 2006-09-19 19:19:54 +0200 (mar, 19 sep 2006) | 2 lines [fix] don't produce a newline before <?xml ...> which causes xml validation of page to throw an error. ------------------------------------------------------------------------ r6726 | ohertel | 2006-09-19 18:33:25 +0200 (mar, 19 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6725 | ohertel | 2006-09-19 17:23:45 +0200 (mar, 19 sep 2006) | 2 lines [new] silk icons for forums ------------------------------------------------------------------------ r6724 | sylvieg | 2006-09-18 16:22:00 +0200 (lun, 18 sep 2006) | 2 lines to be able to choose to export all / only list visible / only non hidden fields ------------------------------------------------------------------------ r6722 | ohertel | 2006-09-17 19:56:34 +0200 (dim, 17 sep 2006) | 2 lines [fix] prevent truncated chars on some systems ------------------------------------------------------------------------ r6721 | ohertel | 2006-09-17 19:01:11 +0200 (dim, 17 sep 2006) | 2 lines minor update ------------------------------------------------------------------------ r6720 | ohertel | 2006-09-17 19:00:51 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6719 | ohertel | 2006-09-17 17:44:40 +0200 (dim, 17 sep 2006) | 2 lines [mod] all "Tip: ..." entries should be defined all the same say (for easier tiki styling) ------------------------------------------------------------------------ r6718 | ohertel | 2006-09-17 17:33:38 +0200 (dim, 17 sep 2006) | 2 lines [mod] tip added about page permissions overriding global permissions ------------------------------------------------------------------------ r6717 | ohertel | 2006-09-17 17:05:20 +0200 (dim, 17 sep 2006) | 2 lines [fix] filter by topicId ------------------------------------------------------------------------ r6716 | ohertel | 2006-09-17 15:58:25 +0200 (dim, 17 sep 2006) | 2 lines [fix] error 'Input array does not match' when saving a wiki page and locking it at the same time ------------------------------------------------------------------------ r6715 | damosoft | 2006-09-17 15:37:34 +0200 (dim, 17 sep 2006) | 2 lines Fix for duplication on installer screen ------------------------------------------------------------------------ r6714 | ohertel | 2006-09-17 15:36:41 +0200 (dim, 17 sep 2006) | 2 lines cleanup, permission table now sortable without page reload ------------------------------------------------------------------------ r6713 | ohertel | 2006-09-17 15:20:56 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6712 | ohertel | 2006-09-17 15:01:59 +0200 (dim, 17 sep 2006) | 2 lines [fix] sql-error in edit submission ------------------------------------------------------------------------ r6711 | ohertel | 2006-09-17 13:40:20 +0200 (dim, 17 sep 2006) | 2 lines [fix] fix of {tra}nslation tags ------------------------------------------------------------------------ r6710 | ohertel | 2006-09-17 13:14:07 +0200 (dim, 17 sep 2006) | 2 lines update lang/de, moved untranslated strings to separate file to make lang array much smaller (php memory_limit!) ------------------------------------------------------------------------ r6709 | ohertel | 2006-09-17 12:40:39 +0200 (dim, 17 sep 2006) | 2 lines fix link to image ------------------------------------------------------------------------ r6708 | ohertel | 2006-09-17 12:32:11 +0200 (dim, 17 sep 2006) | 2 lines fix typo ------------------------------------------------------------------------ r6707 | ohertel | 2006-09-17 12:06:41 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6706 | ohertel | 2006-09-17 12:04:31 +0200 (dim, 17 sep 2006) | 2 lines visual fix ------------------------------------------------------------------------ r6705 | ohertel | 2006-09-17 12:04:06 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6704 | ohertel | 2006-09-17 11:28:11 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6703 | ohertel | 2006-09-17 11:27:47 +0200 (dim, 17 sep 2006) | 2 lines [fix] fix of {tra}nslation tags ------------------------------------------------------------------------ r6702 | ohertel | 2006-09-17 11:22:18 +0200 (dim, 17 sep 2006) | 2 lines [fix] wrong line breaks ------------------------------------------------------------------------ r6701 | ohertel | 2006-09-17 11:13:03 +0200 (dim, 17 sep 2006) | 2 lines [fix] fix of {tra}nslation tags ------------------------------------------------------------------------ r6700 | ohertel | 2006-09-17 11:12:34 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6699 | ohertel | 2006-09-17 09:42:54 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6698 | ohertel | 2006-09-17 00:41:46 +0200 (dim, 17 sep 2006) | 2 lines [new] stylesheet: modern - header background image ------------------------------------------------------------------------ r6697 | ohertel | 2006-09-17 00:40:49 +0200 (dim, 17 sep 2006) | 2 lines [new] stylesheet: modern ------------------------------------------------------------------------ r6696 | ohertel | 2006-09-17 00:36:16 +0200 (dim, 17 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6695 | ohertel | 2006-09-16 19:51:01 +0200 (sam, 16 sep 2006) | 2 lines not to be seen yet. ------------------------------------------------------------------------ r6694 | ohertel | 2006-09-16 19:27:19 +0200 (sam, 16 sep 2006) | 2 lines [fix] added missing icons for admin/freetags ------------------------------------------------------------------------ r6693 | ohertel | 2006-09-16 16:22:42 +0200 (sam, 16 sep 2006) | 2 lines [mod] css fixes and update for admin menu ------------------------------------------------------------------------ r6692 | ohertel | 2006-09-16 16:20:28 +0200 (sam, 16 sep 2006) | 2 lines [mod] better and nicer tiki-admin layout, icons now flow as you resize the browser ------------------------------------------------------------------------ r6691 | ohertel | 2006-09-16 16:13:10 +0200 (sam, 16 sep 2006) | 2 lines update lang/de ------------------------------------------------------------------------ r6690 | ohertel | 2006-09-16 16:12:16 +0200 (sam, 16 sep 2006) | 2 lines update for easier translation ------------------------------------------------------------------------ r6689 | ohertel | 2006-09-16 16:10:36 +0200 (sam, 16 sep 2006) | 2 lines added ZendPlatform to CVS ignore list ------------------------------------------------------------------------ r6688 | ohertel | 2006-09-16 16:09:29 +0200 (sam, 16 sep 2006) | 2 lines [fix] <hr> to <hr/> for xhtml conformity ------------------------------------------------------------------------ r6687 | ohertel | 2006-09-16 11:57:20 +0200 (sam, 16 sep 2006) | 2 lines [mod] 'fix utf-8 in tables' is hidden by default (advanced feature toggle) ------------------------------------------------------------------------ r6686 | ohertel | 2006-09-16 11:46:52 +0200 (sam, 16 sep 2006) | 2 lines [fix] visual: tables use even/odd coloring ------------------------------------------------------------------------ r6685 | sylvieg | 2006-09-15 22:09:39 +0200 (ven, 15 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6684 | sylvieg | 2006-09-15 21:53:23 +0200 (ven, 15 sep 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6683 | sylvieg | 2006-09-15 15:21:10 +0200 (ven, 15 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6682 | sylvieg | 2006-09-15 12:34:59 +0200 (ven, 15 sep 2006) | 2 lines char encoding choice for the csv file ------------------------------------------------------------------------ r6681 | sylvieg | 2006-09-15 12:31:26 +0200 (ven, 15 sep 2006) | 2 lines avoid long url if in default ------------------------------------------------------------------------ r6680 | sylvieg | 2006-09-14 18:41:54 +0200 (jeu, 14 sep 2006) | 2 lines oops ------------------------------------------------------------------------ r6679 | sylvieg | 2006-09-14 18:38:13 +0200 (jeu, 14 sep 2006) | 2 lines new tracker filed type : radio buttons ------------------------------------------------------------------------ r6678 | sylvieg | 2006-09-14 17:00:25 +0200 (jeu, 14 sep 2006) | 2 lines add contributions in the blog watch email ------------------------------------------------------------------------ r6677 | sylvieg | 2006-09-14 16:36:26 +0200 (jeu, 14 sep 2006) | 2 lines sync script ------------------------------------------------------------------------ r6676 | sylvieg | 2006-09-14 16:28:47 +0200 (jeu, 14 sep 2006) | 2 lines blog post in actionlog and contribution ------------------------------------------------------------------------ r6675 | illori | 2006-09-12 14:20:33 +0200 (mar, 12 sep 2006) | 2 lines make center section look alike in IE and firefox/konq/opera ------------------------------------------------------------------------ r6674 | sylvieg | 2006-09-12 12:45:48 +0200 (mar, 12 sep 2006) | 2 lines ad the delete tiki_menu_options when inserting a new option to avoid the table to grow ------------------------------------------------------------------------ r6673 | sylvieg | 2006-09-12 12:13:40 +0200 (mar, 12 sep 2006) | 2 lines merge 1.9+synchro ------------------------------------------------------------------------ r6672 | ohertel | 2006-09-09 02:40:44 +0200 (sam, 09 sep 2006) | 2 lines update: layout=>table shows list as sortable list (click on the table header!) ------------------------------------------------------------------------ r6671 | ohertel | 2006-09-09 02:29:38 +0200 (sam, 09 sep 2006) | 2 lines added sort: {USERLIST(sep=>", ",max=>10,sort=>asc|desc)}substring{USERLIST} ------------------------------------------------------------------------ r6670 | ohertel | 2006-09-09 02:14:22 +0200 (sam, 09 sep 2006) | 2 lines new plugin, that returns a full or filtered tiki user list: {USERLIST(sep=>", ",max=>10)}substring{USERLIST} ------------------------------------------------------------------------ r6669 | fmathias | 2006-09-07 20:29:19 +0200 (jeu, 07 sep 2006) | 2 lines [ADD] option structId=<structure id> to {toc} tag ------------------------------------------------------------------------ r6668 | sylvieg | 2006-09-07 00:09:17 +0200 (jeu, 07 sep 2006) | 2 lines radio categ was not showing all the time ------------------------------------------------------------------------ r6667 | wesleywillians | 2006-09-06 17:22:37 +0200 (mer, 06 sep 2006) | 2 lines [MOD] Adding title for blogs post ------------------------------------------------------------------------ r6666 | rlpowell | 2006-09-05 23:46:54 +0200 (mar, 05 sep 2006) | 2 lines No newlines in page names! ------------------------------------------------------------------------ r6665 | wesleywillians | 2006-09-05 23:06:36 +0200 (mar, 05 sep 2006) | 2 lines [ADD] Smarty plugin for articles ------------------------------------------------------------------------ r6664 | rlpowell | 2006-09-05 21:36:09 +0200 (mar, 05 sep 2006) | 2 lines Search needed a new index. ------------------------------------------------------------------------ r6663 | sylvieg | 2006-09-05 17:35:30 +0200 (mar, 05 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6659 | rlpowell | 2006-09-05 03:36:25 +0200 (mar, 05 sep 2006) | 2 lines Non-broken joins *good*. ------------------------------------------------------------------------ r6658 | sylvieg | 2006-09-04 12:47:33 +0200 (lun, 04 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6657 | hangerman | 2006-09-04 10:20:59 +0200 (lun, 04 sep 2006) | 2 lines Bug correction: Display of tracker form from tiki-register through the wikiplugin_tracker ------------------------------------------------------------------------ r6656 | jreyesg | 2006-09-03 17:45:14 +0200 (dim, 03 sep 2006) | 2 lines Included workspace groups on role groups ------------------------------------------------------------------------ r6655 | sylvieg | 2006-09-03 15:52:19 +0200 (dim, 03 sep 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6654 | toggg | 2006-09-01 09:31:52 +0200 (ven, 01 sep 2006) | 2 lines These plugins are distributed in wiki-plugins-dist , a failing MTH ? ------------------------------------------------------------------------ r6653 | sylvieg | 2006-08-31 16:17:54 +0200 (jeu, 31 aoû 2006) | 2 lines add page to the title ------------------------------------------------------------------------ r6648 | jreyesg | 2006-08-30 19:23:06 +0200 (mer, 30 aoû 2006) | 2 lines AulaWiki renamed to Workspaces ------------------------------------------------------------------------ r6647 | toggg | 2006-08-30 18:27:22 +0200 (mer, 30 aoû 2006) | 2 lines Reset action log lost in MTH ------------------------------------------------------------------------ r6646 | jreyesg | 2006-08-30 17:53:00 +0200 (mer, 30 aoû 2006) | 2 lines Included workspace groups on role groups ------------------------------------------------------------------------ r6645 | jreyesg | 2006-08-30 17:46:10 +0200 (mer, 30 aoû 2006) | 2 lines AulaWiki renamed to Workspaces ------------------------------------------------------------------------ r6644 | jreyesg | 2006-08-30 17:40:48 +0200 (mer, 30 aoû 2006) | 2 lines Workspace zones ------------------------------------------------------------------------ r6643 | toggg | 2006-08-30 00:43:20 +0200 (mer, 30 aoû 2006) | 2 lines Some old repetition of integrated help ... ------------------------------------------------------------------------ r6642 | toggg | 2006-08-30 00:17:30 +0200 (mer, 30 aoû 2006) | 2 lines correction as in branch , in the merge to head move ------------------------------------------------------------------------ r6641 | sylvieg | 2006-08-29 23:24:47 +0200 (mar, 29 aoû 2006) | 2 lines bad merge ------------------------------------------------------------------------ r6640 | sylvieg | 2006-08-29 23:09:29 +0200 (mar, 29 aoû 2006) | 2 lines bad merge ------------------------------------------------------------------------ r6639 | sylvieg | 2006-08-29 22:32:05 +0200 (mar, 29 aoû 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6638 | sylvieg | 2006-08-29 22:19:15 +0200 (mar, 29 aoû 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6637 | ohertel | 2006-08-29 18:25:35 +0200 (mar, 29 aoû 2006) | 2 lines fixed $smarty->assing to $smarty->assign ------------------------------------------------------------------------ r6636 | ohertel | 2006-08-29 18:24:32 +0200 (mar, 29 aoû 2006) | 2 lines missing {tr}{/tr} added ------------------------------------------------------------------------ r6635 | ohertel | 2006-08-29 18:21:26 +0200 (mar, 29 aoû 2006) | 2 lines 2x missing $cachelib-> added ------------------------------------------------------------------------ r6634 | hangerman | 2006-08-28 21:56:54 +0200 (lun, 28 aoû 2006) | 2 lines Correction: User can post a blog if 1)It is his own blog 2)It is public (Before a user with tiki_p_blog_post could post to any blog) (Possible improovment: public to a specific group) ------------------------------------------------------------------------ r6633 | jreyesg | 2006-08-22 21:57:58 +0200 (mar, 22 aoû 2006) | 2 lines Workspace zones ------------------------------------------------------------------------ r6632 | jreyesg | 2006-08-22 21:39:14 +0200 (mar, 22 aoû 2006) | 2 lines Workspace zones ------------------------------------------------------------------------ r6631 | jreyesg | 2006-08-22 21:31:52 +0200 (mar, 22 aoû 2006) | 2 lines Categorie perms problem ------------------------------------------------------------------------ r6630 | jmaspons | 2006-08-22 04:46:22 +0200 (mar, 22 aoû 2006) | 2 lines some translations ------------------------------------------------------------------------ r6629 | marclaporte | 2006-08-16 01:45:22 +0200 (mer, 16 aoû 2006) | 2 lines typo ------------------------------------------------------------------------ r6628 | marclaporte | 2006-08-15 23:06:11 +0200 (mar, 15 aoû 2006) | 2 lines typos ------------------------------------------------------------------------ r6627 | marclaporte | 2006-08-15 22:26:23 +0200 (mar, 15 aoû 2006) | 2 lines typo ------------------------------------------------------------------------ r6626 | marclaporte | 2006-08-15 22:18:03 +0200 (mar, 15 aoû 2006) | 2 lines typos ------------------------------------------------------------------------ r6625 | marclaporte | 2006-08-15 22:10:02 +0200 (mar, 15 aoû 2006) | 2 lines adding feature_workspaces to features admin panel ------------------------------------------------------------------------ r6624 | mose | 2006-08-13 16:28:44 +0200 (dim, 13 aoû 2006) | 2 lines removed destructive operation, and removed creation of extra groups, they should not be created without asking ------------------------------------------------------------------------ r6623 | sylvieg | 2006-08-11 17:06:24 +0200 (ven, 11 aoû 2006) | 2 lines bad marge: missing like page ------------------------------------------------------------------------ r6622 | jreyesg | 2006-08-10 20:36:08 +0200 (jeu, 10 aoû 2006) | 2 lines AulaWiki renamed to Workspaces ------------------------------------------------------------------------ r6621 | hangerman | 2006-08-03 17:41:45 +0200 (jeu, 03 aoû 2006) | 2 lines Add entries for the text newsletter ------------------------------------------------------------------------ r6620 | hangerman | 2006-08-03 16:59:10 +0200 (jeu, 03 aoû 2006) | 2 lines moove presentation to tpl ------------------------------------------------------------------------ r6619 | hangerman | 2006-08-02 17:23:54 +0200 (mer, 02 aoû 2006) | 2 lines moove custom hack for interactive translation from Smarty_compiler ------------------------------------------------------------------------ r6618 | hangerman | 2006-08-02 17:22:42 +0200 (mer, 02 aoû 2006) | 2 lines Remove copy string ------------------------------------------------------------------------ r6616 | hangerman | 2006-08-02 17:19:23 +0200 (mer, 02 aoû 2006) | 2 lines Interactive translation ------------------------------------------------------------------------ r6615 | hangerman | 2006-08-01 15:42:05 +0200 (mar, 01 aoû 2006) | 2 lines Interactive translator ------------------------------------------------------------------------ r6614 | hangerman | 2006-07-31 23:10:19 +0200 (lun, 31 jui 2006) | 2 lines Correct preferences bug ------------------------------------------------------------------------ r6613 | hangerman | 2006-07-31 15:05:37 +0200 (lun, 31 jui 2006) | 2 lines add send text fonctionality ------------------------------------------------------------------------ r6612 | lfagundes | 2006-07-30 17:14:36 +0200 (dim, 30 jui 2006) | 2 lines [NEW] access permission control for registered ajax functions ------------------------------------------------------------------------ r6611 | amette | 2006-07-30 03:03:30 +0200 (dim, 30 jui 2006) | 2 lines removed leftover closing comment and fixing display of original size ------------------------------------------------------------------------ r6610 | toggg | 2006-07-30 02:10:58 +0200 (dim, 30 jui 2006) | 2 lines Funny bad old MTH ------------------------------------------------------------------------ r6609 | toggg | 2006-07-27 08:50:13 +0200 (jeu, 27 jui 2006) | 2 lines Repair the Merge To Head _ Get in conformity with BRANCH-1-9. ------------------------------------------------------------------------ r6608 | niclone | 2006-07-24 02:44:22 +0200 (lun, 24 jui 2006) | 2 lines add crypt-md5 and crypt-des support ------------------------------------------------------------------------ r6607 | mose | 2006-07-24 00:43:05 +0200 (lun, 24 jui 2006) | 2 lines key have a limited size. truncated one ------------------------------------------------------------------------ r6606 | toggg | 2006-07-22 19:20:00 +0200 (sam, 22 jui 2006) | 2 lines Comment : you need now to install the official pear Text_Wiki_Tiki on top of your tw ------------------------------------------------------------------------ r6605 | toggg | 2006-07-22 19:09:19 +0200 (sam, 22 jui 2006) | 3 lines Voila , c'est fait. We keep lib/pear/Text/Wiki.php for those using it. Just pear install Text_Wiki on top of your tw. ------------------------------------------------------------------------ r6604 | toggg | 2006-07-22 18:57:35 +0200 (sam, 22 jui 2006) | 2 lines Basic render out ------------------------------------------------------------------------ r6603 | toggg | 2006-07-22 18:54:09 +0200 (sam, 22 jui 2006) | 2 lines Mooving out , that's in pear ------------------------------------------------------------------------ r6602 | toggg | 2006-07-22 18:46:02 +0200 (sam, 22 jui 2006) | 2 lines The pear/Text/Wiki is now available from pear only ------------------------------------------------------------------------ r6601 | sylvieg | 2006-07-18 20:28:04 +0200 (mar, 18 jui 2006) | 2 lines additional param to have the tree expanded by default in browse categories in phplayers mode ------------------------------------------------------------------------ r6600 | luciash | 2006-07-14 13:43:43 +0200 (ven, 14 jui 2006) | 2 lines [FIX] after merge manual check and repair to bring HEAD changes back ------------------------------------------------------------------------ r6599 | amette | 2006-07-14 13:08:13 +0200 (ven, 14 jui 2006) | 2 lines Delayed-Manual-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6598 | sylvieg | 2006-07-14 13:01:00 +0200 (ven, 14 jui 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6597 | sylvieg | 2006-07-13 16:30:29 +0200 (jeu, 13 jui 2006) | 2 lines optional contributions param ------------------------------------------------------------------------ r6595 | mose | 2006-07-10 13:24:26 +0200 (lun, 10 jui 2006) | 2 lines fixed an index length making sql impossible to setup ------------------------------------------------------------------------ r6594 | amette | 2006-07-09 13:41:58 +0200 (dim, 09 jui 2006) | 2 lines missing global ------------------------------------------------------------------------ r6592 | amette | 2006-07-08 07:47:40 +0200 (sam, 08 jui 2006) | 2 lines possibility to delete blog post level trackback pings ------------------------------------------------------------------------ r6591 | amette | 2006-07-08 02:34:05 +0200 (sam, 08 jui 2006) | 2 lines escape ampersand in URL ------------------------------------------------------------------------ r6588 | amette | 2006-06-27 23:46:48 +0200 (mar, 27 jun 2006) | 2 lines Better use of alt and title attributes, output sanitation and making module react to $module_rows ------------------------------------------------------------------------ r6587 | sylvieg | 2006-06-25 23:24:22 +0200 (dim, 25 jun 2006) | 2 lines redirect error if no page indicated ------------------------------------------------------------------------ r6586 | rischconsulting | 2006-06-25 23:18:20 +0200 (dim, 25 jun 2006) | 2 lines Add feature checking ------------------------------------------------------------------------ r6585 | sylvieg | 2006-06-25 23:15:35 +0200 (dim, 25 jun 2006) | 2 lines check feature copyright ------------------------------------------------------------------------ r6584 | rischconsulting | 2006-06-25 18:10:25 +0200 (dim, 25 jun 2006) | 2 lines Undo prior fix - changed wrong parameter ------------------------------------------------------------------------ r6583 | rischconsulting | 2006-06-24 17:34:02 +0200 (sam, 24 jun 2006) | 2 lines fix copyright management links ------------------------------------------------------------------------ r6582 | rischconsulting | 2006-06-24 17:33:03 +0200 (sam, 24 jun 2006) | 2 lines Fix copyright plugin ------------------------------------------------------------------------ r6581 | amette | 2006-06-24 16:23:59 +0200 (sam, 24 jun 2006) | 2 lines Use alt and title attributes to provide more information about thumbnails ------------------------------------------------------------------------ r6580 | amette | 2006-06-24 15:08:27 +0200 (sam, 24 jun 2006) | 2 lines Moving that broken slideshow out of the way, damnit - and clicking on the image now toggles through all scales including original size ------------------------------------------------------------------------ r6579 | jmaspons | 2006-06-20 15:46:16 +0200 (mar, 20 jun 2006) | 2 lines some strings translated ------------------------------------------------------------------------ r6578 | sylvieg | 2006-06-19 23:04:52 +0200 (lun, 19 jun 2006) | 2 lines an existing newsletter draft is already on the database ------------------------------------------------------------------------ r6577 | sylvieg | 2006-06-19 22:50:04 +0200 (lun, 19 jun 2006) | 2 lines the edition was saved 2 times ------------------------------------------------------------------------ r6576 | jmaspons | 2006-06-12 13:52:37 +0200 (lun, 12 jun 2006) | 2 lines more strings translated :) ------------------------------------------------------------------------ r6575 | jmaspons | 2006-06-11 21:22:07 +0200 (dim, 11 jun 2006) | 2 lines corrected "enregistrar"=>"registrar" ------------------------------------------------------------------------ r6574 | jmaspons | 2006-06-11 21:07:06 +0200 (dim, 11 jun 2006) | 2 lines countries translated acording to softcatala.org ------------------------------------------------------------------------ r6573 | xavidp | 2006-06-09 14:35:26 +0200 (ven, 09 jun 2006) | 2 lines 1 bug fixed related to inserting record in action logs ------------------------------------------------------------------------ r6572 | xavidp | 2006-06-09 13:11:05 +0200 (ven, 09 jun 2006) | 2 lines (proposal of) improvements for tikisheet borders and background of cells ------------------------------------------------------------------------ r6570 | xavidp | 2006-06-07 18:12:02 +0200 (mer, 07 jun 2006) | 2 lines some colors to cells (border and background) in tikisheet added (I hope authors of styles don't mind! :-) ------------------------------------------------------------------------ r6569 | sylvieg | 2006-06-02 22:15:25 +0200 (ven, 02 jun 2006) | 2 lines in actionlog, to be able to see in the url the name of page at the action time if the page is renamed + new page name in object column ------------------------------------------------------------------------ r6568 | sylvieg | 2006-05-30 16:52:45 +0200 (mar, 30 mai 2006) | 2 lines remember date on sort ------------------------------------------------------------------------ r6567 | beuc | 2006-05-29 16:46:52 +0200 (lun, 29 mai 2006) | 2 lines Removed a superfluous {/if}, and indented so that it doesn't happen again ;) ------------------------------------------------------------------------ r6566 | sylvieg | 2006-05-29 14:59:40 +0200 (lun, 29 mai 2006) | 2 lines when renaming an object the comment lines of this object in actionlog are renamed ------------------------------------------------------------------------ r6565 | sylvieg | 2006-05-29 14:47:12 +0200 (lun, 29 mai 2006) | 2 lines avoid notice if sort on categ ------------------------------------------------------------------------ r6558 | sylvieg | 2006-05-25 16:34:39 +0200 (jeu, 25 mai 2006) | 2 lines fix find in list sheets ------------------------------------------------------------------------ r6557 | sylvieg | 2006-05-25 16:22:23 +0200 (jeu, 25 mai 2006) | 2 lines the user in history and in the database on a cell was lost for the user changing the cell ------------------------------------------------------------------------ r6556 | sylvieg | 2006-05-25 16:18:21 +0200 (jeu, 25 mai 2006) | 2 lines link to the sheet and not the list ------------------------------------------------------------------------ r6555 | sampaioprimo | 2006-05-25 08:06:47 +0200 (jeu, 25 mai 2006) | 2 lines [ADD] individual permission and feature for view wiki page source ------------------------------------------------------------------------ r6554 | mose | 2006-05-22 19:09:17 +0200 (lun, 22 mai 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6553 | beuc | 2006-05-22 16:49:38 +0200 (lun, 22 mai 2006) | 2 lines Fix bug that prevented normal tiki authentication ------------------------------------------------------------------------ r6552 | philwhipps | 2006-05-22 08:00:03 +0200 (lun, 22 mai 2006) | 2 lines Shibboleth Login - Initial load ------------------------------------------------------------------------ r6551 | philwhipps | 2006-05-22 07:44:24 +0200 (lun, 22 mai 2006) | 2 lines Shibboleth Login- Initial load ------------------------------------------------------------------------ r6550 | amette | 2006-05-20 01:03:48 +0200 (sam, 20 mai 2006) | 2 lines Added the clear attribute to the wiki-plugin-help - sorry for not noticing in the commit adding the attribute ------------------------------------------------------------------------ r6549 | amette | 2006-05-20 00:54:21 +0200 (sam, 20 mai 2006) | 2 lines Ooops, broke the class-attribute with the last commit - fixing it here - thanks to CVS-diff-mails ------------------------------------------------------------------------ r6548 | amette | 2006-05-20 00:49:53 +0200 (sam, 20 mai 2006) | 2 lines Added property "clear" to WikiPlugin DIV ------------------------------------------------------------------------ r6547 | sylvieg | 2006-05-18 14:54:34 +0200 (jeu, 18 mai 2006) | 2 lines a bigger scroll list ------------------------------------------------------------------------ r6546 | sylvieg | 2006-05-18 14:48:10 +0200 (jeu, 18 mai 2006) | 2 lines can edit contribution in actionlog ------------------------------------------------------------------------ r6545 | xavidp | 2006-05-16 17:31:22 +0200 (mar, 16 mai 2006) | 2 lines some links and "make up" added for usability ------------------------------------------------------------------------ r6544 | xavidp | 2006-05-16 16:48:20 +0200 (mar, 16 mai 2006) | 2 lines contribution info separated one line to make links usable again ------------------------------------------------------------------------ r6543 | sylvieg | 2006-05-16 12:18:19 +0200 (mar, 16 mai 2006) | 2 lines oops: a debug trace ------------------------------------------------------------------------ r6542 | marcmont | 2006-05-16 11:39:02 +0200 (mar, 16 mai 2006) | 2 lines - Corrected problems with csv-export and blank lines/order ------------------------------------------------------------------------ r6541 | xavidp | 2006-05-15 19:53:22 +0200 (lun, 15 mai 2006) | 2 lines fixed wrong link to galleries in navigation bar at bottom of page ------------------------------------------------------------------------ r6540 | sylvieg | 2006-05-12 20:27:07 +0200 (ven, 12 mai 2006) | 2 lines wysiwig in contribution for wiki page + rename update actionlog ------------------------------------------------------------------------ r6539 | marcmont | 2006-05-07 19:40:50 +0200 (dim, 07 mai 2006) | 2 lines * Corrected support to export csv-excel ------------------------------------------------------------------------ r6538 | marcmont | 2006-05-07 19:32:32 +0200 (dim, 07 mai 2006) | 4 lines * Added a csv-excel import type for tikisheets (; separated and iso-8859-15) * Eliminated autodetect encoding because it was causing some problems. * Added support for iso-8859-15 to lib-encoding.php ------------------------------------------------------------------------ r6537 | sylvieg | 2006-05-03 17:28:42 +0200 (mer, 03 mai 2006) | 2 lines tighten a little bit the notif if the contribution feature is not set ------------------------------------------------------------------------ r6536 | sylvieg | 2006-05-03 17:15:45 +0200 (mer, 03 mai 2006) | 2 lines to avoid to see Contributions: if feature is desactivated or if no contribution ------------------------------------------------------------------------ r6535 | sylvieg | 2006-05-03 17:13:56 +0200 (mer, 03 mai 2006) | 2 lines you can only add a parameter at the end of the parameters ------------------------------------------------------------------------ r6534 | xavidp | 2006-05-03 17:04:29 +0200 (mer, 03 mai 2006) | 2 lines Include type of contrib. into emails from wiki changes (create + edit). To be coonfirmed that everything is ok. ------------------------------------------------------------------------ r6533 | xavidp | 2006-05-03 15:37:06 +0200 (mer, 03 mai 2006) | 2 lines relocated contribution type info below message headers (before message) + label ------------------------------------------------------------------------ r6532 | sylvieg | 2006-05-03 15:32:33 +0200 (mer, 03 mai 2006) | 2 lines avoid a notice ------------------------------------------------------------------------ r6531 | sylvieg | 2006-05-03 13:37:52 +0200 (mer, 03 mai 2006) | 2 lines fix contributions sent to a forum topic notification ------------------------------------------------------------------------ r6530 | xavidp | 2006-05-03 12:41:54 +0200 (mer, 03 mai 2006) | 2 lines trial to include contribution type information on watch emails from forum posts (buggy) ------------------------------------------------------------------------ r6529 | xavidp | 2006-05-03 11:34:48 +0200 (mer, 03 mai 2006) | 2 lines request freetag_string for smarty only if feature freetags is on ------------------------------------------------------------------------ r6525 | franck | 2006-05-01 06:51:14 +0200 (lun, 01 mai 2006) | 2 lines TikiMaps: more ajax Languages: FJ added ------------------------------------------------------------------------ r6524 | sampaioprimo | 2006-04-30 02:44:23 +0200 (dim, 30 avr 2006) | 2 lines [ADD] force lowercase username, max and min lenght username options added to admin login panel ------------------------------------------------------------------------ r6523 | xavidp | 2006-04-28 19:04:09 +0200 (ven, 28 avr 2006) | 2 lines updated and manually synchronized between jmaspons (1.9. changes) and me (1.10 changes) ------------------------------------------------------------------------ r6522 | sylvieg | 2006-04-27 23:03:00 +0200 (jeu, 27 avr 2006) | 2 lines for an unknown reason, can't use key in array becquse each array contains remove and contains. Was creating empty contributions ------------------------------------------------------------------------ r6521 | sylvieg | 2006-04-27 22:22:38 +0200 (jeu, 27 avr 2006) | 2 lines oops set is useless ------------------------------------------------------------------------ r6520 | sylvieg | 2006-04-27 19:25:27 +0200 (jeu, 27 avr 2006) | 2 lines contribution with a quote was craching the edit sheet ------------------------------------------------------------------------ r6519 | sylvieg | 2006-04-27 16:51:40 +0200 (jeu, 27 avr 2006) | 2 lines some fix on semaphore with anonymous + possibility 2 have 2 semaphore on the same object by 2 users ------------------------------------------------------------------------ r6518 | sylvieg | 2006-04-27 15:51:54 +0200 (jeu, 27 avr 2006) | 2 lines sync ------------------------------------------------------------------------ r6517 | sylvieg | 2006-04-27 15:50:12 +0200 (jeu, 27 avr 2006) | 2 lines warning on edit conflict also for sheet+delete all old semaphore while testing semaphore ------------------------------------------------------------------------ r6516 | sylvieg | 2006-04-26 16:24:02 +0200 (mer, 26 avr 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6515 | sylvieg | 2006-04-26 15:58:09 +0200 (mer, 26 avr 2006) | 2 lines the user who must have reeive a newsletter but didn't (send timeout or error...) are kept in a list and can be displayed ------------------------------------------------------------------------ r6514 | sylvieg | 2006-04-26 15:47:22 +0200 (mer, 26 avr 2006) | 2 lines the user who must have reeive a newsletter but didn't (send timeout or error...) are kept in a list and can be displayed + list editions was broken ------------------------------------------------------------------------ r6513 | sylvieg | 2006-04-26 15:43:47 +0200 (mer, 26 avr 2006) | 2 lines add simple user to a newsletter was broken ------------------------------------------------------------------------ r6511 | xavidp | 2006-04-25 12:14:15 +0200 (mar, 25 avr 2006) | 2 lines deleted extra slash and add chmod to make it work under servers with suphp ------------------------------------------------------------------------ r6510 | xavidp | 2006-04-24 20:01:27 +0200 (lun, 24 avr 2006) | 2 lines some more strings translated + reordered back to original sections from get_strings.php, etc. ------------------------------------------------------------------------ r6509 | sylvieg | 2006-04-24 18:06:32 +0200 (lun, 24 avr 2006) | 2 lines missing tr ------------------------------------------------------------------------ r6508 | sylvieg | 2006-04-24 17:03:09 +0200 (lun, 24 avr 2006) | 2 lines contribution for sheet ------------------------------------------------------------------------ r6507 | xavidp | 2006-04-24 12:20:21 +0200 (lun, 24 avr 2006) | 2 lines some new strings added, and a few translated (contributions, action logs). Reordered to ease dupli. deletion ------------------------------------------------------------------------ r6506 | lphuberdeau | 2006-04-23 22:08:42 +0200 (dim, 23 avr 2006) | 2 lines Adding some code for sylvieg (related to contribution). ------------------------------------------------------------------------ r6505 | sylvieg | 2006-04-21 20:11:15 +0200 (ven, 21 avr 2006) | 2 lines export displays contribution and not array ------------------------------------------------------------------------ r6504 | sylvieg | 2006-04-21 19:54:31 +0200 (ven, 21 avr 2006) | 2 lines fix perm for editing sheet ------------------------------------------------------------------------ r6503 | marcmont | 2006-04-21 19:00:50 +0200 (ven, 21 avr 2006) | 2 lines * Changed mb_convert_encoding to iconv because some characters isn't transformed correct. ------------------------------------------------------------------------ r6502 | sylvieg | 2006-04-21 12:53:47 +0200 (ven, 21 avr 2006) | 2 lines no notice if object has been deleted ------------------------------------------------------------------------ r6501 | xavidp | 2006-04-20 20:32:28 +0200 (jeu, 20 avr 2006) | 2 lines added a couple of {tr} tags to submit buttons ------------------------------------------------------------------------ r6500 | marcmont | 2006-04-20 19:57:20 +0200 (jeu, 20 avr 2006) | 2 lines * Corrected an unclosed select ... ------------------------------------------------------------------------ r6499 | marcmont | 2006-04-20 19:31:24 +0200 (jeu, 20 avr 2006) | 2 lines * Added enconding convert code. ------------------------------------------------------------------------ r6498 | sylvieg | 2006-04-19 23:28:59 +0200 (mer, 19 avr 2006) | 2 lines smarty fucntion popup is buggy: the text must not include double quote ------------------------------------------------------------------------ r6497 | sylvieg | 2006-04-19 23:06:30 +0200 (mer, 19 avr 2006) | 2 lines missing global ------------------------------------------------------------------------ r6496 | marcmont | 2006-04-18 12:11:40 +0200 (mar, 18 avr 2006) | 2 lines * Added different input/output character encoding suppoort to tiki sheet ------------------------------------------------------------------------ r6495 | marcmont | 2006-04-18 12:06:45 +0200 (mar, 18 avr 2006) | 2 lines * Uploaded library to work with encodings. For now it's a wrapper to another phpp librariy (mb_convert) ------------------------------------------------------------------------ r6494 | sylvieg | 2006-04-13 19:39:46 +0200 (jeu, 13 avr 2006) | 2 lines sync ------------------------------------------------------------------------ r6493 | sylvieg | 2006-04-13 19:38:45 +0200 (jeu, 13 avr 2006) | 2 lines sheet in actionlog + user name in sheet history + fix display contrib in actionlog ------------------------------------------------------------------------ r6492 | sylvieg | 2006-04-13 17:48:59 +0200 (jeu, 13 avr 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6491 | sylvieg | 2006-04-12 22:39:31 +0200 (mer, 12 avr 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6490 | sylvieg | 2006-04-11 19:33:45 +0200 (mar, 11 avr 2006) | 2 lines perm for anonymous ------------------------------------------------------------------------ r6489 | sylvieg | 2006-04-11 19:28:14 +0200 (mar, 11 avr 2006) | 2 lines some buttom to navigate around the sheet at import ------------------------------------------------------------------------ r6488 | sylvieg | 2006-04-11 19:05:11 +0200 (mar, 11 avr 2006) | 2 lines add list tikisheet in menu for usability ------------------------------------------------------------------------ r6487 | sylvieg | 2006-04-11 19:02:19 +0200 (mar, 11 avr 2006) | 2 lines wysiwyg edit buttom for the plugin sheet ------------------------------------------------------------------------ r6486 | sylvieg | 2006-04-11 18:48:20 +0200 (mar, 11 avr 2006) | 2 lines list_pages is in tikilib ------------------------------------------------------------------------ r6485 | sylvieg | 2006-04-11 18:41:08 +0200 (mar, 11 avr 2006) | 2 lines avoid some notice ------------------------------------------------------------------------ r6484 | sylvieg | 2006-04-11 18:31:39 +0200 (mar, 11 avr 2006) | 2 lines each include must have the global ------------------------------------------------------------------------ r6483 | xavidp | 2006-04-11 12:21:33 +0200 (mar, 11 avr 2006) | 2 lines hacked to allow chmodding files to 644 on servers with suphp security installed (for instance: ourproject.org, where edu.tw.o is installed). Hacked with the help of vjrj, op.o admin :-) ------------------------------------------------------------------------ r6482 | xavidp | 2006-04-07 10:01:20 +0200 (ven, 07 avr 2006) | 2 lines Improved error page, more similar to error.tpl from base style ------------------------------------------------------------------------ r6481 | xavidp | 2006-04-07 09:34:04 +0200 (ven, 07 avr 2006) | 2 lines Taken out extra "Login" notice on top of module, and Capitalize title text (I guess that was an undesired tiny error) ------------------------------------------------------------------------ r6480 | sylvieg | 2006-04-06 18:06:23 +0200 (jeu, 06 avr 2006) | 2 lines individual+ categ perms on sheet ------------------------------------------------------------------------ r6479 | sylvieg | 2006-04-06 14:46:27 +0200 (jeu, 06 avr 2006) | 2 lines rename wiki page in actionlog ------------------------------------------------------------------------ r6477 | lphuberdeau | 2006-04-06 04:07:40 +0200 (jeu, 06 avr 2006) | 2 lines $feature_sheet check. ------------------------------------------------------------------------ r6476 | sylvieg | 2006-04-05 23:49:20 +0200 (mer, 05 avr 2006) | 2 lines contribution in export ------------------------------------------------------------------------ r6475 | sylvieg | 2006-04-05 22:45:28 +0200 (mer, 05 avr 2006) | 2 lines readable date in export ------------------------------------------------------------------------ r6474 | sylvieg | 2006-04-05 22:09:06 +0200 (mer, 05 avr 2006) | 2 lines missed up with param order ------------------------------------------------------------------------ r6473 | sylvieg | 2006-04-05 17:58:34 +0200 (mer, 05 avr 2006) | 2 lines sync ------------------------------------------------------------------------ r6472 | sylvieg | 2006-04-05 17:53:25 +0200 (mer, 05 avr 2006) | 2 lines not to have quoted lines without cr counted ------------------------------------------------------------------------ r6471 | sylvieg | 2006-04-05 00:16:07 +0200 (mer, 05 avr 2006) | 2 lines current contributions are kept in comments logs to see the right contributions if comment edited ------------------------------------------------------------------------ r6470 | sampaioprimo | 2006-03-28 09:41:46 +0200 (mar, 28 mar 2006) | 2 lines [ADD] make search and replace feature optional ------------------------------------------------------------------------ r6469 | sylvieg | 2006-03-26 17:56:38 +0200 (dim, 26 mar 2006) | 2 lines show contribution in action logs ------------------------------------------------------------------------ r6468 | sylvieg | 2006-03-26 17:00:21 +0200 (dim, 26 mar 2006) | 2 lines contribution help more readable ------------------------------------------------------------------------ r6467 | lfagundes | 2006-03-20 22:47:11 +0100 (lun, 20 mar 2006) | 2 lines save draft working with edit is loaded dinamically ------------------------------------------------------------------------ r6466 | lfagundes | 2006-03-20 22:39:19 +0100 (lun, 20 mar 2006) | 3 lines editpage now loads with ajax [FIX] avoid rolling page to top when clicking ajax link ------------------------------------------------------------------------ r6465 | lfagundes | 2006-03-20 17:36:14 +0100 (lun, 20 mar 2006) | 7 lines refactor: * create ajaxlib, that extends xajax * global $xajax renamed to $ajaxlib * all component templates have to be registered with $ajaxlib->registerTemplate() also fix doc/devtools/make_ajax_template.pl to remove path from template ------------------------------------------------------------------------ r6464 | lfagundes | 2006-03-20 08:29:16 +0100 (lun, 20 mar 2006) | 2 lines removing old ajax garbage ------------------------------------------------------------------------ r6463 | lfagundes | 2006-03-20 08:03:38 +0100 (lun, 20 mar 2006) | 3 lines save draft in wiki now with xajax quicktags also dinamic ------------------------------------------------------------------------ r6462 | lfagundes | 2006-03-20 07:54:21 +0100 (lun, 20 mar 2006) | 2 lines refactor of admin_quicktags ------------------------------------------------------------------------ r6461 | lfagundes | 2006-03-20 07:20:58 +0100 (lun, 20 mar 2006) | 2 lines "Loading..." sign while loading component with ajax ------------------------------------------------------------------------ r6460 | lfagundes | 2006-03-20 07:15:12 +0100 (lun, 20 mar 2006) | 2 lines tiki-admin_quicktags now uses xajax instead of cpaint ------------------------------------------------------------------------ r6459 | lfagundes | 2006-03-20 07:10:22 +0100 (lun, 20 mar 2006) | 2 lines [NEW] perl script to put ajax in a page ------------------------------------------------------------------------ r6458 | lfagundes | 2006-03-20 06:06:32 +0100 (lun, 20 mar 2006) | 2 lines continuing ajax refactor, adding xajax_js to lib/ajax/ ------------------------------------------------------------------------ r6457 | lfagundes | 2006-03-20 05:49:21 +0100 (lun, 20 mar 2006) | 2 lines [NEW] ajax_href smarty block that makes a common url into a js call to dinamically load a component in screen. ------------------------------------------------------------------------ r6456 | lfagundes | 2006-03-20 05:45:53 +0100 (lun, 20 mar 2006) | 4 lines new proposal for ajax framework, now using xajax and smarty blocks to make components dinamic in a very simple way and preserving environment. [NEW] list of wiki pages with ajax refactor of xajax structure. lib/cpaint will be deleted soon ------------------------------------------------------------------------ r6455 | lfagundes | 2006-03-20 00:28:54 +0100 (lun, 20 mar 2006) | 2 lines upgrade of xajax lib to v0.2.2, with patch available in http://sourceforge.net/tracker/index.php?func=detail&aid=1454076&group_id=139736&atid=744316 ------------------------------------------------------------------------ r6454 | sampaioprimo | 2006-03-17 19:45:02 +0100 (ven, 17 mar 2006) | 2 lines [ADD] make dafault calendar view mode optional on calendar admin panel ------------------------------------------------------------------------ r6453 | sylvieg | 2006-03-16 16:58:31 +0100 (jeu, 16 mar 2006) | 2 lines if error in comment, keep the already typed title,data ... ------------------------------------------------------------------------ r6452 | sylvieg | 2006-03-16 14:43:13 +0100 (jeu, 16 mar 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6451 | lfagundes | 2006-03-15 13:23:30 +0100 (mer, 15 mar 2006) | 2 lines rollback cpaint's modification and make ajaxlib in a way not to need cpaint's patch ------------------------------------------------------------------------ r6450 | lfagundes | 2006-03-14 23:59:02 +0100 (mar, 14 mar 2006) | 5 lines refactor: oo design, now ajaxlib extends cpaint with funcionality we need. by now tra() js function is not working, temporarily disabled. one file per function is no more, now we pass file as argument to load() and loadFunction() sadly we had to modify cpaint's constructor so it can be extended, simple change, have tell cpaint's author ------------------------------------------------------------------------ r6449 | lfagundes | 2006-03-14 13:22:20 +0100 (mar, 14 mar 2006) | 2 lines sorry, forgot to add this file long ago when refactoring calendar to make wikiplugin ------------------------------------------------------------------------ r6448 | sylvieg | 2006-03-13 15:13:41 +0100 (lun, 13 mar 2006) | 2 lines avoid some notice ------------------------------------------------------------------------ r6447 | sylvieg | 2006-03-13 15:08:18 +0100 (lun, 13 mar 2006) | 2 lines clean quote ------------------------------------------------------------------------ r6446 | sylvieg | 2006-03-13 14:59:29 +0100 (lun, 13 mar 2006) | 2 lines avoid notice ------------------------------------------------------------------------ r6445 | sylvieg | 2006-03-13 14:56:00 +0100 (lun, 13 mar 2006) | 2 lines sync scripts ------------------------------------------------------------------------ r6444 | sylvieg | 2006-03-13 14:48:37 +0100 (lun, 13 mar 2006) | 2 lines avoid a notice ------------------------------------------------------------------------ r6443 | sylvieg | 2006-03-13 14:48:20 +0100 (lun, 13 mar 2006) | 2 lines mysql 3 compliance ------------------------------------------------------------------------ r6442 | lfagundes | 2006-03-12 22:02:42 +0100 (dim, 12 mar 2006) | 2 lines drafts now are recovered by edit. now have to fix the \n being converted to "n" and alert user drafts on tiki-index.php ------------------------------------------------------------------------ r6441 | lfagundes | 2006-03-12 20:50:08 +0100 (dim, 12 mar 2006) | 3 lines [NEW] save draft for wiki pages in ajax by now it saves, but don't recover yet ------------------------------------------------------------------------ r6440 | lfagundes | 2006-03-12 14:25:31 +0100 (dim, 12 mar 2006) | 2 lines ignore ajax php function accidental output that would kill cpaint client ------------------------------------------------------------------------ r6439 | lfagundes | 2006-03-12 14:16:53 +0100 (dim, 12 mar 2006) | 2 lines changed quicktags ajax so to use the framework ------------------------------------------------------------------------ r6438 | lfagundes | 2006-03-12 14:12:25 +0100 (dim, 12 mar 2006) | 2 lines [FIX] no such field tagname in tiki_quicktags, changed for taglabel ------------------------------------------------------------------------ r6437 | lfagundes | 2006-03-11 21:45:24 +0100 (sam, 11 mar 2006) | 2 lines explicity type declaration of ajax functions not necessary anymore. now any data structure (but objects) can be passed directly to js. tough but worth. ------------------------------------------------------------------------ r6436 | sylvieg | 2006-03-10 17:06:27 +0100 (ven, 10 mar 2006) | 2 lines remove object & contributions if remove comment ------------------------------------------------------------------------ r6435 | sylvieg | 2006-03-10 16:24:02 +0100 (ven, 10 mar 2006) | 2 lines keep the previous contributions as preselected in modif comment/post ------------------------------------------------------------------------ r6434 | lphuberdeau | 2006-03-10 13:20:16 +0100 (ven, 10 mar 2006) | 2 lines Additional verification. ------------------------------------------------------------------------ r6433 | wesleywillians | 2006-03-10 03:56:15 +0100 (ven, 10 mar 2006) | 2 lines [NEW] Xajax lib. ------------------------------------------------------------------------ r6432 | wesleywillians | 2006-03-10 03:15:52 +0100 (ven, 10 mar 2006) | 2 lines [NEW] Xajax, example. ------------------------------------------------------------------------ r6431 | wesleywillians | 2006-03-10 03:14:36 +0100 (ven, 10 mar 2006) | 2 lines [NEW] template of xajax ------------------------------------------------------------------------ r6430 | wesleywillians | 2006-03-10 03:10:56 +0100 (ven, 10 mar 2006) | 2 lines [NEW] XAJAX FRAMEWORK ------------------------------------------------------------------------ r6429 | sylvieg | 2006-03-09 21:31:20 +0100 (jeu, 09 mar 2006) | 2 lines add the description filed in the contribution lmabel ------------------------------------------------------------------------ r6428 | sylvieg | 2006-03-09 20:52:26 +0100 (jeu, 09 mar 2006) | 2 lines resuse what was modified and db info if error ------------------------------------------------------------------------ r6427 | sylvieg | 2006-03-09 17:33:22 +0100 (jeu, 09 mar 2006) | 2 lines db script sync ------------------------------------------------------------------------ r6426 | sylvieg | 2006-03-09 17:28:30 +0100 (jeu, 09 mar 2006) | 2 lines mandatory contribution for comments/forums ------------------------------------------------------------------------ r6425 | xavidp | 2006-03-06 21:34:31 +0100 (lun, 06 mar 2006) | 2 lines tikisheet details added ------------------------------------------------------------------------ r6424 | xavidp | 2006-03-06 21:18:25 +0100 (lun, 06 mar 2006) | 2 lines added quote plugin and sheet css entries ------------------------------------------------------------------------ r6423 | sylvieg | 2006-03-06 15:31:17 +0100 (lun, 06 mar 2006) | 2 lines contribution for comments ------------------------------------------------------------------------ r6422 | sylvieg | 2006-03-06 14:24:43 +0100 (lun, 06 mar 2006) | 2 lines display contribution choice ------------------------------------------------------------------------ r6421 | mose | 2006-03-06 10:50:43 +0100 (lun, 06 mar 2006) | 2 lines trying some display enhancement ------------------------------------------------------------------------ r6420 | lfagundes | 2006-03-06 07:19:13 +0100 (lun, 06 mar 2006) | 2 lines [ADD] client-side translation via ajax ------------------------------------------------------------------------ r6419 | lfagundes | 2006-03-06 06:24:34 +0100 (lun, 06 mar 2006) | 2 lines [ADD] tiki-ajax_example.php, that explains and demonstrates how to use new ajax framework in tiki ------------------------------------------------------------------------ r6418 | lfagundes | 2006-03-06 03:47:13 +0100 (lun, 06 mar 2006) | 2 lines [ADD] mid-layer for cpaint and baby ajax framework for tiki ------------------------------------------------------------------------ r6417 | ice8878 | 2006-03-03 21:54:12 +0100 (ven, 03 mar 2006) | 2 lines more translations and fixes ------------------------------------------------------------------------ r6416 | sylvieg | 2006-03-03 19:13:49 +0100 (ven, 03 mar 2006) | 2 lines new option in category tracker field: radio or checkbox to have one or many categs ------------------------------------------------------------------------ r6415 | lfagundes | 2006-03-03 16:53:30 +0100 (ven, 03 mar 2006) | 2 lines translation ------------------------------------------------------------------------ r6414 | sylvieg | 2006-03-03 15:56:08 +0100 (ven, 03 mar 2006) | 2 lines to be able to reuse objectlib somewhere else ------------------------------------------------------------------------ r6413 | sylvieg | 2006-03-03 15:09:29 +0100 (ven, 03 mar 2006) | 2 lines export csv ------------------------------------------------------------------------ r6412 | sylvieg | 2006-03-02 21:46:16 +0100 (jeu, 02 mar 2006) | 2 lines update ------------------------------------------------------------------------ r6411 | sylvieg | 2006-03-02 21:24:13 +0100 (jeu, 02 mar 2006) | 2 lines sync script ------------------------------------------------------------------------ r6410 | sylvieg | 2006-03-02 21:21:33 +0100 (jeu, 02 mar 2006) | 2 lines contribution can be mandatory ------------------------------------------------------------------------ r6409 | sylvieg | 2006-03-02 16:20:32 +0100 (jeu, 02 mar 2006) | 2 lines some style ------------------------------------------------------------------------ r6408 | sylvieg | 2006-03-02 16:15:54 +0100 (jeu, 02 mar 2006) | 2 lines contribution(see doc on edut.tw.org) ------------------------------------------------------------------------ r6407 | sylvieg | 2006-03-02 12:34:11 +0100 (jeu, 02 mar 2006) | 2 lines syntax error ------------------------------------------------------------------------ r6406 | sylvieg | 2006-02-27 18:21:14 +0100 (lun, 27 fév 2006) | 2 lines new param switchLang to force strings and page to have the same language ------------------------------------------------------------------------ r6405 | amette | 2006-02-27 03:13:25 +0100 (lun, 27 fév 2006) | 2 lines [FIX] Correct display of User Features ------------------------------------------------------------------------ r6404 | amette | 2006-02-26 22:01:49 +0100 (dim, 26 fév 2006) | 2 lines [FIX] Display theme correctly when right AND left column is switched off ------------------------------------------------------------------------ r6403 | karneevor | 2006-02-22 13:20:37 +0100 (mer, 22 fév 2006) | 2 lines New translations added. ------------------------------------------------------------------------ r6402 | karneevor | 2006-02-21 20:38:41 +0100 (mar, 21 fév 2006) | 2 lines New translations added. ------------------------------------------------------------------------ r6400 | sylvieg | 2006-02-17 16:10:48 +0100 (ven, 17 fév 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6398 | xavidp | 2006-02-16 18:42:44 +0100 (jeu, 16 fév 2006) | 2 lines drawing uploaded with perms 600 on some systems; fixed to chmod to 755, thanks to sylvie on irc ------------------------------------------------------------------------ r6397 | karneevor | 2006-02-16 09:25:16 +0100 (jeu, 16 fév 2006) | 5 lines Some changes in danish. /Karneevor ------------------------------------------------------------------------ r6394 | franck | 2006-02-15 07:25:07 +0100 (mer, 15 fév 2006) | 2 lines TikiMaps: ajax queries with map update ------------------------------------------------------------------------ r6393 | franck | 2006-02-15 06:22:13 +0100 (mer, 15 fév 2006) | 2 lines TikiMaps: ajax queries now available ------------------------------------------------------------------------ r6392 | lfagundes | 2006-02-13 21:55:32 +0100 (lun, 13 fév 2006) | 2 lines making wiki-plugin calendar, and refactorin tiki-calendar.php to share code with wikiplugin ------------------------------------------------------------------------ r6391 | lfagundes | 2006-02-13 21:39:05 +0100 (lun, 13 fév 2006) | 2 lines refactor: extract code to tiki-show_calendar.tpl, so it can be used for wiki-plugin too ------------------------------------------------------------------------ r6390 | lfagundes | 2006-02-13 03:16:01 +0100 (lun, 13 fév 2006) | 2 lines better interface for sending/receiving messages, starting to look like a IM ------------------------------------------------------------------------ r6389 | amette | 2006-02-13 03:11:51 +0100 (lun, 13 fév 2006) | 2 lines Update CPAINT Backend, too - due to consistency with the frontend and a security fix in the backend ------------------------------------------------------------------------ r6388 | lfagundes | 2006-02-13 02:50:57 +0100 (lun, 13 fév 2006) | 2 lines basic prototype of instant messaging working, bad interface though ------------------------------------------------------------------------ r6387 | lfagundes | 2006-02-13 02:49:37 +0100 (lun, 13 fév 2006) | 2 lines ooops, forgot the im ajax server ------------------------------------------------------------------------ r6386 | franck | 2006-02-13 01:10:01 +0100 (lun, 13 fév 2006) | 2 lines xlib from cross-browser.com (LGPL) ------------------------------------------------------------------------ r6385 | franck | 2006-02-13 01:07:39 +0100 (lun, 13 fév 2006) | 2 lines xlib: wrong files to use ------------------------------------------------------------------------ r6384 | franck | 2006-02-13 00:21:41 +0100 (lun, 13 fév 2006) | 2 lines xlib from cross-browser.com (LGPL) ------------------------------------------------------------------------ r6383 | sylvieg | 2006-02-12 23:24:19 +0100 (dim, 12 fév 2006) | 2 lines error shown as in tracker ------------------------------------------------------------------------ r6382 | lfagundes | 2006-02-12 23:19:33 +0100 (dim, 12 fév 2006) | 2 lines mod-instant_messaging already shows online friends and refresh real-time ------------------------------------------------------------------------ r6381 | sylvieg | 2006-02-12 22:56:44 +0100 (dim, 12 fév 2006) | 2 lines escape value ------------------------------------------------------------------------ r6380 | lfagundes | 2006-02-12 18:02:33 +0100 (dim, 12 fév 2006) | 4 lines [ADD] instant messaging module with ajax ongoing work, using unfunctional old chat structure. already implemented communication layer with alert of new messages ------------------------------------------------------------------------ r6379 | lfagundes | 2006-02-12 17:02:15 +0100 (dim, 12 fév 2006) | 2 lines upgrading cpaint version ------------------------------------------------------------------------ r6378 | lfagundes | 2006-02-12 16:59:59 +0100 (dim, 12 fév 2006) | 2 lines adding uncompressed version of cpaint, very useful for debugging ------------------------------------------------------------------------ r6377 | amette | 2006-02-11 18:04:45 +0100 (sam, 11 fév 2006) | 2 lines Fixed missing bracket - and adapted admin_quicktags to new array-based ajax-table-method ------------------------------------------------------------------------ r6376 | amette | 2006-02-11 16:00:25 +0100 (sam, 11 fév 2006) | 2 lines Rudimental start of structured responses for allowing generic AJAX-tables with nested XHTML-tags ------------------------------------------------------------------------ r6375 | nikchankov | 2006-02-08 12:55:07 +0100 (mer, 08 fév 2006) | 2 lines Rewriten PDf generation ------------------------------------------------------------------------ r6372 | amette | 2006-02-05 17:10:07 +0100 (dim, 05 fév 2006) | 2 lines Generic AJAX-table-implementation and template, this breaks presentation in freetags_browse for now, but allows for including AJAX-tables more easily overall ------------------------------------------------------------------------ r6370 | mcfarland | 2006-02-05 02:15:59 +0100 (dim, 05 fév 2006) | 2 lines added phpCAS source ------------------------------------------------------------------------ r6369 | amette | 2006-02-05 02:08:01 +0100 (dim, 05 fév 2006) | 2 lines Use the new tiki-ajax_header.tpl ------------------------------------------------------------------------ r6368 | amette | 2006-02-05 02:07:07 +0100 (dim, 05 fév 2006) | 2 lines Creating a special AJAX-template for JS-stuff - and moving Loading... message there! ------------------------------------------------------------------------ r6367 | mcfarland | 2006-02-05 01:44:43 +0100 (dim, 05 fév 2006) | 2 lines repaired CAS login ------------------------------------------------------------------------ r6366 | amette | 2006-02-05 01:39:37 +0100 (dim, 05 fév 2006) | 2 lines Moving over setSortMode() ------------------------------------------------------------------------ r6365 | amette | 2006-02-05 01:28:36 +0100 (dim, 05 fév 2006) | 2 lines fixed wrong column-header-id ------------------------------------------------------------------------ r6364 | jdrexler | 2006-02-04 18:16:47 +0100 (sam, 04 fév 2006) | 2 lines removed PHP warnings about array_merge for add/delete blocks ------------------------------------------------------------------------ r6362 | amette | 2006-02-03 00:24:37 +0100 (ven, 03 fév 2006) | 2 lines Need to include the AJAX-js-pagination-lib here now ------------------------------------------------------------------------ r6361 | amette | 2006-02-02 23:59:20 +0100 (jeu, 02 fév 2006) | 2 lines Establishing 2nd AJAX-pagination testbed in Admin->Quicktags ------------------------------------------------------------------------ r6360 | amette | 2006-02-02 23:57:45 +0100 (jeu, 02 fév 2006) | 2 lines Splitting off generic AJAX-pagination part into lib/cpaint/tiki-ajax.js ------------------------------------------------------------------------ r6359 | amette | 2006-02-02 00:50:09 +0100 (jeu, 02 fév 2006) | 2 lines Some better tablelessing ------------------------------------------------------------------------ r6358 | xavidp | 2006-02-01 22:43:54 +0100 (mer, 01 fév 2006) | 2 lines a few more strings translated... ------------------------------------------------------------------------ r6357 | jdrexler | 2006-02-01 22:41:01 +0100 (mer, 01 fév 2006) | 2 lines fixed typo in style tag, removed commented out code from inline renderer ------------------------------------------------------------------------ r6356 | jdrexler | 2006-02-01 22:20:24 +0100 (mer, 01 fév 2006) | 2 lines diffinldel style tag for deleted words in inline diffs ------------------------------------------------------------------------ r6355 | jdrexler | 2006-02-01 22:06:13 +0100 (mer, 01 fév 2006) | 2 lines new inline diff type and character/word selection ------------------------------------------------------------------------ r6354 | amette | 2006-01-31 01:32:53 +0100 (mar, 31 jan 2006) | 2 lines Basic sort-implementation with AJAX - changed result list to table-layout ------------------------------------------------------------------------ r6353 | sylvieg | 2006-01-30 19:02:51 +0100 (lun, 30 jan 2006) | 2 lines display outside the table the description for an header ------------------------------------------------------------------------ r6352 | amette | 2006-01-30 16:24:23 +0100 (lun, 30 jan 2006) | 2 lines Oops, debug stuff left in ------------------------------------------------------------------------ r6351 | amette | 2006-01-30 15:06:47 +0100 (lun, 30 jan 2006) | 2 lines Tableless - needs work still ------------------------------------------------------------------------ r6350 | amette | 2006-01-30 04:22:51 +0100 (lun, 30 jan 2006) | 2 lines consider the custom blog header ------------------------------------------------------------------------ r6349 | amette | 2006-01-30 00:19:23 +0100 (lun, 30 jan 2006) | 2 lines Tableless /w freetag part this time ;) ------------------------------------------------------------------------ r6348 | amette | 2006-01-29 21:54:54 +0100 (dim, 29 jan 2006) | 2 lines Use the object response type instead of plain XML - correct handling of Unicode escape sequences ------------------------------------------------------------------------ r6347 | amette | 2006-01-29 21:53:31 +0100 (dim, 29 jan 2006) | 2 lines Update CPAINT-library to v2.0.2 ------------------------------------------------------------------------ r6346 | amette | 2006-01-29 05:04:01 +0100 (dim, 29 jan 2006) | 2 lines Add preferences freetags_browse_show_cloud and freetags_browse_amount_tags_in_cloud to set up look of browse_freetags ------------------------------------------------------------------------ r6345 | amette | 2006-01-29 04:04:09 +0100 (dim, 29 jan 2006) | 2 lines Show Tag-Cloud to to be able to jump to another tag directly ------------------------------------------------------------------------ r6344 | amette | 2006-01-29 02:04:41 +0100 (dim, 29 jan 2006) | 2 lines ajax-pagination: Need to recalculate page-count also, when no results delivered and the page count is 1 not 0, when there are no items ------------------------------------------------------------------------ r6343 | amette | 2006-01-29 01:51:38 +0100 (dim, 29 jan 2006) | 2 lines Now really fix direct-pagination behaviour ------------------------------------------------------------------------ r6342 | amette | 2006-01-29 01:46:13 +0100 (dim, 29 jan 2006) | 2 lines Fixed hanging AJAX-JS, when direct_pagination turned off ------------------------------------------------------------------------ r6341 | amette | 2006-01-29 01:23:07 +0100 (dim, 29 jan 2006) | 2 lines Forgot to commit the offset-addition to the AJAX server part of browse_freetags ------------------------------------------------------------------------ r6340 | amette | 2006-01-28 22:04:13 +0100 (sam, 28 jan 2006) | 2 lines Oops, missed one useless line in the cleanup ------------------------------------------------------------------------ r6339 | amette | 2006-01-28 21:51:09 +0100 (sam, 28 jan 2006) | 2 lines Complete cleanup of JavaScript: clean indentation with tabs, removed unused code, refactored, added new wrapper-function for Morcego, added CVS-header - cleaned tpl - made morcego use the new wrapper-function ------------------------------------------------------------------------ r6338 | amette | 2006-01-28 19:20:34 +0100 (sam, 28 jan 2006) | 2 lines Move HTML to template and fix for switching Object Type when on another page than the first one ------------------------------------------------------------------------ r6337 | amette | 2006-01-28 18:10:07 +0100 (sam, 28 jan 2006) | 2 lines Make direct pagination links work with AJAX ------------------------------------------------------------------------ r6336 | amette | 2006-01-28 17:29:20 +0100 (sam, 28 jan 2006) | 2 lines Update current page number and respect maxRecords when using pagination with AJAX ------------------------------------------------------------------------ r6335 | amette | 2006-01-28 01:49:04 +0100 (sam, 28 jan 2006) | 2 lines Enable pagination of search results when using AJAX in browse_freetags ------------------------------------------------------------------------ r6334 | amette | 2006-01-27 21:58:58 +0100 (ven, 27 jan 2006) | 2 lines Enable filtering for object name/description when using AJAX in tiki-browse_freetags ------------------------------------------------------------------------ r6333 | amette | 2006-01-27 20:21:47 +0100 (ven, 27 jan 2006) | 2 lines Remove AJAX Loading message, when no objects match current type-filter ------------------------------------------------------------------------ r6332 | amette | 2006-01-27 18:55:28 +0100 (ven, 27 jan 2006) | 2 lines xmlrpc-server is 'stand-alone' - need to fetch the preference from db ------------------------------------------------------------------------ r6331 | amette | 2006-01-27 18:44:03 +0100 (ven, 27 jan 2006) | 2 lines When feature_morcego enabled, but feature_ajax isn't - then just reload the page with the new tag one browsed to ------------------------------------------------------------------------ r6330 | amette | 2006-01-27 18:14:55 +0100 (ven, 27 jan 2006) | 2 lines Allow searching in name and description of found tagged objects ------------------------------------------------------------------------ r6329 | amette | 2006-01-27 17:22:34 +0100 (ven, 27 jan 2006) | 2 lines Oops, need to pass $tag for direct pagination links, too ------------------------------------------------------------------------ r6328 | amette | 2006-01-27 17:12:17 +0100 (ven, 27 jan 2006) | 2 lines Need to pass tag-name, when going to prev/next-page ------------------------------------------------------------------------ r6327 | amette | 2006-01-27 00:28:08 +0100 (ven, 27 jan 2006) | 2 lines Quick hack of mod-last_wiki_comments to provide a last comments module for blog-posts ------------------------------------------------------------------------ r6326 | rlpowell | 2006-01-24 23:16:38 +0100 (mar, 24 jan 2006) | 2 lines Couldn't save any page with a lang set. ------------------------------------------------------------------------ r6325 | rlpowell | 2006-01-24 07:11:52 +0100 (mar, 24 jan 2006) | 2 lines Missing an argument to a new function. ------------------------------------------------------------------------ r6324 | rlpowell | 2006-01-24 06:43:20 +0100 (mar, 24 jan 2006) | 2 lines Made the chat app actually mostly function. ------------------------------------------------------------------------ r6323 | rlpowell | 2006-01-24 06:42:06 +0100 (mar, 24 jan 2006) | 2 lines Shut up useless duplicate key in sessions error. ------------------------------------------------------------------------ r6322 | sylvieg | 2006-01-22 22:45:09 +0100 (dim, 22 jan 2006) | 2 lines be able to see a user's creation (page, blog, img gall) in the user information page ------------------------------------------------------------------------ r6321 | sylvieg | 2006-01-21 19:51:58 +0100 (sam, 21 jan 2006) | 2 lines more robust ------------------------------------------------------------------------ r6320 | lfagundes | 2006-01-20 14:31:41 +0100 (ven, 20 jan 2006) | 2 lines removing merged code sylvieg was in doubt ------------------------------------------------------------------------ r6319 | sylvieg | 2006-01-20 12:53:01 +0100 (ven, 20 jan 2006) | 2 lines be able to lock a page at creation (lock/unlock checkbox in the editpage ------------------------------------------------------------------------ r6318 | sylvieg | 2006-01-20 11:22:18 +0100 (ven, 20 jan 2006) | 2 lines bad merge ------------------------------------------------------------------------ r6317 | sylvieg | 2006-01-20 11:13:26 +0100 (ven, 20 jan 2006) | 2 lines bad merge ------------------------------------------------------------------------ r6316 | sylvieg | 2006-01-20 10:54:58 +0100 (ven, 20 jan 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6315 | sylvieg | 2006-01-19 16:10:26 +0100 (jeu, 19 jan 2006) | 2 lines set default group also when user selects a group at registration ------------------------------------------------------------------------ r6314 | sylvieg | 2006-01-18 15:45:47 +0100 (mer, 18 jan 2006) | 2 lines mandatory category for blog and gallery creation ------------------------------------------------------------------------ r6313 | sylvieg | 2006-01-16 13:31:29 +0100 (lun, 16 jan 2006) | 2 lines new option: mandatory category for a wiki page to ne choose in a category tree ------------------------------------------------------------------------ r6311 | rlpowell | 2006-01-08 23:27:34 +0100 (dim, 08 jan 2006) | 2 lines Less stupid behaviour when someone changes the default new "discuss" tab entry. ------------------------------------------------------------------------ r6310 | rlpowell | 2006-01-08 08:50:25 +0100 (dim, 08 jan 2006) | 2 lines Added user name to outgoing mail. ------------------------------------------------------------------------ r6309 | sylvieg | 2006-01-06 16:33:41 +0100 (ven, 06 jan 2006) | 2 lines remember group if email invalid ------------------------------------------------------------------------ r6308 | sylvieg | 2006-01-06 15:56:54 +0100 (ven, 06 jan 2006) | 2 lines a field description can be displayed when editing a tracker item ------------------------------------------------------------------------ r6307 | sylvieg | 2006-01-05 18:59:28 +0100 (jeu, 05 jan 2006) | 2 lines can say which user tracker fields must be filled at registration time ------------------------------------------------------------------------ r6306 | sylvieg | 2006-01-05 18:16:39 +0100 (jeu, 05 jan 2006) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6305 | sylvieg | 2006-01-05 16:54:18 +0100 (jeu, 05 jan 2006) | 2 lines add registered in the group you can choice at registration time ------------------------------------------------------------------------ r6304 | amette | 2006-01-03 05:53:02 +0100 (mar, 03 jan 2006) | 2 lines XHTML Strict compliance ------------------------------------------------------------------------ r6303 | amette | 2005-12-29 20:55:11 +0100 (jeu, 29 déc 2005) | 2 lines global $freetaglib wasn't enough for e.g. tiki-admin_system.php - instantiating the object helps ------------------------------------------------------------------------ r6302 | amette | 2005-12-29 20:17:25 +0100 (jeu, 29 déc 2005) | 2 lines Fixed typo ------------------------------------------------------------------------ r6301 | amette | 2005-12-29 20:09:38 +0100 (jeu, 29 déc 2005) | 2 lines Need global $freetaglib now - because of evaluating modules first? ------------------------------------------------------------------------ r6300 | lmoss | 2005-12-29 00:53:57 +0100 (jeu, 29 déc 2005) | 2 lines test from Laurent ------------------------------------------------------------------------ r6299 | lphuberdeau | 2005-12-27 22:09:44 +0100 (mar, 27 déc 2005) | 2 lines Dynamic chart plugin generation. ------------------------------------------------------------------------ r6298 | lphuberdeau | 2005-12-27 17:09:16 +0100 (mar, 27 déc 2005) | 2 lines Only loading data when necessary in chart generation. ------------------------------------------------------------------------ r6297 | lphuberdeau | 2005-12-27 09:11:50 +0100 (mar, 27 déc 2005) | 2 lines Adding chart caching system. ------------------------------------------------------------------------ r6296 | lphuberdeau | 2005-12-27 01:47:51 +0100 (mar, 27 déc 2005) | 2 lines Adding support for PostScript in graph-engine back ------------------------------------------------------------------------ r6295 | lphuberdeau | 2005-12-26 22:33:24 +0100 (lun, 26 déc 2005) | 2 lines Adding a plugin to create charts from tikisheet and fixing a notice bug. ------------------------------------------------------------------------ r6294 | lphuberdeau | 2005-12-26 21:02:25 +0100 (lun, 26 déc 2005) | 2 lines Changing the way custom series are handled. ------------------------------------------------------------------------ r6293 | lphuberdeau | 2005-12-26 20:55:38 +0100 (lun, 26 déc 2005) | 2 lines Improvements in the chart creation interface: adding grid. ------------------------------------------------------------------------ r6292 | rlpowell | 2005-12-22 19:51:19 +0100 (jeu, 22 déc 2005) | 2 lines Present fields with no hidden value at all, as well as those with hidden=n. ------------------------------------------------------------------------ r6291 | rlpowell | 2005-12-22 19:47:45 +0100 (jeu, 22 déc 2005) | 2 lines Make threading work properly when creating new topics from email imports. ------------------------------------------------------------------------ r6290 | rlpowell | 2005-12-22 19:45:42 +0100 (jeu, 22 déc 2005) | 2 lines Include parent threadid in e-mail creation calls. ------------------------------------------------------------------------ r6289 | rlpowell | 2005-12-22 19:43:56 +0100 (jeu, 22 déc 2005) | 2 lines Give forum e-mails the new thread id. ------------------------------------------------------------------------ r6288 | rlpowell | 2005-12-22 19:32:15 +0100 (jeu, 22 déc 2005) | 2 lines Minor verbiage tweak to avoid user confusion. ------------------------------------------------------------------------ r6287 | sylvieg | 2005-12-22 14:43:45 +0100 (jeu, 22 déc 2005) | 2 lines typo ------------------------------------------------------------------------ r6286 | k2s | 2005-12-20 23:52:15 +0100 (mar, 20 déc 2005) | 2 lines is value was not set warning was raised ------------------------------------------------------------------------ r6285 | sylvieg | 2005-12-19 21:43:15 +0100 (lun, 19 déc 2005) | 2 lines sorry commit test stuff ------------------------------------------------------------------------ r6284 | sylvieg | 2005-12-19 21:30:45 +0100 (lun, 19 déc 2005) | 2 lines mid smarty var change to mid_data ------------------------------------------------------------------------ r6283 | sylvieg | 2005-12-19 18:59:21 +0100 (lun, 19 déc 2005) | 2 lines update style for modules ------------------------------------------------------------------------ r6282 | sylvieg | 2005-12-19 18:44:34 +0100 (lun, 19 déc 2005) | 2 lines modules are evaluated after the page content. So now a module can be displayed only in some section (admin_modules param section=wiki) ------------------------------------------------------------------------ r6281 | sylvieg | 2005-12-19 18:27:25 +0100 (lun, 19 déc 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6280 | sylvieg | 2005-12-19 14:53:57 +0100 (lun, 19 déc 2005) | 2 lines some fixes ------------------------------------------------------------------------ r6279 | amette | 2005-12-19 05:06:30 +0100 (lun, 19 déc 2005) | 2 lines Adding ajaxLoading ------------------------------------------------------------------------ r6278 | amette | 2005-12-19 04:54:39 +0100 (lun, 19 déc 2005) | 2 lines Adding ajaxLoading div to other tiki.tpls, too ------------------------------------------------------------------------ r6277 | k2s | 2005-12-18 21:24:45 +0100 (dim, 18 déc 2005) | 2 lines if "Send copies of all activity in this tracker to this e-mail address:" was not set on tracker the email funcion sent email to empty email address ------------------------------------------------------------------------ r6276 | lfagundes | 2005-12-17 20:32:51 +0100 (sam, 17 déc 2005) | 2 lines avoid warnings ------------------------------------------------------------------------ r6275 | sylvieg | 2005-12-16 20:10:00 +0100 (ven, 16 déc 2005) | 2 lines better display ------------------------------------------------------------------------ r6274 | lfagundes | 2005-12-16 19:33:41 +0100 (ven, 16 déc 2005) | 2 lines "Loading..." message to user during ajax load ------------------------------------------------------------------------ r6273 | sylvieg | 2005-12-16 19:28:10 +0100 (ven, 16 déc 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6272 | sylvieg | 2005-12-16 18:20:51 +0100 (ven, 16 déc 2005) | 2 lines fix 2 column ------------------------------------------------------------------------ r6271 | lfagundes | 2005-12-16 17:43:55 +0100 (ven, 16 déc 2005) | 2 lines putting random order in convert_sortmode as suggested by spider ------------------------------------------------------------------------ r6270 | lfagundes | 2005-12-16 13:51:57 +0100 (ven, 16 déc 2005) | 2 lines adding feature_morcego and feature_ajax to tiki-setup too ------------------------------------------------------------------------ r6269 | lfagundes | 2005-12-16 13:45:58 +0100 (ven, 16 déc 2005) | 2 lines necessary key for browsing related users ------------------------------------------------------------------------ r6268 | lfagundes | 2005-12-16 13:27:08 +0100 (ven, 16 déc 2005) | 3 lines [DEL] files from old version of morcego [ADD] morcego's readme file with all possible configuration vars ------------------------------------------------------------------------ r6267 | amette | 2005-12-16 02:32:37 +0100 (ven, 16 déc 2005) | 2 lines [FIX] Handle Morcego-checkboxes correctly ------------------------------------------------------------------------ r6266 | amette | 2005-12-16 01:44:00 +0100 (ven, 16 déc 2005) | 2 lines Allow changing node color for freetag-morcego-3d-browser ------------------------------------------------------------------------ r6265 | amette | 2005-12-16 01:19:43 +0100 (ven, 16 déc 2005) | 2 lines Open page on navigation doesn't get used with Tags ------------------------------------------------------------------------ r6264 | amette | 2005-12-16 01:05:46 +0100 (ven, 16 déc 2005) | 2 lines Check for tiki_p_freetag_tag/view ------------------------------------------------------------------------ r6263 | amette | 2005-12-16 00:46:13 +0100 (ven, 16 déc 2005) | 2 lines Added perms tiki_p_view_freetags and tiki_p_freetag_tag - only first one is being checked yet ------------------------------------------------------------------------ r6262 | amette | 2005-12-15 23:41:29 +0100 (jeu, 15 déc 2005) | 2 lines If no tag specified, focus on a random tag ------------------------------------------------------------------------ r6261 | sylvieg | 2005-12-15 23:31:05 +0100 (jeu, 15 déc 2005) | 2 lines the missing styles between 1.8 and 1.10 if the style version has not been inserted in the style ex:@Version:19 ------------------------------------------------------------------------ r6260 | amette | 2005-12-15 23:04:08 +0100 (jeu, 15 déc 2005) | 2 lines Added freetag-styles ------------------------------------------------------------------------ r6259 | sylvieg | 2005-12-15 22:59:56 +0100 (jeu, 15 déc 2005) | 2 lines better split style ------------------------------------------------------------------------ r6258 | sylvieg | 2005-12-15 22:57:08 +0100 (jeu, 15 déc 2005) | 2 lines don't forget to put the new styles in this file ------------------------------------------------------------------------ r6257 | amette | 2005-12-15 22:56:20 +0100 (jeu, 15 déc 2005) | 2 lines Freetag-3D-browser has it's own set of settings ------------------------------------------------------------------------ r6256 | amette | 2005-12-15 22:41:44 +0100 (jeu, 15 déc 2005) | 2 lines Added Tags-admin-screen ------------------------------------------------------------------------ r6255 | lfagundes | 2005-12-15 22:02:56 +0100 (jeu, 15 déc 2005) | 2 lines checking for feature_morcego wherever we check for wiki_feature_3d ------------------------------------------------------------------------ r6254 | amette | 2005-12-15 21:52:11 +0100 (jeu, 15 déc 2005) | 2 lines Created feature_morcego - wiki3d-config gets hidden if this feature is disabled - browse-tags checks for feature_morcego ------------------------------------------------------------------------ r6253 | amette | 2005-12-15 21:21:55 +0100 (jeu, 15 déc 2005) | 2 lines AJAXification of tiki-register and adding feature_ajax to SQL-scripts ------------------------------------------------------------------------ r6252 | lfagundes | 2005-12-15 20:51:52 +0100 (jeu, 15 déc 2005) | 2 lines changing references to tiki-freetag_list_objects to tiki-browse_freetags ------------------------------------------------------------------------ r6251 | sylvieg | 2005-12-15 20:29:54 +0100 (jeu, 15 déc 2005) | 2 lines preserve the carriage return ------------------------------------------------------------------------ r6250 | lfagundes | 2005-12-15 20:09:24 +0100 (jeu, 15 déc 2005) | 4 lines [DEL] freetag_list_objects [MOD] browse_freetags now checks if ajax and morcego are enabled and handle all cases [ADD] ajax and morcego as global features ------------------------------------------------------------------------ r6249 | sylvieg | 2005-12-15 20:01:44 +0100 (jeu, 15 déc 2005) | 2 lines missing global ------------------------------------------------------------------------ r6248 | lfagundes | 2005-12-15 17:58:57 +0100 (jeu, 15 déc 2005) | 2 lines better layout for object listing in browse_freetags ------------------------------------------------------------------------ r6247 | lfagundes | 2005-12-15 17:42:52 +0100 (jeu, 15 déc 2005) | 3 lines [ADD] suggestion of tags also pt-br translation for tags ------------------------------------------------------------------------ r6246 | sylvieg | 2005-12-15 17:12:20 +0100 (jeu, 15 déc 2005) | 2 lines sync ------------------------------------------------------------------------ r6245 | sylvieg | 2005-12-15 15:16:13 +0100 (jeu, 15 déc 2005) | 2 lines add nonums param ------------------------------------------------------------------------ r6244 | lfagundes | 2005-12-14 18:40:34 +0100 (mer, 14 déc 2005) | 3 lines [ADD] browse users with morcego a replication of tiki-browse_freetags, extracting user relations from wiki page edition history ------------------------------------------------------------------------ r6243 | amette | 2005-12-13 23:15:42 +0100 (mar, 13 déc 2005) | 2 lines No div around h1 - thanks to sylvieg for shouting ;) ------------------------------------------------------------------------ r6242 | amette | 2005-12-13 22:18:18 +0100 (mar, 13 déc 2005) | 2 lines Oops, need the JS-change, too ;) ------------------------------------------------------------------------ r6241 | amette | 2005-12-13 22:03:37 +0100 (mar, 13 déc 2005) | 2 lines Enhanced template ------------------------------------------------------------------------ r6240 | amette | 2005-12-13 19:14:21 +0100 (mar, 13 déc 2005) | 2 lines Restructured the Morcego-settings-panel ------------------------------------------------------------------------ r6239 | sylvieg | 2005-12-13 14:57:42 +0100 (mar, 13 déc 2005) | 2 lines new module list article topics ------------------------------------------------------------------------ r6238 | sylvieg | 2005-12-13 13:14:45 +0100 (mar, 13 déc 2005) | 2 lines bad merge ------------------------------------------------------------------------ r6237 | sylvieg | 2005-12-13 13:12:45 +0100 (mar, 13 déc 2005) | 2 lines missing ; ------------------------------------------------------------------------ r6236 | lfagundes | 2005-12-13 09:41:02 +0100 (mar, 13 déc 2005) | 2 lines change tag name when browsing to different tag ------------------------------------------------------------------------ r6235 | lfagundes | 2005-12-13 08:10:54 +0100 (mar, 13 déc 2005) | 2 lines [fix] highlighted buttons must have both styles ------------------------------------------------------------------------ r6234 | lfagundes | 2005-12-13 07:35:41 +0100 (mar, 13 déc 2005) | 2 lines missing two buttons for highlight ------------------------------------------------------------------------ r6233 | sampaioprimo | 2005-12-13 03:21:01 +0100 (mar, 13 déc 2005) | 2 lines little changes on wikiplugin calendar, but still not working properly ------------------------------------------------------------------------ r6232 | lfagundes | 2005-12-13 02:59:34 +0100 (mar, 13 déc 2005) | 2 lines one more missing file ------------------------------------------------------------------------ r6231 | lfagundes | 2005-12-13 02:53:24 +0100 (mar, 13 déc 2005) | 2 lines oops, forgot to commit template :-) ------------------------------------------------------------------------ r6230 | lfagundes | 2005-12-13 02:42:10 +0100 (mar, 13 déc 2005) | 4 lines [ADD] ajax browsing for freetags tks to amette for cpaint library styles missing though ------------------------------------------------------------------------ r6229 | sampaioprimo | 2005-12-13 02:37:04 +0100 (mar, 13 déc 2005) | 2 lines wesley and I commited the wikiplugin_calendar by mistake on 1.9, this is supposed to be on 1.10. fixing it : ) ------------------------------------------------------------------------ r6228 | lfagundes | 2005-12-12 23:45:06 +0100 (lun, 12 déc 2005) | 2 lines [ADD] freetag browse through related tags with morcego ------------------------------------------------------------------------ r6227 | lfagundes | 2005-12-12 23:13:38 +0100 (lun, 12 déc 2005) | 2 lines show tags in wiki page. needs layout review ------------------------------------------------------------------------ r6226 | lfagundes | 2005-12-12 21:40:33 +0100 (lun, 12 déc 2005) | 2 lines rip the empty room for category tree ------------------------------------------------------------------------ r6225 | sylvieg | 2005-12-12 19:36:46 +0100 (lun, 12 déc 2005) | 2 lines some fixes from the merge + user can choose a group at registration time ------------------------------------------------------------------------ r6224 | sylvieg | 2005-12-12 19:24:37 +0100 (lun, 12 déc 2005) | 2 lines user can choose a group at registration time ------------------------------------------------------------------------ r6223 | mose | 2005-12-12 16:18:58 +0100 (lun, 12 déc 2005) | 2 lines merge from BRANCH-1-9 to HEAD : many conflicts, possibly borking head for the time to fix issues ------------------------------------------------------------------------ r6222 | amette | 2005-12-11 16:27:04 +0100 (dim, 11 déc 2005) | 2 lines Forgot to include the freetag-library ------------------------------------------------------------------------ r6221 | amette | 2005-12-10 18:25:58 +0100 (sam, 10 déc 2005) | 2 lines Corrected some links ------------------------------------------------------------------------ r6220 | amette | 2005-12-10 18:02:50 +0100 (sam, 10 déc 2005) | 2 lines Link correction from tiki-browse_tags to tiki-freetag_list_objects ------------------------------------------------------------------------ r6219 | amette | 2005-12-10 17:07:11 +0100 (sam, 10 déc 2005) | 2 lines Adding a very quick rip-off of tiki-browse_categories.tpl to be able to browse tagged objects ------------------------------------------------------------------------ r6218 | amette | 2005-12-10 16:21:30 +0100 (sam, 10 déc 2005) | 2 lines [FIX] corrected function-call and SQL-query for listing freetags ------------------------------------------------------------------------ r6217 | amette | 2005-12-10 16:12:23 +0100 (sam, 10 déc 2005) | 2 lines Added checking for feature_freetags in Simple.css, too ------------------------------------------------------------------------ r6216 | amette | 2005-12-10 16:00:36 +0100 (sam, 10 déc 2005) | 2 lines added auto_increment to tiki_objects table modification ------------------------------------------------------------------------ r6215 | lfagundes | 2005-12-10 15:58:30 +0100 (sam, 10 déc 2005) | 2 lines [MOD] applying rename of file everywhere with regex ------------------------------------------------------------------------ r6214 | lfagundes | 2005-12-10 15:52:52 +0100 (sam, 10 déc 2005) | 3 lines [ADD] list of objects from a tag [MOD] renamed this list of objects from freetags_browse to freetag_list_object, the first will be a list of tags. have to rename everywhere ------------------------------------------------------------------------ r6213 | amette | 2005-12-10 15:02:23 +0100 (sam, 10 déc 2005) | 2 lines Checking, if feature-freetag is enabled, is not a dumb idea at all... my bad - fixed! ------------------------------------------------------------------------ r6212 | amette | 2005-12-10 13:22:50 +0100 (sam, 10 déc 2005) | 2 lines Blog Post Folksonomy Tagging with standard templates ------------------------------------------------------------------------ r6211 | amette | 2005-12-10 13:13:41 +0100 (sam, 10 déc 2005) | 2 lines Folksonomy Tagging for Blogs Posts - including tablelesser templates for Simple.css(blogpost-tagging only in simple yet) ------------------------------------------------------------------------ r6210 | lfagundes | 2005-12-09 21:40:06 +0100 (ven, 09 déc 2005) | 3 lines [FIX] objects were losing categories [MOD] removed that drop thing, better breaking linearity than compromising upgrade script ------------------------------------------------------------------------ r6209 | sylvieg | 2005-12-08 20:30:04 +0100 (jeu, 08 déc 2005) | 2 lines edit section via {SPLIT(first=col,edit=y)}. Works only for wiki page yet ------------------------------------------------------------------------ r6208 | lfagundes | 2005-12-07 16:30:39 +0100 (mer, 07 déc 2005) | 2 lines changing other libs to match object structure ------------------------------------------------------------------------ r6207 | lfagundes | 2005-12-07 16:14:39 +0100 (mer, 07 déc 2005) | 2 lines change wikilib to match new object structure ------------------------------------------------------------------------ r6206 | lfagundes | 2005-12-07 16:03:55 +0100 (mer, 07 déc 2005) | 2 lines create new structure for tiki_categorized_objects in upgrade script too ------------------------------------------------------------------------ r6205 | lfagundes | 2005-12-06 21:10:54 +0100 (mar, 06 déc 2005) | 3 lines [MOD] freetag working with new object shared structure sorry, but had to drop freetag data ------------------------------------------------------------------------ r6204 | lfagundes | 2005-12-06 19:08:05 +0100 (mar, 06 déc 2005) | 3 lines [MOD] Refactor: abstract object concept from categories to a general structure tiki_objects. tiki_categorized_objects is there now just to match the checkbox "categorize this object", but maybe we can remove it ------------------------------------------------------------------------ r6203 | amette | 2005-12-06 16:24:57 +0100 (mar, 06 déc 2005) | 2 lines No destructive actions in upgrade script ------------------------------------------------------------------------ r6202 | sylvieg | 2005-12-05 22:33:22 +0100 (lun, 05 déc 2005) | 2 lines backup back: don't look at comments in tiki.sql + quote field for such field than order in tiki_events ------------------------------------------------------------------------ r6201 | sylvieg | 2005-12-05 15:47:48 +0100 (lun, 05 déc 2005) | 2 lines new optional param sort ------------------------------------------------------------------------ r6200 | yuzhenxin | 2005-12-05 13:44:36 +0100 (lun, 05 déc 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6199 | lfagundes | 2005-12-02 21:34:44 +0100 (ven, 02 déc 2005) | 3 lines [ADD] filter by type in get_objects_with_tag [MOD] renamed tiki_freetagged_objects.tagged_on to "created", for preserving environment. sorry, didn't know how to rename field in update script ------------------------------------------------------------------------ r6198 | lfagundes | 2005-12-02 20:53:12 +0100 (ven, 02 déc 2005) | 2 lines [MOD] renaming mod-freetags_user_popular do mod-freetags_prefered ------------------------------------------------------------------------ r6197 | lfagundes | 2005-12-02 19:52:02 +0100 (ven, 02 déc 2005) | 2 lines [ADD] freetag cloud modules ------------------------------------------------------------------------ r6196 | lfagundes | 2005-12-02 19:49:22 +0100 (ven, 02 déc 2005) | 2 lines [ADD] freetags for wiki page ------------------------------------------------------------------------ r6195 | lfagundes | 2005-12-02 18:49:42 +0100 (ven, 02 déc 2005) | 2 lines avoid warning ------------------------------------------------------------------------ r6194 | amette | 2005-12-02 18:04:50 +0100 (ven, 02 déc 2005) | 2 lines Create freetag-tables also when upgrading ------------------------------------------------------------------------ r6193 | sylvieg | 2005-12-01 20:13:27 +0100 (jeu, 01 déc 2005) | 2 lines missing error ------------------------------------------------------------------------ r6192 | lfagundes | 2005-12-01 02:17:25 +0100 (jeu, 01 déc 2005) | 2 lines [FIX] index on null fields of freetag table ------------------------------------------------------------------------ r6191 | ggeller | 2005-11-30 20:41:27 +0100 (mer, 30 nov 2005) | 2 lines Update for tiki version 1.10. Move tikiwiki directory tree to /var/www/ to match default on Fedora Core 3. ------------------------------------------------------------------------ r6190 | lfagundes | 2005-11-30 15:14:45 +0100 (mer, 30 nov 2005) | 2 lines created function updated_tags that will also delete tags not sent again, according to conversation with Gordon, author of original freetag implementation ------------------------------------------------------------------------ r6189 | yuzhenxin | 2005-11-27 08:23:29 +0100 (dim, 27 nov 2005) | 2 lines new strings have been translated.. ------------------------------------------------------------------------ r6188 | yuzhenxin | 2005-11-26 10:27:01 +0100 (sam, 26 nov 2005) | 2 lines Add new translated Strrings.. and modified some string after review with my friends. ------------------------------------------------------------------------ r6187 | yuzhenxin | 2005-11-26 10:06:34 +0100 (sam, 26 nov 2005) | 2 lines Add new translated Strrings.. and modified some string after review with my friends. ------------------------------------------------------------------------ r6186 | yuzhenxin | 2005-11-26 09:03:29 +0100 (sam, 26 nov 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6185 | yuzhenxin | 2005-11-26 07:26:31 +0100 (sam, 26 nov 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6184 | yuzhenxin | 2005-11-25 13:22:20 +0100 (ven, 25 nov 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6183 | yuzhenxin | 2005-11-24 12:13:40 +0100 (jeu, 24 nov 2005) | 2 lines add some new translated strings. Yuzhenxin ------------------------------------------------------------------------ r6182 | sylvieg | 2005-11-23 22:47:13 +0100 (mer, 23 nov 2005) | 2 lines sent to login pannel if not logged in ------------------------------------------------------------------------ r6181 | sampaioprimo | 2005-11-23 14:24:39 +0100 (mer, 23 nov 2005) | 2 lines Enable option of freetags on tiki admin ------------------------------------------------------------------------ r6180 | lfagundes | 2005-11-23 13:47:45 +0100 (mer, 23 nov 2005) | 2 lines [ADD] feature_freetags in tiki-setup.php ------------------------------------------------------------------------ r6179 | lfagundes | 2005-11-23 13:38:59 +0100 (mer, 23 nov 2005) | 2 lines [ADD] use freetags for image galleries ------------------------------------------------------------------------ r6178 | yuzhenxin | 2005-11-23 13:31:57 +0100 (mer, 23 nov 2005) | 2 lines add new translationed... ------------------------------------------------------------------------ r6177 | yuzhenxin | 2005-11-22 14:14:23 +0100 (mar, 22 nov 2005) | 2 lines modify some translation, make it easier understand. ------------------------------------------------------------------------ r6176 | yuzhenxin | 2005-11-21 14:56:39 +0100 (lun, 21 nov 2005) | 2 lines remove alll unrecognisable character ( Not a UTF-8 character ), and fix some translation.. ------------------------------------------------------------------------ r6173 | sylvieg | 2005-11-17 17:20:49 +0100 (jeu, 17 nov 2005) | 2 lines check_permission doesn't check for categ. Better to let user_has_perm_on_object to do the job later ------------------------------------------------------------------------ r6172 | lfagundes | 2005-11-17 13:26:34 +0100 (jeu, 17 nov 2005) | 2 lines [FIX] find page if user types url with accent and browser doesn't send in utf-8 ------------------------------------------------------------------------ r6171 | sylvieg | 2005-11-15 19:51:45 +0100 (mar, 15 nov 2005) | 2 lines new feature that redirects you to the homepage when you switch language and the current page doesn't exist in the target language ------------------------------------------------------------------------ r6170 | sylvieg | 2005-11-14 23:47:53 +0100 (lun, 14 nov 2005) | 2 lines some move around in the template to distinguish the database search and the database independant/tiki search ------------------------------------------------------------------------ r6169 | sylvieg | 2005-11-14 23:22:39 +0100 (lun, 14 nov 2005) | 2 lines sorry rollback.. with a refresh rate of 0 there is no indexation refresh ------------------------------------------------------------------------ r6168 | sylvieg | 2005-11-14 22:10:57 +0100 (lun, 14 nov 2005) | 2 lines oops a trace ------------------------------------------------------------------------ r6167 | sylvieg | 2005-11-14 20:35:22 +0100 (lun, 14 nov 2005) | 2 lines new feature_search_tiki_refresh to take away (in a batch or if not use) the random tiki search refresh that is time consuming and too randoom ------------------------------------------------------------------------ r6166 | sylvieg | 2005-11-09 17:31:46 +0100 (mer, 09 nov 2005) | 2 lines actionlog volume don't count the quoted replied source ------------------------------------------------------------------------ r6165 | sylvieg | 2005-11-09 16:40:49 +0100 (mer, 09 nov 2005) | 2 lines list comments in application menu ------------------------------------------------------------------------ r6164 | sylvieg | 2005-11-09 16:16:46 +0100 (mer, 09 nov 2005) | 2 lines a better implementation for default lang& theme & mailencoding default user pref+fixes ------------------------------------------------------------------------ r6163 | sylvieg | 2005-11-07 22:42:30 +0100 (lun, 07 nov 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6162 | sylvieg | 2005-11-07 20:09:04 +0100 (lun, 07 nov 2005) | 2 lines add an optional param class for the surrounding div ------------------------------------------------------------------------ r6161 | sylvieg | 2005-11-07 19:17:16 +0100 (lun, 07 nov 2005) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r6160 | sylvieg | 2005-11-07 19:04:45 +0100 (lun, 07 nov 2005) | 2 lines comment can be recorded in actionlog ------------------------------------------------------------------------ r6159 | damosoft | 2005-11-07 17:20:31 +0100 (lun, 07 nov 2005) | 2 lines Remember people its <br /> not <br/> ------------------------------------------------------------------------ r6158 | sylvieg | 2005-11-07 16:16:57 +0100 (lun, 07 nov 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6157 | sylvieg | 2005-11-07 15:47:41 +0100 (lun, 07 nov 2005) | 2 lines for previous compatibility, add an option + 2 buttons to be able to view or to download a wiki attachement (files are not necessary viewable in a browser) ------------------------------------------------------------------------ r6156 | amette | 2005-11-05 23:27:19 +0100 (sam, 05 nov 2005) | 2 lines Fixed typo in variable-name - thanks to omnicolos ------------------------------------------------------------------------ r6155 | sylvieg | 2005-11-04 20:23:04 +0100 (ven, 04 nov 2005) | 2 lines add sorting on the action lists ------------------------------------------------------------------------ r6154 | sylvieg | 2005-11-04 17:47:53 +0100 (ven, 04 nov 2005) | 2 lines vol table on user/categ basis + switch kb/bytes in actionlog ------------------------------------------------------------------------ r6153 | sylvieg | 2005-11-03 18:28:15 +0100 (jeu, 03 nov 2005) | 2 lines fix some recursion in diff bytes ------------------------------------------------------------------------ r6152 | sylvieg | 2005-11-03 15:43:19 +0100 (jeu, 03 nov 2005) | 2 lines change syntax ------------------------------------------------------------------------ r6151 | sylvieg | 2005-11-03 15:21:52 +0100 (jeu, 03 nov 2005) | 2 lines bad merge ------------------------------------------------------------------------ r6150 | sylvieg | 2005-11-02 19:24:04 +0100 (mer, 02 nov 2005) | 2 lines separate added bytes and deleted bytes + actions can be recorded and not viewed ------------------------------------------------------------------------ r6149 | sylvieg | 2005-11-02 19:23:33 +0100 (mer, 02 nov 2005) | 2 lines separate added bytes and deleted bytes + actions can be recorded and not viewed + post message volume ------------------------------------------------------------------------ r6148 | sylvieg | 2005-11-02 15:53:01 +0100 (mer, 02 nov 2005) | 2 lines display 0 if volume is unknown ------------------------------------------------------------------------ r6147 | sylvieg | 2005-11-01 18:30:11 +0100 (mar, 01 nov 2005) | 2 lines new split param first: first='col': r1c1---r2c1---r3c1@@@r1c2---r2c2 (the editorial way) / first='line' (default): r1c1---r1c2@@@r2c1---r2c2 (the html table way) ------------------------------------------------------------------------ r6146 | mashmorgan | 2005-10-31 18:25:51 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6145 | mashmorgan | 2005-10-31 18:08:46 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6144 | mashmorgan | 2005-10-31 17:50:49 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6143 | mashmorgan | 2005-10-31 17:28:45 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6142 | mashmorgan | 2005-10-31 17:12:51 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6141 | sylvieg | 2005-10-29 13:49:00 +0200 (sam, 29 oct 2005) | 2 lines lost in merge ------------------------------------------------------------------------ r6140 | sylvieg | 2005-10-28 17:44:44 +0200 (ven, 28 oct 2005) | 2 lines add download file to actionlog ------------------------------------------------------------------------ r6139 | sylvieg | 2005-10-27 22:12:33 +0200 (jeu, 27 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6138 | sylvieg | 2005-10-27 18:16:05 +0200 (jeu, 27 oct 2005) | 2 lines oops: some trace ------------------------------------------------------------------------ r6137 | xavidp | 2005-10-27 17:53:18 +0200 (jeu, 27 oct 2005) | 2 lines updated with new strings from 1.10 ------------------------------------------------------------------------ r6136 | sylvieg | 2005-10-26 22:20:23 +0200 (mer, 26 oct 2005) | 2 lines can select a list of users or a list of groups ------------------------------------------------------------------------ r6135 | amette | 2005-10-26 17:36:38 +0200 (mer, 26 oct 2005) | 2 lines Ran convertscript for tiki.sql ------------------------------------------------------------------------ r6134 | amette | 2005-10-26 17:30:59 +0200 (mer, 26 oct 2005) | 2 lines quicktags in upgrade-script ------------------------------------------------------------------------ r6133 | amette | 2005-10-26 17:11:03 +0200 (mer, 26 oct 2005) | 2 lines Each feature can have a quicktag-set of its own ------------------------------------------------------------------------ r6132 | sylvieg | 2005-10-25 21:05:56 +0200 (mar, 25 oct 2005) | 2 lines 1 index to speed up if new search used ------------------------------------------------------------------------ r6130 | sylvieg | 2005-10-24 22:51:27 +0200 (lun, 24 oct 2005) | 2 lines 2 indexes to boost tiki-stats and orphan_pages (was too slow for more than 3000 pages) ------------------------------------------------------------------------ r6129 | sylvieg | 2005-10-21 22:20:40 +0200 (ven, 21 oct 2005) | 2 lines forum post deleted + forum bytes update in action log ------------------------------------------------------------------------ r6128 | sylvieg | 2005-10-21 19:00:39 +0200 (ven, 21 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6127 | atooni | 2005-10-21 10:36:08 +0200 (ven, 21 oct 2005) | 2 lines Added the possibilty to add complete structures in tiki-print_pages.php ------------------------------------------------------------------------ r6126 | rlpowell | 2005-10-21 01:29:41 +0200 (ven, 21 oct 2005) | 2 lines Fixed two *major* bugs with wiki attachments. ------------------------------------------------------------------------ r6125 | redflo | 2005-10-21 01:07:02 +0200 (ven, 21 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6124 | redflo | 2005-10-21 00:44:44 +0200 (ven, 21 oct 2005) | 2 lines add option to move storage of system gallery ------------------------------------------------------------------------ r6123 | redflo | 2005-10-21 00:42:43 +0200 (ven, 21 oct 2005) | 2 lines forget path and cleanup class vars in mass update. ------------------------------------------------------------------------ r6122 | toggg | 2005-10-19 18:40:35 +0200 (mer, 19 oct 2005) | 2 lines a special dedicace to sylvieg, hope you like this one :) ------------------------------------------------------------------------ r6121 | redflo | 2005-10-19 16:36:45 +0200 (mer, 19 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6120 | redflo | 2005-10-19 14:56:11 +0200 (mer, 19 oct 2005) | 2 lines removing scaled images from fs works ------------------------------------------------------------------------ r6119 | redflo | 2005-10-19 01:59:06 +0200 (mer, 19 oct 2005) | 2 lines make moving image storage work - not perfectly yet. ------------------------------------------------------------------------ r6118 | toggg | 2005-10-18 20:33:05 +0200 (mar, 18 oct 2005) | 2 lines Autoclose plugins parsed at first thru array, arguments with a single char ------------------------------------------------------------------------ r6114 | redflo | 2005-10-18 17:08:29 +0200 (mar, 18 oct 2005) | 2 lines start of wanted feature: change store of images from/to db/fs ------------------------------------------------------------------------ r6113 | sylvieg | 2005-10-18 14:38:04 +0200 (mar, 18 oct 2005) | 2 lines previous parser didn't need\n ------------------------------------------------------------------------ r6112 | toggg | 2005-10-18 14:08:46 +0200 (mar, 18 oct 2005) | 2 lines Opened the pre_gamtch to get also 1.9.1to1.9.2.sql update script ------------------------------------------------------------------------ r6111 | sampaioprimo | 2005-10-17 22:46:43 +0200 (lun, 17 oct 2005) | 2 lines [MOD] refactor tiki-calendar to create wikiplugin-calendar without repeating code ------------------------------------------------------------------------ r6110 | sylvieg | 2005-10-17 16:20:18 +0200 (lun, 17 oct 2005) | 2 lines to have plugin working (why plugin are in the same rule that pp or np or pre?) + plugin closed in the opening{ARTICLE(id=>1)/} ------------------------------------------------------------------------ r6109 | lfagundes | 2005-10-17 02:05:54 +0200 (lun, 17 oct 2005) | 2 lines freetag template, works like categorize.tpl ------------------------------------------------------------------------ r6108 | lfagundes | 2005-10-17 02:04:56 +0200 (lun, 17 oct 2005) | 2 lines corrected some errors in freetaglib.php, created freetag_apply and freetag_list that work like categorize and categorize_list.php respectively. ------------------------------------------------------------------------ r6107 | lfagundes | 2005-10-16 19:11:58 +0200 (dim, 16 oct 2005) | 2 lines [ADD] FreetagLib, based on Freetag, translated to tiki style ------------------------------------------------------------------------ r6106 | mose | 2005-10-16 16:35:10 +0200 (dim, 16 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6105 | amette | 2005-10-16 05:51:06 +0200 (dim, 16 oct 2005) | 2 lines PHP5 compat ------------------------------------------------------------------------ r6104 | sylvieg | 2005-10-14 20:06:44 +0200 (ven, 14 oct 2005) | 2 lines some escape ------------------------------------------------------------------------ r6103 | sylvieg | 2005-10-14 15:50:34 +0200 (ven, 14 oct 2005) | 2 lines list_comments displays a summary of all the comments (wiki, article, blog..) and enable you to delete them - handy in case of spam ------------------------------------------------------------------------ r6094 | michael_davey | 2005-10-11 11:26:41 +0200 (mar, 11 oct 2005) | 2 lines global before include ------------------------------------------------------------------------ r6092 | michael_davey | 2005-10-10 19:49:57 +0200 (lun, 10 oct 2005) | 2 lines use tiki error page for var checks ------------------------------------------------------------------------ r6091 | michael_davey | 2005-10-10 19:46:31 +0200 (lun, 10 oct 2005) | 2 lines if msg is present and error is not, use that ------------------------------------------------------------------------ r6090 | michael_davey | 2005-10-10 19:45:53 +0200 (lun, 10 oct 2005) | 2 lines hex var check ------------------------------------------------------------------------ r6089 | michael_davey | 2005-10-09 23:19:13 +0200 (dim, 09 oct 2005) | 2 lines fix undefined variable info - move return statement to correct place ------------------------------------------------------------------------ r6078 | luciash | 2005-10-07 02:34:30 +0200 (ven, 07 oct 2005) | 2 lines * hide gender info when set to "Hidden" ------------------------------------------------------------------------ r6077 | luciash | 2005-10-07 01:08:04 +0200 (ven, 07 oct 2005) | 2 lines * KISS - removing the optional feature requirement from user's gender while it's set to "Hidden" by default anyway and doesn't need to consume more unnecessary feature checks ------------------------------------------------------------------------ r6076 | sylvieg | 2005-10-06 19:32:08 +0200 (jeu, 06 oct 2005) | 2 lines kilobytes ------------------------------------------------------------------------ r6075 | sylvieg | 2005-10-06 19:19:50 +0200 (jeu, 06 oct 2005) | 2 lines some stat about volume/category ------------------------------------------------------------------------ r6074 | sylvieg | 2005-10-06 17:31:17 +0200 (jeu, 06 oct 2005) | 2 lines edit css button display ------------------------------------------------------------------------ r6073 | lfagundes | 2005-10-05 15:42:36 +0200 (mer, 05 oct 2005) | 2 lines [FIX] upcoming event link to event details instead of calendar ------------------------------------------------------------------------ r6072 | sylvieg | 2005-10-04 14:08:14 +0200 (mar, 04 oct 2005) | 2 lines some timeout were missing - sessionId can be reused ------------------------------------------------------------------------ r6071 | sylvieg | 2005-10-04 13:58:05 +0200 (mar, 04 oct 2005) | 2 lines don't record anonymous timeout ------------------------------------------------------------------------ r6070 | sylvieg | 2005-10-04 12:56:07 +0200 (mar, 04 oct 2005) | 2 lines don't record anonymous timeout ------------------------------------------------------------------------ r6069 | sylvieg | 2005-10-04 12:53:34 +0200 (mar, 04 oct 2005) | 2 lines fix nb of dicarded when only group pb ------------------------------------------------------------------------ r6067 | sylvieg | 2005-10-04 00:13:57 +0200 (mar, 04 oct 2005) | 2 lines test ------------------------------------------------------------------------ r6066 | sylvieg | 2005-10-03 23:45:48 +0200 (lun, 03 oct 2005) | 2 lines a better control of overwrite if upload user with different case + can overwrite groups + warning if group doesn't exist ------------------------------------------------------------------------ r6065 | sylvieg | 2005-10-03 19:46:06 +0200 (lun, 03 oct 2005) | 2 lines bad merge ------------------------------------------------------------------------ r6064 | sylvieg | 2005-10-03 19:21:46 +0200 (lun, 03 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6063 | toggg | 2005-10-03 18:58:28 +0200 (lun, 03 oct 2005) | 2 lines The most important was still missing in the parser NT : Smileys !!! ------------------------------------------------------------------------ r6062 | michael_davey | 2005-10-02 21:37:04 +0200 (dim, 02 oct 2005) | 2 lines use accesslib ------------------------------------------------------------------------ r6061 | toggg | 2005-10-01 18:18:10 +0200 (sam, 01 oct 2005) | 2 lines Function ans Phplookup rules aren't used by Tiki ------------------------------------------------------------------------ r6060 | toggg | 2005-10-01 17:56:29 +0200 (sam, 01 oct 2005) | 2 lines Back from pear: Function and Phplookup rules not used by tiki ------------------------------------------------------------------------ r6059 | toggg | 2005-10-01 17:54:35 +0200 (sam, 01 oct 2005) | 2 lines Back from pear: ~np~ , ~pp~ , <pre> and plugins now done the same "round" ------------------------------------------------------------------------ r6057 | michael_davey | 2005-10-01 17:34:39 +0200 (sam, 01 oct 2005) | 2 lines fix kludge by using an additional db column ------------------------------------------------------------------------ r6055 | michael_davey | 2005-10-01 15:58:30 +0200 (sam, 01 oct 2005) | 2 lines additional column for tiki_events table: file to include ------------------------------------------------------------------------ r6054 | toggg | 2005-09-30 22:19:44 +0200 (ven, 30 sep 2005) | 2 lines backport from pear : > is already > , too much greedy on the non quoted args (merci sylvieg) ------------------------------------------------------------------------ r6053 | toggg | 2005-09-30 17:27:14 +0200 (ven, 30 sep 2005) | 2 lines Upgrade back from pear about missing row/col span, thx mdavey ------------------------------------------------------------------------ r6052 | sylvieg | 2005-09-30 16:11:51 +0200 (ven, 30 sep 2005) | 2 lines when editing a new page, if it has likepages, displays the names of the likepages ------------------------------------------------------------------------ r6051 | sylvieg | 2005-09-30 15:29:36 +0200 (ven, 30 sep 2005) | 2 lines some browsers don't like closing / in the anchor a ------------------------------------------------------------------------ r6050 | sylvieg | 2005-09-29 14:46:28 +0200 (jeu, 29 sep 2005) | 2 lines fix comment for sub ------------------------------------------------------------------------ r6044 | michael_davey | 2005-09-28 13:37:31 +0200 (mer, 28 sep 2005) | 3 lines support for hiding standard fields; more info in TikiSignal data array; some extra smarty strings ------------------------------------------------------------------------ r6041 | wesleywillians | 2005-09-28 00:05:25 +0200 (mer, 28 sep 2005) | 2 lines [MOD] add batch upload of emails in newsletter ------------------------------------------------------------------------ r6040 | sylvieg | 2005-09-27 23:33:38 +0200 (mar, 27 sep 2005) | 2 lines displays like page in error only is feature_likePages activated ------------------------------------------------------------------------ r6037 | michael_davey | 2005-09-27 18:47:50 +0200 (mar, 27 sep 2005) | 3 lines one final attempt... ------------------------------------------------------------------------ r6032 | michael_davey | 2005-09-27 17:50:17 +0200 (mar, 27 sep 2005) | 3 lines not sure if this is the reight place to fix, but fix needed to make mods config work ------------------------------------------------------------------------ r6021 | sylvieg | 2005-09-26 20:08:17 +0200 (lun, 26 sep 2005) | 2 lines fix lastpages - hope no other one ------------------------------------------------------------------------ r6015 | michael_davey | 2005-09-26 14:56:13 +0200 (lun, 26 sep 2005) | 3 lines be more helpful to automated programs ------------------------------------------------------------------------ r6014 | michael_davey | 2005-09-26 14:48:28 +0200 (lun, 26 sep 2005) | 3 lines minimum permitted length of username ------------------------------------------------------------------------ r6013 | michael_davey | 2005-09-26 14:34:47 +0200 (lun, 26 sep 2005) | 3 lines use wrapper class ------------------------------------------------------------------------ r6012 | michael_davey | 2005-09-26 14:30:01 +0200 (lun, 26 sep 2005) | 3 lines initial import of table wrapper class ------------------------------------------------------------------------ r6011 | michael_davey | 2005-09-26 14:13:27 +0200 (lun, 26 sep 2005) | 3 lines tweak ------------------------------------------------------------------------ r6010 | michael_davey | 2005-09-26 14:12:33 +0200 (lun, 26 sep 2005) | 3 lines update ------------------------------------------------------------------------ r6009 | michael_davey | 2005-09-26 13:58:57 +0200 (lun, 26 sep 2005) | 3 lines add global ------------------------------------------------------------------------ r6008 | sylvieg | 2005-09-23 23:44:30 +0200 (ven, 23 sep 2005) | 2 lines sync ------------------------------------------------------------------------ r6007 | sylvieg | 2005-09-23 23:38:01 +0200 (ven, 23 sep 2005) | 2 lines sync ------------------------------------------------------------------------ r6006 | sylvieg | 2005-09-23 23:34:26 +0200 (ven, 23 sep 2005) | 2 lines a new option to put the icon[+] before the heading and not after ------------------------------------------------------------------------ r6005 | sylvieg | 2005-09-23 15:43:20 +0200 (ven, 23 sep 2005) | 2 lines batch upload back ------------------------------------------------------------------------ r6004 | michael_davey | 2005-09-23 12:39:16 +0200 (ven, 23 sep 2005) | 3 lines make use of new fields in new tiki_registration_fields table ------------------------------------------------------------------------ r6003 | michael_davey | 2005-09-23 10:53:35 +0200 (ven, 23 sep 2005) | 3 lines use tiki_registration_fields table ------------------------------------------------------------------------ r6002 | michael_davey | 2005-09-23 10:35:04 +0200 (ven, 23 sep 2005) | 3 lines use tiki_registration_fields table ------------------------------------------------------------------------ r6001 | michael_davey | 2005-09-23 10:19:45 +0200 (ven, 23 sep 2005) | 3 lines consistency ------------------------------------------------------------------------ r6000 | michael_davey | 2005-09-22 19:34:43 +0200 (jeu, 22 sep 2005) | 3 lines consistency ------------------------------------------------------------------------ r5998 | xavidp | 2005-09-22 12:51:01 +0200 (jeu, 22 sep 2005) | 2 lines some new strings aded ------------------------------------------------------------------------ r5997 | sylvieg | 2005-09-22 12:39:40 +0200 (jeu, 22 sep 2005) | 2 lines missing include ------------------------------------------------------------------------ r5991 | sylvieg | 2005-09-22 00:02:28 +0200 (jeu, 22 sep 2005) | 2 lines sorry ------------------------------------------------------------------------ r5988 | rlpowell | 2005-09-20 22:50:56 +0200 (mar, 20 sep 2005) | 2 lines Now tests for a missing variable problem. ------------------------------------------------------------------------ r5987 | rlpowell | 2005-09-20 22:49:12 +0200 (mar, 20 sep 2005) | 2 lines More careful handling of From. ------------------------------------------------------------------------ r5986 | sylvieg | 2005-09-20 16:10:15 +0200 (mar, 20 sep 2005) | 2 lines change callback param order to be the same than the lib: hope it is the right order ------------------------------------------------------------------------ r5985 | sylvieg | 2005-09-20 15:35:05 +0200 (mar, 20 sep 2005) | 2 lines fix the autoincrement column ------------------------------------------------------------------------ r5984 | sylvieg | 2005-09-20 13:04:03 +0200 (mar, 20 sep 2005) | 2 lines wrong lib ------------------------------------------------------------------------ r5983 | sylvieg | 2005-09-20 12:50:33 +0200 (mar, 20 sep 2005) | 2 lines sync ------------------------------------------------------------------------ r5982 | rabiddog | 2005-09-20 00:05:38 +0200 (mar, 20 sep 2005) | 2 lines Added sylvieg bugfix (from tikidblib) ------------------------------------------------------------------------ r5981 | michael_davey | 2005-09-19 23:49:40 +0200 (lun, 19 sep 2005) | 3 lines Initial import of an abstract class representing an individual database table - needs more work ------------------------------------------------------------------------ r5980 | michael_davey | 2005-09-19 23:22:31 +0200 (lun, 19 sep 2005) | 2 lines use accesslib; ability to set query and execute later ------------------------------------------------------------------------ r5979 | michael_davey | 2005-09-19 23:16:55 +0200 (lun, 19 sep 2005) | 2 lines get_custom_fields - customised registration form ------------------------------------------------------------------------ r5978 | michael_davey | 2005-09-19 23:09:20 +0200 (lun, 19 sep 2005) | 2 lines added a redirect function ------------------------------------------------------------------------ r5977 | michael_davey | 2005-09-19 22:03:17 +0200 (lun, 19 sep 2005) | 3 lines couple of new global config variables to help with fully-qualified domains and redirects; nav choices separator sysmbol ------------------------------------------------------------------------ r5976 | sylvieg | 2005-09-19 16:47:49 +0200 (lun, 19 sep 2005) | 2 lines update doc link ------------------------------------------------------------------------ r5975 | sylvieg | 2005-09-19 15:57:02 +0200 (lun, 19 sep 2005) | 2 lines add bytes changes for an update wiki page in the log report + some fixes about previous compatibility ------------------------------------------------------------------------ r5974 | sylvieg | 2005-09-19 14:45:09 +0200 (lun, 19 sep 2005) | 2 lines avoid notice undefined for local.php that has not been updated. I don't know how rabiddog was planning to update local.php ------------------------------------------------------------------------ r5973 | rabiddog | 2005-09-19 01:13:34 +0200 (lun, 19 sep 2005) | 6 lines Added MultiTiki-SingleDB functionality. Add the following to local.php: $db_table_prefix - base table prefix (optional) $common_users_table_prefix - common "users" prefix (optional) ------------------------------------------------------------------------ r5972 | sylvieg | 2005-09-16 19:51:15 +0200 (ven, 16 sep 2005) | 2 lines some optim ------------------------------------------------------------------------ r5971 | sylvieg | 2005-09-16 15:00:13 +0200 (ven, 16 sep 2005) | 2 lines fix change colum name in actionlog + escape url for comment in page such as Author & Producer ------------------------------------------------------------------------ r5970 | sylvieg | 2005-09-15 16:52:33 +0200 (jeu, 15 sep 2005) | 2 lines some fixes in actionlog ------------------------------------------------------------------------ r5969 | sylvieg | 2005-09-15 16:25:42 +0200 (jeu, 15 sep 2005) | 2 lines user name are separated with ; now ------------------------------------------------------------------------ r5968 | sylvieg | 2005-09-14 23:47:39 +0200 (mer, 14 sep 2005) | 2 lines new feature actionlog that enables to see some report and stat of user actions on a user basis or category basis ------------------------------------------------------------------------ r5967 | sylvieg | 2005-09-14 19:03:26 +0200 (mer, 14 sep 2005) | 2 lines pb with literal and >- put the comment in smarty comment ------------------------------------------------------------------------ r5962 | sylvieg | 2005-09-09 14:59:43 +0200 (ven, 09 sep 2005) | 2 lines move log from tag/dump actions to tiki_logs instead of actionlog as there are admin tasks + log the user name ------------------------------------------------------------------------ r5961 | sylvieg | 2005-09-08 19:40:25 +0200 (jeu, 08 sep 2005) | 2 lines propagate rlpowell fix about attachment not saved in the right place dir/db ------------------------------------------------------------------------ r5951 | sylvieg | 2005-09-08 17:17:03 +0200 (jeu, 08 sep 2005) | 2 lines new option: When viewing a page, if it doesn't exist and has one like page, automatic redirection to this like page ------------------------------------------------------------------------ r5948 | sylvieg | 2005-09-08 16:52:35 +0200 (jeu, 08 sep 2005) | 2 lines new option: When viewing a page, if it doesn't exist and has one like page, automatic redirection to this like page ------------------------------------------------------------------------ r5947 | damosoft | 2005-09-08 16:47:57 +0200 (jeu, 08 sep 2005) | 2 lines show errors now as default option, unless its later changed / configured through Admin->General. ------------------------------------------------------------------------ r5946 | sylvieg | 2005-09-08 15:45:23 +0200 (jeu, 08 sep 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5906 | damosoft | 2005-09-08 03:59:03 +0200 (jeu, 08 sep 2005) | 2 lines redirect_on_error implemented in here also, permission denied excluded as always ------------------------------------------------------------------------ r5905 | damosoft | 2005-09-08 03:48:45 +0200 (jeu, 08 sep 2005) | 2 lines topic_image, article_image and banner_image should all become one script to lower the amount of maintenance required :? ------------------------------------------------------------------------ r5904 | damosoft | 2005-09-08 03:45:05 +0200 (jeu, 08 sep 2005) | 2 lines $feature_redirect_on_error ------------------------------------------------------------------------ r5903 | damosoft | 2005-09-08 03:36:01 +0200 (jeu, 08 sep 2005) | 2 lines nudging the version number and adding a much requested link to connect to IRC, thanks Nathan :) ------------------------------------------------------------------------ r5902 | damosoft | 2005-09-08 03:33:00 +0200 (jeu, 08 sep 2005) | 2 lines help shouldn't be called directly, its included. ------------------------------------------------------------------------ r5901 | damosoft | 2005-09-08 03:25:48 +0200 (jeu, 08 sep 2005) | 2 lines When calling a not to be called directly script, if feature_redirect_on_error is active, then redirect to the Tiki HomePage as per Admin->General. ------------------------------------------------------------------------ r5900 | damosoft | 2005-09-08 03:17:55 +0200 (jeu, 08 sep 2005) | 2 lines basically the same as for articles, remove hardcoded temp folder and also die if the data is non existant. ------------------------------------------------------------------------ r5899 | damosoft | 2005-09-08 03:13:15 +0200 (jeu, 08 sep 2005) | 2 lines If a invalid id or empty article data is returned stop before you download junk ------------------------------------------------------------------------ r5898 | damosoft | 2005-09-08 03:08:59 +0200 (jeu, 08 sep 2005) | 2 lines Use the configured (Admin->General) temp dir instead of hardcoded one ------------------------------------------------------------------------ r5897 | damosoft | 2005-09-08 02:55:16 +0200 (jeu, 08 sep 2005) | 2 lines bump version number for the release process page link ------------------------------------------------------------------------ r5896 | rlpowell | 2005-09-08 00:46:39 +0200 (jeu, 08 sep 2005) | 2 lines Made a bunch of search-only forms do a GET instead of a POST so we could get good URLs. ------------------------------------------------------------------------ r5895 | damosoft | 2005-09-08 00:30:30 +0200 (jeu, 08 sep 2005) | 2 lines file seems to have appeared during mergehell which occured circa 1.7.x releases ------------------------------------------------------------------------ r5894 | michael_davey | 2005-09-08 00:23:21 +0200 (jeu, 08 sep 2005) | 2 lines fix bad merge (locally) ------------------------------------------------------------------------ r5893 | michael_davey | 2005-09-08 00:15:26 +0200 (jeu, 08 sep 2005) | 2 lines use accesslib ------------------------------------------------------------------------ r5892 | rlpowell | 2005-09-08 00:00:56 +0200 (jeu, 08 sep 2005) | 2 lines Added comments to explain what to do about the alter ignore table ------------------------------------------------------------------------ r5891 | michael_davey | 2005-09-07 23:47:32 +0200 (mer, 07 sep 2005) | 2 lines two params version of check_feature ------------------------------------------------------------------------ r5890 | damosoft | 2005-09-07 23:37:19 +0200 (mer, 07 sep 2005) | 2 lines copied over from damians cvs server, correct permissions ------------------------------------------------------------------------ r5889 | damosoft | 2005-09-07 23:25:52 +0200 (mer, 07 sep 2005) | 2 lines bringing back some security, I think banners has its own perm tho and the whole file is missing anyway! ------------------------------------------------------------------------ r5888 | rlpowell | 2005-09-07 23:02:45 +0200 (mer, 07 sep 2005) | 2 lines Trimmed field sizes and added indexes for tiki_forums. Data loss *is* possible, but should only be of repeat entries. ------------------------------------------------------------------------ r5887 | rlpowell | 2005-09-07 19:34:53 +0200 (mer, 07 sep 2005) | 2 lines Taught the html import to turn comments into ~hc~...~/hc~ sections. ------------------------------------------------------------------------ r5886 | michael_davey | 2005-09-07 19:06:08 +0200 (mer, 07 sep 2005) | 3 lines forgotten global ------------------------------------------------------------------------ r5885 | michael_davey | 2005-09-07 18:50:14 +0200 (mer, 07 sep 2005) | 3 lines preserve environment ------------------------------------------------------------------------ r5884 | michael_davey | 2005-09-07 18:03:23 +0200 (mer, 07 sep 2005) | 3 lines usability: prompt for login rather than displaying unhelpful error message; go to the requested resource after successful login ------------------------------------------------------------------------ r5883 | michael_davey | 2005-09-07 17:12:51 +0200 (mer, 07 sep 2005) | 3 lines use correct variable names ------------------------------------------------------------------------ r5882 | sylvieg | 2005-09-07 14:35:42 +0200 (mer, 07 sep 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5881 | damosoft | 2005-09-07 13:12:06 +0200 (mer, 07 sep 2005) | 2 lines omg a commit\! from damosoft, hope toggg is watching :) ------------------------------------------------------------------------ r5880 | toggg | 2005-09-06 23:03:16 +0200 (mar, 06 sep 2005) | 2 lines Upgrade from pear, reminder: Toc.php and Wikilink.php still not merged ------------------------------------------------------------------------ r5879 | toggg | 2005-09-06 19:50:21 +0200 (mar, 06 sep 2005) | 2 lines Call-time pass-by-reference not needed and causes warnings ------------------------------------------------------------------------ r5878 | toggg | 2005-09-06 19:45:34 +0200 (mar, 06 sep 2005) | 2 lines Forgot to parse the wiki plugin help ------------------------------------------------------------------------ r5877 | sylvieg | 2005-09-06 18:42:42 +0200 (mar, 06 sep 2005) | 2 lines simple email protection if option on in admin wiki, email @ replaced by a javascript call + email without link if javascript not enable ------------------------------------------------------------------------ r5876 | rlpowell | 2005-09-06 04:50:28 +0200 (mar, 06 sep 2005) | 2 lines Fixed overlapping ~ codes, added list of ~ character codes to the wiki help. ------------------------------------------------------------------------ r5875 | rlpowell | 2005-09-04 04:00:14 +0200 (dim, 04 sep 2005) | 2 lines Made handling of ((...|#...)) links more flexible. ------------------------------------------------------------------------ r5874 | rlpowell | 2005-09-04 03:20:28 +0200 (dim, 04 sep 2005) | 2 lines Stopped attachments from forcing download on the browser. ------------------------------------------------------------------------ r5873 | rlpowell | 2005-09-04 03:02:09 +0200 (dim, 04 sep 2005) | 2 lines Added a title to maketoc. ------------------------------------------------------------------------ r5872 | rlpowell | 2005-09-04 03:00:39 +0200 (dim, 04 sep 2005) | 2 lines Made ! headers start at h2 instead of h1, so they don't look as big as the actual page title text. ------------------------------------------------------------------------ r5871 | rlpowell | 2005-09-04 02:20:51 +0200 (dim, 04 sep 2005) | 2 lines Added links to the attachments themselves. ------------------------------------------------------------------------ r5870 | rlpowell | 2005-09-04 02:06:57 +0200 (dim, 04 sep 2005) | 2 lines Fixed bugs that stopped the "file" method of wiki attachments from working. ------------------------------------------------------------------------ r5869 | michael_davey | 2005-09-02 19:12:09 +0200 (ven, 02 sep 2005) | 2 lines move include statement ------------------------------------------------------------------------ r5868 | michael_davey | 2005-09-02 16:58:22 +0200 (ven, 02 sep 2005) | 2 lines comment out missing line for the moment ------------------------------------------------------------------------ r5866 | wesleywillians | 2005-09-02 03:52:09 +0200 (ven, 02 sep 2005) | 4 lines Slide show for image gal (fade on I.E..) Now, with LGPL license ... ------------------------------------------------------------------------ r5865 | sylvieg | 2005-09-02 00:04:50 +0200 (ven, 02 sep 2005) | 2 lines take away the redirect as it is a plugin ------------------------------------------------------------------------ r5864 | rv540 | 2005-09-02 00:03:24 +0200 (ven, 02 sep 2005) | 2 lines modified email criteria with 'like' instead of exact search. Display block when multi criteria search. ------------------------------------------------------------------------ r5863 | sylvieg | 2005-09-01 21:33:58 +0200 (jeu, 01 sep 2005) | 2 lines merge form 1.9 ------------------------------------------------------------------------ r5862 | rv540 | 2005-09-01 20:39:12 +0200 (jeu, 01 sep 2005) | 3 lines added multi-criteria search to userslist in tiki-adminusers ------------------------------------------------------------------------ r5861 | sylvieg | 2005-09-01 15:51:04 +0200 (jeu, 01 sep 2005) | 2 lines fix plain menu ------------------------------------------------------------------------ r5860 | michael_davey | 2005-09-01 15:05:49 +0200 (jeu, 01 sep 2005) | 2 lines don't drop table ------------------------------------------------------------------------ r5859 | michael_davey | 2005-09-01 15:04:37 +0200 (jeu, 01 sep 2005) | 2 lines add table tiki_registration_fields to hold CustomFields for registration in the future ------------------------------------------------------------------------ r5858 | sylvieg | 2005-09-01 13:40:20 +0200 (jeu, 01 sep 2005) | 2 lines fix phptree menu (phptree can be used for accessibility solutions) ------------------------------------------------------------------------ r5857 | michael_davey | 2005-08-31 19:28:52 +0200 (mer, 31 aoû 2005) | 2 lines disable debug ------------------------------------------------------------------------ r5856 | michael_davey | 2005-08-31 17:13:33 +0200 (mer, 31 aoû 2005) | 2 lines $default_sender_email should not be exposed - use sender_email instead; only expose admin's email address if they have indicated on Admin->Features 'contact_us' settings that it is okay to do so. ------------------------------------------------------------------------ r5854 | michael_davey | 2005-08-30 23:45:59 +0200 (mar, 30 aoû 2005) | 2 lines explanatory comment for previous commit ------------------------------------------------------------------------ r5853 | michael_davey | 2005-08-30 23:34:36 +0200 (mar, 30 aoû 2005) | 2 lines CustomFields is a reserved username ------------------------------------------------------------------------ r5852 | mose | 2005-08-30 15:40:35 +0200 (mar, 30 aoû 2005) | 2 lines fixed typo ------------------------------------------------------------------------ r5851 | mose | 2005-08-30 15:38:37 +0200 (mar, 30 aoû 2005) | 2 lines inhibited gender and geolocation that should be optional. todo: implement the feature_user_gender option ------------------------------------------------------------------------ r5850 | michael_davey | 2005-08-30 14:51:31 +0200 (mar, 30 aoû 2005) | 2 lines add feature_signal; add new section to Admin->Features ------------------------------------------------------------------------ r5849 | sylvieg | 2005-08-30 13:55:00 +0200 (mar, 30 aoû 2005) | 2 lines SF 1223129: usernames must be separated with; to allow username with space Mr X and with comma Smith, Paul - for name with ; use \; ------------------------------------------------------------------------ r5848 | rlpowell | 2005-08-30 02:36:14 +0200 (mar, 30 aoû 2005) | 2 lines Minor tweak to preserve ' in {file ...} links. ------------------------------------------------------------------------ r5847 | michael_davey | 2005-08-29 20:23:06 +0200 (lun, 29 aoû 2005) | 2 lines fix commenting, move includes ------------------------------------------------------------------------ r5846 | sylvieg | 2005-08-29 17:22:44 +0200 (lun, 29 aoû 2005) | 2 lines missing global ------------------------------------------------------------------------ r5845 | sylvieg | 2005-08-29 17:16:47 +0200 (lun, 29 aoû 2005) | 2 lines fix a merge problem ------------------------------------------------------------------------ r5844 | mose | 2005-08-29 05:14:45 +0200 (lun, 29 aoû 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5843 | toggg | 2005-08-28 08:34:19 +0200 (dim, 28 aoû 2005) | 2 lines Enforced the regexp to find help function ------------------------------------------------------------------------ r5842 | amette | 2005-08-27 15:12:38 +0200 (sam, 27 aoû 2005) | 2 lines fixed commenting, that broke file ------------------------------------------------------------------------ r5841 | mose | 2005-08-26 21:35:31 +0200 (ven, 26 aoû 2005) | 2 lines fixed dbversion default number ------------------------------------------------------------------------ r5840 | michael_davey | 2005-08-26 18:40:46 +0200 (ven, 26 aoû 2005) | 2 lines prepare to preserve the old environment ------------------------------------------------------------------------ r5839 | michael_davey | 2005-08-26 18:24:26 +0200 (ven, 26 aoû 2005) | 2 lines make new user registrations via tiki-register.tpl generate a user_registers event ------------------------------------------------------------------------ r5838 | toggg | 2005-08-26 12:45:37 +0200 (ven, 26 aoû 2005) | 2 lines No more including *all* plugins to build the help, read the plugin file, extract the help, create_function to get the help text, should save 1 Meg and a few centiseconds ------------------------------------------------------------------------ r5837 | toggg | 2005-08-26 12:42:03 +0200 (ven, 26 aoû 2005) | 2 lines Externalized help in a simple function, no load of the plugin class ------------------------------------------------------------------------ r5836 | luciash | 2005-08-26 03:05:43 +0200 (ven, 26 aoû 2005) | 2 lines * keeping tiki-install.php just to include the new Tiki installer script (moved to installer/) + few changes to tpl regarding disabling the script ------------------------------------------------------------------------ r5835 | luciash | 2005-08-26 02:51:14 +0200 (ven, 26 aoû 2005) | 2 lines + img/trackers ------------------------------------------------------------------------ r5834 | luciash | 2005-08-26 02:30:40 +0200 (ven, 26 aoû 2005) | 3 lines * adding files to start on the new Tiki installer in the installer dir for p_mash + new disabling possibility to decide if rename or delete the installer script at all ------------------------------------------------------------------------ r5833 | luciash | 2005-08-26 02:16:50 +0200 (ven, 26 aoû 2005) | 2 lines + adding the new installer folder to the setup script to be writable by web server ------------------------------------------------------------------------ r5832 | michael_davey | 2005-08-25 22:50:04 +0200 (jeu, 25 aoû 2005) | 2 lines use tikiaccesslib ------------------------------------------------------------------------ r5831 | sylvieg | 2005-08-25 20:54:47 +0200 (jeu, 25 aoû 2005) | 2 lines add a CR for easier view ------------------------------------------------------------------------ r5830 | sylvieg | 2005-08-25 20:46:53 +0200 (jeu, 25 aoû 2005) | 2 lines add des et page to the {file} of an attached file ------------------------------------------------------------------------ r5829 | michael_davey | 2005-08-25 19:29:54 +0200 (jeu, 25 aoû 2005) | 2 lines break into logical parts ------------------------------------------------------------------------ r5828 | michael_davey | 2005-08-25 18:13:48 +0200 (jeu, 25 aoû 2005) | 2 lines move functions to library ------------------------------------------------------------------------ r5827 | michael_davey | 2005-08-25 18:04:50 +0200 (jeu, 25 aoû 2005) | 2 lines start preperations for tikisignal ------------------------------------------------------------------------ r5825 | sylvieg | 2005-08-25 00:23:56 +0200 (jeu, 25 aoû 2005) | 2 lines style in module categories(ex:tree|vert) + 2 phplayers user menus can be displayed ------------------------------------------------------------------------ r5824 | sylvieg | 2005-08-22 12:55:29 +0200 (lun, 22 aoû 2005) | 2 lines new generic parameter switchLang that enables to change language directly (add switchLang=en the the url) ------------------------------------------------------------------------ r5823 | sylvieg | 2005-08-22 12:51:18 +0200 (lun, 22 aoû 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5822 | wesleywillians | 2005-08-20 17:35:55 +0200 (sam, 20 aoû 2005) | 2 lines Slide show for image gal (fade on I.E..) ------------------------------------------------------------------------ r5821 | wesleywillians | 2005-08-20 17:34:39 +0200 (sam, 20 aoû 2005) | 2 lines test for my first inclusion ------------------------------------------------------------------------ r5820 | mose | 2005-08-18 18:23:07 +0200 (jeu, 18 aoû 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5819 | sylvieg | 2005-08-18 16:19:08 +0200 (jeu, 18 aoû 2005) | 2 lines synchro ------------------------------------------------------------------------ r5818 | sylvieg | 2005-08-18 16:00:36 +0200 (jeu, 18 aoû 2005) | 2 lines 1.10 ------------------------------------------------------------------------ r5817 | mashmorgan | 2005-08-18 14:59:23 +0200 (jeu, 18 aoû 2005) | 2 lines added cvs id tag ------------------------------------------------------------------------ r5816 | mashmorgan | 2005-08-18 11:54:27 +0200 (jeu, 18 aoû 2005) | 2 lines unnecessary double quotes (and test commit for new CVS user) ------------------------------------------------------------------------ r5815 | sylvieg | 2005-08-17 17:02:30 +0200 (mer, 17 aoû 2005) | 2 lines redirect feature: if a page contains only #REDIRECT pagename, the page view will display the other page. redirect is interpreted only one time ------------------------------------------------------------------------ r5814 | sylvieg | 2005-08-17 15:26:40 +0200 (mer, 17 aoû 2005) | 2 lines prefer the file tag as a plugin is optionnal ------------------------------------------------------------------------ r5813 | sylvieg | 2005-08-17 15:25:51 +0200 (mer, 17 aoû 2005) | 2 lines avaid parameter by reference ------------------------------------------------------------------------ r5812 | sylvieg | 2005-08-16 16:44:47 +0200 (mar, 16 aoû 2005) | 2 lines avoid parameter by reference + delete user case sensitive + explicit message in error on login + remind password case insensitive (if 2 users with same upper login, need to enter the right login) ------------------------------------------------------------------------ r5811 | sylvieg | 2005-08-16 13:01:20 +0200 (mar, 16 aoû 2005) | 2 lines case insentive login: if 2 users have the same upper case login, they will have to enter the exact case ------------------------------------------------------------------------ r5810 | sylvieg | 2005-08-15 17:34:00 +0200 (lun, 15 aoû 2005) | 2 lines use same function for attachemetn ------------------------------------------------------------------------ r5809 | sylvieg | 2005-08-15 17:32:52 +0200 (lun, 15 aoû 2005) | 2 lines new param atts_show to display the attachements + fix sort on attachemetns ------------------------------------------------------------------------ r5808 | sylvieg | 2005-08-15 16:59:27 +0200 (lun, 15 aoû 2005) | 2 lines use of smarty ------------------------------------------------------------------------ r5807 | sylvieg | 2005-08-15 16:15:35 +0200 (lun, 15 aoû 2005) | 2 lines can attach n files directly at edit time + automatically insert a call to the ATTACH plugin + can work for multiple files (not the case for img) ------------------------------------------------------------------------ r5806 | sylvieg | 2005-08-15 14:04:53 +0200 (lun, 15 aoû 2005) | 2 lines deep param ------------------------------------------------------------------------ r5805 | sylvieg | 2005-08-12 15:02:13 +0200 (ven, 12 aoû 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5804 | luciash | 2005-08-11 01:07:10 +0200 (jeu, 11 aoû 2005) | 2 lines some xhtml code fixes ------------------------------------------------------------------------ r5803 | rv540 | 2005-08-10 17:56:01 +0200 (mer, 10 aoû 2005) | 2 lines added save as draft to newsletter and use of tabs ------------------------------------------------------------------------ r5802 | rlpowell | 2005-08-09 00:44:53 +0200 (mar, 09 aoû 2005) | 2 lines Made work with dovecot again. ------------------------------------------------------------------------ r5801 | rlpowell | 2005-08-06 23:56:45 +0200 (sam, 06 aoû 2005) | 2 lines Added the "all" option. ------------------------------------------------------------------------ r5800 | toggg | 2005-07-31 07:27:35 +0200 (dim, 31 jui 2005) | 2 lines Moved to lib/pear ------------------------------------------------------------------------ r5799 | toggg | 2005-07-31 07:24:58 +0200 (dim, 31 jui 2005) | 2 lines The *full* Xhtml renderer is now in lib/pear ------------------------------------------------------------------------ r5798 | toggg | 2005-07-31 07:21:17 +0200 (dim, 31 jui 2005) | 2 lines The parser is moved in lib/pear ------------------------------------------------------------------------ r5797 | toggg | 2005-07-31 06:50:15 +0200 (dim, 31 jui 2005) | 2 lines Text_Wiki parser is now installed in lib/pear, changed the include ------------------------------------------------------------------------ r5796 | toggg | 2005-07-30 16:37:15 +0200 (sam, 30 jui 2005) | 2 lines The rules parsers for tikiwiki ------------------------------------------------------------------------ r5795 | sylvieg | 2005-07-30 13:34:05 +0200 (sam, 30 jui 2005) | 2 lines module categories: display the category tree: possible param type, deep, categId(the root) ------------------------------------------------------------------------ r5794 | toggg | 2005-07-30 10:15:26 +0200 (sam, 30 jui 2005) | 3 lines The rule renderers fo Xhtml, CAUTION: Toc and Wikilink were not compatible with PEAR package so are temporarly kept in tikiwiki version. ------------------------------------------------------------------------ r5793 | toggg | 2005-07-29 12:21:56 +0200 (ven, 29 jui 2005) | 2 lines The format class for Xhtml renderer ------------------------------------------------------------------------ r5792 | toggg | 2005-07-29 11:20:26 +0200 (ven, 29 jui 2005) | 2 lines The extension of base handler for tikiwiki markup ------------------------------------------------------------------------ r5791 | toggg | 2005-07-29 11:02:28 +0200 (ven, 29 jui 2005) | 2 lines The parser and renderere bases classes ------------------------------------------------------------------------ r5790 | toggg | 2005-07-29 10:46:11 +0200 (ven, 29 jui 2005) | 3 lines Synch and bundle PEAR::Text_Wiki, that will be the new location of it, in the mean time lib/wiki/... is still valid ------------------------------------------------------------------------ r5789 | sylvieg | 2005-07-28 18:05:46 +0200 (jeu, 28 jui 2005) | 2 lines fix log line for user change ------------------------------------------------------------------------ r5788 | sylvieg | 2005-07-28 17:56:58 +0200 (jeu, 28 jui 2005) | 2 lines record in logs user timeout and user back time ------------------------------------------------------------------------ r5787 | sylvieg | 2005-07-28 17:20:18 +0200 (jeu, 28 jui 2005) | 2 lines the click to confirm ------------------------------------------------------------------------ r5786 | sylvieg | 2005-07-28 17:06:34 +0200 (jeu, 28 jui 2005) | 2 lines add the possibilty the clean logs older than x months (this table is huge ------------------------------------------------------------------------ r5785 | toggg | 2005-07-28 13:45:58 +0200 (jeu, 28 jui 2005) | 2 lines Nested recursive plugins everywhere ------------------------------------------------------------------------ r5784 | toggg | 2005-07-28 13:40:37 +0200 (jeu, 28 jui 2005) | 2 lines Plugins produce wiki markup so are processed by parsing, no tokens produced ------------------------------------------------------------------------ r5783 | rlpowell | 2005-07-27 07:15:49 +0200 (mer, 27 jui 2005) | 2 lines Stopped the dropdown from getting ridiculously wide. ------------------------------------------------------------------------ r5782 | rlpowell | 2005-07-26 08:14:57 +0200 (mar, 26 jui 2005) | 2 lines Changed back, but added a comma. ------------------------------------------------------------------------ r5781 | rlpowell | 2005-07-26 08:12:15 +0200 (mar, 26 jui 2005) | 2 lines Minor consistency increase. ------------------------------------------------------------------------ r5780 | rlpowell | 2005-07-26 08:06:29 +0200 (mar, 26 jui 2005) | 2 lines The plus sign is valid in the local part of e-mail addresses. ------------------------------------------------------------------------ r5779 | rlpowell | 2005-07-26 06:56:53 +0200 (mar, 26 jui 2005) | 2 lines Fixed the helpurl. ------------------------------------------------------------------------ r5778 | rlpowell | 2005-07-21 22:05:12 +0200 (jeu, 21 jui 2005) | 2 lines Added an option to make the output more verbose. ------------------------------------------------------------------------ r5777 | rlpowell | 2005-07-20 23:30:08 +0200 (mer, 20 jui 2005) | 2 lines Just changed a few ' to " to deal with languages that end up translating to strings with ' in them. ------------------------------------------------------------------------ r5776 | rv540 | 2005-07-20 13:56:51 +0200 (mer, 20 jui 2005) | 2 lines added a section in admin/login to configure default preferences for users ------------------------------------------------------------------------ r5775 | rlpowell | 2005-07-20 04:36:17 +0200 (mer, 20 jui 2005) | 2 lines Added missing "WHERE" lines. ------------------------------------------------------------------------ r5774 | rlpowell | 2005-07-19 19:32:37 +0200 (mar, 19 jui 2005) | 2 lines Fixed an array index bug. ------------------------------------------------------------------------ r5773 | rlpowell | 2005-07-19 06:39:44 +0200 (mar, 19 jui 2005) | 2 lines Added handling for <a name= > tags. ------------------------------------------------------------------------ r5772 | rlpowell | 2005-07-19 05:32:11 +0200 (mar, 19 jui 2005) | 2 lines Took out a non-existant variable. ------------------------------------------------------------------------ r5771 | rlpowell | 2005-07-19 03:07:12 +0200 (mar, 19 jui 2005) | 2 lines Made it so one could add recorded translations on pages other than the first. ------------------------------------------------------------------------ r5770 | rlpowell | 2005-07-18 09:16:01 +0200 (lun, 18 jui 2005) | 2 lines Fixed Apache crashing on large ~pp~ or ~np~ strings; also made handling those much faster. ------------------------------------------------------------------------ r5769 | rlpowell | 2005-07-16 02:00:03 +0200 (sam, 16 jui 2005) | 2 lines Made the tiki_pages cache field mediumtext as well. ------------------------------------------------------------------------ r5768 | rlpowell | 2005-07-16 01:54:25 +0200 (sam, 16 jui 2005) | 2 lines Made tiki_pages' data field a mediumtext instead of just text. ------------------------------------------------------------------------ r5767 | rlpowell | 2005-07-14 22:06:31 +0200 (jeu, 14 jui 2005) | 2 lines Fixed "br" handling; added "dd" and "dt" handling. ------------------------------------------------------------------------ r5766 | sylvieg | 2005-07-14 19:29:17 +0200 (jeu, 14 jui 2005) | 2 lines and its subcategories is easier to undersatnd than deep ------------------------------------------------------------------------ r5765 | mose | 2005-07-14 16:00:10 +0200 (jeu, 14 jui 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5764 | rlpowell | 2005-07-14 08:21:24 +0200 (jeu, 14 jui 2005) | 2 lines Added rules for em, strong, and sub. Modified the rule for pre to use my new ~pre~ feature. ------------------------------------------------------------------------ r5763 | rlpowell | 2005-07-14 07:38:34 +0200 (jeu, 14 jui 2005) | 2 lines Fixed some lack of checking of array keys. ------------------------------------------------------------------------ r5762 | rlpowell | 2005-07-14 07:31:31 +0200 (jeu, 14 jui 2005) | 2 lines Added features for comments, bare <pre>, and associated help. ------------------------------------------------------------------------ r5761 | joeyhartmann | 2005-07-13 16:58:01 +0200 (mer, 13 jui 2005) | 2 lines make redirect safe from http response splitting ------------------------------------------------------------------------ r5760 | rlpowell | 2005-07-13 00:49:05 +0200 (mer, 13 jui 2005) | 2 lines Added help for some undocumented features. ------------------------------------------------------------------------ r5759 | rlpowell | 2005-07-13 00:40:18 +0200 (mer, 13 jui 2005) | 2 lines Just a help change. ------------------------------------------------------------------------ r5758 | rlpowell | 2005-07-10 03:37:03 +0200 (dim, 10 jui 2005) | 2 lines Make help much more extensive, added "bullets". ------------------------------------------------------------------------ r5757 | rlpowell | 2005-07-10 02:56:30 +0200 (dim, 10 jui 2005) | 2 lines Put in "else" clauses for systems without html_entity_decode ------------------------------------------------------------------------ r5756 | luciash | 2005-07-09 00:23:03 +0200 (sam, 09 jui 2005) | 2 lines gender field to user info (finished who someone started) ------------------------------------------------------------------------ r5755 | xavidp | 2005-07-08 22:17:24 +0200 (ven, 08 jui 2005) | 9 lines moderate_validation_mail.tpl and moderate_validation_mail_subject.tpl were misswritten at tiki-login_validate.php as moderate_welcome_mail.tpl and moderate_welcome_mail_subject.tpl ---- My first ever bug fix commit to Tiki CVS!!! (I'm so surprised...) ------------------------------------------------------------------------ r5754 | rlpowell | 2005-07-07 05:58:03 +0200 (jeu, 07 jui 2005) | 2 lines Fixed some wierd undefined variables errors. ------------------------------------------------------------------------ r5753 | rlpowell | 2005-07-06 22:32:31 +0200 (mer, 06 jui 2005) | 2 lines Added a shortcut for anchors using |#. ------------------------------------------------------------------------ r5752 | rlpowell | 2005-07-06 22:19:02 +0200 (mer, 06 jui 2005) | 2 lines Ported the quoting-of-plugin-args code to the tikilib parser. ------------------------------------------------------------------------ r5751 | rlpowell | 2005-07-05 23:49:37 +0200 (mar, 05 jui 2005) | 2 lines Changed the prefs value field to text type. ------------------------------------------------------------------------ r5750 | amette | 2005-07-03 18:33:47 +0200 (dim, 03 jui 2005) | 2 lines Checking if committing to head works with my new dev-environment ------------------------------------------------------------------------ r5749 | damosoft | 2005-07-02 21:56:39 +0200 (sam, 02 jui 2005) | 2 lines as above but needed on 1.10 for a project ;) ------------------------------------------------------------------------ r5748 | papercrane | 2005-06-27 18:55:43 +0200 (lun, 27 jun 2005) | 2 lines Use global instead of define ------------------------------------------------------------------------ r5747 | papercrane | 2005-06-27 18:50:44 +0200 (lun, 27 jun 2005) | 3 lines remove setup of PAGE_SEP here, the config isn't loaded so *this won't work* More to using global for PAGE_SEP ------------------------------------------------------------------------ r5746 | papercrane | 2005-06-27 18:45:57 +0200 (lun, 27 jun 2005) | 2 lines make PAGE_SEP a global and set it up just after pear_wiki_parser ------------------------------------------------------------------------ r5745 | sylvieg | 2005-06-27 18:45:50 +0200 (lun, 27 jun 2005) | 2 lines move PAGE_SEP from wikilib to tikilib to avoid warning ------------------------------------------------------------------------ r5744 | papercrane | 2005-06-27 18:37:27 +0200 (lun, 27 jun 2005) | 2 lines Remove hack that doesn't work anyway ------------------------------------------------------------------------ r5743 | sylvieg | 2005-06-27 17:15:36 +0200 (lun, 27 jun 2005) | 2 lines new wiki comments mail notification ------------------------------------------------------------------------ r5742 | mose | 2005-06-26 16:28:36 +0200 (dim, 26 jun 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5741 | papercrane | 2005-06-24 00:50:21 +0200 (ven, 24 jun 2005) | 2 lines Make sure PAGE_SEP is defined ------------------------------------------------------------------------ r5740 | sylvieg | 2005-06-24 00:32:02 +0200 (ven, 24 jun 2005) | 2 lines update to 1.10 ------------------------------------------------------------------------ r5739 | toggg | 2005-06-17 00:45:35 +0200 (ven, 17 jun 2005) | 2 lines missing parenthesis were bad switching parser when tikilib default ------------------------------------------------------------------------ r5738 | mose | 2005-06-16 22:34:09 +0200 (jeu, 16 jun 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r5737 | mose | 2005-06-16 22:11:14 +0200 (jeu, 16 jun 2005) | 2 lines merge from 1.9 to HEAD, first one after head_refresh operation. now tikimerge.sh works fine ------------------------------------------------------------------------ r5736 | papercrane | 2005-06-16 19:22:05 +0200 (jeu, 16 jun 2005) | 2 lines Don't capture unneeded sub-patterns ------------------------------------------------------------------------ r5735 | papercrane | 2005-06-16 19:20:39 +0200 (jeu, 16 jun 2005) | 2 lines Simplify regexes ------------------------------------------------------------------------ r5734 | papercrane | 2005-06-16 19:18:16 +0200 (jeu, 16 jun 2005) | 2 lines Add back in missing part of regex ------------------------------------------------------------------------ r5733 | papercrane | 2005-06-16 19:17:18 +0200 (jeu, 16 jun 2005) | 2 lines Add back in missing part of the rule ------------------------------------------------------------------------ r5732 | papercrane | 2005-06-16 19:16:02 +0200 (jeu, 16 jun 2005) | 2 lines SImplify and fix regex ------------------------------------------------------------------------ r5731 | papercrane | 2005-06-16 19:14:15 +0200 (jeu, 16 jun 2005) | 2 lines Simplify regex ------------------------------------------------------------------------ r5730 | papercrane | 2005-06-16 19:13:41 +0200 (jeu, 16 jun 2005) | 2 lines Don't capture unused sub-patterns ------------------------------------------------------------------------ r5729 | papercrane | 2005-06-16 19:11:31 +0200 (jeu, 16 jun 2005) | 2 lines USe ' instead of " ------------------------------------------------------------------------ r5728 | papercrane | 2005-06-16 19:07:05 +0200 (jeu, 16 jun 2005) | 2 lines Simplifying regex ------------------------------------------------------------------------ r5727 | papercrane | 2005-06-16 19:05:42 +0200 (jeu, 16 jun 2005) | 2 lines Not used in TikiWiki, but simplifying regex ------------------------------------------------------------------------ r5726 | papercrane | 2005-06-16 08:29:45 +0200 (jeu, 16 jun 2005) | 2 lines Simplify regex ------------------------------------------------------------------------ r5725 | papercrane | 2005-06-16 08:24:27 +0200 (jeu, 16 jun 2005) | 2 lines Simplify regex ------------------------------------------------------------------------ r5724 | papercrane | 2005-06-16 08:23:14 +0200 (jeu, 16 jun 2005) | 2 lines Don't capture unneeded sub-patterns ------------------------------------------------------------------------ r5723 | papercrane | 2005-06-16 08:19:08 +0200 (jeu, 16 jun 2005) | 2 lines Don't capture uneeded sub-pattern ------------------------------------------------------------------------ r5722 | papercrane | 2005-06-16 08:14:34 +0200 (jeu, 16 jun 2005) | 2 lines Simplify regex ------------------------------------------------------------------------ r5721 | papercrane | 2005-06-16 08:13:27 +0200 (jeu, 16 jun 2005) | 2 lines Don't capture unused sub-patterns ------------------------------------------------------------------------ r5720 | papercrane | 2005-06-16 08:09:37 +0200 (jeu, 16 jun 2005) | 2 lines Use ' instead of " ------------------------------------------------------------------------ r5719 | papercrane | 2005-06-16 08:07:58 +0200 (jeu, 16 jun 2005) | 2 lines Don't capture unused sub-patterns ------------------------------------------------------------------------ r5718 | papercrane | 2005-06-16 08:01:11 +0200 (jeu, 16 jun 2005) | 2 lines Simplify rule ------------------------------------------------------------------------ r5717 | papercrane | 2005-06-16 07:59:58 +0200 (jeu, 16 jun 2005) | 2 lines Simplify regex ------------------------------------------------------------------------ r5716 | papercrane | 2005-06-16 07:59:12 +0200 (jeu, 16 jun 2005) | 2 lines Oops, first quote needs to be captured ------------------------------------------------------------------------ r5715 | papercrane | 2005-06-16 07:54:11 +0200 (jeu, 16 jun 2005) | 2 lines Don't capture unused sub-patterns ------------------------------------------------------------------------ r5714 | papercrane | 2005-06-16 07:52:17 +0200 (jeu, 16 jun 2005) | 2 lines Simplified regex ------------------------------------------------------------------------ r5713 | papercrane | 2005-06-16 07:48:59 +0200 (jeu, 16 jun 2005) | 2 lines Added a todo note ------------------------------------------------------------------------ r5712 | papercrane | 2005-06-16 07:46:50 +0200 (jeu, 16 jun 2005) | 2 lines No need to capture "make" ------------------------------------------------------------------------ r5711 | papercrane | 2005-06-16 07:42:29 +0200 (jeu, 16 jun 2005) | 2 lines No need for " ------------------------------------------------------------------------ r5710 | papercrane | 2005-06-16 07:42:00 +0200 (jeu, 16 jun 2005) | 2 lines No need for an empty () ------------------------------------------------------------------------ r5709 | papercrane | 2005-06-16 07:39:45 +0200 (jeu, 16 jun 2005) | 2 lines Use (?: to not capture unused subpatterns ------------------------------------------------------------------------ r5708 | papercrane | 2005-06-16 07:26:30 +0200 (jeu, 16 jun 2005) | 2 lines Oops, remove debug echo ------------------------------------------------------------------------ r5707 | papercrane | 2005-06-16 07:21:29 +0200 (jeu, 16 jun 2005) | 2 lines Use (?: for all parenthesized patterns which are not directly used ------------------------------------------------------------------------ r5706 | amette | 2005-06-13 11:57:05 +0200 (lun, 13 jun 2005) | 2 lines Prevent directory browsing ------------------------------------------------------------------------ r5705 | toggg | 2005-06-07 15:36:02 +0200 (mar, 07 jun 2005) | 2 lines Now the switching of parser is possible in both default parser modes ------------------------------------------------------------------------ r5704 | toggg | 2005-06-07 14:11:02 +0200 (mar, 07 jun 2005) | 4 lines Corrected crap regexp inclusing its own delimiter ... Please do some tests when you make a change Avoid to introduce new features or make incompatible with current syntax ------------------------------------------------------------------------ r5703 | papercrane | 2005-06-07 02:23:38 +0200 (mar, 07 jun 2005) | 2 lines Don't replace ' with nothing ------------------------------------------------------------------------ r5702 | papercrane | 2005-06-07 02:17:33 +0200 (mar, 07 jun 2005) | 2 lines Allow for all types of quotes around attributes ------------------------------------------------------------------------ r5701 | papercrane | 2005-06-07 02:08:27 +0200 (mar, 07 jun 2005) | 2 lines Fix notices, switch to " for cleanliness ------------------------------------------------------------------------ r5700 | papercrane | 2005-06-07 01:55:48 +0200 (mar, 07 jun 2005) | 2 lines Remove width="50%" which was killing the right column in FireFox ------------------------------------------------------------------------ r5699 | papercrane | 2005-06-07 01:50:25 +0200 (mar, 07 jun 2005) | 2 lines Overflow should be auto so that incorrectly clipped boxes are still usable ------------------------------------------------------------------------ r5698 | toggg | 2005-06-03 18:49:55 +0200 (ven, 03 jun 2005) | 2 lines Images in wiki, still missiong align and desc ------------------------------------------------------------------------ r5697 | amette | 2005-06-03 18:49:48 +0200 (ven, 03 jun 2005) | 2 lines Original Freetag-table-generation-script ------------------------------------------------------------------------ r5696 | amette | 2005-06-03 18:44:00 +0200 (ven, 03 jun 2005) | 2 lines Adding simple but buggy Wiki-Page-Tagging-with-FreeTag example module ------------------------------------------------------------------------ r5695 | toggg | 2005-06-03 16:14:29 +0200 (ven, 03 jun 2005) | 2 lines did again JustinP's correction identical as 1.9 ------------------------------------------------------------------------ r5694 | papercrane | 2005-06-01 22:41:13 +0200 (mer, 01 jun 2005) | 2 lines Fix division by 0 error ------------------------------------------------------------------------ r5693 | papercrane | 2005-06-01 19:09:43 +0200 (mer, 01 jun 2005) | 2 lines Headings are now collapseable in Text_Wiki (!- and !+) ------------------------------------------------------------------------ r5692 | papercrane | 2005-06-01 18:59:01 +0200 (mer, 01 jun 2005) | 2 lines Adding missing plugin rendering rule ------------------------------------------------------------------------ r5691 | damosoft | 2005-05-21 13:13:40 +0200 (sam, 21 mai 2005) | 2 lines adding class to improve icon alignment with the others ------------------------------------------------------------------------ r5690 | papercrane | 2005-05-20 23:20:33 +0200 (ven, 20 mai 2005) | 2 lines Switched $_ENV["HOSTNAME"] to $_SERVER['HTTP_HOST'] ------------------------------------------------------------------------ r5689 | papercrane | 2005-05-20 20:15:58 +0200 (ven, 20 mai 2005) | 2 lines page seperator was backwards (how did that happen?) fixed ...page... issues ------------------------------------------------------------------------ r5688 | papercrane | 2005-05-20 20:14:49 +0200 (ven, 20 mai 2005) | 2 lines Set pear_wiki_parser to n if not set ------------------------------------------------------------------------ r5687 | papercrane | 2005-05-20 20:13:34 +0200 (ven, 20 mai 2005) | 2 lines Remove PAGE_SEP from here as the option isn't set at this time (fixes some ...page... bugs) ------------------------------------------------------------------------ r5686 | papercrane | 2005-05-20 20:12:55 +0200 (ven, 20 mai 2005) | 2 lines Add a link to switch between text_wiki and tikilib parsers for quick and easy comparison (this should be removed before the next release) ------------------------------------------------------------------------ r5685 | papercrane | 2005-05-20 19:54:35 +0200 (ven, 20 mai 2005) | 2 lines Allow overriding of pear_wiki_parser by tikiParser request var (this is for testing and should be removed for release) ------------------------------------------------------------------------ r5684 | amette | 2005-05-20 18:50:04 +0200 (ven, 20 mai 2005) | 2 lines another file basicEnabled.prf existed and was outdated - problems with non-case-sensitive systems ------------------------------------------------------------------------ r5683 | papercrane | 2005-05-19 22:33:14 +0200 (jeu, 19 mai 2005) | 2 lines Checking in PHP_Compat version of clone() for PHP4 users ------------------------------------------------------------------------ r5682 | papercrane | 2005-05-19 22:31:39 +0200 (jeu, 19 mai 2005) | 2 lines Adding missing Page.php ------------------------------------------------------------------------ r5681 | papercrane | 2005-05-19 20:34:53 +0200 (jeu, 19 mai 2005) | 2 lines Fixed notice and possible ...page.. problems with tikilib parser ------------------------------------------------------------------------ r5680 | amette | 2005-05-19 20:24:32 +0200 (jeu, 19 mai 2005) | 2 lines tiki-install.php updated to match 1.10 - copied over tiki-1.9-mysql.sql to 1.10 ------------------------------------------------------------------------ r5679 | papercrane | 2005-05-19 03:13:13 +0200 (jeu, 19 mai 2005) | 2 lines Remove Freelink from the rules (screws up standalone wiki links) ------------------------------------------------------------------------ r5678 | papercrane | 2005-05-19 02:31:33 +0200 (jeu, 19 mai 2005) | 2 lines Adding missing wikilink rule ------------------------------------------------------------------------ r5677 | papercrane | 2005-05-19 02:16:23 +0200 (jeu, 19 mai 2005) | 2 lines Added pear_wiki_parser options to SQL files ------------------------------------------------------------------------ r5676 | papercrane | 2005-05-19 02:01:45 +0200 (jeu, 19 mai 2005) | 2 lines Adding missing Box rule ------------------------------------------------------------------------ r5675 | papercrane | 2005-05-19 01:43:16 +0200 (jeu, 19 mai 2005) | 5 lines Checking in modifications to tikilib and wikilib to work with PEAR::Text_Wiki Note: I added a define, PAGE_SEP, for the page separator as I altered it for Text_Wiki in order to be more robust The ...page... is still used in the actual wiki syntax, but the valid ones get replaced by PAGE_SEP Adding files for Text_Wiki based parser ------------------------------------------------------------------------ r5674 | papercrane | 2005-05-19 00:49:45 +0200 (jeu, 19 mai 2005) | 2 lines Add pear_wiki_parser option ------------------------------------------------------------------------ r5673 | mose | 2005-05-18 13:17:02 +0200 (mer, 18 mai 2005) | 2 lines incremented version number and named 1.10 -Arcturus- ---------------------------------------------------------------------- Version 1.9.11 - bugfix release <http://tikiwiki.org/ReleaseProcess19eleven> ------------------ 2008-04-08 18:47 luciash * lite.css: [UPD] update to latest *lite CSS 2008-04-08 15:46 kerrnel22 * templates/tiki-plugin_trackerlist.tpl: [MOD] Updated plugin to accommodate new date only field. 2008-04-07 22:33 sampaioprimo * db/tiki-secdb_1.9_mysql.sql: [REL] updated db/tiki-secdb_1.9_mysql.sql 2008-04-07 19:48 kerrnel22 * templates/modules/mod-since_last_visit_new.tpl: [FIX] Eureka! Last fix. Promise. 2008-04-07 17:01 kerrnel22 * templates/modules/mod-since_last_visit_new.tpl: [FIX] Stupid Firefox vs. IE6 behaviours. Now works in both. Esoteric DIV handling. Not gonna touch this again. 2008-04-07 16:40 kerrnel22 * templates/modules/mod-since_last_visit_new.tpl: [FIX] Rollups work properly for trackers now. 2008-04-07 15:32 sylvieg * tiki-adminusers.php: more rollback on user name 2008-04-07 02:22 sampaioprimo * db/tiki-secdb_1.9_mysql.sql: [REL] updated tiki-secdb_1.9_mysql.sql after changes in some files 2008-04-07 01:17 sampaioprimo * lang/pt-br/language.php: fix string translation 2008-04-07 01:08 sampaioprimo * templates/modules/mod-since_last_visit_new.tpl: [FIX] fixed warning message on since_last_visit_new module reported by marclaporte 2008-04-06 14:19 sampaioprimo * changelog.txt, copyright.txt: [REL] updated copyright.txt and changelog.txt 2008-04-06 12:33 sampaioprimo * doc/devtools/tikirelease.sh: ops... rollback lines commited by mistake 2008-04-04 21:25 kerrnel22 * templates/modules/mod-since_last_visit_new.tpl: [FIX] Minor div problem when more than one tracker shown in list of updates. Corrected. Still an issue with complete rollup with the template code, but nothing affecting the operation of this feature. 2008-04-04 21:12 kerrnel22 * templates/modules/mod-since_last_visit_new.tpl, modules/mod-since_last_visit_new.php: [MOD] Updated SLVN so that now large lists of tracker updates are broken out by tracker to keep easier track of. 2008-04-04 14:27 kerrnel22 * tiki-view_tracker.php: [FIX] New items weren't going in with a blank default when set. Corrected. 2008-04-04 14:01 kerrnel22 * templates/tiki-view_tracker_item.tpl: [FIX] Whups, mandatory date-only fields were always showing today, even when another date was set. Corrected. 2008-04-04 13:49 kerrnel22 * tiki-view_tracker.php, tiki-view_tracker_item.php, lib/trackers/trackerlib.php, templates/tiki-view_tracker.tpl, templates/tiki-view_tracker_item.tpl, lib/smarty_tiki/function.html_select_date.php: [MOD] Trackers now have option of a date-only field (no time), and default blank dates. 2008-04-03 19:24 kerrnel22 * modules/mod-since_last_visit_new.php: [FIX/MOD] SLVN would display 'b:0;' if the data in the tracker field used as the label was missing. Now instead of displaying 'b:0;' which means nothing, it will display the tracker number and the tracker item number. 2008-04-03 18:54 kerrnel22 * modules/mod-since_last_visit_new.php: [MOD] Changed so that since last visit shows new tracker items and updated items separately. 2008-04-03 01:26 sampaioprimo * doc/devtools/tikirelease.sh: updated release instructions 2008-04-02 16:33 sampaioprimo * README, changelog.txt, tiki-admin_security.php, db/tiki-1.9-mysql.sql, db/tiki-1.9-mysqli.sql, db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql, db/tiki-1.9-sqlite.sql, db/tiki-1.9-sybase.sql, db/tiki-secdb_1.9_mysql.sql, lib/twversion.class.php, templates/tiki-install.tpl: [REL] preparing 1.9.11 release 2008-04-02 15:28 sampaioprimo * doc/devtools/diffsql.sh: [FIX] removing windows end of line from script 2008-04-02 14:30 sampaioprimo * doc/devtools/: securitycheck.php, tikirelease.sh: updated the way securitycheck.php get tikiwiki version number 2008-04-02 13:20 sampaioprimo * lang/pt-br/language.php: more translation 2008-04-02 12:48 sampaioprimo * lang/pt-br/language.php: translation made by tiki brazilian team :-) 2008-04-02 02:19 marclaporte * templates/tiki-admin-include-general.tpl: [DOC] Adding a warning that admin can be locked out by using this feature. 2008-04-01 23:04 chibaguy * styles/geo.css: .editdate overlap fixed. Thanks, Petjal3. 2008-03-29 13:46 marclaporte * templates/tiki-admin_tracker_fields.tpl: [ENH] Adding some contextual links to the online documentation, as suggested by Val Cummins 2008-03-29 11:23 sampaioprimo * lang/pt-br/language.php: tranlation 2008-03-25 16:27 xavidp * lang/ca/language.php: 99% percent finished and in sync with 1.9,10,1. Mostly thanks to Anna at moviments.net for her work during the last months... Gràcies Anna ;-) 2008-03-24 17:51 kerrnel22 * tiki-admin.php: [FIX] Scheduled and cached version checks now generate the correct responses. 2008-03-21 15:29 kerrnel22 * tiki-admin.php, tiki-setup.php: [FIX] A couple of incorrect variable names in the Version Tracker. Corrected. 2008-03-20 16:31 sylvieg * lib/wiki-plugins/wikiplugin_quote.php: [FIX]quote: replyto fix 2008-03-20 16:00 kerrnel22 * tiki-setup.php, tiki-admin.php, lib/admin/adminlib.php, lib/twversion.class.php: [FIX] Tiki version tracking is fixed. Release managers update data in the twversion.class.php file and flatfile on tw.o. 2008-03-19 16:58 kerrnel22 * tiki-adminusers.php, tiki-login.php, tiki-register.php, lib/userslib.php, templates/tiki-adminusers.tpl: [FIX] Backed-out view/edit capabilities for Realn Name due to ongoing problems. 2008-03-19 11:26 luciash * lib/stats/statslib.php: [FIX] correct average file size in stats (thanks to ripero user on IRC) 2008-03-17 19:52 kerrnel22 * styles/damian.css: [FIX] When tabs enabled, damian was causing the tabs to appear over top of drop-down menus and pop up calendars. Corrected the z-index for tabs, so now things appear correctly. 2008-03-16 18:09 panathos * lang/it/language.php: Enchant Me 2008-03-15 15:39 panathos * lang/it/language.php: little bug corrected 2008-03-15 15:30 panathos * lang/it/language.php: One of this day 2008-03-13 09:46 sylvieg * templates/tiki-admin_categories.tpl: [MOD]categories: backport 1.10 to see category ID of current category 2008-03-12 15:29 marclaporte * templates/tiki-upload_file.tpl: [ENH] After uploading a file gallery, you now have a friendly wiki syntax to re-use in wiki pages. 2008-03-12 03:46 marclaporte * styles/tikigod.css: [MOD] Cosmetic: like in 1.10, hiding the wikitext 1 pixel border. The padding was strange and result was inconsistent cross browser. It's cleaner now 2008-03-11 20:30 panathos * lang/it/language.php: another day in paradise 2008-03-10 21:30 panathos * lang/it/language.php: [no log message] 2008-03-09 20:57 panathos * lang/it/language.php: [no log message] 2008-03-06 16:27 marclaporte * styles/tikineat.css: [FIX] syntax error in tikineat.css found by Patrick Allard 2008-03-05 23:49 panathos * lang/it/language.php: from panathos... hi to all 2008-03-05 23:29 panathos * lang/it/language.php: [no log message] 2008-03-05 20:07 panathos * lang/it/language.php: Uploaded by Panathos, 1466 phrases left 2008-03-04 17:49 panathos * lang/it/language.php: [no log message] 2008-03-04 10:34 panathos * lang/it/language.php: from Panathos 2008-03-04 02:51 panathos * lang/it/language.php: [no log message] 2008-03-03 21:52 panathos * lang/it/language.php: [no log message] 2008-02-27 03:32 marclaporte * db/: Makefile, convert_nulls_to_non_nulls.php, convert_nulls_to_non_nulls.sql: [DEL] removing old sql stuff from db/ dir that has no more use 2008-02-27 03:22 marclaporte * db/convertscripts/convertsqls.sh: [DOC] Documenting the convert sql script 2008-02-27 03:07 marclaporte * db/: tiki_ddl.sql, tiki_mysql.sql, tiki_oracle.err.sql, tiki_oracle.sql, tiki_postgresql.sql, tiki_sqlite.sql, tiki_sybase.sql: [REM] removing old sql stuff from db/ dir that has no more use, as was done by mose in BRANCH-1-10 2008-02-27 02:50 marclaporte * templates/tiki-top_bar.tpl: [FIX] Putting full name of projet 2008-02-27 02:49 marclaporte * templates/tiki-install.tpl: [FIX] Put back hard-coded version number because installer doesn't seem to yet know Tiki version 2008-02-27 02:31 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-mysqli.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync db 2008-02-27 01:56 marclaporte * templates/: tiki-bot_bar.tpl, tiki-custom_home.tpl, tiki-install.tpl: [FIX] Using variable instead of hard-coding version number. 2008-02-27 01:36 marclaporte * db/tiki.sql: On new installs, removing (from default menu) links for DSN, External wikis, Cookies, Content templates and Featured links, which are less used features and which are accessible by tiki-admin.php Similarly, Edit languages is accessible via tiki-admin.php?page=i18n 2008-02-27 01:08 marclaporte * templates/modules/mod-assistant.tpl: [MOD]Backport ricks99's so much nicer assistant module 2008-02-26 11:46 marclaporte * templates/styles/neat/tiki-editpage.tpl: [FIX] Adding same conditions for neat.css theme than default theme has, for import/export page. 2008-02-26 11:35 marclaporte * db/tiki.sql: [MOD] Remove rarely used quicktags to make default install cleaner. These tags are all in wiki help 2008-02-25 19:59 lphuberdeau * tiki-login_validate.php: [FIX] deepbut's fix - missing preference check 2008-02-25 16:21 lphuberdeau * tiki-random_num_img.php: [FIX] deepcut's fix for antibot register 2008-02-25 07:34 luciash * db/tiki_1.8to1.9.sql: [FIX] don't put Friendship Network in menu when no permission 2008-02-25 07:04 luciash * templates/tiki-bot_bar.tpl: [FIX] added "This is", version change, year change 2008-02-25 06:50 luciash * templates/tiki-custom_home.tpl: [FIX] version change 2008-02-24 03:34 franck * tiki-live_support_chat_window.php, templates/tiki-live_support_chat_window.tpl: [FIX] Live_support, display IP of requestor ---------------------------------------------------------------------- Version 1.9.10.1 - bugfix release <http://tikiwiki.org/ReleaseProcess1910> ------------------ 2008-02-22 01:54 marclaporte * lib/notifications/notificationemaillib.php: [FIX] No direct access to this file. 2008-02-22 00:32 marclaporte * setup.sh: [FIX] Typical user doesn't need to see this info when running the script. And those who do will read the source of the script. 2008-02-21 22:56 marclaporte * tiki-image_galleries_rss.php, tiki-image_gallery_rss.php: [FIX] Some more feature checks 2008-02-21 20:45 marclaporte * topic_image.php: [FIX] Bad feature-check name is causing problem with article images. 1.9.11 (or 1.9.10.1) will have to be released quickly. ---------------------------------------------------------------------- Version 1.9.10 - security release <http://tikiwiki.org/ReleaseProcess1910> ------------------ 2008-02-21 16:06 lphuberdeau * lib/htmlparser/rebuildgrammar.php: [MOD] Disabling file 2008-02-21 15:47 marclaporte * banner_click.php, banner_image.php, display_banner.php, select_banner.php: [FIX] Adding feature check 2008-02-21 15:40 marclaporte * remote.php, tiki-articles_rss.php: [FIX] Adding feature check 2008-02-21 15:36 marclaporte * tiki-gmap_usermap.php, tiki-blog_rss.php, tiki-blogs_rss.php: [FIX] Adding feature check 2008-02-21 15:31 marclaporte * tiki-quiz_download_answer.php, tiki-view_blog_post_image.php, topic_image.php: [FIX] Adding feature check 2008-02-21 15:28 lphuberdeau * tiki-handlers.php: [FIX] Incorrect fix 2008-02-21 15:27 marclaporte * tiki-wiki3d.php, tiki-wiki3d_xmlrpc.php: [FIX] Adding feature check 2008-02-21 15:24 marclaporte * tiki-view_eph.php, tiki-pdf.php: [FIX] Adding feature check 2008-02-21 15:22 marclaporte * article_image.php: [FIX] Adding feature checks 2008-02-21 15:18 lphuberdeau * doc/devtools/securitycheck.php, lib/pclzip.lib.php, lib/tiki-dynamic-js.php, lib/sheet/include/org/apicnet/io/OOo/objOOo/OOoCadre.php: [FIX] File include checks 2008-02-21 15:08 lphuberdeau * tiki-setup.php, tiki-setup_base.php, doc/devtools/securitycheck.php: [MOD] Feature checks, file checks and ignore wiki-plugins 2008-02-21 15:02 marclaporte * about.php: [FIX] File can no longer be accessed directly 2008-02-21 14:52 lphuberdeau * README, received_article_image.php, tiki-chat_users.php, tiki-download_userfile.php, tiki-handlers.php, tiki-listmovies.php, tiki-live_support_chat_frame.php, db/tiki-1.9-mysql.sql, db/tiki-1.9-mysqli.sql, db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql, db/tiki-1.9-sqlite.sql, db/tiki-1.9-sybase.sql, doc/devtools/securitycheck.php: [FIX] Adding feature checks 2008-02-21 14:48 marclaporte * lib/sheet/: excel/writer/biffwriter.php, excel/writer/format.php, excel/writer/parser.php, excel/writer/validator.php, excel/writer/workbook.php, excel/writer/worksheet.php, ole/pps.php, ole/pps/file.php, ole/pps/root.php: [FIX] File can no longer be accessed directly. Sorry for extra long diffs, but there is a file format issue in original file (DOS format or linebreak issue). No functional change has been introduced. 2008-02-21 14:41 marclaporte * lib/smarty_tiki/: block.strip.php, block.translation.php, function.popup_init.php, modifier.truncate.php: [FIX] File can no longer be accessed directly. Sorry for extra long diffs, but there is a file format issue in original file (DOS format or linebreak issue). No functional change has been introduced. 2008-02-21 14:36 marclaporte * lib/diff/: Diff.php, Renderer.php, renderer_character.php, renderer_sidebyside.php: [FIX] File can no longer be accessed directly. Sorry for extra long diffs, but there is a file format issue in original file (DOS format or linebreak issue). No functional change has been introduced. 2008-02-21 14:35 lphuberdeau * tiki-login_validate.php, tiki-minical_reminders.php, tiki-page_loader.php, tiki-random_num_img.php, tiki-register_site.php, tiki-view_irc.php, tiki-view_minical_topic.php: [MOD] Adding feature and permission checks 2008-02-21 14:26 marclaporte * lib/Galaxia/: API.php, GUI.php, ProcessManager.php, ProcessMonitor.php, config.php, config.tikiwiki.php, config.xaraya.php: [FIX] File can no longer be accessed directly. Sorry for extra long diffs, but there seems to be a file format issue in orignal file (dos format or linebreak issue) 2008-02-21 14:19 marclaporte * lib/graph-engine/: abstract.gridbased.php, core.php, gd.php, graph.bar.php, graph.multiline.php, graph.pie.php, pdflib.php, ps.php: [FIX] File can no longer be accessed directly 2008-02-21 14:10 marclaporte * lib/debug/: debug-command_dmsg.php, debug-command_features.php, debug-command_perm.php, debug-command_print.php, debug-command_slist.php, debug-command_sprint.php, debug-command_sql.php, debug-command_test.php, debug-command_tikitables.php, debug-command_watch.php, debugger-common.php, debugger-ext.php, debugger.php: [FIX] File can no longer be accessed directly 2008-02-21 14:06 marclaporte * lib/webmail/: net_pop3.php, tikimaillib.php: [FIX] File can no longer be accessed directly 2008-02-21 13:52 marclaporte * templates/tiki-featured_link.tpl: [MOD]Increasing the iframe height for featured links content from 800 to 1200 2008-02-21 13:47 lphuberdeau * tiki-setup_base.php: [SEC] Improving input sanitizer (pre 1.9.10) 2008-02-17 08:19 franck * lib/live_support/live-support.js: Fix:Live support polling every 5s is too much over slow links 10 sec is better 2008-02-17 08:17 franck * tiki-live_support_chat_frame.php, lib/live_support/live-support.js: Fix:Live support sound is buggy therefore removed 2008-02-14 16:20 lphuberdeau * doc/devtools/: diffsql.sh, tikirelease.sh: [MOD] Adding some comments 2008-02-11 06:56 sylvieg * lib/search/refresh-functions.php: [FIX]search: typo was non indexing pdf - thx Gerrit 2008-02-07 16:51 lphuberdeau * setup.sh: [FIX] Removing automatic call to fixperms 2008-02-07 16:45 lphuberdeau * fixperms.sh, setup.sh: [MOD] Forcing use of 'sh setup.sh' 2008-02-01 19:18 luciash * tiki-contact.php, templates/tiki-contact.tpl: [ENH] added antibot check to prevent anonymous spam [FIX] keep the prefered priority on error, redirect using header() on success 2008-02-01 07:59 marclaporte * doc/devtools/: securitycheck.php, tikirelease.sh: [ENH] Improving our release procedures to include the new security testing script. 2008-01-31 19:06 lphuberdeau * doc/devtools/securitycheck.php: [MOD] Support checking of tikilib->get_preference checks. 2008-01-31 18:24 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Removing template cache again. 2008-01-31 18:13 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Bad check order for file types. 2008-01-31 17:55 lphuberdeau * doc/devtools/securitycheck.php: [MOD] Adding more files checked in library. 2008-01-31 17:47 lphuberdeau * doc/devtools/securitycheck.php: [MOD] Adding links on files. 2008-01-31 17:28 lphuberdeau * doc/devtools/securitycheck.php: [MOD] Adding a column to indicate if tiki-setup is included. 2008-01-31 17:17 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Sorting of unsafe files 2008-01-31 17:15 lphuberdeau * doc/devtools/securitycheck.php: [FIX] File sorting 2008-01-31 17:06 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Adding lang_use_db to exception list 2008-01-31 16:58 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Now accurate under 1.10 2008-01-31 16:54 marclaporte * db/dbg_console.sql: [KIL] remove useless file. 2008-01-31 16:49 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Porting recent change to work in tiki 1.10 as well 2008-01-31 16:45 lphuberdeau * doc/devtools/: extract-img-db-to-fs.php, ggg-trace.php, restorehelp.php, securitycheck.php, sync.php, tiki_forum_migration.php, usergeo.php: [MOD] Making sure some files are not web accessible and adding a check for this in the script. 2008-01-31 16:27 marclaporte * about.php: [FIX] typo 2008-01-31 16:13 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Invalid check of templates_c 2008-01-31 16:10 lphuberdeau * doc/devtools/securitycheck.php: [MOD] No need to display version number in console anymore. 2008-01-31 16:07 lphuberdeau * doc/devtools/securitycheck.php: [MOD] HTML output. 2008-01-31 15:50 marclaporte * tests/: branch_test_file.txt, mail_test.php, parse_data.php, test_cookies.html, test_csv_sandbox.txt, test_file_2.txt, core/init.scripts/00-include_path.php, core/init.scripts/05-database.php, core/init.scripts/10-cookies_hack.php, core/init.scripts/40-smarty.php, core/init.scripts/99-zap_init_vars.php: [KIL] cleaning tests/ dir 2008-01-31 15:37 lphuberdeau * doc/devtools/securitycheck.php: [MOD] Improving the file selection. 2008-01-31 15:34 marclaporte * tiki-webmail_contacts.php, tiki-webmail_download_attachment.php: [FIX] Add feature check & permission check 2008-01-31 15:20 marclaporte * tiki-webmail.php: [FIX] cosmetic typo 2008-01-31 15:10 lphuberdeau * doc/devtools/securitycheck.php: [FIX] Removing dependency on PHP 5. 2008-01-31 15:04 lphuberdeau * doc/devtools/securitycheck.php: [NEW] Script to verify missing feature or permission checks. 2008-01-31 14:36 marclaporte * db/profiles/default-inserts.sql: [DEL] phpopentracker was never implemented 2008-01-31 14:22 marclaporte * tiki-admin_include_features.php, db/tiki.sql: [DEL] phpopentracker was never implemented 2008-01-31 13:58 marclaporte * lib/wiki-plugins/wikiplugin_sup.php: [FIX] fix plugin documentation 2008-01-31 07:00 sylvieg * lib/userslib.php: [FIX]remember: fix the cookie with a user name with a dot - thx bmcm 2008-01-30 17:37 sylvieg * lib/userslib.php, tiki-adminusers.php: [FIX]realname: this unfinished feature was broken the login registration - not ported to 1.10 so perhaps better to take it away 2008-01-30 17:03 sylvieg * tiki-adminusers.php: [FIX]real name can accept any pattern (ie space) 2008-01-30 16:58 sylvieg * lib/userslib.php: [FIX] was not working with user with special character 2008-01-30 12:39 marclaporte * lib/wiki-plugins/wikiplugin_sup.php: [NEW] New superscript plugin, same as SUB 2008-01-29 14:45 marclaporte * lang/fr/language.php: [FIX] typo 2008-01-28 12:36 mose * lib/imagegals/imagegallib.php: [FIX] imagegals: fixed the next-prev glitch 2008-01-20 11:58 lphuberdeau * tiki-browse_image.php: [FIX] Undefined offset 2008-01-20 10:26 marclaporte * INSTALL, about.php: [FIX] Cleanup of some of the documentation & info shipped within the application. Pointing to web version or to setup.sh generated instruction to avoid to have to maintain information in many places. 2008-01-16 13:46 marclaporte * lang/fr/language.php: [FIX] minor fixes to French translation 2008-01-11 00:07 franck * lib/wiki-plugins/wikiplugin_thumb.php: Anounced on doc.tw.o it was in 1.9.8 release, now it is fully 2008-01-08 22:54 franck * tiki-live_support_admin.php, modules/mod-live_support.php, templates/tiki-live_support_admin.tpl, templates/tiki-live_support_chat_window.tpl: Live Support: bug fixes 2008-01-02 10:13 sylvieg * tiki-login.php: [FIX]intertiki: to have a 1.9 slave with an 1.10 server (as the format changed) 2007-12-23 11:59 mose * tiki-admin.php, lib/admin/adminlib.php, templates/tiki-admin-include-general.tpl, templates/tiki-admin.tpl: [MOD] release-check: added a link to force check 2007-12-22 17:33 nkoth * lib/commentslib.php: [FIX] prevent forum pruning from removing comments as well, or from other forums. 2007-12-22 01:30 mose * doc/devtools/tikirelease.sh: [FIX] updating release script ---------------------------------------------------------------------- Version 1.9.9 - security release <http://tikiwiki.org/ReleaseProcess199> ------------------ 2007-12-22 03:13 nkoth * tiki-admin.php: [FIX] do not check again once a new version has been found (this was the intention to reduce hits on tw.o), and also ensure reset of the flag for this after upgrade. 2007-12-22 02:55 mose * tiki-edit_css.php, tiki-g-admin_shared_source.php, tiki-listmovies.php, tiki-special_chars.php: [SEC] various security fixes, preparing 1.9.9 release. quick protection if you cannot upgrade is disable edit css, games feature, galaxia, and erase tiki-listmovies.php 2007-12-22 01:15 kerrnel22 * tiki-setup.php: [MOD] Added userPage and userPage_exists so they are now available to any scripts, including user modules. 2007-12-22 00:40 redflo * lang/de/language.php: translation for release check 2007-12-22 00:07 mose * tiki-admin.php: [FIX] release checks: fixing 2007-12-21 23:51 mose * tiki-admin.php: [FIX] release checks: fixed update of last_check (oops) 2007-12-21 23:28 mose * tiki-admin.php: [FIX] release checks: fixed update of last_check 2007-12-21 23:00 mose * tiki-admin.php, tiki-admin_include_general.php, tiki-setup.php, templates/tiki-admin-include-general.tpl, templates/tiki-admin.tpl, templates/tiki-top_bar.tpl, templates/tiki.tpl, lib/admin/adminlib.php: [MOD] release checks: improvement of the feature that checks if new version is available upstream 2007-12-19 23:19 redflo * templates/tiki-assignpermission.tpl: fix bug "unknown group" when filtering 2007-12-17 14:30 kerrnel22 * tiki-admin_newcalendar.php, lib/newcalendarlib.php, lib/calendar/change_class.php, lib/calendar/display_class.php, templates/tiki-admin_newcalendar.tpl: [WIP] Work In Progress. Start of rewrite for the calendar feature(s). Please do not use. 2007-12-16 18:16 luciash * lib/imagegals/imagegallib.php: [FIX] backport from BRANCH-1-10: if sort by filesize is set while browsing images it needs to be read from tiki_image_data table + corrected prev/next image browsing [bug1345] [bug1399] 2007-12-14 15:24 marclaporte * lang/fr/language.php: [FIX]Grammar fix in French 2007-12-11 13:42 sampaioprimo * lang/pt-br/language.php: more translation to pt-br 2007-12-11 13:16 sampaioprimo * lang/pt-br/language.php: translation to pt-br 2007-12-10 10:01 kerrnel22 * templates/tiki-view_tracker.tpl: [FIX] Oversight...new item form still showed the Item ID field. Removed so you can't see it as a form field. 2007-12-10 09:39 kerrnel22 * tiki-adminusers.php, tiki-login.php, tiki-register.php, lib/userslib.php, templates/tiki-adminusers.tpl: [MOD] Added view and edit capability of Real Name to Admin users tool. Had to change userslib add_user, so other scripts had to get minor update. 2007-12-10 05:28 kerrnel22 * tiki-admin_tracker_fields.php, tiki-admin_trackers.php, tiki-view_tracker.php, tiki-view_tracker_item.php, lib/trackers/trackerlib.php, templates/tiki-admin_tracker_fields.tpl, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker.tpl, templates/tiki-view_tracker_item.tpl: [MOD] Added viewability of Item ID to Trackers. Set through Admin trackers page. Allows ticket-like display of ID numbers. Is added as a system field, similar to Ratings. 2007-12-09 20:54 m_akat * lang/bg/language.php: Bulgarian translation initiated 2007-12-09 20:50 m_akat * lang/: langmapping.php, bg/index.php: Bulgarian translation initiated 2007-12-09 15:54 kerrnel22 * templates/tiki-plugin_trackerlist.tpl: [FIX] I messed up the vote ratings display by accident. Fixed it, now everything looks fine. 2007-12-09 14:29 kerrnel22 * lib/wiki-plugins/wikiplugin_trackerlist.php, templates/tiki-plugin_trackerlist.tpl: [FIX] Ratings field now shows if selected by someone with tiki_p_admin set. Probably fixes some other issues as well surrounding users with admin privs. 2007-12-08 12:56 marclaporte * tiki-setup.php: [DOC] Like in tiki-install.php, simplify/improve the installation documentation. Divided in FTP vs SSH section. Removed the SSH details because the ones in setup.sh are better. 2007-12-08 12:20 marclaporte * setup.sh: [DOC] Small precision & minor cosmetic improvement 2007-12-05 08:51 mose * tiki-editpage.php: [MOD] wiki images: added a check on image uploaded to be sure they are images 2007-12-05 08:48 mose * changelog.txt: [FIX] changelog: forgotten commit in last release 2007-12-04 23:55 mose * lib/tail/taillib.php, modules/mod-tail.php, templates/modules/mod-tail.tpl: [MOVED] moved tail module to mods 2007-12-04 18:37 marclaporte * db/tiki.sql: [MOD] Wiki sandbox off by default. Many people don't need this. 2007-12-03 08:59 kerrnel22 * tiki-register.php, lib/userslib.php: [FIX] Moved the smarty message to userslib where it actually belongs for registration validation using tikimail. 2007-12-03 04:09 marclaporte * tiki-install.php: [DOC] Simplify/improve the installation documentation. Divided in FTP vs SSH section. Removed the SSH details because the ones in setup.sh are better. 2007-12-03 03:06 kerrnel22 * tiki-setup.php, templates/tiki-top_bar.tpl: [MOD] Added the list of tiki Stars to versioning. Now all manual updates to tiki templates can be handled through tiki-setup.php. 2007-12-03 02:51 kerrnel22 * templates/tiki-top_bar.tpl: [FIX] Altered template to accommodate a 'display version' which includes the CVS tag. 2007-12-03 02:50 kerrnel22 * tiki-setup.php: [FIX] Version should now show up in top_bar if not logged in as Admin. 2007-12-03 01:27 kerrnel22 * doc/devtools/tikirelease.sh: [MOD] Updated location of versions array for keeping current. 2007-12-03 01:16 marclaporte * templates/tiki-install.tpl: [FIX] Clearer message after install script. 2007-12-03 00:56 kerrnel22 * templates/tiki-admin_security.tpl: [FIX] Repaired the url again. Shouldn't have changed it in the first place. 2007-12-03 00:53 marclaporte * templates/tiki-install.tpl: [DOC]Fix link to documentation 2007-12-03 00:25 marclaporte * fixperms.sh: [DOC] Adding some documentation for non-root users 2007-12-02 23:50 marclaporte * setup.sh: [DOC] Adding links to doc 2007-12-02 23:48 kerrnel22 * templates/tiki-admin_security.tpl: [FIX] Corrected the url. Sausage fingers. 2007-12-02 23:38 kerrnel22 * templates/mail/user_admin_validation_msg.tpl: [NEW] This is the new associated template for the user registration fix when the reg message has to go to admin via tikimail. 2007-12-02 23:37 marclaporte * setup.sh: [DOC] Adding instructions for shared hosting and a tip about figuring out your group 2007-12-02 23:35 kerrnel22 * templates/tiki-admin_security.tpl: [FIX] Corrected help url to the new url, avoiding the redirect at doc.tw.o 2007-12-02 23:34 kerrnel22 * tiki-admin_security.php, tiki-setup.php, version: [FIX] Versioning updated. Pulls current version from array of valid versions. Moved array from tiki-admin_security.php to tiki-setup.php. 2007-12-02 23:17 marclaporte * setup.sh: [FIX] Add a precision to the instructions and correct a typo 2007-12-02 23:05 marclaporte * tiki-install.php, tiki-setup.php: [FIX] Updating links to the documentation 2007-12-02 21:43 kerrnel22 * tiki-setup.php, templates/tiki-top_bar.tpl, templates/tiki.tpl: [MOD] Added version tracking. Gets current version from version file, and current release from tw.o and will compare the two to see if there is a new version available. Updated templates to support this. 2007-12-02 21:40 kerrnel22 * version: [NEW] One-line text file containing the full version number of this release of Tiki. Update this with each new release. 2007-12-02 21:38 kerrnel22 * lib/userslib.php: [FIX] Fixed a typo in screen message. 2007-12-02 21:37 kerrnel22 * tiki-register.php: [FIX] Added note to user telling them that the admin was sent a Tiki message because server isn't configured properly for Registration emails. 2007-12-02 20:29 marclaporte * _htaccess: [FIX]Rewrite Rules: Backport Nyloth's fix about images and change login link to better one. 2007-12-02 20:05 marclaporte * _htaccess: [DOC] Some explanation about this file 2007-12-01 21:58 redflo * templates/tiki-assignpermission.tpl: Typo $egroup should be $group 2007-12-01 11:09 kerrnel22 * lib/userslib.php: [FIX] DB null errors corrected due to missing global for contact_user. Added check for message feature, otherwise admin will never see requests. More logistics work needed. 2007-11-29 01:25 xavidp * lib/wiki-plugins/wikiplugin_flash.php: quotation marks added at the help text to avoid confusion with many flash content which doesn't work without them (youtube, slideshare, etc.) 2007-11-29 00:36 kerrnel22 * tiki-g-admin_activities.php, templates/tiki-g-admin_activities.tpl: [FIX] Add roles was not working properly, but it does now. Removed 'add roles' button as it was redundant. 2007-11-27 03:43 sampaioprimo * lang/pt-br/language.php: translation 2007-11-26 19:24 mose * tiki-adminusers.php: [FIX] batch import users, avoid the last line is silently skipped 2007-11-26 19:22 mose * tiki-adminusers.php: [FIX] batch import users, oops 2007-11-26 19:21 mose * tiki-adminusers.php: [FIX] batch import users, better error checking to avoid extra error when error occurs 2007-11-26 06:37 luciash * modules/_htaccess, temp/_htaccess, templates/_htaccess, bin/_htaccess, db/_htaccess, lang/_htaccess, tests/_htaccess: [FIX] Apache error with .htaccess files [http://dev.tikiwiki.org/875] 2007-11-24 21:18 kerrnel22 * templates/tiki-admin_forums.tpl: [MOD] Added link to forum import tool. 2007-11-24 21:17 kerrnel22 * tiki-forum_import.php, lib/importerlib.php, templates/tiki-forum_import.tpl: [NEW] Forum import tool initial version. Only works with SQL file import from a tiki SQL dump with \' escaped single-quotes. 2007-11-24 20:39 kerrnel22 * tiki-forum_import.php: file tiki-forum_import.php was added on branch BRANCH-1-9 on 2007-11-24 20:17:18 +0000 2007-11-24 20:39 kerrnel22 * templates/tiki-forum_import.tpl: file tiki-forum_import.tpl was added on branch BRANCH-1-9 on 2007-11-24 20:17:18 +0000 2007-11-24 09:43 kerrnel22 * lib/importerlib.php: file importerlib.php was added on branch BRANCH-1-9 on 2007-11-24 20:17:18 +0000 2007-11-16 22:23 xavidp * templates/tiki-list_file_gallery.tpl: [FIX] tpl should never contains quote around {tr}..{/tr} because the translated string can contain '. The {tr} must always be surronded with double quote. Thanks to sylvie to showing again how to fix... (I was in the right track, though :-) 2007-11-14 05:08 ricks99 * templates/header.tpl: fixed {$language} 2007-11-14 03:16 ricks99 * templates/header.tpl: added xmlns attribute for element html, required to validate properly. also added langauge identifier based on selected {$language} value. tiki should now properly validate as XHTML 1.0 Transitional backported to 1-9 branch 2007-11-13 15:54 ricks99 * templates/tiki-edit_help.tpl: display quicktags, description, and syntax in wiki help backported to 1-9 2007-11-11 22:58 luciash * tiki-admin.php: [FIX] allow translation of 'Administration' and some others in page title and breadcrumbs 2007-11-09 19:07 ntavares * tiki-assignpermission.php, templates/tiki-assignpermission.tpl: fix for badly \$group str replacement 2007-11-09 07:02 ntavares * tiki-assignpermission.php, templates/tiki-assignpermission.tpl: $group is being assigned by tiki-setup.php. Its not a good idea to mix things up. Just renamed $group to $egroup 2007-11-08 22:15 ntavares * templates/: tiki-admin-include-siteid.tpl, tiki-directory_browse.tpl: i18n: fix for some untranslatable strings 2007-11-06 22:02 sylvieg * lib/wiki-plugins/wikiplugin_group.php: backport ---------------------------------------------------------------------- Version 1.9.8.3 - small fix <http://tikiwiki.org/ReleaseProcess198> ------------------ 2007-10-26 12:30 mose * lib/tikilib.php: [FIX] wiki images: comon, we cannot check it it is a file, it can be a generated image from imagegal too 2007-10-26 00:06 awolfff * tiki-download_file.php: BUG: Download by galleryId and name did not work. Expected fileId in the request which is not there in this case. FIX: Now using the values from the info variable. ---------------------------------------------------------------------- Version 1.9.8.2 - security release <http://tikiwiki.org/ReleaseProcess198> ------------------ 2007-10-25 03:11 mose * tiki-download_file.php, lib/tikilib.php: [FIX] filegal: repairing download by filename 2007-10-24 16:24 sylvieg * templates/tiki-print_multi_pages.tpl: [FIX]wiki: do not show the page title in a multiple prints if the feature in admin->wiki is not set: to avoid duplication of title 2007-10-24 07:22 mose * db/tiki-db.php: [FIX] db: removed inclusion of error_handler file as it is not set anywhere 2007-10-24 07:20 mose * lib/tikilib.php: [FIX] wikiparsing: stripping \0 as it is skipped in IE 2007-10-23 23:01 mose * lib/rss/rsslib.php: [FIX] rss: made rss reader compatible with google agenda 2007-10-23 01:18 mose * tiki-imexport_languages.php: [FIX] security: added tests to the language filename var to avoid arbitrary inclusion 2007-10-23 01:08 mose * db/tiki-db.php: [FIX] security: added some checks on local.php file to avoid arbitrary inclusion 2007-10-23 00:58 mose * lib/tikilib.php: [FIX] wiki images: added a test to avoid js comes into img src 2007-10-23 00:46 mose * templates/tiki-remind_password.tpl: [FIX] security: escape error message in remind_password to avoid possible abuse 2007-10-14 20:03 lphuberdeau * tiki-graph_formula.php: [FIX] Porting from HEAD. ---------------------------------------------------------------------- Version 1.9.8.1 - security release <http://tikiwiki.org/ReleaseProcess198> ------------------ 2007-10-07 23:44 lphuberdeau * tiki-graph_formula.php: [FIX] Potential security injection 2007-10-03 23:33 nkoth * tiki-login.php: [FIX] quickfix for double-slash in URL problem after logging in (SSL used, some servers/configs). Things are much neater in 1.10 and it should not need fix there. 2007-10-03 14:47 sylvieg * tiki-view_tracker.php: [FIX]tracker: monitoring tracker in another language tw1370 2007-09-30 19:40 lphuberdeau * lib/graph-engine/: core.php, graph.bar.php: Adding support for hooks during data display. 2007-09-27 16:15 nkoth * lib/polls/polllib_shared.php: [FIX] when poll is removed, link of poll to object should also be removed 2007-09-21 03:43 kerrnel22 * lib/Galaxia/src/ProcessManager/ActivityManager.php: [FIX] Activity manager fixed so it now shows activities for new workflow installations. 2007-09-20 08:03 kerrnel22 * lib/Galaxia/src/ProcessManager/ProcessManager.php: [FIX] Galaxia now cleanly and correctly deletes processes (pear db call was not provided argument); resolves several issues. 2007-09-15 19:31 lphuberdeau * lib/graph-engine/: core.php, gd.php, graph.bar.php, pdflib.php, ps.php: Adding image map generation in GD based graphics ---------------------------------------------------------------------- Version 1.9.8 <http://tikiwiki.org/ReleaseProcess198> ------------------ 2007-09-12 17:25 marclaporte * tiki-setup.php, templates/tiki-admin-include-siteid.tpl: [MOD] Site Identity: Moving tip to a pop-up tip and replacing by a basic example. 2007-09-12 17:07 marclaporte * templates/tiki-admin-include-siteid.tpl: [ENH] Adding a tip about how to use Browser title as a variable in Smarty templates 2007-09-12 16:41 marclaporte * tiki-admin_include_siteid.php, templates/tiki-admin-include-siteid.tpl: [MOD] Adding _Browser title_ and _sender email_ to the Side Identity admin panel. These are not optional and strictly Site Identity but they make sense to set here 2007-09-12 16:04 marclaporte * img/tiki/tw_logo.png: [ENH] Adding nice TikiWiki logo to source 2007-09-12 15:41 marclaporte * lib/tikilib.php: oups 2007-09-12 15:30 marclaporte * lib/tikilib.php: [MOD] Little reminder for future cleanup 2007-09-12 15:18 marclaporte * templates/: tiki-admin-include-intertiki.tpl, tiki-admin-include-siteid.tpl: [MOD]Remove feature to upgrade 'value' of tiki_preferences to support more than 255 characters since it's now the default value. 2007-09-12 14:59 marclaporte * db/tiki_1.8to1.9.sql: [MOD] Following on Luciash's recent fix on tiki.sql -> This alters db column 'value' of tiki_preferences to support more than 255 characters (up to 65535 actually) which is essential to do anything significative with Site Identity (and avoid getting locked out of Tiki by accident) It is also used if you have many entries in InterTiki. 2007-09-11 14:15 xavidp * lang/ca/language.php: some more strings (not all) translated after get_strings.php?lang=ca for 1.9.8 2007-09-05 21:35 sampaioprimo * lang/pt-br/language.php: translation 2007-09-05 17:09 sylvieg * tiki-index.php: [FIX]theme control: to have the tpl plugin depending on the theme, the theme control must be done before the parsing-need also the categ 2007-09-05 16:32 sylvieg * tiki-index.php: [FIX]theme control: to have the tpl plugin depending on the theme, the theme control must be done before the parsing 2007-09-05 10:32 nkoth * tiki-admin_include_login.php: [FIX] clean last commit - remove useless code re [FIX] Making InterTiki setting remain when editing the login admin panel in template 2007-09-05 08:08 marclaporte * templates/tiki-admin-include-login.tpl: [FIX] Making InterTiki setting remain when editing the login admin panel 2007-09-05 06:58 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-09-05 06:53 marclaporte * db/tiki.sql: [FIX]Moving kerrnel22's commit (MySQL requires quotes around negative integers. Gallery tables now created at install) to tiki.sql because tiki-1.9-mysql.sql will be overriden at the next convertsqls.sh 2007-09-05 04:24 luciash * db/tiki.sql: [FIX] use TEXT (max length 65535) to support more than 250 characters e.g. for Site Identity custom code 2007-09-05 03:18 luciash * lib/tikilib.php: [FIX] rather use TEXT than BLOB (same max length) to make the content readable in phpmysqladmin 2007-09-05 02:55 marclaporte * lang/: langmapping.php, cn/language.php: [FIX] Adding chinese translations for Nathanael Lee (cn.tikiwiki.org) until he sets up his CVS access. 2007-09-05 01:47 marclaporte * templates/tiki-featured_link.tpl: [MOD] Featured links: Changing the iframe height from 600 to 800 pixels, which is more appropriate in my experience. Rollback if you disagree. 2007-09-05 01:45 marclaporte * templates/tiki-theme_control.tpl: [ENH] Theme Control Center. Adding a tip with a link to the theme admin panel 2007-09-03 21:56 marclaporte * styles/: boreal.css, codex.css, fmsc.css, lesjetesdelencre.css, tikineat.css: [FIX] Make site Identity look good for a few themes by adding background color or text-color 2007-09-03 21:49 sylvieg * tiki-admingroups.php, templates/tiki-admingroups.tpl: [MOD]group: add a button clear cache 2007-09-03 21:33 sylvieg * templates/tiki-admingroups.tpl: [MOD]group: additional message to explain what mean include a group 2007-09-03 20:02 marclaporte * templates/tiki-searchindex.tpl: [FIX] Moving closing div which was causing problems when Site Identity search was turned on, reported by Chibaguy. 2007-09-03 08:53 marclaporte * templates/header.tpl: [FIX] Mini-calendar (user calendar). Only include iframe (for pop-up reminder) if the feature is activated, if the user has permission to use it, and if reminders are activated for the current user. Changed from >100 seconds to >0 seconds because if user picks 1 minute reminders, it's 60 seconds 2007-09-03 07:12 marclaporte * styles/transitions/1.8to1.9.css: [FIX]Site Identity: Moving search box to right side, which is default behavior in 1.10 and is more common/intuitive 2007-09-02 17:23 sylvieg * lib/wiki-plugins/wikiplugin_trackerfilter.php: [MOD]tracker: display the notice with the result (list plugin tracker) 2007-09-02 16:03 sylvieg * templates/tiki-admin_layout.tpl: a link to theme control in admin layout 2007-09-02 15:46 sylvieg * templates/tiki-plugin_trackerfilter.tpl: unused file 2007-09-02 15:36 sylvieg * tiki-syslog.php, lib/logs/logslib.php, templates/tiki-syslog.tpl: backport from 1.10 - option to clean logs older than n months 2007-09-02 00:35 marclaporte * templates/tiki-admin_modules.tpl: [ENH] Adding yet another tip to make it easier to use menus 2007-08-31 06:12 marclaporte * templates/tiki-admin-include-general.tpl: [FIX]nicer follow-up to last commit (adding time/date examples) 2007-08-31 06:01 marclaporte * templates/tiki-admin-include-general.tpl: [ENH]Adding some examples of time & date to make it easier to tweak 2007-08-30 22:08 sylvieg * tiki-view_tracker.php: [FIX]tracker: date was incorrect on some servers 2007-08-30 22:01 sylvieg * templates/: tiki-edit_article.tpl, tiki-edit_submission.tpl: [FIX]article: replace publish dates in server tz ->user tz = more firndly + seems it was not save correctly too 2007-08-30 19:52 sylvieg * lib/articles/artlib.php: [FIX]article: do not send a notif on submission if article is auto-approve (the link will be invalid) 2007-08-30 00:31 kerrnel22 * db/tiki-1.9-mysql.sql: [FIX] MySQL requires quotes around negative integers. Gallery tables now created at install. 2007-08-29 15:45 luciash * templates/styles/simple/tiki.tpl: [FIX] fixed layout needs one more wrapper to work properly in FF (adding #middle) + polishing 2007-08-29 12:11 luciash * templates/tiki-bot_bar.tpl: [FIX] missing "who" after (c) 2002-2007 2007-08-29 11:58 luciash * templates/tiki-galleries.tpl: [FIX] broken layout (wrong position of closing div) 2007-08-29 09:41 luciash * styles/simple.css: [FIX] fix for tiki-stats layout (simple.css specific) 2007-08-29 09:20 luciash * templates/tiki-file_galleries.tpl: [FIX] broken layout (wrong position of closing div) + xhtml strict compatibility 2007-08-29 09:07 luciash * templates/tiki-list_blogs.tpl: [FIX] broken layout (wrong position of closing div) + xhtml strict compatibility 2007-08-29 08:52 luciash * templates/styles/simple/tiki.tpl: [ENH] better position for main content div allowing creation of fixed width layout derivates and RTL languages support for header and footer too 2007-08-28 23:20 kerrnel22 * doc/devtools/: README.txt, tiki_forum_migration.php: Adding tool to migrate tiki forum posts. 2007-08-28 02:39 franck * tiki-map_edit.php, tiki-map_upload.php: TikiMaps: name the pages 2007-08-28 02:28 franck * tiki-map_upload.php: TikiMaps: fix gdaltindex command 2007-08-27 13:40 mose * tiki-setup_base.php: [FIX] remindpass: added a sanitization 2007-08-27 10:05 chibaguy * styles/: subsilver.css, default.css, default2.css, elegant.css, mose.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, jalist.css, jalist2.css, moreneat.css, tceti.css, tiki.css, tikigod.css, whitebluegrey.css, bluegreen.css, codex.css, damian.css: [FIX] PHP Layers menu padding (padding added to submenu items in some themes, top level overlap of module box fixed, narrow top level menu expanded to module width, etc.) 2007-08-26 17:34 marclaporte * styles/olive-red.css: [FIX] changing some left-over green to red (#aa8400 -> #ff4040) in olive-red.css theme (which was a fork of olive.css theme). This is a compelling reason to develop: http://themes.tikiwiki.org/TikiThemeGenerator 2007-08-26 08:22 marclaporte * db/profiles/: basicEnabled.prf, fishclub.prf, slash.prf: [MOD] Changes to installation profiles to be more generic. 1-> disabling wiki undo by default. 2-> permissions :: In general, more common defaults: no editing/adding for anonymous (just view), and no potentially destructive action for Registered (ex: tiki_p_change_events when there is not history of changes for events). More power to Editors 2007-08-26 07:45 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-26 06:30 marclaporte * styles/default.css: [FIX] Make default.css phplayersmenu colors look good in both horizontal & vertical mode. 2007-08-26 05:50 marclaporte * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mose.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, simple.css, smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [MOD] Helkp links: Make visually clear what is a link to another admin panel vs a link to doc.tikiwiki.org Context: Since 1.9.7, some admin panels have been added (category, modules, themes, and text area) and some admin menu settings have been moved to these new admin panels. However, to ease the transition for experienced Tiki admins, a link was left at the old location. However, as a result, there was a visual confusion between these 2 link types. 2007-08-26 05:05 marclaporte * styles/brtiki.css: [FIX] Hovering on a page title was jumping out much too big. 2007-08-26 04:37 marclaporte * lib/tikihelplib.php: [FIX] Adding space to look better 2007-08-26 03:10 marclaporte * db/: tiki.sql, tiki_1.8to1.9.sql: [DB][MOD] Important change. __Password invalid after days__ has been always on by default and at 999 days. While this seems like a long time, many sites are reaching that age and users are being asked to change their password. This process is not vert good at the moment. So, I'm going to assume that the vast majority of people left the default but don't want this feature. So the upgrade script will change to 1999 days. And clean installs will be at 1999 days as well. In 1.10, the default will be that this feature is turned off (-1) 2007-08-25 05:32 marclaporte * styles/codex.css: [FIX] Codex style: removing the underline for module titles 2007-08-25 05:27 marclaporte * styles/: dblue.css, elegant.css, tceti.css, trollparty.css: [FIX] Make links in user-created modules look ok 2007-08-25 04:38 marclaporte * styles/tranquil.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:24 marclaporte * styles/subsilver.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:20 marclaporte * styles/mozilla.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:14 marclaporte * styles/: jalist.css, jalist2.css, olive-blue.css, olive-red.css, olive.css, whitebluegrey.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 04:09 marclaporte * styles/boreal.css: [FIX] Backlinks overlap right column: IE6 -> http://themes.tikiwiki.org/tiki-view_tracker_item.php?itemId=25 2007-08-25 03:35 marclaporte * styles/: jalist.css, jalist2.css: [FIX] Make bottom bar look good. 2007-08-25 03:31 marclaporte * styles/mozilla.css: [FIX] Make bottom bar look good. 2007-08-25 03:28 marclaporte * styles/smartiki.css: [FIX] Make bottom bar look good with smartiki style 2007-08-25 03:25 marclaporte * styles/subsilver.css: [FIX] Make bottom bar look good with subsilver style 2007-08-25 03:21 marclaporte * styles/tranquil.css: [FIX] Make wiki tables look good for Tranquil style, as seen here: http://themes.tikiwiki.org/tiki-index.php?page=phplayersmenu+vertical 2007-08-25 03:11 marclaporte * styles/boreal.css: [FIX] Boreal style: changing titles to white because current colour is not very visible 2007-08-25 03:07 marclaporte * styles/boreal.css: [FIX] Make wiki tables look good for Boreal styles, as seen here: http://themes.tikiwiki.org/tiki-index.php?page=phplayersmenu+vertical 2007-08-25 03:01 marclaporte * styles/boreal.css: [FIX] Make bottom bar look good with boreal style 2007-08-25 02:47 marclaporte * styles/tikigod.css: [FIX] Make bottom bar look good with tikigod style 2007-08-25 02:45 marclaporte * styles/tceti.css: [FIX] Make bottom bar & PLM vertical menu look better. 2007-08-25 02:42 marclaporte * styles/bluegreen.css: [FIX] Make bottom bar look good with Bluegreen style 2007-08-25 02:33 marclaporte * styles/whitebluegrey.css: [FIX] Make bottom bar look good with WhiteBlueGrey style 2007-08-25 01:49 marclaporte * templates/tiki-admin_modules.tpl: [ENH] Adding some extra quicklinks to add PhpLayersMenu vertical menus without reading the documentation. 2007-08-24 10:21 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, mose.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [FIX] .box padding, powered by Tiki styling added, PHP Layers menu improvements. 2007-08-22 13:01 xavidp * lang/es/language.php: fixing one string too much customized by Jabi (comitted by mistake) 2007-08-22 07:40 chibaguy * styles/: olive-red.css, olive.css, simple.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [FIX] PHP Layers menu tree style improvement. 2007-08-22 04:19 chibaguy * styles/: boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mose.css, mozilla.css, neat.css, olive-blue.css: [FIX] .calcontent height fix reinstated. 2007-08-22 03:29 chibaguy * styles/bluegreen.css: [FIX] .calcontent height fix, .tiki-top .horbaritem font size change reinstated. 2007-08-21 09:54 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mozilla.css, neat.css, olive-blue.css: [FIX] PHP Layers menu tree style improvement. 2007-08-21 08:34 luciash * styles/simple.css: [ENH] min-width and min-height for calendar day content for better look'n'feel (thx marclaporte for tip) 2007-08-21 05:00 chibaguy * templates/header.tpl: [FIX] Bad edit fixed. 2007-08-21 04:54 chibaguy * templates/header.tpl: [MOD] PHP Layerssection moved above CSS section to enable theme-specific overrides for tree menus. 2007-08-21 04:40 marclaporte * styles/README.matrix-theme: [DEL] Removing a README file for the Matric theme, which is now in mods. 2007-08-21 04:35 marclaporte * styles/vidiki.css: [DEL] Removal of Vidiki theme, which is broken and unmaintained 2007-08-21 03:55 marclaporte * styles/: olive.css, whitebluegrey.css, olive-blue.css, olive-red.css: [FIX] Making calendar look good with Internet Explorer 2007-08-21 02:10 marclaporte * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, mozilla.css, neat.css, smartiki.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, trollparty.css, whitebluegrey.css: [FIX] Making calendar boxes look good with Internet Explorer (like they look in Firefox) using _important_ instead of the underscore hack http://www.wellstyled.com/css-underscore-hack.html 2007-08-21 00:07 marclaporte * styles/bluegreen.css: [FIX] Php Layers Menu horizontal -> Bluegreen theme -> make colors nice and make bigger 2007-08-20 07:15 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, gemsi.css, hec.css, subsilver.css: [FIX] Spelling correction (.horbaritem) 2007-08-20 06:43 chibaguy * styles/: bluegreen.css, boreal.css, brtiki.css, codex.css, dblue.css, default.css, default2.css, elegant.css, fmsc.css, gemsi.css, geo.css, hec.css, jalist.css, jalist2.css, lesjetesdelencre.css, moreneat.css, olive-blue.css, olive-red.css, olive.css, subsilver.css, tceti.css, tiki.css, tikigod.css, tikineat.css, tranquil.css, whitebluegrey.css: [FIX] Horizontal menu (.horbar, .horbaritem) styles added 2007-08-19 18:42 marclaporte * templates/tiki-bot_bar.tpl: [FIX] Some cosmetic fixes on bottom bar. More to come 2007-08-19 10:54 marclaporte * styles/subsilver.css: [FIX] nicer border & padding for subsilver theme 2007-08-19 10:53 marclaporte * styles/tranquil.css: [FIX] nicer border & padding for tranquil theme 2007-08-19 09:29 marclaporte * styles/tikineat.css: [FIX] Cosmetic: adding somme padding to tikineat. Avoids that some center content be squished to right & left columns. 2007-08-19 09:11 marclaporte * tiki-setup.php: [MOD] _Users accept internal messages by default_ now defaults to _yes_. Rationale: If a Tiki admin activates this feature, (s)he wants users to be able to communicate with each other. __Users can opt-out internal messages__ remains at yes because this is also the most common use case. See: http://tikiwiki.org/DefaultSettingsChanges 2007-08-19 08:57 marclaporte * tiki-setup.php: [MOD] Turning off sub-options of Site Identity by default. It's better to let people activate things that they need/want 2007-08-19 08:40 marclaporte * templates/tiki-smileys.tpl: [FIX] Lost edit protection should not be in effect for smileys (noticed with IE6) 2007-08-19 08:32 marclaporte * templates/: tiki-edit_help.tpl, tiki-edit_help_tool.tpl, tiki-smileys.tpl: [FIX] Lost edit protection should not be in effect for smileys and the help tools (noticed with IE6) 2007-08-19 07:25 marclaporte * lib/userslib.php: [ENH] Extra protection against deletion of the _Admins_ group. (in addition to template) 2007-08-19 07:08 marclaporte * lib/userslib.php: [FIX] Make it possible to edit the description and group home page of special groups (Registered, Anonymous). This was a side effect of the protection to prevent group renaming. 2007-08-19 07:00 marclaporte * lib/userslib.php: [FIX] Undefined variable: oldgroup in lib/userslib.php on line 1935 when editing groups. variable is (strangely) 2007-08-19 06:21 marclaporte * tiki-setup_base.php: [FIX] tiki_p_admin_calendar and tiki_p_admin_sheet now includes lower permissions 2007-08-19 04:12 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-19 00:37 marclaporte * templates/styles/simple/tiki-top_bar.tpl: MOD] Cleaning up top bar. 1- People don't need to get time/date from Tiki 2- Moving the debug link to admin panel (more appropriate) with a note to scroll up to see it. 3- Moving the _Powered by Tiki_ to the bottom bar. Having at the top is much too intrusive. It causes 2 main problems A-> Users need to figure out how (and may need support) to get rid of it B-> Since most users (at least want to) get rid of it, Tiki is not getting well deserved recognition. 2007-08-19 00:24 marclaporte * templates/styles/neat/tiki-top_bar.tpl: [FIX] No need for a specific top bar for _neat_ theme. Will now use the standard one 2007-08-19 00:17 marclaporte * templates/styles/neat/tiki.tpl: [FIX] top bar was forgotten from _neat_ theme 2007-08-18 23:09 marclaporte * templates/: tiki-admin.tpl, tiki-bot_bar.tpl, tiki-top_bar.tpl: [MOD] Cleaning up top bar. 1- People don't need to get time/date from Tiki 2- Moving the debug link to admin panel (more appropriate) with a note to scroll up to see it. 3- Moving the _Powered by Tiki_ to the bottom bar. Having at the top is much too intrusive. It causes 2 main problems A-> Users need to figure out how (and may need support) to get rid of it B-> Since most users (at least want to) get rid of it, Tiki is not getting well deserved recognition. 2007-08-18 20:56 sampaioprimo * modules/mod-since_last_visit_new.php, templates/modules/mod-since_last_visit_new.tpl: [MOD] if no changes mod_since_last_visit_new display message: "nothing has changed" (ricks99 suggestion) 2007-08-18 20:20 marclaporte * templates/tiki-bot_bar.tpl: Remove incorrect sql query counter. Please see http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1317 2007-08-18 19:47 marclaporte * db/: tiki.sql, profiles/default-inserts.sql: [MOD] Turn back on _Display menus as folders_ on default installs, as suggested by ricks99 2007-08-18 19:10 marclaporte * styles/mozilla.css: [FIX] Making wiki structures look nicer with mozilla.css theme 2007-08-17 17:39 marclaporte * styles/tikineat.css: Error in previous commit 2007-08-17 16:40 xavidp * lang/es/language.php: some strings translated by Jabi (from precarios.org/tikiwiki web site) 2007-08-17 16:25 marclaporte * styles/: tranquil.css, vidiki.css, tikigod.css, tikineat.css, default.css, default2.css, olive-blue.css, olive-red.css, olive.css, bluegreen.css, brtiki.css, codex.css: [FIX] Cosmetic fix on several themes: no underline when hovering over phplayersmenu vertical menu 2007-08-17 16:08 marclaporte * styles/: olive.css, tceti.css, whitebluegrey.css, boreal.css, default.css, default2.css, jalist.css, jalist2.css, olive-blue.css, olive-red.css, bluegreen.css: [FIX] Cosmetic: adding 2 extra pixels of padding to div.wikitext, for all themes which have a box around the center 2007-08-17 14:36 marclaporte * styles/whitebluegrey.css: [FIX] nicer phplayersmenu with whitebluegrey theme 2007-08-17 10:00 chibaguy * styles/: bluegreen.css, codex.css, damian.css, dblue.css, default.css, default2.css, elegant.css, gemsi.css, hec.css, jalist.css, jalist2.css, moreneat.css, mozilla.css, neat.css, olive-blue.css, olive-red.css, olive.css, tceti.css, tiki.css, whitebluegrey.css: [FIX] Improvements for IE6 (.box-title, PHP Layers, etc.) 2007-08-16 05:21 chibaguy * lang/ja/language.php: [MOD] Translations by Lauren Mariko Cunningham-Lee. 2007-08-16 03:05 chibaguy * styles/brtiki.css: [FIX] PHP Layers menu CSS added; column widths improved. 2007-08-15 23:12 marclaporte * templates/styles/tikigod/tiki.tpl: [ENH] Use the existing icon permission to determine if this special powered-by icon tikiwiki should be shown. (Only applies to tikigod theme) 2007-08-15 23:04 marclaporte * templates/styles/notheme/: babelfish.tpl, error.tpl, tiki-bot_bar.tpl, tiki-my_tiki.tpl, tiki-top_bar.tpl, tiki.tpl: [FIX] Removal of the rest of this totally broken, and unmaintained theme (notheme) 2007-08-15 03:18 marclaporte * styles/bluegreen.css: [FIX] Bluegreen style: removing the black underline from module titles and adding a little padding 2007-08-15 02:50 marclaporte * styles/moreneat.css: [FIX] Make _moreneat_ style look better with phplayersmenu 2007-08-15 02:34 nkoth * tiki-login_scr.php: [FIX] Getting redirected to proper wiki page after login (bug 1312) 2007-08-15 01:59 luciash * tiki-view_tracker_item.php: [FIX] when editing comments focus on the right tab 2007-08-15 01:26 marclaporte * styles/geo.css: [FIX] Make _geo_ style look better with phplayersmenu 2007-08-15 01:06 marclaporte * styles/default2.css: [FIX] Make _default2_ style look better with phplayersmenu 2007-08-15 00:46 marclaporte * styles/elegant.css: [FIX] Elegant style: change some of the background colors from a brown to a blue, matching the current theme. However, since these sections are covered by a blue image, you will only notice if images are disabled 2007-08-15 00:45 luciash * tiki-view_tracker.php, templates/tiki-view_tracker.tpl: [ENH] anonymous must input anti-bot code for submiting new tracker item too 2007-08-15 00:38 marclaporte * styles/elegant.css: [FIX] Make _Elegant_ theme look good with phplayersmenu, as can be seen on themes.tikiwiki.org 2007-08-15 00:10 marclaporte * styles/mozilla.css: [FIX] Make Mozilla theme look good with wiki structures (as can be seen on doc.tikiwiki.org 2007-08-14 23:59 marclaporte * styles/: olive-blue.css, olive-red.css, olive.css: [FIX] Make three Olive styles look good with phplayermenu vertical menu, as tested on themes.tikiwiki.org 2007-08-14 21:46 luciash * templates/: styles/simple/tiki.tpl, header.tpl: [FIX] initialize tab with focus on page load (if set cookietab) 2007-08-14 20:09 jonnybradley * lib/wiki/wikilib.php: [FIX] get_backlinks() now sorts by fromPage ASC 2007-08-14 19:44 jonnybradley * templates/tiki-editpage.tpl: [FIX] no warning dialog when canceling, changing template or on (non-admin) sandbox 2007-08-14 19:41 jonnybradley * templates/module.tpl: [FIX] modules now display correct "shade" icon depending on module's flip state on load 2007-08-14 19:38 jonnybradley * lib/userslib.php: [FIX] "remember me" now remembers. get_user_by_cookie() checks tiki_user_preferences table for $check and $expire (not whole $hash value) 2007-08-14 19:34 jonnybradley * lib/tikilib.php: [FIX] parse_data() not to render relative links as external 2007-08-14 16:55 luciash * templates/styles/simple/error_ticket.tpl: [FIX] Simple theme layout for confirm ticket error page 2007-08-14 16:32 luciash * templates/styles/simple/error_simple.tpl: [FIX] Simple theme layout for simple error page 2007-08-14 16:19 luciash * templates/styles/simple/error.tpl: [FIX] corrections - special layout for error page 2007-08-14 16:08 marclaporte * lib/tikilib.php: [ENH] Adding hspace to image wiki syntax. Reported by Janus. 2007-08-14 15:43 luciash * templates/header.tpl: [FIX] initialize first tab focus on page load when tiki tabs feature enabled (TODO: read from cookie what tab was focused last ?) 2007-08-14 15:31 luciash * templates/styles/simple/tiki.tpl: [FIX] initialize first tab focus on page load when tiki tabs feature enabled (TODO: read from cookie what tab was focused last ?) 2007-08-14 14:43 luciash * lib/tiki-js.js: [FIX] display no border for unfocused tabs 2007-08-14 14:39 luciash * styles/simple.css: [FIX] don't let PLM vertical submenus go under tiki tabs [REM] delete some useless stuff 2007-08-14 08:18 chibaguy * styles/whitebluegrey.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link styles changed to match theme. 2007-08-14 08:12 chibaguy * styles/trollparty.css: [MOD] Top border and padding removed from PHP Layers links. 2007-08-14 08:09 chibaguy * styles/trollparty.css: [FIX] .mdksubmenu background color changed to improve contrast; link padding adjusted. 2007-08-14 08:04 chibaguy * styles/tranquil.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link styles changed to match theme. 2007-08-14 07:57 chibaguy * styles/tikigod.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link styles changed to match theme. 2007-08-14 07:50 chibaguy * styles/tiki.css: [MOD] Top border taken off PHP Layers links; .mdksubframe given radius. 2007-08-14 07:41 chibaguy * styles/tiki.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted); left and right padding and top margin added to #tiki-center. 2007-08-14 07:31 chibaguy * styles/tceti.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted), link font size changed to match theme; module title contrast fixed. 2007-08-14 07:18 chibaguy * styles/subsilver.css: [FIX] PHP Layers menu display over .tabcontent (.box-data {overflow:hidden} deleted). 2007-08-14 07:14 chibaguy * styles/smartiki.css: [FIX] PHP Layers menu display over .tabcontent. 2007-08-14 07:06 chibaguy * styles/: olive-blue.css, olive-red.css, olive.css: [FIX] PHP Layers menu display over .tabcontent (PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted; link style changed to match theme). 2007-08-14 06:48 chibaguy * styles/mozilla.css: [FIX] Correction of typo in CSS simplifying). 2007-08-14 06:36 chibaguy * styles/neat.css: [FIX] PHP Layers menu display over .tabcontent (PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 06:33 chibaguy * styles/mozilla.css: [FIX] PHP Layers menu display over .tabcontent (.mdksubmenu given z-index; visual integration improved). 2007-08-14 06:18 chibaguy * styles/mose.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 06:15 chibaguy * styles/moreneat.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted); item widths improved. 2007-08-14 06:06 chibaguy * styles/: jalist2.css, lesjetesdelencre.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 06:02 chibaguy * styles/: hec.css, jalist.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 05:59 chibaguy * styles/geo.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted); dropdown background color changed to match page style. 2007-08-14 05:55 chibaguy * styles/gemsi.css: [FIX] PHP Layers small font size deleted. 2007-08-14 05:48 chibaguy * styles/elegant.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted); module title contrast fixed. 2007-08-14 05:37 chibaguy * styles/: default.css, default2.css: [FIX] PHP Layers menu display over .tabcontent (div.box-data {overflow:hidden} deleted). 2007-08-14 04:46 marclaporte * templates/tiki-file_galleries.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:43 marclaporte * templates/tiki-galleries.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:42 marclaporte * templates/tiki-list_games.tpl: [FIX] oups 2007-08-14 04:40 marclaporte * templates/: tiki-list_faqs.tpl, tiki-list_games.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:33 marclaporte * templates/tiki-sheets.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:27 marclaporte * templates/tiki-list_trackers.tpl: [FIX] Missing permission to link to view template interface 2007-08-14 04:07 marclaporte * templates/tiki-file_galleries.tpl: [ENH] Only show file gallery filter (search), and pagination if more than one page of file galleries (which will be very rare) 2007-08-14 04:01 marclaporte * templates/tiki-file_galleries.tpl: [FIX] File gallery setting icon should be in h1 title, like the others 2007-08-14 03:58 marclaporte * templates/tiki-galleries.tpl: [ENH] Only show image gallery filter (search), pagination and other filter (top/parent gallery) if more than one page of image galleries (which will be very rare) 2007-08-14 03:48 marclaporte * templates/tiki-list_blogs.tpl: [ENH] Only show blog filter (search) and pagination if more than one page of blogs (which will be very rare) 2007-08-14 03:22 marclaporte * templates/tiki-list_quizzes.tpl: [ENH] Adding list to Quiz Administration (if you have perms) 2007-08-14 03:15 marclaporte * templates/tiki-page_bar.tpl: [FIX] Do not show source button for Sandbox 2007-08-14 02:59 marclaporte * templates/tiki-forums.tpl: [FIX] Only show the forum search box if more than one page of listing. 2007-08-14 01:14 marclaporte * templates/modules/mod-application_menu.tpl: [FIX] WYSIWYCA for old application menu module 2007-08-14 00:53 marclaporte * templates/tiki-page_bar.tpl: [FIX] No point in being able to undo changes, comment or translate the Sandbox 2007-08-14 00:29 marclaporte * templates/tiki-editpage.tpl: [FIX] No need to use html and have footnotes for Sandbox. 2007-08-13 23:21 luciash * styles/simple.css: [ADD] styled debugger console 2007-08-13 20:32 nkoth * tiki-view_tracker_item.php: [FIX] checking for anti-bot should be only on comment save, otherwise user will be barred from viewing item once he keys in the wrong code once. 2007-08-13 18:38 marclaporte * templates/tiki-editpage.tpl: [FIX] More cleaning up of Sandbox page 2007-08-13 18:10 marclaporte * templates/tiki-page_bar.tpl: [FIX] Cleaning up page bar (action bar) for Sandbox page 2007-08-13 17:13 nkoth * lib/trackers/trackerlib.php: [FIX] remove debug code for release 2007-08-13 17:09 luciash * templates/comments.tpl, templates/tiki-admin-include-wiki.tpl, tiki-admin_include_textarea.php, tiki-view_tracker_item.php, templates/tiki-admin-include-textarea.tpl, templates/tiki-view_tracker_item.tpl: [FIX] spread "anonymous editors must input anti-bot code" for all comments, moved the admin setting to text area section 2007-08-13 16:49 marclaporte * templates/tiki-editpage.tpl: [FIX] Categories, cache and image upload shouldn't appear on Sandbox page 2007-08-13 16:15 luciash * templates/tiki-user_menu.tpl: [FIX] add return false to prevent scrolling up on click # links 2007-08-13 14:03 marclaporte * templates/tiki-adminusers.tpl: [ENH] Adding a tip about creating a new user and adding to Admins group, instead of renaming admin user. Renaming admin user is still possible, because useful in certain circumstances. 2007-08-13 13:30 luciash * modules/mod-last_tracker_items.php: [FIX] reverse array sort (newest items on top) 2007-08-13 11:30 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-13 11:25 marclaporte * db/tiki.sql: [MOD] Adding the very useful since_last_visit_new module for Admins. Only on clean installs, not for upgrades. Thus, Tiki admins will easily know everything that is happening on their site. They can also easily remove it or assign it to other groups, if need be. 2007-08-13 11:15 marclaporte * modules/: mod-user_tasks.php, mod-user_tasks_public.php: [FIX] See Tracker #441 (http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=441). I still have several major concerns about this feature: http://dev.tikiwiki.org/Task 2007-08-13 11:04 marclaporte * templates/modules/mod-last_tracker_items.tpl: [FIX] Using Shorter URL for trackers in _Last Tracker Item_ moudle 2007-08-13 07:32 luciash * templates/tiki-edit_css.tpl: [FIX] broken xhtml layout on tiki-edit_css.php page 2007-08-13 03:14 nkoth * templates/tiki-plugin_trackerlist.tpl: [FIX] page must refresh otherwise selected sorting of items in tracker plugin and so on won't work 2007-08-13 00:36 nkoth * tiki-view_tracker.php, tiki-view_tracker_item.php, lib/trackers/trackerlib.php: [FIX] cache of items drawn from field in another tracker not being refreshed (bug 1289) 2007-08-12 20:22 mose * tiki-webmail.php: [FIX] webmail: made acceptable badformatted from fields, as well as lack of Message-ID 2007-08-12 19:57 mose * tiki-webmail.php: [FIX] webmail: also added possible Message-id 2007-08-12 19:47 marclaporte * db/README.txt: typo 2007-08-12 18:14 mose * templates/tiki-webmail.tpl: [FIX] webmail : escaping headers in fullheaders view 2007-08-12 18:09 mose * tiki-webmail.php: [FIX] webmail: attempt to fix Message-Id issue 2007-08-12 16:55 ohertel * modules/mod-last_tracker_items.php: [FIX] avoid missing name/trackerid to pollute all modules with an error message 2007-08-12 15:13 ohertel * modules/mod-change_category.php: [FIX] undeclared 'modcatlist' variable 2007-08-12 14:36 ohertel * modules/mod-last_modif_tracker_items.php: [FIX] undeclared 'name' field 2007-08-12 05:32 marclaporte * styles/tceti.css: [FIX] Making Tceti theme look good with phplayersmenu 2007-08-12 03:59 marclaporte * styles/fmsc.css: [FIX]Making phplayersmenu look good for FMSC theme. This file was in DOS format. It is now back in Linux format 2007-08-12 03:35 nkoth * styles/: gemsi.css, trollparty.css: [FIX] Solve problem of left and right column disappeared 2007-08-12 03:13 marclaporte * styles/dblue.css: [no log message] 2007-08-12 02:24 marclaporte * templates/modules/mod-users_rank.tpl: [FIX] Top users modules (users_rank) -> link to tiki-list_users.php only if active. Sorry for code duplication (An _if_ in the module doesn't work. 2007-08-12 01:29 marclaporte * styles/lesjetesdelencre.css: [FIX]Making phplayersmenu look good. This file was in DOS format. It is now back in Linux format 2007-08-12 01:14 marclaporte * styles/: geo.css, trollparty.css: [FIX] CSS Hack for IE6 for trackers using tabs 2007-08-12 00:34 nkoth * tiki-admin_include_features.php, tiki-admin_include_login.php, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-login.tpl: [MOD] merge Intertiki feature checkbox into drop down selector of authentication method 2007-08-11 23:35 marclaporte * templates/: tiki-view_tracker_item.tpl, modules/mod-last_modif_tracker_items.tpl: [FIX] Shorter URLS used for trackers 2007-08-11 22:45 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] oups on previous commit 2007-08-11 22:30 marclaporte * tiki-admin_chat.php: [FIX] Chat administration page disabled when feature is off. 2007-08-11 22:27 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] In _admin menu_ module, only link to features which are activated. 2007-08-11 22:23 marclaporte * tiki-admin_poll_options.php, tiki-admin_polls.php: [FIX] Poll administration pages disabled when feature is off. 2007-08-11 22:01 marclaporte * doc/devtools/tikirelease.sh: [DOC] More details about upgrade script for future release managers & developers. 2007-08-11 21:41 marclaporte * templates/tiki-admin.tpl: [MOD] Hiding links to tiki-backup.php for fresh install in Tiki 1.9.8 until we fix or remove. 2007-08-11 21:31 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] TYPO in _Admin menu_ module 2007-08-11 20:53 marclaporte * db/tiki_1.8to1.9.sql: [FIX] Do not re-add quick_edit module at each upgrade. 2007-08-11 20:43 marclaporte * db/tiki.sql: [FIX] RSS modules & polls now have there own permission (for administration) -> Reflect this in the menu. 2007-08-11 20:06 marclaporte * db/: tiki.sql, tiki_1.8to1.9.sql: [MOD] Article size: turning off by default because it's pretty useless (and ugly) 2007-08-11 19:23 marclaporte * db/tiki_1.8to1.9.sql: [FIX] Alter the upgrade script 1- Should not add permissions. These perms could have been intentionally removed (ex.: Intranet) 2- Modules should not change via upgrade script. tiki.sql behavior is intended for clean installs only. 3- New _Admins_ group is just for new installs as well. 2007-08-11 18:50 marclaporte * db/tiki.sql: [MOD] Turn off _Bottom bar debug_ (feature_bot_bar_debug) on clean installs. 2007-08-11 18:41 ohertel * db/: tiki_1.8to1.9.sql, tiki.sql: [FIX] update 1.8sql + 1.8to1.9sql ~ 1.9sql now 2007-08-11 18:11 nkoth * templates/tiki-adminusers.tpl: [FIX] clean up HTML from last commit 2007-08-11 17:16 ohertel * lib/messu/messulib.php: [FIX] undefined variable $local_sender_email, maybe leftover from renaming earlier. 2007-08-11 17:10 marclaporte * tiki-setup.php: [MOD] Changing doc link to a cleaner, shorter version. 2007-08-11 16:48 marclaporte * templates/tiki-admin-include-features.tpl: [MOD] User interface enhancement in the Admin panel. Link to _Admin layout per section_ is visible when the feature is turned on. This avoids an unfriendly error message. 2007-08-11 16:44 marclaporte * templates/tiki-adminusers.tpl: [MOD] Separate visually adding a single user from batch import. This was causing lots of questions from new Tiki admins. 2007-08-11 16:37 marclaporte * templates/tiki-adminusers.tpl: [FIX] Fix tip about batch upload of users. Do NOT put leading space in password field unless you want your password to have one :-). 2007-08-11 15:50 marclaporte * tiki-adminusers.php: [FIX] Harmonizing the tip with the error message 2007-08-11 07:47 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-11 07:46 marclaporte * db/tiki.sql: [FIX] WYSIWYCA (What You See Is What You Can Access) for menu item 2007-08-11 07:40 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-11 07:33 marclaporte * db/tiki.sql: [MOD] Assistant module now only for Admins [FIX] WYSIWYCA (What You See Is What You Can Access) for quizz menu items 2007-08-11 07:30 marclaporte * tiki-mobile.php: [FIX] Tiki Mobile: WYSIWYCA (What You See Is What You Can Access) -> Check permission of current user for all links on tiki-mobile.php 2007-08-11 07:00 marclaporte * templates/tiki-my_tiki.tpl, lang/fr/language.php: [FIX] Better wording in English 2007-08-11 06:38 marclaporte * templates/: tiki-gmap_locator.tpl, tiki-gmap_usermap.tpl: [MOD] Google Maps: Friendly error message when _Google Maps API key_ is not set. 2007-08-11 06:34 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-11 06:34 marclaporte * db/tiki.sql: [FIX] WYSIWYCA (What You See Is What You Can Access) for various menu items 2007-08-11 05:47 marclaporte * templates/tiki-admin-include-login.tpl: [FIX] Updating tip about sender email for admin validation to work. Thanks dthacker 2007-08-11 05:20 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] charts: simpler code which works, and doesn't create problems when you modify an item just after creating a new item 2007-08-11 04:42 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] Charts: Need admin chart permissions to edit existing options 2007-08-11 04:34 marclaporte * templates/tiki-view_chart_item.tpl: [FIX] charts: check permissions to permit to vote 2007-08-11 04:14 marclaporte * tiki-admin_chart_items.php: [FIX] Charts: extra spaces are causing problems in URL 2007-08-11 04:12 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] Charts: tiki_p_admin_charts is needed to delete items (tiki_p_suggest_chart_item is not sufficient). 2007-08-11 03:36 marclaporte * templates/: tiki-admin_chart_items.tpl: [FIX] WYSIWYCA What You See Is What You Can Access 2007-08-11 03:29 marclaporte * templates/tiki-admin_chart_items.tpl: [FIX] Charts: fix some broken links 2007-08-11 03:27 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] Documentation link. 2007-08-10 23:57 marclaporte * templates/tiki-charts.tpl: [FIX] Fix sorting of charts (sameurl doesn't work on my server) 2007-08-10 23:54 ohertel * README: 1.9.7 -> 1.9.8 2007-08-10 23:48 ohertel * db/convertscripts/convertsqls.cmd: windows version of convert script 2007-08-10 23:36 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 23:31 ohertel * db/tiki-secdb_1.9_mysql.sql: md5 values for 1.9.8 php files v2 2007-08-10 23:24 marclaporte * templates/styles/simple/modules/mod-application_menu.tpl, db/tiki.sql, templates/modules/mod-admin_menu.tpl, templates/modules/mod-application_menu.tpl, templates/styles/moreneat/modules/mod-application_menu.tpl, templates/styles/mose/modules/mod-application_menu.tpl, templates/styles/neat/modules/mod-application_menu.tpl: [MOD] Hiding links to tiki-backup.php for fresh install in Tiki 1.9.8 until we fix or remove. 2007-08-10 23:03 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 22:49 marclaporte * db/tiki.sql, db/profiles/default-inserts.sql, templates/tiki-admin-include-module.tpl: [MOD] 1- Turn off _Display modules to all groups always_ from new installs. Ref: http://tikiwiki.org/DefaultSettingsChanges 2 Add translation tags and improve the wording of the tip about the loss of the login box module. This is related to previous commit to templates/tiki-admin_modules.tpl (warning about deleting login box module) 2007-08-10 22:47 ohertel * db/tiki-secdb_1.9_mysql.sql: md5 values for 1.9.8 php files 2007-08-10 22:46 ohertel * tiki-admin_security.php: added release numbers 1.9.7 and 1.9.8 to checklist 2007-08-10 22:41 marclaporte * templates/tiki-admin_modules.tpl: [no log message] 2007-08-10 19:48 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 19:08 marclaporte * db/: tiki.sql, profiles/default-inserts.sql: [MOD] Changing _Maximum number of records_ in listings from 10 to 25 on new installs. 10 is never enough, especially when configuring the menu. 2007-08-10 18:56 marclaporte * tiki-admin_forums.php, db/tiki.sql, db/profiles/default-inserts.sql: [MOD] Change some forum defaults for new installs. Why? Most people will not change the defaults. These new defaults are chosen to be cleaner and more universal. Of course, Tiki admins can always change to whatever suits them best. See http://tikiwiki.org/DefaultSettingsChanges for details and to comment. 1- Accept wiki syntax (feature_forum_parse) is now activated. This is a nice thing of having a wiki + a forum all-in-one. 2- Forum listing configuration -> List number of posts per day (forum_list_ppd) and lists number of Topics (forum_list_topics) are now turned off. 3- When creating new forums: Default ordering (topicOrdering) for topics: Date (desc) -> Last post (desc) 4- When creating new forums: Default ordering (threadOrdering) for threads is now by ascending Date (commentDate_asc) like phpBB. 5- When creating new forums: Points (rating posts) are now turned off by default -> Topic list configuration points (topics_list_pts) & Posts can be rated (vote_threads) 2007-08-10 17:15 marclaporte * lang/en/language.php: [FIX] typo 2007-08-10 15:54 marclaporte * templates/tiki-admin-include-general.tpl: [FIX]1- WYSIWYCA for picking the Home Page. 2-Adding some missing potential home pages like Calendar, Forums and Trackers. Admins are still free to pick any URL as home page. 2007-08-10 15:32 marclaporte * templates/tiki-custom_home.tpl: [FIX] updating some info on this little used feature (custom home) 2007-08-10 14:43 pkdille * tiki-view_forum.php: [FIX] forums: Delete debug message 2007-08-10 13:35 marclaporte * templates/tiki-admin_modules.tpl: [FIX] When administering modules, only show possibilities for features which are turned on. 2007-08-10 12:47 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-10 12:05 marclaporte * styles/notheme/: default.css, doxygen.css, notheme-II-article.css, notheme-II-tc.css, notheme-III-box.css, notheme-article.css, notheme-box.css, notheme-calendar.css, notheme-categories.css, notheme-comments.css, notheme-debug.css, notheme-dir.css, notheme-faq.css, notheme-general.css, notheme-other.css, notheme-table.css, notheme-tc.css, notheme-wiki.css: Removing the 3 notheme styles because 1- They break in Internet Explorer and Firefox 2- Totally unsupported for years. 2007-08-10 12:01 marclaporte * styles/: notheme.II.css, notheme.III.css, notheme.css: Removing the 3 notheme styles because 1- They break in Internet Explorer and Firefox 2- Totally unsupported for years. 2007-08-10 11:54 marclaporte * templates/tiki-admin_modules.tpl: Removing WYSIWYG module editor because 1- It is not reliable/well implemented (both Firefox & Internet Explorer give quirky results as of 1.9.8 2- htmlarea (the WYSIWYG editor) is no longer supported 3- Tiki community is migrating towards FCK Editor 4- It should have been done before. 2007-08-10 11:42 marclaporte * db/: tiki.sql, profiles/basicEnabled.prf, profiles/fishclub.prf, profiles/slash.prf: [MOD] Turning off Display menus as folders by default 2007-08-09 22:17 marclaporte * db/profiles/: basicEnabled.prf, fishclub.prf, slash.prf: [FIX] With new default Admin group, it is no longer necessary to create in other profiles. Also, giving tiki_p_admin includes all permissions. 2007-08-09 21:43 ohertel * lang/de/language.php: translation update admin menus 2007-08-09 21:33 ohertel * templates/: tiki-admin-include-category.tpl, tiki-admin-include-features.tpl, tiki-admin-include-module.tpl, tiki-admin-include-textarea.tpl, tiki-admin-include-theme.tpl: [FIX] added missing {tr}s, missing encoding etc. 2007-08-09 21:32 ohertel * lang/de/language.php: translation update admin menus 2007-08-09 20:23 marclaporte * templates/tiki-admingroups.tpl: [FIX] Prevent renaming or deletion of new mandatory Admins group 2007-08-09 09:50 marclaporte * templates/modules/mod-adsense.tpl: [FIX] typo in adsense module 2007-08-08 21:11 sylvieg * lang/fr/language.php: some 2007-08-08 20:26 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-08 20:12 sylvieg * templates/tiki-editpage.tpl: [FIX]wiki: do not ask confirm when cancel edit 2007-08-08 20:08 sylvieg * db/tiki.sql: create an Admins group with tiki_p_admin with the admin user - to avoid people who rename admin to miss up their site 2007-08-07 23:24 ricks99 * templates/tiki-user_menu.tpl: Lost edit fix. Inhibit the alert when toggling menus items. 2007-08-06 19:24 ricks99 * templates/header.tpl: Do not load the NeedToConfirm JS script when editing the sandbox page. 2007-08-06 17:24 sylvieg * templates/tiki-adminusers.tpl: [FIX]group: can not delete a user from Registered 2007-08-06 17:09 sylvieg * templates/tiki-assignuser.tpl: backport can not unassign registered group from a user 2007-08-06 12:46 sylvieg * templates/tiki-admingroups.tpl: backport from 1.10 can not change or remove group Anonymous & Registered 2007-08-06 12:32 sylvieg * lib/userslib.php: backport from 1.10 can not change or remove group Anonymous & Registered 2007-08-06 03:42 marclaporte * templates/: tiki-admin-include-category.tpl, tiki-admin-include-search.tpl: [FIX] doc links 2007-08-06 03:24 marclaporte * templates/: tiki-import_structuredtext.tpl, tiki-admin-include-search.tpl: [FIX] doc link 2007-08-06 03:07 marclaporte * templates/: tiki-g-admin_graph.tpl, tiki-g-admin_processes.tpl, tiki-g-monitor_activities.tpl, tiki-g-monitor_instances.tpl, tiki-g-monitor_processes.tpl, tiki-g-user_activities.tpl, tiki-g-user_instances.tpl, tiki-g-user_processes.tpl: [FIX] fix all Galaxia Workflow doc links to a single page. From there, users can find workflow.tikiwiki.org and full documentation 2007-08-06 03:04 marclaporte * templates/tiki-admin_security.tpl: [FIX] doc link 2007-08-06 02:25 marclaporte * tiki-admin.php: [FIX] doc link + remove old unused tiki project code 2007-08-06 00:37 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] doc link 2007-08-06 00:28 marclaporte * templates/: tiki-user_tasks.tpl, tiki-user_watches.tpl: [FIX] doc link 2007-08-06 00:23 marclaporte * templates/tiki-user_bookmarks.tpl: [FIX] doc link 2007-08-06 00:18 marclaporte * templates/tiki-admin-include-trackers.tpl: [MOD] Add warning about mirror tracker use. The vast majority of bugs reported on dev.tikiwiki.org/Trackers are related to mirror trackers 2007-08-05 23:46 marclaporte * templates/: tiki-install.tpl, tiki-top_bar.tpl, styles/neat/tiki-top_bar.tpl, styles/simple/tiki-top_bar.tpl: [MOD] Change version number from 1.9.7 (CVS) to 1.9.8 2007-08-05 18:12 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] User Bookmarks doc link 2007-08-05 17:42 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] doc link to HTML pages 2007-08-05 17:37 bluestrain * templates/: tiki-received_articles.tpl, tiki-received_pages.tpl, tiki-send_objects.tpl: [FIX] doc links to Communications Center 2007-08-05 17:33 bluestrain * templates/tiki-admin_forums.tpl: [FIX] doc link 2007-08-05 16:56 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] Drawings, Banners doc links 2007-08-05 16:51 bluestrain * templates/tiki-admin-include-features.tpl: [FIX} Newsletter, Inter-User Messages doc links. 2007-08-05 16:45 bluestrain * templates/tiki-admin-include-features.tpl: [Fix] Polls doc link 2007-08-05 16:31 bluestrain * templates/tiki-admin_surveys.tpl: [FIX] Fix doc link. Change hover description. 2007-08-05 16:30 marclaporte * templates/tiki-galleries.tpl: [FIX] doc link 2007-08-05 16:22 marclaporte * templates/: tiki-admin-include-features.tpl, tiki-user_assigned_modules.tpl: [FIX] doc link 2007-08-05 16:16 marclaporte * templates/: tiki-list_trackers.tpl, tiki-list_users.tpl, tiki-edit_help.tpl: [FIX] doc link 2007-08-05 15:21 marclaporte * templates/messu-compose.tpl: [FIX] doc link 2007-08-05 08:12 marclaporte * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-08-05 08:03 marclaporte * templates/tiki-admin.tpl: [FIX] Since we now have i18n and theme admin panel, these links are no longer needed here 2007-08-05 07:59 marclaporte * tiki-admin_include_textarea.php, templates/tiki-admin-include-textarea.tpl: [MOD] Adding cache settings to text area admin panel 2007-08-05 07:45 marclaporte * db/tiki.sql: [FIX]1- One WYSIWYCA fix on menus, 2- HotWords and Similar Pages are now off by default 2007-08-05 07:34 marclaporte * templates/tiki-admin-include-login.tpl: [MOD] Adding a tip about setting sender email, if you want to validate users by email 2007-08-05 07:32 marclaporte * templates/tiki-admin_content_templates.tpl: [FIX]removing extra space (typo) 2007-08-05 06:49 marclaporte * templates/tiki-admin-include-login.tpl: [FIX] fix doc link. Each auth method now has a distinct wiki page 2007-08-05 04:22 marclaporte * templates/: tiki-admin_integrator.tpl, tiki-g-admin_processes.tpl: [FIX] fix doc link 2007-08-05 04:13 marclaporte * db/tiki.sql: [MOD] Article size: turning off by default because it's pretty useless 2007-08-05 04:10 marclaporte * db/tiki.sql: [MOD] Article listing: turning off a few less important columns so clean install is nicer 2007-08-05 03:55 marclaporte * db/tiki.sql: [FIX] Blog: turning off trackbacks on clean install because of spammers 2007-08-05 03:45 marclaporte * db/tiki.sql: [FIX] File Gallery: Allow same file to be uploaded more than once is now on by default, which is what most people want and to avoid support requests 2007-08-05 03:41 marclaporte * db/tiki.sql: [FIX]1- Two WYSIWYCA fixes on menus, 2- RSS feeds should be off until turned on, 3- wiki page list: less options turned on for a clean install, for a nicer interface 2007-08-05 03:38 marclaporte * tiki-setup.php: [FIX] User watch translation should be off until turned on 2007-08-05 03:36 marclaporte * templates/tiki-admin_modules.tpl: [FIX] fix link to new admin module panel 2007-08-05 03:17 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] doc links 2007-08-05 02:38 marclaporte * templates/tiki-directory_admin_categories.tpl: [FIX] fix link to doc 2007-08-05 02:03 marclaporte * templates/tiki-file_galleries.tpl: [FIX] fix link to doc 2007-08-05 01:56 marclaporte * templates/tiki-admin-include-search.tpl: [FIX] fix link to doc 2007-08-05 01:53 marclaporte * templates/: messu-archive.tpl, messu-broadcast.tpl, messu-mailbox.tpl, messu-sent.tpl: [FIX] fix link to doc 2007-08-05 00:47 marclaporte * templates/tiki-upload_image.tpl: [FIX] fix link to doc 2007-08-05 00:23 marclaporte * templates/: tiki-admin_links.tpl, tiki-admin_newsletters.tpl, tiki-assignpermission.tpl: [FIX] correct links to doc.tikiwiki.org 2007-08-05 00:02 marclaporte * templates/: tiki-admin_banning.tpl, tiki-admin_categories.tpl, tiki-admin_menus.tpl, tiki-admin_notifications.tpl, tiki-admin_system.tpl, tiki-admingroups.tpl, tiki-adminusers.tpl, tiki-edit_css.tpl, tiki-search_stats.tpl: [FIX] fix link to doc 2007-08-04 23:20 marclaporte * tiki-admin.php: [FIX] several fixes to links from the admin panel to doc.two 2007-08-04 23:17 marclaporte * templates/tiki-admin_rssmodules.tpl: [FIX] fix link to doc 2007-08-04 22:35 marclaporte * templates/: tiki-admin_dsn.tpl, tiki-edit_quiz_questions.tpl, tiki-install.tpl: [FIX] fix link to doc 2007-08-04 22:25 marclaporte * templates/: tiki-edit_translation.tpl, tiki-g-admin_graph.tpl, tiki-list_games.tpl, tiki-list_quizzes.tpl, tiki-quiz_stats.tpl: [FIX] fix link to doc 2007-08-04 22:18 marclaporte * templates/: tiki-received_pages.tpl, tiki-send_objects.tpl, tiki-sheets.tpl, tiki-admin_security.tpl, tiki-admin_shoutbox_words.tpl, tiki-edit_quiz_questions.tpl, tiki-list_surveys.tpl, tiki-quiz_result_stats.tpl, tiki-quiz_stats_quiz.tpl, tiki-received_articles.tpl: [FIX] fix link to doc 2007-08-04 21:55 marclaporte * templates/: tiki-admin-include-textarea.tpl, tiki-admin_quicktags.tpl, tiki-admin_score.tpl: [FIX] fix doc links 2007-08-04 21:40 marclaporte * templates/tiki-admin_integrator.tpl: [FIX] fix link to doc 2007-08-04 21:21 marclaporte * templates/: tiki-admin-include-general.tpl, tiki-admin-include-i18n.tpl: [FIX] fix link to doc 2007-08-04 21:15 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] cleaner and more consistent use of titles 2007-08-04 21:04 marclaporte * templates/tiki-admin-include-theme.tpl: [FIX] correct links to doc.tikiwiki.org 2007-08-04 19:51 marclaporte * tiki-edit_templates.php: [FIX] You can view the Smarty templates without necessarily being able to edit them. Currently in use on themes.tikiwiki.org for Registered users 2007-08-04 19:42 marclaporte * templates/tiki-admin_shoutbox_words.tpl: [FIX]Use variable for doc link 2007-08-04 19:26 marclaporte * templates/: tiki-edit_quiz_questions.tpl, tiki-edit_submission.tpl: [FIX] to view the link to templates, the feature must be activated (feature_view_tpl) and you must have permission (tiki_p_view_templates) 2007-08-04 19:07 marclaporte * templates/modules/mod-admin_menu.tpl: [FIX] to view the link to edit templates, the feature must be activated (feature_edit_templates) and you must have permission (tiki_p_edit_templates) 2007-08-04 18:59 marclaporte * templates/: tiki-shoutbox.tpl, tiki-edit_blog.tpl: [FIX] to view the link to templates, the feature must be activated (feature_view_tpl) and you must have permission (tiki_p_view_templates) 2007-08-04 18:55 marclaporte * templates/tiki-edit_article.tpl: [FIX] to view the link to templates, the feature must be activated (feature_view_tpl) and you must have permission (tiki_p_view_templates) 2007-08-04 18:38 bluestrain * templates/tiki-admin_shoutbox_words.tpl: [FIX] Fixed doc link. dthacker 2007-08-04 18:31 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] communication center link to docs. dthacker 2007-08-04 18:16 marclaporte * templates/: tiki-edit_quiz.tpl, tiki-edit_quiz_questions.tpl, tiki-list_quizzes.tpl: [FIX]Use variable for doc link 2007-08-04 18:10 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] fix link 2007-08-04 17:58 marclaporte * templates/: tiki-quiz_edit.tpl, tiki-quiz_result_stats.tpl, tiki-quiz_stats.tpl, tiki-quiz_stats_quiz.tpl: [FIX]Use variable for doc link + various minor fixes 2007-08-04 17:51 marclaporte * templates/tiki-admin-include-features.tpl: [FIX]Use variable for doc link + various minor fixes 2007-08-04 17:35 marclaporte * templates/tiki-sheets.tpl: [FIX]Use variable for doc link 2007-08-04 17:31 marclaporte * templates/tiki-syslog.tpl: [FIX]Use variable for doc link 2007-08-04 17:23 marclaporte * templates/tiki-list_trackers.tpl: [FIX]Use variable for doc link 2007-08-04 16:03 bluestrain * templates/: tiki-admin_content_templates.tpl, tiki-admin_cookies.tpl, tiki-list_cache.tpl: [FIX] Fixed broken doc links. Updated hover descriptions- dthacker 2007-08-04 15:51 bluestrain * templates/tiki-backup.tpl: [FIX] Fixed help link, updated description- dthacker 2007-08-04 02:39 jmaspons * lang/ca/language.php: some strings translated 2007-08-03 14:19 bluestrain * templates/tiki-admin_integrator.tpl: [Fix] Moved doc link to tw.o to d.tw.o 2007-08-03 14:03 bluestrain * templates/tiki-admin_mailin.tpl: [FIX] Corrected bad doc link, updated hover description 2007-08-03 13:51 bluestrain * templates/tiki-admin_newsletters.tpl: Fix link to d.tw.o. Improve description DT 2007-08-03 13:46 bluestrain * templates/tiki-list_trackers.tpl: [FIX] Point help link to d.tw.o page. Improve description. 2007-08-03 05:33 bluestrain * templates/tiki-list_posts.tpl: [FIX] Fixed link to d.tw.o. Improved description 2007-08-03 05:28 bluestrain * templates/tiki-edit_blog.tpl: [FIX] Fixed link to d.two.o 2007-08-03 03:41 bluestrain * templates/: tiki-list_faqs.tpl, tiki-view_faq.tpl: [FIX] Fixed links to docs.tw.o DT 2007-08-02 23:03 jmaspons * lang/ca/language.php: some strings translated 2007-08-02 17:16 sylvieg * lang/fr/language.php, templates/header.tpl: missing tr 2007-08-02 15:03 sylvieg * tiki-list_articles.php, templates/tiki-list_articles.tpl: [MOD]article: replace the read button by no action column if no action 2007-08-01 22:59 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: a better fix for mandatory user field-> None for optional user tracker field is back 2007-08-01 22:15 ricks99 * templates/tiki-list_articles.tpl: Fixed sort orders for topics, types, and expiration date. Removed sort from Img. Added defautl action (read) to avoid empty action column. Removed extra <div> that was causing validation errors. (again, 'cause I messed up the merge) 2007-08-01 22:02 ricks99 * templates/tiki-list_articles.tpl: Fixed sort orders for topics, types, and expiration date. Removed sort from Img. Added defautl action (read) to avoid empty action column. Removed extra <div> that was causing validation errors. 2007-08-01 21:51 ricks99 * templates/tiki-print_pages.tpl: Improved UI, layout, and control logic. 2007-08-01 15:02 bluestrain * tiki-admin.php: [FIX] Point help links to valid page on d.tw.o. DT 2007-08-01 12:04 sylvieg * tiki-admin_calendars.php: notice bug:1138 2007-08-01 06:39 marclaporte * tiki-setup.php: [FIX] Update mods server URL and give access to all the more recents mods user can see on mods.tikiwiki.org 2007-07-31 20:52 sylvieg * get_strings.php: backport 2007-07-30 12:21 sylvieg * tiki-switch_theme.php: [FIX]anonymous can not change theme if change_theme is not allowed 2007-07-28 00:27 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]better handling of mandatory user/group field creator: the values are unset so no check of mandatory 2007-07-28 00:22 sylvieg * lib/trackers/trackerlib.php: [FIX]better handling of mandatory user/group field creator: the values are unset so no check of mandatory 2007-07-27 20:25 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]if the user field was mandatory, a nonadmin user was not able to save his user tracker 2007-07-27 19:24 ricks99 * templates/tiki-editpage.tpl: Change edit timeout waning to match session timer, instead of the Idle Edit Timer. To prevent lost edits from a session expiration. 2007-07-27 19:21 ricks99 * tiki-editpage.php: Assign editi session timeout, based on session timeout. To prevent lost edits from a session expiration. 2007-07-27 03:03 ricks99 * templates/: header.tpl, tiki-editpage.tpl: More saving lost edits. Tiki will now prompt users when there is 1 minute remaining in the edit idle sessions. A timer will also be written to the browser status bar (if allowed by browser security). 2007-07-27 02:56 ricks99 * templates/header.tpl: Forgot to include the NeedToConfirm script in an IF statement. Only load when editing a page. 2007-07-27 02:31 ricks99 * templates/tiki-editpage.tpl: Added timeout warning on edit page (to reduce lost edits). 2007-07-27 02:19 ricks99 * templates/: header.tpl, tiki-edit_help_tool.tpl, tiki-editpage.tpl: Alert user when leaving the tiki-editpage and work is not yet saved. This will reduce the "lost edits" problem. 2007-07-26 16:09 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-07-26 01:10 sylvieg * templates/tiki-install.tpl: [FIX]backport nyloth's commit about blank page on tiki-install http://sourceforge.net/mailarchive/forum.php?thread_name=200705261835.07066.patrice%40sden.org&forum_name=tikiwiki-devel 2007-07-25 22:38 pkdille * db/tiki.sql: [FIX] quicktags: there where 2 quicktag sets for the map feature. The differences between both where very tiny (some spaces), but the second set was not as complete as the first one (2 tags where missing). 2007-07-24 20:39 sylvieg * lib/userslib.php: [FIX]bad include 2007-07-24 16:41 sylvieg * tiki-register.php, tiki-remind_password.php, lib/userslib.php, db/tiki.sql, db/tiki_1.8to1.9.sql, templates/mail/moderate_validation_mail.tpl: [FIX]: control remind password when user has not been validated (by admin or by himself). Validation messages are resent. Otherwise the user was able to log in without validation 2007-07-19 15:14 sampaioprimo * lang/pt-br/language.php: translation 2007-07-19 12:38 sylvieg * templates/tiki-admin-include-search.tpl: [FIX]tikisearch: do not show refresh tracker index if mirror tracker 2007-07-19 12:32 sylvieg * tiki-admin_include_search.php: oops 2007-07-19 12:18 sylvieg * tiki-admin_include_search.php, templates/tiki-admin-include-search.tpl: [MOD]tiki search: button to refresh tracker indexes 2007-07-19 11:57 sylvieg * modules/mod-last_tracker_items.php: [FIX]last_tracker_items was broken if status was specify 2007-07-19 11:08 sylvieg * tiki-tracker_rss.php: notice 2007-07-18 21:47 marclaporte * README: [FIX]Updating URLs in Readme file, reported by Gursikh 2007-07-16 23:22 sylvieg * tiki-edit_programmed_content.php: [FIX]time: again this time shifting on some servers 2007-07-16 12:39 sylvieg * templates/tiki-browse_categories.tpl: [FIX]at least have one link to help to track the categorized item without name 2007-07-15 23:37 sylvieg * templates/tiki-my_tiki.tpl, templates/tiki-user_preferences.tpl, tiki-user_preferences.php: [MOD]Put a message in My Tiki when nothing has been selected to go to the setting instead of a emprty place 2007-07-15 17:06 marclaporte * templates/tiki-admin_rssmodules.tpl: [ENH] Adding a tip about RSS feeds to avoid loops 2007-07-15 16:57 marclaporte * templates/tiki-admin-include-general.tpl: [FIX] oups 2007-07-15 16:14 marclaporte * templates/tiki-admin-include-general.tpl: [ENH] Adding a tip about Date and Time 2007-07-15 06:04 sampaioprimo * lang/pt-br/language.php: string translation 2007-07-14 14:31 sylvieg * templates/tiki-user_preferences.tpl: [FIX]change HomePage to URL 2007-07-14 14:12 sylvieg * tiki-login.php: unused code - user homepage is not a 'homepage' but my url 2007-07-13 17:04 marclaporte * styles/tikigod.css: [FIX] A little more padding around the wiki text to make it cleaner 2007-07-12 23:38 sylvieg * templates/: tiki-admin_trackers.tpl, tiki-plugin_trackerlist.tpl: [MOD]tracker: format created and lasmodif also for trackerlist 2007-07-12 18:00 sylvieg * tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker.tpl: [MOD]tracker: can specify the format of lastmodif info for view list 2007-07-12 17:47 sylvieg * tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker.tpl: [MOD]tracker: can specify the format of created info for view list 2007-07-12 16:50 sylvieg * lib/tikilib.php: oops 2007-07-12 16:45 sylvieg * lib/tikilib.php: [FIX]to have a time format empty - you need to put a space 2007-07-12 13:20 sylvieg * tiki-view_tracker.php: [FIX]tracker: after inserting an item, come back to the item list with the status skown by the tracker and not the status of the last added item 2007-07-12 12:32 sylvieg * lib/tikilib.php: [FIX]date: do not see [] if short time format is empty 2007-07-12 00:15 marclaporte * styles/codex.css: [FIX] Minor: adding a bit more padding to make codex theme wiki pages look nicer 2007-07-11 23:52 nkoth * tiki-setup.php: [FIX] should not depend on ini.set to set session.save_path as some hosts do not support it 2007-07-11 16:02 sylvieg * lib/trackers/trackerlib.php: rollback- mess up the merge 2007-07-11 15:54 sylvieg * lib/trackers/trackerlib.php: Instant-Auto-Merge from BRANCH-1-9 to HEAD 2007-07-11 15:31 sylvieg * lib/trackers/trackerlib.php, tiki-view_tracker.php, lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]tracker: do not count the comments with comments are not showed in list 2007-07-11 13:05 sylvieg * lib/trackers/trackerlib.php: [OPT]tracker: if a tracker has more than category fields, look for item categories only once: save 2 queries/items on dev.tw.org 2007-07-10 23:54 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: sometimes rating field was shown, sometimes not 2007-07-10 15:59 sylvieg * db/tiki_1.8to1.9.sql: typo 2007-07-10 15:51 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-07-10 15:49 sylvieg * db/: tiki.sql, tiki_1.8to1.9.sql: some indexes - thx tibi 2007-07-10 13:03 sylvieg * tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker_item.tpl: [MOD]tracker: 2 new options show created and lastmodif date in the item view 2007-07-09 23:43 sylvieg * lib/newsletters/nllib.php: [FIX]newsletter: pagination inn send_newsletter 2007-07-09 23:28 sylvieg * tiki-view_forum_thread.php: [FIX]forum: some error message if parentId incorrect 2007-07-09 23:09 sylvieg * tiki-view_forum_thread.php, templates/tiki-view_forum_thread.tpl: [FIX]forum: show up the complete bread_crumb forums->forum_title->topic_title->post_title to ne able to look at the all thread after you serach on a post 2007-07-09 21:39 nkoth * lib/commentslib.php: [FIX] clean up of previous commit 2007-07-09 21:27 nkoth * tiki-view_forum.php, lib/commentslib.php: [FIX] attachments with new posts used to disappear when forum moderation is on 2007-07-09 20:46 nkoth * lib/commentslib.php: [FIX] attachment won't work before when set to admin/moderator only, or only those with perms. 2007-07-09 20:42 nkoth * templates/tiki-view_forum.tpl: [FIX] box for attachment not showing before when set to admin/moderator only 2007-07-09 20:30 nkoth * tiki-download_forum_attachment.php: [FIX] Check for perms 2007-07-09 19:40 sylvieg * templates/tiki-view_forum.tpl: [FIX]forum: light url to view thread 2007-07-09 12:38 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: display nothing if data is empty 2007-07-09 08:26 nkoth * tiki-forum_queue.php, templates/tiki-forum_queue.tpl: [FIX] When moderator saves modified queue item, "author" should not change to moderator. 2007-07-09 08:18 nkoth * tiki-forum_queue.php: [FIX] saving of modified item in forum queue made it disappear 2007-07-09 07:52 nkoth * lib/commentslib.php: [MOD] show error message when fail to create post because post with same title and content already exists (tracker item 415) 2007-07-09 07:33 nkoth * templates/tiki-blog_post.tpl: [MOD] hide incomplete feature - users have been trying to use it 2007-07-09 06:50 nkoth * lib/commentslib.php: [FIX] removing of watches and other forum stats on forum/thread removal (tracker item 500) 2007-07-09 06:41 nkoth * lib/commentslib.php: [FIX] fix typo 2007-07-09 06:35 marclaporte * templates/tiki-admin_rssmodules.tpl: [MOD] Adding tip on how to use the new RSS feed aggregator 2007-07-09 06:21 nkoth * tiki-admin_forums.php: [MOD] usability: after clicking save when editing forum, should still be editing same forum (instead of new forum) 2007-07-09 06:11 marclaporte * templates/tiki.tpl: [DOC] Adding a tip in the code as to where the template can be modified. Not obvious to find when you are new to Tiki template design. 2007-07-09 05:29 nkoth * lib/wiki-plugins/wikiplugin_rss.php: [FIX] Feed titles (if any) shown only when single feed. Feed titles not shown with combination of multiple feeds. 2007-07-09 04:28 nkoth * lib/wiki-plugins/wikiplugin_rss.php: [FIX] prevent PHP notices due to empty string passed to function 2007-07-09 02:56 nkoth * lib/wiki-plugins/wikiplugin_rss.php: [FIX] initial items should not be removed when feeds are combined 2007-07-09 02:20 nkoth * lib/wiki-plugins/wikiplugin_versions.php: [FIX] can now work for more than 2 versions (tracker item 838) 2007-07-09 00:11 sylvieg * lib/commentslib.php: [FIX]forum: one fix to sync counter of forum on delete - a lot more to do: delete a post+ count all the replies to a post 2007-07-08 23:21 sylvieg * templates/comments.tpl: no more Top button in forum- was making any sense to go to parentId=0 2007-07-08 19:27 nkoth * tiki-view_forum_thread.php: [FIX] should respect category perms 2007-07-07 00:09 sylvieg * tiki-view_tracker_item.php: [FIX]tracker: on someserver time was not well saved 2007-07-06 18:44 sylvieg * lib/smarty_tiki/function.html_select_time.php: [FIX]calendar: time in edit event was different than date in view event when server not in the time zone - use the same functions in html_select_time and tiki-short_date - do not merge 2007-07-06 13:37 sylvieg * lib/tikilib.php: oops trace 2007-07-06 13:11 xavidp * db/: tiki.sql, tiki_1.8to1.9.sql: menu option inserted for users map (Google maps) when gmap enabled 2007-07-06 12:51 sylvieg * lib/smarty_tiki/modifier.avatarize.php: [FIX]avatar: save one database request: get_user_pref return nothing if user does not exist 2007-07-06 07:21 chibaguy * styles/tikineat.css: utf-8 signature character removed 2007-07-06 07:04 chibaguy * styles/tikineat.css: tikineat tabcontent overlapping right column in IE6 fixed 2007-07-06 00:05 sylvieg * tiki-view_forum.php, lib/tikilib.php, lib/notifications/notificationemaillib.php, templates/tiki-view_forum.tpl: [FIX]forum watch: 2eyes to watch forum topic and forum topic and thread + mail link on the topic 2007-07-05 17:02 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: category fields in tracker must always have an empty entry in tiki_tracker_item_fields as soon as have a category: now it is recreated - on dev.tw.org, items appearing in browse categ and not in trackerlist with filter on categ must be edited to recreate the missing entry 2007-07-04 20:24 sampaioprimo * lang/pt-br/language.php: translation 2007-07-03 23:50 sylvieg * db/: tiki.sql, tiki_1.8to1.9.sql: [FIX]wiki: cache is too small - upgrading to longtext 2007-07-03 15:17 sylvieg * tiki-likepages.php: [FIX]wiki likepage: theme control applied 2007-07-03 15:14 sylvieg * tiki-pagehistory.php: [FIX]wiki history: them control with categ applied 2007-07-03 15:11 sylvieg * tiki-index.php: [FIX]wiki: theme control was called twice in tiki-index 2007-07-02 22:48 sylvieg * lib/tiki-js.js: [FIX]IE6 error when switching tabs in tracker item view 2007-07-02 17:35 sylvieg * tiki-view_tracker.php: notice 2007-07-02 13:05 sylvieg * tiki-view_tracker.php: [FIX]tracker: move the assign of fields after collecting info on tracker, because the collection can reassign fields->should fix the rating sort on dev.tw 2007-06-30 14:09 sylvieg * categorize_list.php: [FIX]categories: empty the categories table not to have notice 2007-06-30 03:22 sylvieg * tiki-setup.php: [FIX]avois path disclose on bad url ... 2007-06-30 02:50 sylvieg * tiki-rename_page.php: [FIX]wiki: rename follows section css 2007-06-30 02:39 sylvieg * tiki-pagehistory.php: [FIX]wiki: history follows section css 2007-06-30 00:10 sylvieg * styles/fmsc.css: [FIX]fmsc: the square + colon overlapping - thx chibaguy 2007-06-29 14:31 sylvieg * tiki-login.php, lib/userslib.php: [FIX]rememberme: add the user name in the cookie because with users having a changing IP, you can become another user when rememberme is used 2007-06-29 02:22 marclaporte * templates/tiki-view_forum.tpl: [FIX] Forums: Visual consistency fix to title input field for 1st forum posts (topics) to be same size as comments and replies. 2007-06-28 20:54 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php, templates/tiki-plugin_trackerlist.tpl: [NEW]trackerlist: new param showfieldname (to shows the names of the fields) 2007-06-28 15:39 sylvieg * db/tiki-db.php: [MOD]if error while connecting to the database, do not link to tiki-install but only displays the error. It can be a lost connection that does not need a tiki-install.php. If db/local.php does not exist, an error linking to tiki-install has already being displayed 2007-06-27 23:51 sylvieg * templates/tiki-faq_questions.tpl: [FIX]rollback 1.12.2.6: comment malformed 2007-06-27 20:58 sampaioprimo * lang/pt-br/language.php: fix strings translation on pt-br language.php 2007-06-27 19:47 marclaporte * templates/: tiki-forums.tpl, tiki-view_forum.tpl: [FIX] Forums: When listing forums, and messages in forums, only show pagination links when more than one page 2007-06-27 19:15 marclaporte * templates/comments.tpl: [FIX] Comments & forums: only show pagination links when more than one page 2007-06-27 18:34 marclaporte * templates/comments.tpl: [FIX] Adding warning to avoid error message (Missing title or body when trying to post a comment) + increase title size to look nicer. 2007-06-26 22:40 sylvieg * modules/mod-last_tracker_items.php: [FIX]last tracker item module: was interfering with last images 2007-06-26 19:31 mose * tiki-admin_system.php: [FIX] cache & multitiki : avoid subtiki cache is emptied when toplevel tiki cache is emptied 2007-06-26 18:16 sylvieg * modules/mod-last_tracker_items.php: [FIX]module tracker: the error was not displaying 2007-06-26 17:26 sylvieg * templates/tiki-searchindex.tpl: [FIX]search: missing tracker in site identity search 2007-06-25 13:25 sylvieg * tiki-setup.php: [FIX]better fix 2007-06-25 13:17 sylvieg * tiki-setup.php: [FIX]lang: quick patch for 1.9 - avoid error if user has a language that is no more there as en-us 2007-06-24 01:06 sampaioprimo * lang/pt-br/language.php: a few more string translation to pt-br 2007-06-23 21:54 sampaioprimo * lang/pt-br/language.php: fixed another string on pt-br language.php :-) 2007-06-23 21:42 sampaioprimo * lang/pt-br/language.php: fix one string translation on pt-br language.php 2007-06-23 18:27 sampaioprimo * lang/pt-br/language.php: pt-br string translation 2007-06-21 13:05 sylvieg * tiki-view_tracker.php: [MOD]tracker: add a possible param maxRecords to debug some tricky bug on dev.tw.org 2007-06-21 12:48 sylvieg * templates/tiki-view_tracker.tpl: [FIX]tracker: anonymous does not see watch button 2007-06-20 23:33 sylvieg * templates/tiki-view_tracker.tpl: [FIX]tracker: watch was gone 2007-06-20 20:25 sylvieg * tiki-view_tracker_item.php: notice 2007-06-20 20:16 sylvieg * templates/tiki-plugin_poll.tpl: [FIX]dev.tx.org 887 - incorrect html tags 2007-06-19 12:26 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]rollback: either do not put : in a string or include it: French put a space before :, English no space - so it must be in the translation if the : is needed 2007-06-19 04:12 nkoth * tiki-admin_forums.php: [FIX] prevent categories from showing double after save with categorization 2007-06-18 20:34 nkoth * tiki-view_tracker_item.php: [FIX] should check for individual tracker perms for tiki_p_view_trackers_pending and tiki_p_view_trackers_closed if necessary. 2007-06-18 20:29 nkoth * tiki-download_item_attachment.php: [FIX] checks for individual perms (bug tracker item 1027). 2007-06-18 17:27 sampaioprimo * lang/pt-br/language.php: fix syntax error on pt-br language file 2007-06-16 22:31 bluestrain * templates/tiki-admin-include-features.tpl: [FIX] Changed help link from Game to Games to link properly to docs. dthacker 2007-06-15 13:32 mose * db/tiki_1.8to1.9.sql: [FIX] perms: no perms ever granted from upgrade script, plus cleaning 2007-06-14 17:18 sampaioprimo * templates/: tiki-admin-include-wiki.tpl, tiki-editpage.tpl: feature name moved from "Search and replace" to "Regex search and replace" 2007-06-14 16:11 sampaioprimo * lang/pt-br/language.php: a few string translation 2007-06-14 15:28 sampaioprimo * templates/tiki-view_tracker_item.tpl: colon should not be inside {tr} tag to facilitate translation 2007-06-14 02:41 marclaporte * templates/tiki-admin-include-features.tpl: [FIX] doc link to articles, not article 2007-06-13 05:54 nkoth * lib/init/initlib.php: [FIX] allow it to work even when ini_set is disabled on those shared hosting environments with no control over php.ini 2007-06-13 02:41 marclaporte * tiki-minical.php, templates/tiki-mytiki_bar.tpl: [FIX] Minical: check not only if feature is activated but also if current user has the permission to use. 2007-06-12 19:43 nkoth * tiki-admin_categories.php, lib/categories/categlib.php: [FIX] admin cats displays sub-cat under wrong parent in special cases (tracker item 920) 2007-06-11 21:38 luciash * templates/tiki-debug_console.tpl: [FIX] escape URLs 2007-06-11 21:16 luciash * templates/tiki-webmail.tpl: [FIX] escaping values, fixed broken layout for simple style theme by removing an extra div closing tag which wasn't opened 2007-06-11 20:39 luciash * lib/webmail/htmlMimeMail.php: [FIX] another prevention of php notice "Only variable references should be returned by reference" 2007-06-11 17:46 sylvieg * tiki-view_tracker.php: [FIX]tracker: move again the trackerId smarty assign as list_items can use trackerlist and redefine these values 2007-06-11 16:53 sylvieg * templates/tiki-view_tracker.tpl: [FIX]rating: take away extra space 2007-06-11 16:25 luciash * tiki-webmail.php: [FIX] prevent PHP notice and show correct date and time if delivery-date missing 2007-06-11 15:11 sylvieg * templates/tiki-view_tracker.tpl, tiki-view_tracker.php: [FIX]tracker rating 2007-06-11 14:55 sylvieg * tiki-view_tracker.php: oops trace 2007-06-11 14:54 sylvieg * templates/tiki-view_tracker.tpl, tiki-view_tracker.php, lib/trackers/trackerlib.php: [FIX]tracker rating 2007-06-11 13:05 sylvieg * templates/modules/: mod-last_blog_posts.tpl, mod-last_created_blogs.tpl: [MOD]blog: add data and user on the title link in forum last topics/posts modules 2007-06-11 12:40 sylvieg * lib/rankings/ranklib.php, templates/modules/mod-forums_last_posts.tpl, templates/modules/mod-forums_last_topics.tpl: [MOD]forum: add data and user on the title link in forum last topics/posts modules 2007-06-10 22:47 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: rating can work with another language than en 2007-06-10 22:43 sylvieg * templates/tiki-view_tracker.tpl: [FIX]tracker: rating can work with another language than en 2007-06-10 21:41 sylvieg * lib/wiki-plugins/wikiplugin_flash.php: notice 2007-06-10 16:25 sylvieg * lib/wiki-plugins/wikiplugin_backlinks.php: [FIX]missing include 2007-06-10 14:07 luciash * styles/simple.css, styles/lite/lite.css, templates/styles/simple/tiki.tpl: [FIX] backport from HEAD: lite+simple css layout support for MSIE 7 2007-06-10 13:11 sylvieg * tiki-view_tracker_item.php: [FIX]tracker : fix the weird bug dev.tw.org/tiki-view_tracker_item.php?itemId=989. The smarty vars for the tracker must be assigned after the parsing of all the fields (because a field can contains a trackerlist for instance) 2007-06-10 02:03 nkoth * tiki-admin_include_theme.php, tiki-admin_include_features.php, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-theme.tpl: [MOD] move use tabs checkbox from admin features to admin theme 2007-06-10 01:43 nkoth * templates/tiki-admin-include-general.tpl: [FIX] add translation tags for link just added 2007-06-10 01:32 nkoth * templates/tiki-admin-include-general.tpl: [MOD] put link to admin themes where admin stuff was before 2007-06-10 00:56 nkoth * tiki-admin_include_general.php, tiki-admin_include_theme.php, templates/tiki-admin-include-general.tpl, templates/tiki-admin-include-theme.tpl: [MOD] move themes selection form admin general to admin themes (tracker item 958) 2007-06-09 23:30 nkoth * tiki-setup.php, tiki-admin_include_wiki.php, db/tiki.sql, db/tiki_1.8to1.9.sql, templates/tiki-admin-include-wiki.tpl, templates/tiki-editpage.tpl: [MOD] Import page is hidden if feature is off - default is off for new install and on for upgrades 2007-06-09 23:12 sylvieg * tiki-index.php: [FIX]wiki: when like pages was activated or a redirection was done on a page, the header should be 302 and not 402 - was giving a white page 2007-06-09 22:46 marclaporte * db/tiki.sql: [MOD] Change default behavior on clean install: new table format + monospace on leading space: off 2007-06-09 22:25 marclaporte * tiki-admin_include_features.php, templates/tiki-admin-include-features.tpl: [MOD] Removing Trackbacks Pings setting from admin features. It is already in admin-blog 2007-06-09 22:10 marclaporte * tiki-admin_include_features.php, tiki-admin_include_general.php, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-general.tpl: [MOD]moving feature_help setting from admin-features to admin-general 2007-06-09 20:49 marclaporte * db/tiki.sql: [MOD] Change feature_help to be on by default. These are links are from the Tiki admin panels to doc.tikiwiki.org. Suggestion by Yanaroo. 2007-06-09 20:37 sylvieg * lib/userslib.php: notice 2007-06-09 02:07 sylvieg * tiki-view_tracker.php: notice 2007-06-08 23:07 sylvieg * tiki-view_tracker.php: [FIX]tracker/categ: a new item had no categ description (no value in browse categ) until it was modified 2007-06-08 22:29 sylvieg * doc/devtools/cleanCatTrackers.php: [FIX]trim the strings 2007-06-08 21:36 sylvieg * doc/devtools/cleanCatTrackers.php: [MOD]clean Category for tracker: also replace url with itemId=0 by the real itenId 2007-06-08 16:30 sylvieg * lang/fr/language.php: update 2007-06-08 15:46 sylvieg * tiki-tracker_rss.php: [FIX]rss on a tracker perm (dev.tw 1056) 2007-06-06 14:21 johan_mx * lib/userslib.php: [FIX] PAM Auth: pam_auth was not called correctly. 2007-06-05 19:27 sylvieg * tiki-webmail.php: backport 2007-06-05 11:17 marclaporte * tiki-admin_include_category.php, tiki-admin_include_module.php, tiki-admin_include_textarea.php, tiki-admin_include_theme.php, templates/tiki-admin-include-category.tpl, templates/tiki-admin-include-module.tpl, templates/tiki-admin-include-textarea.tpl, templates/tiki-admin-include-theme.tpl: [MOD] Created 4 new admin panels: category, module, theme, and textarea. DevTrackers #956, #958, #962, #964. Left hyerlinks where most of the options were before (as a transition measure). 2007-06-05 11:11 marclaporte * tiki-admin.php, tiki-admin_include_features.php, tiki-admin_include_general.php, templates/tiki-admin-include-anchors.tpl, templates/tiki-admin-include-features.tpl, templates/tiki-admin-include-general.tpl, img/icons/admin_category.png, img/icons/admin_textarea.png, img/icons/admin_theme.png, templates/tiki-admin-include-list-sections.tpl, templates/tiki-admin.tpl: [MOD] Created 4 new admin panels: category, module, theme, and textarea. DevTrackers #956, #958, #962, #964. Left hyerlinks where most of the options were before (as a transition measure). 2007-06-05 02:44 marclaporte * tiki-admin_include_general.php, templates/tiki-admin-include-general.tpl: [MOD] Remove 4 i18n settings from general admin panel since they are in i18n admin panel 2007-06-05 00:31 marclaporte * tiki-admin_include_features.php, templates/tiki-admin-include-features.tpl: [MOD] Remove 4 options from main feature admin panel since the are in i18n admin panel 2007-06-05 00:12 marclaporte * tiki-admin_include_blogs.php, templates/tiki-admin-include-blogs.tpl: [MOD] Add Trackback Pings setting in blog admin panel 2007-06-04 19:23 marclaporte * templates/tiki-admin-include-features.tpl: Documentation links: 1st batch of cleanup to use the new keywords on doc.tikiwiki.org and dev.tikiwiki.org 2007-06-03 22:51 marclaporte * lib/wiki-plugins/wikiplugin_article.php: Article plugin: fix typo in code caused by recent cleanup 2007-06-02 04:06 marclaporte * categorize_list.php: Categories: avoid Notice: Undefined variable: categories in categorize_list.php when no categories have been setup yet 2007-06-02 02:44 marclaporte * templates/tiki-user_watches.tpl: User Watches: only offer to watch articles 1- if the articles feature is activated (some people confuse articles and wiki pages) and 2- If the user has the permission to read articles (tiki_p_read_article) 2007-06-01 18:57 sylvieg * tiki-remind_password.php: [FIX]mail: error message if mail can not be sent 2007-05-30 15:58 mose * lib/tikilib.php: [FIX] parsing: avoiding antislashes break parsing, better 2007-05-30 15:32 mose * lib/tikilib.php: [FIX] parsing: avoiding antislashes break parsing with ~np~ and ~pp~ (backport) 2007-05-29 20:03 sylvieg * modules/mod-since_last_visit_new.php: [FIX]since_last_visit_new was showing tracker with no perm 2007-05-29 12:31 mose * lib/init/tra.php: [FIX] multilingual: removed interativetag call that is 1.10 only 2007-05-24 23:35 marclaporte * templates/styles/smartiki/: error.tpl, tiki.tpl: [FIX] Smartiki theme: fix links to spacer image. No visual change but will stop adding error messages to log files 2007-05-24 18:47 sylvieg * templates/tiki-adminusers.tpl: [FIX] rollback, the statement unvalid=provpass is false (provpass can exist if remind password has been activated 2007-05-24 02:56 mose * tiki-show_all_images.php, templates/tiki-browse_gallery.tpl: [MOD] imagegal: added a tool to display all thumbnails in a gallery on a single image file 2007-05-18 18:00 sylvieg * tiki-download_forum_attachment.php, tiki-download_item_attachment.php, tiki-download_wiki_attachment.php: [FIX] desactivate tiki output compression when downloading file (bug if the file is a zip) 2007-05-18 17:51 sylvieg * styles/fmsc.css: [FIX]fmsc.css: comment left align+ tableheading link in white 2007-05-18 05:09 chibaguy * tests/test_cvs_file.txt: Just testing 2007-05-17 17:07 sylvieg * styles/fmsc.css: [FIX]missing themes icons - for the moment go in hec directory and not fmsc directory.... one needs to disappear 2007-05-16 17:34 nkoth * lib/calendar/calendarlib.php: [FIX] Removal of calendar that has been categorized does not uncategorize it. Tracker item 914. 2007-05-16 04:30 nkoth * tiki-admingroups.php: [FIX] delete group deletes even if user does not click "click here to confirm" 2007-05-16 03:33 nkoth * templates/tiki-listpages.tpl: [FIX] Clicking on alpha for filtering of pages should not use offset, otherwise user may be shown no pages even if there are pages starting with that alpha 2007-05-16 03:09 nkoth * templates/tiki-calendar.tpl: [FIX] Onchange js event does not work in IE, changed to onclick 2007-05-16 02:48 nkoth * lib/userslib.php: [FIX] error in SQL query when user without tiki_p_admin, but with tiki_p_admin_users tries to get_groups (in tiki-assignuser.php for example) with $find set. 2007-05-16 00:24 nkoth * templates/: tiki-admingroups.tpl, tiki-adminusers.tpl: [FIX] Clicking on initial alpha in navigation should not use offset, otherwise user can be sent to a page that shows no users or groups, even if there are users or groups starting with that alpha 2007-05-15 15:19 sylvieg * templates/tiki-plugin_trackerlist.tpl: [FIX]trackerlist: if date empty do not display a stupid date 2007-05-15 00:38 sampaioprimo * lang/pt-br/language.php: fix one string translation 2007-05-14 23:50 sylvieg * tiki-view_tracker.php: notice 2007-05-14 20:50 nkoth * lib/structures/structlib.php: Only delete a page if other structures arent referencing it not working before due to typo in if clause 2007-05-14 20:29 nkoth * tiki-calendar.php, modules/mod-upcoming_events.php: Calender viewing should respect category permissions if categorized 2007-05-12 07:27 nkoth * templates/tiki-faq_questions.tpl: [FIX] Fix bad comment closing tag 2007-05-12 06:52 nkoth * tiki-index.php: [FIX] hash used for filename for wiki file attachments must be more unique, otherwise uploading second attachment of same filename to wiki will replace contents of old file with same name 2007-05-12 06:11 nkoth * lib/userslib.php: [FIX] when group name is changed, the group must be changed where it appears in includegroup field in tiki_group_inclusion table 2007-05-12 05:58 nkoth * lib/tikilib.php: [FIX] When a page is totally removed, any attachments must also be removed. 2007-05-12 05:22 nkoth * lib/tikilib.php: [FIX] FAQs that user have no perms to view should not be shown in list of FAQs 2007-05-12 01:59 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-05-12 01:15 sylvieg * comments.php: oops - I missed up with forum perm 2007-05-11 20:38 luciash * templates/tiki-install.tpl: [FIX] added missing smarty {tr} tags 2007-05-11 17:57 sylvieg * lib/smarty_tiki/modifier.truncate.php: backport 1.10 2007-05-11 17:54 sylvieg * lib/smarty/: ChangeLog, NEWS, libs/Config_File.class.php, libs/Smarty.class.php, libs/Smarty_Compiler.class.php, libs/debug.tpl, libs/internals/core.write_compiled_include.php, libs/internals/core.write_file.php, libs/plugins/function.fetch.php, libs/plugins/function.html_select_date.php, libs/plugins/function.html_table.php, libs/plugins/function.mailto.php, libs/plugins/function.popup.php, libs/plugins/modifier.capitalize.php, libs/plugins/modifier.date_format.php, libs/plugins/modifier.debug_print_var.php, libs/plugins/modifier.truncate.php, libs/plugins/outputfilter.trimwhitespace.php: Upgrade to smarty 2.6.18: copy the release - change the https in fetch , instead of merge 2007-05-11 16:19 sylvieg * comments.php: [FIX]forum: error message when you try to post with no perms 2007-05-11 15:42 sylvieg * templates/tiki-view_forum.tpl: [MOD]forum: do not show the choice of types if you have can choose normal 2007-05-11 15:30 sylvieg * templates/tiki-admin_forums.tpl: [FIX]forum: cycle 2007-05-11 15:24 sylvieg * templates/tiki-view_forum.tpl: [MOD]forum: title to post type 2007-05-11 14:34 sylvieg * templates/tiki-install.tpl: oops fix html - thx nyloth 2007-05-11 13:03 sylvieg * tiki-view_forum_thread.php: [FIX]forum: do not show the comment input box if the thread is locked for non admin 2007-05-11 05:02 lmoss * lib/categories/categlib.php: Bug fix: approved articles inherit only the categorization of the submission, not of other objects that happen to share an ID with the submission 2007-05-11 00:23 sylvieg * templates/tiki-install.tpl: [FIX]IE: running an install on IE was creating again the database and not upgrading because of <button> that has 2 different behaviors in IE /FF. <button> has always the S_REQUEST set in IE, only if clicked in FF-> do not use button in you have multiple buttons in a form 2007-05-10 23:47 sylvieg * templates/tiki-install.tpl: [MOD]install: better to see all the drop down list at install than only one option 2007-05-10 17:57 nkoth * lib/calendar/calendarlib.php: [FIX] deletion of calendar with no items causes database query error (tracker item 913) 2007-05-09 21:28 sylvieg * tiki-admin_trackers.php, tiki-view_tracker.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker.tpl, templates/tracker_item_field_value.tpl, lib/trackers/trackerlib.php: [MOD]tracker: in view tracker item list, can have a popup on the main values showing the field values given in the tracker def 2007-05-09 16:29 xavidp * lang/ca/language.php: small fix requested by a friend (and I usually forgot to include that fix) 2007-05-09 15:48 xavidp * lib/wiki-plugins/: wikiplugin_category.php, wikiplugin_catorphans.php: reference also to forum was missing from the information in the wiki help box 2007-05-09 15:42 xavidp * templates/tiki-pick_avatar.tpl: Added notice to only upload .gif images, since png or jpg has been producing black squares for many months.... bug opened at http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1092&trackerId=5 when fixed, please, remove note from tpl 2007-05-07 22:50 sylvieg * templates/tracker_item_field_value.tpl: a cleaner display of item field value + some fixes 2007-05-07 22:50 sylvieg * templates/tracker_item_field_value.tpl: file tracker_item_field_value.tpl was added on branch BRANCH-1-9 on 2007-05-09 19:28:57 +0000 2007-05-07 17:43 sylvieg * templates/tiki-adminusers.tpl, lib/userslib.php: [MOD]login: show status valid/invalid for each user 2007-05-05 00:15 sylvieg * lib/tikilib.php: [FIX]trackerlist: backport from head- perm problem when you do not have special perm and categ perm 2007-05-04 16:07 sylvieg * templates/tracker_item_field_value.tpl: [MOD] new template to show the value of a item field -> to try to eliminate code duplication 2007-05-04 15:50 sylvieg * lib/trackers/trackerlib.php: [MOD]tracker: can limit to list_tracker_fields function to some fields 2007-05-02 16:43 sylvieg * lib/imagegals/imagegallib.php: oops 2007-05-01 23:48 sylvieg * templates/mail/user_watch_image_gallery_changed_subject.tpl, templates/mail/user_watch_image_gallery_upload.tpl, tiki-upload_image.php: [MOD]img: can watch upload on an img gallery 2007-05-01 23:43 sylvieg * tiki-browse_gallery.php, lib/tikilib.php, lib/imagegals/imagegallib.php, templates/tiki-browse_gallery.tpl: [MOD]img: can watch upload on an img gallery 2007-05-01 16:08 mose * templates/tiki-user_menu.tpl: [MOD] usermenus: make empty url toggle open subsection 2007-05-01 15:46 mose * tiki-galleries.php, templates/tiki-galleries.tpl: [MOD] imagegal: made multiple scales possible for galleries, separating scales with commas 2007-04-30 22:43 sylvieg * lib/tikilib.php: notice 2007-04-30 15:31 sylvieg * lib/searchlib.php: [FIX]mysql search: was returning object with special perms for people with no global perm (ex: anonymous with tiki_p_view=n was able to see page with special perm, but anonymous with tiki_p_view=y was fine 2007-04-26 05:49 marclaporte * templates/tiki-rename_page.tpl: [FIX] Fix broken link in wiki page rename interface 2007-04-25 16:32 sylvieg * tiki-download_file.php, tiki-setup.php: [FIX] to be able to download some zip files on FF if 'use gzipped output'is checked' (seems that a zip on a zip is not working) 2007-04-24 18:23 sylvieg * templates/tiki-syslog.tpl: [FIX]syslog: html; syntax 2007-04-24 18:15 sylvieg * templates/tiki-syslog.tpl: [FIX]syslog: typo 2007-04-23 23:45 sylvieg * lib/notifications/notificationemaillib.php: [FIX]forum: get notif on forum topic watch(the object is the topic not the object) 2007-04-19 13:50 sylvieg * templates/tiki-admin_hotwords.tpl: [FIX]hotwords: delete hotword with special characters 2007-04-17 05:17 marclaporte * styles/bluegreen.css: [FIX] Rollback a bad correction to Bluegreen theme. It is better to use overflow=y in the module parameters when using vertical phplayermenus in Internet Explorer. 2007-04-17 01:38 marclaporte * styles/elegant.css: [FIX] Make phplayersmenu look good with elegant theme 2007-04-16 21:31 marclaporte * styles/damian.css: [FIX] Make menus look nicer with Damian style 2007-04-16 08:13 marclaporte * templates/tiki-admin_modules.tpl: Warning message about possibly breaking a Tiki site by improprer use of Smarty Syntax in modules 2007-04-15 16:11 marclaporte * templates/tiki-admin_integrator.tpl: adding help link for Tiki integrator feature 2007-04-13 11:56 xavidp * lang/ca/language.php: some more strings translated after a get_strings.php?lang=ca update with cvs code 2007-04-11 16:47 sylvieg * templates/tiki-listpages.tpl: [FIX]list page: some tuning 2007-04-11 00:06 sylvieg * categorize_list.php: [FIX]categ: backport from 1.10- do not see in the list of categories you can assign one you can not view 2007-04-10 23:28 marclaporte * lib/tikihelp/menu.html: [FIX] WebHelp: Missing UTF-8 charset support in Index menu. Patch provided by alain75007 at http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1060 2007-04-10 17:01 sylvieg * lib/stats/statslib.php: [FIX]stats: need only the number of orphan pages 2007-04-09 23:32 xavidp * lang/ca/language.php: some more strings translated (friendship network, etc.) + some fixes 2007-04-09 15:36 sylvieg * tiki-download_file.php: [FIX]fgal: when using the direct link tiki-download_file.php, use a complete setup to be able to have an error page with 3 columns 2007-04-09 15:16 sylvieg * tiki-download_file.php: [FIX]fgal: the direct link tiki-download_file.php was not checking categ perm 2007-04-09 14:49 sylvieg * tiki-listpages.php, lib/categories/categlib.php: [FIX]categ: rollbackthe optimisation - can be done only in 1.10 because needs a clean cache 2007-04-06 23:36 marclaporte * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: [FIX] Trackers: fix typo in permissions to list trackers 2007-04-06 22:48 sylvieg * db/tiki.sql: oops forgot this commit 2007-04-06 18:52 xavidp * lang/ca/language.php: some more strings added or fixed 2007-04-06 18:44 sylvieg * lib/categories/categlib.php: [FIX]categ: was creating an infinite loop at categs cache building 2007-04-06 13:59 sylvieg * lib/tikilib.php, lib/wiki-plugins/wikiplugin_article.php, tiki-mods.php, tiki-mods_admin.php: [FIX] some cleaning with include_once-put on same line for easy grep 2007-04-06 13:37 sylvieg * tiki-admin_include_trackers.php: [FIX]traker: include_once in case a module use trackerlib.php 2007-04-05 20:40 sylvieg * lib/smarty_tiki/outputfilter.highlight.php: [FIX]search: try to save some search highlight case where the convention centercolumn has not been respected: will create upgrade pb for people with specioal tiki.tpl 2007-04-05 14:45 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: 2 same include 2007-04-05 14:44 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php: a global just in case 2007-04-04 20:42 xavidp * tiki-gmap_locator.php: [FIX]fix to check that user is logged, in order to disable anonymous to set position in gmap (with db error) 2007-04-04 18:36 sylvieg * tiki-switch_lang.php: [FIX]switchlag : missing a global 2007-04-03 21:17 sylvieg * tiki-listpages.php: oops 2007-04-03 20:15 sylvieg * tiki-admin_include_wiki.php, tiki-listpages.php, templates/tiki-listpages.tpl, templates/tiki-admin-include-wiki.tpl: [MOD]wiki: in list page can display categname or categpath of a page + fix the colspan size 2007-04-03 17:15 sylvieg * tiki-admin_include_wiki.php: [FIX]wiki: mixed up the smarty list vars 2007-04-03 14:54 sylvieg * categorize_list.php: notice 2007-04-03 00:16 sylvieg * lib/categories/categlib.php, tiki-admin_include_wiki.php, tiki-listpages.php, templates/tiki-admin-include-wiki.tpl, templates/tiki-listpages.tpl: [MOD]categ: can see the page categs in list pages 2007-04-02 23:34 sylvieg * lib/categories/categlib.php: [FIX]categ: some backport from 1.10 to be able to merge (dammed) 2007-04-02 22:46 sylvieg * tiki-admin_include_wikiatt.php: [FIX]wiki: redeclaration 2007-04-02 17:58 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: image needs a chmod on some system (see move_uploaded_file on php.net) 2007-04-02 15:13 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: do not expanse an image if the uploadLimitScale is larger than the real image size 2007-04-01 21:15 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: notice in item list field 2007-04-01 18:26 sylvieg * tiki-view_tracker.php: [FIX] tracker: img was not loaded anymore - take away a call to an deprecated function mime_content_type. the type og the seem to be enough - not need to call fileinfo 2007-03-30 16:55 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: finish to put class formlabel for field name in tracker view 2007-03-30 16:03 sylvieg * lib/wiki-plugins/: wikiplugin_trackerfilter.php, wikiplugin_trackerlist.php: [FIX] forgot help string 2007-03-30 15:37 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php: [MOD]tracker: new param goIfOne to go directly to display item if only one item in tracker plugin filter(and list) 2007-03-30 14:34 sylvieg * lib/wiki-plugins/wikiplugin_trackerfilter.php, templates/wiki-plugins/wikiplugin_trackerfilter.tpl: [MOD]tracker: new param action = name of the button for trackerfilter plugin 2007-03-28 14:57 luciash * templates/tiki-list_games.tpl: [FIX] typo fix, prevent confusion: it is swf not sqf 2007-03-28 14:10 luciash * tiki-setup_base.php: [FIX] security: sanitize game var 2007-03-27 20:11 sylvieg * lib/smarty_tiki/function.phplayers.php: [FIX]phplm: highlight also the page if you are in tiki-editpage.php as in tiki-index.php 2007-03-27 19:32 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: to be able to remoce all the categs from a tracker 2007-03-27 18:15 luciash * styles/: simple.css, lite/lite.css: [FIX] simmilar base font sizes, fix for MSIE 5.x tables width 2007-03-27 16:52 sylvieg * templates/tiki-admin_categories.tpl: [FIX]categ: some anchor on prev next 2007-03-27 15:16 sylvieg * modules/mod-last_articles.php: [FIX]articles: conflict with lang variable in mod-last_articles 2007-03-27 10:00 luciash * styles/: simple.css, lite/lite.css: [FIX] minor fix for correct padding on the right side of the center column in IE7 2007-03-27 09:40 luciash * styles/: simple.css, lite/lite.css: [FIX] correct rendering when right/both column off in IE 7 2007-03-27 03:10 luciash * styles/: simple.css, lite/lite.css: [FIX] w00t ! full CSS source ordered layout support also for IE 7 ! done only via CSS ! :) 2007-03-26 19:56 sylvieg * templates/: tiki-list_articles.tpl, tiki-listpages.tpl: [FIX]article, page: do not display page1/0 if no result 2007-03-26 19:48 sylvieg * templates/: tiki-searchindex.tpl, tiki-searchresults.tpl: [FIX] oops wrong div place 2007-03-26 19:23 sylvieg * lib/categories/categlib.php: [FIX]categ: categpath was sometimes missing in allcategs cache 2007-03-26 18:44 sylvieg * lib/cache/cachelib.php: cvs info 2007-03-26 16:38 sylvieg * lib/tikilib.php: [MOD]perms: more cleaning on perm on categ in new functions 2007-03-25 16:52 sylvieg * lang/es/language.php: [FIX]page thx casarizoma 2007-03-23 19:39 sylvieg * db/: tiki.sql, tiki_1.8to1.9.sql: [FIX] add index in tiki-links because complains about to many joins wiithout index 2007-03-22 18:16 sylvieg * templates/: tiki-searchindex.tpl, tiki-searchresults.tpl: [FIX]search: better to highlight the found like to associate the color 2007-03-22 14:34 sylvieg * lib/userslib.php: [FIX]optimisation: backport 1.10 - less requests for user in a lot of groups 2007-03-22 14:09 sylvieg * tiki-view_forum.php: [FIX]forum: can attach a file while editing an existing topic 2007-03-21 20:36 sylvieg * templates/tiki-list_articles.tpl: rollback 2007-03-21 15:35 sylvieg * lib/smarty_tiki/outputfilter.highlight.php, templates/tiki-searchindex.tpl, templates/tiki-searchresults.tpl: [FIX]highligh: fix the possibility to say a div has no highligh (the smarty comment was parsed) 2007-03-21 13:26 sylvieg * tiki-list_articles.php, templates/find.tpl: [FIX]articles: list categ 2007-03-21 12:10 sylvieg * tiki-view_forum.php, comments.php: [FIX]forum: oops do not check antibot for logged user 2007-03-21 03:05 marclaporte * lib/trackers/trackerlib.php: Tracker modification email notifications: Use mail template subject instead of hard-coded message 2007-03-20 22:53 sylvieg * lib/smarty_tiki/outputfilter.highlight.php: [FIX]highlight: give up with regular expression to have with /out right and left col - next step kill toggg 'regexp' that doesn not work 2007-03-20 19:35 sylvieg * lib/tikilib.php: [FIX]perm: admin not well test + more case un new perms function 2007-03-20 04:49 marclaporte * templates/tiki-list_articles.tpl: clearer text 2007-03-19 21:21 sylvieg * lib/smarty_tiki/outputfilter.highlight.php: [FIX]highlight: limit highlight to centercolumn 2007-03-19 14:08 sylvieg * tiki-setup.php: [FIX]breadcrumb: no reason to put a fixed description Home in the first crumb 2007-03-19 13:55 sylvieg * tiki-switch_lang.php: [FIX] do not add bl param if lang param is specified 2007-03-19 13:33 sylvieg * tiki-switch_lang.php: [FIX]bad url 2007-03-19 13:27 sylvieg * tiki-print_article.php: [FIX]article: print article must behave like print_page - no background, buttons... 2007-03-17 21:47 mose * setup.sh: [FIX] setup: minor fix for ACL conditional 2007-03-17 01:00 marclaporte * lib/wiki-plugins/wikiplugin_group.php: Better documentation of recent feature enhancements (notgroups and else) to GROUPS plugin. Dedicated to Benoit Gregoire of IleSansFil.org and WifiDog.org 2007-03-16 22:35 sylvieg * lib/smarty_tiki/function.phplayers.php: [FIX]highlight current page in phplayers: another desparate fix - lower case can only be considerated for a wiki page 2007-03-16 21:45 sylvieg * tiki-switch_lang.php: [FIX]lang: switxch_lang for tiki-read_article 2007-03-16 20:57 sylvieg * tiki-switch_lang.php: [FIX]lang: if url has lang=xx transforms it to lang=new_lang 2007-03-15 21:21 sylvieg * tiki-admin_trackers.php, templates/tiki-admin_trackers.tpl, templates/tiki-view_tracker_item.tpl: [MOD]tracker: tracker option to not show empty item field in tiki-view_tracker 2007-03-15 20:42 sylvieg * templates/tiki-view_tracker_item.tpl: [MOD]tracker: add a class field in each tr of a view tracker item that enables to customize the style 2007-03-15 17:05 sylvieg * modules/mod-last_articles.php: [MOD]articles: can filter mod-last_articles on lang and categId 2007-03-15 16:57 sylvieg * modules/mod-articles.php: [MOD]articles: can filter mod-articles on lang and categId 2007-03-15 16:52 sylvieg * tiki-view_articles.php: [MOD]articles: can filter view on lang 2007-03-15 16:47 sylvieg * templates/find.tpl, templates/tiki-list_articles.tpl, tiki-list_articles.php, tiki-listpages.php, templates/tiki-listpages.tpl: [MOD]articles: can filter on lang + factorisation find tpl + using lang and categId as url param 2007-03-14 18:40 sylvieg * tiki-browse_categories.php, templates/categobjects.tpl, templates/categpath.tpl, templates/tiki-browse_categories.tpl: [MOD]categ: some translations of the categ name 2007-03-14 17:25 sylvieg * lib/smarty_tiki/function.phplayers.php: oops 2007-03-14 17:13 sylvieg * lib/smarty_tiki/function.phplayers.php: [FIX]menu: do not open the previous menu if first level 2007-03-14 14:34 sylvieg * comments.php, tiki-view_forum.php, templates/comments.tpl, templates/tiki-view_forum.tpl: [MOD]forum/comment: insert the antibot feature for anonymous 2007-03-14 13:43 sylvieg * templates/: antibot.tpl, tiki-editpage.tpl: [MOD]antibot: extract the antibot code for reuse 2007-03-13 15:21 sylvieg * templates/categorize.tpl: [FIX]the cols used in categorize.tpl was interfering with cols used in textarea. I did not find a place where cols for categorize.tpl was defeined 2007-03-12 21:07 sylvieg * templates/tiki-upload_file.tpl: [FIX]img: refix WYSIWYG browse button 2007-03-12 19:21 sylvieg * templates/tiki-upload_file.tpl: [FIX]fgal: fix link if galleryId=0 2007-03-12 19:15 sylvieg * templates/tiki-upload_image.tpl: [FIX]img: the link to be inserted in wiki that is displayed must be relative 2007-03-12 18:59 sylvieg * templates/header.tpl: [FIX] complete the comment to be able to put the page description in the title if you use breadcrumb 2007-03-12 14:29 sylvieg * tiki-admin_menu_options.php, templates/tiki-admin_menu_options.tpl: [MOD]menu: can specify number of lines 2007-03-09 13:00 sylvieg * tiki-switch_lang.php: [FIX]multiling: resolve the name for a wiki page in the tiki-switch_lang - some application may use the url (ex: highlight phlm menu) 2007-03-08 19:03 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: [MOD]tracker plugin: new param url to redirect to any url when item is creazted 2007-03-07 15:45 sylvieg * tiki-listpages.php, lib/tikilib.php, templates/tiki-listpages.tpl: [MOD]wiki: can filter on a category and the lang in list pages 2007-03-06 22:58 sylvieg * lib/smarty_tiki/function.phplayers.php: [FIX]menu: highlight tiki-index.php?page=page_fr and not tiki-index.php?page=page si the url is tiki-index.php?page_fr 2007-03-06 21:33 sylvieg * templates/tiki-user_menu.tpl: better fix 2007-03-06 18:05 sylvieg * tiki-admin_categories.php, templates/tiki-admin_categories.tpl: [FIX]tr: is useless to translate error in the tpl as it will be translated with the block function - so one call - better to do as usual 2007-03-05 18:00 sylvieg * templates/tiki-user_menu.tpl: [FIX]menu: fixed menu inserts also thje menuSection class to be able to indent 2007-03-05 17:23 sylvieg * styles/tikineat.css, styles/transitions/1.8to1.9.css, templates/tiki-admin_menu_options.tpl, templates/tiki-user_menu.tpl: [FIX] menu: a class menuSection to put some formatting for section > level 1 2007-03-05 16:36 sylvieg * lib/menubuilder/menulib.php, lib/smarty_tiki/function.phplayers.php, templates/tiki-admin_menu_options.tpl, templates/tiki-user_menu.tpl: [NEW]menu: tw +phplm menus can handle section level 2,3,4 (easy to add more) 2007-03-05 15:11 sylvieg * tiki-admin_menu_options.php: [MOD]menu: propose the new postion to max+2 to let a little bit of space 2007-03-02 21:24 sampaioprimo * lang/pt-br/language.php: one string translation 2007-03-02 21:18 luciash * templates/: tiki-top_bar.tpl, styles/simple/tiki-top_bar.tpl, styles/neat/tiki-top_bar.tpl: [MOD] change "This is Tikiwiki ..." to the actual year 2007 2007-03-02 19:52 sylvieg * tiki-index.php: [FIX]categ perm: do not show edit button for a page with special perm on categ tiki_p_view_categ for anonynmous... because of the ambiguity tiki_p_view_categories gives tiki_p_edit ... as tiki_editpage will give perm denied - take away the button in tiki-index.php->rewrite on the way 2007-03-02 19:23 sylvieg * templates/tiki-upload_file.tpl: [FIX]fgal: wysiwyg with batch upload file 2007-03-02 19:18 sylvieg * templates/tiki-upload_file.tpl: backport msg to explain batch upload 2007-03-02 19:15 sylvieg * templates/tiki-list_file_gallery.tpl: [FIX] missing tr 2007-03-02 19:08 sylvieg * lib/trackers/trackerlib.php, templates/tiki-view_tracker.tpl: forgotten commit 2007-03-02 18:51 sylvieg * templates/: tiki-mods_admin.tpl, tiki-browse_gallery.tpl: [FIX] missing tr 2007-03-02 18:38 sylvieg * templates/tiki-page.tpl: [FIX] missing tr 2007-03-02 14:57 luciash * lib/trackers/trkWithMirrorTablesLib.php, lang/fr/language.php, lang/gl/language.php, lang/pl/language.php, styles/simple.css, lang/ar/language.php, lib/hawhaw/hawiki.inc, lib/hawhaw/hawiki_cfg.inc, lib/hawhaw/hawiki_parser.inc, lib/hawhaw/hawtikilib.php, lib/wiki-plugins/wikiplugin_alink.php, lib/wiki-plugins/wikiplugin_aname.php, lib/wiki-plugins/wikiplugin_backlinks.php, lib/wiki-plugins/wikiplugin_catorphans.php, lib/wiki-plugins/wikiplugin_catpath.php, lib/wiki-plugins/wikiplugin_pluginmanager.php, lib/wiki-plugins/wikiplugin_quote.php, lib/wiki-plugins/wikiplugin_sf.php, lib/wiki-plugins/wikiplugin_showpages.php, lib/wiki-plugins/wikiplugin_wantedpages.php, lang/cn/language.php, lang/fi/language.php, lib/webmail/mail.php, lib/wiki-plugins/wikiplugin_fancytable.php, lib/wiki-plugins/wikiplugin_titlesearch.php, lang/fa/language.php, lang/ru/language.php, lang/it/language.php, lang/pt/language.php, lang/da/language.php, lang/cs/language.php, lib/Galaxia/README, lib/Galaxia/config.php, lib/Galaxia/config.tikiwiki.php, doc/devtools/README.txt, doc/devtools/tikilite.sh, doc/devtools/tikirelease.sh, doc/devtools/tikiwiki.spec, lang/de/language.php, db/tiki-1.9-sybase.sql, db/tiki.sql, db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql, db/tiki_1.8to1.9.sql, db/README.txt, db/tiki-1.9-mysql.sql, db/tiki-1.9-sqlite.sql, db/tiki-db.php, db/tiki-secdb_1.9_mysql.sql, doc/99_tiki-apache.conf, doc/readme.txt, lang/hu/language.php, img/flags/flagnames.php, lang/pt-br/language.php, lang/sb/language.php, templates/messu-download.tpl, templates/tiki-admin-include-trackers.tpl, templates/tiki-admin_security.tpl, templates/tiki-bot_bar.tpl, templates/tiki-mods.tpl, templates/tiki-mods_admin.tpl, templates/tiki-site_header.tpl, templates/tiki-top_bar.tpl, lang/ca/language.php, lang/es/language.php, lang/no/language.php, lang/en/language.php, lang/en-uk/language.php, lang/ja/language.php, lang/he/language.php, lang/nl/language.php, lib/rss/atom-style.css, lang/el/language.php, lang/hr/language.php, lang/ko/language.php, lang/tw/language.php, lib/mail/maillib.php, lib/rss/rss-style.css, lang/sr/language.php, db/profiles/basicEnabled.prf, lang/sv/language.php, lib/tikilib.php, lib/wiki-plugins-dist/wikiplugin_include.php, lib/wiki-plugins-dist/wikiplugin_lsdir.php, lang/sk/language.php, lib/wiki/pluginslib.php, lang/sr-latn/language.php, lang/tv/language.php, lang/uk/language.php, lib/sheet/grid.php, INSTALL, README, about.php, changelog.txt, copyright.txt, setup_smarty.php, tiki-admin_security.php, tiki-install.php, tiki-list_games.php, tiki-mobile.php, tiki-setup.php, templates/styles/simple/tiki-site_header.tpl, templates/styles/simple/tiki-top_bar.tpl, tests/core/init.scripts/00-include_path.php, tests/core/init.scripts/40-smarty.php, templates/modules/mod-assistant.tpl, templates/styles/damian/tiki-bot_bar.tpl, templates/styles/geo/tiki-bot_bar.tpl, templates/styles/tiki/tiki-top_tiki_bar.tpl, templates/styles/tikigod/tiki.tpl, templates/styles/trollparty/tiki-bot_bar.tpl, templates/styles/mose/tiki-bot_bar.tpl, templates/styles/neat/tiki-top_bar.tpl: [MOD] TikiWiki -> Tikiwiki 2007-03-02 14:08 luciash * lib/phplayers_tiki/lib/index.php: [UPD] copyright years to 2002-2007 (this is the last one i hope ;)) 2007-03-02 14:06 luciash * lib/phplayers/: index.php, DUMPS/index.php, LOGOS/index.php, lib/index.php, templates/index.php, THEMES/index.php, images/index.php, libjs/index.php: [UPD] copyright years to 2002-2007 2007-03-02 13:23 luciash * tiki-admin_banning.php, tiki-admin_calendars.php, tiki-admin_html_page_content.php, tiki-admin_include_gmap.php, tiki-download_item_attachment.php, tiki-error.php, tiki-handlers.php, tiki-map_rss.php, tiki-mobile.php, tiki-random_num_img.php, tiki-section_options.php, tiki-upload_image.php, tiki-view_forum_thread.php, tiki-admin_include_intertiki.php, tiki-admin_poll_options.php, tiki-assignpermission.php, tiki-my_tiki.php, tiki-notepad_list.php, tiki-objectpermissions.php, tiki-orphan_pages.php, tiki-search_stats.php, tiki-send_objects.php, tiki-setup.php, messu-read_archive.php, tiki-admin_chat.php, tiki-admin_drawings.php, tiki-admin_include_polls.php, tiki-admin_include_score.php, tiki-backup.php, tiki-directory_admin_sites.php, tiki-edit_structure.php, tiki-g-my_instances.php, tiki-list_games.php, tiki-list_trackers.php, tiki-user_watches.php, tiki-view_articles.php, article_image.php, tiki-admin_include_fgal.php, tiki-admin_include_rss.php, tiki-admin_include_siteid.php, tiki-admin_layout.php, tiki-admin_quicktags.php, tiki-login.php, tiki-page.php, tiki-pick_avatar.php, tiki-read_article.php, tiki-searchresults.php, tiki-send_newsletters.php, tiki-slideshow.php, tiki-view_chart.php, topic_image.php, index.php, messu-mailbox.php, messu-read.php, tiki-admin_include_faqs.php, tiki-admin_menu_options.php, tiki-calendar_import.php, tiki-change_password.php, tiki-chat.php, tiki-edit_question_options.php, tiki-g-save_process.php, tiki-install.php, tiki-list_contents.php, tiki-live_support_chat_window.php, tiki-login_validate.php, tiki-minical_prefs.php, tiki-minical_reminders.php, tiki-pagination.php, tiki-print.php, tiki-take_quiz.php, messu-sent.php, tiki-admin_chart_items.php, tiki-admin_include_trackers.php, tiki-mods_admin.php, tiki-notepad_get.php, tiki-pdf.php, tiki-view_irc.php, tiki-wiki_rankings.php, tiki-admin_polls.php, tiki-directory_admin.php, tiki-directory_admin_categories.php, tiki-edit_templates.php, tiki-g-admin_activities.php, tiki-g-user_activities.php, tiki-graph_sheet.php, tiki-list_gallery.php, tiki-theme_control.php, tiki-theme_control_sections.php, tiki-userfiles.php, tiki-view_eph.php, tiki-view_minical_topic.php, categorize.php, comments.php, messu-compose.php, tiki-admin_include_features.php, tiki-directory_admin_related.php, tiki-edit_blog.php, tiki-g-my_activities.php, tiki-image_gallery_rss.php, tiki-imexport_languages.php, tiki-list_banners.php, tiki-newsreader_news.php, tiki-pv_chart.php, tiki-searchindex.php, tiki-view_faq.php, tiki-view_sheets.php, tiki-list_faqs.php, categorize_list.php, poll_categorize.php, tiki-admin_include_i18n.php, tiki-admin_include_login.php, tiki-admin_include_maps.php, tiki-admin_include_wiki.php, tiki-blog_post.php, tiki-blog_rss.php, tiki-directory_search.php, tiki-download_userfile.php, tiki-edit_article.php, tiki-layout_options.php, tiki-mytiki_shared.php, tiki-pagesetup.php, tiki-referer_stats.php, tiki-rename_page.php, tiki-survey_stats_survey.php, tiki-user_bookmarks.php, tiki-view_blog.php, tiki-view_chart_item.php, tiki-view_tracker.php, tiki-admin.php, tiki-admin_include_metatags.php, tiki-admin_include_search.php, tiki-admin_notifications.php, tiki-admin_structures.php, tiki-chatroom.php, tiki-create_webhelp.php, tiki-directories_rss.php, tiki-directory_redirect.php, tiki-editpage.php, tiki-eph_admin.php, tiki-export_wiki_pages.php, tiki-file_galleries_rankings.php, tiki-g-admin_processes.php, tiki-g-run_activity.php, tiki-import_sheet.php, tiki-live_support_transcripts.php, tiki-map_edit.php, tiki-mods.php, tiki-modules.php, tiki-newsreader_groups.php, tiki-newsreader_read.php, tiki-send_blog_post.php, tiki-take_survey.php, tiki-tc.php, tiki-view_blog_post_image.php, tiki-wap.php, remote.php, tiki-admin_charts.php, tiki-admin_include_gal.php, tiki-adminusers.php, tiki-categpermissions.php, tiki-g-monitor_instances.php, tiki-g-user_instances.php, tiki-g-user_processes.php, tiki-g-view_workitem.php, tiki-history_sheets.php, tiki-login_scr.php, tiki-newsreader_servers.php, tiki-quiz_result_stats.php, tiki-setup_base.php, tiki-view_tracker_item.php, tiki-webmail.php, tiki-webmail_download_attachment.php, tiki-admin_include_directory.php, tiki-admin_include_general.php, tiki-admin_security.php, tiki-admin_trackers.php, tiki-charts.php, tiki-chat_box.php, tiki-edit_image.php, tiki-edit_programmed_content.php, tiki-edit_quiz_results.php, tiki-forum_queue.php, tiki-image_galleries_rss.php, tiki-print_blog_post.php, tiki-received_articles.php, tiki-slideshow2.php, messu-read_sent.php, setup.sh, tiki-admin_menus.php, tiki-admin_newsletters.php, tiki-admin_topics.php, tiki-admin_tracker_fields.php, tiki-blog_rankings.php, tiki-calendar.php, tiki-cms_rankings.php, tiki-edit_quiz.php, tiki-editdrawing.php, tiki-forums_rss.php, tiki-index_p.php, tiki-live_support_client.php, tiki-logout.php, tiki-map_history.php, tiki-old_polls.php, tiki-page_loader.php, tiki-pagepermissions.php, tiki-user_tasks.php, tiki-view_banner.php, display_banner.php, tiki-admin_cookies.php, tiki-admingroups.php, tiki-chat_loader.php, tiki-directory_browse.php, tiki-forums.php, tiki-galleries_rankings.php, tiki-list_file_gallery.php, tiki-list_surveys.php, tiki-live_support_chat_frame.php, tiki-mailin-code.php, tiki-pagehistory.php, tiki-print_multi_pages.php, tiki-print_pages.php, tiki-remind_password.php, tiki-rollback.php, tiki-tracker_rss.php, tiki-upload_file.php, tiki-usermenu.php, tiki-xmlrpc_services.php, messu-archive.php, select_banner.php, tiki-admin_forums.php, tiki-admin_include_blogs.php, tiki-admin_system.php, tiki-browse_image.php, tiki-custom_home.php, tiki-g-monitor_workitems.php, tiki-show_user_avatar.php, tiki-user_information.php, banner_image.php, copyrights.php, fixperms.sh, jhot.php, tiki-admin_include_calendar.php, tiki-admin_include_webmail.php, tiki-admin_links.php, tiki-admin_mailin.php, tiki-admin_newsletter_subscriptions.php, tiki-article_types.php, tiki-assignuser.php, tiki-debug_console.php, tiki-directory_validate_sites.php, tiki-edit_css.php, tiki-forum_rss.php, tiki-galleries.php, tiki-index_raw.php, tiki-list_posts.php, tiki-list_quizzes.php, tiki-live_support_admin.php, tiki-quiz_stats.php, tiki-received_pages.php, tiki-user_assigned_modules.php, tiki-wiki_rss.php, setup_smarty.php, tiki-admin_external_wikis.php, tiki-admin_include_userfiles.php, tiki-admin_survey_questions.php, tiki-articles_rss.php, tiki-browse_gallery.php, tiki-chat_users.php, tiki-directory_ranking.php, tiki-download_forum_attachment.php, tiki-edit_submission.php, tiki-edit_translation.php, tiki-eph.php, tiki-export_tracker.php, tiki-file_gallery_rss.php, tiki-g-admin_instance.php, tiki-g-admin_shared_source.php, tiki-g-monitor_processes.php, tiki-index.php, tiki-mailin.php, tiki-phpinfo.php, tiki-quiz_edit.php, tiki-quiz_stats_quiz.php, tiki-shoutbox.php, tiki-user_cached_bookmark.php, tiki-userversions.php, tiki-view_forum.php, tiki-webmail_contacts.php, show_image.php, tiki-admin_hotwords.php, tiki-admin_html_pages.php, tiki-admin_include_cms.php, tiki-admin_include_wikiatt.php, tiki-admin_rssmodules.php, tiki-admin_shoutbox_words.php, tiki-config_pdf.php, tiki-contact.php, tiki-directory_add_site.php, tiki-list_blogs.php, tiki-list_cache.php, tiki-live_support_server.php, tiki-module_controls.php, tiki-poll_results.php, tiki-usage_chart.php, commxmlrpc.php, received_article_image.php, tiki-admin_dsn.php, tiki-browse_categories.php, tiki-download_wiki_attachment.php, tiki-forums_reported.php, tiki-g-monitor_activities.php, tiki-live_support_message.php, tiki-minical.php, tiki-newsletters.php, tiki-notepad_write.php, tiki-sheets.php, tiki-theme_control_objects.php, banner_click.php, get_strings.php, tiki-admin_categories.php, tiki-admin_content_templates.php, tiki-admin_include_community.php, tiki-admin_include_forums.php, tiki-blogs_rss.php, tiki-calendars_rss.php, tiki-directory_rss.php, tiki-forum_rankings.php, tiki-g-admin_instance_activity.php, tiki-g-admin_roles.php, tiki-import_structuredtext.php, tiki-lastchanges.php, tiki-likepages.php, tiki-list_articles.php, tiki-listpages.php, tiki-live_support_console.php, tiki-map_download.phtml, tiki-minical_export.php, tiki-poll_form.php, tiki-removepage.php, tiki-survey_stats.php, tiki-user_preferences.php, tiki-view_blog_post.php, tiki-view_cache.php, tiki-view_tracker_more_info.php, about.php, messu-broadcast.php, tiki-admin_modules.php, tiki-admin_surveys.php, tiki-backlinks.php, tiki-edit_languages.php, tiki-edit_quiz_questions.php, tiki-export_pdf.php, tiki-export_sheet.php, tiki-faq_questions.php, tiki-featured_link.php, tiki-file_galleries_rss.php, tiki-g-admin_graph.php, tiki-list_submissions.php, tiki-newsletter_archives.php, tiki-notepad_read.php, tiki-print_article.php, tiki-remote_backup.php, tiki-stats.php, tiki-edit_banner.php, tiki-map_upload.php, templates/styles/neat/modules/index.php, templates/mail/index.php, templates/modules/index.php, templates/styles/mose/index.php, templates/styles/simple/index.php, templates/styles/simple/modules/index.php, templates/styles/tiki/modules/index.php, templates/tables/index.php, templates/debug/index.php, templates/styles/codex/index.php, templates/styles/mose/modules/index.php, templates/styles/neat/index.php, templates_c/index.php, tikimovies/index.php, whelp/index.php, templates/styles/tiki/index.php, tests/index.php, templates/map/index.php, templates/styles/index.php, templates/styles/geo/index.php, templates/styles/geo/modules/index.php, templates/styles/notheme/index.php, templates/styles/moreneat/modules/index.php, templates/styles/moreneat/index.php: [UPD] copyright years to 2002-2007 2007-03-02 13:18 luciash * lib/imagegals/imagegallib.js, lib/imagegals/index.php, lib/jscalendar/index.php, lib/mods/index.php, lib/modules/index.php, lib/pear/Date/index.php, lib/pear/HTTP/docs/index.php, lib/polls/index.php, lib/games/index.php, lib/init/index.php, lib/live_support/index.php, lib/newsreader/index.php, lib/pear/Auth/Container/index.php, lib/pear/XML/index.php, lib/score/events.php, lib/score/index.php, lib/search/index.php, lib/hotwords/index.php, lib/htmlarea/index.php, lib/pdflib/index.php, lib/pear/XML/Tree/index.php, lib/refererstats/index.php, lib/registration/index.php, lib/notifications/index.php, lib/quicktags/index.php, lib/tikihelp/icons/index.php, lib/tail/index.php, styles/slides/index.php, lib/userprefs/index.php, lib/wiki-plugins/index.php, styles/BiDi/index.php, styles/neat/index.php, lib/sheet/excel/writer/index.php, lib/sheet/ole/pps/index.php, lib/structures/index.php, lib/userfiles/index.php, temp/mail_attachs/index.php, lib/smarty/index.php, lib/tikihelp/js/index.php, lib/webmail/index.php, templates/index.php, templates/tiki-view_irc.tpl, lib/sheet/excel/index.php, lib/smarty_tiki/index.php, lib/smarty_tiki/modifier.utf8unicode.php, styles/jalist2/index.php, styles/tiki/index.php, lib/taglines/index.php, styles/integrator/index.php, styles/index.php, styles/geo/index.php, lib/templates/index.php, styles/simple/index.php, lib/wiki-plugins-dist/index.php, modules/cache/index.php, styles/jalist/index.php, styles/mozilla/index.php, lib/stats/index.php, lib/trackers/index.php, modules/index.php, temp/cache/index.php, styles/notheme/index.php, lib/surveys/index.php, lib/tasks/index.php, lib/tikihelp/menu/index.php, lib/usermodules/index.php, styles/subsilver/index.php, styles/transitions/index.php, lib/wiki/index.php, styles/boreal/index.php, styles/codex/index.php, styles/slideshows/index.php, lib/tikihelp/css/index.php, lib/sheet/index.php, lib/themecontrol/index.php, lib/tikihelp/index.php, styles/tranquil/index.php, temp/index.php, lib/shoutbox/index.php, lib/tree/index.php, lib/usermenu/index.php, styles/dblue/index.php, styles/mose/index.php, lib/sheet/ole/index.php, popups/index.php: [UPD] copyright years to 2002-2007 2007-03-02 13:15 luciash * lib/: Galaxia/img/index.php, Galaxia/compiler/index.php, Galaxia/img/icons/index.php, Galaxia/processes/index.php, Galaxia/src/API/index.php, Galaxia/src/ProcessMonitor/index.php, ephemerides/index.php, events/index.php, Galaxia/log/index.php, debug/index.php, drawings/index.php, faqs/index.php, filegals/index.php, Galaxia/src/index.php, Galaxia/src/API/activities/index.php, Galaxia/src/common/index.php, dcs/index.php, directory/index.php, Date/index.php, Galaxia/docs/index.php, Galaxia/src/GUI/index.php, Galaxia/src/Observers/index.php, Galaxia/src/ProcessManager/index.php, Galaxia/index.php, featured_links/index.php, messu/index.php, jgraphpad/index.php, mailin/index.php, pear/Auth/index.php, homework/index.php, irc/index.php, irc/irclib.php, irc/split_logs.php, irc/tikiwiki.php, jscalendar/lang/index.php, menubuilder/index.php, mime/index.php, minical/index.php, pear/index.php, rss/index.php, newsletters/index.php, notepad/index.php, pear/HTTP/index.php, pear/Net/index.php, quizzes/index.php, quizzes/quizlib.php, htmlpages/index.php, hawhaw/index.php, integrator/index.php, rankings/index.php, htmlparser/index.php, map/index.php, map/usermap.php, pdflib/fonts/index.php, pear/DB/index.php: [UPD] copyright years to 2002-2007 2007-03-02 13:10 luciash * doc/devtools/index.php, doc/devtools/tiki-create_md5.php, img/trackers/index.php, games/thumbs/index.php, doc/index.php, img/icons/index.php, img/smiles/index.php, img/wiki/index.php, img/webmail/index.php, db/convertscripts/index.php, files/index.php, img/index.php, img/tiki/index.php, images/index.php, db/oracle/index.php, games/index.php, games/flash/index.php, backups/index.php, dump/index.php, img/avatars/index.php, img/mytiki/index.php, img/wiki_up/index.php, img/flags/index.php, bin/index.php, db/index.php, db/profiles/index.php, img/icons2/index.php, img/icn/index.php, lang/sr/index.php, lang/index.php, lang/it/index.php, lang/langmapping.php, lib/commcenter/index.php, lib/breadcrumblib.php, lang/cn/index.php, lib/Babelfish.php, lib/index.php, lib/tikihelplib.php, lib/backups/index.php, lib/ban/index.php, lang/de/index.php, lang/ja/index.php, lang/ko/index.php, lang/pt-br/index.php, lib/copyrights/index.php, lang/cs/index.php, lang/da/index.php, lang/en/index.php, lang/no/index.php, lang/he/index.php, lang/sk/index.php, lib/admin/index.php, lib/articles/index.php, lib/blogs/index.php, lang/ca/index.php, lang/fi/index.php, lang/tw/index.php, lang/nl/index.php, lang/pl/index.php, lang/sv/index.php, lib/cache/index.php, lib/calendar/index.php, lang/es/index.php, lib/bookmarks/index.php, lib/categories/index.php, lib/chat/index.php, lib/compat/index.php, lang/ar/index.php, lang/en-uk/index.php, lib/banners/index.php, lib/charts/index.php, lang/el/index.php, lang/fa/index.php, lang/fr/index.php, lang/pt/index.php, lang/ru/index.php, lang/sr-latn/index.php: [UPD] copyright years to 2002-2007 2007-03-02 12:39 luciash * README, lang/gl/index.php: [UPD] copyright years 2002-2006 > 2002-2007 :-p 2007-03-02 12:00 luciash * lib/tree/categ_browse_tree.php, lib/tree/tree.php, templates/tiki-browse_categories.tpl: [ENH] better use of ul instead of tables 2007-03-02 11:57 luciash * lib/tree/categ_admin_tree.php: [FIX] xhtml validity 2007-03-01 16:20 sylvieg * tiki-edit_translation.php, templates/tiki-edit_translation.tpl: [FIX]translation: Do not display the objects that has no lang or same lang than the current object+ avoid error if select 2 times the same objects (TODO rewrite this interface) 2007-03-01 15:57 sylvieg * lib/tikilib.php: [FIX] a better perm managment + list_pages return lang 2007-02-28 17:20 sylvieg * tiki-special_chars.php: [MOD]wiki: add +- in pecial char 2007-02-27 18:48 sylvieg * tiki-view_tracker.php, tiki-view_tracker_item.php: [FIX]tracker: use multibyte substring is package is installed to have the right limit to a textarea field 2007-02-27 16:56 marclaporte * templates/: tiki-editpage.tpl, styles/gemsi/tiki-page_bar.tpl, styles/neat/tiki-editpage.tpl, styles/neat/tiki-show_page.tpl, styles/tiki/tiki-show_page.tpl: Make export wiki page links only appear when feature is activated (from tiki-admin.php?page=wiki) 2007-02-27 16:16 sylvieg * styles/hec.css: [FIX]style: take away the background has it has not been provided 2007-02-26 23:47 sylvieg * tiki-view_tracker.php: [FIX]tracker: to avoid some notice- do not create a value if no fieldId 2007-02-26 23:29 sylvieg * tiki-list_trackers.php, templates/tiki-view_tracker.tpl, templates/tiki-view_tracker_item.tpl, db/tiki.sql, db/profiles/basicEnabled.prf: [NEW]tiki_p_list_trackers: new perm - must be added manually for the moment in the database (I will do a script) 2007-02-25 23:03 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: [FIX]tracker plugin: to be able to have 2 tracker plugins in the same page with different fields 2007-02-24 21:50 sylvieg * lib/wiki-plugins/wikiplugin_split.php: [FIX]plufin split: reverse back behavior is not param specified - see the result in the picture in http://doc.tikiwiki.org/PluginSplit 2007-02-22 11:27 sylvieg * templates/mail/moderate_validation_mail.tpl: rollback 2007-02-22 11:27 xeno_tt * tiki-register.php: - revert to -r1.33.2.25, bad fix 2007-02-22 11:22 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php, templates/tiki-plugin_trackerlist.tpl: [FIX]trackerlist: test the local perm on an object 2007-02-22 11:20 sylvieg * lib/tikilib.php: [MOD]perm: new function get_perm_object that set globally+smarty or return in a hash all ther perms of the object(done only for tracker perms now) 2007-02-22 10:40 xeno_tt * tiki-register.php, templates/mail/moderate_validation_mail.tpl: - Moved "<>" from templates/mail/moderate_validation_mail.tpl to tiki-register.php. Somehow the "<{$mail_email}>" confuses smarty and replaces all "}?" by "}" afterwards. 2007-02-21 17:15 xeno_tt * messu-read.php: - cosmetic: set unread count to 0 if no more messages are available. 2007-02-21 16:37 xeno_tt * lib/messu/messulib.php: - call httpPrefix directly from $this because MessuLib extends TikiLib. 2007-02-21 15:57 xeno_tt * templates/modules/mod-events.tpl: - cast mktime's arguments to integer to let it work with php5 2007-02-21 15:15 xeno_tt * styles/default.css: - fixed two syntax errors * missing '/' infront of "* Links to extend/collapse menus */" * llistfileslink:active had its '.' in the line above 2007-02-21 02:44 marclaporte * styles/boreal.css: Boreal style: make trackers easier to use and forums look nicer 2007-02-20 14:23 sylvieg * tiki-view_tracker.php: [FIX]tracker: if a tracker has a categ that has perms(view or admin) for a group, this group can see the tracker items even if no tiki_p_view_trackers 2007-02-20 14:05 sylvieg * tiki-index.php: [FIX]wiki: if a page has a categ with a perm on the categ for a group, you can see and edit(you already can edit) this page if you are in the group even if you do not have global tiki_p_view/tiki_p_edit 2007-02-20 12:46 marclaporte * templates/tiki-view_tracker.tpl: translation fix 2007-02-20 12:22 sylvieg * tiki-view_tracker.php, tiki-view_tracker_item.php: [FIX]tracker: if tiki_p_admn_trackers as local perm->give all the other perms 2007-02-20 11:14 sylvieg * tiki-view_tracker_item.php: [FIX]tracker: be able to save your user tracker even in no tiki_p_mofify_tracker_item 2007-02-20 11:12 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: do not show 'back item list' when no tiki_p_view_trackers 2007-02-20 00:35 sylvieg * tiki-view_tracker_item.php, templates/tiki-view_tracker_item.tpl: [FIX]tracker: can view and edit your user tracker (only wih param=+view even if no tiki_p_view_trackers 2007-02-17 20:54 marclaporte * lang/fr/language.php: Slight improvment to the French translation 2007-02-17 17:12 marclaporte * styles/boreal.css: Boreal style: making tabs easier to read on hover 2007-02-17 16:59 marclaporte * templates/: tiki-admingroups.tpl, tiki-assignpermission.tpl, tiki-assignuser.tpl: User & group administration panels. 1- WYSIWYCA (only full admins can manage groups, not tiki_p_admin_users) 2- Make more consistent admin links (always same order & style) 2007-02-17 16:03 marclaporte * styles/boreal.css: Boreal style: minor tweak so text in tables is legible on dark background 2007-02-17 03:50 marclaporte * styles/boreal.css: adding rbox style to boreal.css, for remarks box (note/warning/tip/comment) 2007-02-17 03:33 marclaporte * styles/boreal.css: making hover in table listings look good in Boreal style 2007-02-16 22:35 marclaporte * img/flags/flagnames.php.~1.1.2.7.~: [no log message] 2007-02-14 19:29 luciash * lang/cs/language.php: [ENH] more translated 2007-02-13 20:32 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: [MOD]tracker: new option, drop-down field with an other textfield 2007-02-13 19:36 sylvieg * lib/trackers/trackerlib.php, templates/tiki-view_tracker_item.tpl, tiki-view_tracker.php, tiki-view_tracker_item.php, templates/tiki-view_tracker.tpl: [MOD]tracker: new option, drop-down filed with an other textfield 2007-02-12 19:26 sylvieg * lib/webmail/tikimaillib.php: [FIX]Newsletters: convert some characters that exist in utf8 but do not exist in iso-8859-1 into html entities or approximative text form ( solve some problem when copy/paste from windows). TODO: extend the list 2007-02-10 20:16 sylvieg * lang/fr/language.php, lib/smarty_tiki/block.sortlinks.php: [FIX]accent: sort correctly without considering accent: Please translator adjust the function - I do not find a generic function to do this 2007-02-10 19:57 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: sort translated countries 2007-02-10 19:52 sylvieg * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: [FIX]tracker: do not show flag in not wanted 2007-02-10 19:41 sylvieg * lang/fr/language.php: countries translation 2007-02-10 15:41 sylvieg * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: a better handling of none and empty coutries 2007-02-10 14:51 sylvieg * templates/tiki-view_tracker.tpl: oops let other 2007-02-10 14:44 sylvieg * templates/: tiki-view_tracker_item.tpl, tiki-view_tracker.tpl: [FIX]tracker: country 2007-02-10 01:36 marclaporte * templates/styles/smartiki/error.tpl: Error page should respect bottom bar yes/no setting 2007-02-10 00:14 sylvieg * img/flags/Philippines.gif: typo ->duplicate icon, will slq upgrade in 1.10 2007-02-09 23:39 sylvieg * lib/trackers/trackerlib.php: [MOD]tracker: a help message 2007-02-09 17:33 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: if display user field but can not change, the fieldID is reset to 0-> must skip in replace not to scratch last field 2007-02-09 14:40 sylvieg * lang/tw/language.php: [FIX] rollback to the latest version having chinese characters - was completly lost by rlpowell on 2/8/05 2007-02-09 00:12 sylvieg * lib/smarty_tiki/block.tikimodule.php: oops 2007-02-09 00:04 sylvieg * lib/smarty_tiki/block.tikimodule.php: [FIX]module: strip tags to the content if the content is used in the title 2007-02-08 22:48 sylvieg * templates/tiki-edit_translation.tpl: [FIX]multilingual: fix the 'add to set'button 2007-02-08 20:37 sylvieg * img/flags/Cote_d_Ivoire.gif: sorry must update the database to delete the file 2007-02-08 20:30 sylvieg * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: [FIX]tracker: translate the flag name everywhere and take away the underscrores 2007-02-08 20:03 sylvieg * img/flags/readme.txt: a readme to remember it is from famfam 2007-02-08 19:44 sylvieg * img/flags/: Afghanistan.gif, Aland_Islands.gif, Albania.gif, Algeria.gif, American_Samoa.gif, Andorra.gif, Angola.gif, Anguilla.gif, Antigua.gif, Argentina.gif, Armenia.gif, Aruba.gif, Australia.gif, Austria.gif, Azerbaijan.gif, Bahamas.gif, Bahrain.gif, Bangladesh.gif, Barbados.gif, Belarus.gif, Belgium.gif, Belize.gif, Benin.gif, Bermuda.gif, Bhutan.gif, Bolivia.gif, Bosnia_and_Herzegovina.gif, Botswana.gif, Bouvet_Island.gif, Brazil.gif, British_Indian_Ocean_Territory.gif, British_Virgin_Islands.gif, Brunei.gif, Bulgaria.gif, Burkina_Faso.gif, Burundi.gif, Cambodia.gif, Cameroon.gif, Canada.gif, Cape_Verde.gif, Catalan_Countries.gif, Cayman_Islands.gif, Central_African_Republic.gif, Chad.gif, Chile.gif, China.gif, Christmas_Island.gif, Cocos_Islands.gif, Colombia.gif, Comoros.gif, Congo.gif, Congo_Democratic.gif, Cook_Islands.gif, Costa_Rica.gif, Croatia.gif, Cuba.gif, Cyprus.gif, Czech_Republic.gif, Denmark.gif, Djibouti.gif, Dominica.gif, Dominican_Republic.gif, Ecuador.gif, Egypt.gif, El_Salvador.gif, Equatorial_Guinea.gif, Eritrea.gif, Estonia.gif, Ethiopia.gif, Europe.gif, Falkland_Islands.gif, Faroe_Islands.gif, Federated_States_of_Micronesia.gif, Fiji.gif, Finland.gif, France.gif, French_Guiana.gif, French_Polynesia.gif, French_Southern_Territories.gif, Gabon.gif, Gambia.gif, Georgia.gif, Germany.gif, Ghana.gif, Gibraltar.gif, Greece.gif, Greenland.gif, Grenada.gif, Guadeloupe.gif, Guam.gif, Guatemala.gif, Guinea.gif, Guinea_Bissau.gif, Guyana.gif, Haiti.gif, Heard_Island_and_McDonald_Islands.gif, Honduras.gif, Hong_Kong.gif, Hungary.gif, Iceland.gif, India.gif, Indonesia.gif, Iran.gif, Iraq.gif, Ireland.gif, Israel.gif, Italy.gif, Ivory_Coast.gif, Jamaica.gif, Japan.gif, Jordan.gif, Kazakstan.gif, Kenya.gif, Kiribati.gif, Kuwait.gif, Kyrgyzstan.gif, Laos.gif, Latvia.gif, Lebanon.gif, Lesotho.gif, Liberia.gif, Libya.gif, Liechtenstein.gif, Lithuania.gif, Luxemburg.gif, Macao.gif, Macedonia.gif, Madagascar.gif, Malawi.gif, Malaysia.gif, Maldives.gif, Mali.gif, Malta.gif, Marshall_Islands.gif, Martinique.gif, Mauritania.gif, Mauritius.gif, Mayotte.gif, Mexico.gif, Moldova.gif, Monaco.gif, Mongolia.gif, Montenegro.gif, Montserrat.gif, Morocco.gif, Mozambique.gif, Myanmar.gif, Namibia.gif, Nauru.gif, Nepal.gif, Netherlands.gif, Netherlands_Antilles.gif, New_Caledonia.gif, New_Zealand.gif, Nicaragua.gif, Niger.gif, Nigeria.gif, Niue.gif, None.gif, Norfolk_Island.gif, North_Korea.gif, Northern_Mariana_Islands.gif, Norway.gif, Oman.gif, Other.gif, Pakistan.gif, Palau.gif, Palestine.gif, Panama.gif, Papua_New_Guinea.gif, Paraguay.gif, Peru.gif, Phillippines.gif, Pitcairn.gif, Poland.gif, Portugal.gif, Puerto_Rico.gif, Quatar.gif, Reunion.gif, Romania.gif, Russia.gif, Rwanda.gif, Saint_Helena.gif, Saint_Kitts_and_Nevis.gif, Saint_Lucia.gif, Saint_Pierre_and_Miquelon.gif, Samoa.gif, San_Marino.gif, Sao_Tome_and_Principe.gif, Saudi_Arabia.gif, Senegal.gif, Serbia.gif, Seychelles.gif, Sierra_Leone.gif, Singapore.gif, Slovakia.gif, Slovenia.gif, Solomon_Islands.gif, Somalia.gif, South_Africa.gif, South_Georgia_and_South_Sandwich_Islands.gif, South_Korea.gif, Spain.gif, Sri_Lanka.gif, St_Vincent_Grenadines.gif, Sudan.gif, Surinam.gif, Svalbard_and_Jan_Mayen.gif, Swaziland.gif, Sweden.gif, Switzerland.gif, Syria.gif, Taiwan.gif, Tajikistan.gif, Tanzania.gif, Thailand.gif, Timor-Leste.gif, Togo.gif, Tokelau.gif, Tonga.gif, Trinidad_Tobago.gif, Tunisia.gif, Turkey.gif, Turkmenistan.gif, Turks_and_Caicos_Islands.gif, Tuvalu.gif, US_Virgin_Islands.gif, Uganda.gif, Ukraine.gif, United_Arab_Emirates.gif, United_Kingdom.gif, United_States.gif, United_States_Minor_Outlying_Islands.gif, Uruguay.gif, Uzbekistan.gif, Vanuatu.gif, Vatican.gif, Venezuela.gif, Viet_Nam.gif, Wales.gif, Wallis_and_Futuna.gif, Western_Sahara.gif, World.gif, Yemen.gif, Yugoslavia.gif, Zambia.gif, Zimbabwe.gif, flagnames.php, flagnames.php.~1.1.2.7.~: [FIX]flags: famfam flags 2007-02-08 19:08 sylvieg * img/flags/Cote_d_Ivoire.gif: duplicate 2007-02-07 18:28 lack * lib/Galaxia/src/ProcessManager/ProcessManager.php: Fixed 'Notice: Undefined variable: mid' message which appears on a fresh install 2007-02-07 03:42 garygriffin * lib/rss/rsslib.php: Fix rss feeds with CDATA in link 2007-02-06 16:22 sylvieg * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: [FIX]tracker: no country is displayed as an empty value and not the none contry to be at the top of the drop down list 2007-02-05 20:20 marclaporte * lang/fr/language.php: enhancing French tranlsation 2007-02-04 18:37 lmoss * remote.php: Rollbacked backport that broke our Intertiki setup. This backport is not necessary since validate_user() does not return arrays in 1.9. 2007-02-02 19:55 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: [NEW]tracker plugin: New param view=user to be able to create a user tracker (careful do not work yet to edit a user tracker 2007-02-02 18:26 sylvieg * lib/userslib.php: [FIX]login: until the user is not validated, his password is provPass 2007-02-02 11:58 luciash * db/tiki-1.9-sqlite.sql: [UPD] updated using convertscripts/convertsqls.sh 2007-02-02 11:55 luciash * db/convertscripts/mysql3tosqlite.php: [FIX] SQLite: proper PRIMARY KEY column type INTEGER (e.g. to allow creation of autoincremented blogIds) 2007-02-01 22:07 franck * tiki-adminusers.php: [FIX]batch upload users: improve syntax checking and record reading 2007-02-01 18:57 sylvieg * lib/trackers/trackerlib.php: oops 2007-02-01 17:18 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: some tuning on email param 2007-02-01 17:09 sylvieg * lib/categories/categlib.php, tiki-admin_categories.php, templates/tiki-admin_categories.tpl: [FIX]categ: forbid to create a category with a name already existing at the level (it is impossible to delete them after in the interface...) 2007-02-01 16:38 sylvieg * lib/webmail/tikimaillib.php: [FIX]mail: the return path was incorrect - seems not to be used anyway 2007-01-31 23:53 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: [NEW]tracker: plugin with no option email(see doc on doc.tw.org) 2007-01-31 22:53 sylvieg * lib/trackers/trackerlib.php: missing global 2007-01-31 22:41 sylvieg * templates/tiki-admin_trackers.tpl: [FIX]tracker: the explanation for simplified email format was wrong 2007-01-31 20:26 sylvieg * lib/trackers/trackerlib.php: [MOD]tracker: 'simple' notification tries to use the email of the item if exits for anomymous tracker item creation 2007-01-31 20:22 luciash * templates/tiki-bot_bar.tpl: [ENH] make babelfish tpl inclusion optional 2007-01-31 19:11 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: check only a min (domain+syntax) on an email field as the complete check almost never works 2007-01-31 17:57 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: avoid notice when accessing user tracker for the first time 2007-01-31 17:28 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: select the default value in a drop down list if the field value is empty 2007-01-31 16:52 sylvieg * tiki-switch_lang.php: [FIX]lang: take away the switchLang param to be able to switch lang just after an url with a switchLang param 2007-01-31 06:31 luciash * db/convertscripts/mysql3tosqlite.php: [FIX] more SQLite fixes 2007-01-31 03:17 franck * tiki-map_edit.php: [FIX] TikiMaps can load mapfile >8kB 2007-01-31 02:48 luciash * db/convertscripts/mysql3tosqlite.php: [FIX] SQLite *can* do DROP TABLE IF EXISTS 2007-01-30 22:48 marclaporte * tiki-export_tracker.php: tiki_p_admin_trackers is sufficient to export trackers 2007-01-30 18:01 sylvieg * tiki-view_tracker_item.php: oops: wrong fix 2007-01-30 16:16 sylvieg * tiki-view_tracker_item.php: [FIX]tracker: memo selected categs instead of DB categs when edit an existing item tracker 2007-01-30 14:44 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]: tracker: still shown an empty choice if drop down mandatory when comin from a user tracker 2007-01-30 03:19 sylvieg * tiki-view_tracker_item.php: [FIX]tracker: when creating a user tracker, add the minumal field(isHidden)from the pattern 2007-01-30 03:03 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: mandatory was createdan empty field 2007-01-29 22:54 sylvieg * lib/userslib.php: [FIX]global must be with include 2007-01-29 22:48 sylvieg * lib/wiki-plugins/: wikiplugin_tracker.php, wikiplugin_trackerlist.php: [FIX]global must be with include 2007-01-29 22:37 sylvieg * tiki-view_tracker.php: [FIX]global must be with include 2007-01-29 17:15 sylvieg * lib/filegals/filegallib.php: [MOD]fgal: error msg if open fails 2007-01-28 19:06 mose * templates/tiki-directory_admin_sites.tpl: [MOD] directory: added link in admin view 2007-01-28 18:51 mose * tiki-directory_admin_sites.php, templates/tiki-directory_admin_sites.tpl: [MOD] directory: added a group-selection for delete several links at once 2007-01-26 18:47 sylvieg * lib/wiki-plugins/wikiplugin_group.php: [NEW]plugin group: new param notgroups 2007-01-26 17:06 sylvieg * lib/wiki-plugins/wikiplugin_trackerfilter.php: [FIX]tracker: delete duplicate in drop down for filter plugin 2007-01-26 16:57 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: [FIX]tracker: add an empty option for a dropdown optional 2007-01-25 20:12 sylvieg * lib/trackers/trackerlib.php, templates/tiki-view_tracker.tpl: [NEW]tracker: if a value is duplicated in a drop-down list, this value becomes the default value for the dropdown list 2007-01-25 20:07 sylvieg * db/: tiki-1.9-mysql.sql, tiki-1.9-oci8.sql, tiki-1.9-pgsql.sql, tiki-1.9-sqlite.sql, tiki-1.9-sybase.sql: sync 2007-01-25 17:14 sylvieg * lang/fr/language.php: typo 2007-01-25 02:51 mose * lib/messu/messulib.php, messu-broadcast.php, messu-compose.php: [FIX] usermessages: when sender email was not setup, user email was used for mail sending. added a check on user preference email_is_public to avoid privacy leak. also cleaned up some unused methods 2007-01-24 20:17 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: [MOD]tracker: the categ select all in plugin tracker too 2007-01-24 19:05 sylvieg * tiki-upload_file.php: [FIX]fgal: batch upload do not upload the zip + backport file can be ended by ZIP 2007-01-24 18:39 sylvieg * lib/pclzip.lib.php: Upgrade pclzip lib to the latest 2.5 2007-01-23 22:46 luciash * lang/cs/language.php: [ENH] more translated strings for tiki installer 2007-01-23 22:34 luciash * tiki-install.php: [ENH] better error message when failed to rename tiki-install.php (TODO: display it via i18n strings tpl) 2007-01-23 21:02 luciash * styles/tikineat.css: [FIX] same look and feel for the buttons as for the input type='submit' 2007-01-23 20:58 luciash * templates/tiki-install.tpl: [FIX] allowing translation of the submit buttons while keeping their original values 2007-01-23 19:14 luciash * templates/tiki-install.tpl: [FIX] missing tr for help icon link tooltip 2007-01-23 18:04 sylvieg * styles/tikineat.css, templates/tiki-view_tracker.tpl, templates/tiki-view_tracker_item.tpl: [MOD]tracker: optional 'select all' for a category field (option:parentid,x,1|0 where 1 will show the checkbox) + class categSelectAll+before the categs list 2007-01-23 18:00 luciash * lang/cs/language.php: [ENH] translated strings for tiki installer (tiki-install.php?lang=cs) 2007-01-23 16:04 luciash * lang/fr/language.php, lang/de/language.php, lang/ca/language.php, lang/fi/language.php, templates/tiki-admin_system.tpl: [FIX] corrected spelling in tpl + originals in already translated strings 2007-01-23 00:07 sylvieg * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: [FIX]tracker: some malformed html in category table 2007-01-22 21:31 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]oops: smarty error 2007-01-22 18:36 sylvieg * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: [MOD]tracker: 'select all' buttom in a category field input 2007-01-22 18:10 luciash * lang/cs/language.php: [ENH] some more translated strings to czech 2007-01-21 03:00 mose * templates/tiki-admin_newsletter_subscriptions.tpl, tiki-admin_newsletter_subscriptions.php, lib/newsletters/nllib.php: [MOD] newsletters: added a way to add multiple email addresses at once 2007-01-18 19:09 sylvieg * lib/registration/registrationlib.php, tiki-register.php: [FIX]: check email only syntax and domain (the connection to the server almost never works 2007-01-18 17:08 sylvieg * tiki-view_tracker.php: oops: unifie with tiki-view_tracker_item: tab=edit/view become show=view/mod 2007-01-18 17:00 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: clean the categories display 2007-01-18 16:19 sylvieg * lib/categories/categlib.php: [MOD]tracker: translate categories value 2007-01-18 16:09 sylvieg * lib/smarty_tiki/modifier.tr_if.php, templates/tiki-plugin_trackerlist.tpl, templates/tiki-view_tracker.tpl, templates/tiki-view_tracker_item.tpl, templates/wiki-plugins/wikiplugin_trackerfilter.tpl: [MOD]tracker: translate drop down value 2007-01-17 23:29 sylvieg * templates/: tiki-view_tracker.tpl, tiki-view_tracker_item.tpl: [MOD]tracker: some translation on drop-down values 2007-01-17 23:01 sylvieg * lib/wiki-plugins/wikiplugin_tracker.php: notice 2007-01-17 22:06 sylvieg * tiki-admin_tracker_fields.php, lib/trackers/trackerlib.php: [FIX]tracker: do not translate the field name in admin fields 2007-01-17 21:58 sylvieg * lib/trackers/trackerlib.php: [MOD]tracker: translate tracker label if multiligual is on 2007-01-17 21:33 sylvieg * tiki-listpages.php: [MOD]wiki: speed up list pages 2007-01-17 20:41 sylvieg * templates/wiki-discussion.tpl, tiki-setup.php, lib/init/tra.php: [FIX]lang: when using wiki-discussion, the site lang was loaded in and not the user lang (the tra function with another lang than the default does not work 2007-01-17 17:32 sylvieg * templates/tiki-view_tracker_item.tpl: [FIX]tracker: Do not show non selected categories- if somebody wants an option, tell me 2007-01-17 17:23 sylvieg * tiki-setup.php: [FIX]lang: to be able to change lang even if you can not change your pref 2007-01-17 16:36 sylvieg * templates/tiki-poll_results.tpl: [FIX]poll: avoid division by 0 2007-01-17 16:14 sylvieg * tiki-edit_translation.php: [FIX]translation: perm 2007-01-16 20:14 sylvieg * tiki-view_tracker_item.php: [FIX]tiki-view_tracker_item: when error while editing, display edit tab 2007-01-16 18:43 sylvieg * tiki-view_tracker.php: [MOD]tracker: double cookitab by tab=view or tab=edit for usability purpose 2007-01-16 17:18 sylvieg * lib/wiki-plugins/wikiplugin_split.php: [FIX]split: fixedsized=y => px width - fixedsized=n => %width - %colsize => %width 2007-01-16 01:05 sylvieg * tiki-adminusers.php: dirty fix for the login pattern - must be a pref.... 2007-01-14 14:35 sylvieg * templates/tiki-newsletters.tpl: [MOD]newsletter: put the feedback in an highlight box for usablity 2007-01-14 14:34 sylvieg * templates/tiki-admin_tracker_fields.tpl: [FIX]tracker: to see the param box of the textfield field the first time you display the page 2007-01-14 14:32 sylvieg * tiki-view_tracker.php: [MOD]tracker: to be able to display the insert tab by adding the param cookietab=2 in the url 2007-01-13 21:30 marclaporte * tiki-admin_rssmodules.php, templates/tiki-admin_rssmodules.tpl: [mod] RSS Refresh rate: 1- Changed default to 30 minutes (like 1.10) 2- Removed the 1 minute value. This makes Tiki slow (because Tiki is constantly refreshing the RSS) and causes support requests. 5 minutes is a reasonable minimum. 2007-01-12 20:18 sylvieg * lib/webmail/htmlMimeMail.php: [FIX] Only variable references should be returned by reference 2007-01-12 17:32 sylvieg * lib/smarty_tiki/function.phplayers.php: [FIX]phplayersMenu: to avoid index.php in menu to be highlight in on tiki-idnex.php 2007-01-12 16:03 sylvieg * lib/smarty_tiki/function.phplayers.php: [FIX]plm: some tuning around tiki-index.php and homepage 2007-01-12 00:44 sylvieg * lib/: tikilib.php, wiki-plugins/wikiplugin_articles.php: [MOD]plugin articles: additional param lang 2007-01-11 17:13 sylvieg * tiki-edit_translation.php, templates/tiki-edit_translation.tpl: [FIX]translation: locl perm for object + some cleaning 2007-01-11 02:38 fmk_ca * tiki-edit_article.php: Make sure is used when deleting cached image. Use article_image.php to display the image when editing an article, rather than creating a copy in /tmp 2007-01-10 23:27 xavidp * lang/ca/language.php: a couple of newsletter strings translated 2007-01-10 22:51 sylvieg * lib/smarty_tiki/function.phplayers.php: stripos is php5... 2007-01-10 22:46 sylvieg * lib/smarty_tiki/function.phplayers.php: again... 2007-01-10 21:32 sylvieg * comments.php: [FIX]comment: oops from the previous commit 2007-01-10 21:27 xavidp * lang/ca/language.php: and a few more 2007-01-10 21:17 xavidp * lang/ca/language.php: some more strings 2007-01-10 20:26 sylvieg * lib/smarty_tiki/: function.phplayers.php: [FIX]phplayersmenus.... 2007-01-10 20:20 sylvieg * lib/smarty_tiki/function.phplayers.php: [FIX]phplayersmenus.... 2007-01-10 18:22 sylvieg * lib/smarty_tiki/function.phplayers.php: [MOD]phpLayersMenu: hightlight the option who has the same url that the current one 2007-01-10 15:16 sylvieg * comments.php, lib/commentslib.php, templates/comments.tpl: [FIX]forum post: Do not display the filter bar if no answer to the topic + do not display message: 10,20... if less that 20 posts 2007-01-08 23:05 sylvieg * tiki-editpage.php, templates/tiki-editpage.tpl: [MOD]copyrights: if a page has already copyrights notice and you have perm, display a link to edit copyrights(to understand that in editpage it is only add an additional notice 2007-01-08 22:10 sylvieg * copyrights.php: [FIX]Copyrights: the script can be called directly 2007-01-07 22:33 sylvieg * templates/tiki-admin_tracker_fields.tpl: [FIX]tracker: hidden field not correctly selected - backport 1.10 2007-01-06 01:40 marclaporte * templates/comment.tpl: [FIX] Forums: in Headers Only mode (which is date & title), no need for author & message table header 2007-01-06 01:06 marclaporte * templates/comments.tpl: [FIX] Forums: do not show vote information when voting is not activated in that forum. 2007-01-05 20:58 marclaporte * styles/codex.css: fix codex theme for phplayersmenu vertical menu (can now be used without special parameter for the module) 2007-01-05 20:42 marclaporte * styles/tikineat.css: [FIX] Remove duplicate table width. This makes Tiki forums look a lot better in IE (They now look that same as Firefox & Opera 2007-01-05 20:30 marclaporte * styles/mozilla.css: fix mozilla theme for phplayersmenu vertical menu 2007-01-05 20:21 marclaporte * styles/tikineat.css: [MOD] Made fonts in edit boxes larger and easier to read 2007-01-05 20:19 marclaporte * styles/tikineat.css: [FIX]Fix phplayersmenu vertical for Firefox 2007-01-05 19:35 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: avoid notice if filter on 'choose a filter' 2007-01-05 19:30 sylvieg * lib/trackers/trackerlib.php: [FIX]tracker: the field chosen for initial filtering is the sort_mode field only if the field is visible 2007-01-05 18:06 sylvieg * lib/wiki/wikilib.php: [FIX]group by has no asc, desc option 2007-01-05 18:05 sylvieg * lib/tikilib.php: [FIX] missing back quote 2007-01-05 17:42 sylvieg * lib/tikilib.php: [FIX]wiki syntax ((page||Page-Desc)) must generate a title to the link Page-Desc and not ))Page-Desc(( 2007-01-05 14:27 sylvieg * tiki-view_forum.php: [FIX]forum: avoid sql error if forumId is incorrect 2007-01-05 09:47 marclaporte * styles/dblue.css: fix dblue theme for phplayersmenu vertical menu 2007-01-05 09:27 marclaporte * styles/codex.css: fix codex theme for phplayersmenu vertical menu 2007-01-05 09:04 marclaporte * styles/boreal.css: fix boreal theme for phplayersmenu vertical menu 2007-01-05 08:54 marclaporte * styles/bluegreen.css: fix bluegreen theme for phplayersmenu 2007-01-04 18:14 sylvieg * lib/: trackers/trackerlib.php, wiki-plugins/wikiplugin_tracker.php: cvs info 2007-01-04 16:57 sylvieg * tiki-view_tracker.php: [FIX]tracker: stronger sort_mode 2007-01-04 15:59 marclaporte * setup_smarty.php: Changing Smarty use of subdirectory (for cache) to always be false. This provides broader compatibility with various web host setups. Make sure to clear your templates_c after any Tiki upgrade, but especially this one. 2007-01-03 23:09 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]pluginfilter: filterfield can be an array 2007-01-02 23:15 mose * lang/fa/language.php: [MOD] lang farsi: timedout.net finished translation 2006-12-29 03:22 marclaporte * templates/tiki-gmap_usermap.tpl: [FIX] Google user map now works with Internet Explorer. Thank you Eidolon77 : http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=22521 2006-12-28 07:25 mose * lib/userslib.php: [MOD] auth: removed HTTP_ACCEPT_CHARSET from cookie matching as some browsers don't provide it 2006-12-27 12:01 marclaporte * templates/: comment.tpl, comments.tpl: [FIX] Forums: do not show vote information when voting is not activated in that forum. 2006-12-27 11:55 marclaporte * templates/tiki-view_forum_thread.tpl: [FIX] forum poster should not vote on his own post 2006-12-27 11:23 marclaporte * templates/tiki-view_forum.tpl: typo:made clearer what was commented 2006-12-27 04:18 marclaporte * lib/wiki-plugins/wikiplugin_skype.php: [FIX] typo 2006-12-27 04:07 marclaporte * lib/wiki-plugins/wikiplugin_flash.php: [ENH] now default values for width, height & quality if they are not set 2006-12-27 03:54 marclaporte * lib/wiki-plugins/wikiplugin_flash.php: [FIX] now possible to set quality of Flash plugin 2006-12-27 02:43 marclaporte * styles/olive-red.css: removed unused jukebox styles 2006-12-26 18:36 mose * lang/: langmapping.php, fa/index.php, fa/language.php: [NEW] farsi translation, provided by timedout.net 2006-12-26 17:54 mose * tiki-file_gallery_rss.php: [FIX] filegal: typo 2006-12-26 17:47 mose * tiki-tracker_rss.php: [FIX] trackers: made rss respect trackers perms 2006-12-26 17:44 mose * tiki-image_gallery_rss.php: [FIX] imagegal: made rss respect imagegal perms 2006-12-26 17:42 mose * tiki-file_gallery_rss.php: [FIX] filegal: made rss respect filegal perms 2006-12-26 17:33 mose * tiki-articles_rss.php: [FIX] articles: made rss respect topic perms 2006-12-26 17:31 mose * tiki-forum_rss.php: [FIX] forums: rss MUST respect permissions, damnit 2006-12-23 22:35 mose * templates/tiki-admin_layout.tpl: [FIX] layouts: missing end of form element (backport) 2006-12-22 23:39 mose * lib/blogs/bloglib.php: [KIL] blogs: inhibited trackback because using snoopy 2006-12-21 04:57 mose * lib/smarty_tiki/block.tikimodule.php, styles/tikineat.css, templates/module.tpl, templates/modules/user_module.tpl: [MOD] modules: added an optional parameter overflow=y specialy for phplm in ie. z-index still to be fixed in firefox 2006-12-20 22:45 marclaporte * templates/tiki-edit_translation.tpl: [MOD] showing first 80 characters in translation panel (instead of 40) 2006-12-20 19:45 mose * tiki-setup_base.php, tiki-login.php, lib/userslib.php: [MOD] auth: changed the way remember-me cookie is generated and handled, with a stronger system 2006-12-20 18:24 sylvieg * tiki-file_galleries.php: [FIX]fgal: missing include 2006-12-20 05:55 marclaporte * styles/tikineat.css: rollback changes. So modules are now clean as they were before but vertical phplayersmenus in modules are broken 2006-12-20 04:53 mose * styles/bluegreen.css, styles/codex.css, styles/dblue.css, styles/default.css, styles/default2.css, styles/elegant.css, styles/mose.css, templates/tiki.tpl, templates/styles/mose/tiki-top_bar.tpl, styles/smartiki.css, styles/subsilver.css, styles/tceti.css, styles/tikigod.css, styles/tikineat.css, styles/tranquil.css, styles/trollparty.css: [FIX] styles: fixing padding of centercolumn so icons don't get under right column on ie 2006-12-20 02:54 mose * styles/tikineat.css: [FIX] tikineat: why hide overflow in column ? it changes column width and don't look good at all 2006-12-20 02:33 mose * tiki-login.php: [FIX] auth: typo 2006-12-20 02:19 mose * tiki-login.php, lib/userslib.php: [FIX] users: made userlib and intertiki respect login pattern 2006-12-20 02:01 mose * tiki-adminusers.php: [FIX] users: made adminusers respect login pattern 2006-12-20 01:51 mose * tiki-register.php, tiki-setup_base.php: [FIX] register: fixed pattern for username check 2006-12-19 10:47 mose * lib/userslib.php: [FIX] auth: fix on min pass length check 2006-12-19 02:52 mose * lib/init/tra.php: [FIX] lang: missing file for translation function 2006-12-19 00:04 franck * tiki-setup_base.php, lib/smarty_tiki/block.tr.php: [ADD] Backported the possibility to have a custom.php language file 2006-12-18 16:18 sylvieg * tiki-directory_validate_sites.php: [FIX]directory: take away the confirm step in multiple delete (because the confirm step does not work if you do not give all the params in the url... and url have a limitted length 2006-12-18 00:01 mose * lib/userslib.php: [FIX] auth: missing global var 2006-12-16 19:41 sylvieg * tiki-editpage.php: oops trace 2006-12-15 20:04 sylvieg * lib/tikilib.php, tiki-poll_results.php, templates/tiki-poll_results.tpl: [MOD]poll: an admin can see who votes what + average if the option title begins with a numeric 2006-12-15 19:54 sylvieg * templates/tiki-editpage.tpl: a missing tr 2006-12-15 16:17 sylvieg * lib/trackers/trackerlib.php, tiki-view_tracker.php, templates/tiki-view_tracker.tpl: [FIX]tracker: on the initial line says on which field the initial is + the field is the sort_mode field is textual(text field, textarea, email) or the first main textual field 2006-12-14 22:01 sylvieg * tiki-view_tracker.php, lib/trackers/trackerlib.php: [FIX]tracker: backport from 1.10, items list pagination was broken 2006-12-14 20:25 sylvieg * tiki-view_tracker.php: oops 2006-12-14 18:22 sylvieg * tiki-view_tracker.php, templates/tiki-admin_trackers.tpl, lib/wiki-plugins/wikiplugin_trackerlist.php: [MOD]tracker: backport for dev.tw, sort items on created and lastModif 2006-12-14 18:19 sylvieg * categorize_list.php: [FIX]categ: side effect in the last categ fix 2006-12-14 16:45 sylvieg * tiki-admin_include_wiki.php, tiki-setup.php, lib/tikilib.php, templates/tiki-admin-include-wiki.tpl: [FIX]history: new option to keep all the histories and not create a history only if data, desc, comment change (ex: if somebody was only changing categ or poll, the last edit that could have been important was lost) 2006-12-11 19:20 sylvieg * tiki-editpage.php, lib/tikilib.php: [FIX]list pages: if do not show links, backlinks, versions, do not fetch the info in the database (save 3 queries for each displayed page 2006-12-10 17:29 ohertel * remote.php: [sec] intertiki fix backport 2006-12-09 05:48 gregmartin * lib/wiki-plugins-dist/wikiplugin_bloglist.php: Corrected incorrect variable reference in line 26. Reference to $res[blogId] should be $Id 2006-12-09 00:15 sylvieg * db/tiki.sql: [FIX]speed: missing key to speed up 2006-12-09 00:09 sylvieg * db/tiki_1.8to1.9.sql: [FIX]speed: missing key to speed up 2006-12-06 23:56 marclaporte * tiki-editpage.php, templates/tiki-editpage.tpl: [MOD] When editing a wiki page, only available languages are now offered, as managed at tiki-admin.php?page=i18n 2006-12-05 18:56 sylvieg * templates/tiki-admin_notifications.tpl: [MOD]notif: display a warnong if the site sender email is not set (mail will be considered as spam generally) 2006-11-29 01:28 fr_rodo * tiki-view_tracker.php: [NEW] add sequential auto-increment number 2006-11-28 11:54 fr_rodo * tiki-pagination.php: [FIX] bug in certain circumstances 2006-11-27 17:32 marclaporte * templates/tiki-assignuser.tpl: [FIX] assign users to groups: made intertiki slavemode message not displayed if intertiki feature is off 2006-11-27 16:23 mose * templates/tiki-adminusers.tpl: [FIX] adminusers: made intertiki slavemode message not displayed if intertiki feature is off 2006-11-27 16:19 mose * lib/userslib.php: [FIX] made login validation respect the minimum password length defined in admin login panel 2006-11-25 22:36 mose * templates/tiki-page_bar.tpl: [FIX] no, we don't want those links here, there are already too much of them 2006-11-25 22:31 lmoss * templates/tiki-page_bar.tpl: Added admin buttons 2006-11-25 22:19 lmoss * templates/modules/mod-last_articles.tpl: i18n fix 2006-11-25 22:14 lmoss * templates/modules/mod-last_articles.tpl: Add topic ID and type to link to article list 2006-11-25 22:04 lmoss * tiki-list_gallery.php: Do not show image gallery if it is categorized and the user does not have viewing permissions for the category 2006-11-25 22:00 lmoss * tiki-file_galleries.php: Do not show file gallery if it is categorized and the user does not have viewing permissions for the category 2006-11-25 21:54 lmoss * tiki-edit_image.php: Removed category admin code that was not yet ready for commit 2006-11-25 21:49 lmoss * tiki-edit_image.php: Do not show image if the gallery is categorized and the user does not have viewing permissions for the category 2006-11-25 20:08 lmoss * tiki-live_support_message.php: Bug fix: Non-existant template was called 2006-11-25 19:50 lmoss * lib/tikilib.php: Bug fix: timezone sometimes reverted to GMT when editing calendar events. See: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=536 2006-11-25 19:19 lmoss * tiki-browse_categories.php: Make sure that users can only see categories for which they have permissions 2006-11-25 19:11 lmoss * lib/tikiticketlib.php: Bug fix: variable had two names (confirmationaction and confirmaction) ---------------------------------------------------------------------- Version 1.9.7 <http://tikiwiki.org/ReleaseProcess197> ------------------ 2006-11-25 15:58 mose * db/tiki-secdb_1.9_mysql.sql: [REL] updated secdb 2006-11-25 15:41 mose * styles/tikineat.css: [FIX] jscalendar: fixed style for better display of the button 2006-11-25 15:32 mose * templates/tiki-view_tracker.tpl: [FIX] trackers: backported fixes for jscalendar display 2006-11-23 22:56 marclaporte * templates/tiki-view_tracker_item.tpl: information (name, comment, version and description) about files attached to trackers was not visible in file listing 2006-11-23 14:33 sylvieg * lang/fr/language.php: translation update 2006-11-23 02:23 franck * tiki-list_articles.php, templates/tiki-list_articles.tpl: [MOD] Can find articles by categories 2006-11-23 02:07 franck * lib/: calendar/calendarlib.php, wiki-plugins/wikiplugin_events.php: [MOD] EVENTS wikiplugin to use with tiki calendar 2006-11-23 02:02 franck * lib/wiki-plugins/wikiplugin_rss.php: [MOD] multiple RSS in the wikiplugin 2006-11-23 01:51 franck * lib/wiki-plugins/wikiplugin_rss.php: [MOD] multiple RSS in the wikiplugin 2006-11-22 03:13 lmoss * categorize_list.php: Show only categories for which the user has permissions 2006-11-21 16:56 marclaporte * templates/tiki-browse_gallery.tpl: [FIX] correct the link to the user information 2006-11-21 16:23 mose * tiki-setup_base.php: [SEC] stronger protection against js injection 2006-11-21 05:48 franck * lib/wiki-plugins/wikiplugin_events.php: [FIX] events wikiplugin 2006-11-21 05:48 franck * lib/wiki-plugins/wikiplugin_events.php: file wikiplugin_events.php was added on branch BRANCH-1-9 on 2006-11-23 01:07:09 +0000 2006-11-21 00:52 franck * lib/wiki-plugins/wikiplugin_events.php: [Feature] Events(calendar) list wiki plugin 2006-11-20 08:46 josefgc * lang/langmapping.php: Added gl language 2006-11-20 08:39 josefgc * lang/gl/: index.php, language.php: Galician language files 2006-11-19 14:29 mose * README, templates/tiki-top_bar.tpl, templates/styles/neat/tiki-top_bar.tpl, templates/styles/simple/tiki-top_bar.tpl: [MOD] incremented version number 2006-11-19 13:03 mose * styles/smartiki.css, templates/styles/smartiki/tiki.tpl: [MOD] smartiki theme improvement 2006-11-16 14:56 mose * tiki-setup_base.php: [SEC] more power even, for the javascript shield 2006-11-15 20:40 sylvieg * lib/userslib.php: [FIX]:user - rename user was missing lastUserModif in tiki_files 2006-11-15 15:18 sylvieg * tiki-setup.php, lib/userslib.php: [FIX]ldap: the stupid rename was not done everywhere. DO NOT DO rename only for pretty reason in 1.9 2006-11-15 12:08 mose * tiki-setup_base.php: [SEC] strengthening javascript shield 2006-11-12 23:45 sylvieg * lang/fr/language.php: rollback: please do not run get_strings if you do not plan to translate 2006-11-12 18:28 sampaioprimo * lang/: ar/language.php, ca/language.php, cn/language.php, cs/language.php, da/language.php, de/language.php, el/language.php, en/language.php, en-uk/language.php, es/language.php, fi/language.php, fr/language.php, he/language.php, hr/language.php, hu/language.php, it/language.php, ja/language.php, ko/language.php, nl/language.php, no/language.php, pl/language.php, pt/language.php, pt-br/language.php, ru/language.php, sb/language.php, sk/language.php, sr/language.php, sr-latn/language.php, sv/language.php, tv/language.php, tw/language.php, uk/language.php: update language.php files using get_strings.php script 2006-11-12 00:09 sylvieg * tiki-view_tracker.php: [FIX]tracker: field1 hidden, field2 mandatory, field3 madatory, save only with filed3 value. the error pannel will put field3 value in field3 and not field2 2006-11-10 23:08 sylvieg * tiki-import_tracker.php: [FIX]tracker: export perm is tiki_p_admin_trackers and not tiki_p_admin 2006-11-10 17:27 sylvieg * lib/tikilib.php: [FIX]perm: a tiki_p_admin can see all the options of the menu even if assigned to another group 2006-11-10 04:06 mose * tiki-register.php: [SEC] added a minimal check on email for new registration, even if check is not requested in prefs, to avoid notification-spam 2006-11-09 21:10 mose * lib/pear/CMD.php: [KIL] removed unused file 2006-11-09 17:23 mose * tiki-admin_include_intertiki.php, templates/tiki-admin-include-intertiki.tpl: [FIX] admin panel was not working properly, it should now (especially the tiki_preferences checkbox) 2006-11-08 19:52 mose * lib/tikilib.php, tiki-login.php: [FIX] enabled logins to accept @ even when using intertiki slave mode 2006-11-07 23:07 xavidp * lang/ca/language.php: a few more strings translated ---------------------------------------------------------------------- Version 1.9.6 <http://tikiwiki.org/ReleaseProcess196> ------------------ 2006-11-06 02:36 mose * styles/smartiki.css (BRANCH-1-9): minor style improvement 2006-11-05 18:27 mose * tiki-setup_base.php (BRANCH-1-9): adapted filter for url var, as url can be relative 2006-11-05 18:25 mose * fixperms.sh (BRANCH-1-9): synced list of dirs with setup.sh 2006-11-05 10:32 mose * tiki-setup_base.php (BRANCH-1-9): avoiding error when highlight is an array (cannot happen) 2006-11-05 10:08 mose * tiki-setup_base.php (BRANCH-1-9): better security against XSS 2006-11-03 15:34 sylvieg * tiki-setup_base.php (BRANCH-1-9): username can be empty (come from the admin login box) 2006-11-03 06:12 sampaioprimo * templates/tiki-edit_help.tpl (BRANCH-1-9): the command ...page... should not be translated on wiki help 2006-11-02 19:37 sylvieg * lib/tikidblib.php (BRANCH-1-9): do not reveal a part of the path if error 2006-11-02 15:35 sylvieg * messu-archive.php, messu-mailbox.php, messu-sent.php, tiki-admin_banning.php, tiki-admin_calendars.php, tiki-admin_categories.php, tiki-admin_chart_items.php, tiki-admin_charts.php, tiki-admin_chat.php, tiki-admin_content_templates.php, tiki-admin_cookies.php, tiki-admin_drawings.php, tiki-admin_dsn.php, tiki-admin_external_wikis.php, tiki-admin_forums.php, tiki-admin_hotwords.php, tiki-admin_html_page_content.php, tiki-admin_html_pages.php, tiki-admin_include_trackers.php, tiki-admin_include_wikiatt.php, tiki-admin_menu_options.php, tiki-admin_menus.php, tiki-admin_newsletter_subscriptions.php, tiki-admin_newsletters.php, tiki-admin_notifications.php, tiki-admin_polls.php, tiki-admin_quicktags.php, tiki-admin_rssmodules.php, tiki-admin_shoutbox_words.php, tiki-admin_structures.php, tiki-admin_survey_questions.php, tiki-admin_surveys.php, tiki-admin_tracker_fields.php, tiki-admin_trackers.php, tiki-admingroups.php, tiki-adminusers.php, tiki-assignpermission.php, tiki-assignuser.php, tiki-browse_categories.php, tiki-browse_gallery.php, tiki-browse_image.php, tiki-charts.php, tiki-directory_add_site.php, tiki-directory_admin_categories.php, tiki-directory_admin_related.php, tiki-directory_admin_sites.php, tiki-directory_browse.php, tiki-directory_ranking.php, tiki-directory_search.php, tiki-directory_validate_sites.php, tiki-edit_programmed_content.php, tiki-edit_question_options.php, tiki-edit_quiz.php, tiki-edit_quiz_questions.php, tiki-edit_quiz_results.php, tiki-eph.php, tiki-eph_admin.php, tiki-faq_questions.php, tiki-file_galleries.php, tiki-forum_queue.php, tiki-forums.php, tiki-forums_reported.php, tiki-friends.php, tiki-g-admin_graph.php, tiki-g-admin_processes.php, tiki-g-admin_roles.php, tiki-g-monitor_activities.php, tiki-g-monitor_instances.php, tiki-g-monitor_processes.php, tiki-g-monitor_workitems.php, tiki-g-user_activities.php, tiki-g-user_instances.php, tiki-g-user_processes.php, tiki-galleries.php, tiki-lastchanges.php, tiki-list_articles.php, tiki-list_banners.php, tiki-list_blogs.php, tiki-list_cache.php, tiki-list_contents.php, tiki-list_faqs.php, tiki-list_file_gallery.php, tiki-list_gallery.php, tiki-list_posts.php, tiki-list_quizzes.php, tiki-list_submissions.php, tiki-list_surveys.php, tiki-list_trackers.php, tiki-list_users.php, tiki-listpages.php, tiki-live_support_transcripts.php, tiki-minical.php, tiki-my_tiki.php, tiki-newsletter_archives.php, tiki-newsletters.php, tiki-newsreader_servers.php, tiki-notepad_list.php, tiki-old_polls.php, tiki-orphan_pages.php, tiki-quiz_stats.php, tiki-quiz_stats_quiz.php, tiki-received_articles.php, tiki-received_pages.php, tiki-referer_stats.php, tiki-search_stats.php, tiki-send_newsletters.php, tiki-sheets.php, tiki-shoutbox.php, tiki-survey_stats.php, tiki-survey_stats_survey.php, tiki-syslog.php, tiki-theme_control.php, tiki-theme_control_objects.php, tiki-userfiles.php, tiki-usermenu.php, tiki-view_articles.php, tiki-view_blog.php, tiki-view_faq.php, tiki-view_tracker.php, tiki-view_tracker_item.php, tiki-webmail.php, tiki-webmail_contacts.php (BRANCH-1-9): rollback - the url doesn't be longer only to deal with error 2006-11-02 00:44 mose * lib/wiki-plugins/wikiplugin_box.php (BRANCH-1-9): removed a extra parsing unneeded in wikiplugin 2006-11-01 23:54 sylvieg * messu-archive.php, messu-mailbox.php, messu-sent.php, tiki-admin_banning.php, tiki-admin_calendars.php, tiki-admin_categories.php, tiki-admin_chart_items.php, tiki-admin_charts.php, tiki-admin_chat.php, tiki-admin_content_templates.php, tiki-admin_cookies.php, tiki-admin_drawings.php, tiki-admin_dsn.php, tiki-admin_external_wikis.php, tiki-admin_forums.php, tiki-admin_hotwords.php, tiki-admin_html_page_content.php, tiki-admin_html_pages.php, tiki-admin_include_trackers.php, tiki-admin_include_wikiatt.php, tiki-admin_menu_options.php, tiki-admin_menus.php, tiki-admin_newsletter_subscriptions.php, tiki-admin_newsletters.php, tiki-admin_notifications.php, tiki-admin_polls.php, tiki-admin_quicktags.php, tiki-admin_rssmodules.php, tiki-admin_shoutbox_words.php, tiki-admin_structures.php, tiki-admin_survey_questions.php, tiki-admin_surveys.php, tiki-admin_tracker_fields.php, tiki-admin_trackers.php, tiki-admingroups.php, tiki-adminusers.php, tiki-assignpermission.php, tiki-assignuser.php, tiki-browse_categories.php, tiki-browse_gallery.php, tiki-browse_image.php, tiki-charts.php, tiki-directory_add_site.php, tiki-directory_admin_categories.php, tiki-directory_admin_related.php, tiki-directory_admin_sites.php, tiki-directory_browse.php, tiki-directory_ranking.php, tiki-directory_search.php, tiki-directory_validate_sites.php, tiki-edit_programmed_content.php, tiki-edit_question_options.php, tiki-edit_quiz.php, tiki-edit_quiz_questions.php, tiki-edit_quiz_results.php, tiki-eph.php, tiki-eph_admin.php, tiki-faq_questions.php, tiki-file_galleries.php, tiki-forum_queue.php, tiki-forums.php, tiki-forums_reported.php, tiki-friends.php, tiki-g-admin_graph.php, tiki-g-admin_processes.php, tiki-g-admin_roles.php, tiki-g-monitor_activities.php, tiki-g-monitor_instances.php, tiki-g-monitor_processes.php, tiki-g-monitor_workitems.php, tiki-g-user_activities.php, tiki-g-user_instances.php, tiki-g-user_processes.php, tiki-galleries.php, tiki-lastchanges.php, tiki-list_articles.php, tiki-list_banners.php, tiki-list_blogs.php, tiki-list_cache.php, tiki-list_contents.php, tiki-list_faqs.php, tiki-list_file_gallery.php, tiki-list_gallery.php, tiki-list_posts.php, tiki-list_quizzes.php, tiki-list_submissions.php, tiki-list_surveys.php, tiki-list_trackers.php, tiki-list_users.php, tiki-listpages.php, tiki-live_support_transcripts.php, tiki-minical.php, tiki-my_tiki.php, tiki-newsletter_archives.php, tiki-newsletters.php, tiki-newsreader_servers.php, tiki-notepad_list.php, tiki-old_polls.php, tiki-orphan_pages.php, tiki-quiz_stats.php, tiki-quiz_stats_quiz.php, tiki-received_articles.php, tiki-received_pages.php, tiki-referer_stats.php, tiki-search_stats.php, tiki-send_newsletters.php, tiki-sheets.php, tiki-shoutbox.php, tiki-survey_stats.php, tiki-survey_stats_survey.php, tiki-syslog.php, tiki-theme_control.php, tiki-theme_control_objects.php, tiki-userfiles.php, tiki-usermenu.php, tiki-view_articles.php, tiki-view_blog.php, tiki-view_faq.php, tiki-view_tracker.php, tiki-view_tracker_item.php, tiki-webmail.php, tiki-webmail_contacts.php, db/tiki-1.9-mysql.sql, db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql, db/tiki-1.9-sqlite.sql, db/tiki-1.9-sybase.sql, db/tiki.sql (BRANCH-1-9): change isset to empty for sort_mode 2006-11-01 22:09 ohertel * lib/tikidblib.php (BRANCH-1-9): [fix] removed debug code 2006-11-01 21:48 ohertel * tiki-setup_base.php (BRANCH-1-9): [sec] type check improvement (empty parameters), cleanup 2006-11-01 18:40 ohertel * tiki-setup_base.php (BRANCH-1-9): [sec] security fix: fix for XSS mentioned in http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&offset=0&sort_mode=lastModif_desc&itemId=927 2006-11-01 18:33 ohertel * tiki-setup_base.php (BRANCH-1-9): [sec] security fix: let's have at least 1 character for type checked variables, as empty variables are typeless and we don't want them anyway. fixes http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&offset=0&sort_mode=lastModif_desc&itemId=927 2006-10-31 23:47 sampaioprimo * lib/tikilib.php (BRANCH-1-9): [FIX] image uploaded from wiki wasn't displayed if it has quote in the sintax and feature wiki allow html = y 2006-10-31 22:36 marclaporte * lang/fr/language.php (BRANCH-1-9): better expression 2006-10-31 01:02 marclaporte * templates/tiki-admin-include-login.tpl (BRANCH-1-9): fix doc link 2006-10-30 21:43 xavidp * lang/ca/language.php (BRANCH-1-9): a few more strings translated 2006-10-30 10:08 xavidp * lib/smarty_tiki/function.menu.php (BRANCH-1-9): patched by jreyes to allow longer menu names (workspaces) 2006-10-27 18:18 mose * lib/wiki-plugins/wikiplugin_trackerlist.php (BRANCH-1-9): [FIX] proper display of number of attachments in trackerlist wikiplugin 2006-10-25 16:22 sylvieg * templates/tiki-list_file_gallery.tpl (BRANCH-1-9): some center align 2006-10-24 23:45 sylvieg * templates/tiki-list_file_gallery.tpl (BRANCH-1-9): split each info in different columns to be able to sort each column 2006-10-23 17:08 sylvieg * tiki-view_tracker.php (BRANCH-1-9): OOPs let a trace 2006-10-23 15:57 sylvieg * tiki-view_tracker.php (BRANCH-1-9): a message if the trackerId is set but incorrect 2006-10-23 15:54 sylvieg * categorize_list.php (BRANCH-1-9): include categ only if feature active 2006-10-23 15:53 sylvieg * tiki-admin_trackers.php (BRANCH-1-9): trackers were badly categorized and were shown if the categ gave no perm 2006-10-22 18:16 mose * doc/devtools/tikimerge.sh (BRANCH-1-9): warning, mergers : changed the name of the moving tag because the old one have been borked 2006-10-22 17:35 cfreeze * lib/bablotron.php (BRANCH-1-9): Make spell checking work for words that have different case than that in the dictionary 2006-10-22 06:16 cfreeze * lib/pear/Auth/: Auth.php, index.php, Container/LDAP.php (BRANCH-1-9): Added missing Auth.php file. Should complete upgrade of new PEAR::Auth module. For using IMAP and Courier, the following settings worked for me. Set authentication method to "Tiki and PEAR Auth" Check "Create user if not in Tiki" Uncheck "Create user if not in Auth" Set "Auth Type" to IMAP Set the Host and Port to your IMAP server Set the IMAP BaseDSN to "/imap/notls" if not using SSL, or "/imap/ssl" if using SSL 2006-10-21 22:01 mose * tiki-admin_include_login.php, tiki-setup.php, db/tiki-1.9-mysql.sql, db/tiki-1.9-oci8.sql, db/tiki-1.9-pgsql.sql, db/tiki-1.9-sqlite.sql, db/tiki-1.9-sybase.sql, db/tiki.sql, db/tiki_1.8to1.9.sql, db/profiles/default-inserts.sql, lib/userslib.php, templates/tiki-admin-include-login.tpl, lib/pear/Auth/Auth.php, lib/pear/Auth/index.php, lib/pear/Auth/Container/LDAP.php (BRANCH-1-9): auth improvement including pear-auth upgrade for security reasons (involving ldap auth), and possible auth against pop/imap server via that lib as well, brought to you by cfreeze 2006-10-21 21:31 mose * doc/devtools/myspell_dic_2_tikiWiki_sql.pl (BRANCH-1-9): changed dict script generation to accept words with quotes 2006-10-21 14:23 mose * lib/wiki/wikilib.php (BRANCH-1-9): added notification when a file is attached to a watched wiki page 2006-10-19 21:25 awolfff * tiki-download_file.php (BRANCH-1-9): NEW: tiki-download_file can now retrieve a file by name from a file gallery. Parameters: galleryId and name 2006-10-19 21:20 awolfff * lib/tikilib.php (BRANCH-1-9): NEW: added new function get_file_by_name to get the most recent version of a file with a given name from a given file gallery. NEW: added maxdepth=<num> to {toc} to control the maximum depth of the toc to be generated. 2006-10-19 21:14 awolfff * lib/structures/structlib.php (BRANCH-1-9): NEW: extended get_toc and fetch_toc to handle the maxdepth of the toc to be generated. 2006-10-19 20:43 awolfff * show_image.php (BRANCH-1-9): NEW: if called with a galleryId only, a random picture of the gallery is chosen. 2006-10-19 20:29 awolfff * lib/wiki-plugins/wikiplugin_sql.php (BRANCH-1-9): FIX: Empty passwords in a DSN confused the parser. Now checking for empty password. 2006-10-19 12:51 xavidp * lang/ca/language.php (BRANCH-1-9): some more strings 2006-10-19 02:36 mose * tiki-wiki_rss.php (BRANCH-1-9): fixed again the rss behaviour with wiki when no diff is requested 2006-10-18 21:59 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php (BRANCH-1-9): to avoid multiple trackerlist on the same page 2006-10-18 21:11 xavidp * lang/ca/language.php (BRANCH-1-9): install strings translated 2006-10-18 21:08 xavidp * templates/tiki-install.tpl (BRANCH-1-9): 2 strings were missing (tr tags added now) 2006-10-18 20:30 sylvieg * lib/wiki-plugins/wikiplugin_trackerlist.php (BRANCH-1-9): an error message is filterfield is incorrect 2006-10-18 19:59 xavidp * templates/tiki-install.tpl (BRANCH-1-9): added tr tags to allow install strings in other languages (thanks sylvie) 2006-10-18 19:59 sylvieg * lib/trackers/trackerlib.php (BRANCH-1-9): a global xxxlib must have an include ( situation often needs for tracker) 2006-10-18 16:58 luciash * htaccess.sh (BRANCH-1-9): [FIX] activate/deactivate tiki root .htaccess too (backport from HEAD) 2006-10-18 13:30 xavidp * lang/ca/language.php (BRANCH-1-9): some new admin strings translated 2006-10-18 04:09 marclaporte * lang/: no/language.php, pl/language.php, pt/language.php, pt-br/language.php, ru/language.php, sk/language.php, sr/language.php, sr-latn/language.php, sv/language.php, tv/language.php, tw/language.php, uk/language.php (BRANCH-1-9): missing .sh 2006-10-18 04:06 marclaporte * lang/: es/language.php, en-uk/language.php, it/language.php, ar/language.php, ca/language.php, cn/language.php, cs/language.php, da/language.php, de/language.php, el/language.php, en/language.php, fi/language.php, he/language.php, hr/language.php, hu/language.php, ja/language.php, ko/language.php, nl/language.php (BRANCH-1-9): missing .sh 2006-10-18 00:55 marclaporte * templates/tiki-mods.tpl (BRANCH-1-9): missing .sh 2006-10-18 00:51 marclaporte * lang/fr/language.php (BRANCH-1-9): issing .sh in instructions 2006-10-17 02:07 mose * lib/trackers/trackerlib.php (BRANCH-1-9): fixed item link field type and cache issue (thx sean) 2006-10-16 20:50 sylvieg * templates/tiki-assignpermission.tpl (BRANCH-1-9): missing escape for group name with special chars 2006-10-16 20:10 sylvieg * tiki-directory_redirect.php (BRANCH-1-9): do not redirect for a non validated site 2006-10-16 15:36 sylvieg * lib/tikilib.php (BRANCH-1-9): avoid a notice 2006-10-16 15:19 sylvieg * lib/tikilib.php (BRANCH-1-9): avoid a notice 2006-10-16 00:40 sylvieg * lang/fr/language.php (BRANCH-1-9): some more 2006-10-15 21:16 xavidp * lang/ca/language.php (BRANCH-1-9): a few more strings translated 2006-10-13 21:04 xavidp * lang/ca/language.php (BRANCH-1-9): a few more strings I forgot previously from admin screens 2006-10-13 15:39 sylvieg * tiki-install.php (BRANCH-1-9): possibilty to add a param tiki-install.php?lang=ca - next step add the {tr} 2006-10-13 11:16 xavidp * lang/ca/language.php (BRANCH-1-9): some new strings translated (some admin interfaces, tips, etc.) 2006-10-09 21:05 marclaporte * tiki-pagepermissions.php (BRANCH-1-9): alphabetical sort of group names is nicer 2006-10-06 16:02 sylvieg * lib/trackers/trackerlib.php (BRANCH-1-9): backport 1.9 2006-09-27 20:22 sylvieg * styles/transitions/1.8to1.9.css (BRANCH-1-9): imgs are a step above 2006-09-27 12:54 sylvieg * lib/wiki-plugins/wikiplugin_titlesearch.php (BRANCH-1-9): list_pages is in tikilib 2006-09-27 12:42 xavidp * db/tiki_1.8to1.9.sql (BRANCH-1-9): removed actions of creating and deleting tiki_project* tables 2006-09-27 12:24 xavidp * _htaccess (BRANCH-1-9): removed references to workspaces 2006-09-27 11:41 xavidp * _htaccess (BRANCH-1-9): added entries for workspaces 2006-09-26 15:11 sylvieg * lib/search/: refresh-functions.php, refresh.php (BRANCH-1-9): global search functions 2006-09-26 14:00 luciash * tiki-browse_categories.php (BRANCH-1-9): [FIX] removed duplicate CVS header 2006-09-26 12:56 luciash * templates/header.tpl (BRANCH-1-9): [FIX] removed duplicate js block 2006-09-26 11:45 makenai * tiki-setup_base.php (BRANCH-1-9): Fix for updating lastlogin information for users when using website authorization 2006-09-26 06:23 marclaporte * tiki-calendars_rss.php (BRANCH-1-9): typo reported on IRC by Makenai 2006-09-25 21:15 sylvieg * templates/poll.tpl (BRANCH-1-9): highlight also in poll view div the user vote 2006-09-23 21:17 mose * tiki-wiki_rss.php (BRANCH-1-9): fixed rss to make optional the link to the diff (default go to page) 2006-09-19 19:39 ohertel * tiki-setup_base.php (BRANCH-1-9): [fix] less restrict typechecking on 'type', not only used in galaxia 2006-09-19 16:36 ohertel * lib/: feedcreator/feedcreator.class.php, rss/rsslib.php (BRANCH-1-9): [mod] added simply style 0.9 RDF feed for old style rss feeds (e.g. Object Desktop Silica RSS Reader), use ?ver=a or or ?ver=RSS0.9 2006-09-19 03:38 ohertel * tiki-setup_base.php (BRANCH-1-9): [sec] security fix (type check) 2006-09-19 02:25 ohertel * lib/Galaxia/src/ProcessManager/ProcessManager.php, tiki-g-admin_processes.php, tiki-setup_base.php (BRANCH-1-9): [sec] security fix (type check), typo fixed 2006-09-19 00:49 ohertel * tiki-calendars_rss.php, tiki-tracker_rss.php (BRANCH-1-9): [fix] misc fixes on rss feeds (visibility, speed, general bugs, cache), caching time configurable now 2006-09-19 00:43 ohertel * tiki-admin_include_rss.php, tiki-articles_rss.php, tiki-blog_rss.php, tiki-blogs_rss.php, tiki-directories_rss.php, tiki-directory_rss.php, tiki-file_galleries_rss.php, tiki-file_gallery_rss.php, tiki-forum_rss.php, tiki-forums_rss.php, tiki-image_galleries_rss.php, tiki-image_gallery_rss.php, tiki-map_rss.php, tiki-setup.php, tiki-wiki_rss.php, lib/rss/rsslib.php, templates/tiki-admin-include-rss.tpl, lang/de/language.php (BRANCH-1-9): [fix] misc fixes on rss feeds (visibility, speed, general bugs, cache), caching time configurable now 2006-09-18 19:30 sylvieg * templates/tiki-editpage.tpl (BRANCH-1-9): not to recreate the poll each time you edit a page with a poll 2006-09-18 19:26 sylvieg * lib/categories/categlib.php (BRANCH-1-9): must keep the tiki_categorized object when removing categorization because poll can use it 2006-09-18 15:37 sylvieg * templates/tiki-listpages.tpl (BRANCH-1-9): syntax error 2006-09-16 14:16 ohertel * templates/modules/mod-random_images.tpl (BRANCH-1-9): [fix] random image thumbnail should be centered and have no border 2006-09-16 02:58 mose * lib/smarty_tiki/outputfilter.highlight.php (BRANCH-1-9): still not perfect highlight regexp, but this one is not buggy at least 2006-09-16 01:10 mose * lib/smarty_tiki/outputfilter.highlight.php (BRANCH-1-9): cleaned dirtiness and maybe fixed the onmouseover regexp in highlight 2006-09-15 22:23 mose * lib/smarty_tiki/outputfilter.highlight.php (BRANCH-1-9): dirty fix, onmouseover is still not saved from highlight, but at least user popup do not break now 2006-09-15 22:06 sylvieg * tiki-login.php (BRANCH-1-9): when you log in from tiki-login_validate do not go back in this page because the password has been changed and you will have an error 2006-09-15 19:31 mose * templates/tiki-calendar.tpl (BRANCH-1-9): fixed link to calendar item from list view 2006-09-15 15:52 sylvieg * lib/smarty_tiki/function.phplayers.php, tiki-browse_categories.php (BRANCH-1-9): a phplayer icon tree_expand_corner_first.png was in another directory - it changes the look but at least the logs are not filled 2006-09-15 15:19 sylvieg * lib/notifications/notificationemaillib.php (BRANCH-1-9): the outbound url was bad for a topic post 2006-09-14 18:27 sylvieg * lib/trackers/trackerlib.php (BRANCH-1-9): filter can have multiple category filters 2006-09-13 19:39 ohertel * tiki-admin_include_metatags.php, templates/tiki-admin-include-metatags.tpl (BRANCH-1-9): [fix] fix for collision between global metatag setting and setting for that specific page (robots: noindex, nofollow set for admin pages) 2006-09-13 17:58 sylvieg * tiki-view_tracker_item.php (BRANCH-1-9): some confusion with perm between closed and pending 2006-09-13 15:57 sylvieg * lib/wiki-plugins/wikiplugin_category.php (BRANCH-1-9): fix help on sub 2006-09-11 15:43 sylvieg * lib/shoutbox/shoutboxlib.php (BRANCH-1-9): instead of not being able to post 2 times the same message/same user in shoutbox, update the timestamp... (ex: message hellp or post). Perhaps the solution is to controlled timing? 2006-09-10 20:06 ohertel * templates/styles/moreneat/tiki.tpl (BRANCH-1-9): rollback of toggg edit: the page bar is hardcoded into templates/moreneat/tiki-show_page.tpl, with those lines you just doubled the comments zone 2006-09-10 07:44 toggg * templates/styles/moreneat/tiki.tpl (BRANCH-1-9): Get wiki help button in there 2006-09-09 11:43 ohertel * styles/: olive-blue.css, olive-red.css, olive.css (BRANCH-1-9): move away external link icon from text 2006-09-09 11:41 ohertel * styles/moreneat.css (BRANCH-1-9): fix: content killing the border 2006-09-08 13:04 sylvieg * lib/wiki/wikilib.php (BRANCH-1-9): limit a little bit the bug, if you delete an attachment, the file is deleted only if no more referenced - BUT it does not solve the problem that a filedownloaded with the same name than an already attached file in another page erased the olf file 2006-09-08 10:51 sylvieg * lib/wiki-plugins/wikiplugin_attach.php (BRANCH-1-9): use also the filename extension to show the icon as it is done in attachment list 2006-09-07 19:24 sylvieg * templates/tiki-editpage.tpl (BRANCH-1-9): add a name on the form to be able to do javascript on the form 2006-09-06 17:04 wesleywillians * templates/tiki-view_blog_post.tpl (BRANCH-1-9): [MOD] Adding title to blog's post 2006-09-06 13:40 sylvieg * tiki-download_item_attachment.php (BRANCH-1-9): if the attached file doesn't exist for some errors, out a message in the download instead of a php error Version 1.9.5 <http://tikiwiki.org/ReleaseProcess195> ------------------ [SEC] Security: fix in tiki-editpage.php [SEC] Security: fixes in jhot.php [SEC] Security: Parameter highlight may not countain & , " , ' , < or > [SEC] Security: Script htaccess.sh for dis/enabling .htaccess files [FIX] Avoid some messages due to undefined variables [FIX] Tracker: fixed tracker data import when no status indicated in csv [FIX] Trackers: check we have a right image handle before taking its info [FIX] Avoid notice and insert message case id xxx does not exist in {rss id=xxx} [FIX] Optional 's' for $groupHome protocol as https://... ,correct the https: goup home case for logout too [FIX] Installer shows memory limit warning [FIX] No more take offset from cookies [FIX] Image Gallery: Check we have a right image handle before taking its info [FIX] Image Gallery: Strengthen get_one_image_from_disk() to refuse non image data [FIX] Image Gallery: Check and get image sizes even if .gif or no imagecreatefromstring() [FIX] Image Gallery: All files are now checked against being right images [FIX] Image Gallery: Double link to image gallery when returning from edit [FIX] Image Gallery: Get optional thumbnail image size so it works if same scale as thumbs scale from gallery [FIX] Image Gallery: Double link to image gallery when returning from edit [FIX] Image Gallery: Use gallery's default for image scale or sort order if none in browse and show images [FIX] Image Gallery: Image permissions [FIX] Image Gallery: Navigation / scale control in image browsing [FIX] Image Gallery: Once image gallery saved, avoid double create link display [FIX] Image Gallery: small change in images batch upload to respect name order in batch [FIX] Keep menus wide open if javascript or cookies not allowed [FIX] Styles: Simple style fixes for PLM and other enhancements [FIX] Tiki-index_p.php: typo feature_wiki_usrlock [FIX] Blogs: Trackback pings for blog posts accepted only if the feature blog is enabled [FIX] Blogs: Secured and fixed blogs trackback pings display [FIX] Wikiplugin snarf: don't change line feeds in <br /> [FIX] Wikiplugin code: uses proper <br /> [FIX] mk_profile.sh: accepts optionals backticks around table names, better autodoc [FIX] Module quick_edit: fixed collision with edit article: 'heading' used in both of them, thus preventing 'heading' showing up in edit article, if you have quick_edit module activated [FIX] Admin/login: fixing 1 day bug & adding more options [FIX] pcllib: removed call by reference to functions [FIX] Broken links to documentation [FIX] Some fixes in display of country flag [FIX] Galaxia: conformed to db abstract [FIX] Wiki RSS Feed: avoid sql error, show whole file for new wiki pages, cleanup of output in rss data [FIX] Wiki: fixed undefined 'index' variable in page history [FIX] Wikiplugin TrackerFilter: fix sort and pagination [FIX] Wikiplugin Trackerlist: several fixes [MOD] Smarty updated to 2.6.14 [MOD] Modules allow user to create a module without title and display error message if no name or data is given to a new module [MOD] Trackers: add the fulltext index for tracker search with mysql [MOD] Trackers: many fixes and enhancements [MOD] change in the message body messu-compose to messu-mailbox to be directly in the mailbox when notification from the message box [MOD] Some clean up and organization on wiki help [MOD] Trackers: added a new optional behaviour for isHidden field type, to make hidden fields only editable by tracker admin but still visible to modifier [MOD] Admin survey questions: longer options field and hint box for multiple answer questions where to places those answers [MOD] at least yahoo and google ignore our robots.txt entries completely, so we set META ROBOTS tags on all pages we don't want indexed/followed. Thats all admin/submit/print/rename/remove/send pages and pages that will make search box go wild (categories, lengthy lists, calendar, ...) [MOD] Hide MultiTiki info when not in use [MOD] lang/de, lang/ca, lang/pt-br, lang/fr updates [MOD] Edit article: allow to preselect categories when creating a new article, like this: /tiki-edit_article.php?cat_categories[]=1&cat_categorize=on for category '1' [MOD] Plugins: Extended div wikiplugin to accept justify text align [MOD] Blogs: Possibility to delete blog post level trackback pings [MOD] Changed behaviour for description label when no desc is provided [MOD] Enables relative url for group home as http:tiki-xxx.php... (no double slash after ":" ) [MOD] Enables included php to ask extra external js [MOD] Image slideshow in page , controlled by feature slideshow in admin image galleries [MOD] Images slideshow preloads images and works autonomous when cycle complete [MOD] Images galleries links simplified, only scalesize controls the scale (0=original size) [MOD] Images galleries controls enhanced [MOD] Update to latest version of PhpLayersMenu (3.2.0-rc) [MOD] New files (copy for Tiki for modifications) to prevent overriding of original files of the PLM package [MOD] Calendar: added categories support for theme control purpose [MOD] Imagegal: added a way in admin panel to move images from db to filesystem [MOD] Users: added an option to have new users accept internal messages by default [MOD] Users: switch on receiving internal messages by default [MOD] Blogs: Added feature/allow blogs trackback pings enabling general and on a blog basis [MOD] Blogs: View blogs post refactored [MOD] Clearer install & upgrade intructions. Moving 1.7.x stuff to a wiki page. Add information about secdb [NEW] Plugins: Skype plugin to create a clickable link to call or chat with a Skype user Version 1.9.4 <http://tikiwiki.org/ReleaseProcess194> ------------------ [MOD] cms: added an option for availability of print option in cms [NEW] google-map: new feature, used for usermap and self-location [FIX] polls: changed polls admin access permission to be distinct from admin one [MOD] user: added an option to remove all pages from user when deleting user [NEW] trackers: new export page in csv format [FIX] trackers: made filter work with categ field type [FIX] trackers: fixed trackers to accept zero when a numeric field type is mandatory [FIX] galaxia: added a check for name of start activity [FIX] maps: freeing now image memory after request to avoid bloating [FIX] cms: fixed db commpat for print view (reads->nbreads) [FIX] newsletter: set up the from address to default from when sending newsletter [MOD] multi: added $local_php and $multi optional vars for geeks only [SEC] several vars added to sanitization to avoid cross-site scripting [FIX] devtools: improved sqlupgrade script for when password includes a quote [MOD] lang: major improvement of finnish translation [MOD] lang: update of de, fr, it [MOD] wiki: changed lock icon [FIX] wiki: made sorting respect find filter [MOD] pear: replaced clone() by cloneNode() because reserved in some recent php [MOD] styles: improvement of mose.css style [MOD] styles: improvement of trollparty.css style [FIX] html: made alternate link displayed only if perms ok [FIX] tabs: fixed cycle with a reset -[DB] added 3 perms and 1 pref [FIX] Enables download of file galery 's files bigger than 2MB Version 1.9.3.1 <http://tikiwiki.org/ReleaseProcess193> - 04/30/2006 ------------------ [FIX] PHP Notice: Only variable references should be returned by reference in /lib/adodb/adodb.inc.php on line 2797 - ohertel [FIX] basic profile: Notice: unserialize(): Error at offset 23 of 27 bytes in /tikiwiki-1.9.3/tiki-modules.php on line 67 - ohertel [FIX] MD5 values for tiki secdb - ohertel [FIX] What-you-see-is-what-you-can-access fix: a not accessable feature is hidden - marclaporte [FIX] trackers: get the right number of items - sylvie [MOD] update fr translation - sylvie [MOD] trackers: give the possibility to move the fields more than 1 step - sylvie [MOD] another crosslink feature -> documentation - marclaporte [MOD] default_wiki_diff_style: minsidediff - marclaporte [MOD] some features disabled by default: feature_wiki_export, feature_galleries, feature_help, feature_multilingual, feature_user_watches_translations, feature_dump, feature_view_tpl - marclaporte Version 1.9.3 <http://tikiwiki.org/ReleaseProcess193> - 04/29/2006 ------------------ [FIX] fix of multiple layout and translation issues - various authors [FIX] '... but need admin validation:' must work even if 'Validate users by email:' is not checked - sylvie [FIX] admin user: multiple actions on a page other than the first one - sylvie [FIX] article: category kept at approval - sylvie [FIX] blog: blog pagination - sylvie [FIX] blog: find now finds also in post title - sylvie [FIX] blog: reset blog activity if activity too old at each blog post - sylvie [FIX] bookmark: replace split space in link with <br /> - sylvie [FIX] category: anon can edit categorized pages - redflo [FIX] category: browse category on image show up images - sylvie [FIX] category: display category name for a deep category browse - sylvie [FIX] cleanups for php 5 compatibility - various authors [FIX] comment: all comments shown after a post - sylvie [FIX] forum: new post subject set after a post - sylvie [FIX] gallery: check object perm - sylvie [FIX] group: a non admin user can also assign a user to one of his groups if he has tiki_p_admin_users - sylvie [FIX] group: can use username or groupname with the character & in assign group - sylvie [FIX] group: respect perm in tiki_p_admin_user and not tiki_p_admin on multiple actions in admin user - sylvie [FIX] image: current gallery selected in the gallery choice - sylvie [FIX] image: system gallery images are not shown in last_images modules if no gallery is selected - sylvie [FIX] jscalendar: spanish utf8 calendar - sylvie [FIX] login: user home page considered at login - sylvie [FIX] module since_last_visit_new: faqs are displayed - sylvie [FIX] module since_last_visit_new: fix list index unknown for a comment in image gallery - sylvie [FIX] multilingual: switch lang on default homepage (+bl param with value) - sylvie [FIX] neat.css: upload image in a page - sylvie [FIX] newsletter: cleanup outgoing newsletter templates - marclaporte [FIX] newsletter: more perm checking on archived newsletters - sylvie [FIX] parsing: to be able to have plugin param with a & - sylvie [FIX] plugin article: respect perms - sylvie [FIX] plugin wantedpages: accept site settings for dashes in WikiWords. Possible filtering of output to get rid of "rubbish page names" - markusvk [FIX] prefer get_user_default_homepage to get_user_preference homePage - ang23 [FIX] quiz: avoid some notices if store quiz results on + error if attachment empty - (sylvie) [FIX] search: do no search if no search words are given - sylvie [FIX] securing adodb for postgres - mose [FIX] setup.sh: Use filesystem acls instead of sgid or 777 mode is much more safe - redflo [FIX] template: anon can view/edit templates - ohertel [FIX] template: can edit in some case + can save only for the style - sylvie [FIX] tiki search: include wiki page name like in fulltext search and the file data extracted by the command associated to the type - sylvie [FIX] tiki search: when refreshing fix an undefined dcslib + attach warning - sylvie [FIX] tracker plugin: category - sylvie [FIX] tracker plugin: highlight name of fields with error - sylvie [FIX] tracker: better support for special character or string (ex: xml) in textarea field - sylvie [FIX] tracker: mandatory category - sylvie [FIX] tracker: fix notification message header for gmail server for long update notif and comment notificaton - sylvie [FIX] tracker: fixed bugged for () loop that prevented non-admin users from updating certain fields values - lorfds [FIX] tracker: image in tracker plugin - sylvie [FIX] tracker: main item value displayed in the window title - sylvie [FIX] tracker: mandatory fields in trackers - rv540 [FIX] tracker: sort the country names in a country field - sylvie [FIX] tracker: to be able to have 2 category fields in a tracker - sylvie [FIX] user: admin can change prefs of the third tab - sylvie [FIX] user: batch load can not add a user to a group the current user has if only tiki_p_admin_user and not tiki_p_admin perm is set - sylvie [FIX] wiki: backlink: respect perms - sylvie [FIX] wiki: don't show edit buttom if looking at a user page of another user - sylvie [FIX] wiki: don't show the edit buttom when looking at another user's userpage - sylvie [FIX] wiki: download wiki file respects individual perms on a page - sylvie [FIX] wiki: force server readable perm for img upload - sylvie [FIX] wiki: highlight name of fields with error - sylvie [FIX] wiki: if 'display the title' is on and breadcrumb feature off, the title must be displayed - sylvie [FIX] wiki: if ask for a userpage is not yet created go to tiki-editpage instead of displaying an invalid page - sylvie [FIX] wiki: likepage: respect perms - sylvie [FIX] wiki: page creators are admin of their pages + tiki_p_admin_wiki back for editpage - sylvie [FIX] wiki: watch on 'page change' works again - ohertel [FIX] wiki: the page named UserPage redirects to the user's UserPage if possible - sylvie [FIX] wiki: wiki discussion now redirects to the same thread for 2 users with different languages - sylvie [FIX] xhtml: <br/> transformed into <br /> - damian [MOD] added ® to special character table - sylvieg [MOD] added link to [http://dev.tikiwiki.org/tiki-index.php ?page=Features|evaluation of each feature] to inform about maturity of features - ohertel [MOD] CAS: note about a required lib installtion on admin/login - ohertel [MOD] cleanup and improvement of robots.txt - various authors [MOD] groups/permissions: 'levels' hidden by default - ohertel [MOD] groups/permissions: show all permissions by default - marclaporte [MOD] install: added some notes to the installation page tiki-install about memory reqirements and more [MOD] lang: nearly complete finnish translation - hartsa [MOD] lang: several updates to de/ca/fr - ohertel/xavidp/sylvie/jmaspons [MOD] many new 'tip' boxed on several pages - marclaporte/ohertel [MOD] mods: hacked to allow chmodding files to 644 on servers with suphp security installed (for instance: ourproject.org, where edu.tw.o is installed) - xavidp [MOD] most admin pages are accessable from tiki-admin.php now - marclaporte/ohertel [MOD] note in tiki-backup section that it's better to use mysqldump or phpmyadmin - ohertel [MOD] param my to last_image_galleries module to limit the user's gallery - sylvie [MOD] removing users from groups -> directly from user listing. dev.two #503 - marclaporte [MOD] tracker: a button to increment the field position from a field to the end - sylvie [MOD] tracker: added tracker filter for category plugin - mose [MOD] wiki: page renames are monitored with watch on page change - ohertel [NEW] calendar: RSS feed for upcoming events from calendar: [tiki-calendars_rss.php?ver=2] - ohertel [NEW] intertiki: use the user db of one tiki for several tiki installations - mose [NEW] perl script to recover wiki data from google cache in case you lose data - lfagundes [NEW] plugin: html tag plugin TAG - sylvie [NEW] smarty: simple smarty plugin function.count.php for return the count of a var - mose [NEW] switchlang param in the url changes the language - sylvie [NEW] wiki: new table of contents, wikipedia style: {maketoc:table} - ohertel [NEW] wiki: search & replace feature - sampaioprimo Version 1.9.2 <http://tikiwiki.org/ReleaseProcess192> - 10/30/2005 ------------------ [FIX] Added alt text to menu folders to enable browsing with image downloads disabled in your browser - Damian [FIX] Fixed a regression with "...but requires admin approval" registration type - mdavey [FIX] wiki: Fix the closing / in an openning tag ex:~np~{ARTICLE(id=1)/}~/np~ - sylvie [FIX] wiki: http: and www. follows the same rule (icon+new frame) than ~np~[http]~/np~ - sylvie [FIX] wiki: fix preview in history on a page using ~np~ {file} ~/np~ plugin - sylvie [FIX] calendar: calendar is not created anymore with 3 special perms - sylvie [FIX] calendar: filter button is always displayed even if only one calendar - sylvie [FIX] tracker: translate country name in a country field - sylvie [FIX] wiki: can't edit a page if its belongs to a category you don't have perm - sylvie [FIX] tracker: mandatory scrolling list doesn't propose an empty value - sylvie [FIX] plugin: snarf allows the text body without been the html tag body - sylvie [FIX] plugin: category new option value sort=shuffle mose) new option one to display one categ per line - sylvie [FIX] wiki: ~np~<img src="img/wiki_up/xx.gif">~/np~ fixed in article - sylvie [FIX] wiki: fix my pages in My Tiki by adding the pages where I am not the last editor - sylvie [FIX] remind password message: fix url - sylvie [FIX] WYSIWYCA regarding tiki_p_vote_poll - amette [FIX] When no cookies, menus are now wide unfolded, if javascript, by first close, all will fold [FIX] Return and passing by reference for PHP4.4.0 and PHP5 - mose amette [FIX] Import wiki pages put back in service [FIX] Edit trackers status (messed with list option status) - digao [FIX] html_entity_decode(), floatval() for PHP4 compatibility [FIX] 2 WikiWords separated by an unique space should link [FIX] Fix non closing ~np~ ~np~ ~pp~ or <pre> ~/np~, when the closing miss, takes up to the end (as considering the closing tag is put at the end) [FIX] Initial condition whith where for search articles [FIX] Undefined offset: 0 in multitiki: lib/notifications/notificationemaillib.php [FIX] Various warnings in searchlib [FIX] Refactored output filter highlight, no more memory overflow [FIX] Refactored wikiplugins help loading by edit (1 MBytes saved) [FIX] Module ephemerides fatal error (Call to a member function on a non-object) [FIX] Warning when tracker empty removed [FIX] Proper $groupHome URL if running Tiki in SSL [FIX] HawHaw PHP5 compatibility - Norbert Huffschmid, amette [FIX] Plugin WANTEDPAGES ignore pages separated by "+" [FIX] Removed dead code for gender-feature - luciash [FIX] Parse trackers textarea the same as wiki pages [FIX] When using admin validation for new account registration requests, users are informed by email when their account is activated. - luciash [FIX] performance optimisation in category admin, orphan pages, stats - sylvie [FIX] remove unused images a little less greedy - sylvie [FIX] users upload batch: some improvment and errors messages - sylvie [FIX] forum: the list has always the same number of forums whatever the perms are - sylvie [FIX] wiki: page name with special characters browseable in categories - sylvie [FIX] forum perms are distinguish from comments perms - sylvie [FIX] since_last_visit_new module checks for object perms - sylvie [FIX] ranking checks for object perms - sylvie [FIX] calendar: tighter perm when accessing calendar item - sylvie [FIX] forum plain style doesn't display while lines - sylvie [FIX] forum: a post just after a post delete is no more lost - sylvie [FIX] forum: keep topic order, comment view param when going next/previous topic - sylvie [FIX] forum: lots of permission fixes - sylvie, rv540 [FIX] mods directory gets taken into account by fixperms.sh - mose [FIX] Messu: Allow messages from other users is by default Yes - digao [FIX] calendar: Calendars were created with perms only for registered - sylvie [FIX] tracker: fixed a bug, that let you only vote, when you had the same language set as the one enabling rating for the tracker - amette [FIX] RSS: removed tiki-atom.php, it's unused - amette [FIX] more reliable way to determine admin's email in Contact Us - mdavey [FIX] fixed download of tracker attachments - lfagundes [FIX] wiki: editpage urlencodes pagenames - sylvie [FIX] wiki: undefined templates if wiki templates not set - sylvie [FIX] wiki: editpage checks category permissions - sylvie [FIX] imagegal: System Gallery accessible with PHP > 4.1 - amette [FIX] imagegal: Better GalleryId-check and other fixes - redflo [FIX] maps: layer manager gets shown by default and various fixes - Franck [FIX] myTiki: pages, where one is not the last editor, get shown, too - sylvie [FIX] calendar: tiki_p_admin_calendar is sufficient for admining calendar - amette [FIX] wiki: corrected path for pdf-lib - luciash [FIX] xmlrpc: performance boost for listing pages in send wiki pages and show number of articles as it is shown later - sylvie [FIX] xmlrpc: use the new Pear xmlrpc lib in tiki-send_objects.php - amette [FIX] removed link to tw.o on site unavailable error page - mose [FIX] tracker: images can be removed from trackers - rv540 [FIX] MySQL 4.1 compatibility - mose [FIX] index in database for speeding up article-queries - mose [FIX] PostgreSQL compatibility functions for max() and right() [FIX] tracker: added icon as placeholder, when no image in image field - rv540, yoni [FIX] fixes and more translated words in catalan - xavidp [FIX] corrected typo in german translation - amette [FIX] corrections to french translation - sylvie, marclaporte [FIX] more translated strings in Hungarian - ang [FIX] more translated strings in Norwegian - gunnarre [FIX] more translated strings in Brazilian - lfagundes, digao [FIX] more translated strings in Russian - dimaz [FIX] fixed blog post for non admin - sylvie [FIX] database Oracle/PostgreSQL compat, added backticks to query colinmo [FIX] PostgreSQL compatibility, replaced last_insert_id() - mdavey, mo0co0 [FIX] calendar: fixed a bug, that was listing upcoming events since 1969 - thenano [FIX] calendar: upcoming events sorts start_asc instead of desc - fmathias [FIX] hawhaw: tiki doesn't need to be on the server root no more - sylvie [FIX] mods: fixed the case when list is not existing at install - mose [FIX] PostgreSQL compat - Edgar Holleis, sylvie [FIX] PHP 4.4 compat issue fixed - atooni, mose [FIX] fix bug, that made function find_exact_all() mix up trackers and files - amette [FIX] sheets: added SUMIF function - lfagundes [FIX] Smarty upgraded to 2.6.10 - mose [FIX] wellformed XHTML in structure-tocs - ang [FIX] surveys: fixed a bug, that messed up the user defined order when having multiple options - rv540 [FIX] tracker: fixed array-initialization bug with mirror table trackers - rv540 [FIX] wiki: only available plugins get used for building wiki-plugin-help [FIX] wiki: CODE-plugin - optional RTL-param now and displays text by default LTR - luciash [FIX] wiki: moved risky plugins to dist [FIX] wiki: QUOTE-plugin - was missing EXTR_SKIP - sylvie [FIX] wiki: SNARF-plugin - allows <div id='tbody' - khinckley, sylvie [FIX] wiki: SPLIT-plugin - more browser-independent - Patrick Allard, marclaporte [FIX] wiki: THUMB-plugin - additional URL-param - mose [FIX] wiki: TRACKERLIST-plugin - new option showstatus=>n - amette [FIX] wiki: VERSION-plugin - use_best_language capability and fixed problem with parsing first line - mose [FIX] wiki: WANTEDPAGES-plugin - ignored pages are seperated by + [FIX] module: ephemerides - fixed "Call to a member function on a non-object in multitiki" [FIX] module: Last Directory Sites/Forum Topics/Articles/Modif Pages/Tracker Items/Since Last Visit New have additional option absurl=>n - yoni [FIX] BrTiki - added theme of br.tikiwiki.org - wesleywillians, lfagundes [FIX] damian.css - show links in module-titles more nicely, fixed problem with field surrounding with ' - dimaz, sylvie [FIX] simple.css - better RTL-language compatibility, better reading by .postbody/.articlebody/.messureadbody, mod_assistant left aligned, alignment of menu-separatorlines fixed, scrollbar when mid-column content is too wide, overflow:auto fix for modules, adjusted look and feel of widgets - amette, luciash [FIX] forum: fixed attachment perm issue - wulle, amette [FIX] wiki: if no like pages, then don't say "perhaps your are looking for:" - sylvie [FIX] don't show debug in footer, if it is not enabled - mose [FIX] module: basic module.tpl - div class="box-{$module_name¦escape} for CSS and display problem fix - ang, mose [FIX] admin: Added note about the not finished documentation and link to 'Restore Help Pages' on doc.tw.o - amette [FIX] admin: fixed some missing ~np~<td>~/np~s and cleaned out feature_experimental part - sylvie [FIX] escape forum name to allow for a name with double quotes - sylvie [FIX] admin: users - add groups to the csv upload help string, same place for batch result strings and feedback strings, warning message when changing user-name, that the user has to change his password - sylvie [FIX] directory: fixed offset calculation - wog [FIX] added missing poll to tiki-edit_help.tpl - sylvie [FIX] fixed help-page link in tiki-edit_translation.tpl - amette [FIX] file gallery: wellformed XTHML, table closing was wrong [FIX] file gallery: fixed display of empty colspan - mose [FIX] install: corrected a typo - amette [FIX] community: when searching for users, say "users like", not "users registered" - amette [FIX] Don't show cleartext password in newsreader, show asterisks - amette [FIX] linebreaks and htmlspecialchars in "Normal"-mode of MyTiki notepad - amette [FIX] wiki: fixed the display of page title being optional - mose [FIX] image gallery: galleryId can be null - sylvie [FIX] Added "edit css" button in Admin->General panel and show it in user_preferences only if permission - sylvie [FIX] Added missing tooltips to accept/reject/trash-icons in user_tasks - amette [FIX] tracker: fixed table messup in list items view, when activating tracker-rating - amette [FIX] traker: list view - don't show date if field is empty, mandatory scrolling list doesn't display empty value, translation of country names - sylvie [FIX] tracker: default size for placeholder image - rv540 [FIX] RTL language fix in tiki.tpl - luciash [FIX] fixed the blank image for xhtml compliant style closing of tag and height-property - ang [FIX] removed HTML-code from validation mail, since it's plain text - luciash [FIX] password reminder mail fix - wog, damian [FIX] better structured/readable tracker-changed-notification-mail and better stripping of field-names from simplified tracker-notification-mails - amette [FIX] blog-notification-mails have post title in addition to blog title - xavidp [FIX] bottom bar updated - damian [FIX] added missing blanks in tiki.tpls - sylvie [FIX] minor fix to module wiki last comments - luciash [FIX] fixed two wrong messages considering tracker-feature disabled - ohertel [FIX] Fixed name of admin ephemerides in menu - ohertel [FIX] more translated strings in German - ohertel [FIX] maps: working with Windows - Franck [FIX] changed tiki-install.tpl to reflect the new upgrade-script-paradigm - amette [FIX] Tiki-version 1.9.2 is a valid version in security admin - amette [FIX] Tiki-mobile is in main menu - ohertel [FIX] added missing function view_blog to tiki-mobile - ohertel [FIX] forums/articles/threads etc. only in mobile mode, if tiki-mobile is activated - ohertel [MOD] wikistructures: whole wiki structure objects maybe included in admin/modules and assigned to left or right columns ang [MOD] Show number of Comments/Attachments in Tracker-tabs amette [MOD] Upgrade Net/Socket to pear's 1.0.6 [MOD] Plugin LANG accepts now + separated list of lang codes, the parameter can be +lang=>accepted languages or (exlusive) notlang=>rejected languages [MOD] Wiki Tracker-plugin looks nicer after submitting an item amette [MOD] tracker: can use tiki-view_tracker_item.php?itemId=xxx without giving the trackerId - sylvie [MOD] quicktags: drop down selection for categories in administration, tracker shows only meaningful quicktags - amette [MOD] multilang: edit-translation now presents you a dropdown list choice instead of a text 'input pagename'-field - sylvie [MOD] maps: WikiPlugin for maps - Franck [MOD] statistics enhancements - Franck [MOD] trackers: allow rating an item in tiki-view_tracker and tiki-view_tracker_items - amette [MOD] maps: display dynamic coordinates on the map - Franck [MOD] image gallery: show next/prev buttons also at top of page - ohertel [MOD] multiprint: can print structures - andreas [FIX] Redirect: redirect can't be called 2 consecutive times sylvie [MOD] js: javascript plugin sylvie [FIX] Database consistency between 1.8.x-upgrade and fresh 1.9 install - ohertel [FIX] more translated strings in Czech - luciash [FIX] multiple Wiki-parsing erros fixed in several features - amette, mose Version 1.9.1.1 <http://tikiwiki.org/ReleaseProcess1911> * [FIX] Fixed an XSS-vulnerability * [MOD] Improved Tiki Security Admin * [FIX] tweaks to fixperms.sh, /img/tracker included Version 1.9.1 <http://tikiwiki.org/ReleaseProcess19> * [FIX] support mysql 4.1 * [FIX] Added options to disable bot_bar logos and debug junk * [FIX] Increase cookie field length amette & * [FIX] added missing favicon * [FIX] admin : disallow blank admin password * [FIX] admin groups : changed display of included groups * [FIX] admin users : fixed error when char+numbers enforced in password * [FIX] admin users : fixed message for batch upload * [FIX] articles : Allow selecting a topic in RSS feed for articles * [FIX] articles : fixed date management for listing * [FIX] articles : fixed watches on articles * [FIX] calendar : fixed php notice when newsletter disabled * [FIX] calendar : respect special object perm * [FIX] comments : caching and optimization * [FIX] comments : can be used now when js is disabled * [FIX] database : cluster enabled session * [FIX] database : corrected creation of tiki_features and tiki_object_ratings when updating Tiki * [FIX] database : corrected perms mispelling in db-update-script * [FIX] database : quicktag table is now correctly updated, when updating Tiki * [FIX] file gallery/maps: avoid error if user forgets / at end of map_path * [FIX] file gallery: stats * [FIX] file type icons: transparent backgroud * [FIX] filegal : general performance improvements * [FIX] filegal : search is now case sensitive * [FIX] forums : mobile forums support * [FIX] forums/comments : fixed page count * [FIX] forums: autogenerated email reply link fixed ((UserPagegg|gg)) * [FIX] fulltext search: highlight feature * [FIX] graph: Adding a plugin to draw math functions * [FIX] graph: Changing final form from post to get to allow linking to a specific chart * [FIX] group: anonymous no more in the included groups of each group * [FIX] group: remove the link to remove group for an included group * [FIX] imagegal : fixed warnings when lat/long not set and feature map not enabled * [FIX] imagegal/filegal : fixed problem of lock when downloading big file * [FIX] install: mysqli driver (php5 & mysql 4.1) works now. * [FIX] install: set magic_quotes_runtime to On (smarty can't work otherwise) * [FIX] internal messenging : now user need to agee to receive messages before they can get them * [FIX] internal parser (tikilib) several fixes and improvements * [FIX] languages : can change other user language without interfering own language * [FIX] languages : some respect on available languages * [FIX] languages : improved support of cs, da, de, es, fr, pt-br * [FIX] list users : added feature to display the number of users registered * [FIX] login : Make password resets more user-friendly (but untranslated in most langs) * [FIX] login : Correct ssl to non-ssl redirections in the login process * [FIX] login : include correct moderate validation mail templates * [FIX] mail : don't show send message if user doesn't accept message * [FIX] mail : fix the LF mail end of line for MTA as gmail * [FIX] mail : return-path added into the mail header to avoid tiki mails to be considered as spam on some servers * [FIX] mailin : fix discard_after * [FIX] menu : fixed cms ranking item in menu 42 * [FIX] mobile : upgraded hawhaw to 5.10 and many extra improvements * [FIX] mobile : added skinning * [FIX] mobile : added tikiwiki banner * [FIX] module : added google adsense module * [FIX] module : made switchlang and switchtheme respect admin settings , * [FIX] module switch language : limit the choice to the available language * [FIX] modules : fix assigned modules deletion * [FIX] modules : no more caching for modules * [FIX] more net_pop3.php bugs; forums mail-in broken on systems that advertise SASL now fixed * [FIX] multitiki styles: Customized styles in multitiki were not recognized (broke after DR4) ((UserPagegg|gg)) * [FIX] newsletter : better formatting - text-email-clients get wiki-formatting * [FIX] newsletter : fix the unsubscribe link that was always unscribing the first user * [FIX] newsletter : fixed content template modification - wasn't possible before * [FIX] newsletter : removed double linebreak * [FIX] newsletters : perm respect for newsletters to send (you see in list only the one you can send) * [FIX] notifications : display "by Anonymous" when page edited by Anonymous ;) * [FIX] password reset : more userfriendly * [FIX] plugin sql : possibility to add param * [FIX] postgres : improved postgres support , , , * [FIX] prefs : Added fgal_allow_duplicates to preferences * [FIX] registration : custom fields visible on the registratio form and stored in user's prefs ((alex_freire)) * [FIX] rss : fixed links in rss feeds in case tiki is installed in a subdir * [FIX] search : fixed bug provoked when search includes a tilde ~ * [FIX] search : fixed index for trackers * [FIX] search : active the highlight feature for the mysql fulltext search also * [FIX] search : fix highligh word with accent * [FIX] section : added calendar section to theme control * [FIX] section : centralize the sections list to have the same list everywhere * [FIX] send/recieve objects: upgraded XMLRPC lib for fixing security issue with eval() * [FIX] setup : Fixed multitiki styles * [FIX] setup : added declaration of a var useable in smarty * [FIX] setup : change getfilecontent by tikilib->httprequest() - added a new sanitize pattern for urls - added a sanity check on a sensitive var * [FIX] setup : improved handling for IIS and PHP5 * [FIX] sheet : Better selection of the graph links display and minor bugfix * [FIX] stats : new stats per objects and wiki plugin for page hits * [FIX] style : cleaning to have h1/h2/h3... in each page (and not only pagetitle) * [FIX] surveys: fixed link typo in admin template ((UserPagegg|gg)) * [FIX] theme control: fix some conflicts between section control and category control * [FIX] theme: don't change user theme in tiki-user_preferences * [FIX] tiki search: don't highlight in head section and popup * [FIX] tiki search: file galleries search * [FIX] tiki search: fix minimum length of search word reference * [FIX] tiki search: fix some duplicatgion checking * [FIX] tikineat: fix the overlapping calendar in IE * [FIX] tracker : added country selector * [FIX] tracker : fixed bugs in item list and item link field types * [FIX] tracker : fixed image field * [FIX] tracker : fixed image field type * [FIX] tracker : fixes on perms system * [FIX] tracker : optional new way to store trackers data in a separate table * [FIX] tracker admin: display the help message on IE when editing a field * [FIX] tracker attachement: the field order of a tracker attachment can be edited * [FIX] tracker edit: create a default user or group tracker if the user or group tracker doesn't exist * [FIX] tracker fixed mail sending * [FIX] tracker permissions: Added permissions in menu for trackers to be hidden if no tiki_p_view_trackers ((UserPagegg|gg)) * [FIX] tracker plugin: displays the message when tracker successfully created * [FIX] tracker/tiki search: index all the tracker items * [FIX] tracker/tiki search: respect of perm open/close/pending * [FIX] tracker: Checkbox for going back to the main list after editing an item * [FIX] tracker: acces the user item whan the item has not been created - the field 'user creator' and 'group creator' must be set * [FIX] tracker: add email, header, category field in tracker plugin * [FIX] tracker: added a country field * [FIX] tracker: an optional field of type list of fields must have an empty entry at editing time (to be replaced by an empty value) * [FIX] tracker: display back the notification message when a tracker is recorded * [FIX] tracker: fix attachment download counter for IE * [FIX] tracker: fixed filter issue, a tab to return to list and keep filter, save&return as a button, unify the no sort_mode case * [FIX] tracker: fixed tab for attachment * [FIX] tracker: fixed to work with theme control center * [FIX] tracker: image field in trackers work * [FIX] tracker: several fixes to 'item list' and 'item link' like wrong links and not shown values * [FIX] tracker: show nb of attachment downloads * [FIX] tracker: show the number of items at top of listing * [FIX] tracker: tabs to go to next/previous item, when viewing a tracker item * [FIX] tracker: use correct variable for determining if tracker may be viewed * [FIX] trackers with hidden fields : the last tracker field was not seen if the tracker has an hidden field * [FIX] user : Fixed user batch upload without overwrite to list duplicate names ((UserPagegg|gg)) * [FIX] userpref : fixed tabs behaviour and other things * [FIX] users : cluster enabled mod-who_is_there - db-change * [FIX] users : making custom fields work everywhere, as in tiki-user_preferences.php * [FIX] users: user double click was not updated form the db if userwatch != current user * [FIX] webmail : fix delete message in webmail that was bugged since 1.9.0 * [FIX] webmail : fix webmail message size and date that were missing since 1.9.0 * [FIX] webmail : readded size and date and some error messages * [FIX] wiki : fixed backlinks * [FIX] wiki : improved import html look * [FIX] wiki : improvement of protection of camelcase autolinking * [FIX] wiki comments: fixed count of comments * [FIX] wiki : can't display history if categ perm on the page not ok * [FIX] wiki : can't print a page with no category perm - print and pdf * [FIX] wiki : fixed wiki_rename_page() : SF bug 877240/1178260 ((UserPageChealer9|chealer)) * [FIX] wiki : not to have a create proposal when you don't have perm to see a page and easier to display create page on demand only rather to add smarty var everywhere * [FIX] wiki : user Anonymous in the contributors list gets translated * [FIX] wikiplugin : wantedpage new plugin, lists wanted wiki pages, and the wiki pages that want them * [FIX] wikiplugin : articles can be called with a starting index ((michael_davey)) * [FIX] wikiplugin : improved anchor plugin * [FIX] wikiplugin : new plugin for object hits * [FIX] xmlrpc : new Pear XML_RPC lib is now used * [NEW] feature to see or not IP in page history ((sylvie)) * [NEW] added creation of tikihost column for tiki_sessions table in tiki-1.9-pgsql.sql to make Tiki working again with PostgreSQL ((luci)) * [NEW] a batch cleanCatTrackers to be able to display the tracker item main value in the category listing. ((sylvie)) * [MOD] can use the syntax tiki-calendar.php?calids=1 (to avoid the nasting wiki parsing error) ((sylvie)) * [MOD] indicate the default in the group lists of a user in the user admin pannel ((sylvie)) * [MOD] indicate the list of included groups in a string if the group scrolling list is too long ((sylvie)) * [MOD] can modify a tracker attachment ((sylvie)) * [MOD] indicate the number of attachments in a tracker item view ((sylvie)) * [MOD] in page permission, don't show the strucutre buttons if the page is not a structure ((sylvie)) * [MOD] calendar: don't display filter section if only one calendar is available ((sylvie)) * [MOD] tiki search: wiki indexation refresh buttom ((sylvie)) * [MOD] better stats system: records how many time an object is viewed everyday((Franck)) Version 1.9 <http://tikiwiki.org/ReleaseProcess19> - (1.9.0) ------------------------------------------------------------------ - 4/27/2005 * [NEW] New placeholder page when database has not been created yet * [FIX] Calendar: missing tab fix * [FIX] Module forums_last_posts -> fixed 'endless loop' bug * [FIX] restored graph on stats page with new GraphEngine * [MOD] Updated translations: Spanish, Czech, French, Japanese & German * [MOD] Updated translations: Brazilian-Portuguese, Dutch * [MOD] Removed Project, Jukebox & Homework (will be in mods) * [NEW] Groundwork for a future WYSIWYG editor (not working yet) * [MOD] Admin panel icons are now grayed out when feature is not activated * [MOD] Changes to features now clear compiled templates * [FIX] Fix table bug in wiki admin panel * [NEW] User & group panel and trackers now highlights (focus) of current tab * [MOD] Security admin control panel (md5 sums) is better & faster * [NEW] Interfaces to generate graphs from TikiSheet * [FIX] Category list is now refresh (after a change) for use in trackers * [MOD] tiki-mobile optional now (default: disabled) * [MOD] Added feature check in admin menu (WYSIWYCA) * [FIX] View tracker item: fixed the display of tab by default * [FIX] Tracker items respect perm in browse categ + special filter tracker item * [FIX] Restore tracker items in category browser * [FIX] Adding admin cms (tiki_p_admin_cms) perm to view articles * [FIX] Improved cookie handling on tracker item view * [NEW] Adding a links to TikiSheet (import, export, history) * [FIX] modules: fixing caching on redirections, common on login/logout * [FIX] category name was not appearing in page permission * [FIX] added category permission check on tiki-index_p.php * [MOD] put security md5 database to relational database * [FIX] removed pop3.php (GPL lib), replaced by net_pop3.php * [FIX] topics perms read for articles now acting like Tiki 1.8 * [FIX] many css syntax fixes and cleaning to many templates * [NEW] added wiki view history page permission (WYSIWYCA) * [FIX] Fix BiDi settings for Persian & Hebrew * [FIX] WYSIWYCA of source button (in wiki pages) * [NEW] RSS feeds for trackers * [MOD] updated JS calendar lib to version 1.0 (fixes at least 1 bug) * [MOD] cleanup user registration process (when validated by admin) * [MOD] checks and displays php ini vars (ex.: max upload) for image uploads * [FIX] siteId location label is now optional * [FIX] minor fixes to calendar layout * [FIX] Fixes problems with Blog's wysiwyg editor * [MOD] all rss feeds use name and description from admin/rss feeds. * [FIX] Tracker item modules show subject of tracker items now * [FIX] Moved tiki-special_chars to avoid executing code in templates directory * [FIX] Fixed sorting by date in trackers * [FIX] Calendar: fixed edit event and add event perms * [MOD] Authors styles option in wiki pages (none, business, collab, etc) * [FIX] WCYSIWYCA for modules wiki_last_comments and last_modif_page * [MOD] Use default theme when theme is not found * [FIX] Module "Search new" is now WYSIWYCA * [MOD] Since_last_visit_new module only shows if there are new items * [NEW] Calendar: first day of the week localization * [FIX] Fixed public task user module * [FIX] Many tracker display fixes * [FIX] fixed last tracker item module * [FIX] fixed tracker field imports * [NEW] made a "HTML in Wiki Pages" box in wiki admin options * [FIX] make "allow html" checkbox sticky (in wiki pages) * [NEW] Batch upload of pictures (from a directory on server) * [FIX] rss feed caching for anonymous users only (security issue) * [NEW] password reset: users must click email link to confirm * [MOD] Add button to rebuild cache for all galeries * [NEW] Allow to import tables from wiki pages into tikisheet. * [FIX] broken link to games * [FIX] fix for double slashes in some email notifications links * [MOD] added name of page editor in wiki page watch email * [NEW] implement imgcache feature (for faster image galleries) * [NEW] TikiMaps: new permission for viewing content of mapfiles * [FIX] TikiMaps: history fixes * [MOD] Merged events-newsletter feature into an option of newsletters * [MOD] internal messaging: inform users to allow others to send to them * [NEW] 1.8to1.9.css transition css * [FIX] fix: batch delete of users in admin * [MOD] Clean up of bottom bar & logos * [FIX] WYSIWYCA for categories in list articles * [FIX] Fix poll inlcuding {poll} and {poll id=current} * [FIX] Fixed a double image counter on tiki-browse_image * [NEW] Replaced rss generator with "FeedCreator", which became LGPL. Tiki's outbound feeds now support: RSS0.91, RSS1.0, RSS2.0, PIE0.1, MBOX, OPML, ATOM0.3, HTML, JS * [NEW] Added two new outbound forum mail features; one forwards even inbound mail to the outbound address, the other adds a reply link. * [NEW] module shading-up support * [MOD] simplification of modules, using ul/ol instead of tables * [FIX] Newsletter SQL error if subscribe a user 2 times * [FIX] avoid "unknown" language in languages list - (rc4) --------------------------------------------------------------------- * [NEW] Added information about the wiki file attachment image tag. * [NEW] Added inline image capability to file attachment inclusion code * [NEW] Inter-user message system: fix: (un)flag messages, * [FIX] Inter-user message system: enhancement: if mail with reply is in list, replier will be shown, new: user can download marked mails from mailbox/sent/archive folder * [FIX] Arguments for plugins length fixed * [FIX] Image gallery Remove bugged Individual order * [FIX] Admin notifications, fix sort by email * [FIX] fix for recursive plugins bug #1172422 (needs testing) * [MOD] default lang when create an article = user lang * [FIX] SF1167375 quicktags were not anymore in wiki after an tiki sql upgrade * [FIX] Various geography fixes in user lists * [FIX] moved wikigraph to mods * [FIX] fixed display of list gallery * [FIX] fixed find function in newlestter list of subscribers * [FIX] fixed newsletter sending * [FIX] rename page with a name containing space adds parentheses around name in other pages * [FIX] link in the register message is encoded for username with accent * [FIX] remove structure with all the pages does remove page if no permission * [FIX] article publish/experitation date must be filled up if article displayed only between these dates (even if these dates are not displayed) * [FIX] page modules with a pagename with special characters (ex: C++) * [FIX] fixed autosubmission for articles with a too long titles and special characters * [FIX] edit article entry is no more displayed if submission article is on * [FIX] fixed number od comments for the last comments module used in a wiki page * [FIX] wiki page changed notification used the current page version * [FIX] wikiwords can have multibyte characters (but also needs 2 capitals A-Zexternal link * [FIX] fixed numbering first line glitch in code plugin * [FIX] MultiTiki? sites can have there own favicon, in styles/$tikidomain * [FIX] fixed the display of types of perms and added a groups menu in assign perms * [FIX] Luxemburg flag * [FIX] can create a page with a & * [FIX] fix slideshow for a pagename with special characters * [FIX] a module can be used 2 times in a same page with different parameters * [FIX] newsletter / page chosen template stays checked * [FIX] remind title / data if you forget to fill up both in forum * [FIX] removed last html code from categlib * [FIX] a non admin user can see the file gal he creates * [FIX] aPageName is not recognized as a backlink * [FIX] update categ and perm list if a forum is deleted * [FIX] aPageName was recognized as a backlink of PageName? * [FIX] update categ & perm if a forum is deleted * [FIX] group homepage for a user belonging to several groups * [FIX] maketoc on the first page of a multipage * [FIX] isPublic don't affect the fieds displayed in tracker view page * [FIX] tiki-listpages has now another filter on wikipagename initial ang * [FIX] day name in French for jscalendar popup * [FIX] ite language in user perf for monolingual site * [FIX] fix the date/number appearing in the ranking functions * [FIX] separator option close a menu section * [FIX] minor change and last_modif_pages module * [FIX] switch lang for anonymous change page lang (if best language activated) * [FIX] definition list with external link * [FIX] user email not public by default * [FIX] hotword with quote - hotword following a quote * [FIX] wrong parsing of ((WikiWord))((AnotherOne)) * [FIX] fixed exploding pages bug for CODE plugin and img/picture quicktags for tikineat.css theme, documented solution for theme designers * [FIX] SF BUG #1108572: tiki-user_preferences.php not saving users Message settings * [FIX] SF BUG #1083307: user_preferences defaults not applied. All emails exposed * [FIX] message list did use maxRecords instead of mess_maxRecords * [FIX] drawing in wikis (JgraphPad) works again: path to images fixed * [FIX] charts: tiki_p_suggest_chart_item enables charts items * [FIX] quicktags for the newletter content * [FIX] the section is set as a class of the BODY to easy customisation as tiki_<section> * [FIX] additional param hideimgname and hidelink for randow img module * [FIX] css cleaning: pages are supposed to have a h1 as title and h2, h3 .. * [FIX] articles are displayed event if the creator/modifior doesn't exist anyore * [FIX] can sent to anonymous in message broadcast * [FIX] username can be begin with an accentuated letter * [FIX] an error message when a newsletter can't be sent to an email * [FIX] fix webmail with the new mime lib * [FIX] clean the modules cache if an menu option chages * [FIX] the letters in IE bottom status bar doesn't appear anymore * [FIX] fix broken pagination in forum thread * [FIX] group calendar event displayed in day view if begins before 10 * [FIX] a user can modify trackers even if he has his user tracker set * [FIX] moreneat style keeps size in a split * [FIX] avatars are limited to 45x45 even in the user popup * [FIX] library avatars shown in the user popup * [FIX] multiple {toc with differing arguments, in single page * [FIX] fixed priority bug in messages - when replying it was always set to lowest * [FIX] fixed js toggle - e.g. the since_last_visit_new module and debugger console stays closed when it was re-opening after page reload * [FIX] fixed anonymous anti-bot code check by moving it out of commented part of php code so it works now * [FIX] SF Bug #1095239: Two times same word display (list newsletters) * [FIX] SF Bug #1170596: Browse directory button on Browse page (browse directories) * [FIX] SF Bug #982970: "phantom" games upon installation * [FIX] SF Bug #1170608: Unwished list of cool sites - cool sites can get switched off now in admin menu * [FIX] SF Bug #1151923: Blog RSS Feed Shows Blog Name Repeatedly - changed blogtitle to title * [FIX] SF Bug #1116551: structure alias name not used in * [FIX] [FIX] no more double image insert in wiki image insert * [FIX] to be able to delete a user with a & in the name * [FIX] fix user CSV import * [FIX] fix batch remove users * [FIX] fix articles shown in mod-articles in perm on them * [FIX] fix file icon in image galleries if uppercase extension (() * [FIX] article categ shown for admin * [FIX] reintroduce some comment post perms / forum post perm * [FIX status switch buttoms not displayed in view tracker is status is not displayed * [FIX] displays the status in view tracker if status on even if only one status shown * [FIX] fix for the parsing of recursive plugins * [NEW] new module: mod-last_images (use parameter galleryId=>x for images from the gallery only) - latest images * [NEW] new module: mod-last_images_th (use parameter galleryId=>x for images from the gallery only) - thumbnails of latest images * [NEW] TikiMaps: the community map, create a layer with all the positions from the user preferences * [NEW] TikiMaps: Create a layer from geographic image galleries * [NEW] TikiMaps: View system, from a mapfile METADATA you can create map views for direct zooming tna? * [NEW] Tiki Mods installer : new item under admin menu, Package admin, make possible to install, and remove mods packages * [NEW] Added an optional validation step for user registration * [NEW] Discard_t_end in mail-in * [NEW] New perm tiki_p_admin_users * [NEW] Calendar event can be view and edit in user local timezone * [NEW] A user can always edit his own comment * [NEW] Personal calendar in the user calendar * [NEW] A user module can be wiki parsed or not * [NEW] SF RFE #946590: Sent box for user messages * [NEW] SF RFE #716822: link from sent messages to available replies * [NEW] link from replied back to replied message * [NEW] user can enable "send read status to author" in user preferences * [NEW] auto-archiving of read mails after x days (configurable ob user prefs) * [NEW] Archive for user messages, helpful if you dont want to delete your messages but get them out of the way to speed up the message checking etc * [NEW] Admin can set limits for the user mailbox and the user message archive in admin / login, there is a percentage bar that shows how much space is already occupied; users with full mailboxes wont get any more mail * [NEW] new module: mod-last_actions to display users last actions (or all actions if current user is admin) * [NEW] new plugin: {RSS(id=>feedId,max=>5,date=>1,desc=>1,author=>1)}{RSS} * [NEW] Image galleries: Search box for image name / description on browse gallery page * [NEW] group calendar respects timezone * [NEW] group calendar list view * [NEW] group calendar event view * [NEW] some check about group calendar creation (respect start < end, format ...) * [NEW] group calendar date navigation bar * [NEW] group calendar event end can be defined by a duration * [NEW] group calendar event descriptions are wiki persed * [NEW] group calendar evetns can have a sticky popup * [NEW] a group or a user can be directly subscribed in the newsletter - the emails list is refreshed at sending tile * [NEW] newsletter archive * [NEW] change_password new perm * [NEW] batch images upload (6 at a time) * [NEW] a newsletter can use a smarty template defined in templates/newsletters * [NEW] can specify a usemap in image wiki tag * [NEW] display category description in category browsing if available * [NEW] new LSDIR plugin can list files in a directory with many options for display * [NEW] new QUOTE plugin resembles the quoteexternal link bbcode * [NEW] new option to use QUOTE plugin by default when replying to forum posts, comments and user messages * [NEW] new option to display the page_id as a hyperlink under the page title * [NEW] new option to force to go in group homepage not only from the default homepage * [NEW] csv import for group calendar * [MOD] now use the Admin->Menu based application menu rather than the .tpl * [MOD] a module can be displayed only for some languages * [MOD] TikiMaps: Can handle non square maps tna? * [MOD] Simple style updated luci * [MOD] added direct link to display poll's comments luci * [MOD] a message is sent if the page doesn't exist in a mailin wiki-get * [MOD] check the mailin pop3 account before saving it in the database * [MOD] img in wiki syntax can have a alt parameter * [MOD] forum post area displays quicktags if wiki syntax allowed * [MOD] mod_articles param topic=topic_name * [MOD] user pref page title shows the username * [MOD] register subject in a template * [MOD] HTML comments either removed or changed to smarty ones (preserves bandwidth, they do mount up!) (better wording on tips) * [MOD] enhanced the quick_edit module with 3 parameters : module_title, categId, submit, size, heading and templateId * [MOD] added optional taking in account of a categId param in editpage * [MOD] improved article plugin : it takes the Id of last article when no Id is given * [MOD] Additional parameter to last_modif_page module: minor=y to see minor changes * [MOD] Added optional sort order in image galleries, as well as sub-galleries redflo? * [MOD] New optional "side-by-side" diff report style that resembles Wikipedia's diff style ()() * [MOD] Different styles added in Wiki history + diff between arbritary versions * [MOD] a mail-in pop3 account must be valid before been saved * [MOD] PluginModule's np parameter defaults to 1 (enable). Existing uses of PluginModule without np set should see the output change, but it's unlikely that this will have undesired effects. * [MOD] can choice email enf of line CRLF / LF * [MOD] implemented the sticky tracker item : if a fieldname is page, it is used as a filter on trackerlist wikiplugin and automaticaly fed in tracker wikiplugin * [MOD] new (experimental) referal search functionality, see SearchDev - * [MOD] Patch#1093839external link Wiki says "page not found" if query string is "?page=" * [MOD] styles transitions: support for older stylesheets on v1.9 * [MOD] modules can be UserShadeModules or have their Modules Admin - * [MOD] plugin PluginTitlesearch: additional parameter style=>list for reducing the output to a comma separated list * [MOD] module mod-last_articles: additional parameters for filtering articles * [MOD] initial work for RFE#918526external link Search wiki page name module should use real search * [MOD] RFE#828048external link Wiki : Add a "View Source" option * [MOD] Fancy TOC * [MOD] DIV plugin got ability to float left or right luci * [MOD] enhanced ((page|desc)) syntax: ((page|)) (no characters after |) will yield "page: page's description" * [MOD] image galleries batch upload from directory: switch for "create sub galleries from sub directory names", means: when uploading images dirname/*.jpg, the images may go to a sub gallery 'dirname'. preferences for the new galleries are taken from the parent gallery * [MOD] image galleries batch upload from directory: switch for "remove file extension" from image name in 'name field' * [MOD] image galleries batch upload from directory: switch for "use sub dir name as file description" * [MOD] image galleries batch upload from directory: works on subdirectories now * [MOD] image galleries: image popup windows have "slideshow" buttons now (back and forward) * [NEW] wiki diff styles : .diff, .diffheader,.diffbody,.diffdeleted, .diffadded, .diffchar * [NEW] site identity styles : .sitelocbar, .sitenavbar, .sitelogo, .sitead, .sitesearchbar, .description, .crumblink * [NEW] admin remarks box styles : .rbox, .rbox-title, .rbox-data, .rbox-title[name="warning"], .rbox-title[name="note"], .rbox-title[name="tip"], .rbox-title[name="comment"], .rbox-data[name="warning"], .rbox-data[name="note"], .rbox-data[name="tip"], .rbox-data[name="comment"] - will eventually be used for a wiki plugin, too. * [NEW] (module) box styles : table.box-title, span.box-titletext, a.flipmodtitle, img.flipmodimage, div.box-data now has unique id also. * [NEW] a.tikihelp style : new attribute: vertical-align: text-top; * [NEW] {toc} style : .fancytoclevel - (rc3) --------------------------------------------------------------------- * [NEW] changes in score and friendship new feature * [NEW] new wikiplugin Versions mandatory for building up the doc * [NEW] new wikiplugin SHOWPAGES * [NEW] new wikiplugin Snarf for including a web page * [NEW] Default charset for sending mail * [MOD] Code Wiki Plugin : added caption param * [MOD] Calendar last modif events modules ModuleLastModifEvents * [MOD] RSSModules admin displays size of cached rss data * [MOD] RSSModules admin "display feed title" is complete and working now * [MOD] RSSModules publish date is shown in preview, too * [MOD] Redesign of the forum styles 'threaded', 'plain' and 'headers only' * [MOD] New usermap feature to add users on tikimap * [MOD] tiki-install can be deactivated automatically by adding location and die; * [MOD] Multiple users can be removed at the same time * [MOD] Multiple users can be assigned to and removed from multiple groups at the same time * [MOD] Default group of multiple users can be set at the same time * [MOD] Removed some unprofessional wording from admin gallerys screen. * [MOD] image libraries are detected or not, removed the use at your own risk warnings. * [FIX] Submit and article via tiki-edit_submission.php and expiry date is one year from now. (OK). Then, edit this same article with tiki-edit_article.php and the expiry date become today. (so the article disappears). * [FIX] Wiki page edit warning is not reset after user saves page * [FIX] Cancel edit no longer functioned * [FIX] score_event caused error when anonymous viewed scored features * [FIX] Live Support Fixed live support JS file * [FIX] Live Support Fixed live support chat request window * [FIX] Live Support Fixed bugs in LS transcripts * [FIX] Live Support Fixed bugs in transcript display * [FIX] categories : fixed display bug in tree on admin page * [FIX] who_is_there module no longer showed idle time and not xhtml compliant * [FIX] bug #986208external link: the wiki undo function was broken * [FIX] All newer modules/ code now has path disclosure protection * [FIX] tiki tabs - now IE friendly * [FIX] calendar/jscalendar - sits better in middle column * [FIX] maps upload dir navigation fixed * [FIX] maps display fixed * [FIX] CODE plugin no longer spews errors when no caption is defined * [FIX] CookieMonster : problem of cookie management and navigation memory * [FIX] Forums have avatar, userlevel, posting, online and email details back * [FIX] admin category panel is fixed for adding many levels of subcategories * [FIX] access to image in gallery only if permission to its gallery is available * [FIX] fixed postgresql install by enhancing the convertscript * [FIX] RSSModules external link: Forums RSS provides access to "restricted" forums * [FIX] RSSModules display of rss 1.0, 2.0 and atom 0.3 working now * [FIX] RSSModules most rss feeds should work now * [FIX] RSSModules Single-blog RSS feed broken 1.9rc2+external link * [FIX] RSSModules objects remained categorized even if all parent categories were removed * [FIX] Multi-tiki install fixed in case of upgrade of existing multitiki * [FIX] Killed the HashBug? (np replaced by hashes) * [FIX] use of / in agentinfo * [FIX] themes fixes in geo, tiki and trollparty styles * [FIX] exit; applied after header redirections * [FIX] Many more path disclosure fixes * [FIX] jspopup fix ported from 1.8 from SF bugs * [FIX] More path disclosure fixes * [FIX] exit; applied after header redirection to prevent code execution - (rc2) --------------------------------------------------------------------- * [NEW] lang/hu/language.php - Magyar - tra('Hungarian') * [FIX] tiki-install.php don't spits out many errors anymore * [FIX] Restoration of Forum moderator controls * [FIX] Replies to replies to forum topics are hidden when viewing forum topics * [FIX] Blogs posts appear when posted instead of at session expiry * [MOD] Removed avatars and packaged seperately available from http://mods.tikiwiki.org/project6 * [MOD] cross-linking in Admin pages to ease navigation * [MOD] action feedback/confirmation messages (aka TikiFeedback) * [MOD] less ambiguity in pages that handle both object creation and editing/removal * [MOD] Make help tips optional with the $feature_help * [MOD] Improved damian.css even more making right hand modules a different colour * [MOD] added score events to wiki edit page * [FIX] fixed dbabstraction on score sql queries - (rc1) --------------------------------------------------------------------- * [NEW] java plugin for wiki-3d display * [NEW] member activity scoring new feature * [NEW] Friends network integration * [NEW] Site Logo and Identity feature * [NEW] Experimental BLOGLIST wiki plugin that list the entries of a blog in a wiki page * [NEW] New CAS (Central Authentication Service) authentication option using phpCAS * [NEW] Online Spreadsheet manipulation : TikiSheet ! * [NEW] New experimental formula plugin by gmuslera to include a LaTeX-style math formula in wiki pages (inhibited in wiki-plugin-dist) * [NEW] rss feeds for last links and last links in a specific directory * [NEW] Use of $category in templates to make templates based on categorised pages if theme control is enabled * [NEW] smarty function tikicon to support icon themes * [NEW] Filtering of words for shoutboxes * [NEW] experimental TRACKER plugin to include a tracker form in a wiki page * [NEW] themes TarynsWorld, gemsi, olive-red, olive-blue, redgrey, 3dblue * [NEW] Admin Screen for managing Meta Tag details and geo url information * [MOD] multitiki : full separation of content from virtual tikis (stylesheets and templates too) * [MOD] multitiki : The installer (tiki-install.php) now includes the management of multi-tiki * [MOD] Wiki : New option to place an icon next to external links * [MOD] Wiki : New option which requires anonymous editors to input an anti-bot code * [MOD] Webmail : Can receive mail in iso-8859-1 and utf8 . If the multibyte php extension is installed, other encoding are accepted * [MOD] The php error reporting can be set globally for the site * [MOD] Subcomments texts are always displayed with a reply button in a <ul class="subcomment"> tag. * [MOD] Games section usability improved greatly * [MOD] Galaxia : if a process graph exists it gets show in the process overview with an imagemap, so you can click-start any activity you've got permission to. It's also a bit easier to visualise a process by a user. * [MOD] Galaxia : dded some handy smarty-function-quicktags to the template code editor * [MOD] Polls can now be configured to ignore anonymous votes, and this is the default. * [MOD] RSS: New 'refresh' button on admin page for external rss feeds * [MOD] Maps : icon based navigation interface * [MOD] Maps : quicktags for mapfile edition * [MOD] Maps : the name of the map appears on the browser title * [MOD] Maps : MyTiki preferences now contains lon/lat entry for upcoming user map * [MOD] Articles : Added topic=>topicname parameter to the ARTICLES plugin, to filter to a topic if wanted * [MOD] Articles : adding toplink, subtitle, link, image caption and language * [MOD] Categories : included optional use of phplayers in browse categs page. reworked the layout for more usability * [MOD] Permissions can be assigned to categories * [MOD] User menus : new item in user menus: separator * [MOD] User menus : Added Horizontal menu support to the phplayers menu * [MOD] User menus : Added vertical menu support too in some themes * [FIX] Calendar : major debug * [FIX] Calendar : use of jscalendar is that feature is checked * [FIX] Calendar : enabling of group calendar with perms checking. * [MOD] major trackers evolution * [MOD] trackers : possibility to display a direct link to comments or to attachment in view list, optionnaly * [MOD] trackers : options are now available to choose the fields of attachements as well as display order * [MOD] trackers : look and friendliness with use of tabs. * [MOD] trackers : jscalendar, an alternative to date field * [MOD] trackers : action, a web request builder to automate actions from tracker items. * [MOD] trackers : image to include an image in an item * [MOD] trackers : header, to display passive field with a subtitle in forms * [MOD] trackers : category, with optional parent id to include categorization inside the stream of the form * [MOD] trackers : tracker item, to auto-link a 1 to 1 relationship to another tracker item * [MOD] trackers : tracker links, to link to several tracker items matching on a field content * [FIX] fixes in display of charts * [MOD] added a rss feed per image gallery * [FIX] Search: user input is now checked for unwanted chars * [FIX] HTML enabled wiki pages : Capital <TABLE> caused many lines * [FIX] RSS feeds : Display bullets out of page fixed * [FIX] fixed diff - merge from 1.8.1 branch and flipped colors for added (green) and removed (red) stuff * [FIX] fixed pagination bugs in Galaxia * [FIX] no more .tmp files generated in the system root dir * [FIX] XHTML : tiki-show_page - fixed stray table cell marker and added alt tags * [FIX] XHTML : smarty function: jspopup (onclick tweakd) * [FIX] XHTML : backlinks on wiki page (form) * [FIX] Fixed the repeated Re's in the tiki forums when use reply to post * [FIX] Fixed case of missing end quotes in the admin menus tpl file * [FIX] Remove a hardcoded courier font selection for monospaced Wiki text and just use a tt tag pair. * [FIX] Change parse_data to properly recognize a .. .page. .. marker. Without this change, lists and div's were not being properly closed out. * [FIX] Change some hardcoded <br> and <hr> tags to be the XHTML compatible form (<br /> and <hr />). * [MOD] Add a Wiki formatting mode that will put consecutive lines of plain text into a block surrounded by HTML paragraph tags. This behavior is conditioned on the $feature_wiki_paragraph_formatting flag. * [MOD] Parse absolute URI correctly in group home page setting * [NEW] plugin ATTACH to list attachements on a wiki page * [MOD] Avoid sending user back to registration page on first login Version 1.8.6 - Polaris - <http://tikiwiki.org/ReleaseProcess186> * [FIX] user bookmarks using httpRequest rather than fopen Version 1.8.5 - Polaris - <http://tikiwiki.org/ReleaseProcess185> * [FIX] Header redirections now die; afterwards to prevent other code being executed. * [FIX] More Path Disclosure fixes * [FIX] Remove the old password from being displayed on the tiki-change_password routine. * [NEW] Tiki security admin, a control panel to check internal tiki security settings and tiki files integrity. * [NEW] Added .htaccess files to most directories to disallow direct access * [FIX] Remove file from temp after upload * [FIX] More secure map uploads * [MOD] Latest ADODB for MySQL 4.1 support * [FIX] Wiki renaming fixes and enhancements * [NEW] moves custom permissions and user watches. * [FIX] Email notifications and theme control objects. * [FIX] WikiSyntax : Definition list "eats" character * [FIX] version in the diff of a wiki page changed notification to the previous message not the current" * [FIX] forum post notification with the right url * [FIX] monthview on year change * [FIX] fixed content disclosure through user watches. * [FIX] filename check in map editing code. * [FIX] REQUEST variable sanitation now works. * [FIX] fixed the check on filename uploaded on wiki pages * [FIX] fixed check of filename for upload_image * [FIX] fixed the article submission image id sanity Version 1.8.4 - Polaris - <http://tikiwiki.org/ReleaseProcess184> * [FIX] individual wiki page permissions could be bypassed * [FIX] path disclosure vulnerabilities in the smarty_tiki area * [FIX] removing any parent categories of an object caused the object to become uncategorized even if there are other parent categories * [FIX] version conflicts related to wiki tag restorations * [FIX] wiki edit permission shouldn't depended on global wiki view permission even if individual permissions are assigned for a wiki page * [FIX] duplicate version numbers when editing wiki pages * [FIX] scrollbar of textarea jumped to the top after using a quicktag in Gecko-based browsers * [FIX] articles plugin ignored displayed 0 comments all the time * [FIX] default groups for users were displayed even when they were not set * [FIX] bugged display of the rating field when selecting article type "Review" * [FIX] workaround for environments where $_SERVER['SERVER_NAME'] is undefined * [MOD] added RSS feeds with optional authentication * [FIX] reply icons were displayed in forum threads even if user has no permission to post * [FIX] forum stats aren't updated after moving a thread (until someone enters the affected forum) * [FIX] broken find function for orphan wiki pages * [FIX] tracker categorization broken on tiki-admin_trackers.php * [FIX] avoid login problems when tiki-index.php is the DirectoryIndex * [FIX] current page was deleted without a trace when rolling back to a previous version, resulting in the inability to undo a rollback and a gap in version numbers * [FIX] CATEGORY() plugin couldn't handle type=directory or type=forum * [FIX] a forum home was selected even when none is set in Admin/Forums * [FIX] directory category removal function left zombie subcategories and member sites * [FIX] buggy wiki page edit-conflict feature * [FIX] users logging in from the Tiki homepage were not sent to their group homepages * [FIX] users logging in from any wiki page were redirected to the wiki homepage * [FIX] inner boxes created by embedding BOX plugins within each other had messed up line spacing * [FIX] author of a shoutbox msg changed to the shoutbox admin who edits the message * [FIX] name inputted by an anonymous user in Live Support was lost * [FIX] overlib tooltips in moreneat.css extended across the entire screen * [MOD] diff engine was replaced with LGPL code to avoid licensing issues Version 1.8.3 - Polaris - <http://tikiwiki.org/ReleaseProcess183> * [FIX] sort_mode problem on FAQ questions (tiki-setup_base) * [FIX] error message on tiki-faq_questions was reporting no menu * [MOD] phplayers horizontal menu support added * [FIX] tiki-modules cannot be called directly * [MOD] Objects with set permissions show a green key icon instead of ( ) around the yellow key icon. Version 1.8.2 - Polaris - <http://tikiwiki.org/ReleaseProcess182> * [MOD] enhanced ticketlib in a second version * [NEW] added check on vars to avoid XSS attacks * [NEW] added an option in wiki admin panel to make use of dashes and underscores optionnal in WikiWords * [NEW] Confirmation on all destructive actions * [NEW] index.php everywhere, which calls ../index.php until the top level which will call tiki-index.php as normal * [NEW] Some scripts cannot be called directly, so we divert to the index.php Version 1.8.1 - Polaris - <http://tikiwiki.org/ReleaseProcess181> * [FIX] File and Image Galleries: Directory value shouldn't need "/" * [MOD] Wiki Forum Discuss Broken with dropdown on Wiki Admin page * [FIX] Forums : Show posts by age sorting broken * [FIX] Wiki Split! (both the @@@ and the line breaks in columns) * [FIX] forum attachment doesn't work * [FIX] Taglines uploaded display with escapes * [FIX] Shoutbox module's delete link doesn't work everywhere * [FIX] WikiSyntax : Center- if colon in-line, centering breaks * [FIX] search_box with Fulltext Search * [FIX] Misspelled link in file /lib/calendarlib.php * [FIX] Incorrectly specified wiki 'h4' heading * [FIX] Blog Pagination links were out of sync * [FIX] moreneat debug console has hard to see colours * [FIX] Forums : individual RSS feeds not working * [FIX] RSS not properly processing blogId * [FIX] FANCYTABLE plugin generates wrong TD format * [FIX] RSS feeds are sent with Wiki Formatting instead of HTML * [FIX] RSS feed brakes in 1.8 RC3 - httprequest() in tikilib didnt return any data * [FIX] Newsletters: Subscribers get same unsubscribe code * [NEW] topic filtering in wikiplugin_articles * [FIX] File Gals:IIS REQUEST_URI not set in file download * [FIX] lastLogin was the same as currentLogin * [MOD] forums' new icon to show for topics new since last login * [FIX] ARTICLES plugin wasnt showing the topic images. * [FIX] mod-who_is_there Fixed missing quote marker * [FIX] commzone/attzone area JS flip link fixed for all themes (comments and attachments weren't staying to show in Konqueror) with more accessible solution * [FIX] Contact Anonymous fixed remember to enabled the Contact Us and user Messaging features, set a contact name on Admin->General and let anonymous use the messaging system permission * [FIX] Integrator that was unable to save new repository * [FIX] iframe width in featured-link feature * [FIX] Wiki quick help SQL plugin documentation * [MOD] translation of 'by' and displaying of 'Anonymous' in last_modif_pages module * [MOD] translation of 'by' in wiki_last_comments module * [FIX] breaks in the BOX plug-in * [NEW] dropdown navigation for backlinks and structures in wiki pages * [MOD] the module last_modif_pages so it don't display minor changes * [NEW] Javascript added to shoutbox forms to limit input to the 255 character table column width * [MOD] diff to ignore newline characters * [FIX] missing ?forumId= in tiki-forum(s)_rss.php * [FIX] SPLIT and BOX plugins to render all wiki syntax properly * [FIX] diff and source view to display special characters properly * [FIX] external RSS feeds: first entry was not shown * [FIX] more XHTML fixes (some ported from 1.7.x branch) * [NEW] ARTICLES now includes Topic Filtering * [NEW] new module last_category_items * [MOD] Spelling Mistakes corrected also modified the language files to reflect those changes, so not to break the language translations * [NEW] Added a check on Tiki Backup to remind you if your file and image galleries are set to file system storage German translation * [NEW] RSS 2.0 output feeds support the author tag now * [MOD] RSS: better looking stylesheet * [MOD] RSS: Blogs now show title instead of a timestamp * [MOD] RSS: if there is an empty item title, it gets replaced with a creation timestamp of that item * [MOD] RSS: forums rss shows author names now * [NEW] avatars: user can choose to have no avatar if he has one currently * [NEW] Added <>[]|)({}'"_-*#;:& to special character input marclaporte * [MOD] Replaced the powered by RDF button with better quality one and aligned all buttons vertically to middle * [NEW] Belarus now has a tiki flag! * [NEW] en-uk Language file, mainly because we british love our colour * [NEW] adding a powered by Tiki logo on bottom bar * [NEW] Added support for Atom output feeds, details see http://bitworking.org/rfc/draft-gregorio-07.html * [NEW] Added support for external Atom feeds, just add them on the rss feeds page! * [NEW] Added new module forums_last_posts, that shows the newest posts in forums. prefixes like Re: or Aw: are removed prior to output * [FIX] Corrected the alignment in neat theme for wiki page icons Version 1.8 -Polaris- <http://tikiwiki.org/ReleaseProcess18> * [FIX] removed invalid maxlength attribute and added js_maxlength to shoutbox * [MOD] added js_maxlength smarty function * [FIX] fixed a bug where the lastLogin wasn't updated when using Pear::Auth (LDAP) and no passwords are in Tiki DB * [FIX] fixed installer: structures upgrade * [FIX] fixed installer: tiki_1.7to1.8.sql don't have to be run after comments fix * [FIX] fixed installer: security problems where unauthorized users could break database settings and even could empty all tables. * [FIX] structures creation fixed (mose) * [FIX] fixed Forums - queued and reported messages broken (OneOfMany) * [FIX] fixed tiki-user_bookmarks was missing a semicolon (jpf) * [FIX] color in linkbut on tceti theme changed so its readable (dgd) * [FIX] changed potentially dangerous defaults (link caching) * [MOD] added option whether mail address should be checked at registration (may not work on windows or may not work at all, so default is off). This option was before hidden in the "system_os" setting. * [FIX] fixed missing end quotes backported from 1.9 (Damian) * [FIX] Error messages in RSS feeds are now readable in RSS readers * [FIX] fixed the jspop issue in Image Galleries - identified by bnuz, commit by damian * [FIX] fixed the calendar to show the right weekdays applying the CalendarBug2004 fix by rpg - gmuslera * [NEW] added the tikiticket anti-CSRF system mose + Damian - more details on TikiSecurity * [NEW] added tiki-admin_system page for cache and compile operations (mose, flo) * [MOD] enabled fulltext search in search_new(flo) * [MOD] added error_ticket templates for the metal themes and fixed error.tpls Damian + Colorado * [NEW] added check if cookies are switched on on browsers (if session is handled via cookies) at logon time (flo) - (rc3) ------------------------------------------------------------ * [FIX] fixed thumbnail generation in image galleries * [FIX] structures moving items now works * [FIX] fixed thread ordering setting in forum administration * [MOD] extracted html from structure {toc} tree function, and made 2 templates to manage that. * [FIX] Reoccured problem with email_isPublic not honoured * [NEW] Module to display pages where last comments added * [MOD] added optionnal numebr of entries displaye in module titles * [MOD] navigation buttons added to structures * [MOD] refactoring modules templates system to be more generic * [FIX] fixd some bugs in edit language admin panel * [FIX] fixed a strange bug with images in articles * [FIX] fixed user menu that had problem creating a new one * [FIX] fixed bugs in quicktages * [MOD] some refactoring : creation of initlib, cachelib, tablelib * [MOD] improved global xhtml compatibility with more & changed in & * [FIX] fixed automatic url building in register site form * [MOD] upgraded Smarty to 2.6 final version * [FIX] fixed minor error handling in maps feature * [MOD] enhancement of change textarea size in edit forms * [NEW] added a new function in smarty for including phplayer # [MOD] changed the way dropdoiwn lists are displayed in tracker admin * [NEW] BlueMetal added by colloradoweb.com - (rc2) ------------------------------------------------------------ * [MOD] Partly introduced customizable Quicktags * [MOD] Wiki Structures provide more flexible relationships to wiki pages * [MOD] Shoutbox enhanced to auto-replace URLs starting with 'http(s)|ftp(s)' to active links and URLs starting with 'www' string. It's made optional. * [MOD] All modules with numbers at left side (like ''last_...smth'' and ''top_...smth'') now have -+nonums+- parameter which is inhibit numbers output * [MOD] The select list of countries in User Preferences is translantable now and sorted alphabetically by translated strings * [MOD] SPLIT wiki plugin now have two parameters: -+fixedsize+- and -+joincols+-. Also it can split text by rows (use -+@@@+- as rows delimiter) * [MOD] New mail-in method: ''PREPEND'' -- opposite to ''APPEND'' * [MOD] Czech and Italian translations * [NEW] TikiIntegrator * [FIX] Calendar: no year input fixed * [FIX] Fixed bug that caused changes to admin settings sometimes require a page reload to appear * [FIX] renamed lang/sp folder to lang/es for spanish language * [MOD] Enhanced user menus so that the menu items only show if a feature/permission/group is on. Added new application menu as sample. * [FIX] fixed pagination in forums * [FIX] fixed computation of number of queries * [MOD] Trackers are now faster if you have a large number of registred users * [NEW] new search engine with background collecting of searchwords. This search engine is database independent. Use the "new_search" module to be able to use the new search engine. * [MOD] all links that were displayed with [ link ] now use linkbut css style for a more homogen navigation * [FIX] fixed rankings for authors in wiki and cms * [MOD] made possible for comments to rate articles * [MOD] total rewrite of the search engine with reverse index powers the search a lot ! uses highlighting feature. * [FIX] fixed smileys not displayed in chat * [NEW] added tikibot, the irc extension of tikiwiki, that uses third party modules : wollabot and smartirc * [NEW] site registering feature now make new tiki be added more easily in tikiwiki.org directlory links * [NEW] added an admin panel for custimisation of quicktags those like icons in edit page that insert text with javascript * [FIX] removed all unused duplicate templates from styles * [FIX] removed all hardcoded path from smarty display method so it will never complain about lacking tiki.tpl anymore * [NEW] WebHelp generation from Tiki structures, you can dump a structure to generate a webhelp static version with search capabilities that can be distributed as a standalone version of the selected tiki pages. * [NEW] Added 2 prefs cookie_domain and cookie_path for remember me cookie * [MOD] An alternative module-switch_lang2 * [MOD] Allow article creators to edit their articles even if they don't have the p_edit_article permission. Default behavior is unchanged, must be turned on via the article types. * [MOD] submissions can now be edited by the creator, even if they do not have the p_edit_submission permission. * [FIX] Fixed bug that caused all subscriptions to a newsletter to be deleted if a new address was added. * [FIX] lots of tempfile naming fixes * [FIX] Avatars in articles now show correctly - (rc1) ------------------------------------------------------------ * [MOD] tiki-install.php now tries to create the dirs it needs. Less need to run setup.sh * [NEW] Installation profiles allow for a pre-configured site at install time. * [MOD] added a simple cache system for topic_image.php with optionnal reload=1 as argument for forcing cache reload (performance gain in articles) * [NEW] Customizable article types. Default types are Articles, Reviews, Events, and Classifieds * [MOD] some module info removed from tiki_user_assigned_modules, now it comes from tiki_modules, as you would expect. * [MOD] added an anchor jump to comments on comments and attachment links * [NEW] Plugin to include information from an article. * [MOD] Improved thread display of comments * [NEW] newsletter enhancements - per newsletter determine whether users can subscribe, whether the address must be validated, and whether to include an unsubscribe msg when a newsletter is sent. Removed frequency as unused. * [NEW] plugin for automatic link building of sourceforge tracker items using {SF(aid=>xxxxxx)}{SF} * [NEW] Editable dynamic variables can be added to tiki objects using %name%. This allows quick editing and displaying of short information in wiki pages and other objects. * [NEW] Last n messages posted in a forum can be displayed when listing forum topics to provide a quick access to the last posts in the forum regardless if they are new topics or replies to an existing thread. This is optional and the number of post titles to display can be configured. * [NEW] Wiki pages can be cached or not cached individually, this setting overrides the global setting for caching wiki pages. (Allows to have all pages cached but one or no pages cached but some, refresh times can differ too) * [FIX] Article topics no longer require an image file to be uploaded * [MOD] Article pages now accepts type and topic parms to filter articles * [NEW] Added a Jabber plugin {JABBER()} Needs local jabber server to run. * [NEW] Basic error handling in function "query" in lib/tikilib.php * [NEW] assign page permissions to whole structures * [NEW] added an optional &highlight=word+otherword to highlight some words in any page * [NEW] admin topics now allows existing topics to be changed * [FIX] fixed galaxia bugs while porting to adodb queries * [NEW] added a module to switch themes * [FIX] moved wiki table parse code behind link parse code * [NEW] function targetBlank in tiki-js.lib * [MOD] CODE plugin now accepts php syntax highlighting {CODE(colors=>php)} * [NEW] Replace PEAR::DB with ADOdb to support PostgreSQL, Oracle, MSSQL, etc. * [NEW] Added Real-time IRC (Internet Relay Chat) logging * [MOD] Wiki pages can now belong to multiple structures Version 1.7.1.1 -Eta Carinae- * [FIX] fixed a blocking bug that prevents wiki pages from being saved in some cases Version 1.7.1 -Eta Carinae- <http://tikiwiki.org/ReleaseProcess171> * [FIX] fixed bug where special chars in site search resulted in warning notices * [FIX] fixed smtp error on tiki-webmail.php * [NEW] language : ru, nl, da and de updated * [FIX] fixed bug with undefined variable and bugged form when creating a calendar * [FIX] fixed bug where users could not create file galleries even when granted tiki_p_create_file_galleries * [FIX] fixed bug where wiki quicklinks and quickhelp don't correspond to the wiki table syntax setting * [FIX] fixed 'quote' bug in debugger console command line * [FIX] fixed email-validator in case servers disallow identical FROM and TO addresses which may have prevented some users from registering * [FIX] the page description in category page will stay the page description (instead of the page data) after updating the page * [FIX] themes list is now sorted * [FIX] fixed bug where browsing to forum threads using the forum modules results in errors on subsequent forum actions * [NEW] updated to stable and official HAWHAW V5.1 * [FIX] fixed bug where the lastLogin and currentLogin time stored in Tiki DB are always the same, the currentLogin time * [FIX] page names will now keeps the original capitalization even if linked to with another kind of capitalization * [FIX] inserted a lot of spaces to help give the site a consistant look * [FIX] fixed bug where hotwords at the beginning of a line don't work; fixed other strange behaviors * [FIX] allow user to confirm his email and bypass validation in case the mail server does not work with Tiki's validation methods * [FIX] fixed bug where user information and data was left in a dozen DB tables after the user is deleted * [FIX] fixed some Galaxia graphing problems due to typo's /Processes/ should be /processes/ * [FIX] fixed comments and attachment styles in geo and trollparty themes * [FIX] fixed display of categories in select : it now displays the full path * [FIX] fixed bug where SSL login sends user to a bad URL if tikiIndex is more than just a filename on the same Tiki site * [FIX] fixed bug where games did not load in tiki-list_games.php * [FIX] fixed a blocking bug occuring with Galaxia and php prior to 4.2 * [FIX] fixed bug where auth failed when !$userTikiPresent && $userAuthPresent; should be !$userTikiPresent && !$userAuthPresent * [FIX] fixed bug where user cannot be created in Tiki even if authenticated via LDAP * [FIX] fixed bug with ext link caching when URL contains parameters * [FIX] fixed challenge/response auth; user now has to input their email; quick hack until tiki auth is overhauled for 1.8 * [FIX] fixed bug where tiki-user_information.php?view_user=smith shows your personal theme rather than site theme if smith has not set a theme * [FIX] fixed PDF remove page bug * [FIX] fixed bug in img gal where thumbnails are not created when extensions are written in captial letters * [FIX] fixed bug where stylesheet is not used for blog_rss * [FIX] forum moderator and reply action toolbars are hidden if there are no replies * [FIX] performing moderator actions without selecting any replies no longer results in errors * [FIX] fixed broken filter function in Galaxia/workflow * [FIX] fixed erratic behavior of hotwords * [FIX] hotwords now take precedence over WikiWord? links * [FIX] Tiki no longer tries to cache URLs containing some common binary file extensions * [FIX] fixed bug where tiki was not displaying 'random_image' modules * [FIX] fixed bug where wiki edit preview screws up html special chars * [FIX] fixed bug "forum rss feed is a security hole", fixed for all rss feeds * [FIX] fixed bug "Tiki Forum RSS: Faulty tiki-forums_rss.php" * [FIX] fixed bug with wiki plugin parameter syntax => being encoded * [NEW] added TikiHelp? links to many pages Version 1.7 -Eta Carinae- <http://tikiwiki.org/tiki-index.php?page=ReleaseProcess1.7> * [FIX] Added form to edit groups and change included groups * [FIX] fixed bug where attachments to wiki pages with title of over 40 chars failed * [NEW] CATORPHANS plugin that displays uncategorized objects * [NEW] much more informative and user-friendly Tiki installer * [FIX] changed field maxlength from 40 to 200 for some fields (names or pagenames) in tiki_featured_links, tiki_files, tiki_html_pages, tiki_html_pages_dynamic_zones, tiki_images, tiki_wiki_attachments * [FIX] changed name field maxlength from 20 to 200 for tiki_dsn, tiki_extwiki, tiki_menu_options, tiki_menus in database * [NEW] all RSS feeds are converted to UTF-8. If you have iconv or recode even non-latin fonts could be displayed! * [NEW] "admin" user can no longer be removed from tiki-adminuser.php * [NEW] user is presented with link to installer if tiki fails to connect to db * [NEW] tiki installer warns user if it fails to rename tiki-install.php * [FIX] fixed a typo in forums that produced a blocking error * [FIX] fixed Smarty bugs related to smarty.request variables and register_globals setting * [FIX] fixed bug where admins can su to a user that doesn't exist * [FIX] fixed bug where selecting "categorize this object" then clicking preview in wiki edit will cause the categorize checkbox to become deselected if the page is not already categorized * [FIX] fixed bug where changing email prevents user from logging on again * [FIX] fixed bug where comment area (comzone) takes 2 clicks to show the first time * [FIX] fixed bug where user email changes are not propagated in watches but watches should just use the email in users_users and not duplicate the email in tiki_user_watches * [FIX] fixed error in Admin/General after setting home forum * [FIX] fixed bug where Live Support didn't work for clients who are logged in * [FIX] fixed bug in Live Support where msgs sent by operator to client are marked with client's username * [FIX] fixed a bug in debugger * [FIX] fixed bug where current site theme is not selected on Admin/General * [FIX] fixed bug where su (superuser) function doesn't work if you are logged in using the "remember me" feature * [FIX] fixed bug where default values of the form are not correctly set after adding a dir categ on tiki-directory_admin_categories.php * [FIX] fixed bug where tiki-install.php rejected all admin passwords, making reinstallation or upgrades impossible * [FIX] fixed bug where tiki stores clear text passwords by default even when that option appears to be disabled by default * [FIX] fixed bug where editing directory sites from a search query results in a mysql error * [FIX] fixed the find function in adminuser panel - (rc4) ------------------------------------------------------- * [NEW] new theme named "notheme" that uses only browser-defined colors * [NEW] design of a new theme intended to be the official Tiki theme: tiki.css * [NEW] new directory in doc/ named devtools/ that contains packaging and tiki developers tools * [NEW] Plugin {SORT()} to sort content in wiki pages * [NEW] New category tree in category admin panel * [NEW] added optionnal display of current category path and objects in wiki page * [NEW] edit structures page now shows a filterable list of wiki pages * [NEW] new layout for admin panels * [NEW] clarified forms that are serving as edit forms vs. create forms on over a dozen pages * [NEW] go offline in Live Support when logging out of Tiki * [NEW] directory categories can now be categorized * [NEW] multiple wiki pages can be categorized at once * [FIX] moved .htaccess (url-rewriting) to doc directory * [NEW] new avatars management and selection * [NEW] tikihelp use in admin features panel to link to online docs * [FIX] Removing wiki pages now also removes them from structures * [FIX] Fixed bugged normal/wysiwyg editor toggle in tiki-assign_modules.php and in blog editor * [FIX] Categorize list is shown and categorize checkbox is checked on the wiki edit page if that page is categorized * [FIX] Fixed the missing routines of "email scrambling" * [FIX] Fixed 150+ unescaped search and other input strings * [FIX] Fixed bug in anti-bot/anti-automatic registration feature * [FIX] No more database errors when using forum * [FIX] Fixed forum attachment download bug * [FIX] fixed blog post title lost in preview * [FIX] no more br-tags in tables * [FIX] Password matching on letters and numbers now works * [FIX] No more new categories without a name * [FIX] Fixed the un-categorize problem * [FIX] Deleting structures and wiki pages works now as expected * [FIX] Fixed Semaphore bugs about locking and concurrent editing * [NEW] RSS have their own stylesheet now and can be displayed in browser * [FIX] RSS feeds fixed and valid ! * [NEW] Usage of WikiWords can be switched on/off * [FIX] feeding a tiki forum from a mailing list works now - (rc3) ----------------------------------------------------- * [NEW] Wiki syntax for -+monospaced+- words * [NEW] Wiki syntax {maketoc} -- make TOC of headers on current page * [NEW] Improved and bugfixed wiki lists parser * [NEW] Collapsable wiki headers (append -/+ after !) * [NEW] Collapsable wiki lists (append -/+ after first item of list */# ) * [NEW] Continued list paragraphs (use '+' instead of */# to continue list item ) * [NEW] Automonospace wiki feature now can be enabled/disabled (RFE #?????) * [NEW] Full HTML headers from 1 to 6 ('!' to '!!!!!!') * [NEW] WikiPagesLinks with updated sign /use ((WikiPage|description|timeout_in_sec)) / * [NEW] Wiki -=title=- auto aligment (just try to align it with spaces in source :) * [NEW] Added a BOX plugin to display theme-styled box in wiki page * [NEW] Improved help system for wiki plugins * [NEW] New themes: Akwa and Matrix (take a look at styles/README.matrix) * [NEW] Catpath plugin * [NEW] link to Google cache in Tiki's cache view in case local Tiki cache is outdated or broken * [FIX] print mode is cleaner, without page bar and icons * [NEW] remembers where user logged in from and sends user back after login * [FIX] google plugin fixed by removing the javascript redirection. * [FIX] fixed the search engine so it responds in seconds not ten. * [FIX] Fixed tiki-read_article.php permission bug - (rc2) ------------------------------------------------------- * [FIX] general utf-8 mail encoding * [FIX] bad category link for articles * [FIX] user hash generated from password only, now uses login and email too * [FIX] double-click wiki quick help and comments bug * [FIX] 4 out of 6 batch file upload bug * [FIX] ignored auth method bug with webserver auth * [FIX] anonymous username bug in live support * [FIX] webmail small but efficient fixes * [FIX] fixed display of comment and attachment buttons * [NEW] improved multi-host setup * [FIX] massive html fixes * [FIX] remember me feature fixed * [FIX] improved conflict detection when editing wiki pages * [NEW] Tiki Debugger Console for tiki developers or admins * [NEW] plugin category added * [NEW] new modules mod-who_is_there and mod-search_wiki_page * [FIX] install script upgraded for non-root usage * [NEW] mail sender is now configurable * [NEW] added Geo and Trollparty theme - (rc1) ------------------------------------------------------------ * [NEW] generation of pdf documents from wiki pages * [NEW] added matrix, moreneat and mose theme. * [FIX] all sent mails are utf-8 encoded now for intl sake * [FIX] added sender email address to outgoing mails * [FIX] added form to edit groups and change included groups * [NEW] Added an Edit CSS feature, with fancy display of css and fast editor form * [NEW] Added a setup_virtual.sh for virtual hosting, and changed internal code accordingly * [NEW] Added a general Calendar feature for tiki content browsing and groups calendar management. Uses overlib and some javascript enhancements. * [NEW] Added a MODULE plugin to display modules inside wiki pages * [NEW] Added copyrights management system. * [NEW] Authentication: Tiki can use the WebServer authentication if admin wants, the user is automatically logged to Tiki once the WebServer authentication is used. * [NEW] Mechanism to prevent script/robotic user registration is supported, Tiki generates a graphical number that the user must enter in the registration form to be registered. This feature is optional and can be enabled/disabled from the admin->login menu. * [NEW] New theme added: neat based on plone. * [NEW] A single wiki-page can be a multi-page page using ...page... to separate pages, individual pages can be viewed using navigation links or a slideshow. * [NEW] A wiki structure can be created/imported from a text representation of the tree where structure levels are depicted by indenting the text with single spaces. * [NEW] All pages in a structure can be exported from the admin structures page * [NEW] A text representation of a Wiki structure can be exported then it can be used to create (recreate) the structure in another system. * [NEW] Blogs: Blog posts now support multi-page posts, the first page will be displayed when listing blog posts (can be used as a heading) and the other pages are navigable when reading a blog post. * [NEW] Articles: Multi-page articles are now supported, use "...page..." to separate pages in a multi-page article. Navigation links to article pages automatically added. * [NEW] Articles: The permission tiki_p_autoapprove_submission was added, groups with that permission can submit articles that are automatically approved. * [NEW] Articles: The list of articles can be configured choosing which columns should be displayed when listing articles. * [NEW] Wiki: Optionally admin can choose if the user who creates a page has admin privileges over that page (remove, assign perms, etc) * [NEW] Wiki: The listpages feature can be configured choosing what columns will be displayed in the listing. * [NEW] MyTiki page reformatted to a tabbed interface. * [FIX] Lethal bug in tikilib that caused cache engine to infinitely recurse has been resolved. * [NEW] Forums: Posts can be reported to moderator. * [NEW] File galleries: Up to 6 files can be uploaded at once. * [NEW] Forums control to view posts from the last X hours/days only. * [NEW] File galleries dupes are now prevented. * [NEW] File galleries improved, listings are configurable, files can be moved and deleted. Better interface. etc * [NEW] Banning system: Admin can ban users or IPs from specific sections of Tiki, rules accept dates (suspensions). Usernames accept regexes, IPs accept wildcards example: 23.*.*.* * [NEW] Forums: Tiki distinguishes between read and unread posts * [NEW] WML&PDA Integration using HawHaw: Use tiki-wap.php to access a Phone/PDA friendly version of the Wiki. * [NEW] Forum attachments added, you can setup which forums admit attachments and who can attach files to forum posts. * [NEW] Added forum discussion button to wiki page view: allows users to go straight to forum for page discussion. * [NEW] Drawings history added. From the admin drawings panel you can view the history, remove versions, etc. * [NEW] Drawings jGraphPad replaced jHotDraw, lot of new features and tools to edit drawings which can be included in any parsed tiki object. * [NEW] Forums: Breadcrumb added. Links to next/prev topic when browsing threads added. * [NEW] Forums: Topic summaries added and can be used (optional) * [NEW] Forums: Topic smileys can be used * [NEW] File galleries: you can edit the name/description of files (Joan) * [NEW] File galleries: duplicate uploads are prevented. * [NEW] Articles: topic or article image can 'float' around text optionally. * [NEW] Forums: columns to be listed in topic listing can be configured per-forum. * [NEW] Forums: columns to be listed in forum listing can be configured. * [NEW] Notes in notepad remember parsing mode. * [NEW] Notes in notepad can be viewed as smarty templates * [NEW] Forum posts can be saved to the notepad. * [NEW] Weblog posts can be saved to the notepad. * [NEW] Notepad: A note can be converted in a wiki page or update the content of any wiki page (if permitted) * [NEW] Notepad: notes can be merged into a single note. * [NEW] Weblogs: Trackback pings implemented, you can send a ping from any weblog post to any URI accepting trackback pings. Tiki will also accept trackback pings the tiki-view_blog_post.php script implements the discovery mechanism, then Tiki can display a list of trackback pings to your blog posts from other sites. Compatible with geeklog, movabletype and other wonderful weblogging packages that are-now-eclipsed-by-the-amazing-tiki-machine! * [NEW] Weblogs: interface added to add images to a weblog post, this works with the traditional editor or the brand-new WYSIWYG editor. * [NEW] Customizable heading (all the html before posts) for weblogs. * [NEW] You can control if individual weblogs accept comments * [NEW] Weblogs: blog posts can use titles if the blog is configured to use titles. * [NEW] Weblogs: admin can select what columns to list in the blog listing, the blog owner can be listed as an avatar, link or text. Improved the look and fell of the blog listing. * [NEW] WYSIWYG editor added for blog posts, you can now edit an HTML post for a blog using a full-featured Wysiwyg editor (IE only in 1.7) * [NEW] Workflow engine added. Create processes, monitor processes and execute processes. Processes are mapped to PHP scripts. Please read the workflow documentation for a detailed overview of the Workflow engine. * [NEW] The special Smarty plugin {helplink page="PageName"} can be used to create a link that will display a wiki page as a help popup. This allows your site to create an online help system based on Wiki pages. * [NEW] In file galleries, the file title and description now can be edited. * [FIX] In file galleries, when a file had a title the filename was showed instead. Now it shows title correctly, and title itself is not forced to be entered, the filename is shown when no file title has been provided. * [NEW] New popup window to see images in image galleries. It autosizes to the image's size. * [NEW] Batch user import in Users administration. Now you can import users from a CSV file. The CSV file needs to have the column names in the first record. The column titles must match with fields in "users_users" table. Login, password and mail are forced. If an unexistant field is specified, it's ignored. * [NEW] Default .htaccess contains many apache/mod_rewrite commands: http://ex.com/tiki-index.php?page=HomePage => http://ex.com/HomePage, http://ex.com/tiki-view_blog.php?blogId=1 => http://ex.com/blog/1, etc. Version 1.6 -Tau Ceti- * [NEW] Install script added, unzip the files and point your browser to tiki-install.php * [NEW] Initial LDAP support has been added using PEAR::Auth. This will be expanded in future releases and is completely optional. * [NEW] Graphviz integration, a plugin can be used to visualize a navigable graph of a subwiki indicating a page to start and depth level. Also included is tiki-wiki_graph.php?page=Name&level=X to render the graph (non-navigable) as an image anywhere in Tiki. * [NEW] Users with the right permission can do "minor" edits on wiki pages minor edits are not reflected in the history nor are notified by email to users "watching" the page. * [NEW] Forums: Option to allow wiki markup in forum/comment posts. * [NEW] Forums: the topic description can be disabled when browsing forums. * [NEW] Checkboxes added in page history to remove many versions of a page. * [NEW] View page source option from page history for any version. * [NEW] Inter wiki links, admin can define URLS in the format http://www.example.com?page=$page or similar ascociating the URL with a name then the syntax ((Wiki:name)) can be used to link to a page in an external wiki. This can be used with other Tiki sites or other wikis as well provided that the URL to a page can be constructed putting the page name somewhere in a URL. * [NEW] Wiki pages can be renamed. * [CHG] Comment and link to diff are now informed when notifying that a page has changed * [NEW] Option to allow users to lock a page and only the user who locked the page can unlock it. * [NEW] Handlers can be defined to change how wiki pages and other objects are parsed, you can define pre-handlers and pos-handlers. See the file tiki-handlers.php * [NEW] Some tiki objects can be saved in 1-click to the user notepad. * [NEW] Mini calendar for events by user with daily, weekly and lit view, event topics, find events, etc. * [NEW] Users can configure if they want to double-click to edit wiki pages. * [NEW] Themes can redefine ANY template of Tiki, just create the template in the templates/styles/name directory and Tiki will use that file. If the file is not there it will default to the templates directory. (McKenna) * [NEW] Alternative syntax for tables, you can separate rows using line returns instead of ||. You have to select which syntax to use in the admin screen. * [NEW] Admin menu submit buttons now get back to the admin section where the submited information was found. * [NEW] User menus, the user can add items to the application menu, an option to automatically add top-level bookmarks to the menu is provided. * [NEW] Theme control center: if activated you can control the theme by section, by category or by specific object. (Laporte) * [NEW] Ephemerides feature: admin can set up images/texts for specific dates, users can browse using the calendar to get the images/texts for any day. A module is provided to display the image/text for the day, if many one is choosen randomly. * [NEW] User files section, users can store personal files and download them whenever they want, files are only visible to the user. Admin can control a disk quota for each user. * [NEW] User Notepads section added, users can sketch notes view them and remove them, the notes can be viewed as parsed wiki pages or unparsed. Useful to keep memos, user personal information, etc. * [NEW] Newsreader added, users can add newsservers, browse groups from the servers and read the articles from any group. A save position option is provided to highlight new messages per group/user * [NEW] SnowChekMail the function used to validate email addresses can be disabled if you configure your system as Windows in the main admin panel. * [NEW] My Tiki section added as a refurbished user_preferences section, this new section includes webmail, user_preferences, modules, bookmarks, tasks and all the per-user sections of Tiki. * [NEW] Wiki plugin added: SPLIT used to split a wiki page in two columns. * [NEW] Wiki plugin added: SQL can be used to display the result of an SQL query to the tiki database, useful for reports and others. As admin you can setup dsns that users can use and set permissions for each dsn!. This cool feature can be used to display queries from your tiki site, or from other applications or databases in a controlled way in your wiki pages. * [NEW] User tasks, users can set-up tasks and mark tasks as completed or remove tasks, a user module is provided. This can be used as a simple to-do list for users. * [NEW] Wiki page footnotes, wiki pages can have footnotes, footnotes are kept at user level (each user only sees his footnotes for each page). This allow users to keep his private comments and notes for Wiki pages. * [NEW] Plugins added to normal distribution: code, avatar, center * [NEW] Plugins can be nested * [NEW] Plugins are re-entrant, a plugin can generate another plugin code. * [NEW] Wiki structures can be used to generate slide shows * [NEW] Changed translation routines to a Smarty prefilter, the first time the screen is generated it will be slower but then all the pages will be rendered very fast. Performance improvement. * [NEW] Permissions interface improved supporting multiple permission settings in one operation (the famous checkboxes are here) * [NEW] Permission levels added to the permissions, allowing the admin to classify permissions by level and then assign/remove all the permissions in some level to a group * [NEW] Who is online module added displaying a list of registered users currently online * [NEW] Tooltips added when text is truncated * [NEW] Optional remember-me feature added to the login box. The lifetime of the cookie can be configured. * [NEW] Contact-us feature added showing the user an option to send a message to the admin unser (configurable) and an option to send an email to admin. * [NEW] Inter-user messaging added, users can read,write messages to other Tiki users. an option and permissions are provided to broadcast a message to a group of users or to all the users. * [NEW] User information page added to see information about a user. The user can make his information public/private from his user preferences * [NEW] Tiki tags are now allowed in FAQ answers * [NEW] Smarty version distributed with Tiki upgraded to 2.4.3 * [NEW] Caching mechanism for wiki pages. Wiki pages can be cached for a specified time before they have to be parsed again by the wiki engine. This does not affect undos,rollbacks and edits that are immediately reflected. This option can be turned on/off. For sites using large or complex wiki pages it can show a good performance improvement. * [NEW] Directory feature added to Tiki. Links can be organized in categories, users can add links to be validated by admin, many options for display and functionality. * [NEW] "su" option added to let admin login as any user once logged as admin, in this way he can configure or fix a user problem without never asking for the user password. * [NEW] Country added to user preferences, the country flag is also displayed in forum posts of the user. * [NEW] Wiki structures. You can create structures of wiki pages and the new tag {toc} can be used to display a table of contents for the structure in a wiki page. When a page is part of a structure links to the next and previous page are provided as well as a link to the first page of the structure, where you should place the {toc} and other information. Version 1.5 -Regulus- * [FIX] Several Minor Typos (jaw959 et al.) * [NEW DEVLEOPER] Joseph Witthuhn (jaw959) can be contacted at jaw959@users.sourceforge.net * [NEW] You can select the name of your Wiki home page. Can be other than HomePage. * [NEW] Now admin has an option to enable full wiki page names allowing spaces and accents and other chatacters to be part of a wiki page. * [NEW] Quick image uploads to wiki pages, you can upload a picture from the editpage feature and have it displayed in the page inmediately * [NEW] Added a login screen that can be used in columnless layouts or for emergency purposes if the login box or the columns have problems. The file is tiki-login_scr.php. * [NEW] Added a phpinfo link to check your php installation in the admin menu. * [NEW] Now you can make batch uploads of zip files for file galleries. If you have the right permission just upload a zip file and all the files will be added to the gallery. * [NEW] Now you can use comments for inividual blog posts. * [FIX] Tikilib code reduced splitting it into smaller libraries reducing memory consumption. (stage1) * [NEW] Added a description field for Wiki pages (optional) when this feature is disabled the description is displayed below the page name and as the title of a link to the page (form other pages). * [NEW] Added direct link to pages in paginations (optional) if enabled you can jump to any page of a multi page listing by following a link. * [NEW] Newsletters added, admins can setup newsletters and users can subscribe, emails are requiered to confirm subscriptions and prevent spamming. Then admin can simply send an HTML based newsletter to the subscribed (and confirmed) users. Users can unsubscribe using a URL. * [NEW] Added an option to generate gzipped output to the browser. * [NEW] Base templates can now be defined by theme so you can create a theme presenting a whole different layout for Tiki. You can also use this to create themes including images and other decoration elements in Tiki. Since only base templates are classified by theme you can do it changing just a few files. If you don't want to change the layout just copy the templates from the templates directory if you are creating a theme. * [NEW] Changed wiki page names to support up to 150 characters * [NEW] Menus now preserve their state between pages (using cookies) if cookies are disabled then menus wont preserve state but will still work as they did before. * [NEW] Added plugins to the Wiki, now you can create your own plugins for the wiki to suit your needs. The syntax is simple, see lib/wiki_plugins/example.php for a description and example. * [NEW] Admin can choose if passwords are stored in plaintext or not. If not, a hash will be used to authenticate users and the remind-password feature will generate a new password and send it by email. The new password will be immediately due so the user will be forced to change it. * [NEW] All the Javascript code has been packed into a library * [NEW] BiDi support. Added support for BiDi languages. Added BiDi.css file to control BiDi directionality and layout. * [NEW] Added ~np~ ~/np~ syntax to the Wiki to make page sections unparsed. Can be used to put HTML code or anything that you want as-is without wiki syntax being parsed. * [NEW] Fulltext searching added (optional). By enabling this feature, results will be sorted by the relevance of the match to the search query. Also, search results will be ordered first by relevance, and then by section (wiki, blog, etc.). Non-fulltext searching continues to sort first by section, and then by 'hits'. * [NEW] PHPWikiImport feature. You can export pages from a PHPWiki dump into tiki even versions will be created. * [NEW] Export all wiki feature. As admin you can export the whole wiki as a text dump that can later be imported into this or another Tiki site. * [NEW] Import/export wiki pages. Wiki pages can now be exported to a .txt Mime-alike format and imported from an exported file. * [NEW] Slideshows added, if a wiki page contains more than one -=titlebar=- then you can display it as a slide show. This is a very cool feature. * [NEW] Admin can select the minimum length for a password to be valid * [NEW] Admin can choose if user passwords must include letters and numbers to be valid * [NEW] Admin can setup passwords lifetime and Tiki will force the user to change his password once the password is expired. * [NEW] Challenge-response authentication added, if enabled and the browser support Javascript then user passwords are never send across the network being replaced by a challenge-response authentication algorithm. This improves security since the chance of password eavesdropping is reduced a lot. * [NEW] Added sections to forums, now you can put forums into sections and the forums listing will list forums for each existing section. (As phpBB and other forum software does). * [NEW] Improved forum layout to be nicer (Roger) * [NEW] Avatars added to forums. Users can configure their avatars from their user preferences screen, pick an avatar from the library (more than 500) or upload an image to be used as your avatar. * [NEW] Surveys, create surveys to get a better understanding on your users opinions, many survey question types, users can fill surveys and stats are stored. * [NEW] Many bugs fixed, google module now works, definition lists fixed, wiki lists fixed, etc., etc. * [NEW] Webmail, set-up as many POP-accounts as you want, select a "current" account and you will be able to read emails, write emails, delete emails, download attachments, use attachments, write or read HTML based emails. Manage your address book, automatically add addresses to your address book and all the regular cool webmail features. * [NEW] Trackers, trackers are a flexible way to track user-requests and groupware tasks, you can define the fields for each tracker. Many field-types supported. Tracker items can be commented and can have file attachments, tracker items can be assigned to a user or group and will appear in the user preferences page (the user's home). Trackers and tracker items can be monitored and Tiki will send you an email when something is changed. You can open-close tracker items. * [NEW] HTTPS protocol is now supported. Tiki can now run over HTTPS connections. * [NEW] Tiki can now be run on any web server port, not just 80/443. * [NEW] Dates and times are displayed in the time zone specified by the user and/or the administrator. The administrator (but not the user) can also specify the date and time format strings. Month and weekday names are also localized, if locales are configured correctly on the server. * [NEW] The administrator can allow or require HTTPS logins. The user can choose to stay in HTTPS mode after logging in. Version 1.4.2 -Mira- * [FIX] Fixed a bug that crashed image caching * [FIX] Fixed a bug that allowed admins with permission to edit templates to edit any file * [FIX] Fixed a bug that made unassigned modules remain assigned for registered users * [FIX] Now you can use ' in the browser title and other preferences Version 1.4.1 -Mira- * [FIX] Fixed a bug that made Tiki unaware of links using the new ((name|description)) syntax resulting in orphan pages and fake link structure for the Wiki. * [FIX] Corrected an error in tiki_1.3to1.4.sql, added the params column to tiki_user_assigned_modules that was missing * [FIX] Fixed a bug related to an incorrect link when editing the user personal page as admin fro the user_preferences page Version 1.4 -Mira- * [NEW] Quizzes, you can create quizzes with as many multiple-choice questions as you want and program specific answers to be displayed to the user depending on the Quiz score. Quiz results can be stored and you can control if Quizzes can be repeated and establish a time limit for Quizzes if you want. Useful for fun or for learning, courses, etc. * [NEW] Smileys can now be disabled enabled from the Admin screen. (Dedicated to Tom) * [NEW] Templates can be edited and used for Wiki pages and CMS articles. A simple way of creating pre-formatted Wiki pages and Articles, you can template articles to review CDs, sites, etc * [NEW] Optionally you can make the user enter a special passcode to let him register into your site, this can be used for semi-privates sites or for sites where users are only added by invitation. * [NEW] Users can now suggest FAQ questions and FAQ admins can add the questions to the FAQ if they want. * [NEW] You can specify the opening type for featured links, the link can be opened in a new window, in the same window or in a frame inside the window. * [NEW] Script to export the wiki link-structure, tiki-link_structure.php can be called to get a txt representation of the Wiki structure each line is formatted in the form PageName LinkToPage LinkToPage LinkToPage... This can be used to construct a graph of the Wiki, to make stats, etc. This is useful specially for the TouchGraph Wiki browser which uses this format of link structure to draw a graphical representation of the Wiki pages. * [NEW] Underline syntax for Wiki pages (I don't like underlined text in web sites because it seems like a broken link to me but...) Use ===text=== to underline * [NEW] Now lists can include arbitrary nesting using *,#,**,***,##,### etc. * [NEW] The current date can be included in any module or template using {showdate mode="d/m/Y [h:i]"}, the mode follows the syntax to format dates using the PHP date function. * [NEW] You can filter by article topic and type in the articles listing * [NEW] You can categorize objects from the screens were the objects are created, just select the categories and the object will be assigned to that categories. * [NEW] Top games module * [NEW] When creating a group you can make the group "include" other groups, so permissions from included groups are automatically assigned to the new group. This can be used as an easy way to extend groups by adding some new permissions to an existing group. * [NEW] Random images syntax for modules use {gallery id=n} to include a random image from gallery n (Evan) * [NEW] Improved thumbnail generation keeping aspect ratio and using GD2+ functions if GD2+ is installed (Evan) * [NEW] You can edit images names and descriptions (Evan) * [NEW] Extended the syntax for Wiki internal references to support ((page|description) * [NEW] Imrpoved and simplified application menu, now links are more intuitive and the admin functions are better organized in the user space if you have the right permissions. * [NEW] Added a cancel button when editing wiki pages * [NEW] Mail notifications screen where you can pick email addresses to be notified when specific events occur, for example when a user registers or when a submission is received * [NEW] New theme jalist inspired in www.jalist.com * [NEW] Shoutbox, a graffiti wall where users can send messages, a module to display the last "n" messages and to add new messages is included. This is nice :-) * [NEW] Templates for mail notifications, all the Tiki mails that can be sent can now be customized by editing the templates in templates/mail so you can write whatever you want and personalize the emails. * [NEW] Dual storing policy for uploads. As an admin you can choose between storing file uploads on the database or a directory. If it is a directory make sure your PHP can read/write to the dir but the users can't list the dir (or they will be able to download all the files from your site). It's your choice, Tiki is flexible. * [NEW] Now modules are inmediately displayed after assigning them from the admin-modules screen (remember that if you have personalized modules you will have to assign them from your user preferences page) * [NEW] Since your last visit module showing new items on the site after the user last login date. * [NEW] Now assigned permissions are identified from unassigned permissions when assigning permissions to a group. * [NEW] The page layout can be configured different for each section (blogs, galleries, etc) * [NEW] HTML pages and dynamic pages, you can create any HTML page and display it using a URI, pages can have dynamic zones that can be edited from an admin screen, you can create dynamic pages that will be updated live without the need to refresh the browser. This can be used to show sports scores, stock info, weather, etc. * [NEW] You can set any URI as your home page so you can make any section of Tiki your home. * [NEW] You can activate stats for the search module and you will be able to see the number of times each word was searched by users. * [NEW] Usage graph in the stats page, you can see how many hits you have in different sections of your site. * [NEW] You can enable disable the users ability to change the theme or language from the user preferences screen * [NEW] You can setup filters for file names that can or cannot be uplaoded, the filter accepts a Perl-style regular expression and you can set positive matches and negative matches (accept only files matching xx or reject files matching xx) * [NEW] Google search module * [NEW] Preview feature when assigning modules * [NEW] Modules can now receive parameters in the form of a query string ex: foo=1&bar=3 this can be used to alter the behaviour of modules. * [NEW] The last_files module now accepts the galleryId parameter, if set the module will list the last "n" files for the specified gallery only. * [NEW] Added the number of articles for each topic when listing topics (submissions too) * [NEW] Added quiz stats to the stats page * [NEW] You can now select the default ordering for the blog listing from the admin menu * [NEW] Raw mode navigation added to the wiki, you can use tiki-index_raw.php instead of tiki-index.php to get a raw representation of wiki pages without the columns, bars and decorations. This can be used to feed an application that navigates wikis such as the Touchgraph Wiki browser. * [NEW] Improved forums section, some bugs fixed and now the information about the last forum post or last topic message shows the title of that post and the author. * [NEW] Option added in the admin screen to prevent counting admin pageviews for the site stats. * [NEW] New syntax for tables you can use ||r1-c1|r1-c2c3||r1c1c2||r1-c1|r1-c2|r1-c3|| [Ross] * [NEW] Editable drawings can be included in Wiki pages, articles and blog posts using {draw name=foo}, a permission is needed to be able to edit_drawings. Drawings are stored in a directory and identified by their name. The drawings are edited using a Java applet called jHotDraw. This feature can be disabled * [NEW] Referer stats, you can enable an option to store statistics about referers to your site, a screen where the referers are listed is provided to see the stats. * [NEW] Batch upload of Images. If you have the permission you can upload .zip files and all the images in the zip file are automatically added to the gallery. * [NEW] File attachments for wiki pages, with the right permissions you can upload files to wiki pages and a list of attached files will be displayed at the bottom of the wiki page and they can be downloaded. * [NEW] Now images for the image galleries can be stored optionally in a directory instead of the database, the same recommendations and tips about storing file uploads should be observed. * [NEW] Improved spellchecker, now the spellchecker suggest several options for miss-spelled words and you can choose the option that you prefer from the list. * [NEW] Icons are displayed for file extensions when listing files * [NEW] You can enable/disable an option to display the page title for wiki pages * [NEW] Improved menu builder * [NEW] You can now choose if hotword links are opened in a new window * [OPT] Reduced the number of queries that tiki makes when loading preferences, if not changed preferences are loaded from a file now this is controlled automatically and you don't have to do anything. * [FIX] Fixed a terrible bug that broke file and image uploads on SOME windows systems. * [NEW] Search entire site feature added to the search box and improved the search mechanism. [Ross] Version 1.3 -Pollux- * [NEW] Spellchecking, now you can spellcheck your articles, submissions, wiki_pages and blog_posts before saving them, the spellchecking dictionary for your language must be downloaded and installed to make this work, dictionaries will be provided as simple .sql dumps and can be downloaded from SourceForge. In this edition the english dictionary is provided. (Read the documentation to learn how to install the dictionary). Spellchecking can be enabled/disabled for Articles, Submissions, WikiPages and blogs from the admin screen. * [NEW] Orphan pages listing, list pages that are not linked from any other wiki page. * [NEW] RSS feeds for forums listing the last post to any forum in your site * [NEW] RSS feed for individual forums listing the last posts to a given forum * [NEW] New Diff routine taken from PHPWiki in the Wiki history for a page, now you can see the diff or compare two versions side-by-side as before. * [NEW] New syntax for colored text in the Wiki ~~#0000FF:text~~ to insert text using colors * [NEW] Syntax to center text ::text:: will center the text * [NEW] Relevance ranking for WikiPages based on a PageRanking algorithm * [NEW] You can now send/receive articles from/to other Tiki sites from the communications center * [NEW] You can now search deep into subcategories from the category browser * [NEW] Added a tool to produce a printable version of multiple Wiki pages * [NEW] Now you can preview comment postings in any "commentable" area or in the forums * [NEW] BreadCrumb navigation module listing the last "n" pages that you visited * [NEW] New feature: FAQs, create and edit faqs, list faqs, popular faqs module and last faqs module, search for text in faqs. * [FIX] Several fixes regarding "find" functions in listings * [NEW] Find feature in the listing of Wiki pages * [NEW] New syntax for WikiPages ((any)) can be used to create the "any" page, now page names are NOT limited to the CapitalizedWordsSmashedTogether rule * [NEW] Syntax to prevent converting Smashed words into wiki names use: ))SomeIdea(( * [NEW] Now you can double-click on a wiki page to edit it (some browsers only) * [NEW] Filter added in the communication center to find specific objects to be sent * [NEW] A tool to autogenerate passwords was added in the resgistration screen for lazy users * [NEW] New feature: Backups, you can create backups of your entire Tiki base, download backups to be saved in some safe place, upload a backup and restore backups. Backups are encrypted to prevent a user from stealing information from your site. * [NEW] New registration mode, now you can make Tiki validate users email address by sending them an email with a link to first-login in Tiki, once activated the user will login normally with his password. Of course this feature is optional and can be enabled/disabled from the Admin screen. * [NEW] QuickEdit module, where you can type the name of a WikiPage and quickly edit/create the page without finding a link to the page, this can create a lot of orphan pages but can also be very very helpful to people maintaining the Wiki to quickly create pages and edit them. * [NEW] Optinally Tiki can display a "I forgot my password link" for unregistered users to allow users that have forgotten their password to get it by email. You can enable/disable this feature from the Admin screen. * [NEW] User Bookmarks, users with the proper permission can create bookmarks and store them in folders, they can admin their bookmarks as they want, a cache is provided for user bookmarks. A user module to display bookmarks with an option to quick-add a Tiki page to the bookmarks is also included. * [NEW] Users with the right permission can configure the modules that will be displayed in the left/right columns and the order in which modules will appear. This can be used to let users configure their modules as they want, as an admin you must make all the modules that the users can configure available by default. * [NEW] Statistics, a page where you (or anyone with permission) can view a lot of statistics about the site including a graph showing the number of pageviews per day. Statistics can be enabled/disabled from the admin screen, please suggest new (useful) statistics that can be added in future versions * [NEW] Fortune cookies (taglines), you can enter taglines or upload from a textfile, the {cookie} syntax can be used to display a random cookie in articles, posts, wiki pages,etc or any template. * [NEW] Games section to play flash games, upload games or use the provided additional game-pack. You can upload new games, edit the descriptions and play. * [NEW] Added a new theme: dblue. * [NEW] Now the list of users in the current chat channel is displayed in the chatrooms. * [NEW] Now you can send private messages in the chatrooms using ":username:message" * [NEW] Reviews added, now articles can be normal articles or reviews, for reviews the editor can rate whatever he is reviewing. * [NEW] Undo feature in the wiki, if a user can edit pages then he can undo what he edited pressing an undo button, users without permission to remove versions won't be able to undo what other users edited only his editions can be undone. * [NEW] Individual permissions for CMS topics added, you can now control who can read some topics, if the topic has no individual permissions then it will be displayed to all the groups. But if you want you can assign the tiki_p_read_topic permission to some groups for a topic and only those groups will be able to read that topic. * [NEW] A mini-popup window can be opened when editing objects to help the user insert special characters in the text, specially latin characters, accents, etc. This is taken from the horde project and submited by Marc Laporte. * [CHG] Tiki is now using Smarty 2.3.1 the last stable Smarty release Version 1.2 -Antares- * [THANKS] Special thanks to AlBrown,MarcLaporte,Yakumo,Ramiro,Tom,Tesla2k and others ! for submitting many bugs that are now fixed and for suggesting many features that are now implemented. If some feature is not yet included don't worry it will be addressed in a future version. Thanks! * [FIX] Fixed a bug when adding new topics * [NEW] Added a find feature to the lastchanges section in the Wiki (Ramiro) * [NEW] Categories: You can create categories and subcategories building a category tree, objects (pages, forums, blogs, image galleries, file galleries, etc) can be assigned to one/many categories, the user can browse categories finding objects for each specific category. * [NEW] Communication center: Now you can send/receive Wiki pages from/to other Tiki-enabled sites using a simple XMLRPC API, received pages are stored in an "inbox" where an admin can view,edit,remove,accept the pages. This new feature can be used to send a Tiki page from one site to another one! * [NEW] Consolidated CSS file, there're two CSS files in this distribution: subSilver and default2, if you want to produce a new theme you can change any of these, subSilver is longer and uses an individual style for every element in Tiki while default2 applies the same style to multiple elements (ie: tables) and thus is a faster way to get a theme ready. * [FIXED] Fixed bugs in the registration screen and now the username is validated. * [NEW] Forums!, now you can set-up mesage forums, forums are organized by topics and topics by threads, users can post, reply and quote messages in forums, messages can be voted using the same karma system used in comments. Many features are "copied" from phpBB since it is the best forum software for PHP, we copied those features and integrated the forums with the Tiki permission system, rankings, modules and search engine. There's a lot about forums so I guess it's best to stop the description here, the documentation will introduce all the features in forums. * [NEW] Now you can upload the thumbnail of an image when uploading an image, this will prevent automatic thumbnail generation. Some users wanted this feature because thumbnail generation didn't work or they wanted to upload their own thumbnails. Maybe you want to have a thumbnail that is not the same as the full image so you can use this feature. Thumbnails will be displayed using the size assignated for thumbnails to the image gallery. * [NEW] Now you can set up how old must a version be at least to be removed from the history, this can prevent a user from saving a page "n" times destroying a previous version. (Thanks to tesla2k for the tip) * [NEW] Links to help including objects in user modules where added to the admin_modules screen. * [NEW] Next and prev buttons where added to view the next/prev image when browsing images from a gallery * [NEW] Now you can control which groups can view image galleries and filegalleries * [NEW] Individual permissions for image galleries, as an admin you can control which groups can view, admin, upload to a specific gallery overriding global permissions. * [NEW] Individual permissions for file galleries, as an admin you can control which groups can view, admin, upload and download to a specific gallery overriding global permissions. * [NEW] Individual permissions can be set up by admins to weblogs, so you can control which groups can read, admin and post to specific weblogs. * [NEW] Module: last blog posts listing the last "n" posts to any weblog. * [NEW] From the page-permissions screen admins can set up email addresses that will receive an email when the page changes. If you want to remotely monitor some page this is for you. * [NEW] Chatrooms feature (experimental), you can create chatrooms and the users can enter chatrooms and chat, the refreshing time for each chatroom can be configured and the page is not reloaded, only an invisible frame with size 0 is reloaded to get fresh chat messages. * [NEW] RSS modules, create RSS modules to display news/events from other sites, you can display RSS feeds in user modules using {rss id=n}, you can set up which feeds can be displayed and the refreshing time for each feed. RSS 0.91 and 1.0 are supported. * [NEW] Polls, you can create polls, set polls to be "active,closed,current". Polls can be displayed in modules using {poll id=n} or {poll} to select a random poll from the "current" polls. There's a page to view poll results and old poll results and old polls not closed can be voted. A mechanism to prevent a user from voting many times is also included. * [NEW] Menu builder section, you can build menus using sections and options, menus can be static (no javascript) or dynamic. Menus can be displayed in user modules using {menu id=n} * [NEW] If you give a group the tiki_p_edit_comments permission then the group can edit comments (useful for admins to fix bad comments or if you want someone to censor comments) * [NEW] Comments can now be filtered by threshold * [NEW] Comments for weblogs and you can enable/disable weblog comments from the admin screen * [NEW] Comments for articles, you can enable/disable article commenting from the admin screen * [NEW] Comments for image galleries you can enable/disable comments for image galleries from the admin screen * [NEW] Comments for file galleries you can enable/disable comments for file galleries from the admin screen * [NEW] A selected file gallery can be used as the home page for the site * [NEW] Now you can enable/disble RSS feeds from the admin screen and limit the maximum number of items for any feed * [NEW] RSS feed for individual file galleries listing the last images uploaded to a given gallery * [NEW] RSS feed for individual image galleries listing the last images uploaded to a given gallery * [NEW] RSS feed for weblogs listing last posts to any weblog * [NEW] RSS feed for file galleries listing last files uploaded * [NEW] RSS feed for image galleries listing last images uploaded * [NEW] Random pages module * [NEW] Now you can include dynamic content blocks in wiki pages using {content id=n} or {rcontent id=n} * [NEW] Now you can use {rcontent id=n} to select a random content from a dynamic block content, the {content id=3} syntax can also be used to select the last current content for a block * [FIX] Fixed typos in the editing rules for Wiki pages * [NEW] New Wiki element: ^some^ will render "some" inside a simple box * [NEW] The layout can be configured from the admin screen you can enable disable the columns, top bar and footer * [NEW] Added a new theme: classic based on white-blue simple colors similar to Kuro5hin.org * [FIX] Fixed a wrong link in the weblogs * [FIX] Fixed wrong links for images in the image galleries * [FIX] Fixed a bug that broke image uploads Version 1.1 -Capella- * [NEW FEATURE] The edit button now shows on red if someone may be editing the page, this helps preventing two users from editing the same page. This feature can be enabled/disabled from the admin menu. * [CHANGE] Now HTML tags are filtered out from weblog posts except normal tags such as a,p,img,br,table,i,b,etc * [CHANGE] Link added to edit the page from the wiki pagelist * [NEW FEATURE] Page generation time was added below the footer * [CHANGE] The featured links admin screen has been revamped, now featured links can be enabled/disabled and ordered as you want, an automatic ordering feature by link-hits was also added. Hits are now counted and displayed for featured links. * [CHANGE] The titlebars in wikipages are now brown instead of the terrible blue ones. * [NEW FEATURE] File galleries, create galleries, add files to galleries, download files. Permissions configurable, rankings for file galleries and modules available. * [CHANGE] Module names are now sorted in the admin modules screen * [CHANGE] Now you can see permissions according to categories when assigning permissions to groups, the assign permissions was revamped * [NEW FEATURE] Wiki page comments, now you can activate/deactivate comments for wiki pages, comments can be voted and replied, configurable permissions and karma system for comment points(!) * [FIX] Fixed minor layout problems and xhtml glitches * [FIXES] Several bugfixes and minor improvements on the code. Version 1.0 -Ras Algheti- * [NEW FEATURE] Dynamic content system: create, edit or program dynamic blocks, dynamic blocks can be included in any template or in a user module using a very simple syntax via a smarty plugin, this can be used for news, programmed announcements, results of sports, important news, quotes, messaging and many other features. * [CHANGE] User modules are now parsed by smarty allowing the user to create user modules to display dynamic content (using the dynamic content system), banners, lists loops, etc. * [NEW FEATURE] Edit templates: templates can now be edited with appropiate permission, this allows the admin to change any layout or presentation aspect of the site dynamically. (Use it carefully) * [NEW FEATURE] Banners and text adds: edit and admin banners, banners can be placed in any template and distributed in zones. Many configuration and control settings for banners, HTML banners, Image banners and text adds supported. Banner stats page accesible by normal users if they are the banner client. * [NEW FEATURE] Added an option to remove images in the system gallery not being used in actual Wiki pages, articles, submissions or blog_posts (this can be used to clean up the images gallery table from time to time since users may have removed pages, blog_posts or articles and the cached version of images used in those pages will still be present) * [NEW FEATURE] Added a mechanism to prevent caching some images * [NEW FEATURE] Added a nocache option to external links to prevent displaying the cache link for some links * [NEW FEATURE] Topics, edit topics, associate an image with a topic. (Topics are used by articles) * [NEW FEATURE] Articles, edit articles, program articles to be published, visit a home where the last "n" articles are displayed. * [NEW FEATURE] Submissions, send submissions, edit submissions, approve/remove submissions. * [NEW FEATURE] Blogs, create a weblog, post to weblogs, list weblogs, view a weblog. * [NEW FEATURE] The home page of the application can be now the Wiki HomePage, the Articles HomePage, any weblog or any Image gallery * [NEW FEATURE] Articles rankings: top articles, last articles, top authors * [NEW FEATURE] Wiki rankings: top pages, top authors * [NEW FEATURE] Image galleries rankings: top images, top galleries, last modified galleries * [NEW FEATURE] Blog ranklings: top visited weblogs, most active weblogs, last changed weblogs. * [NEW MODULES] Last articles, old articles, top articles, las submissions, number of submissions waiting * [NEW MODULES] Last modified weblogs, top visited weblogs, most active weblogs * [NEW FEATURE] Enable/disable rankings for articles, wiki, galleries and Blogs * [NEW FEATURE] RSS feed for articles * [NEW FEATURE] RSS feed for weblogs * [NEW FEATURE] The ALT-s key can be used to access the searchbox * [CHANGED] New search engine that can search in Wikipages, galleries, images, blogs and articles * [CHANGED] Added pagination and tabs to search other features to the search results page * [NEW FEATURE] The Wiki can be enabled/disabled * [NEW FEATURE] Articles can be enabled/disabled * [NEW FEATURE] Submissions can be enabled/disabled * [NEW FEATURE] Blogs can be enabled/disabled * [CHANGED] The application menu now is divided into expandable/collapsable sections * [NEW FEATURE] Implemented the Blogger XMLRPC api, now you can use desktop applications compatible with blogger to edit Tiki weblogs * [NEW FEATURE] The XMLRPC API can be enabled/disabled * [CHANGES] Documentation updated and enhanced * [FIX] Fixed a bug that returned users with admin permission to tiki-index if the login name was not 'admin' * [FIX] Fixed a bug that prevented recognition of wiki pages if the name had a number * [FIX] User preferences is not shown if the user is not logged * [FIX] Fixed wrong link to show the image in an HTML page when browsing an image * [FIX] Fixed a very Nasty bug that was breaking pages where a link to an internal wiki page was used and breaking links to URLS that contained names that may have been matched as wikipages. Version 0.95 -Shaula- * [NEW FEATURE] User personal page in the Wiki with a page editable only by the user * [NEW FEATURE] User preferences screen where users can set-up personal info, choose a theme and they can also view their pages/blogs/articles. * [FIX] Changed several layout problems specific to some browsers, fixed layout now whould work ok with mozilla, IE and Netscape * [CHANGE] Re-designed the admin screen to make it modular and clear * [CHANGE] Allow HTML is now turned on unless checked out ir the user has tiki_p_allow_HTML permission * [FIX] Fixed bugs in the modules administration screen that prevented editing & removing user modules * [FIX] Fixed a bug with -=titlebars=- in wiki pages, now they work using the titlebar style from CSS * [NEW FEATURE] Added featured links as a feature that can be disabled from the admin screen * Modules for galleries and images are now not shown if the image galleries feature is disabled * [FIX] Fixed several bugs regarding the appearance of ' characters in pages * [NEW FEATURE] Added and option in the admin screen to turn off caching external pages * [NEW FEATURE] Added and option in the admin screen to turn off caching external images * [NEW FEATURE] Added the option to set-up modules for specific groups * [NEW FEATURE] Added an option in the admin screen to show modules to all users ignoring groups * [NEW FEATURE] Added hotwords allowing you to make some words appear as a link to a URL * [NEW FEATURE] Added an option to turn on/off hotwords from the admins screen * [NEW FEATURE] Added a SandBox a wikipage where no versions are stored to be used as a practice page * [NEW FEATURE] Added an option to turn on/off the SandBox * [FIX] Changed thumbnail generation to a new bicubic funcion producing better quality thumbnails (Jen Jensen) * [FIX] Fixed a bug when links contain a question mark "?" * [FIX] Fixed a bug when uploading images without entering any data * [FIX] Fixed a bug with thumbnails * [FIX] Fixed errors with unescaped characters in Wiki pages * [FIX] fixed a bug that prevented hits from being counted for images Version 0.9 -Spica- * First release of this application.