0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-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]) * [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 7.0 <http://tiki.org/ReleaseNotes70> ------------------ ---------------------------------------------- r34873 | changi67 | 2011-06-09 22:35:38 +0200 (Thu, 09 Jun 2011) | 1 line [FIX] Group by clause was missing, Thx chealer ---------------------------------------------- r34871 | changi67 | 2011-06-09 22:11:44 +0200 (Thu, 09 Jun 2011) | 1 line [FIX] Difference between fresh and upgrade from Tiki3 or Tiki6 ---------------------------------------------- r34870 | changi67 | 2011-06-09 22:06:48 +0200 (Thu, 09 Jun 2011) | 1 line [FIX] Upgrade in command line was not working - This is a work arround to get it work - Thx Nelson ---------------------------------------------- r34852 | sylvieg | 2011-06-09 14:29:33 +0200 (Thu, 09 Jun 2011) | 1 line [bp/r34850][FIX]search: take away ~np~ in snippet to avoid parser bug about included np ---------------------------------------------- r34841 | sylvieg | 2011-06-08 23:42:55 +0200 (Wed, 08 Jun 2011) | 1 line [FIX]category: to avoid flip/flop in category picker in unified search ---------------------------------------------- r34837 | changi67 | 2011-06-08 22:11:47 +0200 (Wed, 08 Jun 2011) | 1 line [FIX] Difference between fresh install and upgrade from 6 ---------------------------------------------- r34826 | sylvieg | 2011-06-08 16:14:34 +0200 (Wed, 08 Jun 2011) | 1 line [FIX]tracker: fix optional/mandatory dynamic field ---------------------------------------------- r34811 | sylvieg | 2011-06-07 16:56:33 +0200 (Tue, 07 Jun 2011) | 1 line [FIX]sefurl: mising another sefurl for group homepage ---------------------------------------------- r34806 | jonnybradley | 2011-06-07 14:04:17 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] jquery libs: Update fixed revision for lib/jquery to update jquery.validate (thanks nkoth & robertplummer) ---------------------------------------------- r34804 | jonnybradley | 2011-06-07 13:52:05 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] menustructure module: Replace & with & in structure urls for menus (thanks ricks99) ---------------------------------------------- r34803 | sept_7 | 2011-06-07 11:47:43 +0200 (Tue, 07 Jun 2011) | 4 lines [FIX] Fix typo in the test : set_attribute( 'test', 'HelloWorld', 'tiki . test . aaa55bBb', 121.22 ) does not match assertion... So correct it... ---------------------------------------------- r34802 | sept_7 | 2011-06-07 11:45:59 +0200 (Tue, 07 Jun 2011) | 2 lines [FIX] WikiParser : Fix handling of ~pp~ ---------------------------------------------- r34800 | nkoth | 2011-06-07 04:47:16 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] Return to usable state by disabling non-functioning old ajax checking ---------------------------------------------- r34798 | nkoth | 2011-06-07 02:31:21 +0200 (Tue, 07 Jun 2011) | 1 line [FIX] obvious cut and paste typo from prev commit ---------------------------------------------- r34797 | sept_7 | 2011-06-07 02:03:13 +0200 (Tue, 07 Jun 2011) | 6 lines [FIX] Fix Payment::Payment_CartTest o missing table from tiki.sql added in 20110224_tiki_cart_inventory_hold_tiki.sql o added default value for CartLib::get_gift_certificate_code() and CartLib::get_gift_certificate o change suspicious test this !empty() Should fix pb reported by quality.t.o test suite ---------------------------------------------- r34796 | sylvieg | 2011-06-06 21:28:49 +0200 (Mon, 06 Jun 2011) | 1 line [FIX]sefurl: aarticle and blog title was lost since object_link ---------------------------------------------- r34788 | lphuberdeau | 2011-06-06 14:38:30 +0200 (Mon, 06 Jun 2011) | 1 line [FIX] Check if the definition is present to prevent crash when index does not match the database ---------------------------------------------- r34781 | sept_7 | 2011-06-06 11:56:47 +0200 (Mon, 06 Jun 2011) | 2 lines [FIX] Fix showstopper bug reported by Lucias while trying to apply profile ---------------------------------------------- r34780 | sept_7 | 2011-06-06 11:51:06 +0200 (Mon, 06 Jun 2011) | 5 lines [FIX] Fix different warning from quality.t.o o Duplicate class definition found in CSS o Missing Subversion property "svn:keywords" = "Id" o The use of function sizeof() is forbidden; use count() instead ---------------------------------------------- r34779 | jonnybradley | 2011-06-05 21:16:31 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] userslib: Typos and missing var declarations ---------------------------------------------- r34778 | jonnybradley | 2011-06-05 20:43:16 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] HomePage: Fix home page naming when being recreated (was being generated as a random md5 string) ---------------------------------------------- r34777 | jonnybradley | 2011-06-05 20:18:59 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] HomePage: Fix featured profiles links version to 7.x on default HomePage(s) ---------------------------------------------- r34772 | chibaguy | 2011-06-05 13:14:54 +0200 (Sun, 05 Jun 2011) | 1 line [FIX] Better English usage in new user validation email. ---------------------------------------------- r34768 | robertplummer | 2011-06-04 23:04:54 +0200 (Sat, 04 Jun 2011) | 2 lines [FIX] Made new load method for tabs when being displayed as slideshow [FIX] tiki-slideshow.php to tell tiki that a slideshow is running earlier so recursive plugins can know ---------------------------------------------- r34766 | sylvieg | 2011-06-04 21:24:23 +0200 (Sat, 04 Jun 2011) | 1 line [FIX]tracker: fix system rating for other lang thatn En ---------------------------------------------- r34764 | yonixxx | 2011-06-04 19:58:38 +0200 (Sat, 04 Jun 2011) | 1 line [bp/34668]Rollback - Added the share this feature to list file gallery ---------------------------------------------- r34762 | yonixxx | 2011-06-04 18:39:13 +0200 (Sat, 04 Jun 2011) | 1 line [bp/3468]Added the share this feature to list file gallery ---------------------------------------------- r34760 | jonnybradley | 2011-06-04 17:20:46 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] categories: Missing $and param from previous commit ---------------------------------------------- r34759 | jonnybradley | 2011-06-04 16:59:43 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] categories: Fix getting multiple categories in "and" mode and stop ignoring maxRecords in get_categoryobjects (previous workaround) ---------------------------------------------- r34757 | jonnybradley | 2011-06-04 15:20:08 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] category plugin: Allow "plus" characters required for multiple object types ---------------------------------------------- r34756 | chibaguy | 2011-06-04 08:37:27 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] Default minimum height in case only login, etc. (absolutely positioned) is assigned. ---------------------------------------------- r34755 | xen216 | 2011-06-04 07:08:14 +0200 (Sat, 04 Jun 2011) | 1 line [FIX] added min-height to #topbar_modules to avoid overlapping elements in some cases ---------------------------------------------- r34754 | robertplummer | 2011-06-03 23:11:12 +0200 (Fri, 03 Jun 2011) | 3 lines [FIX] Removed decommissioned tiki-sheet, and added jQuery.sheet to render spreadsheet output for tiki-graph-sheets.tpl [MOD] Changed names from "Sheet" to "Spreadsheet" for better user experience [NEW] Added buttons to bottom of tiki-graph-sheets.tpl to that user can edit sheet and list sheets ---------------------------------------------- r34750 | changi67 | 2011-06-03 20:05:18 +0200 (Fri, 03 Jun 2011) | 1 line betternotice - thx jb ---------------------------------------------- r34748 | jonnybradley | 2011-06-03 19:09:34 +0200 (Fri, 03 Jun 2011) | 1 line [FIX] trackers trackeritemfield: Fix incorrect logic testing for itemId (or test or status), and replace tracker input with output as the result. ---------------------------------------------- r34746 | nkoth | 2011-06-03 18:30:25 +0200 (Fri, 03 Jun 2011) | 1 line [FIX] Map not showing, showing html code instead ---------------------------------------------- r34741 | sylvieg | 2011-06-03 15:34:41 +0200 (Fri, 03 Jun 2011) | 1 line [FIX]menu: to have sectionLevel working when using a section level i intstead of option in the menu + to be able to display the submenu as a main menu ---------------------------------------------- r34738 | changi67 | 2011-06-02 23:02:44 +0200 (Thu, 02 Jun 2011) | 1 line better notice killer ---------------------------------------------- r34732 | sylvieg | 2011-06-02 19:10:36 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]menu: paramtoLevel, sectionLevel were lost ---------------------------------------------- r34731 | sylvieg | 2011-06-02 18:12:08 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]menu: missing params sectionLevel and toLevel ---------------------------------------------- r34729 | sylvieg | 2011-06-02 16:39:28 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]comments: fix for FF4 ---------------------------------------------- r34728 | sylvieg | 2011-06-02 16:07:07 +0200 (Thu, 02 Jun 2011) | 1 line [FIX]search: submit button at the end as last action: categ input size for IE ---------------------------------------------- r34726 | sylvieg | 2011-06-02 14:35:49 +0200 (Thu, 02 Jun 2011) | 1 line [bp/r34725][FIX]tree: odd or even switch on the same level elt ---------------------------------------------- r34720 | sylvieg | 2011-06-01 18:32:19 +0200 (Wed, 01 Jun 2011) | 1 line [FIX]parsing: fix 34598 - need to go out the loop if no more ~/pp~ ---------------------------------------------- r34716 | jonnybradley | 2011-05-31 19:42:10 +0200 (Tue, 31 May 2011) | 1 line [FIX] rollback r32152 which adversely affected the output of wikiplugin_category which also uses this function. This restores 6.x behaviour. ---------------------------------------------- r34715 | chealer | 2011-05-31 08:57:30 +0200 (Tue, 31 May 2011) | 1 line French: review r32951 (TikiFestQuebec7) - Finish (completes r34618) ---------------------------------------------- r34714 | chealer | 2011-05-31 07:15:50 +0200 (Tue, 31 May 2011) | 2 lines [FIX] Change "Are you sure you want to effect all pages in this sub-structure?" to "Are you sure you want to affect all pages in this sub-structure?" I presume "effect" was some kind of typo. Native English speakers: please check ---------------------------------------------- r34666 | marclaporte | 2011-05-27 20:30:03 +0100 (Fri, 27 May 2011) | 1 line [MOD] remove extra actions below rename page because user testing has demostrated confused users. Some were clicking 'edit'. Leaving 'View page' as a way to get back ---------------------------------------------- r34664 | sylvieg | 2011-05-27 20:22:06 +0100 (Fri, 27 May 2011) | 1 line [FIX]search: need to strip all html tags - to have a well formed snippet ---------------------------------------------- r34661 | lphuberdeau | 2011-05-27 18:51:56 +0100 (Fri, 27 May 2011) | 1 line [MOD]?\194?\160Default search should use unified search ---------------------------------------------- r34656 | lphuberdeau | 2011-05-27 16:09:39 +0100 (Fri, 27 May 2011) | 1 line [FIX]?\194?\160Send notifications when categorizing from the category module ---------------------------------------------- r34653 | jonnybradley | 2011-05-27 15:21:09 +0100 (Fri, 27 May 2011) | 1 line [FIX] fgal_picker: Fix for IE not seeing checkClose function due to var declaration (which should be right, but isn't for IE) ---------------------------------------------- r34651 | lphuberdeau | 2011-05-27 15:20:04 +0100 (Fri, 27 May 2011) | 1 line [FIX] Trailing spaces in page names can cause permissions not to apply as expected ---------------------------------------------- r34650 | jonnybradley | 2011-05-27 15:19:29 +0100 (Fri, 27 May 2011) | 1 line [FIX] fgal_picker: Fix for IE click on image thumbnail when selecting file gallery files in img plugin editor ---------------------------------------------- r34643 | chealer | 2011-05-27 02:45:52 +0100 (Fri, 27 May 2011) | 1 line [FIX] FILES plugin: creator parameter popup field takes a boolean rather than a string (r31132/r29843 regression) ---------------------------------------------- r34638 | luciash | 2011-05-26 22:59:39 +0100 (Thu, 26 May 2011) | 1 line [FIX] Freetags Morcego 3D browser: make the actionUrl work when feature_ajax is on; there does no such js function called browseToTag() exist ---------------------------------------------- r34635 | luciash | 2011-05-26 21:18:01 +0100 (Thu, 26 May 2011) | 1 line [ENH] Freetags Morcego 3D browser: remove redundant includes and requires -- thanks chealer ---------------------------------------------- r34633 | luciash | 2011-05-26 20:19:36 +0100 (Thu, 26 May 2011) | 1 line [FIX] Freetags Morcego 3D browser: wrong preference name for nodeCharge applet param ---------------------------------------------- r34632 | luciash | 2011-05-26 20:13:01 +0100 (Thu, 26 May 2011) | 1 line [FIX] Freetags Morcego 3D browser: did not work because of missing include ---------------------------------------------- r34630 | eromneg | 2011-05-26 18:22:29 +0100 (Thu, 26 May 2011) | 1 line [FIX] [bp34625] sorry - did this to trunk first. Convert emails to lower case when using a wiki page subscription in newsletters so that the same emails in different cases can be de-duped even when in multiple wiki pages ---------------------------------------------- r34628 | sylvieg | 2011-05-26 17:37:23 +0100 (Thu, 26 May 2011) | 1 line typo= sorry ---------------------------------------------- r34626 | sylvieg | 2011-05-26 17:19:31 +0100 (Thu, 26 May 2011) | 1 line [FIX]prefs: useUrl was not working since ... 4 ---------------------------------------------- r34624 | chibaguy | 2011-05-26 15:07:20 +0100 (Thu, 26 May 2011) | 1 line [FIX] Inconsistent padding on header login button's normal and hover states; nicer background. ---------------------------------------------- r34621 | chibaguy | 2011-05-26 13:38:04 +0100 (Thu, 26 May 2011) | 1 line [FIX] Remove gap between bottom of header login button and menu bar. ---------------------------------------------- r34620 | chibaguy | 2011-05-26 13:18:32 +0100 (Thu, 26 May 2011) | 1 line [FIX] Default positioning for header-mode login form. ---------------------------------------------- r34619 | chibaguy | 2011-05-26 13:17:04 +0100 (Thu, 26 May 2011) | 1 line [FIX] Reinstate span for down-arrow on popup login link button. ---------------------------------------------- r34618 | chealer | 2011-05-26 07:03:12 +0100 (Thu, 26 May 2011) | 1 line French: review r32951 (TikiFestQuebec7) - Part 1: Unused words ---------------------------------------------- r34617 | chealer | 2011-05-26 06:14:14 +0100 (Thu, 26 May 2011) | 1 line tiki_domain_prefix description: s/unify URLs/standardize URLs/ ---------------------------------------------- r34616 | chealer | 2011-05-26 04:40:35 +0100 (Thu, 26 May 2011) | 2 lines [FIX] Change "Using Tiki with an incorrect database version usually provoke errors." to "Using Tiki with an incorrect database version usually provokes errors." ---------------------------------------------- r34615 | chealer | 2011-05-26 04:29:40 +0100 (Thu, 26 May 2011) | 2 lines [FIX] Change "You will probably some find mods shown as being compatible with older versions of Tiki will work with later versions with little or no modification" to "You will probably find mods shown as being compatible with older versions of Tiki will work with later versions with little or no modification" (guessed) ---------------------------------------------- r34614 | xen216 | 2011-05-26 03:49:45 +0100 (Thu, 26 May 2011) | 1 line [FIX] #3850 fixed sql syntax error when using sort and group parameters together ---------------------------------------------- r34607 | sylvieg | 2011-05-25 14:23:55 +0100 (Wed, 25 May 2011) | 1 line [FIX]calendar: calendar.css a caltable class + align middle the week number not to be aligned with day ---------------------------------------------- r34606 | jonnybradley | 2011-05-25 13:51:09 +0100 (Wed, 25 May 2011) | 1 line [FIX] search module: Add nocache file as search requires javascript to be added via {jq} tags in the template which doesn't (yet) get cached for anonymous ---------------------------------------------- r34605 | sylvieg | 2011-05-25 13:31:46 +0100 (Wed, 25 May 2011) | 1 line [FIX]menu: do not put a link if there is no url on the section ---------------------------------------------- r34604 | chibaguy | 2011-05-25 12:53:41 +0100 (Wed, 25 May 2011) | 1 line [FIX] Encourage header and footer content to widen when middle has wide content. ---------------------------------------------- r34602 | jonnybradley | 2011-05-25 11:53:45 +0100 (Wed, 25 May 2011) | 2 lines [FIX] tracker plugin: Add special creator/modifier fields to tracker form if they're not specified in the field list Currently they show in the form, unlike in Tiki 6, but at least the data will get saved (Tiki 8 will address presentation) ---------------------------------------------- r34601 | chealer | 2011-05-25 07:10:18 +0100 (Wed, 25 May 2011) | 1 line [FIX] "will be automatically be inserted" -> "will be automatically inserted" ---------------------------------------------- r34600 | chealer | 2011-05-25 04:04:34 +0100 (Wed, 25 May 2011) | 1 line [FIX] Change category module URL parameters description: reference to previous parameter names ---------------------------------------------- r34599 | lphuberdeau | 2011-05-24 21:06:02 +0100 (Tue, 24 May 2011) | 1 line [FIX] Notices in fancytable ---------------------------------------------- r34598 | lphuberdeau | 2011-05-24 21:03:50 +0100 (Tue, 24 May 2011) | 1 line [FIX] Potential crash in parser if ~np~ is not properly closed in some circumstances, thanks to chibaguy for highlighting this in forum post 358 of themes.t.o ---------------------------------------------- r34593 | lphuberdeau | 2011-05-24 19:02:37 +0100 (Tue, 24 May 2011) | 1 line [bp] Applying changes that were made in trunk to keep indexing behavior consistant ---------------------------------------------- r34586 | ricks99 | 2011-05-24 02:52:39 +0100 (Tue, 24 May 2011) | 1 line [FIX]corrected typo/misspelling of english text ---------------------------------------------- r34583 | sampaioprimo | 2011-05-23 22:18:43 +0100 (Mon, 23 May 2011) | 2 lines [FIX] filter blog post excerpt ---------------------------------------------- r34582 | sampaioprimo | 2011-05-23 22:15:13 +0100 (Mon, 23 May 2011) | 2 lines [FIX] restore blog post excerpt behavior (allow html) after r34013 fixed parse_data() ---------------------------------------------- r34581 | sampaioprimo | 2011-05-23 22:10:46 +0100 (Mon, 23 May 2011) | 2 lines [FIX] restore blog post behavior (allow html) after r34013 fixed parse_data() ---------------------------------------------- r34580 | sampaioprimo | 2011-05-23 21:22:10 +0100 (Mon, 23 May 2011) | 2 lines [FIX] filter content when updating a blog post ---------------------------------------------- r34576 | chealer | 2011-05-23 19:01:22 +0100 (Mon, 23 May 2011) | 1 line [FIX] Wiki admin: description of feature_wiki_history_full ---------------------------------------------- r34575 | sylvieg | 2011-05-23 18:59:35 +0100 (Mon, 23 May 2011) | 1 line [FIX]tracker: attachment : if the pref t_use_db is by error not n and not y, long attachments were truncated ---------------------------------------------- r34574 | chealer | 2011-05-23 18:54:39 +0100 (Mon, 23 May 2011) | 1 line [FIX] Wiki history: All versions archived even when "History all instead of only page data, description, and change comment" is disabled (r31737 regression) ---------------------------------------------- r34573 | jonnybradley | 2011-05-23 12:55:39 +0100 (Mon, 23 May 2011) | 1 line [FIX] modules: Don't make redundant custom module for the Application Menu ---------------------------------------------- r34572 | marclaporte | 2011-05-23 08:37:20 +0100 (Mon, 23 May 2011) | 1 line dedicated to Jean-Luc ---------------------------------------------- r34571 | marclaporte | 2011-05-23 08:29:09 +0100 (Mon, 23 May 2011) | 1 line better doc for transitions ---------------------------------------------- r34568 | chibaguy | 2011-05-21 11:16:09 +0100 (Sat, 21 May 2011) | 1 line [FIX] Update/fix site header login button background color. Thanks, chealer. ---------------------------------------------- r34565 | lphuberdeau | 2011-05-20 19:28:38 +0100 (Fri, 20 May 2011) | 1 line [FIX] Strip out lucene special characters from tokens to avoid unpredictable crashes ---------------------------------------------- r34564 | lphuberdeau | 2011-05-20 19:27:34 +0100 (Fri, 20 May 2011) | 1 line [FIX]?\194?\160Broken test ---------------------------------------------- r34559 | chealer | 2011-05-20 17:16:44 +0100 (Fri, 20 May 2011) | 1 line [FIX] Quick Edit module: Custom header template parameter (from r27746) ---------------------------------------------- r34555 | sylvieg | 2011-05-20 16:10:45 +0100 (Fri, 20 May 2011) | 1 line [FIX]TRACKERFILTER: preserve order of fields of the filter param ---------------------------------------------- r34551 | jonnybradley | 2011-05-20 13:37:05 +0100 (Fri, 20 May 2011) | 1 line [FIX] user prefs: Merge the first two tabs into one form, otherwise things on the hidden tab get reset to their defaults, making the page unusable (thanks SiL3NC3-de) ---------------------------------------------- r34549 | jonnybradley | 2011-05-20 13:21:45 +0100 (Fri, 20 May 2011) | 1 line [FIX] trackers: Remove obsolete warning ---------------------------------------------- r34547 | jonnybradley | 2011-05-20 12:41:29 +0100 (Fri, 20 May 2011) | 2 lines [FIX] trackers: Parse value for TextArea fields (including multilungual values), but not Text Also fix small pre/post typo correction on append text ---------------------------------------------- r34546 | jonnybradley | 2011-05-20 11:19:04 +0100 (Fri, 20 May 2011) | 1 line [FIX] modules: Set newly created top modules to have no group (were assigned to Anonymous so may be hidden from registered and/or admins) ---------------------------------------------- r34537 | chealer | 2011-05-19 22:49:09 +0100 (Thu, 19 May 2011) | 4 lines [MOD] Quick Edit module: remove parameters pastetext, enterdescription and chooseCateg introduced in Tiki 6 (r28084) These fields overlap with those in page edition. http://article.gmane.org/gmane.comp.cms.tiki.cvs/63827/match=28084 Sorry if this affects anyone, please speak up ---------------------------------------------- r34533 | changi67 | 2011-05-19 22:17:32 +0100 (Thu, 19 May 2011) | 1 line [FIX] Don't log if feature actionlog is not enabled ---------------------------------------------- r34523 | yonixxx | 2011-05-19 19:54:54 +0100 (Thu, 19 May 2011) | 1 line [FIX]Autoclipping feature - Error in typo ---------------------------------------------- r34519 | jonnybradley | 2011-05-19 19:28:09 +0100 (Thu, 19 May 2011) | 1 line [FIX] comments: Stop comments box being "super small" ---------------------------------------------- r34514 | jonnybradley | 2011-05-19 18:44:38 +0100 (Thu, 19 May 2011) | 1 line [FIX] versions plugin: Add new line before default content so it gets parsed correctly (thanks ricks99) ---------------------------------------------- r34513 | jonnybradley | 2011-05-19 18:21:41 +0100 (Thu, 19 May 2011) | 1 line [FIX] modules revamp: Remove orphaned prefs and change warning on site logo feature ---------------------------------------------- r34508 | jonnybradley | 2011-05-19 16:43:43 +0100 (Thu, 19 May 2011) | 2 lines [bp/r34223][FIX] Shell installer did not have autoload ---------------------------------------------- r34506 | jonnybradley | 2011-05-19 16:14:02 +0100 (Thu, 19 May 2011) | 1 line [FIX] modules revamp: Remove dependency on lib/setup/prefs.php and get modified prefs from the database directly. Should now reliably convert all custom look & feel prefs to custom modules. ---------------------------------------------- r34505 | luciash | 2011-05-19 15:37:42 +0100 (Thu, 19 May 2011) | 1 line [FIX] Freetags: the clear button link onclick attribute needed "return false" to prevent going away from the page (while it just should clear the form input) ---------------------------------------------- r34501 | sylvieg | 2011-05-19 13:57:23 +0100 (Thu, 19 May 2011) | 1 line [FIX]wiki: cache time can be redefined for a page ---------------------------------------------- r34434 | chealer | 2011-05-15 20:08:59 +0100 (Sun, 15 May 2011) | 2 lines [FIX] HTML [FIX] Colons inside tr blocks ---------------------------------------------- r34433 | chealer | 2011-05-15 19:54:24 +0100 (Sun, 15 May 2011) | 2 lines [FIX] HTML special characters encoding improve speed parameters value description ---------------------------------------------- r34432 | lindonb | 2011-05-15 19:02:01 +0100 (Sun, 15 May 2011) | 1 line [FIX] Use better filter speed params and validate them (thanks chealer) ---------------------------------------------- r34430 | jonnybradley | 2011-05-15 14:36:00 +0100 (Sun, 15 May 2011) | 1 line [FIX] tabs: Enclose tabsets in a div to be able to separate multiple sets on a single page. Also rework $smarty_tabset_name calculation to make sure unique id are used. Fixes too for tikitabs function for when called externally (thanks Lindon) ---------------------------------------------- r34429 | jonnybradley | 2011-05-15 13:16:33 +0100 (Sun, 15 May 2011) | 1 line [FIX] modules: List rss feeds in a row when in bottom modules zone ---------------------------------------------- r34428 | lindonb | 2011-05-15 05:31:49 +0100 (Sun, 15 May 2011) | 1 line [FIX] Wrong filter as speed parameters can be letters as well as digits. Also, speed parameter need to be enclosed in quotes in case fast or slow is used for speed. ---------------------------------------------- r34427 | lindonb | 2011-05-15 05:03:20 +0100 (Sun, 15 May 2011) | 1 line [FIX] Don't include empty accepted values and always have a since column. ---------------------------------------------- r34426 | lindonb | 2011-05-15 04:58:21 +0100 (Sun, 15 May 2011) | 1 line [FIX] Add since item to plugin info for easy documentation using PluginManager ---------------------------------------------- r34425 | lindonb | 2011-05-15 04:19:32 +0100 (Sun, 15 May 2011) | 1 line [FIX] Maintain alternating odd/even class even when rows are sorted. Fixed by not assigning an odd/even class here if sortable parameter is set since javascript will set it automatically and the alternation will get messed up if set here too. ---------------------------------------------- r34424 | nkoth | 2011-05-14 23:42:19 +0100 (Sat, 14 May 2011) | 2 lines [FIX] (refix, previous fix no good) Unchecking checkbox not saving changed state[D ---------------------------------------------- r34423 | lindonb | 2011-05-14 21:52:00 +0100 (Sat, 14 May 2011) | 1 line [FIX] Fix regression from r32212 - restore class definitions used for PluginImg that were lost in cleanup of layout.css. Hopefully safe in design.css ---------------------------------------------- r34422 | nkoth | 2011-05-14 21:08:02 +0100 (Sat, 14 May 2011) | 2 lines [FIX] Unchecking checkbox not saving changed state ---------------------------------------------- r34421 | jonnybradley | 2011-05-14 13:27:31 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Make logo link "external" so it always takes you back to the "full" non-ajax loaded index page ---------------------------------------------- r34420 | jonnybradley | 2011-05-14 13:16:21 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Use data-role="navbar" for mobile tabs, and separate rendering loops for mobile and normal tabs as the logic was getting unnecessarily complicated. ---------------------------------------------- r34419 | jonnybradley | 2011-05-14 13:13:52 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Set pref feature_html_head_base_tag on as it is now required by jqm navigation ---------------------------------------------- r34418 | jonnybradley | 2011-05-14 12:21:34 +0100 (Sat, 14 May 2011) | 1 line [FIX] mobile: Link to better "latest build" jqm lib instead of the "test" repo, also obey minified prefs ---------------------------------------------- r34417 | lindonb | 2011-05-14 05:01:40 +0100 (Sat, 14 May 2011) | 1 line [FIX] Need to mask tiki tag content (like ~np~ content ~/np~) in all cases, not just when cell divider is |, otherwise tag content could be mistaken for cell divider ---------------------------------------------- r34413 | pkdille | 2011-05-13 21:37:43 +0100 (Fri, 13 May 2011) | 1 line Remove some duplicated style definitions ---------------------------------------------- r34412 | jonnybradley | 2011-05-13 21:10:42 +0100 (Fri, 13 May 2011) | 1 line [FIX] wysiwyg: Remove rogue ! char (probably a typo) from wysiwyg parse function (should solve long running mystery ! appearance issues, thanks Geoff) ---------------------------------------------- r34410 | sampaioprimo | 2011-05-13 20:36:01 +0100 (Fri, 13 May 2011) | 2 lines rollback 34407. I will fix calendar_new problem properly on trunk. ---------------------------------------------- r34409 | jonnybradley | 2011-05-13 20:35:24 +0100 (Fri, 13 May 2011) | 1 line [FIX] trackers: Use get_isMain_value() to get main value for browser title ---------------------------------------------- r34407 | sampaioprimo | 2011-05-13 20:25:28 +0100 (Fri, 13 May 2011) | 2 lines [FIX] module calendar_new display items when in list mode ---------------------------------------------- r34406 | lphuberdeau | 2011-05-13 20:07:17 +0100 (Fri, 13 May 2011) | 1 line [MOD] Fixing the root cause behind the issue regarding tiki_p_admin and removing workarounds ---------------------------------------------- r34402 | jonnybradley | 2011-05-13 19:41:23 +0100 (Fri, 13 May 2011) | 1 line [FIX] autosave/preview: Don't double encode and decode the autoSaveId - was breaking preview etc on pages with accented chars in the pagename. (thanks Burghard and devels) ---------------------------------------------- r34400 | lphuberdeau | 2011-05-13 19:06:54 +0100 (Fri, 13 May 2011) | 1 line [FIX] Test broken by this change ---------------------------------------------- r34399 | lphuberdeau | 2011-05-13 17:00:44 +0100 (Fri, 13 May 2011) | 1 line [FIX]?\194?\160Dynamically fetch the list of groups with tiki_p_admin to work properly on sites that do not use Admins as the main admin group ---------------------------------------------- r34398 | lphuberdeau | 2011-05-13 16:54:25 +0100 (Fri, 13 May 2011) | 1 line [ENH] Avoid rework when formatting search results ---------------------------------------------- r34397 | jonnybradley | 2011-05-13 16:53:32 +0100 (Fri, 13 May 2011) | 1 line [FIX] plugins: Don't render plugin approval form if inside_pretty as untreated jQuery syntax messes up Smarty and you should approve it in the template (thanks luciash) ---------------------------------------------- r34396 | jonnybradley | 2011-05-13 16:30:55 +0100 (Fri, 13 May 2011) | 1 line [FIX] modules: No need to warn when saving newly dropped module ---------------------------------------------- r34395 | jonnybradley | 2011-05-13 16:26:40 +0100 (Fri, 13 May 2011) | 1 line [FIX] code plugin: De-sanitise unescaped code ---------------------------------------------- r34394 | jonnybradley | 2011-05-13 16:08:29 +0100 (Fri, 13 May 2011) | 1 line [FIX] trackerlist: Avoid error as itemId is an array, and add comment as a reminder to remove or fix suspect code after 7.0 ---------------------------------------------- r34393 | jonnybradley | 2011-05-13 15:37:38 +0100 (Fri, 13 May 2011) | 1 line [FIX] trackers: Fix item link label to show concatenated values on output (thanks Geoff) ---------------------------------------------- r34391 | jonnybradley | 2011-05-13 14:38:19 +0100 (Fri, 13 May 2011) | 1 line [MOD] Move feature_syntax_highlighter (code mirror) into experimental and default to off for 7.0 ---------------------------------------------- r34390 | sylvieg | 2011-05-12 23:24:12 +0100 (Thu, 12 May 2011) | 1 line [FIX]TRACKERFILTER: choose the dropdown for group selector ---------------------------------------------- r34388 | sylvieg | 2011-05-12 20:56:52 +0100 (Thu, 12 May 2011) | 1 line [FIX]ARTICLES: perm can be check only on individual article and not globally ---------------------------------------------- r34387 | jonnybradley | 2011-05-12 20:05:40 +0100 (Thu, 12 May 2011) | 1 line [FIX] modules: Make sure save button is hidden in all themes (some have styling on the outer span as well as the anchor) ---------------------------------------------- r34386 | jonnybradley | 2011-05-12 19:56:41 +0100 (Thu, 12 May 2011) | 1 line [FIX] modules: Warn about lost module positioning changes ---------------------------------------------- r34384 | jonnybradley | 2011-05-12 18:00:07 +0100 (Thu, 12 May 2011) | 1 line [FIX] img: Partial rollback of r34037 and alternative fix to add the width and height attributes to the tag, but without adding &x= &y= params to the src as it destroys the alpha channel unnecessarily (thanks SLJ) ---------------------------------------------- r34379 | jonnybradley | 2011-05-11 15:20:10 +0100 (Wed, 11 May 2011) | 1 line [FIX] editlib: Missing global and parameter ---------------------------------------------- r34378 | chibaguy | 2011-05-11 12:51:41 +0100 (Wed, 11 May 2011) | 1 line [NEW] Twist theme updated for Tiki 7. ---------------------------------------------- r34376 | nkoth | 2011-05-11 04:08:12 +0100 (Wed, 11 May 2011) | 2 lines [FIX] Redo (corrected) Prevent extra \n from appearing at then of pretty tracker var output ---------------------------------------------- r34375 | nkoth | 2011-05-11 04:04:12 +0100 (Wed, 11 May 2011) | 2 lines [FIX] Prevent extra \n from appearing at then of pretty tracker var output ---------------------------------------------- r34374 | nkoth | 2011-05-11 00:20:46 +0100 (Wed, 11 May 2011) | 2 lines [FIX] db error ---------------------------------------------- r34366 | lphuberdeau | 2011-05-10 18:49:57 +0100 (Tue, 10 May 2011) | 1 line [FIX] Date for RSS feeds not displaying correctly ---------------------------------------------- r34363 | jonnybradley | 2011-05-10 17:22:44 +0100 (Tue, 10 May 2011) | 1 line [FIX] wysiwyg: Remove unnecessary parameter for debug_backtrace (causes errors on php < 5.2 so mainly for backporting to 6.x) ---------------------------------------------- r34362 | jonnybradley | 2011-05-10 17:16:34 +0100 (Tue, 10 May 2011) | 1 line [FIX] wysiwyg: Clean all ~np~ tags from plugin_result before rendering for ckeditor, not just ones at start and end. ---------------------------------------------- r34359 | jonnybradley | 2011-05-10 17:03:57 +0100 (Tue, 10 May 2011) | 1 line [FIX] wysiwyg: Better fix than in r34285 using preg_last_error() which fails on php < 5.2 (mainly for backporting to 6.x but it's a cleaner fix anyway) ---------------------------------------------- r34354 | xavidp | 2011-05-10 16:23:51 +0100 (Tue, 10 May 2011) | 1 line [MOD][bp/r34353] Avoid potential confusion between proxy host name and proxy host url. Thanks lph for feedback ---------------------------------------------- r34348 | jonnybradley | 2011-05-10 14:09:33 +0100 (Tue, 10 May 2011) | 1 line [MOD] Link html5shim to the new one in third_party (and add required type attribute) ---------------------------------------------- r34347 | jonnybradley | 2011-05-10 13:46:51 +0100 (Tue, 10 May 2011) | 1 line [MOD] Link html5shim into libs ---------------------------------------------- r34344 | jonnybradley | 2011-05-10 13:25:29 +0100 (Tue, 10 May 2011) | 1 line [FIX] logout: When using group home pages redirect to anonymous's home instead of the logged in user's one (thanks Geoff) ---------------------------------------------- r34343 | lphuberdeau | 2011-05-10 13:16:43 +0100 (Tue, 10 May 2011) | 1 line [FIX]?\194?\160Use autoload in jsplugin ---------------------------------------------- r34342 | jonnybradley | 2011-05-10 13:15:06 +0100 (Tue, 10 May 2011) | 1 line [FIX] modules: Check perm for modules admin mode ---------------------------------------------- r34341 | sept_7 | 2011-05-10 13:02:58 +0100 (Tue, 10 May 2011) | 2 lines [FIX] SVN properties ---------------------------------------------- r34340 | jonnybradley | 2011-05-10 12:58:59 +0100 (Tue, 10 May 2011) | 1 line [FIX] log_tpl: Suppress log comment for error.tpl also (which includes tiki.tpl which generates the DOCTYPE) ---------------------------------------------- r34339 | sept_7 | 2011-05-10 12:58:42 +0100 (Tue, 10 May 2011) | 2 lines [FIX] Dos2unix ---------------------------------------------- r34336 | chibaguy | 2011-05-10 12:22:29 +0100 (Tue, 10 May 2011) | 1 line [FIX] More adjustments for site header modules (Dark Shine theme). ---------------------------------------------- r34335 | pkdille | 2011-05-10 06:13:09 +0100 (Tue, 10 May 2011) | 1 line Un-duplicate some style definitions ---------------------------------------------- r34334 | marclaporte | 2011-05-10 05:25:03 +0100 (Tue, 10 May 2011) | 1 line lowercase ---------------------------------------------- r34333 | chibaguy | 2011-05-10 03:59:38 +0100 (Tue, 10 May 2011) | 1 line [FIX] More adjustments for site header modules. ---------------------------------------------- r34332 | nkoth | 2011-05-10 03:50:18 +0100 (Tue, 10 May 2011) | 2 lines [FIX] Allow underscore and dash in attribute name ---------------------------------------------- r34331 | jonnybradley | 2011-05-09 21:25:24 +0100 (Mon, 09 May 2011) | 1 line [FIX] login: Show login box contents when on tiki-login_scr.php ---------------------------------------------- r34327 | jonnybradley | 2011-05-09 19:03:06 +0100 (Mon, 09 May 2011) | 1 line [FIX] search: Make buttons appear automatically after typing (in compact mode) ---------------------------------------------- r34326 | jonnybradley | 2011-05-09 18:45:31 +0100 (Mon, 09 May 2011) | 1 line [MOD] modules: Link to user module edit form from popup ---------------------------------------------- r34325 | jonnybradley | 2011-05-09 18:13:04 +0100 (Mon, 09 May 2011) | 1 line [FIX] modules: Link assign user modules icons to correct tab as a new tab appears when edit_assign is set (thanks again marclaporte) ---------------------------------------------- r34324 | jonnybradley | 2011-05-09 17:18:18 +0100 (Mon, 09 May 2011) | 1 line [FIX] modules: Avoid user modules params showing as Array when empty (thanks marclaporte) ---------------------------------------------- r34322 | jonnybradley | 2011-05-09 16:54:42 +0100 (Mon, 09 May 2011) | 1 line [MOD] modules: Add a show/hide hidden modules button to avoid interface chaos and unusability when module visibility is used extensively, as seen on themes.t.o ---------------------------------------------- r34321 | jonnybradley | 2011-05-09 16:26:58 +0100 (Mon, 09 May 2011) | 1 line [FIX] modules: Move editcreate anchor to where the user module textarea is (from the top of the um list) ---------------------------------------------- r34320 | jonnybradley | 2011-05-09 15:30:21 +0100 (Mon, 09 May 2011) | 1 line [FIX] trackers: Fix missing smarty param ---------------------------------------------- r34319 | jonnybradley | 2011-05-09 15:28:47 +0100 (Mon, 09 May 2011) | 1 line [FIX] trackers: Fix removing attachments when useAttachments == n ---------------------------------------------- r34318 | jonnybradley | 2011-05-09 15:25:07 +0100 (Mon, 09 May 2011) | 1 line [FIX] trackers: Hopefully fix confusion with File (attachment) fields and "item" attachments (thanks marclaporte) ---------------------------------------------- r34317 | nkoth | 2011-05-09 15:24:05 +0100 (Mon, 09 May 2011) | 2 lines [FIX] Credits not showing ---------------------------------------------- r34316 | lphuberdeau | 2011-05-09 14:16:47 +0100 (Mon, 09 May 2011) | 1 line [FIX] Page already exists exception caused by stale cache, fixed by using a lower level function and forcing cache to be skipped ---------------------------------------------- r34315 | chibaguy | 2011-05-09 10:49:40 +0100 (Mon, 09 May 2011) | 1 line [FIX] Adjust stylesheets site title and secondary site menu positions (Secondary site menu uses menu module with module parameter for style: class="secondary_site_menu".) ---------------------------------------------- r34308 | marclaporte | 2011-05-09 06:16:11 +0100 (Mon, 09 May 2011) | 1 line [DOC] Documenting how to use get_strings.php from the command line, which is useful to avoid timeouts ---------------------------------------------- r34307 | marclaporte | 2011-05-09 05:03:16 +0100 (Mon, 09 May 2011) | 1 line typo? or is get_strings smarter than I think? ---------------------------------------------- r34305 | chealer | 2011-05-09 04:40:46 +0100 (Mon, 09 May 2011) | 1 line [FIX] Text area admin panel: fix generally broken plugin filter (wrong selector, r32931 regression) ---------------------------------------------- r34304 | nkoth | 2011-05-09 03:25:24 +0100 (Mon, 09 May 2011) | 2 lines [FIX] Allow numbers in attribute and relation names ---------------------------------------------- r34303 | nkoth | 2011-05-09 01:14:33 +0100 (Mon, 09 May 2011) | 2 lines [FIX] Prevent extra line breaks or paragraphing from being created on parsing of pretty tracker and other output ---------------------------------------------- r34302 | marclaporte | 2011-05-08 20:16:28 +0100 (Sun, 08 May 2011) | 1 line [DOC] Experienced Tiki users are used to come to this page to administer the look & feel, thus giving them a link to the new awesome drag & drop method ---------------------------------------------- r34300 | pkdille | 2011-05-08 19:57:57 +0100 (Sun, 08 May 2011) | 1 line Un-duplicate style definitions (fixes r34273) ---------------------------------------------- r34299 | marclaporte | 2011-05-08 19:42:48 +0100 (Sun, 08 May 2011) | 1 line [MOD] changing color of comment box to be sure they are seen. http://doc.tiki.org/Inline+Comments ---------------------------------------------- r34298 | marclaporte | 2011-05-08 17:10:09 +0100 (Sun, 08 May 2011) | 1 line rollback. Tks chealer ---------------------------------------------- r34297 | nkoth | 2011-05-07 18:10:38 +0100 (Sat, 07 May 2011) | 2 lines [FIX] Prevent extra line breaks or paragraphing from being created on parsing of plugin ---------------------------------------------- r34295 | jonnybradley | 2011-05-07 16:42:47 +0100 (Sat, 07 May 2011) | 1 line [FIX] modules: Remove style definitions from upgrade script and add schema to also remove them from previously upgraded sites (thanks chibaguy) ---------------------------------------------- r34294 | chibaguy | 2011-05-07 07:30:06 +0100 (Sat, 07 May 2011) | 1 line [FIX] Specifying line-height for site titles so full height of text shows in IE7. ---------------------------------------------- r34293 | chibaguy | 2011-05-07 07:27:39 +0100 (Sat, 07 May 2011) | 1 line [FIX] z-index fix for login popup; module title line-height so full height of text shows. ---------------------------------------------- r34292 | marclaporte | 2011-05-07 04:38:57 +0100 (Sat, 07 May 2011) | 1 line [FIX] Category filter for listing pages: it can accept more than one value. TODO: also add + as a valid separator ---------------------------------------------- r34290 | jonnybradley | 2011-05-06 18:28:02 +0100 (Fri, 06 May 2011) | 1 line [FIX] modules: Fix legacy "add module" form (thanks again chibaguy) ---------------------------------------------- r34288 | jonnybradley | 2011-05-06 17:21:03 +0100 (Fri, 06 May 2011) | 1 line [FIX] wysiwyg: Remove ~np~ tags from around plugin result before parsing for ckeditor ---------------------------------------------- r34287 | sylvieg | 2011-05-06 16:00:40 +0100 (Fri, 06 May 2011) | 1 line [FIX]unified: set perms for unuified too ---------------------------------------------- r34285 | jonnybradley | 2011-05-06 15:52:18 +0100 (Fri, 06 May 2011) | 1 line [FIX] wysiwyg: Catch preg_replace error returning null when too many plugins cause a PREG_BACKTRACK_LIMIT_ERROR resulting in empty editor (thanks Geoff) ---------------------------------------------- r34283 | jonnybradley | 2011-05-06 13:40:35 +0100 (Fri, 06 May 2011) | 1 line [FIX] modules: Correct behaviour for excluded themes again (thanks chibaguy) ---------------------------------------------- r34275 | chibaguy | 2011-05-06 06:47:46 +0100 (Fri, 06 May 2011) | 1 line [FIX] Some value for top distance is needed for quick admin link. "0" will conflict with secondary site menu, so maybe midway down or so (at right margin) is good. ---------------------------------------------- r34273 | chibaguy | 2011-05-06 03:36:44 +0100 (Fri, 06 May 2011) | 1 line [FIX] Better vertical positioning of site titles. ---------------------------------------------- r34263 | sylvieg | 2011-05-05 18:04:10 +0100 (Thu, 05 May 2011) | 1 line [FIX]wrong notice fix in 34196 ---------------------------------------------- r34262 | sylvieg | 2011-05-05 17:55:09 +0100 (Thu, 05 May 2011) | 1 line [FIX]wrong notice fix in 34187 ---------------------------------------------- r34260 | lphuberdeau | 2011-05-05 16:00:33 +0100 (Thu, 05 May 2011) | 1 line [FIX]?\194?\160Header and static text would not display in TRACKER plugin ---------------------------------------------- r34256 | sylvieg | 2011-05-05 15:10:56 +0100 (Thu, 05 May 2011) | 1 line [FIX]date translation ---------------------------------------------- r34255 | sylvieg | 2011-05-05 14:59:30 +0100 (Thu, 05 May 2011) | 1 line [FIX]i18n: add instructions for get_strings to translate the date formats ---------------------------------------------- r34253 | chealer | 2011-05-04 23:53:56 +0100 (Wed, 04 May 2011) | 1 line [FIX] SUBSCRIBEGROUPS: removal from group (r18957 regression) ---------------------------------------------- r34252 | sylvieg | 2011-05-04 23:18:00 +0100 (Wed, 04 May 2011) | 1 line [FIX]i18n: : must be in the {tr} ---------------------------------------------- r34250 | sylvieg | 2011-05-04 22:12:35 +0100 (Wed, 04 May 2011) | 1 line [FIX]structure: wrong notice fix 34191 - structure was not showing ---------------------------------------------- r34249 | chealer | 2011-05-04 21:11:52 +0100 (Wed, 04 May 2011) | 1 line [FIX] "Create New structure" => "Create New Structure" (consistent capitalization, avoid strings duplication ---------------------------------------------- r34245 | sylvieg | 2011-05-04 18:24:47 +0100 (Wed, 04 May 2011) | 1 line [FIX]smarty: multibyte for truncate - thx yoni and Gil Shwartz) ---------------------------------------------- r34239 | chibaguy | 2011-05-04 10:08:56 +0100 (Wed, 04 May 2011) | 1 line [FIX] Top position missing for Quick Admin module (thanks Chealer). ---------------------------------------------- r34238 | chibaguy | 2011-05-04 06:45:14 +0100 (Wed, 04 May 2011) | 1 line [FIX] Fancytable was missing the table header background color property. ---------------------------------------------- r34237 | marclaporte | 2011-05-04 05:38:40 +0100 (Wed, 04 May 2011) | 1 line More consistency but trackerif and trackertoggle are still not optional in Tiki7 Sylvie? ---------------------------------------------- r34236 | marclaporte | 2011-05-04 04:22:24 +0100 (Wed, 04 May 2011) | 1 line [FIX] missing prefs in admin panels as reported via doc/devtools/lessermagicreport.php ---------------------------------------------- r34235 | marclaporte | 2011-05-04 03:44:42 +0100 (Wed, 04 May 2011) | 1 line better doc ---------------------------------------------- r34226 | sylvieg | 2011-05-03 18:01:45 +0100 (Tue, 03 May 2011) | 1 line [FIX]TRACKERFILTER: do not url encode option as it is a POST and create problem with option with space for instance (spaces are transformed into %20 ---------------------------------------------- r34215 | marclaporte | 2011-05-02 20:34:58 +0100 (Mon, 02 May 2011) | 1 line typo. Good catch by Jean-Luc ---------------------------------------------- r34208 | sylvieg | 2011-05-02 16:55:24 +0100 (Mon, 02 May 2011) | 1 line [FIX]menu fix 25503: menu_cookie must also apply for structure ---------------------------------------------- r34200 | sylvieg | 2011-05-02 14:17:49 +0100 (Mon, 02 May 2011) | 1 line [FIX]menu: match url find the selected 1/ with url with & 2/ with option =tiki-index.php ---------------------------------------------- r34199 | chibaguy | 2011-05-02 14:08:37 +0100 (Mon, 02 May 2011) | 1 line [FIX] Site header height isn't set since its content (and content height) at user sites isn't known in advance, so let logo image and titles be part of content flow to cause header height rather than be positioned absolute. ---------------------------------------------- r34083 | jonnybradley | 2011-04-22 16:59:44 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] codemirror: Fix block (h1, h2 etc) tools ---------------------------------------------- r34082 | jonnybradley | 2011-04-22 16:43:06 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] tiki-js.js js_lint (equivalent) ---------------------------------------------- r34081 | jonnybradley | 2011-04-22 16:12:40 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] tiki-jquery.js js_lint (equivalent) ---------------------------------------------- r34078 | jonnybradley | 2011-04-22 15:39:09 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] datepicker: Update the hidden field (altField) before dividing by 1000 (as js deals in ms) ---------------------------------------------- r34077 | jonnybradley | 2011-04-22 14:06:22 +0100 (Fri, 22 Apr 2011) | 1 line [FIX] unified search: Fix error reporting and add exception message ---------------------------------------------- r34068 | jonnybradley | 2011-04-21 21:00:35 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] timeline: Prevent non-simile code from dying when trying 'year' as a scale, and add missing simile durations ---------------------------------------------- r34065 | jonnybradley | 2011-04-21 17:49:27 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] timeline: Ugly fix for loading SIMILE lib problems ---------------------------------------------- r34064 | jonnybradley | 2011-04-21 15:56:12 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] search module: Installer update for compact mode when in topbar ---------------------------------------------- r34063 | jonnybradley | 2011-04-21 15:23:00 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] search module: Put action buttons in a popup div (when compact = y) for use in topbar zone to reduce layout breakage ---------------------------------------------- r34062 | lphuberdeau | 2011-04-21 13:53:57 +0100 (Thu, 21 Apr 2011) | 1 line [bp/r34052] Make group inheritence optional on group subscriptions to newsletters ---------------------------------------------- r34061 | lphuberdeau | 2011-04-21 13:52:26 +0100 (Thu, 21 Apr 2011) | 1 line [bp/r34050] Fix saving of newletter edition to preserve text version and wysiwyg flag ---------------------------------------------- r34060 | jonnybradley | 2011-04-21 12:53:36 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Use codemirror for comments ---------------------------------------------- r34059 | jonnybradley | 2011-04-21 12:49:17 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Use textarea width and height ---------------------------------------------- r34058 | jonnybradley | 2011-04-21 12:23:57 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Use height param ---------------------------------------------- r34057 | jonnybradley | 2011-04-21 12:15:35 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] codemirror: Stop the {code} listings from disappearing when you can edit the page. Not sure why it fixes it, but it does - Robert P please review? ---------------------------------------------- r34056 | jonnybradley | 2011-04-21 11:38:29 +0100 (Thu, 21 Apr 2011) | 1 line [FIX] include plugin: Better tool tip message (thanks again Lindon) ---------------------------------------------- r34055 | jonnybradley | 2011-04-20 18:47:29 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] tikilib: Typos ---------------------------------------------- r34054 | jonnybradley | 2011-04-20 18:25:44 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] include plugin: Restore edit included page icon, but without doing the full parse_data which was messing up maketoc (thanks Lindon) ---------------------------------------------- r34047 | chibaguy | 2011-04-20 13:14:08 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] display:table on #header_fixedwidth was causing a 1em or so gap between the bottom of that div and #header's, for some reason. ---------------------------------------------- r34046 | chibaguy | 2011-04-20 13:00:37 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] Return header content to page center (not at viewport left margin). ---------------------------------------------- r34045 | jonnybradley | 2011-04-20 12:20:24 +0100 (Wed, 20 Apr 2011) | 1 line [FIX] ohia/cornflower: Remove all definitions duplicating the main theme css ---------------------------------------------- r34044 | jonnybradley | 2011-04-19 18:59:42 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegals: Repairs to replace version (fill missing fileInfo) ---------------------------------------------- r34043 | lphuberdeau | 2011-04-19 18:09:57 +0100 (Tue, 19 Apr 2011) | 1 line [KIL] Fully removing the old tiki search ---------------------------------------------- r34042 | jonnybradley | 2011-04-19 18:08:56 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] ohia: Visible text for .opaque ---------------------------------------------- r34041 | jonnybradley | 2011-04-19 18:08:06 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegals: Various missing parameters, typos and unset vars (missing file) ---------------------------------------------- r34040 | jonnybradley | 2011-04-19 17:46:38 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegals: Various missing parameters, typos and unset vars ---------------------------------------------- r34039 | jonnybradley | 2011-04-19 17:13:23 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] filegallib: Use $this instead of $filegallib ---------------------------------------------- r34038 | jonnybradley | 2011-04-19 16:36:56 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] ohia: Make bg colours closer to header.png ---------------------------------------------- r34037 | jonnybradley | 2011-04-19 16:28:31 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] img: Set width and height attributes for images from filegals (again) ---------------------------------------------- r34036 | jonnybradley | 2011-04-19 16:09:42 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] prefs: Fix test for multi-line values (seem to have Windows line ends, even on a Mac) ---------------------------------------------- r34035 | jonnybradley | 2011-04-19 15:16:56 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] jqui: search box positioning in topbar ---------------------------------------------- r34034 | sampaioprimo | 2011-04-19 14:40:31 +0100 (Tue, 19 Apr 2011) | 2 lines remove problematic and redundant test ---------------------------------------------- r34033 | lphuberdeau | 2011-04-19 14:20:28 +0100 (Tue, 19 Apr 2011) | 1 line [FIX]?\194?\160Missing escape ---------------------------------------------- r34032 | lphuberdeau | 2011-04-19 14:15:31 +0100 (Tue, 19 Apr 2011) | 1 line [MOD] Indicating that the content is html to see search results ---------------------------------------------- r34031 | lphuberdeau | 2011-04-19 13:39:06 +0100 (Tue, 19 Apr 2011) | 1 line [ENH] Cleaning up admin panel ---------------------------------------------- r34029 | chibaguy | 2011-04-19 06:24:21 +0100 (Tue, 19 Apr 2011) | 1 line [FIX] No need to specify .box-logo height: any pre-set height will be wrong for most installations, and anyway the box flexes to accommodate the logo image. ---------------------------------------------- r34027 | sampaioprimo | 2011-04-18 23:26:28 +0100 (Mon, 18 Apr 2011) | 2 lines unit test suite: populate database on first run ---------------------------------------------- r34026 | sampaioprimo | 2011-04-18 22:22:02 +0100 (Mon, 18 Apr 2011) | 2 lines include PHPUnit/Framework.php instead of PHPUnit/Framework/TestCase.php as recommended by documentation ---------------------------------------------- r34024 | jonnybradley | 2011-04-18 20:10:49 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] themegen: Don't recreate the generated css files on every page load ---------------------------------------------- r34023 | jonnybradley | 2011-04-18 20:09:28 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] cclite: small change to error reporting formatting ---------------------------------------------- r34022 | jonnybradley | 2011-04-18 19:34:51 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] modules: Restore move down arrow and fix visibility of up (thanks again chealer) ---------------------------------------------- r34021 | jonnybradley | 2011-04-18 19:17:48 +0100 (Mon, 18 Apr 2011) | 2 lines [FIX] modules: Do SQL statements separately (avoids failure on adodb and is a tiki convention) Thanks mheller ---------------------------------------------- r34020 | jonnybradley | 2011-04-18 19:05:41 +0100 (Mon, 18 Apr 2011) | 2 lines [FIX] menus: Do SQL statements separately (avoids failure on adodb and is a tiki convention) Thanks chealer ---------------------------------------------- r34017 | lphuberdeau | 2011-04-18 16:49:42 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Render the table of contents correctly ---------------------------------------------- r34016 | lphuberdeau | 2011-04-18 15:54:20 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Two calls made to parse_first to handle a special case of wiki links with anchors defined (was broken, too), now handled as a standard case (and fixed), removing the additional parse_first call ---------------------------------------------- r34015 | jonnybradley | 2011-04-18 15:10:18 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] autosave/preview: Use tikilib function for htmldecode ---------------------------------------------- r34014 | jonnybradley | 2011-04-18 14:43:48 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] trackerlist: Add a couple of useful params to $auto_query_args ---------------------------------------------- r34013 | lphuberdeau | 2011-04-18 14:40:22 +0100 (Mon, 18 Apr 2011) | 1 line [FIX]?\194?\160Prevent HTML from going through unless is_html is enabled. Also remove some compatibility code for versions of PHP no longer supported ---------------------------------------------- r34012 | lphuberdeau | 2011-04-18 14:30:33 +0100 (Mon, 18 Apr 2011) | 1 line [FIX]?\194?\160Not the same output format when pulled from cache or fetched from server ---------------------------------------------- r34011 | jonnybradley | 2011-04-18 13:52:28 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] editpage: Correct decoding of html for preview diffs and pass on state of allowHtml checkbox to diff setup code (thanks Marc) ---------------------------------------------- r34010 | jonnybradley | 2011-04-18 12:55:22 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Restore a couple of icons lost in r31492 (unintentionally presumably?) ---------------------------------------------- r34009 | chibaguy | 2011-04-18 12:53:09 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Text-align properties not needed and sometimes caused centered content in middle column; site logo spacing fixed. ---------------------------------------------- r34008 | chibaguy | 2011-04-18 12:45:31 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Updating some site header item positions for Ohia theme (assuming menu, logo, login_box, and search modules in Top module zone). ---------------------------------------------- r34006 | jonnybradley | 2011-04-18 12:13:49 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Ohia/cornflower: Slight improvement on header height (still not quite right) ---------------------------------------------- r34005 | jonnybradley | 2011-04-18 12:02:59 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Ohia/cornflower: Basic fixes for 7.x style modules in header (more to do) ---------------------------------------------- r34002 | jonnybradley | 2011-04-18 11:22:24 +0100 (Mon, 18 Apr 2011) | 2 lines [NEW] Option for Ohia theme: Cornflower Initially committed as a 6.x theme to be back-ported as is, then adapted to 7.x (top module zone mostly) ---------------------------------------------- r34001 | lindonb | 2011-04-18 01:46:41 +0100 (Mon, 18 Apr 2011) | 1 line [FIX] Make use of pipe (|) separator more reliable by masking tiki tags content while processing so pipes used for other purposes aren't mistaken for cell dividers. Took more refactoring than expected - assuming it's too much to backport to proposals/6x. Doesn't conflict with trunk in my tests. ---------------------------------------------- r33999 | lindonb | 2011-04-17 07:47:37 +0100 (Sun, 17 Apr 2011) | 1 line [FIX] Fix inability to use wiki syntax to color text for wikilink descriptions - a bug that apparently appeared with creation of lib/core/WikiParser/OutputLink.php. Fixed by moving wikilinks parsing to be before text color tiki syntax parsing in tikilib. Will backport to proposals/6x. ---------------------------------------------- r33997 | lindonb | 2011-04-17 00:01:38 +0100 (Sun, 17 Apr 2011) | 1 line [FIX] Improve contrast for text in input widgets for darkroom theme. Also, admin section seems to need to be before tabs section in order to work (at least for admbox class). ---------------------------------------------- r33993 | lindonb | 2011-04-16 21:04:58 +0100 (Sat, 16 Apr 2011) | 1 line [FIX] Suppress plugin edit icons on the including page for plugins on the included page since plugin edit doesn't work for these. Rolls back r29321 made to wikiplufin_include which introduced bugs causing odd spacing around the include and messed up {maketoc}, always putting included part at the top. Will backport to proposals/6x. ---------------------------------------------- r33989 | robertplummer | 2011-04-15 22:20:07 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] A bunch of fixes for draw, we can now view, edit, and save reliably. ---------------------------------------------- r33987 | pkdille | 2011-04-15 20:57:39 +0100 (Fri, 15 Apr 2011) | 1 line Code quality - de-duplicate a class definition (seen on quality.tiki.org) ---------------------------------------------- r33986 | pkdille | 2011-04-15 20:56:40 +0100 (Fri, 15 Apr 2011) | 1 line Code quality - only one style definition per line (seen on quality.tiki.org) ---------------------------------------------- r33985 | jonnybradley | 2011-04-15 18:36:32 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] categories: Don't use $title smarty var as it ends up as being used for the browser title ---------------------------------------------- r33984 | jonnybradley | 2011-04-15 18:10:30 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] trackers: ItemLink - show values when not a link (getOption(2) set) ---------------------------------------------- r33983 | jonnybradley | 2011-04-15 18:07:52 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] trackers: notice (assumption at this stage that showlinks and list_mode can be considered as 'n') ---------------------------------------------- r33982 | jonnybradley | 2011-04-15 17:34:01 +0100 (Fri, 15 Apr 2011) | 1 line [FIX] trackerfilter: notice ---------------------------------------------- r33979 | robertplummer | 2011-04-14 22:50:14 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] More fixes for tiki draw ---------------------------------------------- r33978 | sylvieg | 2011-04-14 22:31:02 +0100 (Thu, 14 Apr 2011) | 1 line [FIX]menu: a class to be able to custom the option as in the css menu ---------------------------------------------- r33977 | jonnybradley | 2011-04-14 22:14:52 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] categs: Rogue </b> ---------------------------------------------- r33976 | jonnybradley | 2011-04-14 21:32:13 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] fgals: catch exception when batch uploading ---------------------------------------------- r33975 | sylvieg | 2011-04-14 20:21:12 +0100 (Thu, 14 Apr 2011) | 1 line [FIX]i18n: very dirty patch: avoid to go to a wiki page when switching from a cat1111 (tiki-browse_cvateories.php) - HTTP_REFERER contains the short url not the long one ---------------------------------------------- r33973 | robertplummer | 2011-04-14 19:34:29 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] draw edit, view only. ---------------------------------------------- r33972 | jonnybradley | 2011-04-14 19:17:58 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] wysiwyg: Fix IE breakage trying to get selection from textarea "using" ckeditor (thanks Geoff) ---------------------------------------------- r33971 | jonnybradley | 2011-04-14 18:45:22 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] jqui.css: Better .forum_actions ---------------------------------------------- r33970 | jonnybradley | 2011-04-14 18:34:18 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] plugin_fingerprint: Previously an empty args array actually had an empty item in it, so simulate that so plugins stay approved after upgrade ---------------------------------------------- r33968 | jonnybradley | 2011-04-14 18:07:47 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] trackerfilter: get filters even if $export_action set ---------------------------------------------- r33967 | robertplummer | 2011-04-14 18:03:39 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] Array value for syntax attribute to array in codemirror ---------------------------------------------- r33966 | jonnybradley | 2011-04-14 17:14:14 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] perms: Missing </div> ---------------------------------------------- r33965 | jonnybradley | 2011-04-14 17:08:09 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] share: Use user selector for inter-user messages and some fixes so it actually works ---------------------------------------------- r33964 | sampaioprimo | 2011-04-14 16:54:47 +0100 (Thu, 14 Apr 2011) | 1 line backporting translations done on i18n.tiki.org ---------------------------------------------- r33963 | jonnybradley | 2011-04-14 16:34:26 +0100 (Thu, 14 Apr 2011) | 1 line [FIX] Don't show user selector menu even if there is only one user (admin) - thanks Bernard ---------------------------------------------- r33958 | robertplummer | 2011-04-14 15:53:34 +0100 (Thu, 14 Apr 2011) | 3 lines [ADD] Parameters syntax and codemirror to smarty textarea block [MOD] flexibleCodeMirror to only start a codemirror instance if it is forced or textarea parameter "codemirror" = "true" [MOD] Added new event binding to document, "plugin_ready", which will fire along with "plugin_##type##_ready" ---------------------------------------------- r33955 | sylvieg | 2011-04-14 15:30:50 +0100 (Thu, 14 Apr 2011) | 1 line [FIX]TRACKER: case itemId={{itemId}} with no itemId on the url-> exit ---------------------------------------------- r33946 | sampaioprimo | 2011-04-13 20:44:30 +0100 (Wed, 13 Apr 2011) | 2 lines [FIX] blog posts "disappear" for anonymous when upgrading old installations (<=1.9.x) ---------------------------------------------- r33944 | sylvieg | 2011-04-13 14:05:00 +0100 (Wed, 13 Apr 2011) | 1 line [bp/r33943]block redirect when indexing ---------------------------------------------- r33942 | sylvieg | 2011-04-13 12:17:47 +0100 (Wed, 13 Apr 2011) | 1 line [FIX]search: no limit for the lucky ones who can redefine php settings ---------------------------------------------- r33935 | sylvieg | 2011-04-12 21:54:46 +0100 (Tue, 12 Apr 2011) | 1 line [FIX]tracker: groups list is in getFieldValue ---------------------------------------------- r33921 | lphuberdeau | 2011-04-12 20:06:25 +0100 (Tue, 12 Apr 2011) | 1 line [NEW] Wiki plugin to list formatted zotero references as a summary page ---------------------------------------------- r33919 | lphuberdeau | 2011-04-12 17:12:43 +0100 (Tue, 12 Apr 2011) | 1 line [FIX] Adding inline comment annotations not working with codemirror ---------------------------------------------- r33918 | lphuberdeau | 2011-04-12 14:25:32 +0100 (Tue, 12 Apr 2011) | 1 line [FIX] When getting a quote from the US, UPS will refuse KG as a weight measurement, let's hope they accept pounds all around the globe ---------------------------------------------- r33917 | chealer | 2011-04-12 07:17:53 +0100 (Tue, 12 Apr 2011) | 2 lines [FIX] Admin banning: Direct comparisons between UNIX timestamps and TIMESTAMP MySQL type when using "Rule activated by dates". Fixes rules being deleted on creation, not banning correctly and/or wrong saved dates (from r565) Closes: #3788 "proposals/6x: Edit a Banning rule deletes the rule!" ---------------------------------------------- r33916 | chealer | 2011-04-12 07:12:03 +0100 (Tue, 12 Apr 2011) | 2 lines [FIX] Undefined index: section [FIX] Undefined index: user ---------------------------------------------- r33907 | lindonb | 2011-04-09 04:19:29 +0100 (Sat, 09 Apr 2011) | 1 line [FIX] Keep mobile_perspectives preference from setting unexpectedly in the feature admin panel ---------------------------------------------- r33903 | jonnybradley | 2011-04-08 19:57:18 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: Items List - return an error message instead WSoD if displayFieldIdThere doesn't exist. ---------------------------------------------- r33901 | jonnybradley | 2011-04-08 19:48:54 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: Item Link - show linked item displayedFieldsList instead of value ---------------------------------------------- r33898 | jonnybradley | 2011-04-08 19:03:41 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: jscalendar/datepicker - quotes in the wrong place ---------------------------------------------- r33896 | robertplummer | 2011-04-08 18:15:22 +0100 (Fri, 08 Apr 2011) | 1 line [ADD] Remaining customizations from 6.x ---------------------------------------------- r33895 | sylvieg | 2011-04-08 17:44:48 +0100 (Fri, 08 Apr 2011) | 1 line [ENH]tracker: possibility to limit group field to a group ---------------------------------------------- r33894 | sylvieg | 2011-04-08 17:43:24 +0100 (Fri, 08 Apr 2011) | 1 line [FIX]fix 33889 ---------------------------------------------- r33892 | jonnybradley | 2011-04-08 17:07:32 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] wysiwyg: Cope with escaped single quotes that were leading to loss of content on first switch to wysiwyg mode (for instance on wysiwyg_sample_page) ---------------------------------------------- r33891 | djpgm | 2011-04-08 16:32:53 +0100 (Fri, 08 Apr 2011) | 1 line Fix a Typo ---------------------------------------------- r33890 | robertplummer | 2011-04-08 16:29:10 +0100 (Fri, 08 Apr 2011) | 1 line [ADD] Huge commit, upstreaming all cart mods, fixes and features ---------------------------------------------- r33889 | sylvieg | 2011-04-08 15:55:32 +0100 (Fri, 08 Apr 2011) | 1 line [FIX]tracker: more handler - little bit by little bit ---------------------------------------------- r33888 | jonnybradley | 2011-04-08 14:34:50 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] timeline plugin: Fix first time loading issue (hopefully) and expose image field to simile timeline widget ---------------------------------------------- r33887 | robertplummer | 2011-04-08 13:53:41 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] Added '=>' to tiki syntax parser inside of plugin attributes ---------------------------------------------- r33886 | sylvieg | 2011-04-08 13:35:22 +0100 (Fri, 08 Apr 2011) | 1 line [FIX]traker: move group list to getFieldData ---------------------------------------------- r33885 | jonnybradley | 2011-04-08 13:31:09 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: More fixes for export (now at least produces valie csv even if some data may be still missing) ---------------------------------------------- r33884 | jonnybradley | 2011-04-08 12:45:07 +0100 (Fri, 08 Apr 2011) | 2 lines [FIX] trackers: Make sure $context['list_mode'] is always set (once) and check for csv mode on some fields (more to come). Also {strip} numeric values ---------------------------------------------- r33883 | jonnybradley | 2011-04-08 12:25:09 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: Fixes for import, also add yyyy-mm-dd date format option as this is now the default short-date format ---------------------------------------------- r33882 | jonnybradley | 2011-04-08 11:55:37 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] trackers revamp: Layout changes and a couple more titles ---------------------------------------------- r33881 | jonnybradley | 2011-04-08 11:44:06 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] trackers revamp: Change export trackers' unreliable accordion to tabs now tikitabs can be nested. ---------------------------------------------- r33880 | jonnybradley | 2011-04-08 11:16:06 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] trackers: jscalendar - set a blank date/time when shown inside the export tracker form for jquery-ui datepickers too ---------------------------------------------- r33879 | jonnybradley | 2011-04-08 11:09:00 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] admin trackers: Bad fix for strange page title. Seems $title overrides block.title smarty function (logic in header.tpl too fragile to change now for 7.0 - TODO) ---------------------------------------------- r33878 | jonnybradley | 2011-04-08 10:49:50 +0100 (Fri, 08 Apr 2011) | 1 line [MOD] modules revamp: Not experimental anymore, but still "new and improved"! ---------------------------------------------- r33877 | jonnybradley | 2011-04-08 10:38:51 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] webmail inbox: Quick fix for inbox module, much more to do but now no longer breaks modules admin at least. (AJAX code restored but not fully functional yet) ---------------------------------------------- r33876 | jonnybradley | 2011-04-08 10:29:26 +0100 (Fri, 08 Apr 2011) | 1 line [FIX] webmail: Correct redirect on error ---------------------------------------------- r33871 | chealer | 2011-04-07 21:17:14 +0100 (Thu, 07 Apr 2011) | 3 lines revert r7127 "[FIX] made login validation respect the minimum password length defined in admin login panel" nothing in the admin interface suggests that changing the minimum password length would make Tiki refuse existing passwords. this preference also *seems* to apply to Tiki auth only. [FIX] confused error message that user doesn't exist when an LDAP user enters a password too short ---------------------------------------------- r33864 | chealer | 2011-04-07 20:00:45 +0100 (Thu, 07 Apr 2011) | 2 lines [SEC] LDAP: reject invalid empty passwords instead of attempting an unauthenticated bind Thanks Thomas Hommes <Thomas.Hommes@bib.de> ---------------------------------------------- r33863 | lphuberdeau | 2011-04-07 19:20:33 +0100 (Thu, 07 Apr 2011) | 1 line [FIX]?\194?\160Previous attempt to shortcut the smarty syntax in the parser was broken, fixing that and adding a limit to the amount of junk it will cope with to avoid nearly infinite loops ---------------------------------------------- r33861 | jonnybradley | 2011-04-07 18:23:15 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: typo ---------------------------------------------- r33860 | jonnybradley | 2011-04-07 18:20:07 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] pretty trackers: Rollback r33842 as it broke normal pretty trackers - a different strategy is required... ---------------------------------------------- r33857 | jonnybradley | 2011-04-07 18:02:27 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: AJAX export - use accesslib output_serialized(). Required since jQuery 1.5 to provide JS callback correctly. ---------------------------------------------- r33856 | jonnybradley | 2011-04-07 18:00:41 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: Mend accordion following tab content changes to classes, and remove a couple of self-closing options that were raising warnings. ---------------------------------------------- r33855 | jonnybradley | 2011-04-07 17:59:17 +0100 (Thu, 07 Apr 2011) | 1 line [FIX] trackers: jscalendar - set a blank date/time when shown inside the export tracker form, otherwise it will only export items dated "now" (usually none) ---------------------------------------------- r33854 | sampaioprimo | 2011-04-07 16:25:43 +0100 (Thu, 07 Apr 2011) | 2 lines backporting translations done on i18n.tiki.org ---------------------------------------------- r33846 | sylvieg | 2011-04-07 15:09:29 +0100 (Thu, 07 Apr 2011) | 1 line [FIX]mysql search: do not filter on language if the site is not multilingual - because the lang info in the database can be NULL ---------------------------------------------- r33844 | jonnybradley | 2011-04-06 18:50:47 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] trackers: Restore logic for showing flag images in CountrySelector fields ---------------------------------------------- r33843 | jonnybradley | 2011-04-06 18:49:51 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] pagination: Don't add newlines to html in pagination as this gets reparsed and converted to <br> or <p> when used in a plugin such as trackerlist ---------------------------------------------- r33842 | jonnybradley | 2011-04-06 17:41:55 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] pretty trackers: Hopeful fix for getting plugins to work in pretty tracker tpls - seems content dependent (and fragile) ---------------------------------------------- r33841 | lphuberdeau | 2011-04-06 16:23:06 +0100 (Wed, 06 Apr 2011) | 1 line [NEW] Indexing of comments in unified search and required modifications to have WYSIWYCA on results ---------------------------------------------- r33840 | jonnybradley | 2011-04-06 12:54:18 +0100 (Wed, 06 Apr 2011) | 1 line [FIX] trackerhelp: Don't use auto_save etc for this (why is it even a textarea?) ---------------------------------------------- r33839 | chealer | 2011-04-05 19:51:11 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] Installer: empty error message when ADOdb connection succeeds (r27399 regression) ---------------------------------------------- r33838 | jonnybradley | 2011-04-05 19:36:07 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: trackerlist plugin url parameter restored ---------------------------------------------- r33837 | lphuberdeau | 2011-04-05 19:00:58 +0100 (Tue, 05 Apr 2011) | 1 line [FIX]?\194?\160Display link cursor on location finders ---------------------------------------------- r33836 | lphuberdeau | 2011-04-05 18:56:20 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] Using the map sizes that were previously used ---------------------------------------------- r33835 | lphuberdeau | 2011-04-05 18:42:33 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] Geolocation coordinates were inverted from pevious implementation ---------------------------------------------- r33833 | jonnybradley | 2011-04-05 16:13:29 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: User subscription - fix sub and unsubscribing ---------------------------------------------- r33832 | jonnybradley | 2011-04-05 15:52:19 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: notices ---------------------------------------------- r33831 | jonnybradley | 2011-04-05 15:45:18 +0100 (Tue, 05 Apr 2011) | 1 line [FIX] trackers: File - more improvements to output (download links) ---------------------------------------------- r33830 | sylvieg | 2011-04-05 15:24:09 +0100 (Tue, 05 Apr 2011) | 1 line [FIX]rollback: no need to parse before rollbacking ---------------------------------------------- r33827 | sylvieg | 2011-04-04 21:02:25 +0100 (Mon, 04 Apr 2011) | 1 line [FIX]tracker: user subscription output in view_tracker ---------------------------------------------- r33826 | lphuberdeau | 2011-04-04 20:07:25 +0100 (Mon, 04 Apr 2011) | 1 line [ENH] Use HTML5 to improve usability ---------------------------------------------- r33825 | lphuberdeau | 2011-04-04 19:44:13 +0100 (Mon, 04 Apr 2011) | 1 line [FIX]?\194?\160Stars were attempting to store in field 0 ---------------------------------------------- r33823 | jonnybradley | 2011-04-04 19:05:55 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: File - some improvements to attachments. Filenames now displayed instead of contents, remove works again now that the correct data is being stored (attachment id is the item value) but still a few inconsistencies remaining). ---------------------------------------------- r33822 | lphuberdeau | 2011-04-04 18:57:41 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Item link is not always a link, it can also display the value depending on some argument ---------------------------------------------- r33821 | lphuberdeau | 2011-04-04 18:34:42 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Append and prepend options are only valid for text fields, not nextareas ---------------------------------------------- r33820 | lphuberdeau | 2011-04-04 17:52:48 +0100 (Mon, 04 Apr 2011) | 1 line [ENH] Avoiding the end of loop check ---------------------------------------------- r33819 | lphuberdeau | 2011-04-04 17:49:32 +0100 (Mon, 04 Apr 2011) | 1 line [FIX]?\194?\160Groups should be listed in the input form as well ---------------------------------------------- r33818 | jonnybradley | 2011-04-04 17:04:17 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Image - Use corrected resizing for input ---------------------------------------------- r33817 | jonnybradley | 2011-04-04 16:49:11 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Fallback for listfields provided with the fieldIds as the array keys. ---------------------------------------------- r33816 | jonnybradley | 2011-04-04 16:48:08 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Dynamic Lists: Add fieldId to the field data (now preferred) ---------------------------------------------- r33815 | jonnybradley | 2011-04-04 16:18:35 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Image - Don't use icon when no image set to restore previous behaviour, add new option (6) to specify one. ---------------------------------------------- r33814 | jonnybradley | 2011-04-04 16:07:06 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Images - only reduce size and correct logic for short wide images (thanks again Geoff) ---------------------------------------------- r33812 | lphuberdeau | 2011-04-04 15:47:23 +0100 (Mon, 04 Apr 2011) | 1 line [MOD] Removing the gmap bindings on location display when feature was enabled to remove confusion, rewording some preferences that no longer link to gmap ---------------------------------------------- r33811 | jonnybradley | 2011-04-04 15:42:02 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Headers notice ---------------------------------------------- r33810 | jonnybradley | 2011-04-04 15:36:15 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] trackers: Headers work on edit forms now ---------------------------------------------- r33809 | lphuberdeau | 2011-04-04 13:55:40 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Prefix www. links with http:// for illiterates who don't know what a URL is. ---------------------------------------------- r33805 | chibaguy | 2011-04-04 07:47:09 +0100 (Mon, 04 Apr 2011) | 1 line [FIX] Missing Tracker statuson class property. Also, file inconsistencies due to trunk cleaning (removal of empty selectors, etc.) rectified. ---------------------------------------------- r33797 | lindonb | 2011-04-03 21:56:31 +0100 (Sun, 03 Apr 2011) | 1 line Leftover unused jquery variable ---------------------------------------------- r33796 | ripero | 2011-04-03 21:20:39 +0100 (Sun, 03 Apr 2011) | 4 lines [bp/r33677][FIX] Function check_rules corrected: * Banning by IP was broken, IP is now split into bytes before the comparisons. * Minor change: space added between the colon and the section name in the ban message. [bp/33681][FIX] Call to php function split, introduced in function check_rules at r33677, has been replaced by a call to php function explode (split deprecated in php 5.3). Thanks pkdille. ---------------------------------------------- r33795 | lindonb | 2011-04-03 20:24:09 +0100 (Sun, 03 Apr 2011) | 2 lines [FIX] Add wrapper div for smoother animation [ENH] Add arrow to indicate show/hid status and allow to set show/hide speeds ---------------------------------------------- r33792 | lphuberdeau | 2011-04-02 20:19:44 +0100 (Sat, 02 Apr 2011) | 1 line [ENH] Add a condition to limit the amount of records processed by MySQL and speed up the lookup. Not quite fast yet, but not as terrible. Further improvements would require re-writing the entire function. ---------------------------------------------- r33791 | lphuberdeau | 2011-04-02 19:13:38 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Non-pretty version of the country name displayed ---------------------------------------------- r33790 | lphuberdeau | 2011-04-02 19:07:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Rename the google map field type and adjust the parameters to the real ones ---------------------------------------------- r33789 | lphuberdeau | 2011-04-02 19:03:49 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] No default time value when 4th parameter is set to blank ---------------------------------------------- r33788 | lphuberdeau | 2011-04-02 18:47:12 +0100 (Sat, 02 Apr 2011) | 1 line [FIX]?\194?\160URL field to link to the URL ---------------------------------------------- r33787 | jonnybradley | 2011-04-02 18:36:44 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] trackers: Keep images to scale when resizing (TODO refactor get_resize_dimensions() somewhere more useful) ---------------------------------------------- r33786 | lphuberdeau | 2011-04-02 18:30:50 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Do not attempt to display link when value is null for the page selector ---------------------------------------------- r33785 | lphuberdeau | 2011-04-02 18:22:42 +0100 (Sat, 02 Apr 2011) | 1 line [FIX]?\194?\160Empty value provided leading to <h> instead of <h2> in tracker header field ---------------------------------------------- r33784 | lphuberdeau | 2011-04-02 18:19:22 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Debug information left in ---------------------------------------------- r33783 | lphuberdeau | 2011-04-02 17:49:05 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Email scrambling scrambled a bit more than just the email, using HTML5 field type for email input ---------------------------------------------- r33782 | lphuberdeau | 2011-04-02 15:50:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Display parsed value when available (like in textarea that would display the raw text) ---------------------------------------------- r33781 | lphuberdeau | 2011-04-02 15:37:13 +0100 (Sat, 02 Apr 2011) | 1 line [FIX]?\194?\160Attachment content displayed inline on save ---------------------------------------------- r33780 | lphuberdeau | 2011-04-02 15:24:50 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Date not displaying in list and other similar issues (common error pattern) ---------------------------------------------- r33779 | lphuberdeau | 2011-04-02 15:16:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Link not displayed for the item link ---------------------------------------------- r33778 | lphuberdeau | 2011-04-02 15:09:45 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Wrong value supplied preventing user from being displayed ---------------------------------------------- r33777 | lphuberdeau | 2011-04-02 15:05:11 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] Wrong syntax provided in the documentation ---------------------------------------------- r33776 | jonnybradley | 2011-04-02 13:13:35 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] jqui: Styling for quickadmin module ---------------------------------------------- r33775 | jonnybradley | 2011-04-02 13:11:53 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] layout: Default positioning for quickadmin module ---------------------------------------------- r33774 | jonnybradley | 2011-04-02 13:09:26 +0100 (Sat, 02 Apr 2011) | 1 line [FIX] jqui: Remove huge line-height in logo module ---------------------------------------------- r33772 | lphuberdeau | 2011-04-01 22:29:12 +0100 (Fri, 01 Apr 2011) | 1 line [ENH]?\194?\160Avoid unnecessary calls to maketoc ---------------------------------------------- r33771 | lphuberdeau | 2011-04-01 21:29:52 +0100 (Fri, 01 Apr 2011) | 1 line [ENH] Avoid calling tra several dozens of times every jscalendar use ---------------------------------------------- r33770 | chealer | 2011-04-01 21:24:37 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] Article submissions search: empty results (r1751 regression) ---------------------------------------------- r33769 | lphuberdeau | 2011-04-01 21:19:51 +0100 (Fri, 01 Apr 2011) | 1 line [ENH]?\194?\160Prevent parse smileys from calling tra 16 times on every call, which can stack up to several thousands quickly in trackers ---------------------------------------------- r33768 | chealer | 2011-04-01 21:00:42 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] Referrer stats search: empty results (r1831 regression) ---------------------------------------------- r33767 | lphuberdeau | 2011-04-01 20:13:31 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] AND and + not exactly the same, internal keys were different although interpretation was the same ---------------------------------------------- r33766 | sylvieg | 2011-04-01 20:02:16 +0100 (Fri, 01 Apr 2011) | 1 line [bp/r33765][FIX]search rollback 33768: + and - do nto have the lucene meaning and are not covered by the unified search ---------------------------------------------- r33763 | sylvieg | 2011-04-01 19:17:06 +0100 (Fri, 01 Apr 2011) | 1 line [FIX]search: add an help button ---------------------------------------------- r33762 | jonnybradley | 2011-04-01 19:13:17 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] modules revamp: Merge in default prefs (from 6.x - since removed) and a few minor param fixes ---------------------------------------------- r33761 | jonnybradley | 2011-04-01 19:08:58 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] installer: Suppress a few errors ---------------------------------------------- r33760 | jonnybradley | 2011-04-01 19:07:41 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] prefs: lastUpdatePrefs not necessarily set (in installer for instance) ---------------------------------------------- r33759 | sylvieg | 2011-04-01 18:59:16 +0100 (Fri, 01 Apr 2011) | 1 line [bp/r33758]FIX]Search: not to be obliged to put spoace around + and - to be interpreted ---------------------------------------------- r33757 | lphuberdeau | 2011-04-01 18:24:30 +0100 (Fri, 01 Apr 2011) | 1 line [MOD]?\194?\160Add an option to select the citation style for Zotero ---------------------------------------------- r33756 | sylvieg | 2011-04-01 18:11:44 +0100 (Fri, 01 Apr 2011) | 1 line [bp/r33754][FIX]search: useless boost code ---------------------------------------------- r33755 | sylvieg | 2011-04-01 18:01:37 +0100 (Fri, 01 Apr 2011) | 1 line [FIX]rollback partially 31203: wiki is not necessary the default feature + need to go through inde.php to generate the default wiki page to have the option in the menu highlighted ---------------------------------------------- r33751 | sampaioprimo | 2011-04-01 13:28:15 +0100 (Fri, 01 Apr 2011) | 2 lines [FIX] right link for login module ---------------------------------------------- r33750 | lphuberdeau | 2011-04-01 13:23:07 +0100 (Fri, 01 Apr 2011) | 1 line [FIX] Form table layout broken ---------------------------------------------- r33749 | sampaioprimo | 2011-04-01 13:08:50 +0100 (Fri, 01 Apr 2011) | 2 lines wordpress importer: don't extract duplicated permalinks ---------------------------------------------- r33745 | sampaioprimo | 2011-04-01 01:40:47 +0100 (Fri, 01 Apr 2011) | 2 lines [FIX] replace calls to tra() with calls to tr() in wp and mediawiki importer to properly deal with variables inside translatable strings ---------------------------------------------- r33744 | sampaioprimo | 2011-04-01 01:10:24 +0100 (Fri, 01 Apr 2011) | 2 lines wordpress importer: suggest .htaccess to redirect from old WP urls to new Tiki urls ---------------------------------------------- r33743 | chealer | 2011-03-31 20:35:41 +0100 (Thu, 31 Mar 2011) | 1 line bump minimal PHP version check from 5.1 to 5.2 (for Tiki >=7) ---------------------------------------------- r33742 | sampaioprimo | 2011-03-31 20:08:44 +0100 (Thu, 31 Mar 2011) | 2 lines wordpress importer: reorganizing some functions for future changes ---------------------------------------------- r33741 | jonnybradley | 2011-03-31 19:33:23 +0100 (Thu, 31 Mar 2011) | 1 line [FIX] RTL: Enable RTL properly in ckeditor if feature_bidi is set (thanks Yonixxx for the clues!) ---------------------------------------------- r33740 | sampaioprimo | 2011-03-31 16:22:51 +0100 (Thu, 31 Mar 2011) | 2 lines disable codemirror for tiki importer textareas ---------------------------------------------- r33739 | RobertPlummer | 2011-03-31 16:02:24 +0100 (Thu, 31 Mar 2011) | 1 line [ADD] The ability to bypass codemirror by adding attribute "codemirror='false'" to textareas. ---------------------------------------------- r33735 | sampaioprimo | 2011-03-31 13:50:46 +0100 (Thu, 31 Mar 2011) | 2 lines [FIX] prevent sql injection ---------------------------------------------- r33734 | sylvieg | 2011-03-31 12:57:32 +0100 (Thu, 31 Mar 2011) | 1 line [FIX]jscalendar: more translations+escape if trnaslation has a quote ---------------------------------------------- r33733 | changi67 | 2011-03-31 11:04:48 +0100 (Thu, 31 Mar 2011) | 1 line [FIX] Missing css class definition for blog post ---------------------------------------------- r33732 | changi67 | 2011-03-31 10:18:01 +0100 (Thu, 31 Mar 2011) | 1 line [FIX] Missing translation tag ---------------------------------------------- r33730 | sampaioprimo | 2011-03-31 00:45:37 +0100 (Thu, 31 Mar 2011) | 2 lines [FIX] cancel button for warning messages was not working in tiki-edit_languages.php ---------------------------------------------- r33729 | sampaioprimo | 2011-03-31 00:29:18 +0100 (Thu, 31 Mar 2011) | 2 lines Rollback r33605 Removing those changes to tiki-edit_languages.php from 7.x (still working on them on trunk) ---------------------------------------------- r33727 | sylvieg | 2011-03-30 21:04:28 +0100 (Wed, 30 Mar 2011) | 1 line [FIX]jq calendar: localisation - TODO: put this in the init phase + use datapicker localisation but what to do when not localize? ---------------------------------------------- r33723 | jonnybradley | 2011-03-30 15:27:55 +0100 (Wed, 30 Mar 2011) | 2 lines [FIX] IE: Solved (finally) scrollTop and selection showing first time a dialog is used - not pretty... ---------------------------------------------- r33722 | jonnybradley | 2011-03-30 14:34:27 +0100 (Wed, 30 Mar 2011) | 2 lines [FIX] auto_save: Call auto_save function properly ---------------------------------------------- r33721 | chibaguy | 2011-03-30 13:41:30 +0100 (Wed, 30 Mar 2011) | 1 line [FIX] Clearfix class added so any floated module content will be cleared (case in point: logo module gets visually invaded by following module when used in left column, without clearfix). ---------------------------------------------- r33718 | jonnybradley | 2011-03-30 12:50:27 +0100 (Wed, 30 Mar 2011) | 2 lines [FIX] modules: Make edit icon go to correct tab (thanks marclaporte) ---------------------------------------------- r33717 | marclaporte | 2011-03-30 07:51:20 +0100 (Wed, 30 Mar 2011) | 1 line [FIX] PluginTracker: setting fields is not mandatory ---------------------------------------------- r33716 | marclaporte | 2011-03-30 07:36:41 +0100 (Wed, 30 Mar 2011) | 1 line [FIX] adding Computed Field tracker option to admin panel ---------------------------------------------- r33706 | sampaioprimo | 2011-03-29 19:28:15 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] check if theme generator preference is enabled before calling initThemeGenDialog() ---------------------------------------------- r33704 | jonnybradley | 2011-03-29 19:14:23 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Put IE textarea selection back in the right place after the replacement ---------------------------------------------- r33702 | jonnybradley | 2011-03-29 18:44:40 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Store scrollTop before showing plugin edit dialog also ---------------------------------------------- r33701 | jonnybradley | 2011-03-29 18:37:46 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Store scrollTop before showing dialog and restore after insertAt ---------------------------------------------- r33698 | jonnybradley | 2011-03-29 17:00:15 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Another attempt at dealing with IE textarea selection issues - better now but still not perfect. ---------------------------------------------- r33697 | jonnybradley | 2011-03-29 16:57:57 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Access the plugin edit form content (body) properly ---------------------------------------------- r33696 | jonnybradley | 2011-03-29 16:55:34 +0100 (Tue, 29 Mar 2011) | 2 lines [FIX] IE: Don't hide overflow on all dialogs (was making plugin edit unusable) ---------------------------------------------- r33694 | jonnybradley | 2011-03-28 19:48:33 +0100 (Mon, 28 Mar 2011) | 2 lines [FIX] IE selection again - better logic for calculating offset of selection due to extra line-end chars inside IE's textarea object (compared to the jQuery val) ---------------------------------------------- r33693 | lphuberdeau | 2011-03-28 19:15:03 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Execute the output of the template through the plugin parsing - if not happy with this, add ~np~ in your template ---------------------------------------------- r33692 | lphuberdeau | 2011-03-28 19:10:11 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Don't display links in pretty tracker output ---------------------------------------------- r33691 | lphuberdeau | 2011-03-28 18:50:09 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Field not sent correctly to trackeroutput ---------------------------------------------- r33688 | jonnybradley | 2011-03-28 18:23:09 +0100 (Mon, 28 Mar 2011) | 2 lines [FIX] IE didn't like the object "parent" being reassigned, so declare (and use) a var. Also convert $.find() call to context selector. ---------------------------------------------- r33687 | lphuberdeau | 2011-03-28 17:20:26 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Clear the pending incremental queue before rebuilding the index to avoid re-indexing the same objects again once completed ---------------------------------------------- r33686 | lphuberdeau | 2011-03-28 17:15:32 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] Fail gracefully when incremental update fails due to permission issues (when re-indexed from the command line and rights are not set correctly afterwards) ---------------------------------------------- r33684 | lphuberdeau | 2011-03-28 15:19:47 +0100 (Mon, 28 Mar 2011) | 1 line [ENH] Cache flag lists to avoid scanning the disk so much and performing multiple translations ---------------------------------------------- r33683 | lphuberdeau | 2011-03-28 14:50:52 +0100 (Mon, 28 Mar 2011) | 1 line [FIX] When exporting tracker items, the values should not be rendered as an HTML link ---------------------------------------------- r33680 | pkdille | 2011-03-27 10:08:40 +0100 (Sun, 27 Mar 2011) | 1 line De-duplicate a class definition ---------------------------------------------- r33672 | pkdille | 2011-03-26 06:03:42 +0000 (Sat, 26 Mar 2011) | 1 line Add svn keyword property and copyright (please, don't forget it when you create new files...) ---------------------------------------------- r33671 | chealer | 2011-03-25 22:56:10 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] get_categoryobjects(): Undefined variable: maxRecord (r32018 regression) ---------------------------------------------- r33670 | pkdille | 2011-03-25 21:57:46 +0000 (Fri, 25 Mar 2011) | 1 line [bp/r33643] Fix wiki parser tests ---------------------------------------------- r33669 | pkdille | 2011-03-25 21:51:47 +0000 (Fri, 25 Mar 2011) | 1 line Add svn keyword property (please, don't forget it when you create new files) ---------------------------------------------- r33668 | jonnybradley | 2011-03-25 20:48:59 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Dropdowns - default for optional type param ---------------------------------------------- r33666 | jonnybradley | 2011-03-25 20:20:40 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Items list fixes (set up data properly and display info as output and input) ---------------------------------------------- r33665 | jonnybradley | 2011-03-25 20:19:19 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Images use fgal regexp prefs ---------------------------------------------- r33664 | jonnybradley | 2011-03-25 20:11:06 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Another notice ---------------------------------------------- r33661 | jonnybradley | 2011-03-25 19:08:17 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: textarea has to use simple mode for now (to stop warning dialogs all the time) ---------------------------------------------- r33658 | jonnybradley | 2011-03-25 18:05:30 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Notices ---------------------------------------------- r33656 | jonnybradley | 2011-03-25 17:54:51 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Fill in missing required field info in get_join_values() ---------------------------------------------- r33655 | lphuberdeau | 2011-03-25 14:15:55 +0000 (Fri, 25 Mar 2011) | 1 line [MOD] Adding an option to include comments in print indexed ---------------------------------------------- r33653 | jonnybradley | 2011-03-25 13:42:07 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] modules: Remove style definitions on modules in default clean install so css can position them properly (thanks chibaguy) ---------------------------------------------- r33652 | lphuberdeau | 2011-03-25 13:26:58 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] Comment count would return the wrong result for non-forum, resulting in comments not displaying ---------------------------------------------- r33651 | jonnybradley | 2011-03-25 13:26:17 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Missing confirm message for image delete ---------------------------------------------- r33650 | jonnybradley | 2011-03-25 13:22:32 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] trackers: Fixes for image fields (saving, replacing, deleting and displaying now) ---------------------------------------------- r33649 | jonnybradley | 2011-03-25 13:14:08 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] smarty: add more secure dirs for tracker images ---------------------------------------------- r33645 | jonnybradley | 2011-03-25 11:48:14 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] powered by: Fix version star display ---------------------------------------------- r33644 | jonnybradley | 2011-03-25 11:45:19 +0000 (Fri, 25 Mar 2011) | 1 line [FIX] jqui.css logo height (corrected for default tiki logo) ---------------------------------------------- r33642 | pkdille | 2011-03-24 21:21:08 +0000 (Thu, 24 Mar 2011) | 1 line Changing formatting style for a more standard one (bis) ---------------------------------------------- r33640 | jonnybradley | 2011-03-24 20:20:28 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] modules: Sort modules by displayed name (thanks chibaguy for all the renaming) ---------------------------------------------- r33639 | jonnybradley | 2011-03-24 19:37:42 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] perms: A couple of new perms for Anonymous on new installs only (search and download_files) to reduce common support issues (thanks ricks99) ---------------------------------------------- r33638 | jonnybradley | 2011-03-24 19:15:10 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] a few notices ---------------------------------------------- r33635 | jonnybradley | 2011-03-24 17:56:53 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] modules admin: Missing tips class for formatted tooltips (thanks marclaporte) ---------------------------------------------- r33631 | lphuberdeau | 2011-03-24 17:21:06 +0000 (Thu, 24 Mar 2011) | 1 line [FIX]?\194?\160As previously commited in trunk (I was hoping I would be faster than jonny) ---------------------------------------------- r33628 | jonnybradley | 2011-03-24 17:07:48 +0000 (Thu, 24 Mar 2011) | 1 line [BRANCH] Creation, trunk 0 to 33627 ---------------------------------------------- r33627 | lphuberdeau | 2011-03-24 17:01:40 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Hide category controls when categories are not enabled ---------------------------------------------- r33625 | RobertPlummer | 2011-03-24 16:31:51 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Spreadsheet range selection ---------------------------------------------- r33624 | lphuberdeau | 2011-03-24 16:12:14 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] Adding configuration options for field weights ---------------------------------------------- r33623 | RobertPlummer | 2011-03-24 16:09:07 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Toolbar color picker css fix ---------------------------------------------- r33622 | RobertPlummer | 2011-03-24 15:57:48 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] Sheet fullscreen null varaible ref ---------------------------------------------- r33621 | lphuberdeau | 2011-03-24 15:21:30 +0000 (Thu, 24 Mar 2011) | 1 line [NEW]?\194?\160Weight application mechanisms in unified search (backend) ---------------------------------------------- r33620 | sylvieg | 2011-03-24 14:29:16 +0000 (Thu, 24 Mar 2011) | 1 line [FIX]search: missing file ---------------------------------------------- r33619 | robertplummer | 2011-03-24 14:24:24 +0000 (Thu, 24 Mar 2011) | 3 lines [FIX] S5 note and slide theme changing linkage [REM] Cleaned up mess from jqs5 bringing to feature "Slideshow" only [REM] Removal of slide_style variable(s) ---------------------------------------------- r33615 | robertplummer | 2011-03-24 13:26:33 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] Turned back on default behavior for new & nested sheets ---------------------------------------------- r33613 | robertplummer | 2011-03-24 13:09:22 +0000 (Thu, 24 Mar 2011) | 1 line [MOD] Dropped slide.php because of no use ---------------------------------------------- r33611 | eromneg | 2011-03-24 12:41:06 +0000 (Thu, 24 Mar 2011) | 1 line [FIX] mis-match of permission checking for import function so tpl changed to align with main php code to decide if Import button is shown ---------------------------------------------- r33610 | robertplummer | 2011-03-24 12:30:01 +0000 (Thu, 24 Mar 2011) | 2 lines [FIX] Tiki syntax parser for plugin atribute containment closure [FIX] Codemirror dummy loader for no parsers loaded ---------------------------------------------- r33609 | pkdille | 2011-03-24 06:07:14 +0000 (Thu, 24 Mar 2011) | 1 line Changing formatting style for a more standard one ---------------------------------------------- r33607 | lphuberdeau | 2011-03-23 22:31:55 +0000 (Wed, 23 Mar 2011) | 1 line [MOD] Adding category filter to quick search ---------------------------------------------- r33606 | lphuberdeau | 2011-03-23 21:36:00 +0000 (Wed, 23 Mar 2011) | 1 line [MOD] Adding support for type filtering in quick search module ---------------------------------------------- r33605 | sampaioprimo | 2011-03-23 21:31:09 +0000 (Wed, 23 Mar 2011) | 2 lines tiki-edit_languages.php now support translation of untranslated strings (only if string exist in the language.php file) ---------------------------------------------- r33604 | sampaioprimo | 2011-03-23 21:30:37 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] turn off interactive translation via quickadmin icon ---------------------------------------------- r33601 | sampaioprimo | 2011-03-23 21:29:25 +0000 (Wed, 23 Mar 2011) | 4 lines [FIX] don't translate twice the same string (tranlating a string twice causes interactive translation to consider the translated string as a source string in English that should be translated) ---------------------------------------------- r33600 | sampaioprimo | 2011-03-23 21:29:06 +0000 (Wed, 23 Mar 2011) | 1 line moving methods from Language to new class LanguageTranslations ---------------------------------------------- r33599 | sampaioprimo | 2011-03-23 21:28:26 +0000 (Wed, 23 Mar 2011) | 2 lines method to get untranslated strings from language.php for tiki-edit_languages.php (not in use yet) ---------------------------------------------- r33598 | lphuberdeau | 2011-03-23 21:00:32 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] Count updating in category organizer, callback is a common parameter sent by jquery ---------------------------------------------- r33596 | nkoth | 2011-03-23 20:54:30 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] Prevent usernames with stripped words such as "onstop" from not being able to login ---------------------------------------------- r33594 | jonnybradley | 2011-03-23 17:28:15 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] search module: correct action also needed for search button ---------------------------------------------- r33593 | jonnybradley | 2011-03-23 17:18:40 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] wiki actions: Don't use cluetips on save etc buttons as they didn't add any useful info and was causing people to disable the feature (thanks ricks99) ---------------------------------------------- r33592 | jonnybradley | 2011-03-23 17:17:17 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] modules admin: Non-wysiwyg editor for user modules ---------------------------------------------- r33591 | jonnybradley | 2011-03-23 17:16:16 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] textarea prefs: {strip} spaces from textareas and use trim on ckeditor font_names pref that was breaking wysiwyg ---------------------------------------------- r33590 | jonnybradley | 2011-03-23 17:13:51 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] category picker: Make rows full width for better layout ---------------------------------------------- r33589 | jonnybradley | 2011-03-23 17:12:17 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] search module: correct actions for titles and edit buttons ---------------------------------------------- r33584 | lphuberdeau | 2011-03-23 15:06:14 +0000 (Wed, 23 Mar 2011) | 1 line [NEW] Quick search module using ajax request and preserving results during navigation (more filters to be added) ---------------------------------------------- r33582 | chibaguy | 2011-03-23 02:36:36 +0000 (Wed, 23 Mar 2011) | 1 line [FIX] Menustructure module's .box needs overflow:visible for cssmenu dropdowns to display outside the module. ---------------------------------------------- r33581 | robertplummer | 2011-03-22 23:35:45 +0000 (Tue, 22 Mar 2011) | 1 line [FIX] More attribute separation detection fixes ---------------------------------------------- r33580 | robertplummer | 2011-03-22 23:10:21 +0000 (Tue, 22 Mar 2011) | 1 line [FIX] Ignour spaces between plugin attributes in Wiki syntax. ---------------------------------------------- r33579 | robertplummer | 2011-03-22 22:39:17 +0000 (Tue, 22 Mar 2011) | 1 line [ADD] Ability to use gift certs in cart module ---------------------------------------------- r33578 | pkdille | 2011-03-22 20:58:57 +0000 (Tue, 22 Mar 2011) | 1 line Remove duplicate class definition ---------------------------------------------- r33577 | pkdille | 2011-03-22 20:53:59 +0000 (Tue, 22 Mar 2011) | 1 line CSS - Remove some multiple style definitions on one line (seen on quality.tiki.org) ---------------------------------------------- r33576 | pkdille | 2011-03-22 20:34:59 +0000 (Tue, 22 Mar 2011) | 1 line Fix svn properties ---------------------------------------------- r33575 | chealer | 2011-03-22 16:02:36 +0000 (Tue, 22 Mar 2011) | 1 line [FIX] Smarty icon function: wrong icon tooltips in some cases. cache per language as tra() varies depending on it (r15336 regression) ---------------------------------------------- r33574 | pkdille | 2011-03-22 13:22:44 +0000 (Tue, 22 Mar 2011) | 1 line fix commented section ---------------------------------------------- r33573 | changi67 | 2011-03-22 09:04:27 +0000 (Tue, 22 Mar 2011) | 1 line Opening brace of a class must be on the line after the definition - quality.tiki.org ---------------------------------------------- r33571 | sylvieg | 2011-03-21 22:46:13 +0000 (Mon, 21 Mar 2011) | 1 line [FIX]search: connect the search module to the new unified search by accepting also in the url old params (find, where) ---------------------------------------------- r33570 | sylvieg | 2011-03-21 22:03:40 +0000 (Mon, 21 Mar 2011) | 1 line [FIX]lucence: filename must be indexed too for previous compatibility ---------------------------------------------- r33569 | robertplummer | 2011-03-21 20:33:10 +0000 (Mon, 21 Mar 2011) | 1 line [FIX] Fix theme detection ---------------------------------------------- r33568 | lphuberdeau | 2011-03-21 20:26:26 +0000 (Mon, 21 Mar 2011) | 1 line [MOD] Remove tracker_item_field_value.tpl and all references to it (everything should be in the output handlers now) ---------------------------------------------- r33567 | lphuberdeau | 2011-03-21 19:01:07 +0000 (Mon, 21 Mar 2011) | 1 line [KIL]?\194?\160Removing ancient _help() function, usage information in the code and occasionally re-indent ---------------------------------------------- r33566 | robertplummer | 2011-03-21 18:52:32 +0000 (Mon, 21 Mar 2011) | 2 lines [MOD] Changed the note's menu to be the same as that of the page [FIX] Theme change a bit so that the case of the chars lines up ---------------------------------------------- r33565 | lphuberdeau | 2011-03-21 18:10:55 +0000 (Mon, 21 Mar 2011) | 1 line [MOD]?\194?\160Removing transitional code and leftovers ---------------------------------------------- r33564 | robertplummer | 2011-03-21 16:14:09 +0000 (Mon, 21 Mar 2011) | 1 line [MOD] Made "Slides" button now called "Slideshow" to make things more conformed to Tiki Talk ---------------------------------------------- r33563 | robertplummer | 2011-03-21 15:52:32 +0000 (Mon, 21 Mar 2011) | 2 lines [FIX] le-frog fix [MOD] Changed line item highlighting to use that of jQuery.s5 standard ---------------------------------------------- r33560 | robertplummer | 2011-03-21 14:49:21 +0000 (Mon, 21 Mar 2011) | 1 line [FIX] Removed debug script ---------------------------------------------- r33559 | robertplummer | 2011-03-21 14:39:29 +0000 (Mon, 21 Mar 2011) | 4 lines [MOD] Changed slideshow theme names to match that of the admin panel [ADD] Added better notification if page isn't found [FIX] Default theme and override styles [MOD] Removed about a hundred lines of code that aren't needed ---------------------------------------------- r33558 | robertplummer | 2011-03-21 13:55:13 +0000 (Mon, 21 Mar 2011) | 1 line [ADD] Dynamic theme changing for slideshow ---------------------------------------------- r33557 | robertplummer | 2011-03-21 11:38:55 +0000 (Mon, 21 Mar 2011) | 1 line [MOD] Added a default background image to themes ---------------------------------------------- r33556 | robertplummer | 2011-03-21 00:11:11 +0000 (Mon, 21 Mar 2011) | 1 line [ADD] Support for gift certs in cartlib and mod-cart.tpl to display ---------------------------------------------- r33555 | gta74 | 2011-03-20 21:18:31 +0000 (Sun, 20 Mar 2011) | 1 line [TRA] more german translations ---------------------------------------------- r33554 | changi67 | 2011-03-20 20:50:10 +0000 (Sun, 20 Mar 2011) | 1 line [MOD] Avoid function calls in a FOR loop - quality.tiki.org ---------------------------------------------- r33553 | chibaguy | 2011-03-20 09:47:53 +0000 (Sun, 20 Mar 2011) | 1 line [FIX] Minor page header style regressions, etc. ---------------------------------------------- r33552 | sampaioprimo | 2011-03-20 02:53:32 +0000 (Sun, 20 Mar 2011) | 1 line wrong field name when creating a new forum ---------------------------------------------- r33551 | pkdille | 2011-03-19 08:02:45 +0000 (Sat, 19 Mar 2011) | 1 line Oops, bad property name :-( ---------------------------------------------- r33550 | pkdille | 2011-03-19 07:52:50 +0000 (Sat, 19 Mar 2011) | 1 line Copyright + svn:keywords on some new files (please, don't forget it when you create new files) ---------------------------------------------- r33549 | pkdille | 2011-03-19 07:37:32 +0000 (Sat, 19 Mar 2011) | 1 line dos2unix eol ---------------------------------------------- r33548 | pkdille | 2011-03-19 07:29:48 +0000 (Sat, 19 Mar 2011) | 1 line de-duplicate some css class definitions ---------------------------------------------- r33546 | lindonb | 2011-03-19 04:10:34 +0000 (Sat, 19 Mar 2011) | 1 line [FIX] Browser (Firefox) was autocompleting zend username and password (zend_mail_smtp_user and zend_mail_smtp_pass), causing these prefs to set unexpectedly in the general admin panel. Set these to autocomplete=off and allow ability to add parameters generally. ---------------------------------------------- r33545 | lindonb | 2011-03-19 03:21:41 +0000 (Sat, 19 Mar 2011) | 1 line [FIX] Allow the user to generate a passcode through a jquery button to avoid the really long passcode suggestion resulting from setup/prefs ---------------------------------------------- r33544 | jonnybradley | 2011-03-19 00:35:20 +0000 (Sat, 19 Mar 2011) | 2 lines [MOD] trackers: move dynamic list field to handler. Extensive code removal - 2 files and hundreds of lines gone - TikiFestBoston7 signing off ---------------------------------------------- r33543 | sylvieg | 2011-03-19 00:08:01 +0000 (Sat, 19 Mar 2011) | 1 line kill obsolete code ---------------------------------------------- r33542 | sylvieg | 2011-03-19 00:05:38 +0000 (Sat, 19 Mar 2011) | 1 line kill obselete code ---------------------------------------------- r33541 | lphuberdeau | 2011-03-18 23:47:28 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Multilingual string translation would not apply in the field list (likely pre-existing) ---------------------------------------------- r33539 | sylvieg | 2011-03-18 23:42:05 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]userselector ---------------------------------------------- r33538 | lphuberdeau | 2011-03-18 22:51:11 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Multilingual text field not always displaying the data correctly ---------------------------------------------- r33536 | sylvieg | 2011-03-18 22:21:58 +0000 (Fri, 18 Mar 2011) | 1 line user subscription to handler: not working yet ---------------------------------------------- r33534 | nkoth | 2011-03-18 21:45:45 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] greaterequal and other comparisons doing only string comparison resulting in 11 being smaller than 9 ---------------------------------------------- r33533 | sampaioprimo | 2011-03-18 21:42:05 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move usergroups field to handler (missing file) ---------------------------------------------- r33532 | lphuberdeau | 2011-03-18 21:38:42 +0000 (Fri, 18 Mar 2011) | 1 line [ENH] Disable the calculated field by default and only allow to enable it when usage is attempted (intentionally not in admin panels) ---------------------------------------------- r33531 | nkoth | 2011-03-18 21:22:54 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Should not have wiki syntax in web services template - avoid np appearing ---------------------------------------------- r33530 | nkoth | 2011-03-18 20:51:30 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move web services field to handler (pretty tracker broken) ---------------------------------------------- r33529 | sampaioprimo | 2011-03-18 20:38:39 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move computed field to handler (missing file) ---------------------------------------------- r33528 | jonnybradley | 2011-03-18 20:35:07 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move header field to handler (now uses jQuery to manipulate the DOM as fields now can be placed anywhere) ---------------------------------------------- r33527 | robertplummer | 2011-03-18 20:22:42 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Changed the styling for anchors to only be those found in slideshow (oops!) ---------------------------------------------- r33526 | robertplummer | 2011-03-18 20:15:36 +0000 (Fri, 18 Mar 2011) | 2 lines [FIX] theme start looked a little funny [FIX] Added css of header to anchors, so you know they are there ---------------------------------------------- r33525 | robertplummer | 2011-03-18 20:09:31 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Css fixes to include the menu/title bar inverted with header colors ---------------------------------------------- r33524 | robertplummer | 2011-03-18 20:00:56 +0000 (Fri, 18 Mar 2011) | 1 line [ADD] Theme support for slideshow ---------------------------------------------- r33523 | sylvieg | 2011-03-18 19:55:26 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]missing list_mode ---------------------------------------------- r33522 | lphuberdeau | 2011-03-18 19:41:29 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Stars and rating handlers ---------------------------------------------- r33521 | pkdille | 2011-03-18 19:35:43 +0000 (Fri, 18 Mar 2011) | 1 line reindent and remove some commented code on some css files ---------------------------------------------- r33520 | lphuberdeau | 2011-03-18 18:21:50 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Action handler ---------------------------------------------- r33519 | lphuberdeau | 2011-03-18 17:34:09 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Parse error (sorry) ---------------------------------------------- r33518 | lphuberdeau | 2011-03-18 17:27:04 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] jscalendar handler ---------------------------------------------- r33517 | sylvieg | 2011-03-18 16:55:39 +0000 (Fri, 18 Mar 2011) | 1 line move radio field to handler ---------------------------------------------- r33516 | sampaioprimo | 2011-03-18 16:48:24 +0000 (Fri, 18 Mar 2011) | 2 lines missing closing {/if} ---------------------------------------------- r33515 | sampaioprimo | 2011-03-18 16:22:38 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move freetags field to handler ---------------------------------------------- r33513 | sylvieg | 2011-03-18 15:49:16 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]tracker: some templates used by renderTemplate needs item in smarty ---------------------------------------------- r33511 | sylvieg | 2011-03-18 14:31:40 +0000 (Fri, 18 Mar 2011) | 1 line [FIX]calendar: wysiwyg + tiki_p_view_events should be enough to export an event ---------------------------------------------- r33510 | lphuberdeau | 2011-03-18 14:06:13 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Moving classes to separate files ---------------------------------------------- r33509 | lphuberdeau | 2011-03-18 13:46:28 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] Rename methods to avoid confusion ---------------------------------------------- r33508 | changi67 | 2011-03-18 13:20:17 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Duplicate definition - quality.tiki.org ---------------------------------------------- r33506 | sylvieg | 2011-03-18 11:56:24 +0000 (Fri, 18 Mar 2011) | 1 line '[FIX]TRACKERITEMFIELD: perm denied if not in an allowed group ---------------------------------------------- r33505 | changi67 | 2011-03-18 10:34:21 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Don't use sizeof use count instead - quality.tiki.org ---------------------------------------------- r33504 | chibaguy | 2011-03-18 03:12:22 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Reattach column show|hide icons to columns. ---------------------------------------------- r33503 | chibaguy | 2011-03-18 03:08:42 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] Redundant rules not needed for individual items (.share, .tellafriend, etc.) put into div#tiki-center; other improvements. ---------------------------------------------- r33502 | chibaguy | 2011-03-18 02:57:02 +0000 (Fri, 18 Mar 2011) | 1 line [FIX] div#tiki-center should contain all the center-column content (page-top modules were excluded but page-bottom modules were included, etc.; having everything in makes applying page-center styling easier, reduces redundant rules, etc.) ---------------------------------------------- r33501 | jonnybradley | 2011-03-18 02:19:58 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move in group field to handler ---------------------------------------------- r33499 | lphuberdeau | 2011-03-18 01:53:32 +0000 (Fri, 18 Mar 2011) | 1 line [MOD]?\194?\160Render dates rather than output unix timestamps ---------------------------------------------- r33498 | sampaioprimo | 2011-03-18 01:46:53 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: Move user preference field to handler ---------------------------------------------- r33497 | lphuberdeau | 2011-03-18 01:35:09 +0000 (Fri, 18 Mar 2011) | 1 line [KIL] has no other occurences in the code ---------------------------------------------- r33496 | jonnybradley | 2011-03-18 01:28:55 +0000 (Fri, 18 Mar 2011) | 1 line [MOD] trackers: move page selector field to handler (plugin/pretty tracker behaviour still to be fully tested) ---------------------------------------------- r33495 | lphuberdeau | 2011-03-18 01:27:12 +0000 (Fri, 18 Mar 2011) | 1 line [MOD]?\194?\160Add missing prepend/append to the text field, minor cleanups ---------------------------------------------- r33494 | lphuberdeau | 2011-03-18 01:13:26 +0000 (Fri, 18 Mar 2011) | 1 line [MOD]?\194?\160Handler for numeric and currency (exactly the same implementation apparently) ---------------------------------------------- r33493 | lphuberdeau | 2011-03-17 23:40:43 +0000 (Thu, 17 Mar 2011) | 1 line [MOD]?\194?\160Handler for the LDAP tracker type ---------------------------------------------- r33492 | jonnybradley | 2011-03-17 23:24:24 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] trackers: Use real names in user selectors if pref set ---------------------------------------------- r33491 | jonnybradley | 2011-03-17 23:22:59 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] user_selector: user real names if pref set ---------------------------------------------- r33490 | sampaioprimo | 2011-03-17 23:18:22 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: method to get item user on Tracker_Definition ---------------------------------------------- r33489 | sylvieg | 2011-03-17 23:16:51 +0000 (Thu, 17 Mar 2011) | 1 line field drop down with other ---------------------------------------------- r33488 | jonnybradley | 2011-03-17 22:58:19 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: move group selector field to handler ---------------------------------------------- r33487 | chealer | 2011-03-17 22:40:26 +0000 (Thu, 17 Mar 2011) | 2 lines [FIX] Quick edit module: categId, chooseCateg and addCategId broken when feature_multilingual is enabled Thanks Nelson Ko ---------------------------------------------- r33486 | sylvieg | 2011-03-17 22:31:27 +0000 (Thu, 17 Mar 2011) | 1 line tracker: moceve dropdown field to handler ---------------------------------------------- r33485 | lphuberdeau | 2011-03-17 22:25:48 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Adding location (map) handler ---------------------------------------------- r33484 | sampaioprimo | 2011-03-17 21:48:36 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: Move auto increment field to handler ---------------------------------------------- r33482 | lphuberdeau | 2011-03-17 21:44:51 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Use handlers in tracker plugin to handle data ---------------------------------------------- r33481 | sylvieg | 2011-03-17 21:21:21 +0000 (Thu, 17 Mar 2011) | 1 line [FIX]tracker: display the categs in view mode + allow item link on image field display + some comments ---------------------------------------------- r33480 | chealer | 2011-03-17 21:10:45 +0000 (Thu, 17 Mar 2011) | 3 lines [FIX] Admin modules: active tab not showing as a tab due to tab background color matching the parent tab's content background color Add a border. something else should probably be done to make it look more active CSS people: please review ---------------------------------------------- r33478 | nkoth | 2011-03-17 20:45:48 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Prevent quotes in item description to be in popup from causing map error ---------------------------------------------- r33477 | jonnybradley | 2011-03-17 19:51:08 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: move user selector to handler ---------------------------------------------- r33476 | lphuberdeau | 2011-03-17 19:27:20 +0000 (Thu, 17 Mar 2011) | 1 line [MOD]?\194?\160Use trackeroutput in trackerlist plugin ---------------------------------------------- r33475 | sampaioprimo | 2011-03-17 19:26:17 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] trackers: Move ip field to handler ---------------------------------------------- r33474 | jonnybradley | 2011-03-17 19:20:40 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] cookietab: remove old code giving warnings ---------------------------------------------- r33473 | jonnybradley | 2011-03-17 19:18:10 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] user_selector: set user_selector_threshold param to pref value if not set ---------------------------------------------- r33472 | sylvieg | 2011-03-17 19:16:01 +0000 (Thu, 17 Mar 2011) | 1 line [FIX]tracker: use the php code to generate output ---------------------------------------------- r33471 | lphuberdeau | 2011-03-17 18:56:56 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Using trackeroutput for the trackerlist ---------------------------------------------- r33470 | sampaioprimo | 2011-03-17 18:00:29 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: fix static text value ---------------------------------------------- r33468 | nkoth | 2011-03-17 17:44:24 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Prevent double html entity encoding as certain things (e.g. description) could be html entity encoded already on saving ---------------------------------------------- r33467 | robertplummer | 2011-03-17 17:43:40 +0000 (Thu, 17 Mar 2011) | 2 lines [FIX] Note spelling correction [FIX] Codemirror parenthesis parse error ---------------------------------------------- r33465 | chealer | 2011-03-17 17:30:18 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] presumed failure to report a bind error following bind() return value change ---------------------------------------------- r33464 | nkoth | 2011-03-17 17:05:22 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Maximize size for relation and attribute while reatining indexability ---------------------------------------------- r33463 | sylvieg | 2011-03-17 17:00:55 +0000 (Thu, 17 Mar 2011) | 1 line [FIX]tracker: field image while edit an item ---------------------------------------------- r33462 | sampaioprimo | 2011-03-17 16:37:11 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: rename renderValue() to renderOutput() ---------------------------------------------- r33461 | robertplummer | 2011-03-17 16:34:11 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Codemirror fixes for inserting text ---------------------------------------------- r33460 | lphuberdeau | 2011-03-17 16:32:59 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Using the handlers to extract the information, removing the code when it was similar enough to what we found before ---------------------------------------------- r33459 | lphuberdeau | 2011-03-17 16:31:53 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Wrong plugin used during rename ---------------------------------------------- r33458 | jonnybradley | 2011-03-17 16:08:35 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] codemirror: Lack of include breaking pages using wikiplugin_html if feature_syntax_highlighter was off ---------------------------------------------- r33457 | chealer | 2011-03-17 15:52:18 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] change default for ldap_create_user_tiki from disabled to enabled ---------------------------------------------- r33456 | sampaioprimo | 2011-03-17 15:52:12 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: rename smarty function trackervalue to trackeroutput ---------------------------------------------- r33455 | chealer | 2011-03-17 15:42:39 +0000 (Thu, 17 Mar 2011) | 2 lines LDAP: improve admin panel option for users that don't exist in Tiki. the previous presentation didn't suggest authentication would be denied to users that do not exist in Tiki if somebody has an idea how to present clearly keeping a checkbox, please share your phrasing ---------------------------------------------- r33454 | sampaioprimo | 2011-03-17 15:40:14 +0000 (Thu, 17 Mar 2011) | 2 lines trackers: rename smarty function trackerfield to trackerinput ---------------------------------------------- r33453 | lphuberdeau | 2011-03-17 14:39:20 +0000 (Thu, 17 Mar 2011) | 1 line [MOD] Remove one of the two function that only added complexity ---------------------------------------------- r33452 | robertplummer | 2011-03-17 14:24:26 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] heights and caption for codemirror ---------------------------------------------- r33450 | lphuberdeau | 2011-03-17 13:15:24 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Modules broken with cache introduced yesterday, plenty of minor details, but the real issue was that the module file was not included prior to execution when the information was pulled from cache ---------------------------------------------- r33448 | robertplummer | 2011-03-17 12:06:46 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Codemirror toolbar selection Wiki syntax wrapping ---------------------------------------------- r33447 | daevermann | 2011-03-17 01:16:31 +0000 (Thu, 17 Mar 2011) | 1 line [FIX] Webmail - encoding of bodytext for display ---------------------------------------------- r33446 | daevermann | 2011-03-16 23:46:36 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Webmail - encoding of subject for display ---------------------------------------------- r33445 | lphuberdeau | 2011-03-16 20:48:02 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Remove author field lookup from main loop, remove author group field (partial implementation) ---------------------------------------------- r33444 | sampaioprimo | 2011-03-16 20:26:37 +0000 (Wed, 16 Mar 2011) | 2 lines [MOD] trackers: Move static text field to handler ---------------------------------------------- r33442 | lphuberdeau | 2011-03-16 19:54:23 +0000 (Wed, 16 Mar 2011) | 1 line [FIX]?\194?\160Tracker Plugin categories did not save (likely to date back before refactoring) ---------------------------------------------- r33441 | lphuberdeau | 2011-03-16 19:41:19 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Categories not saving and some cleanup ---------------------------------------------- r33440 | sampaioprimo | 2011-03-16 19:40:23 +0000 (Wed, 16 Mar 2011) | 2 lines partial indentation ---------------------------------------------- r33439 | jonnybradley | 2011-03-16 19:37:45 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Better defaults for new fields on first load and use the same ones as last time when adding more ---------------------------------------------- r33438 | sylvieg | 2011-03-16 19:36:26 +0000 (Wed, 16 Mar 2011) | 1 line [FIX]tracker: image tracker field display for tiki_view_tracker_item ---------------------------------------------- r33437 | sampaioprimo | 2011-03-16 19:17:51 +0000 (Wed, 16 Mar 2011) | 2 lines rename variable from field_value to field ---------------------------------------------- r33436 | lphuberdeau | 2011-03-16 18:58:39 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Extracting the rate field lookup logic ---------------------------------------------- r33434 | lphuberdeau | 2011-03-16 18:52:00 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Wrong variable name ---------------------------------------------- r33433 | lphuberdeau | 2011-03-16 18:39:09 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Extract the identification of writerfield and writergroupfield from the main loop, allowing to extract the handlers for user, group and IP ---------------------------------------------- r33432 | lphuberdeau | 2011-03-16 17:43:02 +0000 (Wed, 16 Mar 2011) | 1 line [MOD]?\194?\160Adding pop-up generation support to the handler, passing context around the handler on rendering ---------------------------------------------- r33431 | sampaioprimo | 2011-03-16 16:35:24 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move url field to handler ---------------------------------------------- r33430 | sampaioprimo | 2011-03-16 16:30:45 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: new class Tracker_Field_Simple for simple text fields ---------------------------------------------- r33429 | sylvieg | 2011-03-16 16:21:12 +0000 (Wed, 16 Mar 2011) | 1 line [FIX]tracker: store filename of an image in the database ---------------------------------------------- r33428 | jonnybradley | 2011-03-16 16:01:26 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] warning ---------------------------------------------- r33427 | lphuberdeau | 2011-03-16 15:56:13 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Missing file ---------------------------------------------- r33426 | lphuberdeau | 2011-03-16 15:43:22 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] Two notices ---------------------------------------------- r33425 | sampaioprimo | 2011-03-16 15:37:48 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move email field to handler ---------------------------------------------- r33424 | jonnybradley | 2011-03-16 15:32:59 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] trackers: fill dropdown list for new item on tiki-view_tracker ---------------------------------------------- r33423 | lphuberdeau | 2011-03-16 15:19:23 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] Making sure the field handlers get access to the tracker definition ---------------------------------------------- r33420 | jonnybradley | 2011-03-16 02:32:49 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move checkbox to renderInput() ---------------------------------------------- r33419 | lphuberdeau | 2011-03-16 02:14:25 +0000 (Wed, 16 Mar 2011) | 1 line [MOD]?\194?\160Initial support for tracker values from handler, still missing a few features ---------------------------------------------- r33418 | jonnybradley | 2011-03-16 01:45:55 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move countryselector to renderInput() ---------------------------------------------- r33417 | jonnybradley | 2011-03-16 01:32:33 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move itemslist to renderInput() ---------------------------------------------- r33415 | jonnybradley | 2011-03-16 00:25:40 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move itemlink to renderInput() ---------------------------------------------- r33414 | jonnybradley | 2011-03-16 00:19:36 +0000 (Wed, 16 Mar 2011) | 1 line [MOD] trackers: Move datetime to renderInput() ---------------------------------------------- r33413 | jonnybradley | 2011-03-16 00:09:41 +0000 (Wed, 16 Mar 2011) | 1 line [FIX] tracker: more notices ---------------------------------------------- r33412 | jonnybradley | 2011-03-15 23:59:35 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move textarea to renderInput() ---------------------------------------------- r33411 | jonnybradley | 2011-03-15 23:25:12 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move image to renderInput() ---------------------------------------------- r33410 | jonnybradley | 2011-03-15 23:19:09 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Add defaults for getInsertValues and getDisplayValues and don't send the $_REQUEST on the second loop. Also add comments for each handler. ---------------------------------------------- r33408 | jonnybradley | 2011-03-15 23:08:48 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move file (Attachments) to renderInput() ---------------------------------------------- r33406 | lphuberdeau | 2011-03-15 22:27:23 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] Text field in that template is no longer used ---------------------------------------------- r33405 | lphuberdeau | 2011-03-15 22:24:22 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] Use the handler rendering in tracker plugin when available ---------------------------------------------- r33404 | jonnybradley | 2011-03-15 22:09:30 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move categories (more clean up) ---------------------------------------------- r33403 | lphuberdeau | 2011-03-15 22:03:41 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] Not too sure how this ever worked, but it caused javascript errors ---------------------------------------------- r33402 | jonnybradley | 2011-03-15 21:41:19 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move categories to renderInput() ---------------------------------------------- r33401 | jonnybradley | 2011-03-15 21:28:22 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: notice ---------------------------------------------- r33400 | lphuberdeau | 2011-03-15 21:00:37 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] Make sure the datetime libraries are not called multiple time, saving a big chunk of execution time ---------------------------------------------- r33399 | jonnybradley | 2011-03-15 20:48:37 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: warnings ---------------------------------------------- r33398 | lphuberdeau | 2011-03-15 20:45:57 +0000 (Tue, 15 Mar 2011) | 1 line [FIX]?\194?\160Add cache to the module info function, reduces the amount of calls to tra() by about 7000 ---------------------------------------------- r33397 | jonnybradley | 2011-03-15 20:36:25 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move items list to get_field_handler() ---------------------------------------------- r33395 | lphuberdeau | 2011-03-15 20:01:50 +0000 (Tue, 15 Mar 2011) | 1 line [MOD]?\194?\160Adding the hook to call the handler on the input display ---------------------------------------------- r33394 | jonnybradley | 2011-03-15 19:49:10 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: update field (not item field) and then update item field ---------------------------------------------- r33392 | lphuberdeau | 2011-03-15 19:14:46 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] Just indenting the file so it can be interpreted by humans, most of it will move around ---------------------------------------------- r33391 | jonnybradley | 2011-03-15 19:14:28 +0000 (Tue, 15 Mar 2011) | 1 line [FIX] trackers: update item field (not field) ---------------------------------------------- r33389 | jonnybradley | 2011-03-15 18:03:49 +0000 (Tue, 15 Mar 2011) | 1 line [MOD] trackers: Move attachment and image to get_field_handler() (also remove the Mysterious "M" field type vestiges (may have been for Tiki Movies?) ---------------------------------------------- r33387 | sylvieg | 2011-03-15 17:30:11 +0000 (Tue, 15 Mar 2011) | 1 line [FIX]preview: preview must show the same thing than display: non html page with characters like or html tags in non wysiwyg editor-thx jonnyb ---------------------------------------------- r33384 | lphuberdeau | 2011-03-15 13:47:56 +0000 (Tue, 15 Mar 2011) | 1 line [FIX]?\194?\160Categories not saving on item creation ---------------------------------------------- r33383 | pkdille | 2011-03-14 20:18:15 +0000 (Mon, 14 Mar 2011) | 1 line No changes - coding style only ---------------------------------------------- r33382 | lphuberdeau | 2011-03-14 20:15:05 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] Categories handler to work with the insert form ---------------------------------------------- r33381 | luciash | 2011-03-14 20:13:10 +0000 (Mon, 14 Mar 2011) | 1 line rollback of 31813 because it wasn't made optional and was breaking a lot of use cases... there was no activity done about fixing the issue (e.g. making it an option) as promised for more than 2 months ---------------------------------------------- r33380 | lphuberdeau | 2011-03-14 20:06:59 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Move the category field to a handler ---------------------------------------------- r33379 | jonnybradley | 2011-03-14 18:36:19 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] trackers: Cookietab fixes (remove setcookie and smarty stuff - all you need now is to set the global $cookietab before handing over to smarty display) ---------------------------------------------- r33378 | lphuberdeau | 2011-03-14 18:14:32 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] Can't have two icons. Using the one that currently displays. ---------------------------------------------- r33377 | jonnybradley | 2011-03-14 17:42:58 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] trackers: Update empty multilingual values correctly instead of inserting duplicates (and failing) ---------------------------------------------- r33376 | sampaioprimo | 2011-03-14 17:28:22 +0000 (Mon, 14 Mar 2011) | 2 lines global translation stats for i18n.tiki.org/Status ---------------------------------------------- r33375 | sampaioprimo | 2011-03-14 17:26:44 +0000 (Mon, 14 Mar 2011) | 2 lines [FIX] run get_strings.php on command line mode ---------------------------------------------- r33373 | lphuberdeau | 2011-03-14 17:12:44 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Using handlers to lookup the data from the saved item as a default value when no request data is provided ---------------------------------------------- r33372 | nkoth | 2011-03-14 17:03:08 +0000 (Mon, 14 Mar 2011) | 1 line [FIX] Invalid user error when registering email like "onstoppel@whatever.com" since "onstop" is filtered by default. ---------------------------------------------- r33371 | lphuberdeau | 2011-03-14 13:45:53 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Hooking the handlers in view item and removing the duplicate code ---------------------------------------------- r33370 | chibaguy | 2011-03-14 12:00:38 +0000 (Mon, 14 Mar 2011) | 1 line [ENH] Positions of site header items improved. ---------------------------------------------- r33369 | jonnybradley | 2011-03-14 05:00:28 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move item link to get_field_handler() ---------------------------------------------- r33368 | jonnybradley | 2011-03-14 02:55:34 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move text to get_field_handler() ---------------------------------------------- r33367 | jonnybradley | 2011-03-14 02:18:46 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move textarea to get_field_handler() ---------------------------------------------- r33366 | lphuberdeau | 2011-03-14 01:37:30 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] Other batch of refactorings ---------------------------------------------- r33365 | jonnybradley | 2011-03-14 00:00:26 +0000 (Mon, 14 Mar 2011) | 1 line [MOD] trackers: Move country selector to handler (little steps at first for me) ---------------------------------------------- r33363 | lphuberdeau | 2011-03-13 23:16:49 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] Adding other required method to the interface to manage an other part of trackers ---------------------------------------------- r33362 | jonnybradley | 2011-03-13 22:45:47 +0000 (Sun, 13 Mar 2011) | 1 line [ENH] trackers: Refactor tracker action buttons into new file. Order and labels can now be improved consistently. ---------------------------------------------- r33361 | jonnybradley | 2011-03-13 20:17:49 +0000 (Sun, 13 Mar 2011) | 1 line [FIX] tabs: cleanup default tab selection for trackers admin (and calendar edit) ---------------------------------------------- r33360 | lphuberdeau | 2011-03-13 20:07:24 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] Minor refactorings ---------------------------------------------- r33359 | lphuberdeau | 2011-03-13 18:08:13 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] First step in refactoring, creating a handler interface ---------------------------------------------- r33358 | jonnybradley | 2011-03-13 18:07:32 +0000 (Sun, 13 Mar 2011) | 1 line [NEW] connect: New Tiki Connect (prefs only, real code to come) ---------------------------------------------- r33357 | gta74 | 2011-03-13 17:47:01 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] new file after running get_strings.php to go for 100 % translation til tiki 7 ---------------------------------------------- r33356 | pkdille | 2011-03-13 17:44:48 +0000 (Sun, 13 Mar 2011) | 1 line Coding style - no changes ---------------------------------------------- r33355 | lphuberdeau | 2011-03-13 17:01:26 +0000 (Sun, 13 Mar 2011) | 1 line [MOD]?\194?\160Additional enhancements, mostly adding missing brackets on conditions ---------------------------------------------- r33354 | lphuberdeau | 2011-03-13 16:27:50 +0000 (Sun, 13 Mar 2011) | 1 line [MOD] Minor cleanup, no behavior changes ---------------------------------------------- r33353 | jonnybradley | 2011-03-13 16:00:46 +0000 (Sun, 13 Mar 2011) | 1 line [FIX] cleaning: Remove non existent feature_experimental feature ---------------------------------------------- r33352 | pkdille | 2011-03-13 06:37:52 +0000 (Sun, 13 Mar 2011) | 1 line Some code cleanup (seen on quality.tiki.org) ---------------------------------------------- r33350 | xavidp | 2011-03-13 01:11:34 +0000 (Sun, 13 Mar 2011) | 1 line [FIX]Re-Added basic style to spreadsheet cells when shown in simple mode (to have wide columns shown completely in the page, like in documentation pages, such as our own http://doc.tiki.org/Spreadsheet+jq ) ---------------------------------------------- r33345 | xavidp | 2011-03-12 18:00:29 +0000 (Sat, 12 Mar 2011) | 1 line [FIX]This nested smarty tr tag prevented the string to show up in the localized language.php. Better to show 'default' in English (when no default email) and the rest always localized, than showing always the whole string in English. If someone has a better fix, please do, but ensure we don't loose this translated string (I remember I had this translated in the past, and probably a few times). ---------------------------------------------- r33344 | pkdille | 2011-03-12 17:08:10 +0000 (Sat, 12 Mar 2011) | 1 line Remove useless commented code ---------------------------------------------- r33342 | chibaguy | 2011-03-12 13:37:56 +0000 (Sat, 12 Mar 2011) | 1 line [FIX] z-indexes added for IE7 to keep cssmenus on top of other content such as tabcontent. ---------------------------------------------- r33341 | sylvieg | 2011-03-12 00:03:25 +0000 (Sat, 12 Mar 2011) | 1 line [FIX]case ---------------------------------------------- r33336 | robertplummer | 2011-03-11 23:20:33 +0000 (Fri, 11 Mar 2011) | 2 lines [FIX] Made it so that codemirror works with code blocks [ADD] readOnly setting to flexibleCodeMirror ---------------------------------------------- r33335 | robertplummer | 2011-03-11 22:18:22 +0000 (Fri, 11 Mar 2011) | 2 lines [ADD] flexibleCodeMirror to other tiki areas where codemirror is being used. [ADD] More options for codemirror ---------------------------------------------- r33333 | robertplummer | 2011-03-11 21:42:57 +0000 (Fri, 11 Mar 2011) | 1 line [FIX] Spelling correction of flexibleCodeMirror ---------------------------------------------- r33332 | robertplummer | 2011-03-11 21:17:40 +0000 (Fri, 11 Mar 2011) | 2 lines [FIX] a few fixes for slideshow [ADD] a new jquery plugin that manages codemirror creation throughout the entire Tiki system on all Textareas, and allows you to change the languages ---------------------------------------------- r33329 | eromneg | 2011-03-11 17:05:44 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] further enhancement to add new Homepage column to the Group table listing - making the table entry a link instead of simple text - thanks luci ---------------------------------------------- r33327 | sylvieg | 2011-03-11 16:49:08 +0000 (Fri, 11 Mar 2011) | 1 line [FIX]menu: fix back toggle tiki menu ---------------------------------------------- r33325 | sylvieg | 2011-03-11 16:28:37 +0000 (Fri, 11 Mar 2011) | 1 line [FIX]category: fix the title (if people does not use {title} in the tpl ---------------------------------------------- r33323 | sylvieg | 2011-03-11 14:36:24 +0000 (Fri, 11 Mar 2011) | 1 line [FIX]tracker: do not use autocomplete as can be null for a user field creator or modificator for an admin ---------------------------------------------- r33320 | chibaguy | 2011-03-11 11:45:51 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] Different method for positioning site titles (problem was #header was getting a bottom margin because of #sitetitle's top margin). ---------------------------------------------- r33319 | eromneg | 2011-03-11 11:42:48 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] oops - didn't include the class: minor enhancement to add new Homepage column to the Group table listing ---------------------------------------------- r33317 | eromneg | 2011-03-11 10:30:18 +0000 (Fri, 11 Mar 2011) | 1 line [ENH] minor enhancement to add new Homepage column to the Group table listing ---------------------------------------------- r33316 | chibaguy | 2011-03-11 04:14:35 +0000 (Fri, 11 Mar 2011) | 1 line [FIX] Header background image path updated. ---------------------------------------------- r33314 | sylvieg | 2011-03-10 21:33:45 +0000 (Thu, 10 Mar 2011) | 1 line [FIX]category: to have a pagination if a lot of wiki pages ---------------------------------------------- r33311 | robertplummer | 2011-03-10 20:09:54 +0000 (Thu, 10 Mar 2011) | 5 lines [FIX] A bunch more fixes for slideshow [ADD] textside to slideshow plugin [FIX] Fixes for replacing selected text from codemirror and checking for attributes [ADD] listitemhighlightcolor that will highlight and resize li objects if given a color ---------------------------------------------- r33310 | chealer | 2011-03-10 15:42:51 +0000 (Thu, 10 Mar 2011) | 1 line [FIX] French: "L'auteur du blogue doit toujours ?\195?\170tre le propri?\195?\169taire des messages" => "L'auteur du bloge doit toujours ?\195?\170tre le propri?\195?\168taire des messages" ---------------------------------------------- r33309 | robertplummer | 2011-03-10 15:02:37 +0000 (Thu, 10 Mar 2011) | 2 lines [FIX] Removed unneeded installer variables [FIX] Detect in tiki-show_page_raw.tpl if is a slideshow and turned off header which would take ownership of slideshow ---------------------------------------------- r33308 | sylvieg | 2011-03-10 14:21:36 +0000 (Thu, 10 Mar 2011) | 1 line oops debug ---------------------------------------------- r33305 | sylvieg | 2011-03-10 14:05:53 +0000 (Thu, 10 Mar 2011) | 1 line [FIX]category: better fix for 29936 + 33178. fix change_categ param id + sort with categ name with accent ---------------------------------------------- r33303 | jonnybradley | 2011-03-09 21:09:34 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] themegenerator: Rename pref from feature_themegenerator to themegenerator_feature in the new way so that all the relevant prefs are defined in one file (themegenerator.php, not feature.php) ---------------------------------------------- r33302 | jonnybradley | 2011-03-09 20:42:32 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] module prefs: add missing new zones and also make labels align ---------------------------------------------- r33301 | jonnybradley | 2011-03-09 20:34:12 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] prefs notices (mainly missing ones) ---------------------------------------------- r33299 | jonnybradley | 2011-03-09 20:21:37 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] admin look: Better alignment of labels and inputs ---------------------------------------------- r33298 | jonnybradley | 2011-03-09 20:21:03 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] admin look: Reorganise prefs to make more sense, all custom codes together, only theme options in theme tab etc (possibly more to do) ---------------------------------------------- r33297 | jonnybradley | 2011-03-09 19:56:03 +0000 (Wed, 09 Mar 2011) | 1 line [KIL] modules revamp: removing leftover top and "bot" bar prefs ---------------------------------------------- r33296 | jonnybradley | 2011-03-09 19:18:11 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] codemirror: Fix auto_saved content switching ---------------------------------------------- r33295 | jonnybradley | 2011-03-09 19:01:09 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] notice, and move assignment from condition test ---------------------------------------------- r33294 | marclaporte | 2011-03-09 17:28:47 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] Moving breadcrumb options to experimental admin panel ---------------------------------------------- r33293 | marclaporte | 2011-03-09 17:26:07 +0000 (Wed, 09 Mar 2011) | 1 line [MOD] adding a warning following some reported issues. This really should be better checked via the code, but until it is... ---------------------------------------------- r33292 | luciash | 2011-03-09 12:34:37 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] British English: -ize => -ise ---------------------------------------------- r33291 | luciash | 2011-03-09 12:21:33 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] British English: wrench => spanner ---------------------------------------------- r33290 | luciash | 2011-03-09 11:51:24 +0000 (Wed, 09 Mar 2011) | 1 line [ENH] British English now almost 100% translated (to get better stats result, you know ;)) ---------------------------------------------- r33289 | chibaguy | 2011-03-09 03:58:08 +0000 (Wed, 09 Mar 2011) | 1 line [FIX] "Log out" should be two words. ---------------------------------------------- r33288 | xavidp | 2011-03-08 22:58:14 +0000 (Tue, 08 Mar 2011) | 1 line some strings added from branch 6.x ---------------------------------------------- r33287 | sylvieg | 2011-03-08 22:39:29 +0000 (Tue, 08 Mar 2011) | 1 line [FIX]rss: index are limitted to 255 ---------------------------------------------- r33286 | jonnybradley | 2011-03-08 21:31:52 +0000 (Tue, 08 Mar 2011) | 3 lines [FIX] timezones: Rewrite for JS timezone detection. Move code from tiki-js.js to js_detect.php and use the php timezone list for valid abbreviations. Partial fallback for IE not reporting the zone correctly, should be ok everywhere that has a whole hour GMT offset. ---------------------------------------------- r33282 | marclaporte | 2011-03-07 22:59:10 +0000 (Mon, 07 Mar 2011) | 1 line [MOD] moving some features around in the admin panel ---------------------------------------------- r33281 | jonnybradley | 2011-03-07 22:51:32 +0000 (Mon, 07 Mar 2011) | 1 line [FIX] codemirror: Trigger change on original textarea so preview and auto_save updates ---------------------------------------------- r33279 | marclaporte | 2011-03-07 22:29:21 +0000 (Mon, 07 Mar 2011) | 1 line improve admin panel description ---------------------------------------------- r33278 | marclaporte | 2011-03-07 22:27:25 +0000 (Mon, 07 Mar 2011) | 1 line [FIX] Improve admin panel, and move out a few features of experimental ---------------------------------------------- r33277 | marclaporte | 2011-03-07 21:42:46 +0000 (Mon, 07 Mar 2011) | 1 line [MOD] Moving some session-related preferences from performance to general admin panel ---------------------------------------------- r33276 | jonnybradley | 2011-03-07 20:26:05 +0000 (Mon, 07 Mar 2011) | 1 line [KIL] Calendar reminder removed part two (missed due to conflicts, sorry) ---------------------------------------------- r33275 | chealer | 2011-03-07 20:06:31 +0000 (Mon, 07 Mar 2011) | 2 lines [FIX] Assign user: do not offer removing indirect groups (currently ignored) [FIX] Separator comma for Anonymous, Registered and broken last check ---------------------------------------------- r33274 | jonnybradley | 2011-03-07 20:01:47 +0000 (Mon, 07 Mar 2011) | 2 lines [KIL] Calendar reminder removed. Interesting feature but still not functioning after several months. Also not using Tiki conventions and libraries for notifications, database access, mail sending etc. ---------------------------------------------- r33272 | sylvieg | 2011-03-07 14:17:26 +0000 (Mon, 07 Mar 2011) | 1 line [FIX]newsletters: cahnge the label to including to follow commit 27707 ---------------------------------------------- r33271 | marclaporte | 2011-03-07 01:48:38 +0000 (Mon, 07 Mar 2011) | 1 line [MOD] Ref: http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40641 ---------------------------------------------- r33270 | caevermann | 2011-03-07 01:05:21 +0000 (Mon, 07 Mar 2011) | 1 line Minor Translation ---------------------------------------------- r33269 | jonnybradley | 2011-03-07 00:13:16 +0000 (Mon, 07 Mar 2011) | 1 line [ENH] wiki: Add bookmark button on page_bar ---------------------------------------------- r33268 | chealer | 2011-03-07 00:10:56 +0000 (Mon, 07 Mar 2011) | 3 lines [FIX] Newsletters: Recipients list flip must be used in other places as well reverts r30170 on tiki-js.js ---------------------------------------------- r33267 | rischconsulting | 2011-03-06 23:58:38 +0000 (Sun, 06 Mar 2011) | 3 lines [FIX] Fix nesting group permissions bug. http://dev.tiki.org/tiki-view_tracker_item.php?itemId=3807 Introduced in r32118 (line 1667, now 1491) ---------------------------------------------- r33266 | rischconsulting | 2011-03-06 23:49:52 +0000 (Sun, 06 Mar 2011) | 1 line Reverting r33264 ---------------------------------------------- r33265 | lphuberdeau | 2011-03-06 22:21:12 +0000 (Sun, 06 Mar 2011) | 1 line [MOD]?\194?\160Deploying helpers in comments/forums ---------------------------------------------- r33264 | rischconsulting | 2011-03-06 20:19:20 +0000 (Sun, 06 Mar 2011) | 2 lines [FIX] Fix nesting group permissions bug. http://dev.tiki.org/tiki-view_tracker_item.php?itemId=3807 ---------------------------------------------- r33263 | chealer | 2011-03-06 19:38:28 +0000 (Sun, 06 Mar 2011) | 2 lines [ENH] MOUSEOVER: Try clarifying descriptions, despite the text parameter complication lindon: please check ---------------------------------------------- r33262 | jonnybradley | 2011-03-06 18:10:36 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] tabs: Hopeful fix for mystery random tab number getting set in the cookie ---------------------------------------------- r33261 | lphuberdeau | 2011-03-06 18:02:56 +0000 (Sun, 06 Mar 2011) | 1 line [MOD] Adding an option to clear the item cache for a feed and deploying helpers ---------------------------------------------- r33260 | jonnybradley | 2011-03-06 17:45:26 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] flip: Use the correct show/hide fns within flip - fixes layout disturbance in webkit browsers when toggling comzone, for instance. ---------------------------------------------- r33259 | jonnybradley | 2011-03-06 17:22:50 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] Partial rollback of r33256 (flip fn fix committed by mistake) ---------------------------------------------- r33258 | jonnybradley | 2011-03-06 16:49:06 +0000 (Sun, 06 Mar 2011) | 1 line [FIX] comments: Restore comments toolbars ---------------------------------------------- r33256 | jonnybradley | 2011-03-05 21:33:05 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] selection: Another attempt at IE selection detection ---------------------------------------------- r33255 | lindonb | 2011-03-05 20:32:58 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] Implement 12-24 hour clock choice to calendar day and week views ---------------------------------------------- r33254 | lindonb | 2011-03-05 20:04:05 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] Respect user preferences for date and time formats in some calendar templates ---------------------------------------------- r33253 | lindonb | 2011-03-05 20:01:17 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] In list of calendars, have the individual calendar links take you to the 2nd tab to show that calendar's settings ---------------------------------------------- r33252 | lindonb | 2011-03-05 19:56:04 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] Further changes of icons and a liitle text formatting for tasks ---------------------------------------------- r33251 | lphuberdeau | 2011-03-05 19:39:39 +0000 (Sat, 05 Mar 2011) | 1 line [MOD] Enable incremental indexing by default ---------------------------------------------- r33250 | jonnybradley | 2011-03-05 18:59:18 +0000 (Sat, 05 Mar 2011) | 1 line [FIX] xajax removal: Remove rogue xajax function call - thanks chealer ---------------------------------------------- r33247 | gta74 | 2011-03-05 08:09:20 +0000 (Sat, 05 Mar 2011) | 1 line [TRA] lots of translations and correction of misspellings and unification of translations ---------------------------------------------- r33246 | pkdille | 2011-03-05 06:03:02 +0000 (Sat, 05 Mar 2011) | 1 line svn:keywords propset Id on test files ---------------------------------------------- r33245 | lphuberdeau | 2011-03-04 22:12:27 +0000 (Fri, 04 Mar 2011) | 1 line [MOD] Adding a note parameter to the zotero plugin to add notes about the reference ---------------------------------------------- r33244 | lphuberdeau | 2011-03-04 22:04:44 +0000 (Fri, 04 Mar 2011) | 1 line [MOD] Adding a tag parameter to the zotero plugin to allow inclusion of references by tag (ideally unique ones) ---------------------------------------------- r33243 | lphuberdeau | 2011-03-04 21:46:24 +0000 (Fri, 04 Mar 2011) | 1 line [KIL]?\194?\160Removing file which apparently never had a body, function name internally also does not match the file, assuming this is not used ---------------------------------------------- r33242 | lphuberdeau | 2011-03-04 21:45:37 +0000 (Fri, 04 Mar 2011) | 1 line [FIX]?\194?\160File content got killed by adding copyrights ---------------------------------------------- r33241 | lphuberdeau | 2011-03-04 20:45:14 +0000 (Fri, 04 Mar 2011) | 1 line [MOD] Catching possible exceptions ---------------------------------------------- r33240 | robertplummer | 2011-03-04 20:08:59 +0000 (Fri, 04 Mar 2011) | 2 lines [FIX] A bunch of fixes to make variables between Tiki and jQuery.s5 more stable [MOD] Changes of nate classes to make them follow jQuery.s5 ---------------------------------------------- r33239 | lphuberdeau | 2011-03-04 19:17:41 +0000 (Fri, 04 Mar 2011) | 1 line [FIX] Failure to increment ---------------------------------------------- r33237 | sylvieg | 2011-03-04 17:51:24 +0000 (Fri, 04 Mar 2011) | 1 line [FIX]newsletter: do not add <br> for newsletter using wysiwyg ---------------------------------------------- r33235 | sylvieg | 2011-03-04 16:23:52 +0000 (Fri, 04 Mar 2011) | 1 line [FIX]categ: try to fix 29936 - that returns no categs in categ tracker fields ---------------------------------------------- r33234 | pkdille | 2011-03-04 06:09:22 +0000 (Fri, 04 Mar 2011) | 1 line Add missing index.php file ---------------------------------------------- r33233 | pkdille | 2011-03-04 06:08:36 +0000 (Fri, 04 Mar 2011) | 1 line Some more svn keywords Id missing ---------------------------------------------- r33231 | sept_7 | 2011-03-03 20:14:58 +0000 (Thu, 03 Mar 2011) | 2 lines [FIX] HTMLPurifier : allow <map> tag in page ---------------------------------------------- r33230 | sampaioprimo | 2011-03-03 19:20:16 +0000 (Thu, 03 Mar 2011) | 1 line interactive translation: add support to translate strings in tooltips ---------------------------------------------- r33229 | sampaioprimo | 2011-03-03 19:19:58 +0000 (Thu, 03 Mar 2011) | 2 lines interactive translation: show message when no translatable string is found ---------------------------------------------- r33228 | sampaioprimo | 2011-03-03 19:19:41 +0000 (Thu, 03 Mar 2011) | 2 lines interactive translation: moving javascript and html code to specific files ---------------------------------------------- r33227 | sampaioprimo | 2011-03-03 19:18:43 +0000 (Thu, 03 Mar 2011) | 2 lines [FIX] interactive translation form locks the screen until the request is finished to avoid data loss ---------------------------------------------- r33226 | robertplummer | 2011-03-03 18:06:16 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Descriptions of wiki slideshow plugin ---------------------------------------------- r33224 | nyloth | 2011-03-03 17:45:31 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] action log: limit comment string to 200 chars before inserting data in DB in order to avoid a DB error ---------------------------------------------- r33223 | nyloth | 2011-03-03 17:44:23 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] filegals: fix pref 'fgal_list_ratio_hits' in admin panels ---------------------------------------------- r33222 | robertplummer | 2011-03-03 17:21:46 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Slideshow fixes ---------------------------------------------- r33221 | robertplummer | 2011-03-03 16:11:24 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Image for slideshow ---------------------------------------------- r33220 | robertplummer | 2011-03-03 16:03:58 +0000 (Thu, 03 Mar 2011) | 3 lines [MOD] Fixed css between wiki plugin slideshow and jQuery.s5 [ADD] attributes for setting header color and slide color in wiki plugin slideshow [ADD] Slides in wiki plugin slideshow. The slideshow feature is now intended to turn a simple page into a slideshow, the slideshow wiki plugin simply allows you to set settings for your slideshow ---------------------------------------------- r33219 | robertplummer | 2011-03-03 13:50:41 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Renamed the tiki help for sheet to the correct tpl extension ---------------------------------------------- r33218 | changi67 | 2011-03-03 09:28:25 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Code duplication / factorization ---------------------------------------------- r33217 | changi67 | 2011-03-03 09:00:58 +0000 (Thu, 03 Mar 2011) | 1 line ~MOD~ Remove unused header comment ---------------------------------------------- r33216 | changi67 | 2011-03-03 08:22:24 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Remove copyright ---------------------------------------------- r33214 | nkoth | 2011-03-03 05:40:54 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] Multi day events not showing on correct cells ---------------------------------------------- r33212 | chibaguy | 2011-03-03 04:49:17 +0000 (Thu, 03 Mar 2011) | 1 line [FIX] In IE6, narrower right column in fixed-width mode caused modules to not display (fixed-width right-column box width reduced to 178px). Thanks, Marc. ---------------------------------------------- r33210 | chibaguy | 2011-03-03 04:22:42 +0000 (Thu, 03 Mar 2011) | 1 line [MOD] Text style shouldn't be hardcoded in the template (<small></small> removed). ---------------------------------------------- r33209 | marclaporte | 2011-03-03 03:05:06 +0000 (Thu, 03 Mar 2011) | 1 line adding a cosmetic non-breaking space ---------------------------------------------- r33208 | marclaporte | 2011-03-03 02:38:20 +0000 (Thu, 03 Mar 2011) | 1 line remove useless www ---------------------------------------------- r33207 | sept_7 | 2011-03-03 00:04:31 +0000 (Thu, 03 Mar 2011) | 2 lines [FIX] OOps sorry this was not a typo ;p ---------------------------------------------- r33206 | sylvieg | 2011-03-02 22:43:58 +0000 (Wed, 02 Mar 2011) | 1 line [FIX]sefurl : some on categ ---------------------------------------------- r33204 | sylvieg | 2011-03-02 20:45:05 +0000 (Wed, 02 Mar 2011) | 1 line [FIX]category: the tiel is not always in the url ---------------------------------------------- r33203 | sylvieg | 2011-03-02 20:07:30 +0000 (Wed, 02 Mar 2011) | 1 line [ENH]categorie: sefurl (only on categpath) ---------------------------------------------- r33202 | jonnybradley | 2011-03-02 19:40:17 +0000 (Wed, 02 Mar 2011) | 1 line [ENH] editpage: Remember size of autosave preview div(s) - thanks T_LL ---------------------------------------------- r33201 | jonnybradley | 2011-03-02 19:02:53 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] parser: notices (removing mystery $headerInc var references as it's not set anywhere and seems to work ok without them) ---------------------------------------------- r33200 | jonnybradley | 2011-03-02 18:45:02 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] tabs: notices ---------------------------------------------- r33199 | jonnybradley | 2011-03-02 18:44:33 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] tabs: notices (typo) ---------------------------------------------- r33198 | chealer | 2011-03-02 18:29:21 +0000 (Wed, 02 Mar 2011) | 1 line minor code simplification ---------------------------------------------- r33197 | jonnybradley | 2011-03-02 18:16:49 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] modules: Make "add module" go to the right tab ---------------------------------------------- r33195 | changi67 | 2011-03-02 17:43:40 +0000 (Wed, 02 Mar 2011) | 1 line [MOD] copyright 2011, someone has to do dirty work ---------------------------------------------- r33194 | sylvieg | 2011-03-02 16:16:47 +0000 (Wed, 02 Mar 2011) | 1 line [FIX]tracker: homogeneize itemlink field + do not check categ perm on it - because bugged ---------------------------------------------- r33192 | jonnybradley | 2011-03-02 14:44:11 +0000 (Wed, 02 Mar 2011) | 1 line [FIX] page title: Use page title for when $prefs.site_title_breadcrumb is set to use description, but the page description is empty. ---------------------------------------------- r33191 | robertplummer | 2011-03-02 01:58:03 +0000 (Wed, 02 Mar 2011) | 2 lines [ADD] Feature slideshow that will take html from page and make it as a slideshow, this will work along with jQuery.s5, and will extend it for further use, but is not required in order to have a slideshow. Please not, this plugin is basically empty, I will add the extensions soon. [REM] Dropped the feature jQuery.s5, s5 and slideshow are now basically one in the same to the end user. ---------------------------------------------- r33190 | sylvieg | 2011-03-01 20:48:04 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]category: fix 32018: browse categ only on one type ---------------------------------------------- r33187 | sylvieg | 2011-03-01 19:58:25 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]syntax ---------------------------------------------- r33186 | nyloth | 2011-03-01 19:44:38 +0000 (Tue, 01 Mar 2011) | 6 lines [NEW] new preference 'Upload progressbar' to enable a Flash/Javascript progressbar for filegal file uploads. This will limit the upload to one file at a time for the moment. [FIX] filegallib: fix file edition (missing first argument for function fetchOne) [FIX] filegallib: move print_msg into the lib and factorize it with the code of print_progress ---------------------------------------------- r33180 | sylvieg | 2011-03-01 17:41:07 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]categories: allow url with maxRecords=-1 + fix pagination if maxRecords in url ---------------------------------------------- r33178 | sylvieg | 2011-03-01 16:42:56 +0000 (Tue, 01 Mar 2011) | 1 line [FIX]categories: ksort does not respect accents. the sort is already done correctly on the name ---------------------------------------------- r33177 | sept_7 | 2011-03-01 16:21:37 +0000 (Tue, 01 Mar 2011) | 2 lines [FIX} Fix smarty template in preparation for Smarty 3 ---------------------------------------------- r33175 | sept_7 | 2011-03-01 15:42:41 +0000 (Tue, 01 Mar 2011) | 2 lines [FIX] Typo :( ---------------------------------------------- r33173 | sept_7 | 2011-03-01 15:06:56 +0000 (Tue, 01 Mar 2011) | 2 lines [FIX] Preparation patch for Smarty 3. Templates fixes compatible with both Samrty 2 and Smarty 3. This will reduce the patch to Smarty 3 ---------------------------------------------- r33169 | sampaioprimo | 2011-03-01 13:47:28 +0000 (Tue, 01 Mar 2011) | 1 line check language.php consistency before perfoming the exportation ---------------------------------------------- r33168 | jonnybradley | 2011-03-01 13:44:20 +0000 (Tue, 01 Mar 2011) | 1 line [FIX] modules: Show hidden modules on admin page (semi-opaque) ---------------------------------------------- r33167 | jonnybradley | 2011-03-01 12:40:53 +0000 (Tue, 01 Mar 2011) | 1 line [FIX] modules: Convert null current perspective to zero for params array test. ---------------------------------------------- r33166 | jonnybradley | 2011-03-01 12:18:57 +0000 (Tue, 01 Mar 2011) | 1 line Ignore ---------------------------------------------- r33164 | sylvieg | 2011-02-28 23:19:58 +0000 (Mon, 28 Feb 2011) | 1 line [FIX]fivealive: to have IE behave in input item and give a decent size to each input ---------------------------------------------- r33162 | jonnybradley | 2011-02-28 21:46:43 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] datepicker: Do format conversion onClose instead of onSelect (prevents double converting) ---------------------------------------------- r33161 | sylvieg | 2011-02-28 21:44:37 +0000 (Mon, 28 Feb 2011) | 1 line [FIX]categories: keep the category order of the param categParentIds ---------------------------------------------- r33158 | sylvieg | 2011-02-28 21:09:43 +0000 (Mon, 28 Feb 2011) | 1 line typo in 33146 ---------------------------------------------- r33155 | jonnybradley | 2011-02-28 20:30:16 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] tracker inputs: Fix js errors on new tracker items. No $item.trackerId on autocompletes and empty default dates on js_calendar fields. ---------------------------------------------- r33153 | jonnybradley | 2011-02-28 19:38:45 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] trackerfilter: Only bind onclick events to prevnext anchors ---------------------------------------------- r33152 | jonnybradley | 2011-02-28 18:31:26 +0000 (Mon, 28 Feb 2011) | 1 line [NEW] timeline: Implement basic SIMILE Timeline widget for trackertimeline ---------------------------------------------- r33150 | sylvieg | 2011-02-28 18:18:00 +0000 (Mon, 28 Feb 2011) | 1 line [FIX]search: pcre callback function does not work for larger strings than the php setting - better to return the string with no highlight than an empty string ---------------------------------------------- r33148 | jonnybradley | 2011-02-28 16:06:38 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] trackerfilter: Fix prevnext onclick events as the plugin structure had changed (the form is no longer inside the results div) ---------------------------------------------- r33147 | lindonb | 2011-02-28 05:41:37 +0000 (Mon, 28 Feb 2011) | 1 line [FIX] User task cleaning: respect user date and time formats, use smarty icon function and famfam icons, clean up text, some indenting. ---------------------------------------------- r33146 | lindonb | 2011-02-27 19:52:03 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] Implement 12--24 hour clock choice on admin calendars. Also, page wasn't refreshing with updated data after save. Improved navigation to expected cookie tabs. ---------------------------------------------- r33145 | jonnybradley | 2011-02-27 18:59:27 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] timelines: Fixes and modernisation of wikiplugin_trackertimeline ---------------------------------------------- r33144 | jonnybradley | 2011-02-27 18:05:52 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] plugins: Fix popup edit for non-editpage mode. ---------------------------------------------- r33143 | jonnybradley | 2011-02-27 17:27:47 +0000 (Sun, 27 Feb 2011) | 2 lines [FIX] selection: More fixes for IE - store selection position before opening plugin edit form popup (works sometimes) ---------------------------------------------- r33141 | sylvieg | 2011-02-27 17:01:56 +0000 (Sun, 27 Feb 2011) | 1 line [FIX]TRACKER: do not set empty date field to now for field not in the input for an existing item ---------------------------------------------- r33140 | gta74 | 2011-02-27 16:58:56 +0000 (Sun, 27 Feb 2011) | 1 line [TRA] translations of strings not translatable with i18n.tki.org, installer translations ---------------------------------------------- r33138 | jonnybradley | 2011-02-27 15:51:04 +0000 (Sun, 27 Feb 2011) | 2 lines [FIX] selection: More fixes for IE line-ends again. Cope with multi-line selections better, use the .selection() function more and add a fix to it for moveEnd being relative. ---------------------------------------------- r33137 | jonnybradley | 2011-02-27 14:47:28 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] wysiwyg: Add BidiLtr and BidiRtl buttons to toolbars lib (thanks Yonixxx) ---------------------------------------------- r33136 | chibaguy | 2011-02-27 14:34:15 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Improved module titles (capitalization consistency, etc.). ---------------------------------------------- r33135 | jonnybradley | 2011-02-27 14:30:58 +0000 (Sun, 27 Feb 2011) | 1 line [MOD] mobile: Small layout improvements for tabs ---------------------------------------------- r33134 | jonnybradley | 2011-02-27 14:22:26 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] toolbars: Repair specialchar and color pickers - add class for picker type, move styles to css and wrap special chars in <span>s (stops js errors in IE) ---------------------------------------------- r33133 | jonnybradley | 2011-02-27 14:20:15 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] IE7: Only use (randomly picked?) fixed width for #editpageform if using fixed_width layout ---------------------------------------------- r33132 | pkdille | 2011-02-27 10:18:42 +0000 (Sun, 27 Feb 2011) | 1 line Remove useless (and false) svn:executable svn property ---------------------------------------------- r33131 | lindonb | 2011-02-27 07:29:24 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for view tracker item field edit window time selector for date and time field ---------------------------------------------- r33130 | pkdille | 2011-02-27 07:04:16 +0000 (Sun, 27 Feb 2011) | 1 line php files header cleanup: copyright + Id ---------------------------------------------- r33129 | lindonb | 2011-02-27 07:03:24 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for user tasks edit window time selectors ---------------------------------------------- r33128 | lindonb | 2011-02-27 06:47:47 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for minical edit window time selector ---------------------------------------------- r33127 | lindonb | 2011-02-27 06:36:06 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for quiz edit window time selectors ---------------------------------------------- r33126 | lindonb | 2011-02-27 06:24:00 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit quiz window time selectors ---------------------------------------------- r33125 | lindonb | 2011-02-27 06:14:42 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit programmed content window time selector ---------------------------------------------- r33124 | lindonb | 2011-02-27 06:00:57 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for banner edit window time selector ---------------------------------------------- r33123 | lindonb | 2011-02-27 05:18:31 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for received articles window time selector ---------------------------------------------- r33122 | lindonb | 2011-02-27 05:07:37 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hout clock in edit submission window time selector ---------------------------------------------- r33121 | lindonb | 2011-02-27 04:37:18 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit article preview window time selector ---------------------------------------------- r33120 | lindonb | 2011-02-27 04:30:00 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for edit article window time selector ---------------------------------------------- r33119 | lindonb | 2011-02-27 04:10:38 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for tracker admin time selectors ---------------------------------------------- r33118 | lindonb | 2011-02-27 03:37:18 +0000 (Sun, 27 Feb 2011) | 1 line Wording - no fucntional change ---------------------------------------------- r33117 | lindonb | 2011-02-27 03:33:43 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for poll time selector ---------------------------------------------- r33116 | lindonb | 2011-02-27 03:20:18 +0000 (Sun, 27 Feb 2011) | 1 line [ENH] Implement 12-hour clock for blog post time selector. ---------------------------------------------- r33115 | lindonb | 2011-02-27 03:13:16 +0000 (Sun, 27 Feb 2011) | 1 line [FIX] Calendar edit item time selectors: fix several end-of-day and other issues in order to display more sensible default values in calendar time selectors when opening edit windows. Get rid of unnecessary function. Small cosmetic changes. ---------------------------------------------- r33111 | dabright | 2011-02-26 19:30:06 +0000 (Sat, 26 Feb 2011) | 1 line [ENH] Add maxRecords URL parameter to tiki-calendar_export_ical ---------------------------------------------- r33110 | gta74 | 2011-02-26 18:48:12 +0000 (Sat, 26 Feb 2011) | 1 line [TRA] translations of strings not translatable with i18n.tki.org ---------------------------------------------- r33108 | pkdille | 2011-02-26 12:08:37 +0000 (Sat, 26 Feb 2011) | 1 line Some cleanup in svn:keywords properties ---------------------------------------------- r33106 | sylvieg | 2011-02-25 22:15:46 +0000 (Fri, 25 Feb 2011) | 1 line oops to 33104 ---------------------------------------------- r33104 | sylvieg | 2011-02-25 22:05:51 +0000 (Fri, 25 Feb 2011) | 1 line [FIX]newsletter: in subscribers'list do not show those from included newsletters + show the unsubscribed ones ---------------------------------------------- r33103 | jonnybradley | 2011-02-25 21:37:05 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] IE7: Fix for superfish menus going behind stuff, and remove random scrollbars from ui dialogs. ---------------------------------------------- r33102 | jonnybradley | 2011-02-25 21:35:57 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] login-box: Close tags properly (for the edge cases i've tested so far) ---------------------------------------------- r33101 | jonnybradley | 2011-02-25 21:34:47 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] notice ---------------------------------------------- r33099 | sylvieg | 2011-02-25 21:27:44 +0000 (Fri, 25 Feb 2011) | 1 line [FIX]newsletter: do not send newsletter to invalid or unsubscribe users ---------------------------------------------- r33097 | sampaioprimo | 2011-02-25 19:47:11 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] make sure canonical tag appear only in the right pages ---------------------------------------------- r33096 | sampaioprimo | 2011-02-25 19:22:29 +0000 (Fri, 25 Feb 2011) | 1 line canonical tag for blog post ---------------------------------------------- r33095 | sampaioprimo | 2011-02-25 19:22:18 +0000 (Fri, 25 Feb 2011) | 1 line by default don't paginate comments on a blog post ---------------------------------------------- r33094 | sampaioprimo | 2011-02-25 19:22:04 +0000 (Fri, 25 Feb 2011) | 1 line feature_canonical_url enabled by default ---------------------------------------------- r33093 | sampaioprimo | 2011-02-25 19:21:51 +0000 (Fri, 25 Feb 2011) | 1 line using absolute URL for canonical tag ---------------------------------------------- r33092 | pkdille | 2011-02-25 17:32:43 +0000 (Fri, 25 Feb 2011) | 1 line Finalize share admin panel integration ---------------------------------------------- r33091 | nyloth | 2011-02-25 15:28:42 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] upload file : fix hit limit + some reindentation ---------------------------------------------- r33089 | sylvieg | 2011-02-25 14:23:51 +0000 (Fri, 25 Feb 2011) | 1 line [FIX]tracker: avoid empty lines ---------------------------------------------- r33086 | robertplummer | 2011-02-25 13:58:54 +0000 (Fri, 25 Feb 2011) | 1 line [ADD] groupValid detection for smarty template in wikiplugin_group.php from Nelson's work ---------------------------------------------- r33085 | jonnybradley | 2011-02-25 12:48:44 +0000 (Fri, 25 Feb 2011) | 1 line [FIX] selection: Possible fix for IE line-ends again. ---------------------------------------------- r33084 | robertplummer | 2011-02-24 21:07:13 +0000 (Thu, 24 Feb 2011) | 1 line [ADD] New table tiki_cart_inventory_hold for new cart features ---------------------------------------------- r33083 | sampaioprimo | 2011-02-24 21:04:46 +0000 (Thu, 24 Feb 2011) | 1 line wp importer: match wp shortcodes inside other wp shortcodes ---------------------------------------------- r33082 | sampaioprimo | 2011-02-24 21:04:26 +0000 (Thu, 24 Feb 2011) | 1 line wp importer: just replacing url in test fixtures ---------------------------------------------- r33081 | sampaioprimo | 2011-02-24 21:04:00 +0000 (Thu, 24 Feb 2011) | 1 line wp importer: new option to replace internal links ---------------------------------------------- r33080 | sampaioprimo | 2011-02-24 21:03:33 +0000 (Thu, 24 Feb 2011) | 1 line wordpress importer: consider wp shortcodes with newlines inside ---------------------------------------------- r33079 | chealer | 2011-02-24 20:48:11 +0000 (Thu, 24 Feb 2011) | 1 line [FIX] French: Admin Login fixes ---------------------------------------------- r33078 | chealer | 2011-02-24 20:46:27 +0000 (Thu, 24 Feb 2011) | 1 line French: debug -> d?\195?\169bogage ---------------------------------------------- r33076 | sylvieg | 2011-02-24 20:41:01 +0000 (Thu, 24 Feb 2011) | 1 line [FIX]newsletter: send attachments ---------------------------------------------- r33074 | jonnybradley | 2011-02-24 20:11:27 +0000 (Thu, 24 Feb 2011) | 1 line [FIX] selection: Correct for IE line-ends and selection loss. ---------------------------------------------- r33073 | jonnybradley | 2011-02-24 19:03:39 +0000 (Thu, 24 Feb 2011) | 2 lines [FIX] selection: Correct for IE considering line-ends to have two chars in this scope. Also use a GUID for the test string to avoid collisions. ---------------------------------------------- r33072 | jonnybradley | 2011-02-24 18:46:01 +0000 (Thu, 24 Feb 2011) | 2 lines [FIX] selection: Restore selection function lost in autocomplete being switched to jquery-ui. Comment details original copyright and licensing info - author contacted and is happy with this. ---------------------------------------------- r33071 | robertplummer | 2011-02-24 18:41:31 +0000 (Thu, 24 Feb 2011) | 1 line [MOD] Added bunch of unrefined features from Nelson's team work ---------------------------------------------- r33070 | robertplummer | 2011-02-24 18:06:45 +0000 (Thu, 24 Feb 2011) | 2 lines [ADD] A few files that Nelson has been working on that I will extend to be more integrated into Tiki [MOD] wikiplugin_addtocart to support buyonbehalf, need to ensure it is a change-able feature in trunk ---------------------------------------------- r33069 | nyloth | 2011-02-24 17:28:53 +0000 (Thu, 24 Feb 2011) | 1 line [ENH] file upload: datepicker for 'deleteAfter' option + notice on uploads var + minor DOM changes and indentation ---------------------------------------------- r33068 | sylvieg | 2011-02-24 17:22:03 +0000 (Thu, 24 Feb 2011) | 1 line [FIX]fgal: if GD and files in memory, set the image format - otherwise a png displayed with dl1&display&x=10&y=10 will be transform into a jpeg and will loose quality ---------------------------------------------- r33065 | sylvieg | 2011-02-24 15:36:29 +0000 (Thu, 24 Feb 2011) | 1 line [FIX]trackerfilter: do not overwrite param max if given ---------------------------------------------- r33064 | changi67 | 2011-02-24 14:27:51 +0000 (Thu, 24 Feb 2011) | 1 line [FIX] Catch more possibility : Multi-line / ignore case / point can substitute a carriage return ---------------------------------------------- r33062 | sylvieg | 2011-02-23 20:01:44 +0000 (Wed, 23 Feb 2011) | 1 line [ENH]category: morelikethis: for the maximum less categories in common if no objects with the above number of common categories + local max ---------------------------------------------- r33061 | lphuberdeau | 2011-02-23 15:31:39 +0000 (Wed, 23 Feb 2011) | 1 line [MOD] Use a queue to collect the documents that need updating in the index, prevent the queue from being processed during a complete rebuild and process the queue right after a complete rebuild ---------------------------------------------- r33059 | eromneg | 2011-02-23 14:32:33 +0000 (Wed, 23 Feb 2011) | 1 line [FIX] small text change to make password field description more understandable - text is apparently duplicated in two tpl files! ---------------------------------------------- r33058 | eromneg | 2011-02-23 14:06:50 +0000 (Wed, 23 Feb 2011) | 1 line [FIX] small text change to make password field description more understandable ---------------------------------------------- r33057 | lphuberdeau | 2011-02-23 14:01:09 +0000 (Wed, 23 Feb 2011) | 1 line [FIX] Change the location of the preference index so that it does not get invalidated on preference change (feels faster) ---------------------------------------------- r33055 | chealer | 2011-02-23 08:45:21 +0000 (Wed, 23 Feb 2011) | 2 lines [FIX] Wiki: Pages overriding global cache to avoid caching are cached thanks luciash ---------------------------------------------- r33053 | lphuberdeau | 2011-02-22 21:14:38 +0000 (Tue, 22 Feb 2011) | 1 line [FIX] Use the post's title as the page title rather than the page number ---------------------------------------------- r33052 | robertplummer | 2011-02-22 21:06:17 +0000 (Tue, 22 Feb 2011) | 1 line [ADD] Added a preference that turns off calendar js popups to wikiplugin trackerlist ---------------------------------------------- r33049 | lphuberdeau | 2011-02-22 21:01:58 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Adding geolocation to blog posts ---------------------------------------------- r33047 | sylvieg | 2011-02-22 19:50:32 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]youtube module: fix 30803: a module is not wiki parsed ---------------------------------------------- r33046 | lphuberdeau | 2011-02-22 19:29:14 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]?\194?\160Warning going through ---------------------------------------------- r33044 | chealer | 2011-02-22 19:13:21 +0000 (Tue, 22 Feb 2011) | 1 line 6.2 released ---------------------------------------------- r33043 | sylvieg | 2011-02-22 19:12:25 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]locator: error ---------------------------------------------- r33042 | robertplummer | 2011-02-22 19:02:01 +0000 (Tue, 22 Feb 2011) | 1 line [FIX] User check and return url fixes ---------------------------------------------- r33041 | robertplummer | 2011-02-22 18:38:41 +0000 (Tue, 22 Feb 2011) | 1 line [FIX] Payment logic fixes ---------------------------------------------- r33040 | robertplummer | 2011-02-22 18:34:20 +0000 (Tue, 22 Feb 2011) | 2 lines [ADD] $record_profile_items_created to installlib.php for a quick way of getting items brought into tiki from profile [ADD] Focus attribute to tiki-calendar_nav.tpl buttons ---------------------------------------------- r33039 | robertplummer | 2011-02-22 16:47:59 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Moved much of the jQuery.s5 initiation script over to tiki-slideshow.php ---------------------------------------------- r33037 | sylvieg | 2011-02-22 16:43:52 +0000 (Tue, 22 Feb 2011) | 1 line [FIX]CATEGORY: the shuffle sort was lost: repalce par random for homogeneity ---------------------------------------------- r33036 | lphuberdeau | 2011-02-22 16:05:45 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Adding geocoding through google geocode api v3 ---------------------------------------------- r33035 | lphuberdeau | 2011-02-22 14:45:48 +0000 (Tue, 22 Feb 2011) | 1 line [MOD] Location support on articles ---------------------------------------------- r33032 | sept_7 | 2011-02-22 00:58:30 +0000 (Tue, 22 Feb 2011) | 3 lines [FIX] fix smarty query plugin when href='#' to avoid the browser to get the page again. ---------------------------------------------- r33031 | sept_7 | 2011-02-22 00:57:05 +0000 (Tue, 22 Feb 2011) | 2 lines [ENH] Allow ratings of wiki pages to be shown in listings ---------------------------------------------- r33030 | sept_7 | 2011-02-22 00:47:34 +0000 (Tue, 22 Feb 2011) | 2 lines [FIX] Fix rating on wiki pages ---------------------------------------------- r33028 | sylvieg | 2011-02-21 23:37:09 +0000 (Mon, 21 Feb 2011) | 1 line [FIX]tracker: do not duplicate trackerId in url to item view of tracker view ---------------------------------------------- r33027 | lphuberdeau | 2011-02-21 22:20:27 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Quick link to current location using the broswer's geolocation API ---------------------------------------------- r33025 | pkdille | 2011-02-21 20:23:57 +0000 (Mon, 21 Feb 2011) | 1 line [bp/r33020][FIX] Fix for the release process ---------------------------------------------- r33017 | sylvieg | 2011-02-21 19:49:14 +0000 (Mon, 21 Feb 2011) | 1 line [FIX]ARTICLES: if usePagination, send in the pagination url all the filters ---------------------------------------------- r33015 | lphuberdeau | 2011-02-21 19:06:09 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Added geolocation markers in tracker list, tracker item view and improved current page detection ---------------------------------------------- r33014 | sampaioprimo | 2011-02-21 18:27:46 +0000 (Mon, 21 Feb 2011) | 1 line Language::updateTrans does nothing when source and translation are equal ---------------------------------------------- r33013 | sampaioprimo | 2011-02-21 18:27:13 +0000 (Mon, 21 Feb 2011) | 1 line no time limit when exporting translations from database ---------------------------------------------- r33004 | luciash | 2011-02-21 17:35:57 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] webmail: same fix as r32301 but for the filtered list (unread and flagged msgs) + commented code cleanup ---------------------------------------------- r33003 | lphuberdeau | 2011-02-21 17:32:33 +0000 (Mon, 21 Feb 2011) | 1 line [MOD]?\194?\160Adding the geolocation to the self-link breadcrumb (also removing that ugly self.location) and modifying locator to zoom on the primary location ---------------------------------------------- r32997 | lphuberdeau | 2011-02-21 17:08:28 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Use new common facilities to deal with geolocation when saving tracker item ---------------------------------------------- r32994 | lphuberdeau | 2011-02-21 16:53:40 +0000 (Mon, 21 Feb 2011) | 1 line [MOD]?\194?\160Controls to add a geolocation to wiki pages, include attribute geolocation in object_link output when available ---------------------------------------------- r32978 | sept_7 | 2011-02-21 15:44:03 +0000 (Mon, 21 Feb 2011) | 4 lines [FIX] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL edited with CKEditor get replaced by "javascript:void(0)". Call the right CKEditor callchain to prepare the data to be sent. ---------------------------------------------- r32977 | sept_7 | 2011-02-21 15:41:47 +0000 (Mon, 21 Feb 2011) | 8 lines Rollback of 32890 [FIX] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL edited with CKEditor get replaced by "javascript:void(0)". So get the real URL and not the faked one. Much better fix on the go ---------------------------------------------- r32950 | lphuberdeau | 2011-02-21 13:47:00 +0000 (Mon, 21 Feb 2011) | 1 line [MOD] Only provide the authentication link in the module if no authorization has been granted, permanent link remains in admin panel ---------------------------------------------- r32947 | lphuberdeau | 2011-02-21 13:32:21 +0000 (Mon, 21 Feb 2011) | 1 line [MOD]?\194?\160Adjust error reporting to compensate on Zotero not really indicating errors ---------------------------------------------- r32946 | chibaguy | 2011-02-21 06:05:25 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] Improve visual details around tabs (toggle tab button didn't have enough horizontal space, etc.). ---------------------------------------------- r32945 | lindonb | 2011-02-21 04:26:11 +0000 (Mon, 21 Feb 2011) | 1 line [FIX]Added 12 to 24 hour conversion for remnder date and moved conversion function to a central lib ---------------------------------------------- r32944 | chibaguy | 2011-02-21 03:56:03 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] hr under jQuery options given float:left property to keep it in place (it was pushed over right column); clearfix class for parents of floated children, also. ---------------------------------------------- r32942 | lindonb | 2011-02-21 01:29:30 +0000 (Mon, 21 Feb 2011) | 1 line [FIX] To convert 12-hour clock hours to 24-hour scale, do not add 12 hours to 12pm and replace 12am with 0 to calculate unixtime properly. ---------------------------------------------- r32940 | lindonb | 2011-02-20 23:32:25 +0000 (Sun, 20 Feb 2011) | 1 line Use a centrally located function instead for the 12-hour clock preference. ---------------------------------------------- r32939 | lindonb | 2011-02-20 21:37:19 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] Add admin and user preference to show 12-hour time notation in time selectors used in edit windows of blog posts, calendar entries, etc. Implemented for the edit window if calendar entries, although pre-existing issues with start and end dates need to be fixed. Need to roll out to several other types edit windows as well. ---------------------------------------------- r32938 | jonnybradley | 2011-02-20 16:39:50 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] mobile: Some work on category lists (more to do) ---------------------------------------------- r32937 | jonnybradley | 2011-02-20 15:58:51 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] tabs: Add a little more JS to set correct tab from cookietab on url (and corrections to setCookieSection() even though not helping here) ---------------------------------------------- r32936 | jonnybradley | 2011-02-20 15:26:18 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] tabs: Only de-active first set of tabs on click, and remove superfluous tabinactive class ---------------------------------------------- r32935 | jonnybradley | 2011-02-20 15:22:42 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] tabs: deploy nested tabset to object perms list ---------------------------------------------- r32933 | chibaguy | 2011-02-20 14:36:26 +0000 (Sun, 20 Feb 2011) | 1 line [SVN] Reverting from my last commit; module names in changelog shouldn't be changed. ---------------------------------------------- r32932 | jonnybradley | 2011-02-20 14:26:46 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] tabs plugin: Parse plugin content so nested tabs get rendered (odd, as i thought they were processed inner to outer) ---------------------------------------------- r32931 | jonnybradley | 2011-02-20 14:24:45 +0000 (Sun, 20 Feb 2011) | 3 lines [ENH] tabs: What turned out to be more of a revamp than planned, but "tikitabs" can now be nested - deployed on modules admin as an example. Tabs code moved from setup/cookies.php, jquery use in tikitabs() js function, unique tabset names generated by default, all tab states stored in one cookie ("tabs"). Added a setCookieSection() function to set multi-value cookies server-side. ---------------------------------------------- r32929 | gta74 | 2011-02-20 12:41:35 +0000 (Sun, 20 Feb 2011) | 1 line [TRA] translations of strings not translatable with i18n.tki.org, fixing mixture of german Du/Sie, typos ---------------------------------------------- r32928 | chibaguy | 2011-02-20 11:14:29 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] Improve behavior when fixed-width pages go wide; adjust themes to fixed-width changes. ---------------------------------------------- r32926 | gta74 | 2011-02-20 10:52:15 +0000 (Sun, 20 Feb 2011) | 1 line [MOD] Made untranslatable strings translatable ---------------------------------------------- r32925 | chibaguy | 2011-02-20 10:34:26 +0000 (Sun, 20 Feb 2011) | 1 line [FIX] Improve behavior when fixed-width pages go wide; adjust themes to fixed-width changes; in darkroom.css, try overriding jquery-ui classes in pop-ups. ---------------------------------------------- r32924 | lindonb | 2011-02-20 07:53:45 +0000 (Sun, 20 Feb 2011) | 1 line Mostly indent. Closed a couple of span tags but didn't seem to affect display. ---------------------------------------------- r32922 | luciash | 2011-02-20 06:44:32 +0000 (Sun, 20 Feb 2011) | 1 line [ENH] tiki_p_tracker_view_attachments: new perm to allow viewing and downloading of tracker items attachments ---------------------------------------------- r32920 | jonnybradley | 2011-02-19 20:38:18 +0000 (Sat, 19 Feb 2011) | 1 line [FIX] mytiki: missing quotes was breaking in translations (thanks Xavi) ---------------------------------------------- r32919 | chibaguy | 2011-02-19 09:44:25 +0000 (Sat, 19 Feb 2011) | 1 line [FIX] Sorting out .fixedwidth properties (wide center content was overlapping right column when fixed-width is active). ---------------------------------------------- r32918 | chibaguy | 2011-02-19 09:29:06 +0000 (Sat, 19 Feb 2011) | 1 line [FIX] Encoding problem in previous commit messed up characters with accents. ---------------------------------------------- r32917 | chibaguy | 2011-02-19 06:04:52 +0000 (Sat, 19 Feb 2011) | 1 line [MOD] Wikitext heading sizes are consistent (to the relief of designers) regardless of whether "display page name as page title" is activated or not (previously, headings were shifted downward when the option was activated). HTML5 can tolerate multiple h1 headings per page. Site admins/authors should be aware to not use more than one h1 per CSS section element. ---------------------------------------------- r32916 | chibaguy | 2011-02-19 05:35:43 +0000 (Sat, 19 Feb 2011) | 2 lines [FIX] Another try (part deux) at a fixed-width method that uses one fixed-width container div for most themes but allows exceptions for themes like Fivealive (center-column expansion with wide content enabled this time). ---------------------------------------------- r32914 | gta74 | 2011-02-18 22:37:28 +0000 (Fri, 18 Feb 2011) | 1 line [TRA] complete translation of file into german ---------------------------------------------- r32913 | lphuberdeau | 2011-02-18 22:03:42 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] Removing unrequired parameter ---------------------------------------------- r32912 | lphuberdeau | 2011-02-18 22:02:48 +0000 (Fri, 18 Feb 2011) | 1 line [NEW] Zotero plugin to cite a reference (uses footnote plugin) ---------------------------------------------- r32911 | lphuberdeau | 2011-02-18 22:00:57 +0000 (Fri, 18 Feb 2011) | 1 line [MOD]?\194?\160Removing check duplicate parameter, making it always enabled, simplifying logic ---------------------------------------------- r32910 | lphuberdeau | 2011-02-18 21:59:10 +0000 (Fri, 18 Feb 2011) | 1 line [MOD]?\194?\160Simplifying cache logic (too many fstat calls in there) ---------------------------------------------- r32909 | lphuberdeau | 2011-02-18 20:39:36 +0000 (Fri, 18 Feb 2011) | 1 line [NEW] Initial integration with Zotero, query the remote host and retrieve reference list ---------------------------------------------- r32908 | chealer | 2011-02-18 20:00:25 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] Debugger console: HTML ---------------------------------------------- r32907 | chealer | 2011-02-18 19:36:09 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] Preferences search: HTML ---------------------------------------------- r32906 | sampaioprimo | 2011-02-18 18:33:59 +0000 (Fri, 18 Feb 2011) | 2 lines replace direct call to strip_tags with TikiFilter_HtmlPurifier on BlogLib::blog_post() ---------------------------------------------- r32905 | sampaioprimo | 2011-02-18 18:33:18 +0000 (Fri, 18 Feb 2011) | 2 lines wordpress importer: check if the comment is approved or not when importing ---------------------------------------------- r32904 | jonnybradley | 2011-02-18 16:36:30 +0000 (Fri, 18 Feb 2011) | 2 lines [ENH] mobile/ajax: Deploy ajaxlib for mobile. Still gets stuck eventually due to reliance on use of unique id's on tikitabs etc ---------------------------------------------- r32903 | jonnybradley | 2011-02-18 16:33:46 +0000 (Fri, 18 Feb 2011) | 2 lines [ENH] mobile/ajax: New ajaxlib for future use in mobile. Added text/html processing to $access->output_serialized() for consistent output handling (even though it doesn't actually serialise anything) ---------------------------------------------- r32902 | sept_7 | 2011-02-18 16:22:58 +0000 (Fri, 18 Feb 2011) | 2 lines [FIX] Fix JS syntax error ---------------------------------------------- r32900 | sept_7 | 2011-02-18 14:58:36 +0000 (Fri, 18 Feb 2011) | 3 lines [FIX] Fix gzip issue when obzip is on and we are cleanning the output buffer. This should fix regressions in 32280... ---------------------------------------------- r32898 | sampaioprimo | 2011-02-18 13:40:21 +0000 (Fri, 18 Feb 2011) | 2 lines svn:ignore ---------------------------------------------- r32897 | jonnybradley | 2011-02-18 13:38:32 +0000 (Fri, 18 Feb 2011) | 1 line [FIX] comments: keep title when previewing ---------------------------------------------- r32896 | sampaioprimo | 2011-02-18 13:37:55 +0000 (Fri, 18 Feb 2011) | 1 line before running test suite update db if needed ---------------------------------------------- r32895 | sampaioprimo | 2011-02-18 13:37:42 +0000 (Fri, 18 Feb 2011) | 1 line fix auth tests broken after r32269 ---------------------------------------------- r32894 | sampaioprimo | 2011-02-18 13:37:25 +0000 (Fri, 18 Feb 2011) | 1 line use an independent database for test suite ---------------------------------------------- r32893 | sampaioprimo | 2011-02-18 13:37:10 +0000 (Fri, 18 Feb 2011) | 2 lines mock TikiImporter_Blog_Wordpress::setupTiki() on wordpress importer tests ---------------------------------------------- r32892 | sampaioprimo | 2011-02-18 13:36:52 +0000 (Fri, 18 Feb 2011) | 1 line fix test fixture ---------------------------------------------- r32890 | sept_7 | 2011-02-18 11:47:14 +0000 (Fri, 18 Feb 2011) | 4 lines [FIX] CKEditor+link edition : When in WYSIWYG mode and htmltowiki, URL edited with CKEditor get replaced by "javascript:void(0)". So get the real URL and not the faked one. ---------------------------------------------- r32888 | xavidp | 2011-02-18 10:34:48 +0000 (Fri, 18 Feb 2011) | 2 lines [ENH]Added command (commented out by default) to easily increase the maximum file size for uploads allowed by php for Tiki upload_max_filesize when server allows such customiztion per directory based on .htaccess ---------------------------------------------- r32887 | chibaguy | 2011-02-18 04:10:07 +0000 (Fri, 18 Feb 2011) | 1 line [REF] Hidden semantic headings and hr in tiki.tpl not needed with HTML5. ---------------------------------------------- r32886 | robertplummer | 2011-02-18 02:00:15 +0000 (Fri, 18 Feb 2011) | 2 lines [ADD] Simple user interface for linking other types of objects in Tiki to spreadsheet using jQuery UI dialog and ajax callbacks [ADD] References for easily obtaining id of objects on other interfaces ---------------------------------------------- r32885 | chealer | 2011-02-17 20:38:07 +0000 (Thu, 17 Feb 2011) | 2 lines revert r32884 "less is more: remove TikiLib::date_format2()" oops ---------------------------------------------- r32884 | chealer | 2011-02-17 19:37:41 +0000 (Thu, 17 Feb 2011) | 1 line less is more: remove TikiLib::date_format2() ---------------------------------------------- r32883 | jonnybradley | 2011-02-17 17:41:51 +0000 (Thu, 17 Feb 2011) | 1 line [REM] feature_template_zoom: Remove unused pre Tiki 5 template zoom code ---------------------------------------------- r32877 | sylvieg | 2011-02-17 13:02:17 +0000 (Thu, 17 Feb 2011) | 1 line [FIX]SHARETHIS: replace with headerlib calls to avoid sometimes blank screen ---------------------------------------------- r32875 | chealer | 2011-02-16 21:55:42 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Admin Banning: broken rule dates (broken pass of time to html_select_date) ---------------------------------------------- r32874 | jonnybradley | 2011-02-16 20:17:46 +0000 (Wed, 16 Feb 2011) | 2 lines [FIX] mobile: Fixes to links where page need to be loaded without ajax (for now) Allow the rel attribute in self_link and a couple of other small fixes ---------------------------------------------- r32873 | lphuberdeau | 2011-02-16 19:41:24 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] Using openlayers for tracker maps, leaving gmap when gmap is enabled and configured ---------------------------------------------- r32872 | lphuberdeau | 2011-02-16 19:28:05 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] Use same format as used in trackers ---------------------------------------------- r32871 | lphuberdeau | 2011-02-16 19:19:46 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] Shorter title ---------------------------------------------- r32870 | lphuberdeau | 2011-02-16 19:16:19 +0000 (Wed, 16 Feb 2011) | 1 line [MOD]?\194?\160Simplify event handling and add pop-up on markers ---------------------------------------------- r32869 | lphuberdeau | 2011-02-16 18:20:03 +0000 (Wed, 16 Feb 2011) | 1 line [NEW] Initial integration with OpenLayers. Used for the user to change location from user preferences, new module adding markers for all geolocated objects rendered in the page (users only for now). ---------------------------------------------- r32868 | jonnybradley | 2011-02-16 16:29:46 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] mobile: Switch off toolbars and auto_save for mobile for now ---------------------------------------------- r32867 | jonnybradley | 2011-02-16 16:27:38 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] mobile: Temporary pref to allow access to latest "Live Code" version of jqm (extra experimental but already found a couple of fixes) ---------------------------------------------- r32866 | jonnybradley | 2011-02-16 15:10:10 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] mobile: Styling for tables and a couple of typo fixes ---------------------------------------------- r32865 | jonnybradley | 2011-02-16 15:08:58 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] listpages: Fix odd/even cycle ---------------------------------------------- r32864 | sylvieg | 2011-02-16 15:07:42 +0000 (Wed, 16 Feb 2011) | 1 line [NEW]categories: ass a param to have the categ linking to a page with its name ---------------------------------------------- r32862 | jonnybradley | 2011-02-16 14:20:42 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] modules: Add documentation attribute to module with some (documentation) ---------------------------------------------- r32861 | jonnybradley | 2011-02-16 14:10:48 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] modules admin: Make assigned modules rows double clickable, unescape params and add, as yet unused, doc link ---------------------------------------------- r32860 | jonnybradley | 2011-02-16 14:07:53 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] smarty escape: Add unescape (rawurldecode) option ---------------------------------------------- r32859 | chibaguy | 2011-02-16 14:06:50 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Another try at a fixed-width method that uses one fixed-width container div for most themes but allows exceptions for themes like Fivealive. ---------------------------------------------- r32858 | jonnybradley | 2011-02-16 14:04:00 +0000 (Wed, 16 Feb 2011) | 1 line [MOD] plugin edit: Expose help link (thanks marclaporte) ---------------------------------------------- r32857 | lphuberdeau | 2011-02-16 13:44:06 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Removing executable property ---------------------------------------------- r32855 | jonnybradley | 2011-02-16 12:03:42 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] modules: Move #module-order into it's own little form as the old edit form now only is there when editing or assigning module from the drop-down menu. ---------------------------------------------- r32854 | chibaguy | 2011-02-16 12:00:02 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Fivealive theme was missing its fixed-width div properties. ---------------------------------------------- r32853 | jonnybradley | 2011-02-16 11:43:31 +0000 (Wed, 16 Feb 2011) | 1 line [ENH] mobile: tabs as a button controlgroup ---------------------------------------------- r32851 | lindonb | 2011-02-16 04:12:27 +0000 (Wed, 16 Feb 2011) | 1 line [FIX] Improve contrast for event text in calendar week view for the darkroom theme ---------------------------------------------- r32687 | jonnybradley | 2011-02-15 14:21:18 +0000 (Tue, 15 Feb 2011) | 1 line [FIX] autocomplete: Tracker fields now use standard tiki autocomplete and $access lib output ---------------------------------------------- r32686 | jonnybradley | 2011-02-15 13:38:04 +0000 (Tue, 15 Feb 2011) | 1 line [MOD] autocomplete: Vital file missing from last commit... ---------------------------------------------- r32685 | jonnybradley | 2011-02-15 13:33:33 +0000 (Tue, 15 Feb 2011) | 2 lines [MOD] autocomplete: Replace deprecated 3rd party autocomplete plugin and deploy the new one in jquery-ui core. Two hard coded autocompletes in trackers will break - working on a fix... ---------------------------------------------- r32684 | chibaguy | 2011-02-15 12:24:02 +0000 (Tue, 15 Feb 2011) | 1 line [FIX] Added clearfix class to adminoptionbox div so that floated children are contained. ---------------------------------------------- r32683 | jonnybradley | 2011-02-15 00:00:23 +0000 (Tue, 15 Feb 2011) | 1 line [FIX] mobile: Nasty fix for menu items - prevent ajax loading (for now) ---------------------------------------------- r32682 | sampaioprimo | 2011-02-14 22:07:02 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] parse ...page... correctly on blog post print preview ---------------------------------------------- r32681 | sampaioprimo | 2011-02-14 22:06:09 +0000 (Mon, 14 Feb 2011) | 1 line fix pt-br translation ---------------------------------------------- r32680 | sylvieg | 2011-02-14 21:27:18 +0000 (Mon, 14 Feb 2011) | 1 line [FIX]tracker: title must be limitted (advice is 30 characters - but other titles are not limited) ---------------------------------------------- r32679 | lphuberdeau | 2011-02-14 20:42:00 +0000 (Mon, 14 Feb 2011) | 1 line [ENH]?\194?\160Adding up-to-date-ness of a page to the index to allow sorting pages by translation completion ---------------------------------------------- r32678 | jonnybradley | 2011-02-14 20:18:31 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] mobile: Better handling of menus ---------------------------------------------- r32676 | jonnybradley | 2011-02-14 17:53:00 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] modules admin: Fix new assign by dragging (also needs $modinfo but don't warn about missing required params) ---------------------------------------------- r32675 | nkoth | 2011-02-14 17:49:31 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] Google map field was not showing for users with no global tracker view perms because of wrong checking ---------------------------------------------- r32673 | nkoth | 2011-02-14 17:38:49 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] Zoom was not being updated on click ---------------------------------------------- r32672 | jonnybradley | 2011-02-14 17:29:57 +0000 (Mon, 14 Feb 2011) | 1 line [FIX] modules admin: Only set the execution time on the first div in a module ---------------------------------------------- r32670 | sylvieg | 2011-02-14 17:14:02 +0000 (Mon, 14 Feb 2011) | 1 line [FIX]intertiki: fix slave tiki6+master tiki4 + confirmation email ---------------------------------------------- r32669 | jonnybradley | 2011-02-14 16:51:53 +0000 (Mon, 14 Feb 2011) | 3 lines [ENH] modules: Move module select drop-down into popup dialog and deal with the consequences, move old style edit form to it's own tiki tab, tabbify assigned modules sections, make nobox=y module div structure consistent to fix lose of zone on edit, and various other small fixes. ---------------------------------------------- r32668 | lphuberdeau | 2011-02-14 16:43:03 +0000 (Mon, 14 Feb 2011) | 1 line [NEW]?\194?\160Adding spreadsheets to index ---------------------------------------------- r32667 | jonnybradley | 2011-02-14 16:42:43 +0000 (Mon, 14 Feb 2011) | 1 line [MOD] modules: Rationalise the order of the module zones in admin ---------------------------------------------- r32666 | lphuberdeau | 2011-02-14 15:42:00 +0000 (Mon, 14 Feb 2011) | 1 line [MOD]?\194?\160Removing no longer required SQL queries ---------------------------------------------- r32664 | sylvieg | 2011-02-14 15:38:32 +0000 (Mon, 14 Feb 2011) | 1 line [FIX]i18n: when on url http://mysite.com, be able to switch page lang ---------------------------------------------- r32661 | sept_7 | 2011-02-14 01:10:00 +0000 (Mon, 14 Feb 2011) | 2 lines [FIX] Typo missing ending ' ---------------------------------------------- r32660 | sept_7 | 2011-02-14 01:03:38 +0000 (Mon, 14 Feb 2011) | 2 lines [FIX] Notice ---------------------------------------------- r32658 | jonnybradley | 2011-02-13 23:57:04 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] mobile: Don't set side divs as table-cells ---------------------------------------------- r32657 | lindonb | 2011-02-13 23:48:40 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep flaggedrev_approval_categories preference from being set when the user is setting other preferences in the wiki admin panel ---------------------------------------------- r32656 | lindonb | 2011-02-13 23:44:10 +0000 (Sun, 13 Feb 2011) | 2 lines [FIX] Keep feature_wiki_mandatory_category and flaggedrev_approval_categories preferences from being set when the user is setting other preferences in the wiki admin panel. Part 2 for flaggedrev_approval_categories coming. ---------------------------------------------- r32655 | jonnybradley | 2011-02-13 23:41:19 +0000 (Sun, 13 Feb 2011) | 1 line [ENH] mobile: New prefs to use for jqm themes for various sections ---------------------------------------------- r32654 | jonnybradley | 2011-02-13 23:34:05 +0000 (Sun, 13 Feb 2011) | 1 line [MOD] prefs: Show a semi-transparent "check" icon when dependencies are ok to reduce visual noise ---------------------------------------------- r32653 | lindonb | 2011-02-13 23:24:58 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32616. Better fix coming. ---------------------------------------------- r32651 | lindonb | 2011-02-13 23:19:12 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep user_trackersync_parentgroup preference from appearing to set when other preferences are set in the login admin panel. Thanks Stephane! ---------------------------------------------- r32649 | lindonb | 2011-02-13 22:33:32 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32618. Better fix coming. ---------------------------------------------- r32648 | jonnybradley | 2011-02-13 22:24:06 +0000 (Sun, 13 Feb 2011) | 1 line [CSS] mobile: Better remarks boxes ---------------------------------------------- r32646 | lindonb | 2011-02-13 22:11:07 +0000 (Sun, 13 Feb 2011) | 2 lines [FIX] Keep feature_sefurl_paths preference from setting when user sets other preferences in the sefurl admin panel ---------------------------------------------- r32645 | lindonb | 2011-02-13 22:07:38 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32621. Better fix coming. ---------------------------------------------- r32644 | jonnybradley | 2011-02-13 21:51:14 +0000 (Sun, 13 Feb 2011) | 2 lines [ENH] mobile: Better way to handle modules (data-role="collapsible") and better navigation (many things seem to work now, like logging in) Still much TODO ---------------------------------------------- r32641 | jonnybradley | 2011-02-13 19:31:57 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] mobile: Switch mode module now working both directions ---------------------------------------------- r32640 | lindonb | 2011-02-13 18:36:21 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep category_jail preference from being set when other preferences are set in the category admin panel ---------------------------------------------- r32639 | lindonb | 2011-02-13 18:34:03 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Roll back r32620. Better fix coming. ---------------------------------------------- r32636 | lindonb | 2011-02-13 17:17:19 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep category_i18n_synced preference from setting when user is setting other preferences in internationalization admin panel. Much simpler fix this time! ---------------------------------------------- r32635 | lindonb | 2011-02-13 16:35:44 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Reverse r32617 and r32625. Better (hopefully) fix coming. ---------------------------------------------- r32634 | nkoth | 2011-02-13 16:02:57 +0000 (Sun, 13 Feb 2011) | 1 line [NEW] Plugin Get Access Token see http://doc.tiki.org/PluginGetAccessToken ---------------------------------------------- r32633 | chibaguy | 2011-02-13 13:59:11 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Remarks box title and data were separated by white space. Method used in branch 6 applied and but some themes need adjusting. ---------------------------------------------- r32631 | gta74 | 2011-02-13 07:46:59 +0000 (Sun, 13 Feb 2011) | 1 line [MOD] Made title of 2nd tab translatable ---------------------------------------------- r32625 | lindonb | 2011-02-13 05:10:47 +0000 (Sun, 13 Feb 2011) | 1 line [FIX]Together with r32617 this keeps the category_i18n_synced preference from being set when other preferences are set in the internationalization admin panel ---------------------------------------------- r32623 | lindonb | 2011-02-13 03:49:34 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep payment_cclite_hashing_algorithm preference from setting when user sets other preferences in the payment admin panel ---------------------------------------------- r32622 | chibaguy | 2011-02-13 03:41:11 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Misc. minor fixes. ---------------------------------------------- r32621 | lindonb | 2011-02-13 03:37:02 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep feature_sefurl_paths preference from setting when user sets other preferences in the sefurl admin panel ---------------------------------------------- r32619 | lindonb | 2011-02-13 03:11:17 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep registerPasscode preference from appearing to set when other preferences are set in the login admin panel ---------------------------------------------- r32618 | lindonb | 2011-02-13 03:02:48 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep user_trackersync_parentgroup preference from appearing to set when other preferences are set in the login admin panel ---------------------------------------------- r32617 | lindonb | 2011-02-13 02:35:41 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Keep category_i18n_synced preferences from being set when other preferences are set in the internationalization panel. ---------------------------------------------- r32616 | lindonb | 2011-02-13 01:58:17 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] To avoid feature_wiki_mandatory_category and flaggedrev_approval_categories preferences from being set when the user is setting other preferences in the wiki admin panel. ---------------------------------------------- r32615 | lindonb | 2011-02-13 01:56:10 +0000 (Sun, 13 Feb 2011) | 1 line [FIX] Undo r32470. To be replaced by a better solution that avoids these preferences (feature_wiki_mandatory_category and flaggedrev_approval_categories) from being set when other preferences are set but still showing them in the wiki admin panel. ---------------------------------------------- r32613 | lindonb | 2011-02-12 23:55:30 +0000 (Sat, 12 Feb 2011) | 1 line [FIX] Improve contrast in darkroom theme for input widgets used with the edit toolbar ---------------------------------------------- r32612 | jonnybradley | 2011-02-12 21:43:08 +0000 (Sat, 12 Feb 2011) | 2 lines [NEW] mobile: module for switch modes link, working only for switch to so far (not back) Also don't show footer.tpl for now... ---------------------------------------------- r32611 | chealer | 2011-02-12 20:41:33 +0000 (Sat, 12 Feb 2011) | 1 line Quick perms: translate "Groups" column header ---------------------------------------------- r32609 | sept_7 | 2011-02-12 20:25:33 +0000 (Sat, 12 Feb 2011) | 2 lines [LANG] More french translations ---------------------------------------------- r32606 | chealer | 2011-02-12 19:42:33 +0000 (Sat, 12 Feb 2011) | 2 lines translate category names [more?] everywhere. thanks Marie-Claude B?\195?\169langer ---------------------------------------------- r32605 | nkoth | 2011-02-12 05:03:34 +0000 (Sat, 12 Feb 2011) | 1 line [FIX] Do not reget groups for current user for purpose of checking perms because otherwise security tokens won't work in the cases where user_has_perm_on_object is used. ---------------------------------------------- r32603 | nkoth | 2011-02-11 23:51:41 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] database error caused by trying to set attribute with missing itemId (before item is created) when first creating tracker item ---------------------------------------------- r32601 | nkoth | 2011-02-11 23:42:50 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] The problem with using filtervalue (which allow partial match) on item list field is that the result can be like 34,134,13 or 132,13 so if I filter for "34" I will get ambiguous result. Therefore if the result for purposes of matching is ,34,134,13, instead, I can filter for ,34, without ambiguity. ---------------------------------------------- r32600 | jonnybradley | 2011-02-11 22:08:57 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Restrict module width definition for "in-page" modules to #role_main, not #tiki-center which contains pagetop and bottom (thanks Trebly) ---------------------------------------------- r32599 | chealer | 2011-02-11 21:47:48 +0000 (Fri, 11 Feb 2011) | 2 lines jQuery glue: add escapeJquery(): Escape a string for use as a jQuery selector value [FIX] switchCheckboxes(): properly escape elements_name for usage in selector ---------------------------------------------- r32598 | chealer | 2011-02-11 21:44:17 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] Object permissions: pass all treetable array arguments as arrays instead of comma-separated strings, since there was no way to encode commas in values, and they are used as separators ---------------------------------------------- r32597 | chealer | 2011-02-11 21:40:45 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] treetable: pass checkbox names to select_all as an array, since there was no way to encode commas in checkbox names, and they are used as separators ---------------------------------------------- r32596 | chealer | 2011-02-11 21:38:15 +0000 (Fri, 11 Feb 2011) | 1 line Support giving checkbox_names as an array instead of a comma-separated string ---------------------------------------------- r32595 | jonnybradley | 2011-02-11 20:01:17 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Respect feature_ajax (but navigation still not working) ---------------------------------------------- r32594 | robertplummer | 2011-02-11 19:50:53 +0000 (Fri, 11 Feb 2011) | 2 lines [FIX] Fixed colspan (merged) cells [FIX] Moved everything from sheetInstance to getSheet() ---------------------------------------------- r32593 | jonnybradley | 2011-02-11 19:14:10 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Module needs to be inside <li> element ---------------------------------------------- r32592 | sampaioprimo | 2011-02-11 19:04:10 +0000 (Fri, 11 Feb 2011) | 2 lines fixing hardcoded 'homepage' string left in query to get wiki page contributors ---------------------------------------------- r32591 | jonnybradley | 2011-02-11 18:36:32 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Couple of small pref changes ---------------------------------------------- r32590 | jonnybradley | 2011-02-11 18:32:55 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Drag from list assign modules back and looking cleaner ---------------------------------------------- r32589 | sampaioprimo | 2011-02-11 18:27:08 +0000 (Fri, 11 Feb 2011) | 1 line using fancytable for script to generate translation percentage ---------------------------------------------- r32588 | sampaioprimo | 2011-02-11 18:26:43 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] param showvalue of wikiplugin gauge was not working ---------------------------------------------- r32587 | jonnybradley | 2011-02-11 18:11:32 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: update mobile module.tpl (Cope with user modules with spaces in their names better) ---------------------------------------------- r32586 | jonnybradley | 2011-02-11 17:36:01 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Allow changing theme (otherwise something else switches it back) ---------------------------------------------- r32581 | jonnybradley | 2011-02-11 16:57:50 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Cope with user modules with spaces in their names better (thanks RavenC) ---------------------------------------------- r32580 | jonnybradley | 2011-02-11 15:42:09 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mobile: Duplicated js extension (grr!) ---------------------------------------------- r32578 | sylvieg | 2011-02-11 15:16:31 +0000 (Fri, 11 Feb 2011) | 1 line [FIX]TRACKERHELP: display all the fields as no pagination ---------------------------------------------- r32577 | sampaioprimo | 2011-02-11 15:03:28 +0000 (Fri, 11 Feb 2011) | 1 line small improvement to the script to calculate the translation percentage ---------------------------------------------- r32576 | jonnybradley | 2011-02-11 15:01:43 +0000 (Fri, 11 Feb 2011) | 1 line [NEW] mobile: Part 2 (v2) of the new theme for jquery.mobile - 3 forked tpls initial modifications in the right place this time. ---------------------------------------------- r32575 | jonnybradley | 2011-02-11 14:48:28 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] revert r32573 (wrong files, sorry) ---------------------------------------------- r32574 | sampaioprimo | 2011-02-11 14:47:12 +0000 (Fri, 11 Feb 2011) | 1 line script to calculate the translation percentage for each language.php ---------------------------------------------- r32573 | jonnybradley | 2011-02-11 14:35:30 +0000 (Fri, 11 Feb 2011) | 1 line [NEW] mobile: Part 2 of the new theme for jquery.mobile - 3 forked tpls initial modifications. ---------------------------------------------- r32572 | jonnybradley | 2011-02-11 14:31:44 +0000 (Fri, 11 Feb 2011) | 3 lines [NEW] mobile: Theme for jquery.mobile, some parts actually working. 3 forked tpls committed as defaults to give a baseline for differences (modifications to come). ---------------------------------------------- r32571 | jonnybradley | 2011-02-11 14:13:31 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] modules: Obey user_flip_modules=never ---------------------------------------------- r32569 | eromneg | 2011-02-11 13:53:52 +0000 (Fri, 11 Feb 2011) | 1 line [FIX] mistyped File Gallery menu permission ---------------------------------------------- r32568 | jonnybradley | 2011-02-11 12:08:54 +0000 (Fri, 11 Feb 2011) | 1 line [MOD] icon: Don't add border:none when border isn't specified. It already defined for all images in layout.css (and was messing up the flipmodimgs - thanks chibaguy) ---------------------------------------------- r32565 | nkoth | 2011-02-10 23:57:22 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] When format of plugin in info function is set to html, no need to put ~np~ anymore, otherwise it shows to user. ---------------------------------------------- r32563 | nkoth | 2011-02-10 23:28:54 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] Specific case of r32560 issue: In some (actually could be many) cases there is a need to have a paragraph even if the content being parsed is only one line. In Tiki 5 that was the behavior but someone changed it to not put a paragraph if the content is only one line to solve some problems, but this cause inconsistency on other cases... ---------------------------------------------- r32561 | jonnybradley | 2011-02-10 23:21:29 +0000 (Thu, 10 Feb 2011) | 1 line [NEW] mobile: Implementation of prefs and libraries for jquery.mobile - doesn't do much yet ---------------------------------------------- r32560 | nkoth | 2011-02-10 23:20:30 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] In some (actually could be many) cases there is a need to have a paragraph even if the content being parsed is only one line. In Tiki 5 that was the behavior but someone changed it to not put a paragraph if the content is only one line to solve some problems I can imagine. But this leads to inconsistencies in other cases. For example, when parsing an article heading, if the heading has one line it ends up being not in a para, but it is in a para if there are 2 lines or more, which makes CSS impossible to handle. So this option is to give the option for those cases to have back the Tiki 5 behavior. ---------------------------------------------- r32558 | marclaporte | 2011-02-10 22:22:21 +0000 (Thu, 10 Feb 2011) | 1 line modules are not just right & left anymore :-) ---------------------------------------------- r32557 | marclaporte | 2011-02-10 21:56:47 +0000 (Thu, 10 Feb 2011) | 1 line Some cleanup of module info ---------------------------------------------- r32556 | jonnybradley | 2011-02-10 21:16:13 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] modules: jQuerify & fix broken icntoggle() ---------------------------------------------- r32555 | jonnybradley | 2011-02-10 20:00:35 +0000 (Thu, 10 Feb 2011) | 1 line [SVN] mobile: Link in external for mobileESP ---------------------------------------------- r32552 | sylvieg | 2011-02-10 18:32:01 +0000 (Thu, 10 Feb 2011) | 1 line [FIX]tracker: abstraction ---------------------------------------------- r32551 | jonnybradley | 2011-02-10 18:06:17 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] modules: Respect all prefs required (AND) or none, add a couple of missing pref checks, improve all modules list appearance ---------------------------------------------- r32550 | jonnybradley | 2011-02-10 18:03:24 +0000 (Thu, 10 Feb 2011) | 2 lines [MOD] css: Define class description in design.css (italic, slightly smaller). Remove duplicate from jqui.css (others to do). Also removed the definitions from layout.css which stops having inline description spans - minor breakage expected. ---------------------------------------------- r32549 | jonnybradley | 2011-02-10 16:38:30 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] themegen: Better CSS colour processing (was missing some) ---------------------------------------------- r32548 | jonnybradley | 2011-02-10 16:23:38 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] preview: Curiously missing JS for magnifier toggle preview button ---------------------------------------------- r32546 | jonnybradley | 2011-02-10 15:57:38 +0000 (Thu, 10 Feb 2011) | 1 line [MOD] Deploy jquery.js and jquery-ui.js updates (to 1.5.0 and 1.8.9) and hook in newer version of bgiframe ---------------------------------------------- r32544 | jonnybradley | 2011-02-10 12:22:15 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] profiles: Another system modified pref (there will be more) ---------------------------------------------- r32542 | changi67 | 2011-02-10 07:45:12 +0000 (Thu, 10 Feb 2011) | 1 line [FIX] Force MyISAM Engine - http://dev.tiki.org/wish3790 ---------------------------------------------- r32540 | eromneg | 2011-02-09 22:55:48 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] change permission level for allowing use of the wiki import in the editor ---------------------------------------------- r32539 | sylvieg | 2011-02-09 22:20:26 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]users: tiki_p_list_users is now used outside the feature ---------------------------------------------- r32537 | sylvieg | 2011-02-09 20:06:11 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]tracker: do not show anon and registerd in a usergroups field ---------------------------------------------- r32536 | lphuberdeau | 2011-02-09 19:31:30 +0000 (Wed, 09 Feb 2011) | 1 line [ENH] Minor modifications ---------------------------------------------- r32535 | lphuberdeau | 2011-02-09 16:46:10 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Changing references to libraries ---------------------------------------------- r32534 | lphuberdeau | 2011-02-09 16:12:24 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Reformulate conditions to be more expressive ---------------------------------------------- r32532 | sylvieg | 2011-02-09 15:52:01 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]i18n: translation can contain quote. All html values must be surrounded with doubloe quote ---------------------------------------------- r32531 | marclaporte | 2011-02-09 15:43:58 +0000 (Wed, 09 Feb 2011) | 1 line Tikiwiki -> Tiki ---------------------------------------------- r32530 | lphuberdeau | 2011-02-09 15:42:29 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Reducing noise when accessing field properties ---------------------------------------------- r32528 | lphuberdeau | 2011-02-09 15:08:46 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]?\194?\160Hurray for duplicate code ---------------------------------------------- r32527 | lphuberdeau | 2011-02-09 14:24:43 +0000 (Wed, 09 Feb 2011) | 1 line [MOD] Moving all tracker functions to trackerlib ---------------------------------------------- r32526 | jonnybradley | 2011-02-09 13:51:42 +0000 (Wed, 09 Feb 2011) | 1 line [FIX] modules: Refactor quadruplicated smarty code ---------------------------------------------- r32525 | jonnybradley | 2011-02-09 12:49:00 +0000 (Wed, 09 Feb 2011) | 1 line [ENH] modules: hide modules disabled due to prefs required, add toggle checkbox to show them again. ---------------------------------------------- r32523 | sylvieg | 2011-02-09 12:06:11 +0000 (Wed, 09 Feb 2011) | 1 line [FIX]doc: fix link. thx Nelson ---------------------------------------------- r32522 | chibaguy | 2011-02-09 10:50:15 +0000 (Wed, 09 Feb 2011) | 1 line [REF] Simplified log-in popup. Still needs some work and cleaning up. ---------------------------------------------- r32521 | chealer | 2011-02-09 04:50:32 +0000 (Wed, 09 Feb 2011) | 1 line [FIX] check_feature(): don't give 503 error because a feature is missing and don't ask to login ---------------------------------------------- r32517 | jonnybradley | 2011-02-08 23:37:36 +0000 (Tue, 08 Feb 2011) | 2 lines [FIX] layout: rollback r28725 [was: Make results scrollable (if over 50 lines returned)] Thanks Marc ---------------------------------------------- r32516 | sylvieg | 2011-02-08 22:49:13 +0000 (Tue, 08 Feb 2011) | 1 line [FIX]session: sorry rolback advice in htaccess and put detail in prefs as it can slow down the server ---------------------------------------------- r32514 | sylvieg | 2011-02-08 22:31:49 +0000 (Tue, 08 Feb 2011) | 1 line [ENH]htaccess: example to manage session time ---------------------------------------------- r32513 | sylvieg | 2011-02-08 22:11:47 +0000 (Tue, 08 Feb 2011) | 1 line [FIX]TRACKERTOGGLE: fix for textarea ---------------------------------------------- r32512 | changi67 | 2011-02-08 21:36:17 +0000 (Tue, 08 Feb 2011) | 1 line SVN properties ---------------------------------------------- r32511 | changi67 | 2011-02-08 21:23:58 +0000 (Tue, 08 Feb 2011) | 1 line [ENH] introduction of class on td - see http://dev.tiki.org/Templates+Best+Practices&highlight=formcolor#Tables ---------------------------------------------- r32510 | changi67 | 2011-02-08 21:23:21 +0000 (Tue, 08 Feb 2011) | 1 line [MOD] Not a class normal table ---------------------------------------------- r32507 | lphuberdeau | 2011-02-08 20:48:48 +0000 (Tue, 08 Feb 2011) | 1 line [MOD]?\194?\160Deploying helpers in trackerlib, reducing complexity of some functions ---------------------------------------------- r32506 | sylvieg | 2011-02-08 20:36:18 +0000 (Tue, 08 Feb 2011) | 1 line [NEW]TRACKERTOGGLE: plugin to be able to toggle a div depending on a value of a field ---------------------------------------------- r32505 | jonnybradley | 2011-02-08 18:15:10 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] themegen: Fix live previews of font-size & border-width ---------------------------------------------- r32504 | jonnybradley | 2011-02-08 18:02:16 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] themegen: More on borders - multiple colours now theme-able! ---------------------------------------------- r32503 | jonnybradley | 2011-02-08 16:50:38 +0000 (Tue, 08 Feb 2011) | 2 lines [FIX] themegen: More on borders (they're hard!) but still not picking up multiple colours in one property... Also removed colons from labels (thanks marclaporte) ---------------------------------------------- r32498 | jonnybradley | 2011-02-08 00:48:22 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] admin look: Try and get tabs not to wrap and use site_themegenerator_theme for themegenerator_theme pref default ---------------------------------------------- r32497 | jonnybradley | 2011-02-08 00:46:51 +0000 (Tue, 08 Feb 2011) | 1 line [ENH] themegen: Add generated theme menu to switch themes module ---------------------------------------------- r32496 | jonnybradley | 2011-02-08 00:38:57 +0000 (Tue, 08 Feb 2011) | 1 line [FIX] tabs: use full width when there's no "no tabs" button ---------------------------------------------- r32495 | robertplummer | 2011-02-07 23:11:01 +0000 (Mon, 07 Feb 2011) | 5 lines [ADD] svg edit support, initial, external to trunk (or alpha 2.6) [ADD] feature_draw [ADD] tiki-edit_draw.php which we will customize to Tiki [ADD] A conversion script to all the remote files that they have no access to in js external [ADD] Button to edit svg images to file gallery list (tiki-list_file_gallery.php + fgal_context_menu.tpl) ---------------------------------------------- r32494 | jonnybradley | 2011-02-07 22:58:38 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] notices in prefslib and themegenlib ---------------------------------------------- r32493 | jonnybradley | 2011-02-07 22:44:39 +0000 (Mon, 07 Feb 2011) | 1 line [ENH] profiles: Initial implementation of export as YAML, first part: preferences ---------------------------------------------- r32490 | jonnybradley | 2011-02-07 20:23:40 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] listfilter: Change key event so it picks up backspace & delete keys ---------------------------------------------- r32489 | changi67 | 2011-02-07 19:36:51 +0000 (Mon, 07 Feb 2011) | 1 line ~indent~ ---------------------------------------------- r32488 | jonnybradley | 2011-02-07 18:14:47 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] prefslib: params with default vals must be last (guessing '' is a good default for this?) ---------------------------------------------- r32487 | jonnybradley | 2011-02-07 17:55:13 +0000 (Mon, 07 Feb 2011) | 2 lines [ENH] menus: Add reset function for menu 42 (Application Menu) as in the past this was editable and it was easy to lose access to many features. (Should be hidden if a fresh tiki 7 install, somehow - TODO) ---------------------------------------------- r32486 | jonnybradley | 2011-02-07 17:10:02 +0000 (Mon, 07 Feb 2011) | 2 lines [ENH] menus: Add clone menu function, make menu 42 "read only" (GUI only) and add tiki_p_edit_menu check to edit & delete (menu 42 reset coming soon hopefully) ---------------------------------------------- r32485 | sylvieg | 2011-02-07 15:38:22 +0000 (Mon, 07 Feb 2011) | 1 line [FIX]user: when an admin switches to a user, get the real case of the user name as many functions use a binary on login. The fix is not exact as in old versions it can be n logins with different cases - but user_exists is not correct too ---------------------------------------------- r32484 | jonnybradley | 2011-02-07 15:14:55 +0000 (Mon, 07 Feb 2011) | 1 line [MOD] tabs: make "no tabs" option button optional ---------------------------------------------- r32481 | jonnybradley | 2011-02-07 13:44:07 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] modules: Allow a parameter to be "0" so you can now, for instance, set perspective=0 for modules to appear only in the default perspective (integer 0 is considered "empty") ---------------------------------------------- r32480 | eromneg | 2011-02-07 13:41:27 +0000 (Mon, 07 Feb 2011) | 1 line [FIX] add in missing email edit icon to wiki editor only ---------------------------------------------- r32479 | jonnybradley | 2011-02-07 13:25:25 +0000 (Mon, 07 Feb 2011) | 1 line [MOD] admin: Hint doesn't need to be a warning ---------------------------------------------- r32477 | jonnybradley | 2011-02-06 17:19:23 +0000 (Sun, 06 Feb 2011) | 1 line [ENH] themegen: Line heights and more live preview (although % size changes can be chaotic still) ---------------------------------------------- r32475 | jonnybradley | 2011-02-06 17:15:22 +0000 (Sun, 06 Feb 2011) | 1 line [CSS] jqui: New "flat" option (resets background images so themegen can define bg colours - maybe should be made the default and the shaded bg images be an option?) ---------------------------------------------- r32472 | lindonb | 2011-02-06 14:46:49 +0000 (Sun, 06 Feb 2011) | 1 line [FIX] Adjust pref settings upon setup so that preferences don't appear to be setting on their own in the editing and plugins and file galleries admin windows ---------------------------------------------- r32470 | lindonb | 2011-02-06 04:56:36 +0000 (Sun, 06 Feb 2011) | 1 line [FIX] Only include feature_wiki_mandatory_category and flaggedrev_approval_categories in the form if the categories feature is turned on, otherwise they appear to be set when other preferences are changed. ---------------------------------------------- r32469 | jonnybradley | 2011-02-06 01:34:26 +0000 (Sun, 06 Feb 2011) | 1 line [ENH] themegen: Add sliders and live preview (borders working only so far) to size inputs ---------------------------------------------- r32468 | jonnybradley | 2011-02-05 21:28:19 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] themegen: Hide edit button when no themegenerator_theme set ---------------------------------------------- r32467 | jonnybradley | 2011-02-05 21:27:22 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] modules: Process arrays for theme visibility param (and simplify syntax a little) ---------------------------------------------- r32466 | jonnybradley | 2011-02-05 21:00:15 +0000 (Sat, 05 Feb 2011) | 1 line [ENH] themegen: Added border styles and radii and improved some of the other regexp patterns ---------------------------------------------- r32465 | changi67 | 2011-02-05 19:38:46 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Better fix - thx Sept ---------------------------------------------- r32464 | chealer | 2011-02-05 18:02:20 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] French: missing final space in "database queries used in " ---------------------------------------------- r32463 | chibaguy | 2011-02-05 17:00:53 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] The capitalization of "Ajax" and "AJAX", used here on the same page, should be consistent. "Ajax" seems to be more correct. ---------------------------------------------- r32462 | chibaguy | 2011-02-05 16:27:55 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Div needs clearfix so border and/or background will contain floated children. ---------------------------------------------- r32461 | chibaguy | 2011-02-05 16:05:09 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Update theme options to latest change in Fivealive header background CSS. ---------------------------------------------- r32460 | cyberdrek | 2011-02-05 16:02:42 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Added a check for javascript enabled to the toolbar display code that was causing the toolbars to display twice. ---------------------------------------------- r32459 | changi67 | 2011-02-05 13:56:29 +0000 (Sat, 05 Feb 2011) | 1 line [MOD] Even if the feature name is different of the other (maybe there is a specific reason), i think it must be here ---------------------------------------------- r32458 | changi67 | 2011-02-05 13:41:35 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Check if there is data was missing ---------------------------------------------- r32457 | changi67 | 2011-02-05 13:28:51 +0000 (Sat, 05 Feb 2011) | 1 line Notice ---------------------------------------------- r32456 | changi67 | 2011-02-05 13:20:34 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] File does not exist ---------------------------------------------- r32455 | changi67 | 2011-02-05 13:12:55 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Missing parameter, require an array as third parameter ---------------------------------------------- r32454 | changi67 | 2011-02-05 13:07:45 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Wrong column ---------------------------------------------- r32453 | changi67 | 2011-02-05 12:55:46 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] Notice cycle was used before being define ---------------------------------------------- r32452 | sampaioprimo | 2011-02-05 11:52:19 +0000 (Sat, 05 Feb 2011) | 1 line Welsh translations done on i18n.tiki.org ---------------------------------------------- r32451 | sampaioprimo | 2011-02-05 11:51:35 +0000 (Sat, 05 Feb 2011) | 1 line Czech translations done on i18n.tiki.org ---------------------------------------------- r32446 | chibaguy | 2011-02-05 10:40:36 +0000 (Sat, 05 Feb 2011) | 1 line [REF] Obsolete site header rules removed. ---------------------------------------------- r32445 | chibaguy | 2011-02-05 09:53:41 +0000 (Sat, 05 Feb 2011) | 1 line [FIX] div#tiki-top often gets a background or border, so it makes sense for it to have a clearfix class to keep children contained. ---------------------------------------------- r32442 | robertplummer | 2011-02-04 23:17:30 +0000 (Fri, 04 Feb 2011) | 1 line [ADD] strip_tags to grid.php when loading a csv file ---------------------------------------------- r32441 | robertplummer | 2011-02-04 23:11:50 +0000 (Fri, 04 Feb 2011) | 3 lines [MOD] Changed all the CSV parsers in grid.php to use the new ways [MOD] Changed url for wiki plugin "sheet" to load at the server and remove any scripting for injections. We can now use sheet to open any accessible csv file or html :) pretty cool! [FIX] A few size fixes in sheet html ---------------------------------------------- r32440 | robertplummer | 2011-02-04 22:03:36 +0000 (Fri, 04 Feb 2011) | 2 lines [ADD] Better documentation for spreadsheet [FIX] some overflow issues with the help dialog ---------------------------------------------- r32439 | robertplummer | 2011-02-04 21:03:23 +0000 (Fri, 04 Feb 2011) | 2 lines [ADD] Feature to reset color on sheets [MOD] Refactored tik-jquery.js - displayPicker to be all jquery ---------------------------------------------- r32438 | jonnybradley | 2011-02-04 18:58:54 +0000 (Fri, 04 Feb 2011) | 1 line [MOD] themegen: Refactor data structure to allow easier management and addition of new customisable elements (some breakage possible - experimental still) ---------------------------------------------- r32437 | lphuberdeau | 2011-02-04 18:41:45 +0000 (Fri, 04 Feb 2011) | 1 line [MOD] Extracting batch upload file handling to library ---------------------------------------------- r32435 | robertplummer | 2011-02-04 17:24:14 +0000 (Fri, 04 Feb 2011) | 2 lines [ADD] Spreadsheet truncation for csv files & notification in tiki-view_sheets.php & tiki-view_sheets.tpl ---------------------------------------------- r32433 | sylvieg | 2011-02-04 16:52:59 +0000 (Fri, 04 Feb 2011) | 1 line [FIX]tracker: to really have a no highlight in the edit item tab ---------------------------------------------- r32431 | sylvieg | 2011-02-04 14:50:56 +0000 (Fri, 04 Feb 2011) | 1 line [FIX]tracker: export with a time field with no selection must not filter the items with hour, mn, sec equals to space ---------------------------------------------- r32429 | sept_7 | 2011-02-04 14:44:10 +0000 (Fri, 04 Feb 2011) | 2 lines [FIX] Fix "Preview" button to match other buttons "Cancel" and "Save" ---------------------------------------------- r32427 | lphuberdeau | 2011-02-04 14:00:13 +0000 (Fri, 04 Feb 2011) | 1 line [FIX] Allow more complex sortings as well. ---------------------------------------------- r32425 | jonnybradley | 2011-02-04 13:45:51 +0000 (Fri, 04 Feb 2011) | 1 line [FIX] modules revamp: Module flip & edit icons clicks ---------------------------------------------- r32424 | jonnybradley | 2011-02-04 13:37:51 +0000 (Fri, 04 Feb 2011) | 1 line [ENH] modules revamp: Tabs layout for module parameter sections, and a few other minor fixes ---------------------------------------------- r32423 | jonnybradley | 2011-02-04 13:36:18 +0000 (Fri, 04 Feb 2011) | 1 line [CSS] design: looser padding for jquery-ui tabs ---------------------------------------------- r32422 | sept_7 | 2011-02-04 13:26:04 +0000 (Fri, 04 Feb 2011) | 2 lines [FIX] Typo thnx marc ---------------------------------------------- r32421 | jonnybradley | 2011-02-04 13:06:51 +0000 (Fri, 04 Feb 2011) | 1 line [ENH] autocomplete: Add 'options' parameter to smarty function (and some comments) ---------------------------------------------- r32420 | sept_7 | 2011-02-04 08:25:30 +0000 (Fri, 04 Feb 2011) | 3 lines [MOD] introduce {autocomplete} smarty plugin for less code duplication and better feature testing.... ---------------------------------------------- r32419 | sept_7 | 2011-02-04 08:23:38 +0000 (Fri, 04 Feb 2011) | 2 lines [FIX] notice : add more picture pathes to secure_dir ---------------------------------------------- r32416 | sylvieg | 2011-02-04 00:07:54 +0000 (Fri, 04 Feb 2011) | 1 line [FIX]tracker: encode also the fieldnames in the ajax export ---------------------------------------------- r32414 | eromneg | 2011-02-03 22:55:15 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] correct toolbar label for Box wrongly called Blockquote ---------------------------------------------- r32413 | robertplummer | 2011-02-03 22:22:41 +0000 (Thu, 03 Feb 2011) | 2 lines [ADD] Ability to view a spreadsheet from a file gallery [MOD] For the time being I've changed all spreadsheet file edit attempts with Tiki Spreadsheet to throw an error. ---------------------------------------------- r32412 | jonnybradley | 2011-02-03 19:17:42 +0000 (Thu, 03 Feb 2011) | 1 line [MOD] modules revamp: Change modules admin from table to div based layout (for furthering re-organisation to come soon) ---------------------------------------------- r32411 | jonnybradley | 2011-02-03 19:15:52 +0000 (Thu, 03 Feb 2011) | 1 line [CSS] jqui: missing description definition (should be in design.css?) ---------------------------------------------- r32409 | sylvieg | 2011-02-03 18:07:54 +0000 (Thu, 03 Feb 2011) | 1 line [FIX]tracker: export ajax must use the tpl to format field like date ---------------------------------------------- r32408 | jonnybradley | 2011-02-03 17:38:21 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] modules: Move module functions from tikilib into modlib ---------------------------------------------- r32407 | jonnybradley | 2011-02-03 17:34:55 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] themegen: Make sure colorpicker appears in front of dialog ---------------------------------------------- r32406 | jonnybradley | 2011-02-03 17:28:23 +0000 (Thu, 03 Feb 2011) | 1 line [FIX] login: Fix logic for rememberme checkbox (thanks chealer) ---------------------------------------------- Version 6.1 <http://tiki.org/ReleaseNotes61> ------------------ ---------------------------------------------- r31399 | pkdille | 2010-12-14 16:49:49 +0100 (Tue, 14 Dec 2010) | 1 line [FIX] 20081120_tiki_poll_structures_update_tiki.sql database update was not included in tiki.sql file ---------------------------------------------- r31393 | xavidp | 2010-12-14 03:22:34 +0100 (Tue, 14 Dec 2010) | 1 line [FIX]For some reason, smarty strips spaces of the button label if param "text "was used, but text show ok if using "_text". Fixed. Former fix by rodrigo_sampaio seemed not enough. ---------------------------------------------- r31392 | sylvieg | 2010-12-13 21:25:13 +0100 (Mon, 13 Dec 2010) | 1 line [FIX]tracker: IP does not seem to be a global anymore -> fix uniq for IP ---------------------------------------------- r31383 | Jyhem | 2010-12-13 16:39:13 +0100 (Mon, 13 Dec 2010) | 1 line [FIX] Allow valid email syntax 'display name <email>' ---------------------------------------------- r31382 | jonnybradley | 2010-12-13 16:27:13 +0100 (Mon, 13 Dec 2010) | 1 line [FIX] cclite payments: Use registry's defined currency if set, not the global pref and use correct registry for transaction on cclite server. ---------------------------------------------- r31378 | marclaporte | 2010-12-12 22:14:48 +0100 (Sun, 12 Dec 2010) | 1 line [bp/r30062] Wiki page name bad characters: remove current nominations - comma, colon, parentheses, apostrophe, exclamation mark. Ref: http://dev.tiki.org/Bad+characters ---------------------------------------------- r31377 | jonnybradley | 2010-12-12 21:03:57 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] user registration: Actually a simple work around as the validation mail cannot send the user tracker info as the item hasn't been made yet, so add a link to the new user's pref page ---------------------------------------------- r31374 | jonnybradley | 2010-12-12 18:55:55 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] listpages: Add confirmations to the multi select operations (thanks and condolences to Carsten) ---------------------------------------------- r31370 | jonnybradley | 2010-12-12 15:40:33 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] structures: Ensure pos of new structures is 1 (thanks Geoff) ---------------------------------------------- r31369 | eromneg | 2010-12-12 00:34:24 +0100 (Sun, 12 Dec 2010) | 1 line [FIX] allow menu url fields to not be escaped by using the menus_item_names_raw pref in the same way as the name field is not escaped - admin screen label/description updated ---------------------------------------------- r31363 | chealer | 2010-12-11 00:17:39 +0100 (Sat, 11 Dec 2010) | 1 line [FIX] Upcoming events module: don't show cancelled events like all others. strike names as when viewing calendars. (Closes: #3708) ---------------------------------------------- r31356 | marclaporte | 2010-12-10 20:35:40 +0100 (Fri, 10 Dec 2010) | 1 line Relevant info added to the Security Admin Panel ---------------------------------------------- r31347 | luciash | 2010-12-10 15:33:48 +0100 (Fri, 10 Dec 2010) | 1 line menus: slightly polished translation string (no need to yell INSECURE there) ---------------------------------------------- r31346 | luciash | 2010-12-10 15:01:04 +0100 (Fri, 10 Dec 2010) | 1 line [FIX] darkroom theme: OpenID Login image visible now ---------------------------------------------- r31337 | chealer | 2010-12-10 04:17:43 +0100 (Fri, 10 Dec 2010) | 3 lines [SEC] Escape menu item names by default. Option menus_item_names_raw allows keeping the legacy behavior (replaces less clear preference). thanks Jonny Bradley, Gary Cunningham-Lee, Rick Sapir, Marc Laporte and Jean-Fran?\195?\167ois Bilger [SEC] HTML special characters escaping in menu item URLs and icon paths ---------------------------------------------- r31322 | changi67 | 2010-12-09 21:42:45 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Don't display user that are already in the group - maybe a better way but that's mine ---------------------------------------------- r31319 | jonnybradley | 2010-12-09 19:35:32 +0100 (Thu, 09 Dec 2010) | 1 line [CSS] jqui: Add missing code plugin styling (common settings could be refactored into design.css after 6.1) ---------------------------------------------- r31318 | jonnybradley | 2010-12-09 18:40:13 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] notice: Undefined index: ck_editor ---------------------------------------------- r31317 | jonnybradley | 2010-12-09 18:35:54 +0100 (Thu, 09 Dec 2010) | 1 line [DOC] Add a note in htaccess about resetting the include_path which solved a problem on one server with warnings about open_basedir access errors, and may fix other server setup problems too. ---------------------------------------------- r31316 | jonnybradley | 2010-12-09 16:31:03 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] html_select_date: Simplify date formatting which was converting from timestamp to string to timestamp and back to string again, somehow resulting in the wrong day coming out when in non UTC timezones (thanks Luci) ---------------------------------------------- r31315 | chibaguy | 2010-12-09 14:35:09 +0100 (Thu, 09 Dec 2010) | 1 line [KIL] Previous commit wasn't quite right. Coelesce theme can use default tiki-site_header_login.tpl now. ---------------------------------------------- r31312 | chibaguy | 2010-12-09 12:12:10 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Heading line-height improvements, esp. to prevent text overlap on headings that wrap. ---------------------------------------------- r31311 | chibaguy | 2010-12-09 11:08:38 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Heading line-height and module title contrast. ---------------------------------------------- r31310 | chibaguy | 2010-12-09 11:04:16 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Line-height to prevent text overlap on headings that wrap. Padding on right column content to space modules away from page margin and make symmetrical re: left column. ---------------------------------------------- r31309 | chibaguy | 2010-12-09 10:30:43 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Site header search form was AWOL but now returned. ---------------------------------------------- r31308 | luciash | 2010-12-09 07:39:38 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] fix for Google Chrome autofill highlight (and other webkit browsers) ---------------------------------------------- r31307 | luciash | 2010-12-09 07:16:16 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] OpenID Login width of the input field does not overflow behind the right margin edge of the box + little adjustment of the icon and input padding appearance ---------------------------------------------- r31306 | chibaguy | 2010-12-09 06:27:15 +0100 (Thu, 09 Dec 2010) | 1 line [FIX] Wrong column name in filter caused wide right margin when "show column only when modules" and no modules displaying. ---------------------------------------------- r31305 | ricks99 | 2010-12-09 03:00:59 +0100 (Thu, 09 Dec 2010) | 1 line [DOC]More accurate/clearer description of html menu option. Thanks jonnyb. ---------------------------------------------- r31297 | jonnybradley | 2010-12-08 17:56:17 +0100 (Wed, 08 Dec 2010) | 2 lines [FIX] Rollback r31200 (was fgals: Make the contents of galleries that are not "visible" also not visible to non-admin users) Revert to previous behaviour where "hidden" fgals are just not listed in the parent gal, although the contents can be listed and downloaded according to perms (thanks Luci and all for the pointers) ---------------------------------------------- r31296 | jonnybradley | 2010-12-08 17:51:12 +0100 (Wed, 08 Dec 2010) | 1 line [FIX] wysiwyg: tikilink dialog - Finally a good clean fix for cross browser text selection in ckeditor (i hope - thanks to Nielsdv on cksource.com/forums) ---------------------------------------------- r31294 | luciash | 2010-12-08 14:07:10 +0100 (Wed, 08 Dec 2010) | 1 line [MOD] Wiki page pagination: use .center class of the layout.css instead of inline style="text-align: center" attribute for the wiki pagination ---------------------------------------------- r31273 | changi67 | 2010-12-07 21:29:03 +0100 (Tue, 07 Dec 2010) | 1 line [bp/30546][MOD] Add option to stay on current page when switching perspective - for Torsten ---------------------------------------------- r31272 | ricks99 | 2010-12-07 21:14:21 +0100 (Tue, 07 Dec 2010) | 1 line [DOC]Clearer (i hope) description of the option. ---------------------------------------------- r31271 | aproulx | 2010-12-07 19:37:58 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] Bug with radio button in ie due to a quote forgot inside a tag ---------------------------------------------- r31269 | jonnybradley | 2010-12-07 18:51:59 +0100 (Tue, 07 Dec 2010) | 1 line [ENH] menus: Add pref display_html_in_menus to allow html in menu options to be escaped. Default is to use the menu text "raw" so images etc can be used to maintain previous behaviour. ---------------------------------------------- r31267 | jonnybradley | 2010-12-07 17:49:06 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] wysiwyg: tikilink dialog - More get/setText fixes ---------------------------------------------- r31265 | jonnybradley | 2010-12-07 17:37:55 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] wysiwyg: tikilink dialog - use getTASelection() in tiki-js.js to get selection for link text. ---------------------------------------------- r31264 | jonnybradley | 2010-12-07 17:36:42 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] wysiwyg: Use ckeditor getText() fn for getting selection (works better in Firefox) ---------------------------------------------- r31256 | sept_7 | 2010-12-07 16:32:00 +0100 (Tue, 07 Dec 2010) | 2 lines [FIX] Calendar: fix warning in str_pad using bad define and in array_fill using at least 1 element in the array. Both fix errors in Calendar display ---------------------------------------------- r31255 | sylvieg | 2010-12-07 16:07:00 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]actionlog: show categid and categname in the export ---------------------------------------------- r31253 | sept_7 | 2010-12-07 15:38:19 +0100 (Tue, 07 Dec 2010) | 2 lines [FIX] Calendar: allow all day item again ---------------------------------------------- r31250 | jonnybradley | 2010-12-07 15:04:27 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] newsletters: Maintain text data on pre-send form. ---------------------------------------------- r31249 | jonnybradley | 2010-12-07 15:03:15 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] newsletters: Show text data on page load. ---------------------------------------------- r31246 | jonnybradley | 2010-12-07 14:54:55 +0100 (Tue, 07 Dec 2010) | 1 line [FIX] fgals: Create parent gallery fixed (nested ternary operators needs to be nested - my bad) ---------------------------------------------- r31242 | xavidp | 2010-12-07 14:03:50 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]Usability fix: Add language.js to the folders where it was missing, to make it easier for translators to be aware that they can also translate the js strings, reducing the risk that they forget to add commas or some other syntax needed for js to work properly ---------------------------------------------- r31239 | xavidp | 2010-12-07 13:46:43 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]Missing commas added (thanks jonnyb!) ---------------------------------------------- r31221 | chealer | 2010-12-07 07:28:37 +0100 (Tue, 07 Dec 2010) | 2 lines get_badchars(): remove useless parameter $name copied by error sorry, thanks Sylvie ---------------------------------------------- r31219 | sylvieg | 2010-12-07 00:15:00 +0100 (Tue, 07 Dec 2010) | 1 line [FIX]actionlog: expoert: CR for 1- line and export categId ---------------------------------------------- r31218 | jonnybradley | 2010-12-06 23:02:21 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] img plugin: Handle absolute_links for fileId etc - e.g. in newsletters, and use new $prefs['fgal_thumb_max_size'] ---------------------------------------------- r31217 | jonnybradley | 2010-12-06 23:00:42 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] newsletters: parse more (all) tags in generateTxtVersion() ---------------------------------------------- r31216 | jonnybradley | 2010-12-06 22:59:47 +0100 (Mon, 06 Dec 2010) | 1 line [CSS] jqui: newsletter.css first (quick) version ---------------------------------------------- r31215 | sylvieg | 2010-12-06 22:39:17 +0100 (Mon, 06 Dec 2010) | 1 line [FIX]image: some GD lib has only JPEG Support and not JPG Support ---------------------------------------------- r31214 | jonnybradley | 2010-12-06 20:51:15 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] browsertitle: Tracker Items: Use all isMain fields in title, not just the first one ---------------------------------------------- r31213 | jonnybradley | 2010-12-06 20:49:34 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] browsertitle: Restore use of object names if available (blog post, forum topic etc) ---------------------------------------------- r31212 | lphuberdeau | 2010-12-06 20:46:57 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] Notices, one I introduced earlier, two I spotted on themes.t.o ---------------------------------------------- r31209 | jonnybradley | 2010-12-06 20:09:17 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] wysiwyg: Add freetagged to list of plugins ckeditor can't handle (no tags available in edit mode) ---------------------------------------------- r31208 | jonnybradley | 2010-12-06 20:08:10 +0100 (Mon, 06 Dec 2010) | 2 lines [bp/r31203][ENH] Adding DirectoryIndex directive to htaccess to avoid initial redirection to tiki-index.php (thanks LP and sgtd) ---------------------------------------------- r31206 | jonnybradley | 2010-12-06 19:54:20 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] wysiwyg: tikilink: move all the code inside the dialogName == 'link' test (fixes other ckeditor dialogs) ---------------------------------------------- r31204 | jonnybradley | 2010-12-06 19:44:51 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] datepicker: jscalendar jQuery UI replacement - handle goto url, e.g. in tiki-calendar.php (thanks Geoff) ---------------------------------------------- r31201 | Jyhem | 2010-12-06 18:06:08 +0100 (Mon, 06 Dec 2010) | 1 line [ENH] Open a new page otherwise user loses everuthing they have typed already in the page (which is very annoying) ---------------------------------------------- r31200 | jonnybradley | 2010-12-06 17:39:51 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] fgals: Make the contents of galleries that are not "visible" also not visible to non-admin users (not just the listing of the gallery name) ---------------------------------------------- r31198 | eromneg | 2010-12-06 17:19:47 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] - add additional class to category tree li tag when there is a 'child' so that when used for File Gallery tree css can be used to align the File Gallery labels at the different levels ---------------------------------------------- r31197 | lphuberdeau | 2010-12-06 17:02:26 +0100 (Mon, 06 Dec 2010) | 1 line [FIX]?\194?\160Handle HTTPS CDN independently ---------------------------------------------- r31194 | sylvieg | 2010-12-06 15:26:22 +0100 (Mon, 06 Dec 2010) | 1 line [FIX]wiki: badchars notice ---------------------------------------------- r31193 | jonnybradley | 2010-12-06 13:59:24 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] freetagged plugin: Move some CSS from inline into layout.css so it can be overridden. ---------------------------------------------- r31192 | jonnybradley | 2010-12-06 13:48:33 +0100 (Mon, 06 Dec 2010) | 1 line [SVN] Fix phpcas revision (different from the rest) ---------------------------------------------- r31191 | jonnybradley | 2010-12-06 13:41:13 +0100 (Mon, 06 Dec 2010) | 1 line [ENH] freetagged plugin: Minor enhancement to allow list to not be headings, also hide the description <p> if empty, and correct default for titles_only ---------------------------------------------- r31190 | jonnybradley | 2010-12-06 13:13:17 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] admin textarea: Invalidate correct cache for plugin help when modifying plugins. ---------------------------------------------- r31189 | jonnybradley | 2010-12-06 12:49:04 +0100 (Mon, 06 Dec 2010) | 1 line [SVN] Fix external library revisions to current for LTS release (no Zend, as it's set to v1.10) ---------------------------------------------- r31187 | lindonb | 2010-12-06 06:14:55 +0100 (Mon, 06 Dec 2010) | 1 line Backport of r31186 and 30586 made in trunk to attempt to update plugin info in 6x without causing merge conflicts. I'll roll back if it doesn't work. ---------------------------------------------- r31184 | lindonb | 2010-12-06 05:46:44 +0100 (Mon, 06 Dec 2010) | 1 line Minor cleanup of plugin info ---------------------------------------------- r31181 | lindonb | 2010-12-06 05:35:39 +0100 (Mon, 06 Dec 2010) | 1 line Add tra to plugin info ---------------------------------------------- r31180 | lindonb | 2010-12-06 05:34:28 +0100 (Mon, 06 Dec 2010) | 1 line Add options, default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager, Also pulled info related changes made in trunk to hopefully avoid merge conflicts. ---------------------------------------------- r31166 | lindonb | 2010-12-06 03:34:28 +0100 (Mon, 06 Dec 2010) | 1 line [FIX] Clear parameter missing from plugin info (although doesn't seem to make a difference on the page now that it's there (only in the source code). Also added options, defaults etc to plugin info. ---------------------------------------------- r31164 | lindonb | 2010-12-06 00:29:26 +0100 (Mon, 06 Dec 2010) | 1 line Backporting r31163 from trunk to 6x ---------------------------------------------- r31156 | lindonb | 2010-12-05 22:15:13 +0100 (Sun, 05 Dec 2010) | 1 line Clean up of plugin info ---------------------------------------------- r31147 | jonnybradley | 2010-12-05 20:34:24 +0100 (Sun, 05 Dec 2010) | 1 line [FIX] base tag: Use full URI from request for base tag in head. Fixes maketoc and other anchor links in pages. Works with or without sefurl. ---------------------------------------------- r31145 | lindonb | 2010-12-05 20:32:06 +0100 (Sun, 05 Dec 2010) | 1 line Add default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager. Also carried one minor change back from trunk to avoid merge conflicts. ---------------------------------------------- r31138 | lindonb | 2010-12-05 18:33:48 +0100 (Sun, 05 Dec 2010) | 1 line Tahe out Tiki. Thanks Marc. ---------------------------------------------- r31137 | xavidp | 2010-12-05 18:14:08 +0100 (Sun, 05 Dec 2010) | 1 line new js strings translated ---------------------------------------------- r31135 | xavidp | 2010-12-05 17:46:59 +0100 (Sun, 05 Dec 2010) | 1 line [ENH]Add new strings from js scripts, as they were internationalized by rodrigo_sampaio thanks!) ---------------------------------------------- r31134 | xavidp | 2010-12-05 17:43:09 +0100 (Sun, 05 Dec 2010) | 1 line [ENH]Allow usinga new param "actions" to hide icons and links to do actions on articles. Useful for articles in newsletters, using plugin articles in the wiki page template, to avoid sending broken images and links for actions, which wouldn't work either since the url's are relative and not absolute. We stil need a feature to convert relative urls into absolute url's for newsletters (at least) ---------------------------------------------- r31132 | lindonb | 2010-12-05 08:06:04 +0100 (Sun, 05 Dec 2010) | 1 line Add options, default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager ---------------------------------------------- r31115 | lindonb | 2010-12-05 05:45:53 +0100 (Sun, 05 Dec 2010) | 1 line Add documentation link to plugin info ---------------------------------------------- r31102 | lindonb | 2010-12-05 05:02:20 +0100 (Sun, 05 Dec 2010) | 1 line Clean up of plugin info. Needs more work - not familiar with how this plugin works. ---------------------------------------------- r31025 | sampaioprimo | 2010-12-03 18:58:26 +0100 (Fri, 03 Dec 2010) | 1 line German translations done on i18n.tiki.org (1140 new translations and 100 translations updated!) ---------------------------------------------- r31024 | jonnybradley | 2010-12-03 18:47:52 +0100 (Fri, 03 Dec 2010) | 2 lines [FIX] admin community: feature_messages appeared twice in the same admin page, so you had to click both to make a change. Removed the 2nd one (and added some missing dependencies for the other prefs) Thanks PhilBack ---------------------------------------------- r31023 | jonnybradley | 2010-12-03 18:22:52 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] wysiwyg: Fill tikilink "Link Text" with selection when creating a new link. ---------------------------------------------- r31020 | jonnybradley | 2010-12-03 17:57:21 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] wysiwyg: tikilink jslint, change "Link Text" label and remove utf8 BOM ---------------------------------------------- r31018 | jonnybradley | 2010-12-03 17:26:11 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] listpages: Do an exact match when exact_match is true ---------------------------------------------- r31017 | jonnybradley | 2010-12-03 17:09:37 +0100 (Fri, 03 Dec 2010) | 1 line [MOD] fgals: Change the default for gallery "archives" to 0 meaning unlimited, instead of -1 meaning none (it's the wiki way!) ---------------------------------------------- r31012 | jonnybradley | 2010-12-03 15:51:32 +0100 (Fri, 03 Dec 2010) | 1 line Add conditional warning to feature_wiki_protect_email pref to warn about it not working in wysiwyg mode. ---------------------------------------------- r31011 | jonnybradley | 2010-12-03 15:37:06 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] wysiwyg: Oops, committed debug setup, apologies (thanks Geoff) ---------------------------------------------- r31010 | pkdille | 2010-12-03 15:34:11 +0100 (Fri, 03 Dec 2010) | 1 line Typo ---------------------------------------------- r31009 | jonnybradley | 2010-12-03 15:32:25 +0100 (Fri, 03 Dec 2010) | 1 line [FIX] parse_data: Don't parse inline syntax for ck_editor. Email protect JS gets sanitised and breaks the page. ---------------------------------------------- r31008 | chibaguy | 2010-12-03 09:12:13 +0100 (Fri, 03 Dec 2010) | 1 line [CSS] Unnecessary instances of "div.", "span." and "table." removed. ---------------------------------------------- r31007 | chealer | 2010-12-03 09:07:14 +0100 (Fri, 03 Dec 2010) | 2 lines [bp/r31005][FIX] OpenID: consumer->begin() can return NULL simply because the OpenID provider doesn't have a trusted certificate, so make the error message vaguer ---------------------------------------------- r31006 | chibaguy | 2010-12-03 09:05:09 +0100 (Fri, 03 Dec 2010) | 1 line [ENH] Pointless use of class removed (for simpler CSS rule). ---------------------------------------------- r31003 | lindonb | 2010-12-03 00:38:28 +0100 (Fri, 03 Dec 2010) | 2 lines Add options, default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager ---------------------------------------------- r31002 | jonnybradley | 2010-12-03 00:19:30 +0100 (Fri, 03 Dec 2010) | 1 line [ENH] wysiwyg: Adapt ckeditor link dialog to know about wiki links and remove wiki dialog tool from toolbar. ---------------------------------------------- r30996 | jonnybradley | 2010-12-02 20:47:11 +0100 (Thu, 02 Dec 2010) | 1 line tracker export: Make warning about AJAX export less worrying ---------------------------------------------- r30994 | jonnybradley | 2010-12-02 18:20:32 +0100 (Thu, 02 Dec 2010) | 2 lines [FIX] tracker dump: Try and cope with memory_limit = -1 better (still has problems - recommend using a fixed limit for this). Also escape double quotes within fields and replace linefeeds with %%%. ---------------------------------------------- r30993 | jonnybradley | 2010-12-02 18:17:55 +0100 (Thu, 02 Dec 2010) | 2 lines [FIX] tracker export: Allow blank values for dates in filter form (otherwise it only exports items for one day - 1 Jan 2010 currently). Also catch error when destroying uninitialised progressbar (can't find a legitimate way of detecting if the progressbar has already been initialised) ---------------------------------------------- r30992 | jonnybradley | 2010-12-02 16:32:27 +0100 (Thu, 02 Dec 2010) | 1 line [FIX] timezones: TimezoneIsValidId now checks "identifiers" as well as abbreviations as half the time it's called with the short timezone "code" (e.g. GMT) and the rest of the time it should check for the longer string (e.g. Europe/London) ---------------------------------------------- r30991 | lphuberdeau | 2010-12-02 16:01:16 +0100 (Thu, 02 Dec 2010) | 1 line [FIX] Prevent PHP execution when called from a CDN domain to avoid indexing by google (requested by marc). Previous behavior was to disable sessions. Now return a 404 as dynamic javascript file no longer goes to the CDN (requested by changi). ---------------------------------------------- r30990 | lphuberdeau | 2010-12-02 15:54:39 +0100 (Thu, 02 Dec 2010) | 1 line [bp/30663] Make sure PHP files are not sent over to the CDN ---------------------------------------------- r30989 | chibaguy | 2010-12-02 05:22:55 +0100 (Thu, 02 Dec 2010) | 1 line [FIX] Needed for .cssmenu_vert dropdowns to display fully in right column. ---------------------------------------------- r30988 | chibaguy | 2010-12-02 04:40:57 +0100 (Thu, 02 Dec 2010) | 1 line [ENH] !important not needed for img border rules following removal of border="0" in files. ---------------------------------------------- r30983 | lindonb | 2010-12-01 22:52:37 +0100 (Wed, 01 Dec 2010) | 1 line Add default fields and other cleanup to plugin info for use in plugin edit popup and plugin manager ---------------------------------------------- r30982 | Jyhem | 2010-12-01 21:29:49 +0100 (Wed, 01 Dec 2010) | 1 line [ENH] Improve coelesce layout for modules 'last blog post' and 'most popular tags' ---------------------------------------------- r30981 | Jyhem | 2010-12-01 20:53:25 +0100 (Wed, 01 Dec 2010) | 1 line [ENH] Take 29401 into account and get back previous expected postfooter layout for coelesce ---------------------------------------------- r30980 | Jyhem | 2010-12-01 20:32:39 +0100 (Wed, 01 Dec 2010) | 1 line [ENH] Make optional the ability to choose published date for Blog post. It is still on by default. ---------------------------------------------- r30979 | jonnybradley | 2010-12-01 19:50:12 +0100 (Wed, 01 Dec 2010) | 2 lines [FIX] notification: Switch wiki notification to use TikiMail the same as everything else as tiki_send_admin_mail was causing corrupted "From" addressed on some servers (thanks again Geoff). TODO: This was the last reference to maillib/tiki_send_admin_mail() so that should be reviewed (and removed) after 6.1 ---------------------------------------------- r30978 | jonnybradley | 2010-12-01 19:29:49 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] stats: 'started' needs to be a timestamp int, not a string for the php functions (so format the date string in the tpl) ---------------------------------------------- r30976 | jonnybradley | 2010-12-01 17:56:52 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] fglas: Fix fgal explorer tree when the root gallery id is not 1 (thanks Geoff) ---------------------------------------------- r30975 | jonnybradley | 2010-12-01 17:54:54 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] articles: tikidomain missing global ---------------------------------------------- r30972 | jonnybradley | 2010-12-01 11:54:45 +0100 (Wed, 01 Dec 2010) | 1 line [FIX] ajax preview: Preview button now refreshes preview when clicked a second time. Also doesn't open in-page preview if popup preview window is open. ---------------------------------------------- r30971 | lindonb | 2010-12-01 05:27:33 +0100 (Wed, 01 Dec 2010) | 1 line Add options and other clean-up for plugin info used in plugin edit window and plugin manager ---------------------------------------------- r30970 | lindonb | 2010-12-01 05:02:19 +0100 (Wed, 01 Dec 2010) | 1 line Add options and other clean up of plugin info for use in plugin edit window and plugin manager ---------------------------------------------- r30969 | lindonb | 2010-12-01 04:53:06 +0100 (Wed, 01 Dec 2010) | 1 line Add defaults and other cleanup of plugin info used in plugin edit window and plugin manager ---------------------------------------------- r30968 | lindonb | 2010-12-01 04:44:39 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and other minor changes to plugin info used by plugin edit window and pluginmanger ---------------------------------------------- r30967 | lindonb | 2010-12-01 04:32:49 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and default in plugin info used in plugin edit window and pluginmanager ---------------------------------------------- r30966 | lindonb | 2010-12-01 04:29:20 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and some rewording for plugin info used in plugin edit window ---------------------------------------------- r30965 | lindonb | 2010-12-01 04:26:33 +0100 (Wed, 01 Dec 2010) | 1 line Add tra and some rewording for plugin info for plugin edit window ---------------------------------------------- r30964 | lindonb | 2010-12-01 04:19:12 +0100 (Wed, 01 Dec 2010) | 1 line Adding options to plugin info for plugin edit window ---------------------------------------------- r30961 | jonnybradley | 2010-11-30 23:44:43 +0100 (Tue, 30 Nov 2010) | 1 line [ENH] pagination: Add classes to anchors around prev/next buttons: .first, .prev_fast, .prev, .next, .next_fast and .last (thanks yonixxx) ---------------------------------------------- r30960 | minger0 | 2010-11-30 22:46:20 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] tiki-remind_password link in the e-mail was broken (slashes in the link) ---------------------------------------------- r30958 | jonnybradley | 2010-11-30 20:00:25 +0100 (Tue, 30 Nov 2010) | 1 line [ENH] user tracker: Show link to create user tracker item if none is found ---------------------------------------------- r30954 | sylvieg | 2010-11-30 18:29:04 +0100 (Tue, 30 Nov 2010) | 1 line [FIX]sefurl: sefurl the wiki page if group home page on an url mysite.com/ ---------------------------------------------- r30953 | jonnybradley | 2010-11-30 18:22:08 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] useradmin: Correct link to user tracker when admin viewing other user's preferences page. ---------------------------------------------- r30952 | jonnybradley | 2010-11-30 17:49:50 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] useradmin: Let admins see link to user info (and indicate which ones are private using opacity) ---------------------------------------------- r30950 | jonnybradley | 2010-11-30 17:27:37 +0100 (Tue, 30 Nov 2010) | 1 line [MOD] registration: Don't show "Register as a new user" text if there's a user tracker and it has a description (to allow more customisation). ---------------------------------------------- r30947 | jonnybradley | 2010-11-30 16:58:04 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] css menus: Try and position the menu within the browser window ---------------------------------------------- r30946 | chibaguy | 2010-11-30 15:49:39 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Changed "comment(s) so far" to just "comment(s)" for blog post comments, etc. as the "so far" states the obvious. ---------------------------------------------- r30942 | chibaguy | 2010-11-30 13:34:01 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Various language string improvements. ---------------------------------------------- r30940 | chibaguy | 2010-11-30 12:48:30 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Replaced "informations" with "information" and adjusted sentences where necessary, in strings. ---------------------------------------------- r30939 | chibaguy | 2010-11-30 12:40:29 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Mellowed the tone of "Permission denied:" messages (fixed run-on sentences in some cases). ---------------------------------------------- r30938 | chibaguy | 2010-11-30 12:07:49 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] img tag property border="0" removed as it's deprecated, and images have borders off by default anyway (CSS rule). ---------------------------------------------- r30937 | chealer | 2010-11-30 05:03:35 +0100 (Tue, 30 Nov 2010) | 2 lines [FIX] jscalendar drawn under tracker form in Coelesce, bumping .calendar z-index from 6 to 300 (Closes: #3677) review welcome ---------------------------------------------- r30936 | lindonb | 2010-11-30 04:00:44 +0100 (Tue, 30 Nov 2010) | 1 line Add options to plugin info for plugin edit. ---------------------------------------------- r30935 | lindonb | 2010-11-30 03:46:10 +0100 (Tue, 30 Nov 2010) | 1 line Minor improvements to plugin info ---------------------------------------------- r30934 | lindonb | 2010-11-30 03:13:52 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Now handles old table syntax pref setting. Tried to make output table syntax more stable. Added options defaults and corrections to plugin info for plugin edit. Changed double quotes to single. ---------------------------------------------- r30933 | lindonb | 2010-11-30 02:54:57 +0100 (Tue, 30 Nov 2010) | 1 line Add options, defaults and minor corrections to plugin info for plugin edit ---------------------------------------------- r30932 | lindonb | 2010-11-30 02:39:13 +0100 (Tue, 30 Nov 2010) | 1 line Add default parameter for plugin info for display in plugin manager ---------------------------------------------- r30931 | lindonb | 2010-11-30 02:35:01 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Minor corrections to plugin info for plugin edit window. ---------------------------------------------- r30930 | lindonb | 2010-11-30 02:19:32 +0100 (Tue, 30 Nov 2010) | 1 line [FIX] Increase contrast for parameter descriptions in plugin edit window so that they are visible. ---------------------------------------------- r30928 | changi67 | 2010-11-29 22:18:29 +0100 (Mon, 29 Nov 2010) | 2 lines [NEW] Add an option in module since_your_last_visit to be able to use Jquery_ui tabs look ---------------------------------------------- r30925 | chealer | 2010-11-29 18:47:20 +0100 (Mon, 29 Nov 2010) | 1 line [bp/r30887][FIX] JavaScript translation: 403 Forbidden on JavaScript translation files on IIS ---------------------------------------------- r30924 | jonnybradley | 2010-11-29 18:44:46 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] multilingual structures: Re-enable quick_switch_language menu on structures and deploy no_bl param to structure links. Also add code to pick up language from selected page to find current structure in tiki-index.php and structlib. ---------------------------------------------- r30922 | jonnybradley | 2010-11-29 18:06:45 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] switch lang: !important needed to override img.icon border definition (also sadly using !important) ---------------------------------------------- r30921 | jonnybradley | 2010-11-29 17:52:18 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] cclite: Small correction to cclite user logic ---------------------------------------------- r30920 | jonnybradley | 2010-11-29 17:35:07 +0100 (Mon, 29 Nov 2010) | 1 line [MOD] wysiwyg: Make tikiimage tool not show in wysiwyg to avoid confusion with the "normal" Image tool which uses the native ckeditor image dialog (and works more reliably in wysiwyg) ---------------------------------------------- r30919 | jonnybradley | 2010-11-29 17:21:39 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] jquery: Change test for centre column safari animation workaround from col1 to role_mail as filegals_manager mode popup doesn't have columns. ---------------------------------------------- r30915 | jonnybradley | 2010-11-29 15:35:11 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] trackers: Wiki parse static field descriptions for notification mails if the option is set. ---------------------------------------------- r30914 | jonnybradley | 2010-11-29 14:24:56 +0100 (Mon, 29 Nov 2010) | 1 line [ENH] wikiplugin_category: Add showTitle param to allow hiding the 'cattitle' heading. ---------------------------------------------- r30913 | jonnybradley | 2010-11-29 13:58:40 +0100 (Mon, 29 Nov 2010) | 1 line [ENH] index_raw: Add 'textonly' param to strip out html head and tags for plain text output. Also sanitize filename param to remove slashes etc. ---------------------------------------------- r30912 | chibaguy | 2010-11-29 07:11:12 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] Headings for number of comments and editing should be smaller than the post title. Also, editing heading's inline text-align style isn't needed. ---------------------------------------------- r30911 | chibaguy | 2010-11-29 03:20:13 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] Strasa theme: move blog post author action icons back to their original, pre-blog revamp location. ---------------------------------------------- r30910 | chibaguy | 2010-11-29 02:22:15 +0100 (Mon, 29 Nov 2010) | 1 line [FIX] 100% property of blog's .author_actions prevented icons from being in one row with .action icon div. ---------------------------------------------- r30908 | jonnybradley | 2010-11-27 23:28:18 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Pref for max thumbnail size (missing file) ---------------------------------------------- r30907 | jonnybradley | 2010-11-27 23:27:28 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Pref for max thumbnail size ---------------------------------------------- r30905 | xavidp | 2010-11-27 19:52:38 +0100 (Sat, 27 Nov 2010) | 1 line quicktags finally re-translated as toolbars (Barres d'eines) everywhere ---------------------------------------------- r30904 | jonnybradley | 2010-11-27 19:22:08 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: New pref to hide the thumbnail actions when not displaying file details for a cleaner look. ---------------------------------------------- r30903 | jonnybradley | 2010-11-27 18:56:24 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Make search optional for file galleries ---------------------------------------------- r30902 | jonnybradley | 2010-11-27 18:43:06 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] fgals: Correct defaults for name and lockedby for new galleries ---------------------------------------------- r30900 | jonnybradley | 2010-11-27 18:13:23 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] fgals: Set defaults - don't use fileIds as galleryIds ---------------------------------------------- r30899 | jonnybradley | 2010-11-27 18:10:24 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] fgals: Set defaults - now work on current gallery if no subgals selected, set default_view properly and add missing show_explorer, show_path & show_slideshow settings. ---------------------------------------------- r30898 | jonnybradley | 2010-11-27 17:36:24 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] webdav: Show URL to open file with WebDAV instead of suggesting using IE. ---------------------------------------------- r30897 | jonnybradley | 2010-11-27 17:26:32 +0100 (Sat, 27 Nov 2010) | 1 line [ENH] fgals: Show folders in browse image mode and add link to parent folder. Icons could be improved (please) ---------------------------------------------- r30896 | jonnybradley | 2010-11-27 17:13:32 +0100 (Sat, 27 Nov 2010) | 1 line [FIX] jquery: Use slide instead of default animation for elements using show() in #col1 for safari & chrome to avoid strange animation effects in those browsers. ---------------------------------------------- r30895 | jonnybradley | 2010-11-27 15:46:09 +0100 (Sat, 27 Nov 2010) | 2 lines [bp/r30848][FIX] file gallery: memory usage greatly reduced when moving from DB to file system by not fetching blobs Also backport a small fix to syncFileBacklinks() so file is in sync with trunk. ---------------------------------------------- r30894 | chibaguy | 2010-11-27 13:48:57 +0100 (Sat, 27 Nov 2010) | 1 line [NEW]{ENH] Different blog post layout for Tikinewt theme (as example following blog revamp). ---------------------------------------------- r30892 | jonnybradley | 2010-11-26 22:31:39 +0100 (Fri, 26 Nov 2010) | 1 line [ENH] search module: Automatically go to page on enter key if a page was selected from the autocomplete, don't put all the defaults into the module admin form, change "go" to "titles" (and so make buttons a little smaller) and various other fixes. ---------------------------------------------- r30891 | jonnybradley | 2010-11-26 21:10:46 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] jslint: Removing rogue comment start error on line 803 and fix various other warnings. ---------------------------------------------- r30889 | jonnybradley | 2010-11-26 20:42:05 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] articles: Only confirm html loss on saving, not cancel or preview. ---------------------------------------------- r30888 | chealer | 2010-11-26 20:21:29 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] COLORBOX: Broken link to help ---------------------------------------------- r30886 | jonnybradley | 2010-11-26 19:56:57 +0100 (Fri, 26 Nov 2010) | 1 line [FIX] articles: Add warning confirm box if you are saving HTML in an article without the "Allow full HTML (for this edit session)" checked (not a great design) ---------------------------------------------- r30884 | sampaioprimo | 2010-11-26 19:10:51 +0100 (Fri, 26 Nov 2010) | 2 lines [FIX] list file galleries that the user has perm to upload when using object permissions ---------------------------------------------- r30883 | jonnybradley | 2010-11-26 19:09:00 +0100 (Fri, 26 Nov 2010) | 1 line [ENH] Lesser magic: Search improvements - link to correct tab for found features and highlight them, show a tooltip on the search button when re-indexing is required and a few minor visual improvements. ---------------------------------------------- r30882 | jonnybradley | 2010-11-26 19:06:16 +0100 (Fri, 26 Nov 2010) | 1 line [CSS] jqui: Nicer background for highlight class ---------------------------------------------- r30881 | xavidp | 2010-11-26 19:01:17 +0100 (Fri, 26 Nov 2010) | 1 line [ENH]Add default charset as utf-8 for the contents of the downloaded file ---------------------------------------------- r30880 | jonnybradley | 2010-11-26 17:34:03 +0100 (Fri, 26 Nov 2010) | 1 line [ENH] group home: Add useful keywords to prefs, make limitedGoGroupHome on by default (seems more logical) and add autocomplete to group home input. ---------------------------------------------- r30879 | xavidp | 2010-11-26 17:04:40 +0100 (Fri, 26 Nov 2010) | 1 line [ENH]Allow the user to request the raw content to be downloaded by means of including the param "&download" in the url, and also the filename foo.r if/when the the param "&filename=foo.r" is included also in the url. Useful for pretty trackers and custom buttons to allow downloading the resulting content, etc. Thanks jonnyb for tips ---------------------------------------------- r30878 | xavidp | 2010-11-26 15:55:37 +0100 (Fri, 26 Nov 2010) | 1 line [MOD]Wikify the process to call the clean param. No value needed, just "clean" ---------------------------------------------- r30877 | xavidp | 2010-11-26 15:47:56 +0100 (Fri, 26 Nov 2010) | 1 line [ENH]Allow printing a wiki page without the information abouty authors, contributors, nor the links from the tiki-page_bar.tpl, if "clean=y" is added to the url of tiki-index_raw.php. Useful to allow saving files produced from pretty trackers (combining text and tracker item values, to produce parameter file for computations in R scripts, etc). Thanks jonnyb for tips ---------------------------------------------- r30874 | sampaioprimo | 2010-11-25 19:38:03 +0100 (Thu, 25 Nov 2010) | 2 lines making "Pick a file" string translatable ---------------------------------------------- r30873 | sampaioprimo | 2010-11-25 19:32:53 +0100 (Thu, 25 Nov 2010) | 2 lines make "Advanced options" button translatable ---------------------------------------------- r30871 | sampaioprimo | 2010-11-25 19:09:38 +0100 (Thu, 25 Nov 2010) | 1 line removing '{treetable}' string appended to treetable smarty function user messages ---------------------------------------------- r30870 | sampaioprimo | 2010-11-25 19:00:00 +0100 (Thu, 25 Nov 2010) | 2 lines rollback 30839: cause problems when creating a new wiki page when others with similar name already exist ---------------------------------------------- r30869 | jonnybradley | 2010-11-25 18:51:06 +0100 (Thu, 25 Nov 2010) | 1 line [FIX] articles: Remove image data if $useImage = n (no other way of clearing article images otherwise) ---------------------------------------------- r30868 | sampaioprimo | 2010-11-25 18:00:13 +0100 (Thu, 25 Nov 2010) | 1 line [FIX] only display simple and advanced mode buttons when using filegals_manager ---------------------------------------------- r30866 | jonnybradley | 2010-11-25 16:20:34 +0100 (Thu, 25 Nov 2010) | 1 line [FIX] login: site_closed.php doesn't check pref before showing closed message (thanks Rodrigo) ---------------------------------------------- r30865 | marclaporte | 2010-11-25 01:20:55 +0100 (Thu, 25 Nov 2010) | 1 line [NEW] Link to Clipperz online password manager from the admin panel. LP and I met Giulio Cesare Solaroli (the lead developer) last week and we think it's an awesome project. ---------------------------------------------- r30864 | marclaporte | 2010-11-25 00:35:25 +0100 (Thu, 25 Nov 2010) | 1 line [MOD] XAJAX was turned on by default when AJAX was turned on by default (in 6.0) so now XAJAX is off on fresh installs but AJAX remains on ---------------------------------------------- r30862 | marclaporte | 2010-11-24 23:17:06 +0100 (Wed, 24 Nov 2010) | 1 line better admin panel for menus ---------------------------------------------- r30861 | marclaporte | 2010-11-24 16:41:39 +0100 (Wed, 24 Nov 2010) | 1 line making an option easier to find ---------------------------------------------- r30858 | sampaioprimo | 2010-11-24 14:06:49 +0100 (Wed, 24 Nov 2010) | 1 line German translations done on i18n.tiki.org ---------------------------------------------- r30854 | sampaioprimo | 2010-11-24 13:06:06 +0100 (Wed, 24 Nov 2010) | 2 lines [FIX] show openid form on tiki-login.php ---------------------------------------------- r30852 | sylvieg | 2010-11-23 18:25:47 +0100 (Tue, 23 Nov 2010) | 1 line [FIX]print: if itemId exists in the requet, keep it in the reference -> Perhaps this needs to be more generic ---------------------------------------------- r30851 | sylvieg | 2010-11-23 14:07:05 +0100 (Tue, 23 Nov 2010) | 1 line [FIX]tracker: add bmp image ---------------------------------------------- r30850 | chealer | 2010-11-23 03:15:18 +0100 (Tue, 23 Nov 2010) | 2 lines somewhat cleanup Edit translation, in particular for articles [FIX] "Can not change article language - page not found error" (Closes: #2925) ---------------------------------------------- r30849 | jonnybradley | 2010-11-22 22:50:10 +0100 (Mon, 22 Nov 2010) | 1 line [FIX] plugins: Clean empty plugin artifacts from plugin list, probably caused by upgrades from 3 to 6 (thanks Geoff) ---------------------------------------------- r30841 | xavidp | 2010-11-22 14:48:08 +0100 (Mon, 22 Nov 2010) | 1 line [ENH]Improve description of the url from the embed code, not the url from the video on blip.tv. Thanks rodrigo_sampaio ---------------------------------------------- r30840 | xavidp | 2010-11-22 14:24:51 +0100 (Mon, 22 Nov 2010) | 1 line [FIX]Forgot to add the link to the image/icon. Still not clear how to force the icon size to be 16x16 ---------------------------------------------- r30839 | sampaioprimo | 2010-11-22 13:31:30 +0100 (Mon, 22 Nov 2010) | 1 line [FIX] display error when two different wiki pages use the same alias ---------------------------------------------- r30838 | xavidp | 2010-11-22 13:23:59 +0100 (Mon, 22 Nov 2010) | 1 line [ENH]Add the optional param 'showicon' to display the icon to the left of the file added (and allow wikiplugin_img to display the icon corresponding to the file type even if the file is not an image ---------------------------------------------- r30837 | xavidp | 2010-11-21 20:02:13 +0100 (Sun, 21 Nov 2010) | 1 line a few more strings translated ---------------------------------------------- r30836 | xavidp | 2010-11-21 19:47:59 +0100 (Sun, 21 Nov 2010) | 1 line [bp/r30801][ENH] tiki-list_posts.php accepted param blogId to list only posts from a specific blog. thanks rodrigo_sampaio ---------------------------------------------- r30835 | changi67 | 2010-11-21 19:15:19 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] Command line tools don't need session ---------------------------------------------- r30834 | changi67 | 2010-11-21 19:00:33 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] Sometime we don't have REQUEST_URI, especially when using command line ---------------------------------------------- r30833 | jonnybradley | 2010-11-21 18:41:09 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] browsertitle: Don't show $title when it is an array (it often seems to be), guess a title from the $script_name when all else fails and set headtitle for object perms page. ---------------------------------------------- r30832 | jonnybradley | 2010-11-21 18:39:06 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] breadcrumbs: Obey prefs as breadcrumbs in breadcrumb_buildHeadTitle() are used (in admin for instance) even when the pref is off. Stops the browser title repeating the site name. ---------------------------------------------- r30831 | xavidp | 2010-11-21 18:33:24 +0100 (Sun, 21 Nov 2010) | 1 line [bp/r30804][ENH] new wikiplugins vimeo and bliptv as alias for flash wikiplugin. Thanks rodrigo_sampaio ---------------------------------------------- r30830 | xavidp | 2010-11-21 18:00:10 +0100 (Sun, 21 Nov 2010) | 1 line [bp/r30798]fix vimeo param for flash wikiplugin and alphabetically order type param options. thanks rodrigo_sampaio ---------------------------------------------- r30829 | jonnybradley | 2010-11-21 18:00:06 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] login: Check for site closed if not valid login (and redirect to simple error page if so) ---------------------------------------------- r30828 | xavidp | 2010-11-21 17:58:18 +0100 (Sun, 21 Nov 2010) | 3 lines [bp/r30797 r30803]Add icon to youtube wikiplugin + Refactor youtube wikiplugin to use $tikilib->embed_flash(). Thanks rodrigo_sampaio ---------------------------------------------- r30827 | xavidp | 2010-11-21 12:17:15 +0100 (Sun, 21 Nov 2010) | 1 line A few more strings translated ---------------------------------------------- r30826 | eromneg | 2010-11-21 10:01:16 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] for the .tpl files used in the "email" parameter to have html and to to make it backwards compatible a new parameter 'emailformat' set to 'html' is used ---------------------------------------------- r30825 | eromneg | 2010-11-21 09:53:32 +0100 (Sun, 21 Nov 2010) | 1 line [FIX] for the "Send a wiki page by Email:" action option in user admin so that the wiki page can have html ---------------------------------------------- r30823 | jonnybradley | 2010-11-20 23:04:32 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_article: More warnings ---------------------------------------------- r30822 | jonnybradley | 2010-11-20 22:44:55 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] breadcrumbs: Notice - Missing argument 2 for filter_out_sefurl() ---------------------------------------------- r30821 | jonnybradley | 2010-11-20 22:41:09 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] trackerlist/filter: Warnings - Invalid arguments passed to function.implode. Also three vars assigned to the same smarty var ($filterfield). ---------------------------------------------- r30820 | jonnybradley | 2010-11-20 22:04:18 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] captcha: set img height ---------------------------------------------- r30819 | jonnybradley | 2010-11-20 21:57:10 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] captcha: return false on click ---------------------------------------------- r30818 | chealer | 2010-11-20 20:16:37 +0100 (Sat, 20 Nov 2010) | 2 lines Change description of IMAGE plugin alias from "Display images" to "Display images (transitional alias, use IMG plugin instead)" so editors do not insert new uses of IMAGE but use IMG instead. Unfortunately won't help for upgrades from Tiki 5 and above ---------------------------------------------- r30817 | jonnybradley | 2010-11-20 20:11:27 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] $iconDisplayStyle: Notices ---------------------------------------------- r30816 | jonnybradley | 2010-11-20 19:28:04 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_freetagged: Missing var (so use 0 for offset) ---------------------------------------------- r30815 | jonnybradley | 2010-11-20 19:27:02 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_article: Missing global $tiki_p_admin_cms ---------------------------------------------- r30814 | jonnybradley | 2010-11-20 19:26:17 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_include: Missing offset param and missing $repeat param on smarty_block_ajax_href call. ---------------------------------------------- r30810 | jonnybradley | 2010-11-20 14:20:07 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] prefs: Clarify which "Content" belongs to which pref so you can see the difference when set in perspectives. ---------------------------------------------- r30808 | jonnybradley | 2010-11-20 14:00:18 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] wikiplugin_article: Show most recent article if Id empty and use editplugin class on edit icons so you can hide them/ ---------------------------------------------- r30807 | jonnybradley | 2010-11-20 13:38:58 +0100 (Sat, 20 Nov 2010) | 1 line [ENH] html: Pref to control the use of the <base> tag in the page<head> (currently only used when in nested directories) ---------------------------------------------- r30806 | chibaguy | 2010-11-20 12:26:05 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] Language edits: correct grammar of "Permission denied you cannot...." run-on sentences and lighten the militaristic tone. ---------------------------------------------- r30805 | chealer | 2010-11-20 01:49:51 +0100 (Sat, 20 Nov 2010) | 1 line [FIX] Literal translation of capitalization ("View Page" => "Voir la page" instead of "Voir la Page") ---------------------------------------------- r30796 | xavidp | 2010-11-19 19:25:47 +0100 (Fri, 19 Nov 2010) | 3 lines [bp/r30776 r30778 r30779][ENH] extending flash wikiplugin with basic support for youtube, vimeo and blip.tv videos. flash wikiplugin display error if unable to recognize url for youtube, vimeo and blip.tv, flash wikiplugin: use blip.tv embed URL since it is not possible to extract it from the video URL. Thanks rodrigo_sampaio ---------------------------------------------- r30795 | xavidp | 2010-11-19 19:12:35 +0100 (Fri, 19 Nov 2010) | 1 line [bp/r30777][ENH] youtube wikiplugin support https URL. Thanks rodrigo_sampaio ---------------------------------------------- r30794 | sylvieg | 2010-11-19 17:35:58 +0100 (Fri, 19 Nov 2010) | 1 line [FIX]tracker: rollback 30791 and put a div - thx luciash ---------------------------------------------- r30792 | eromneg | 2010-11-19 17:04:46 +0100 (Fri, 19 Nov 2010) | 1 line [ENH] completing the update of labels for various File Gallery parameters to clarify their usage ---------------------------------------------- r30791 | sylvieg | 2010-11-19 16:35:59 +0100 (Fri, 19 Nov 2010) | 1 line [FIX]tracker: stick the description to the textarea that is now in a div ---------------------------------------------- r30788 | xavidp | 2010-11-19 14:53:44 +0100 (Fri, 19 Nov 2010) | 1 line [ENH]Add the icon for wikiplugin_file in the default toolbar, with it's own 16x16 icon, to ease the task to choose or upload new files for new users in a similar way to what they can do with images. Thanks luciash and rodrigo_sampaio for tips ---------------------------------------------- r30787 | xavidp | 2010-11-19 14:06:56 +0100 (Fri, 19 Nov 2010) | 1 line [ENH]Option to have a popup to 'Pick a file' re-added to wikiplugin_file.php, but this time working successfully, and a few params tagged as advanced to clear the interface. Also, after agreeing with rodrigo_sampaio, set File from gallery" as the option shown by default, to avoid two extra clicks for the common task to select or add a file to a file gallery and link it from that textarea (wiki page or wherever else in tiki has a textarea). thanks rodrigo_sampaio, and chealer for previous improvmenets in trunk, which I backported in previous commits ---------------------------------------------- r30783 | xavidp | 2010-11-19 13:14:41 +0100 (Fri, 19 Nov 2010) | 1 line [bp/r30623 & r30624]adding new param type and setting other params as children of one of the values of type param for wikiplugin_file.php + replacing four spaces with tab. Thanks rodrigo_sampaio ---------------------------------------------- r30782 | xavidp | 2010-11-19 13:11:47 +0100 (Fri, 19 Nov 2010) | 1 line [NEW][bp/r30622]add the possibility to display a set of wiki plugin parameters only if a specific value of another parameter is selected (using flash wikiplugin as an example). Thanks rodrigo_sampaio ---------------------------------------------- r30781 | chibaguy | 2010-11-19 05:13:01 +0100 (Fri, 19 Nov 2010) | 1 line [FIX] Align sharethis icon with other icons in div.actions and remove padding (which is a property of the other .share implementation). (All the relevant CSS should be looked at and refactored for a better long-term fix.) ---------------------------------------------- r30780 | chealer | 2010-11-19 00:56:54 +0100 (Fri, 19 Nov 2010) | 1 line [FIX] HTML special characters encoding ---------------------------------------------- r30774 | eromneg | 2010-11-18 19:01:05 +0100 (Thu, 18 Nov 2010) | 1 line [ENH] update labels for various File Gallery parameters to clarify their usage - maybe more changes later ---------------------------------------------- r30773 | eromneg | 2010-11-18 18:32:03 +0100 (Thu, 18 Nov 2010) | 1 line [FIX] allow menu name fields (for all menu levels) to have img tags by not escaping when displaying ---------------------------------------------- r30772 | xavidp | 2010-11-18 16:50:58 +0100 (Thu, 18 Nov 2010) | 1 line [MOD]Simplified the interface for common usage, and extra params are found under the advanced tab ---------------------------------------------- r30771 | xavidp | 2010-11-18 16:43:08 +0100 (Thu, 18 Nov 2010) | 1 line [ENH]Add the option to "Pick a file" next to the from field for FileId, in a similar way to what it was added in PluginFiles ---------------------------------------------- r30770 | xavidp | 2010-11-18 16:26:02 +0100 (Thu, 18 Nov 2010) | 1 line [FIX]removing the wiki tags since they were causing an extra p tag to break display of the icon under some tiki configuration. Thanks luciash ---------------------------------------------- r30769 | sylvieg | 2010-11-18 16:20:10 +0100 (Thu, 18 Nov 2010) | 1 line [FIX]fgal: fix replace file when not using context menu (popup tool) - still to fix refresh popup and dl ---------------------------------------------- r30768 | sylvieg | 2010-11-18 14:33:20 +0100 (Thu, 18 Nov 2010) | 1 line [FIX]share: do not send email whan antibot is wrong ---------------------------------------------- Version 6.0 <http://tiki.org/ReleaseNotes60> ------------------ ---------------------------------------------- r30600 | chealer | 2010-11-09 18:53:06 +0100 (Tue, 09 Nov 2010) | 1 line revert addition of new CSRF prevention mechanism due to imminent release ---------------------------------------------- r30599 | chealer | 2010-11-09 18:39:07 +0100 (Tue, 09 Nov 2010) | 1 line move Smarty assignment of CSRFTicket to tiki-setup_base to have 2 related bits closer, as suggested by St?\195?\169phane Casset ---------------------------------------------- r30598 | chealer | 2010-11-09 18:06:40 +0100 (Tue, 09 Nov 2010) | 2 lines fix svn:keywords ---------------------------------------------- r30597 | sylvieg | 2010-11-09 17:51:42 +0100 (Tue, 09 Nov 2010) | 1 line [FIX]importer: do not limit time. 360 is reached with 50M of data ---------------------------------------------- r30596 | chealer | 2010-11-09 17:21:41 +0100 (Tue, 09 Nov 2010) | 2 lines [NEW] CSRF prevention mechanism which doesn't require a confirmation screen. Simple and secure option when files are uploaded. Use in Admin Users batch upload ---------------------------------------------- r30590 | jonnybradley | 2010-11-09 15:41:38 +0100 (Tue, 09 Nov 2010) | 1 line [DB] Add IGNORE to a perms schema that causes an error each time it's run (for some reason). ---------------------------------------------- r30585 | xavidp | 2010-11-09 13:28:47 +0100 (Tue, 09 Nov 2010) | 1 line [FIX]Fix plugin subscribenewsletter: url for validation now allows wiki pages (SEO or not) + wiki syntax for the conformation message to be clearer than just plain text in the middle of the wikipage. ---------------------------------------------- r30584 | xavidp | 2010-11-09 00:10:23 +0100 (Tue, 09 Nov 2010) | 1 line [FIX]Add names for the labels of this plugin, and keep description as description param + show antibot code if the settings are set to require it for anons willing to subscribe an email. Help is needed to improve the wrong layout of the antibot code when shown in this plugin. ---------------------------------------------- r30583 | nkoth | 2010-11-08 23:48:12 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] Trying to change user information setting fails because there was duplicate field in next tab... ---------------------------------------------- r30582 | changi67 | 2010-11-08 21:54:36 +0100 (Mon, 08 Nov 2010) | 1 line [TRA] Done by Cyril - I'm just the commiter :) ---------------------------------------------- r30575 | sylvieg | 2010-11-08 17:40:16 +0100 (Mon, 08 Nov 2010) | 1 line [FIX]invit: just in case .. ---------------------------------------------- r30573 | robertplummer | 2010-11-08 16:22:16 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] Had to add a check to get the correct width for column if the column width has not changed for sheet. We check attribute with of colgroup/col and css width, and get the most accurate of the two. ---------------------------------------------- r30572 | sampaioprimo | 2010-11-08 13:35:41 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] register a new user connected with an openid account (was broken since r28111) ---------------------------------------------- r30571 | chibaguy | 2010-11-08 05:09:32 +0100 (Mon, 08 Nov 2010) | 1 line [FIX] Align sharethis icon with other icons in blog post actions. ---------------------------------------------- r30567 | xavidp | 2010-11-07 09:41:49 +0100 (Sun, 07 Nov 2010) | 1 line a few more strings translated ---------------------------------------------- r30566 | chibaguy | 2010-11-07 06:18:46 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Post content font size increased a little. ---------------------------------------------- r30565 | chibaguy | 2010-11-07 06:13:30 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Moved .author_actions icons to the left and so all icons are together, in blog post. ---------------------------------------------- r30564 | chibaguy | 2010-11-07 06:10:15 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Moved .author_actions icons to the left and so all icons are together, and removed background image, in blog post. ---------------------------------------------- r30563 | chibaguy | 2010-11-07 06:02:11 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Moved .author_actions icons to the left so all icons are together, in blog post. ---------------------------------------------- r30562 | chibaguy | 2010-11-07 05:56:18 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Removed width from blog author actions div in blog post to improve icon display. ---------------------------------------------- r30561 | chibaguy | 2010-11-07 05:50:25 +0100 (Sun, 07 Nov 2010) | 1 line [FIX] Removed background image and width from blog author actions div in blog post to improve icon display. ---------------------------------------------- r30524 | jonnybradley | 2010-11-04 19:57:20 +0100 (Thu, 04 Nov 2010) | 1 line [FIX] autosave: Use async ajax call for autosave so as not to lock up the whole page while saving (and tidy some debugging code) ---------------------------------------------- r30523 | jonnybradley | 2010-11-04 19:34:04 +0100 (Thu, 04 Nov 2010) | 1 line [FIX] autosave: Don't send ajax request for autosave more than once. ---------------------------------------------- r30521 | sylvieg | 2010-11-04 14:52:47 +0100 (Thu, 04 Nov 2010) | 1 line [FIX]racker: export ajax was not exporting field visible by admin only ---------------------------------------------- r30520 | sylvieg | 2010-11-04 14:41:41 +0100 (Thu, 04 Nov 2010) | 1 line [FIX]tracker: missing lib ---------------------------------------------- r30519 | sylvieg | 2010-11-04 14:19:20 +0100 (Thu, 04 Nov 2010) | 1 line [FIX]TRACKER: ob_end_clean seems to bug export when output compression is on ---------------------------------------------- r30518 | sampaioprimo | 2010-11-04 12:12:34 +0100 (Thu, 04 Nov 2010) | 1 line French translations done on i18n.tiki.org ---------------------------------------------- r30517 | sampaioprimo | 2010-11-04 12:12:15 +0100 (Thu, 04 Nov 2010) | 1 line Swedish translations done on i18n.tiki.org ---------------------------------------------- r30516 | sampaioprimo | 2010-11-04 12:10:27 +0100 (Thu, 04 Nov 2010) | 1 line Brazilian Portuguese translations done on i18n.tiki.org ---------------------------------------------- r30515 | luciash | 2010-11-04 06:29:30 +0100 (Thu, 04 Nov 2010) | 1 line oops :) ---------------------------------------------- r30514 | luciash | 2010-11-04 06:07:31 +0100 (Thu, 04 Nov 2010) | 1 line Czech language update ---------------------------------------------- r30513 | luciash | 2010-11-04 02:47:43 +0100 (Thu, 04 Nov 2010) | 1 line [FIX] flagmapping: removed mapping to the flag of Taiwan because Traditional Chinese is not Taiwan specific only ---------------------------------------------- r30512 | sept_7 | 2010-11-04 02:33:35 +0100 (Thu, 04 Nov 2010) | 2 lines [FIX] Fix background in forum ---------------------------------------------- r30509 | changi67 | 2010-11-03 22:43:32 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] Securitycheck ---------------------------------------------- r30507 | nkoth | 2010-11-03 22:30:31 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] If you set the login_is_user flag, registration fails with the message email_not_valid. thanks thraxisp bug 3623 ---------------------------------------------- r30506 | luciash | 2010-11-03 21:58:03 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] usability: better recognizable jini iconset matching icon for the performance admin panel (especially for ricks99) ---------------------------------------------- r30505 | sylvieg | 2010-11-03 21:14:59 +0100 (Wed, 03 Nov 2010) | 1 line [FIX]TRACKER: dropt-down field default for itemId partially filled up: preselect the default is field never filled up even if itemId exists + can use TACRKER without itemId avec a TRACKER with itemId ---------------------------------------------- r30504 | changi67 | 2010-11-03 20:55:34 +0100 (Wed, 03 Nov 2010) | 1 line [MOD] Add link to rating panel ---------------------------------------------- r30503 | jonnybradley | 2010-11-03 20:30:21 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] wysiwyg: Wrong object for dialog (pasto) and correct jQuery version comment ---------------------------------------------- r30500 | nkoth | 2010-11-03 19:35:38 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] If admin is trying to edit another user's tracker item with a preference field in it, and the field is mandatory, it fails with field is mandatory message ---------------------------------------------- r30498 | robertplummer | 2010-11-03 19:10:34 +0100 (Wed, 03 Nov 2010) | 1 line [MOD] Changed sheet startup options to send height to sheet for more stable user-interface ---------------------------------------------- r30497 | jonnybradley | 2010-11-03 18:33:43 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] installer: IGNORE duplicate (pre-existing) entry errors on categperms upgrades. ---------------------------------------------- r30496 | jonnybradley | 2010-11-03 17:54:33 +0100 (Wed, 03 Nov 2010) | 1 line [DOC] installer: Change "experimental" label on charset converter warning and add clearer instruction that you still have to enter the admin account name to actually run the admin_account fix, even if the account is the default "admin". (maybe should be a checkbox?) ---------------------------------------------- r30495 | chibaguy | 2010-11-03 16:08:06 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] Make tabs toggle button text white again. ---------------------------------------------- r30494 | chibaguy | 2010-11-03 16:06:45 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] Make a little white space above notabs button. ---------------------------------------------- r30493 | sept_7 | 2010-11-03 15:20:15 +0100 (Wed, 03 Nov 2010) | 3 lines [FIX] Forum fix some inconsistencies in button style, and avoid the javascript popup on Publish, Preview and Reset ---------------------------------------------- r30491 | sept_7 | 2010-11-03 14:26:41 +0100 (Wed, 03 Nov 2010) | 2 lines [FIX] Fix broken layout in Admin>Features ---------------------------------------------- r30489 | jonnybradley | 2010-11-03 12:27:58 +0100 (Wed, 03 Nov 2010) | 1 line [FIX] installer: Do admin perms upgrade fix if old version is 3 or less (not 2) as some 3.x tikis do not have tiki_p_admin set for Admins group. ---------------------------------------------- r30486 | luciash | 2010-11-02 21:59:35 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] consistency: little adjustment to have the site logout popup aligned on simmilar position as the login popup ---------------------------------------------- r30483 | jonnybradley | 2010-11-02 20:43:05 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] xajax: Remove duplicate js files included in ajax response (now correctly included by headerlib) and key sort headerlib->jsfiles in same way as non-ajax calls so same minified file is used and contents loads in the correct order. ---------------------------------------------- r30482 | sylvieg | 2010-11-02 20:33:12 +0100 (Tue, 02 Nov 2010) | 1 line [FIX]browser title: description and no breadcrumb must show description in title ---------------------------------------------- r30481 | jonnybradley | 2010-11-02 20:15:28 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] jqueryTiki.tooltips: test for feature before using it. ---------------------------------------------- r30480 | jonnybradley | 2010-11-02 20:13:22 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] javascript_cdn: Sync jquery versions from CDN with bundled libs ---------------------------------------------- r30479 | sylvieg | 2010-11-02 19:40:23 +0100 (Tue, 02 Nov 2010) | 1 line [FIX]browser title: missing description ---------------------------------------------- r30468 | sylvieg | 2010-11-02 14:25:47 +0100 (Tue, 02 Nov 2010) | 1 line [FIX]SPLIT: quick patch to have SPLIT into SPLIT. As now the plugin are parsed from larger to smaller, the SPLIT inside SPLIT must be protected ---------------------------------------------- r30464 | jonnybradley | 2010-11-02 11:39:39 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] trackers: Missing item description in comment and attachment notificatons (thanks Xavi) ---------------------------------------------- r30463 | ricks99 | 2010-11-02 04:39:16 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] proper validation of <INPUT> element ---------------------------------------------- r30461 | nkoth | 2010-11-02 00:20:09 +0100 (Tue, 02 Nov 2010) | 1 line [FIX] Workaround Wysiwyg Image Plugin Editor in IE7 erases image on insert http://dev.tiki.org/item3615 ---------------------------------------------- r30460 | chealer | 2010-11-01 23:56:46 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] List articles: Clear filter not clearing date limits and article type ---------------------------------------------- r30459 | chealer | 2010-11-01 23:35:00 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] List articles date range filter not remembering values when showing results (from r25035) ---------------------------------------------- r30458 | chealer | 2010-11-01 23:17:13 +0100 (Mon, 01 Nov 2010) | 2 lines [FIX] List articles and others: Ignored filter for excluded languages from r14521 ---------------------------------------------- r30455 | changi67 | 2010-11-01 21:25:57 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] put icon at the right place and modify ref in tiki-admin ---------------------------------------------- r30451 | sampaioprimo | 2010-11-01 17:34:47 +0100 (Mon, 01 Nov 2010) | 1 line Hungarian translations done on i18n.tiki.org ---------------------------------------------- r30449 | chealer | 2010-11-01 17:03:39 +0100 (Mon, 01 Nov 2010) | 2 lines [FIX] Find date selector (List Articles): remove label spanning 3 input fields, causing clicks on any field to move focus to the first field, and the selectors to be largely unusable. from r25031 ---------------------------------------------- r30440 | luciash | 2010-11-01 06:23:54 +0100 (Mon, 01 Nov 2010) | 1 line [ENH] visual: icon which looks more like map (with compass on it) jini iconset matching icon for the maps panel ---------------------------------------------- r30439 | luciash | 2010-11-01 06:03:36 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] visual: nicer jini iconset matching icon for the intertiki panel ---------------------------------------------- r30438 | luciash | 2010-11-01 05:27:57 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the performance panel (TODO: replace path to it in the admin panels tpl) ---------------------------------------------- r30437 | luciash | 2010-11-01 05:23:24 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] visual: nicer and not so jaggy edge jini iconset matching keys icon for the security panel ---------------------------------------------- r30436 | luciash | 2010-11-01 05:06:20 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the external feeds panel ---------------------------------------------- r30435 | luciash | 2010-11-01 05:04:44 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the semantic links panel ---------------------------------------------- r30434 | luciash | 2010-11-01 05:03:23 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the social networks panel (TODO: rename file, edit the admin panels tpl to use the bigger icon 48x48 and move this 32x32 to pics/large/ where the others are) ---------------------------------------------- r30433 | luciash | 2010-11-01 03:31:55 +0100 (Mon, 01 Nov 2010) | 1 line [FIX] consistency: jini iconset matching icon for the editing and plugins panel (TODO: rename file, edit the admin panels tpl and move it to pics/large/ where the others are) ---------------------------------------------- r30421 | robertplummer | 2010-10-30 18:37:15 +0200 (Sat, 30 Oct 2010) | 1 line [DEL] Removed sheet profiles from 6.x, adding to trunk. ---------------------------------------------- r30367 | jonnybradley | 2010-10-27 20:47:45 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Strange consequence of IE fixes breaking other browsers - one missed "destroy" (well spotted nkoth) ---------------------------------------------- r30366 | jonnybradley | 2010-10-27 20:32:30 +0200 (Wed, 27 Oct 2010) | 2 lines [FIX] ajax/js minify: Move the logic for external and dynamic js files into getMinifiedJs so the same thing happens in ajax calls (thanks chealer) Now causes a different JS error (in admin for instance) but is more logical. ---------------------------------------------- r30360 | jonnybradley | 2010-10-27 19:10:40 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Even more defensive code to handle IE behaviour. ---------------------------------------------- r30359 | jonnybradley | 2010-10-27 19:08:07 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] autosave: ignore sprurious ajax error, now happening on save or cancel after the jquery 1.4.3 update. The autosave still gets removed ok, it seems... ---------------------------------------------- r30358 | jonnybradley | 2010-10-27 18:33:12 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Lock selection in IE before showing popup plugin form so it gets inserted in the right place (more often). ---------------------------------------------- r30357 | jonnybradley | 2010-10-27 18:10:24 +0200 (Wed, 27 Oct 2010) | 1 line [MOD] language.js: Comment English translation strings to save a little memory and processing. ---------------------------------------------- r30353 | chealer | 2010-10-27 17:33:06 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] French Admin Cache: replace "&" with "et" and avoid HTML special chars encoding issue for free ---------------------------------------------- r30352 | jonnybradley | 2010-10-27 17:29:21 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: More defensive code to handle IE behaviour concerning text selection. ---------------------------------------------- r30351 | jonnybradley | 2010-10-27 17:28:03 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] wysiwyg: Plugin dialog not appearing first time on IE ---------------------------------------------- r30350 | chealer | 2010-10-27 16:58:55 +0200 (Wed, 27 Oct 2010) | 4 lines Plugin FILE: clarify how to use [FIX] remove absolute dependency on feature_wiki_attachments, since FILE now also supports files from galleries I'm not sure about the way it now complains when feature_wiki_attachments is actually missing. ---------------------------------------------- r30349 | chealer | 2010-10-27 16:55:56 +0200 (Wed, 27 Oct 2010) | 1 line Plugin ATTACH: clarify description of page parameter ---------------------------------------------- r30347 | jonnybradley | 2010-10-27 16:15:45 +0200 (Wed, 27 Oct 2010) | 2 lines [SVN] Release the revision fix on lib/jquery as other things need to be updated (sheet and colorbox at least). Cannot easily test without committing, so will be heavily testing for next couple of hours. ---------------------------------------------- r30346 | sylvieg | 2010-10-27 15:44:45 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]FILE: display the name or the filename of the fileId if no data is given to avoid a link on a space ---------------------------------------------- r30345 | sylvieg | 2010-10-27 15:25:55 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]fgal: when moving a file in another fgal, move also the archive (Perhaps todo? delete the archive id the fgal does not accept archive?) ---------------------------------------------- r30344 | xavidp | 2010-10-27 15:09:06 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]Usability issue: no js file was found under the en folder, so that it was not easy to guess that this file exists, and which strings in js files can be translated (at least, the ones in here :-) ) ---------------------------------------------- r30343 | xavidp | 2010-10-27 14:50:51 +0200 (Wed, 27 Oct 2010) | 1 line adding some new js strings seen at registration time (to see if they support current i18n) ---------------------------------------------- r30341 | jonnybradley | 2010-10-27 13:58:27 +0200 (Wed, 27 Oct 2010) | 1 line [MOD] trackerlist: Make Smarty force_recompile optional, as for most pretty tracker scenarios it is unnecessary and very slow (thanks Sylvie) ---------------------------------------------- r30340 | sylvieg | 2010-10-27 13:08:51 +0200 (Wed, 27 Oct 2010) | 1 line [FIX]layout: #fixedwidth has moved ---------------------------------------------- r30339 | chealer | 2010-10-27 06:36:10 +0200 (Wed, 27 Oct 2010) | 2 lines [FIX] Textarea: Missing space in timeout warning ---------------------------------------------- r30338 | nkoth | 2010-10-27 06:15:29 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] In IE7, wysiwyg editor keeps on adding absolute path to links. Need to remove ---------------------------------------------- r30337 | nkoth | 2010-10-27 05:08:52 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] Show message for matches that were not case-sensitive to avoid confusion and also avoid duplication of hidden fields ---------------------------------------------- r30335 | nkoth | 2010-10-27 04:31:30 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] pagination for global search and replace ---------------------------------------------- r30332 | nkoth | 2010-10-27 03:25:47 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] Paginatin not working (or rather working crazy) ---------------------------------------------- r30331 | nkoth | 2010-10-27 02:30:13 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] target attribute being removed by HTML purifier making popupLinks feature and links set to use target attribute in wysiwyg not work. I know this not XHTML strict compliant but if these features are to work we have to use these relegated things for now ---------------------------------------------- r30329 | chealer | 2010-10-27 00:30:42 +0200 (Wed, 27 Oct 2010) | 1 line [FIX] French: "bares d'outils" => "barres d'outils" ---------------------------------------------- r30326 | changi67 | 2010-10-26 22:53:25 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] if we display all files in browsing mode (that's strange because the button is browse images), then files other than images should be downloadable ---------------------------------------------- r30322 | jonnybradley | 2010-10-26 21:22:19 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] autosave: Use page's wysiwyg setting to set process_wiki_paragraphs option for parse_data instead of is_html. ---------------------------------------------- r30321 | changi67 | 2010-10-26 21:20:17 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] AVI deserve to have a small icon ---------------------------------------------- r30320 | jonnybradley | 2010-10-26 21:17:39 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] autosave: Don't url encode/decode saved data (was breaking preview of default HomePage content for instance) ---------------------------------------------- r30319 | luciash | 2010-10-26 21:07:20 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] flagmapping: cleaning up ---------------------------------------------- r30318 | luciash | 2010-10-26 20:54:42 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] language switch flagmapping: added few missing flags where appropriate... not adding the korean language one to prevent controversy ---------------------------------------------- r30316 | jonnybradley | 2010-10-26 20:21:17 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] fivealive: Remove sRGB colour profile from PNG file (makes it a different colour on a Mac screen) ---------------------------------------------- r30314 | marclaporte | 2010-10-26 19:04:06 +0200 (Tue, 26 Oct 2010) | 1 line [DOC] add relevant rating options in admin panel ---------------------------------------------- r30312 | marclaporte | 2010-10-26 18:51:04 +0200 (Tue, 26 Oct 2010) | 1 line better clarify that author rating and user rating are two different things ---------------------------------------------- r30310 | sylvieg | 2010-10-26 18:39:10 +0200 (Tue, 26 Oct 2010) | 1 line [FIX]TRACKERHELP: better strings ---------------------------------------------- r30307 | sampaioprimo | 2010-10-26 14:20:16 +0200 (Tue, 26 Oct 2010) | 2 lines [bp/r30279][FIX] wrong variable name when calling $tikilib->object_post_save() on $tikilib->create_page() ---------------------------------------------- r30306 | jonnybradley | 2010-10-26 13:56:41 +0200 (Tue, 26 Oct 2010) | 1 line [DOC] register: Much better language for "whilelist this domain" text - thanks ricks99 ---------------------------------------------- r30305 | luciash | 2010-10-26 06:29:52 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] fivealive theme: seamless background for the header ---------------------------------------------- r30304 | luciash | 2010-10-26 04:24:47 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] use choices separator for browser title from admin > look and feel > misc instead of hardcoded colon ---------------------------------------------- r30303 | nkoth | 2010-10-26 04:18:18 +0200 (Tue, 26 Oct 2010) | 2 lines [FIX] pages created using profiles cannot be used in wysiwyg previously because settings were wrong. This corrects it by allowing setting a flag to have content be wysiwyg. ---------------------------------------------- r30302 | luciash | 2010-10-26 04:01:00 +0200 (Tue, 26 Oct 2010) | 1 line [ENH] *lite CSS update - only some handy comments were added/modified and updated the contact info ---------------------------------------------- r30301 | luciash | 2010-10-26 03:04:16 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] final solution (hopefully) to the fixed width and "display: table" issue - tested in Chrome, Firefox, Safari so far (TODO: remove the now obsolete fixed_width.css file to save two HTTP requests ;)) ---------------------------------------------- r30300 | luciash | 2010-10-26 02:30:45 +0200 (Tue, 26 Oct 2010) | 1 line [FIX] strip leading and trailing whitespace from browser title ---------------------------------------------- r30295 | nkoth | 2010-10-25 21:21:04 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Prevent "do you want to leave this page" popup due to js error in IE. Basically sel is undefined. Note: underlying problem of selection not being able to be captured in IE still an issue. See bug #3607 ---------------------------------------------- r30294 | luciash | 2010-10-25 21:04:42 +0200 (Mon, 25 Oct 2010) | 1 line [ROLLBACK] r30271 - sorry gary, caused more trouble than good ---------------------------------------------- r30291 | jonnybradley | 2010-10-25 20:23:45 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] toolbars admin: Test for CKEDITOR before using to stop JS errors in toolbars admin (TODO refactoring) ---------------------------------------------- r30290 | nkoth | 2010-10-25 20:09:57 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Insert Wiki Link popup has scroll bars in IE7 messing up view ---------------------------------------------- r30284 | jonnybradley | 2010-10-25 17:45:12 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Wiki link tool: Don't let links without a PageName be entered (thanks nkoth) ---------------------------------------------- r30281 | jonnybradley | 2010-10-25 16:59:03 +0200 (Mon, 25 Oct 2010) | 2 lines [bp/r30276][FIX] wrong variable name causing html data not being "purified" when creating a new wiki page (thanks sampaioprimo) ---------------------------------------------- r30277 | sylvieg | 2010-10-25 15:37:40 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]browser title: headtitle can not contain site title as it is added in header.tpl before or after ---------------------------------------------- r30274 | sylvieg | 2010-10-25 14:59:25 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]tracker: to have back the item name in the title instead of the 'Vire tracker item' ---------------------------------------------- r30273 | jonnybradley | 2010-10-25 14:45:59 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] profiles: Change profile_sources pref to tiki.org (so the links from HomePage work again) ---------------------------------------------- r30271 | chibaguy | 2010-10-25 14:34:01 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Moved display:table from body to html in lite.css, and removed display property from body in layout.css. This fixes Fivealive's header background (display full page width) and column layout seems to be fine. ---------------------------------------------- r30270 | chibaguy | 2010-10-25 14:27:24 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] More text/background color contrast fixes, and menu li background improvement. ---------------------------------------------- r30269 | jonnybradley | 2010-10-25 14:25:00 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]Update homepages in EN-UK and CS with the category param for 6.x profiles ---------------------------------------------- r30268 | sampaioprimo | 2010-10-25 14:20:40 +0200 (Mon, 25 Oct 2010) | 1 line Hungarian tranlations done on i18n.tiki.org ---------------------------------------------- r30267 | sampaioprimo | 2010-10-25 14:19:13 +0200 (Mon, 25 Oct 2010) | 1 line Deutsch tranlations done on i18n.tiki.org ---------------------------------------------- r30266 | sept_7 | 2010-10-25 14:10:11 +0200 (Mon, 25 Oct 2010) | 2 lines [ENH] WebDAV : better message for webdav link in file gallery ---------------------------------------------- r30265 | sept_7 | 2010-10-25 14:08:59 +0200 (Mon, 25 Oct 2010) | 2 lines [FIX] WebDAV : Simplify path handling in WebDAV ---------------------------------------------- r30264 | sept_7 | 2010-10-25 14:07:39 +0200 (Mon, 25 Oct 2010) | 4 lines [FIX] Use SCRIPT_NAME instead of PHP_SELF : homogenize use of SCRIPT_NAME in tiki-filter-base.php as it is used all over this script and PHP_SELF is used only twice... ---------------------------------------------- r30263 | xavidp | 2010-10-25 14:03:43 +0200 (Mon, 25 Oct 2010) | 1 line [FIX]Update homepages in CA and ES with the category param for 6.x profiles ---------------------------------------------- r30262 | chibaguy | 2010-10-25 12:44:08 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Text/background color contrast in remarks box. ---------------------------------------------- r30258 | chibaguy | 2010-10-25 11:31:23 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] Table td with class "button" in two files messed up by removal of element name from .button in stylesheets, so class here changed to "button_container". ---------------------------------------------- r30257 | marclaporte | 2010-10-25 06:45:23 +0200 (Mon, 25 Oct 2010) | 1 line updating doc link ---------------------------------------------- r30256 | marclaporte | 2010-10-25 06:19:54 +0200 (Mon, 25 Oct 2010) | 1 line [FIX] bp/30150 Fix lesser magic reporting ---------------------------------------------- r30255 | marclaporte | 2010-10-25 04:26:58 +0200 (Mon, 25 Oct 2010) | 1 line removing out of sync, untranslated string ---------------------------------------------- r30254 | marclaporte | 2010-10-25 03:21:05 +0200 (Mon, 25 Oct 2010) | 1 line [ENH] 6.x profiles are now online, ready to test ---------------------------------------------- r30253 | jonnybradley | 2010-10-24 23:19:37 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: Image tool - use filegal manager for the ckeditor html image tool as a workaround pending perfection of the tiki_plugin plugin (so at least you can use html images from tiki filegals) ---------------------------------------------- r30252 | jonnybradley | 2010-10-24 21:59:04 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: Plugin plugin: make context menu item work, use jQuery to set up click and editable attr's and remove some dead code. ---------------------------------------------- r30251 | jonnybradley | 2010-10-24 21:55:15 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: insertAt() try parent elements whatever the selection type (make plugin edit work in more cases) ---------------------------------------------- r30250 | jonnybradley | 2010-10-24 19:14:26 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] wysiwyg: Don't try and preview {toc} ---------------------------------------------- r30249 | chibaguy | 2010-10-24 04:58:13 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] Necessary element name reinstated (thanks luciash). ---------------------------------------------- r30247 | ricks99 | 2010-10-24 01:36:31 +0200 (Sun, 24 Oct 2010) | 1 line [FIX] add missing LABEL elements for a11y. Also included default for sender email (when not set) ---------------------------------------------- r30246 | changi67 | 2010-10-23 18:38:50 +0200 (Sat, 23 Oct 2010) | 1 line ~TRA~ I18n - Add Korean language - thanks Chahn ---------------------------------------------- r30245 | jonnybradley | 2010-10-23 16:44:27 +0200 (Sat, 23 Oct 2010) | 1 line [DOC] wysiwyg: Some help text - please improve ---------------------------------------------- r30244 | jonnybradley | 2010-10-23 16:37:08 +0200 (Sat, 23 Oct 2010) | 4 lines [FIX] ckeditor: Some more on plugins using ckeditor "fakeobjects" and protectedSource techniques to make plugin representation a read only block - partially successful (images still not right). Div enclosed plugins now set to 100% width to be more "realistic". Some refactoring and tidying of dead code. ---------------------------------------------- r30241 | chibaguy | 2010-10-23 08:22:18 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] Element names removed; not needed. Also some needed ones reinstated. ---------------------------------------------- r30240 | chibaguy | 2010-10-23 07:55:39 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] Element names removed; not needed. ---------------------------------------------- r30239 | chibaguy | 2010-10-23 07:39:37 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] Element names removed; not needed, and in imported CSS files can cause a problem for theme overrides. ---------------------------------------------- r30236 | nkoth | 2010-10-23 00:45:53 +0200 (Sat, 23 Oct 2010) | 1 line [FIX] HTML Validation errors ---------------------------------------------- r30233 | nkoth | 2010-10-22 23:26:20 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] Prevent admin's user preferences from being replaced with other user's preferences when creating new user tracker item for other user, or for example in a pretty tracker. ---------------------------------------------- r30231 | chealer | 2010-10-22 22:52:41 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] Site title: HTML special chars encoding ---------------------------------------------- r30230 | chealer | 2010-10-22 22:46:18 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] Admin menus: HTML special chars encoding ---------------------------------------------- r30229 | luciash | 2010-10-22 21:53:16 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] print article: broken topic image when none set, little refactoring + KISS ---------------------------------------------- r30225 | luciash | 2010-10-22 20:47:06 +0200 (Fri, 22 Oct 2010) | 1 line little cleanup ---------------------------------------------- r30223 | jonnybradley | 2010-10-22 19:59:22 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] ckeditor: Some improvement for IE trying to edit plugins, more TODO ---------------------------------------------- r30222 | luciash | 2010-10-22 19:49:10 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] remarksboxes titles position again ---------------------------------------------- r30221 | luciash | 2010-10-22 19:48:14 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] fivealive theme: partial rollback of 30219 as it affected the fivealive theme options too and maybe better approach ... (why should admin section have different background color for fieldsets?) ---------------------------------------------- r30220 | luciash | 2010-10-22 19:37:39 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] better alignment of the tabs ---------------------------------------------- r30219 | luciash | 2010-10-22 19:22:28 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] fivealive theme: colors of selected tabs in admin and no border for them ---------------------------------------------- r30218 | luciash | 2010-10-22 19:05:45 +0200 (Fri, 22 Oct 2010) | 1 line [FIX] better alignment of the tabs and the tabstoggle button ---------------------------------------------- r30128 | minger0 | 2010-10-19 21:28:25 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] removed an unusual character ---------------------------------------------- r30127 | minger0 | 2010-10-19 21:16:39 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] admin look and feel broken ---------------------------------------------- r30125 | jonnybradley | 2010-10-19 17:01:00 +0200 (Tue, 19 Oct 2010) | 2 lines [FIX] wiki: Restore legacy wiki_up insert image function for when feature_filegals_manager is off. Note, you also need ajax_autosave off for the old preview method to upload the selected images. Saving uploads them ok either way. (thanks ricks99) ---------------------------------------------- r30123 | luciash | 2010-10-19 16:10:33 +0200 (Tue, 19 Oct 2010) | 1 line cleanup: moving color and background related properties to design.css + little optimizations ---------------------------------------------- r30122 | jonnybradley | 2010-10-19 16:03:27 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] sheets: Make new JS libs external (too buggy to be minified) ---------------------------------------------- r30121 | sylvieg | 2010-10-19 15:59:33 +0200 (Tue, 19 Oct 2010) | 1 line [FIX]messu: email protection at display has nothing to do with the from from messu: an email public and encoded must be used for the from in the message ---------------------------------------------- r30120 | sylvieg | 2010-10-19 15:52:50 +0200 (Tue, 19 Oct 2010) | 1 line [FIX]pref: email is public was lost (used in messu) ---------------------------------------------- r30119 | jonnybradley | 2010-10-19 14:52:34 +0200 (Tue, 19 Oct 2010) | 2 lines [MOD] user prefs: Split first tab into two for a cleaner, friendlier first impression. Separated gmap locator button from lat/lon/zoom values (added zoom which was missing) and added small map display to tab 1 (if ajax on). ---------------------------------------------- r30118 | chibaguy | 2010-10-19 14:50:18 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] Language improvement (more appropriate verb for forum submit - post rather than publish) ---------------------------------------------- r30117 | jonnybradley | 2010-10-19 14:47:27 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] gmaps: Propagate view_user (for admin of other users) ---------------------------------------------- r30116 | robertplummer | 2010-10-19 14:46:37 +0200 (Tue, 19 Oct 2010) | 1 line [MOD] Removed old chart references to jgcharts and added them for gRapha?\195?\171l ---------------------------------------------- r30115 | jonnybradley | 2010-10-19 14:46:22 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] gmaps: Check for correct ajax pref (ajax_xajax) and add button to return to prefs button. ---------------------------------------------- r30114 | jonnybradley | 2010-10-19 14:42:58 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] avatars: Propogate view_user (for admin of other users) ---------------------------------------------- r30111 | chibaguy | 2010-10-19 02:02:23 +0200 (Tue, 19 Oct 2010) | 1 line [FIX] Page needs to be full width when fixed-width option is off, and this percentage was preventing that. Percentage was also inherited when fixed-width was set, reducing specified fixed width by 90%. ---------------------------------------------- r30109 | jonnybradley | 2010-10-18 23:47:12 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] prefs: default error reporting to E_ALL & ~E_NOTICE for new installs (still admin only) - to be reverted to 0 when white page issue solved. ---------------------------------------------- r30106 | jonnybradley | 2010-10-18 23:04:03 +0200 (Mon, 18 Oct 2010) | 1 line [DB] Set correct utf8 charset and collation on clean install ---------------------------------------------- r30105 | jonnybradley | 2010-10-18 22:55:08 +0200 (Mon, 18 Oct 2010) | 1 line lost hyphem ---------------------------------------------- r30103 | sampaioprimo | 2010-10-18 22:23:05 +0200 (Mon, 18 Oct 2010) | 2 lines [FIX] make sure only admins can write database translations back to language.php ---------------------------------------------- r30102 | jonnybradley | 2010-10-18 22:19:37 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] js: wysiwyg requires javascript ---------------------------------------------- r30101 | jonnybradley | 2010-10-18 22:19:02 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] js: setcookie expects seconds for expiry ---------------------------------------------- r30096 | jonnybradley | 2010-10-18 20:55:00 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] messu: Fix scope for CHECKBOX_LIST var declaration now the select all function is back (thanks sylvieg) ---------------------------------------------- r30095 | jonnybradley | 2010-10-18 20:03:29 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] article generator: Don't duplicate info when description and content start the same, and don't add ~np~ to empty content. ---------------------------------------------- r30093 | jonnybradley | 2010-10-18 18:42:08 +0200 (Mon, 18 Oct 2010) | 1 line [FIX] newsletters: Handle subscriptions from wiki page using trackerlist which now seems to be {strip}ed (no line feeds) ---------------------------------------------- r30092 | sylvieg | 2010-10-18 18:11:55 +0200 (Mon, 18 Oct 2010) | 1 line [FIX]js: move the checkbox-list_check_all function to an unconditional js for the messu_*.php script ---------------------------------------------- r30089 | jonnybradley | 2010-10-18 14:21:07 +0200 (Mon, 18 Oct 2010) | 2 lines [FIX] timezones: Check validity of both cases of timezone selection. Then recheck incase server_timezone is invalid. Should fix out of memory errors on saving user prefs and general admin in some setups (thanks Geoff). ---------------------------------------------- r30087 | sampaioprimo | 2010-10-18 02:58:20 +0200 (Mon, 18 Oct 2010) | 2 lines removing code comment on test (thanks jonny for fixing the issue with headings) ---------------------------------------------- r30086 | jonnybradley | 2010-10-17 21:05:57 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] preview: Only diff current section when section editing. Also fix html encoding on left side of diff. ---------------------------------------------- r30085 | jonnybradley | 2010-10-17 21:01:40 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] plugin alias admin: cookietab ---------------------------------------------- r30084 | jonnybradley | 2010-10-17 19:38:18 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] plugin alias: Fix missing data in plugin alias body parsing (should fix wishes on dev.t.o) ---------------------------------------------- r30083 | jonnybradley | 2010-10-17 18:22:05 +0200 (Sun, 17 Oct 2010) | 1 line Minor change to pref warning for feature_wiki_save_draft ---------------------------------------------- r30082 | jonnybradley | 2010-10-17 17:36:24 +0200 (Sun, 17 Oct 2010) | 1 line validation mail - trim some whitespace ---------------------------------------------- r30081 | jonnybradley | 2010-10-17 17:33:30 +0200 (Sun, 17 Oct 2010) | 1 line [CSS] Make disabled elements, especially select menus, look different as most themes override the browser default. ---------------------------------------------- r30080 | marclaporte | 2010-10-17 16:27:54 +0200 (Sun, 17 Oct 2010) | 1 line lesser magic descriptions ---------------------------------------------- r30079 | marclaporte | 2010-10-17 16:20:10 +0200 (Sun, 17 Oct 2010) | 1 line documenting what people should do, not just what they shouldn't do ---------------------------------------------- r30078 | marclaporte | 2010-10-17 16:16:15 +0200 (Sun, 17 Oct 2010) | 1 line [ENH] Beefing up programmers's admin panel with more relevant preferences. TODO: make a dedicated panel for programmers. ---------------------------------------------- r30077 | chibaguy | 2010-10-17 08:33:01 +0200 (Sun, 17 Oct 2010) | 1 line [FIX] Add a CSS class to div.wikitext when "Display page name as page title" is turned off, to be able to style headings consistently. (Headings in wikitext change by one size when that option is turned on|off.) ---------------------------------------------- r30074 | jonnybradley | 2010-10-16 21:00:27 +0200 (Sat, 16 Oct 2010) | 1 line [CSS] cluetip "colours" for jqui ---------------------------------------------- r30073 | jonnybradley | 2010-10-16 20:59:53 +0200 (Sat, 16 Oct 2010) | 1 line [CSS] Move common #fixedwidth definitions into layout.css and set width when using fluid layout ---------------------------------------------- r30072 | jonnybradley | 2010-10-16 20:20:39 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] ckeditor: Handle $headerlib->wysiwyg_parsing better for nested calls to parse_data, and remove html tags from plugin body ---------------------------------------------- r30071 | jonnybradley | 2010-10-16 20:01:04 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] tabs module: Remove trailing </p> tags produced by ckeditor ---------------------------------------------- r30070 | jonnybradley | 2010-10-16 19:59:39 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] ckeditor: Correct plugin regexp to allow for ckeditor reformatting source ---------------------------------------------- r30069 | chealer | 2010-10-16 19:42:14 +0200 (Sat, 16 Oct 2010) | 2 lines [FIX] Textareas: JavaScript escaping for apostrophes in page names when AJAX is on, fixes JS errors Closes: #3583. Still needs proper escaping ---------------------------------------------- r30068 | jonnybradley | 2010-10-16 19:03:54 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] ckeditor: Don't add another body end tag ---------------------------------------------- r30067 | jonnybradley | 2010-10-16 16:33:36 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] multilingual: Tidy up last of switch over from "bl=n" to "no_bl=y" for viewing pages not in "feature_best_language" (if enabled) ---------------------------------------------- r30066 | jonnybradley | 2010-10-16 16:29:25 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] multilingual: Move no_bl to end of url created by translations menu ---------------------------------------------- r30065 | jonnybradley | 2010-10-16 15:35:31 +0200 (Sat, 16 Oct 2010) | 1 line [FIX] parse_data: Correct showhide heading regression revealed by test added in r30061 (thanks sampaioprimo) ---------------------------------------------- r30063 | robertplummer | 2010-10-16 00:37:47 +0200 (Sat, 16 Oct 2010) | 1 line [ADD] The event handlers for checking the values of each of the revision selectors in sheet history ---------------------------------------------- r30061 | sampaioprimo | 2010-10-16 00:11:09 +0200 (Sat, 16 Oct 2010) | 2 lines create new failing test to demonstrate a regression bug from 5.x to 6.x related with headings in wiki pages (see comments on top of the test for more info) ---------------------------------------------- r30060 | nkoth | 2010-10-16 00:02:26 +0200 (Sat, 16 Oct 2010) | 1 line Improve wording to make UI clearer ---------------------------------------------- r30059 | robertplummer | 2010-10-16 00:01:52 +0200 (Sat, 16 Oct 2010) | 5 lines [MOD] Dropped date sorting in sheet history, it got very confusing, VERY fast [MOD] Migrated many of the js for tiki-view_sheets.js into functions called form the page [ADD] Added revision dates at the top of sheet history so you know what you are looking at [MOD] Changed the name of tiki-view-sheets.tpl to tiki-view_sheets.tpl, it was making me very angry! [FIX] The back button issue for viewing sheet history ---------------------------------------------- r30058 | sampaioprimo | 2010-10-15 23:24:16 +0200 (Fri, 15 Oct 2010) | 2 lines add test for collapsible heading ---------------------------------------------- r30057 | sylvieg | 2010-10-15 23:09:52 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]calendar: more precise message for the calendar import format ---------------------------------------------- r30056 | sampaioprimo | 2010-10-15 23:01:12 +0200 (Fri, 15 Oct 2010) | 1 line adding back a few tests that were commented (just had to replace \n with <br />, makes sense?) ---------------------------------------------- r30055 | sampaioprimo | 2010-10-15 22:52:47 +0200 (Fri, 15 Oct 2010) | 2 lines ops, changed some spaces inside strings to tab with previous commit ---------------------------------------------- r30050 | jonnybradley | 2010-10-15 19:51:12 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] textarea: Correct logic for session timeout warning box and stop it appearing momentarily on page load. Also pass on tracker as section for toolbar choice for when in plugin. ---------------------------------------------- r30049 | jonnybradley | 2010-10-15 19:15:52 +0200 (Fri, 15 Oct 2010) | 1 line [CSS] trackerfilter-result: better max height - 120 lines instead of 50 which was way too short ---------------------------------------------- r30047 | ricks99 | 2010-10-15 18:31:30 +0200 (Fri, 15 Oct 2010) | 1 line [ENH]Better message to user when tree is empty. ---------------------------------------------- r30046 | jonnybradley | 2010-10-15 18:10:23 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] tracker plugin: Correct logic for auto-assign user fields (should fix lack of "submitted by" info experienced on dev.t.o wishlist) ---------------------------------------------- r30045 | jonnybradley | 2010-10-15 17:35:50 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] trackers: More on category fields - fixes tiki-view_tracker.php list (tracker plugin still not quite right on multiselects) ---------------------------------------------- r30044 | sampaioprimo | 2010-10-15 16:54:45 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] set right padding-top for interactive translation box ---------------------------------------------- r30041 | sampaioprimo | 2010-10-15 16:01:05 +0200 (Fri, 15 Oct 2010) | 1 line pt-br translations done on i18n.tiki.org ---------------------------------------------- r30040 | sampaioprimo | 2010-10-15 15:35:37 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] setting file galery as home page now works (was using wrong preference name) ---------------------------------------------- r30039 | sylvieg | 2010-10-15 15:33:56 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]perms: admin_importer and admin_toolbars do not give admin perms to all tiki perms - we were lucky the tiki_p_admin was the last one in the perms list ---------------------------------------------- r30038 | jonnybradley | 2010-10-15 14:53:01 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] trackers: 2nd part of fix for category fields not working reliably since the "descendants" option was added. Fixes tiki-view_tracker_item.php (anywhere else needed?) ---------------------------------------------- r30037 | luciash | 2010-10-15 13:34:10 +0200 (Fri, 15 Oct 2010) | 1 line xhtml: added missing alt for img tags ---------------------------------------------- r30036 | jonnybradley | 2010-10-15 13:25:55 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] trackers: Partial fix for category fields not working reliably since the "descendants" option was added. Fixes plugins, not tiki-view_tracker_item.php (yet) ---------------------------------------------- r30035 | luciash | 2010-10-15 13:22:21 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] Kaltura media entries actions i18n: added missing tr to some strings ---------------------------------------------- r30034 | luciash | 2010-10-15 13:13:23 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] Kaltura media entries actions: change from view to download icon link ---------------------------------------------- r30032 | xavidp | 2010-10-15 12:47:10 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]Usability fix: Disambiguation in the labels shown to users for Share access rights with friends. Thanks J?\195?\182rn (cdrwhite) ---------------------------------------------- r30031 | luciash | 2010-10-15 12:29:20 +0200 (Fri, 15 Oct 2010) | 1 line [FIX] Kaltura media entries: change from download link to view link ---------------------------------------------- r30030 | xavidp | 2010-10-15 11:34:07 +0200 (Fri, 15 Oct 2010) | 1 line [FIX]Usability fix: after sending a message to multiple users, you see their names separated by commas for some reason, while the right syntax to have multiple usernames in the required fields is by separating them with semicolon instead. Tip added with that info. ---------------------------------------------- r30023 | jonnybradley | 2010-10-14 23:12:46 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] multilingual: Disabled translations menu when showing structures as it doesn't work. Use the switch language module as a work-around pending a proper fix after 6.0 ---------------------------------------------- r30022 | jonnybradley | 2010-10-14 23:04:46 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] flags: Missing Welsh mapping ---------------------------------------------- r30020 | jonnybradley | 2010-10-14 21:57:30 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] rankings: Use $multilinguallib->useBestLanguage() instead of outdated request params. ---------------------------------------------- r30019 | jonnybradley | 2010-10-14 21:41:53 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] xhtml: Wrap form contents in divs ---------------------------------------------- r30017 | jonnybradley | 2010-10-14 21:25:10 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] multilingual: Respect pref feature_detect_language (from browser) when detecting languages. ---------------------------------------------- r30014 | sept_7 | 2010-10-14 18:15:35 +0200 (Thu, 14 Oct 2010) | 2 lines [FIX] Small layout fix for consistency. ---------------------------------------------- r30011 | chibaguy | 2010-10-14 15:48:14 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] Correction of where display:table is placed (from body to #fixedwidth). Please test for Javascript and textarea errors. ---------------------------------------------- r30008 | marclaporte | 2010-10-14 15:44:53 +0200 (Thu, 14 Oct 2010) | 1 line remove stray secdb file ---------------------------------------------- r30006 | chibaguy | 2010-10-14 14:57:47 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] Alternative method to implement fixed-width without !important on widths, and moving rules so lite.css doesn't have Tiki-specific code. Please test again for Javascript and textarea errors. ---------------------------------------------- r30005 | robertplummer | 2010-10-14 14:28:16 +0200 (Thu, 14 Oct 2010) | 1 line [MOD] Changed the name of the history template, it was causing xajax to fail. ---------------------------------------------- r30004 | chibaguy | 2010-10-14 13:42:10 +0200 (Thu, 14 Oct 2010) | 1 line [FIX] Page background images weren't going full-width (in this theme, div#fixedwidth is full-width to allow wide header and footer background images; divs #header-top, #tiki-top .wrapper, and #middle have width: 990px). ---------------------------------------------- r30002 | robertplummer | 2010-10-14 03:05:13 +0200 (Thu, 14 Oct 2010) | 1 line [ENH] Changes for sheet to support pagination in history. Still needs a bit of debug, but links are there. ---------------------------------------------- r30000 | chealer | 2010-10-14 00:22:54 +0200 (Thu, 14 Oct 2010) | 3 lines [FIX] PDO: uploading a file to a file gallery and recovering it breaks its non-ASCII characters when client_charset and character_set_database differ (often making applications report the file as corrupted), and operations on BLOBs in general partially reverts r27399. Ref: http://sourceforge.net/mailarchive/message.php?msg_name=4CAAAFFD.6040103%40gmail.com This will probably have the opposite effect for BLOBs populated in Tiki 5; please report if this happens ---------------------------------------------- r29999 | sept_7 | 2010-10-13 22:39:40 +0200 (Wed, 13 Oct 2010) | 2 lines [ENH] More french translations ---------------------------------------------- r29998 | sept_7 | 2010-10-13 22:39:02 +0200 (Wed, 13 Oct 2010) | 2 lines [FIX] small layout modification for readability of examples ---------------------------------------------- r29995 | jonnybradley | 2010-10-13 20:40:21 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] xhtml: Wrap form contents in a fieldset and correct <p> tags ---------------------------------------------- r29993 | jonnybradley | 2010-10-13 19:23:57 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] search module: Search page needs "highlight" not "find" as the main param. ---------------------------------------------- r29992 | jonnybradley | 2010-10-13 19:20:21 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] xhtml: Wrap form contents in a div (fieldset has a border etc) ---------------------------------------------- r29991 | jonnybradley | 2010-10-13 19:07:55 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] autocomplete: Hide selector when input is clicked on. Should make it less "sticky". ---------------------------------------------- r29987 | sept_7 | 2010-10-13 18:01:52 +0200 (Wed, 13 Oct 2010) | 2 lines [ENH] more French translations ---------------------------------------------- r29986 | sept_7 | 2010-10-13 18:01:20 +0200 (Wed, 13 Oct 2010) | 2 lines [ENH] Some layout modification + some more translated strings ---------------------------------------------- r29984 | Jyhem | 2010-10-13 16:23:53 +0200 (Wed, 13 Oct 2010) | 1 line [FIX] Blog titles and freetags were mixed up randomly depending on title length and number of tags. Now freetags are aways below the title ---------------------------------------------- r29983 | sylvieg | 2010-10-13 15:59:53 +0200 (Wed, 13 Oct 2010) | 1 line [FIX]todo: the wiki body is html - let the mail lib sorts out html and text ---------------------------------------------- r29980 | xavidp | 2010-10-13 14:58:23 +0200 (Wed, 13 Oct 2010) | 1 line [FIX]Tip added about a param needed in some servers for rewrite rules to work, even if not in subdirectories. Took many hours to fix that issue in one of those servers without this tip. ---------------------------------------------- r29884 | Jyhem | 2010-10-07 21:13:57 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Restore correct display of sitesearchbar for FireFox ---------------------------------------------- r29881 | lindonb | 2010-10-07 21:02:20 +0200 (Thu, 07 Oct 2010) | 1 line Add icon to represent the plugin. ---------------------------------------------- r29880 | Jyhem | 2010-10-07 20:37:16 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Restore 100% width for non fixed-width option in FireFox ---------------------------------------------- r29879 | eromneg | 2010-10-07 20:09:06 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] split row so that edit screen has full width so that wysiwyg editor shows as close as possible to the actual width ---------------------------------------------- r29878 | eromneg | 2010-10-07 19:44:43 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] provide id to allow css changes to html within newsletter send iframe ---------------------------------------------- r29877 | sampaioprimo | 2010-10-07 19:30:22 +0200 (Thu, 07 Oct 2010) | 1 line Hungarian tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29876 | sampaioprimo | 2010-10-07 19:12:47 +0200 (Thu, 07 Oct 2010) | 1 line Welsh tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29875 | sampaioprimo | 2010-10-07 19:07:35 +0200 (Thu, 07 Oct 2010) | 1 line Brazilian Portuguese tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29874 | sampaioprimo | 2010-10-07 19:05:41 +0200 (Thu, 07 Oct 2010) | 1 line Catal?\195?\160 tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29873 | sampaioprimo | 2010-10-07 19:00:28 +0200 (Thu, 07 Oct 2010) | 1 line French tranlations done by different contributors on i18n.tiki.org ---------------------------------------------- r29872 | nkoth | 2010-10-07 18:46:49 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Autosavefields specified through query string was not being saved ---------------------------------------------- r29871 | sept_7 | 2010-10-07 17:34:03 +0200 (Thu, 07 Oct 2010) | 2 lines [FIX/bp 29870] fix incorrect include path ---------------------------------------------- r29868 | sylvieg | 2010-10-07 16:58:36 +0200 (Thu, 07 Oct 2010) | 1 line [FIX]TRACKER: smarty addign date and itemId to use in the custom mail ---------------------------------------------- r29867 | nyloth | 2010-10-07 16:11:15 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] blogs: display an error when trying to display a post that does not exist. ---------------------------------------------- r29865 | sept_7 | 2010-10-07 13:27:00 +0200 (Thu, 07 Oct 2010) | 3 lines [FIX/bp29863] more directories ignored for the language files, mostly externals. This will help speeding things up in release script by avoiding useless work. ---------------------------------------------- r29864 | sept_7 | 2010-10-07 13:25:39 +0200 (Thu, 07 Oct 2010) | 2 lines [FIX/bp 29860 29861 29862] dos to unix file convertion, missing svn:properties ---------------------------------------------- r29859 | chibaguy | 2010-10-07 12:19:25 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Keep wide column content from overlapping. (Needs to be tested in all browsers and if javascript and textarea errors continue, in fixed-width and no-fixed-width configurations.) ---------------------------------------------- r29858 | Jyhem | 2010-10-07 12:06:40 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] Remove notice ---------------------------------------------- r29857 | sept_7 | 2010-10-07 10:20:28 +0200 (Thu, 07 Oct 2010) | 4 lines [FIX/bp 29855] Fix error path to avoid file write error if file is not writable, fix notice, and add directories not to look like Zend, phplayers, ezcomponent etc. ---------------------------------------------- r29856 | sept_7 | 2010-10-07 10:15:28 +0200 (Thu, 07 Oct 2010) | 2 lines [ENH/bp 29854] Indentation to ease further patches ---------------------------------------------- r29853 | marclaporte | 2010-10-07 07:40:33 +0200 (Thu, 07 Oct 2010) | 1 line [MOD] On new installs, better defaults to permits to http://doc.tiki.org/Show+changes before saving, as part of http://doc.tiki.org/Live+preview I expect debate on this change. ---------------------------------------------- r29852 | jonnybradley | 2010-10-07 06:25:11 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] parser: Allow external wikis to be case-insensitive ---------------------------------------------- r29851 | marclaporte | 2010-10-07 05:04:12 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] consistent title for external wiki admin panel ---------------------------------------------- r29850 | jonnybradley | 2010-10-07 04:55:52 +0200 (Thu, 07 Oct 2010) | 1 line [MOD] wiki_plugin_edit_view: Move toggle icone after page edit and change icons to plugin based ones. ---------------------------------------------- r29849 | marclaporte | 2010-10-07 04:15:01 +0200 (Thu, 07 Oct 2010) | 1 line TikiWiki -> Tiki ---------------------------------------------- r29848 | marclaporte | 2010-10-07 03:54:33 +0200 (Thu, 07 Oct 2010) | 1 line leftover pref ---------------------------------------------- r29847 | marclaporte | 2010-10-07 03:45:57 +0200 (Thu, 07 Oct 2010) | 1 line new domain name ---------------------------------------------- r29846 | lindonb | 2010-10-07 03:33:56 +0200 (Thu, 07 Oct 2010) | 1 line [KIL] Ancient code with queries on non-existent fields ---------------------------------------------- r29845 | lindonb | 2010-10-07 02:23:41 +0200 (Thu, 07 Oct 2010) | 1 line [KIL] Delete unused plugin filelink. To do: incorporate this into an existing plugin (plugin file and/or files). As discussed at TikiFestNY. ---------------------------------------------- r29844 | nyloth | 2010-10-07 00:08:11 +0200 (Thu, 07 Oct 2010) | 1 line [FIX] lite.css : 'display: table' on the body is causing a lot of javascript problems / weird behaviors, especially when trying to get selection range of textareas. ---------------------------------------------- r29843 | jonnybradley | 2010-10-06 23:56:26 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] files plugin: Better titles and descriptions, use advanced section for some params, add fgal picker for fileId. ---------------------------------------------- r29842 | nyloth | 2010-10-06 23:47:06 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] freetags : display 'no result' when there is no result found + parse tag description + strip_tags on tags names and description ---------------------------------------------- r29841 | nyloth | 2010-10-06 23:04:55 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] dos2unix on templates/tiki-browse_freetags.tpl ---------------------------------------------- r29840 | jonnybradley | 2010-10-06 22:58:44 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] kaltura: Workaround for save/publish not setting editor type (so you have to do it in "change details" form) ---------------------------------------------- r29839 | changi67 | 2010-10-06 22:19:21 +0200 (Wed, 06 Oct 2010) | 1 line ~FIX~ Put the right svn property - thx pkdille ---------------------------------------------- r29838 | Jyhem | 2010-10-06 21:30:32 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Correct IE7 bug which displayed input field incorrectly in case searchbar is apparent ---------------------------------------------- r29837 | chealer | 2010-10-06 21:08:09 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Admin panel: don't say there's a new version if stable.version has old version or tiki_release from cache is outdated ---------------------------------------------- r29836 | nyloth | 2010-10-06 20:48:21 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] CAS authentication: Keep cas=y argument for the login page when redirect to https or http. ---------------------------------------------- r29835 | jonnybradley | 2010-10-06 19:55:39 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] kaltura: Respect page size on lists, and reveal hidden editor pref ---------------------------------------------- r29834 | nyloth | 2010-10-06 19:11:38 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] filegals: fix images alignement in FF, IE6 and IE7 when the lines around the image varies too much ---------------------------------------------- r29833 | nyloth | 2010-10-06 18:59:39 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] header: use breadcrumbs only if prefs.feature_breadcrumbs is enabled + also translate browsertitle and headtitle ---------------------------------------------- r29832 | nyloth | 2010-10-06 18:44:41 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] file galleries: be able to change parent gallery just after creating a new gallery ---------------------------------------------- r29831 | nyloth | 2010-10-06 18:01:23 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Fix the rendering with ie7 and jquery.slidedown (correct edit tab in trackers for ie7) - this is a known jquery bug (http://dev.jquery.com/ticket/3120) which is not fixed yet. ---------------------------------------------- r29829 | nyloth | 2010-10-06 17:12:03 +0200 (Wed, 06 Oct 2010) | 7 lines [FIX] CAS authentication / auto-login SSO - Avoid CAS periodic revalidation on POST methods and when using CLI, because CAS is not able to handle those cases and data will be lost (especially POST data) - Auto-login SSO : do not force redirection to authentication page if not already logged in SSO - Auto-login SSO : Avoid infinite loop when not logged into SSO - Allow users to choose if the CAS logout should also log out from the CAS SSO ---------------------------------------------- r29828 | sept_7 | 2010-10-06 15:55:12 +0200 (Wed, 06 Oct 2010) | 7 lines [ENH/bp29805] Change the way already minified JS are handled. We skip minifying files if: o the file name ends with '.min.js' o or is added with headerlib->add_jsfile($file,$rank,true) the third argument means : true minified file, false normal file With this modification we don't break JS file order. ---------------------------------------------- r29827 | sept_7 | 2010-10-06 15:53:34 +0200 (Wed, 06 Oct 2010) | 2 lines [EHN/bp29804 29814 29819 29820 29823] French translation + typo + allow more strings to be translated ---------------------------------------------- r29826 | nyloth | 2010-10-06 11:53:11 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Loses the session when creating a page with the character exclamation mark in the name (tested using https). ---------------------------------------------- r29824 | chibaguy | 2010-10-06 06:54:23 +0200 (Wed, 06 Oct 2010) | 1 line [FIX] Button hover style wasn't being applied (at least in Firefox) because hover state selector wasn't as specific as normal state (".button" vs. "span.button"). Thanks to Xavi for reporting. ---------------------------------------------- r29818 | pkdille | 2010-10-05 23:48:10 +0200 (Tue, 05 Oct 2010) | 1 line Rollback r29815 - too late in this branch ---------------------------------------------- r29817 | pkdille | 2010-10-05 23:47:45 +0200 (Tue, 05 Oct 2010) | 1 line Rollback #29812 - too late in this branch ---------------------------------------------- r29815 | pkdille | 2010-10-05 23:07:52 +0200 (Tue, 05 Oct 2010) | 1 line some code cleanup (zend rules) - seen on quality.tw.o ---------------------------------------------- r29809 | changi67 | 2010-10-05 21:05:51 +0200 (Tue, 05 Oct 2010) | 1 line accidently remove comment ---------------------------------------------- r29808 | changi67 | 2010-10-05 21:03:44 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Release script is broken because is not set when you don't have a db/local.php ---------------------------------------------- r29806 | Jyhem | 2010-10-05 19:43:01 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Correct IE7 bug which displayed input field incorrectly ---------------------------------------------- r29803 | nkoth | 2010-10-05 17:13:54 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Prevent notices ---------------------------------------------- r29802 | nkoth | 2010-10-05 17:11:27 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Page links was broken (empty pagename) when redirect to similar was on, for aliases ---------------------------------------------- r29801 | sylvieg | 2010-10-05 16:54:17 +0200 (Tue, 05 Oct 2010) | 1 line [FIX]articles: pagination must be outside the loop ---------------------------------------------- r29800 | xavidp | 2010-10-05 13:34:42 +0200 (Tue, 05 Oct 2010) | 1 line [FIX]Fix description of the tip, since it can be shown in places where there is no "preview" button (textareas in wiki pages through PluginTracker calls, etc). while there is no better fix for this ... ---------------------------------------------- r29799 | chealer | 2010-10-05 08:34:04 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Since last visit module: Do not show comments which are not approved ---------------------------------------------- r29798 | jonnybradley | 2010-10-05 07:53:54 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] kaltura: Remove upload widget after adding media. ---------------------------------------------- r29797 | jonnybradley | 2010-10-05 07:47:30 +0200 (Tue, 05 Oct 2010) | 1 line [DOC] kaltura: Use new plugin syntax (properly) ---------------------------------------------- r29796 | jonnybradley | 2010-10-05 07:23:30 +0200 (Tue, 05 Oct 2010) | 1 line [DOC] kaltura: Add plugin embed code to kaltura info box. ---------------------------------------------- r29795 | marclaporte | 2010-10-05 06:52:04 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] Updated help message for Kaltura ---------------------------------------------- r29794 | jonnybradley | 2010-10-05 06:40:47 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] plugin approval: De-sanitize plugin data to make fingerprints consistant with 5.x (so they don't need re-approving). ---------------------------------------------- r29793 | jonnybradley | 2010-10-05 06:30:20 +0200 (Tue, 05 Oct 2010) | 1 line [FIX] parse_data: Move test for not adding line-ends on single line "pages" to happen when wiki paragraph processing only. Fixes unit tests on parser (which don't test wiki para mode). ---------------------------------------------- r29792 | marclaporte | 2010-10-05 05:12:48 +0200 (Tue, 05 Oct 2010) | 1 line [DOC] this script is not working for me so documenting a workaround ---------------------------------------------- r29791 | marclaporte | 2010-10-05 05:10:08 +0200 (Tue, 05 Oct 2010) | 1 line spaces between words are nice ---------------------------------------------- r29787 | marclaporte | 2010-10-05 02:01:56 +0200 (Tue, 05 Oct 2010) | 1 line typos ---------------------------------------------- r29785 | sylvieg | 2010-10-04 20:07:07 +0200 (Mon, 04 Oct 2010) | 1 line [FIX]toolbar: when the toolbar is comment toolbar of the section links admin toolbar to the comment version ---------------------------------------------- r29781 | sylvieg | 2010-10-04 18:51:45 +0200 (Mon, 04 Oct 2010) | 1 line [FIX]toolbar: missing -=title bar=- ---------------------------------------------- r29780 | sylvieg | 2010-10-04 18:20:24 +0200 (Mon, 04 Oct 2010) | 1 line [NEW]captcha: introduce new params to have an easier code to read and to be able to specify image size to fit in a column ---------------------------------------------- r29778 | luciash | 2010-10-04 08:49:03 +0200 (Mon, 04 Oct 2010) | 1 line Kaltura entries: refactoring to avoid code duplication ---------------------------------------------- r29777 | lindonb | 2010-10-04 05:51:38 +0200 (Mon, 04 Oct 2010) | 1 line [FIX} Add plugin edit options and info. No change to functionality. ---------------------------------------------- r29776 | jonnybradley | 2010-10-04 05:51:23 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] kaltura: Status as text and upload link to media not mixes ---------------------------------------------- r29775 | luciash | 2010-10-04 05:28:40 +0200 (Mon, 04 Oct 2010) | 1 line oops, brining back the bottom: -1px for remarksbox titles ---------------------------------------------- r29774 | luciash | 2010-10-04 05:17:31 +0200 (Mon, 04 Oct 2010) | 1 line [ENH] Kaltura entries: Add New Media link ---------------------------------------------- r29773 | nkoth | 2010-10-04 05:08:20 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] New defaults ---------------------------------------------- r29772 | luciash | 2010-10-04 04:54:55 +0200 (Mon, 04 Oct 2010) | 1 line [ENH] Kaltura entries: better labels on button links + real buttons floated on right ---------------------------------------------- r29771 | nkoth | 2010-10-04 04:54:42 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] only show Modified By when Kaltura user is Tiki user (also works around apparent Kaltura Safari problem where __ADMIN__xxxxx user is recorded as Modified By. ---------------------------------------------- r29770 | nkoth | 2010-10-04 04:50:15 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] sorting of mix entries ---------------------------------------------- r29769 | nkoth | 2010-10-04 04:27:25 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] proper link to admin panel ---------------------------------------------- r29768 | jonnybradley | 2010-10-04 04:09:30 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] kaltura: Update entry properties fixed ---------------------------------------------- r29767 | nkoth | 2010-10-04 03:39:25 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] Change filenames referred to ---------------------------------------------- r29766 | jonnybradley | 2010-10-04 03:01:37 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] kaltura: Use prefs instead of hard-coded values for player etc. ---------------------------------------------- r29765 | luciash | 2010-10-04 03:01:34 +0200 (Mon, 04 Oct 2010) | 1 line [FIX] fixing gap (introduced by xhtml strict switch) between remarksbox title and data ---------------------------------------------- r29764 | jonnybradley | 2010-10-04 03:00:27 +0200 (Mon, 04 Oct 2010) | 1 line [KIL] Remove 2 old tpls not used any more and a comment about them (from early kaltura dev) ---------------------------------------------- r29763 | jonnybradley | 2010-10-04 02:03:14 +0200 (Mon, 04 Oct 2010) | 2 lines [FIX] kaltura: Many fixes from the Open Video Conference Hack Day. API updates, new players and numerous fixes. ---------------------------------------------- r29762 | sylvieg | 2010-10-04 00:04:26 +0200 (Mon, 04 Oct 2010) | 1 line [FIX]article: sefurl from last comments mustr open the comments zone and anchor the thread ---------------------------------------------- r29758 | sylvieg | 2010-10-02 16:08:03 +0200 (Sat, 02 Oct 2010) | 1 line translation ---------------------------------------------- r29757 | pkdille | 2010-10-02 08:01:40 +0200 (Sat, 02 Oct 2010) | 1 line [MOD] add tabs to admin menu menu options template ---------------------------------------------- r29754 | xavidp | 2010-10-01 13:52:49 +0200 (Fri, 01 Oct 2010) | 1 line [FIX]Fix wrong description of incompatibilities in current stable geshi releases (1.0.8.9), related to colors & line numbers, and wrap & line numbers. ---------------------------------------------- r29753 | jonnybradley | 2010-09-30 23:18:44 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] kaltura: Make the kaltura "user" value a pref instead of being hard-wired to the server's host name. ---------------------------------------------- r29752 | jonnybradley | 2010-09-30 22:35:14 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] kaltura: No need for the config to be in a function ---------------------------------------------- r29751 | jonnybradley | 2010-09-30 22:27:01 +0200 (Thu, 30 Sep 2010) | 1 line [REF] kaltura: Refactoring common code into lib ---------------------------------------------- r29750 | jonnybradley | 2010-09-30 21:16:15 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] ckeditor: Don't attempt to do wysiwyg for trackerlists, far too dangerous. So just show the syntax as a placeholder. ---------------------------------------------- r29749 | sylvieg | 2010-09-30 21:14:14 +0200 (Thu, 30 Sep 2010) | 1 line [FIX]multitiki: create the local.php in the tikidomain subdir + ise tikkidomainslash ---------------------------------------------- r29748 | jonnybradley | 2010-09-30 20:17:36 +0200 (Thu, 30 Sep 2010) | 1 line [FIX} toolbars: PageBreak syntax was getting parsed when toolbar was in a plugin (like TRACKER) ---------------------------------------------- r29747 | jonnybradley | 2010-09-30 19:14:51 +0200 (Thu, 30 Sep 2010) | 1 line [DOC] htaccess: Small hint about RewriteBase ---------------------------------------------- r29746 | sylvieg | 2010-09-30 17:53:48 +0200 (Thu, 30 Sep 2010) | 1 line [FIX]installer: multitiki lock ---------------------------------------------- r29744 | sdoh | 2010-09-30 17:22:03 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] youtube playlist videos module : add missing global ---------------------------------------------- r29743 | cdrwhite | 2010-09-30 16:46:11 +0200 (Thu, 30 Sep 2010) | 2 lines [FIX] Correct icon name for share in fgal_context_menu and correct callback URL in admin social networks ---------------------------------------------- r29741 | xavidp | 2010-09-30 11:33:48 +0200 (Thu, 30 Sep 2010) | 1 line [FIX]Add common params to the wiki edit help for toc and maketoc (after so many years, and I did still find useless the so scarce information about them without the common params; every time I had to go to the doc.t.o page to find their syntax) ---------------------------------------------- r29740 | sdoh | 2010-09-30 10:59:26 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] wikiplugin youtube: remove codebase attribute which is not needed and is causing warnings on IE when accessing the site in HTTPS ---------------------------------------------- r29739 | sdoh | 2010-09-30 10:54:16 +0200 (Thu, 30 Sep 2010) | 1 line [FIX] Sync retrieved user infos from ldap with or without cas auth_mode. Logon with ldap auth_mode. ---------------------------------------------- r29738 | pkdille | 2010-09-29 22:22:37 +0200 (Wed, 29 Sep 2010) | 1 line adding 3.8 to twversion file ---------------------------------------------- r29736 | nkoth | 2010-09-29 21:58:44 +0200 (Wed, 29 Sep 2010) | 1 line [FIX] forum: avoid this variable may not be empty: $_POST['...'] once and for all for various different cases ---------------------------------------------- r29734 | sylvieg | 2010-09-29 21:12:26 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]TRACKERLIST: missing filterfield=x, exactvalue=not(y) filters the items where fieldId x does not equals to y ---------------------------------------------- r29721 | sylvieg | 2010-09-29 17:51:20 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]multilingual: when clicking on the logo go to the homepage of the current language ---------------------------------------------- r29720 | sylvieg | 2010-09-29 15:57:55 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]TRACKER: multilingual value for TRACKER on an already existing itemId ---------------------------------------------- r29719 | marclaporte | 2010-09-29 15:32:54 +0200 (Wed, 29 Sep 2010) | 1 line [DOC] In release process, adding a cleanup step to save disk space ---------------------------------------------- r29717 | pkdille | 2010-09-29 07:21:06 +0200 (Wed, 29 Sep 2010) | 1 line add 5.3 to twversion file ---------------------------------------------- r29716 | sylvieg | 2010-09-29 01:01:07 +0200 (Wed, 29 Sep 2010) | 1 line [FIX]tracker: separate textarea for each lang ---------------------------------------------- r29714 | chealer | 2010-09-29 00:49:35 +0200 (Wed, 29 Sep 2010) | 2 lines [FIX] Trackers: jscalendar fields popping up invisible or partly invisible due to lower z-index than tabs (0<1). Set global jscalendar z-index to 6. Thanks Guillaume Hamel ---------------------------------------------- r29694 | jonnybradley | 2010-09-28 19:42:40 +0200 (Tue, 28 Sep 2010) | 1 line [DB] Fix order for sefurl tiki-download_file.php without params (needs to happen after thumbnail, display etc) ---------------------------------------------- r29693 | jonnybradley | 2010-09-28 19:38:57 +0200 (Tue, 28 Sep 2010) | 1 line [FIX] fgals manager: fix syntax for when used as a picker from the plugin edit popup and fileId or the url is required. (thanks chealer) ---------------------------------------------- r29688 | jonnybradley | 2010-09-28 14:00:41 +0200 (Tue, 28 Sep 2010) | 1 line [FIX] ckeditor: oops ---------------------------------------------- r29687 | jonnybradley | 2010-09-28 13:58:29 +0200 (Tue, 28 Sep 2010) | 1 line [FIX] ckeditor: Test for autosave feature before using it. ---------------------------------------------- r29683 | chealer | 2010-09-28 05:19:14 +0200 (Tue, 28 Sep 2010) | 2 lines [FIX] FILELINK: handle absence of label oops ---------------------------------------------- r29681 | sept_7 | 2010-09-28 01:00:31 +0200 (Tue, 28 Sep 2010) | 3 lines [FIX/bp 29680] more sanitization of input variable to avoid varcheck error just after. ---------------------------------------------- r29678 | sept_7 | 2010-09-28 00:38:58 +0200 (Tue, 28 Sep 2010) | 2 lines [FIX/bp 29677] typo :( ---------------------------------------------- r29674 | chealer | 2010-09-27 21:51:54 +0200 (Mon, 27 Sep 2010) | 2 lines [FIX] tiki-jsplugin.php (reverts r29668) ---------------------------------------------- r29673 | jonnybradley | 2010-09-27 21:46:51 +0200 (Mon, 27 Sep 2010) | 1 line [FIX] ckeditor: Better handling for selection that spans multiple elements (often in Firefox) ---------------------------------------------- r29672 | changi67 | 2010-09-27 21:42:01 +0200 (Mon, 27 Sep 2010) | 1 line ~FIX~ Fix missing column checking if they exist or not ---------------------------------------------- r29671 | changi67 | 2010-09-27 21:40:57 +0200 (Mon, 27 Sep 2010) | 1 line ~KIL~ Remove this sql script, will be replace by a PHP one which check the column existence ---------------------------------------------- r29670 | changi67 | 2010-09-27 21:37:38 +0200 (Mon, 27 Sep 2010) | 1 line ~FIX~ Better to ignore when already exist ---------------------------------------------- r29668 | sept_7 | 2010-09-27 21:07:23 +0200 (Mon, 27 Sep 2010) | 2 lines [FIX/bp 29667] PHP notice and absolute include path ---------------------------------------------- r29666 | luciash | 2010-09-27 20:44:28 +0200 (Mon, 27 Sep 2010) | 1 line [bp/r29662] information.tpl was removed ---------------------------------------------- r29665 | jonnybradley | 2010-09-27 20:24:53 +0200 (Mon, 27 Sep 2010) | 2 lines [FIX] ckeditor: Use the correct dataProcessor to parse the source, not the one i found in some parallel universe. Fixes anchor and pagebreak elements, probably others. ---------------------------------------------- r29663 | chealer | 2010-09-27 19:32:37 +0200 (Mon, 27 Sep 2010) | 1 line [FIX] undefined $tikipath breaking JS with display_errors and when showing notices ---------------------------------------------- r29661 | luciash | 2010-09-27 19:20:56 +0200 (Mon, 27 Sep 2010) | 1 line [KIL] information.tpl: unused file ---------------------------------------------- r29658 | pkdille | 2010-09-27 18:14:07 +0200 (Mon, 27 Sep 2010) | 1 line Homogenize titles in tiki-view_forum_thread and in tiki-view_forum ---------------------------------------------- r29656 | sylvieg | 2010-09-27 16:08:11 +0200 (Mon, 27 Sep 2010) | 1 line [FIX]edit section: obsolete files ---------------------------------------------- r29651 | chealer | 2010-09-27 09:04:08 +0200 (Mon, 27 Sep 2010) | 1 line [SEC] Add authenticity checks and switch from ticketlib[1] to ticketlib2 ---------------------------------------------- r29646 | sampaioprimo | 2010-09-26 17:28:51 +0200 (Sun, 26 Sep 2010) | 2 lines [FIX] second attempt to fix comments listing after replying a comment (see r28688 and r29588) ---------------------------------------------- r29635 | changi67 | 2010-09-26 15:41:40 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] one space left ---------------------------------------------- r29634 | sept_7 | 2010-09-26 12:50:48 +0200 (Sun, 26 Sep 2010) | 2 lines [FIX/bp 29629] Sanitize inputs ---------------------------------------------- r29631 | minger0 | 2010-09-26 12:45:49 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] import_csv handles the utf8 byte order mark from now on ---------------------------------------------- r29628 | minger0 | 2010-09-26 12:38:18 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] added ~np~ to the wikiplugin_back ---------------------------------------------- r29623 | pkdille | 2010-09-26 08:29:13 +0200 (Sun, 26 Sep 2010) | 1 line [bp/r29589] [FIX] Solve bugs of variables 'undefined is null or not object' at unloading of the page with IE ---------------------------------------------- r29622 | luciash | 2010-09-26 05:15:53 +0200 (Sun, 26 Sep 2010) | 1 line missing head title ---------------------------------------------- r29619 | sept_7 | 2010-09-26 04:46:41 +0200 (Sun, 26 Sep 2010) | 2 lines [FIX/bp 29618] Sanitize input ---------------------------------------------- r29617 | luciash | 2010-09-26 00:59:21 +0200 (Sun, 26 Sep 2010) | 1 line [FIX] installer: prevent empty browser title ---------------------------------------------- r29616 | luciash | 2010-09-26 00:10:34 +0200 (Sun, 26 Sep 2010) | 1 line little typo, tweaks and restored the powered by button ---------------------------------------------- r29614 | jonnybradley | 2010-09-25 19:53:04 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] ckeditor: Clean out cke_protected comments occurring on missing images, remove duplicated code for reparsing, improve content recovery for ajax errors (a little temporary debug code still in there for now) and a couple of comment changes ---------------------------------------------- r29613 | jonnybradley | 2010-09-25 19:49:56 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] trackerlist: implode warning ---------------------------------------------- r29612 | jonnybradley | 2010-09-25 19:49:12 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] ckeditor: Don't try and load the home page as a stylesheet if the style option is not set or doesn't exist (makes things a bit slow) ---------------------------------------------- r29611 | jonnybradley | 2010-09-25 19:47:27 +0200 (Sat, 25 Sep 2010) | 1 line [MOD] plugin editor: Don't put fields with content in, in the advanced section ---------------------------------------------- r29610 | luciash | 2010-09-25 16:12:35 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] empty theme: misplaced quote, thanks to Wizek on IRC ---------------------------------------------- r29609 | chibaguy | 2010-09-25 15:11:49 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] Site title text was too far to left and overlapping background image. ---------------------------------------------- r29608 | changi67 | 2010-09-25 15:02:22 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] Missing 2 for tiki3 upgrade ---------------------------------------------- r29607 | changi67 | 2010-09-25 14:37:23 +0200 (Sat, 25 Sep 2010) | 1 line [FIX] Modify some column param to fit Tiki6 database from previous version ---------------------------------------------- r29605 | jonnybradley | 2010-09-24 20:49:07 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] getCookie: use defval as default value. ---------------------------------------------- r29604 | jonnybradley | 2010-09-24 20:35:11 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] wysiwyg: Tell parse_data if it is_html to stop wiki paragraph parsing. Also stip out empty <p> tags and remove a bit of old fck code. ---------------------------------------------- r29603 | jonnybradley | 2010-09-24 20:01:47 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] xajax: Don't use xajax link for editpage icon on wysiwyg pages. Some sort of conflict with ckeditor's JS loading system causes the editor to fail. ---------------------------------------------- r29602 | robertplummer | 2010-09-24 19:27:02 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] Better way of selection header tags for use with jQuery.s5 ---------------------------------------------- r29601 | jonnybradley | 2010-09-24 18:23:17 +0200 (Fri, 24 Sep 2010) | 1 line [MOD] objectperms: Show which perms are changed for direct object perms, should not change functionality. ---------------------------------------------- r29600 | luciash | 2010-09-24 17:05:40 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] xhtml strict re-fix: label is allowed when in p, div, etc. ---------------------------------------------- r29599 | jonnybradley | 2010-09-24 16:58:36 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] objectperms: Use correct event to trigger from filter by text links ---------------------------------------------- r29598 | jonnybradley | 2010-09-24 16:44:58 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] pagehistory: Various fixes - use htmldiff for html pages, show is_html on history list, parse old and new html the same and allow horizontal scroll for wide lines. ---------------------------------------------- r29597 | luciash | 2010-09-24 15:50:18 +0200 (Fri, 24 Sep 2010) | 1 line [ADD] missing Transitions admin menu item for fresh installs ---------------------------------------------- r29596 | jonnybradley | 2010-09-24 15:40:21 +0200 (Fri, 24 Sep 2010) | 2 lines [FIX] plugin html: Remove sanitisation introduced by nesting {HTML} in other plugins (thanks Xavi), parse data here using is_html (as it obviously is) or decode html. Simplify unnecessary variables used. Remove old help function and some strange code referring to tiki 2.2 - please test. ---------------------------------------------- r29593 | jonnybradley | 2010-09-24 14:59:00 +0200 (Fri, 24 Sep 2010) | 1 line [FIX] installer: use $TWV->getBaseVersion() to just get version number, not the text appearing after it as well ---------------------------------------------- r29592 | sylvieg | 2010-09-24 14:39:53 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]transition: transition can work only on group withno category ---------------------------------------------- r29591 | sylvieg | 2010-09-24 14:09:19 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]transition: missing changes in rollback 27986/28035 ---------------------------------------------- r29588 | sylvieg | 2010-09-24 01:18:32 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]forum: rollback 28688 to have the forum back (the replies of a topic are shown instead of the topics of the forum) ---------------------------------------------- r29587 | sylvieg | 2010-09-24 00:21:22 +0200 (Fri, 24 Sep 2010) | 1 line [FIX]TRACKERLIST: not to have interference betwwen TRACKERLIST on the same page ---------------------------------------------- r29586 | robertplummer | 2010-09-23 23:52:07 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] To get jQuery.s5 working correctly ---------------------------------------------- r29585 | changi67 | 2010-09-23 22:38:58 +0200 (Thu, 23 Sep 2010) | 1 line Oups, wrong paste ---------------------------------------------- r29584 | changi67 | 2010-09-23 22:36:05 +0200 (Thu, 23 Sep 2010) | 1 line [DB] Fix column position between fresh install and upgrade - please use the AFTER parameter ---------------------------------------------- r29583 | changi67 | 2010-09-23 22:14:19 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] XHTML Strict - label is not allowed ---------------------------------------------- r29582 | changi67 | 2010-09-23 22:13:42 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] XHTML Strict - Missing alt ---------------------------------------------- r29581 | changi67 | 2010-09-23 21:50:53 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] We are still in september ---------------------------------------------- r29580 | changi67 | 2010-09-23 21:46:08 +0200 (Thu, 23 Sep 2010) | 1 line [DB] Missing tweetId column in tiki_shoutbox - maybe a missing file in commit r27056 ---------------------------------------------- r29579 | jonnybradley | 2010-09-23 21:28:19 +0200 (Thu, 23 Sep 2010) | 1 line [DB] Fix columns tiki_user_votings.user and tiki_transitions.transition_lookup to be like upgrades ---------------------------------------------- r29578 | changi67 | 2010-09-23 21:15:55 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Lost caracter :( sorry for that ---------------------------------------------- r29577 | changi67 | 2010-09-23 21:04:23 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Missing db upgrade for Social Networking ( missing file in commit r27056) ---------------------------------------------- r29576 | changi67 | 2010-09-23 20:56:47 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Remove reltype because it's kill when you upgrade from previous version (maybe a missing file in commit 27753) ---------------------------------------------- r29574 | nkoth | 2010-09-23 19:15:53 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] previous commit (strpos is faster than strstr) ---------------------------------------------- r29573 | nkoth | 2010-09-23 19:11:31 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] Prevent ambiguous field database errors on clicking on headings in forum post listing ---------------------------------------------- r29572 | nkoth | 2010-09-23 19:08:20 +0200 (Thu, 23 Sep 2010) | 1 line [bp/r29569][FIX] Unable to sort by number of attachments (database error) so hide UI. Not useful anyway. ---------------------------------------------- r29571 | nkoth | 2010-09-23 19:06:54 +0200 (Thu, 23 Sep 2010) | 1 line [bp/r29565][FIX] Prevent non-link words from being changed when page is being renamedw hen page contains both links and non-links of that pagename being renamed ---------------------------------------------- r29568 | jonnybradley | 2010-09-23 18:40:26 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] wysiwyg plugins: Don't add JS with headerlib during wysiwyg parsing as it kills ckeditor. This fixes googlemaps and probably several others. ---------------------------------------------- r29567 | jonnybradley | 2010-09-23 18:37:56 +0200 (Thu, 23 Sep 2010) | 1 line [FIX] preview: getCookie() disappointingly returns null, so use "" as default to stop the select menu being blanked out ---------------------------------------------- r29559 | chealer | 2010-09-22 21:14:39 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] perspectivelib->get_domain_map(): if multidomain_active is not set, consider it takes its default value ---------------------------------------------- r29557 | chealer | 2010-09-22 20:44:41 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] PHP notice "Undefined index: 1" when multidomain_config contains empty lines, breaking sites displaying PHP notices using gzip compression ---------------------------------------------- r29556 | jonnybradley | 2010-09-22 20:36:27 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: Missing </div> ---------------------------------------------- r29555 | sylvieg | 2010-09-22 20:34:37 +0200 (Wed, 22 Sep 2010) | 1 line [bp 29511][FIX]TRACKERFILTER: allow next/previous between items when using trackerfilter and a pretty tracker for each item (with param showpagination=y on the TRACKERLIST(itemId=, wiki= ---------------------------------------------- r29554 | jonnybradley | 2010-09-22 20:18:22 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: Shouldn't have frames in a non-frameset page. Replaced iframe with object. ---------------------------------------------- r29551 | pkdille | 2010-09-22 19:51:08 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] tiki-show_page: if not stripped, the content is never empty and the following test on the captured section fails ---------------------------------------------- r29550 | jonnybradley | 2010-09-22 19:42:36 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] sheets: Add help doc - doesn't validate, TODO in external repo ---------------------------------------------- r29549 | jonnybradley | 2010-09-22 19:29:07 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: <col> tag should be self closing ---------------------------------------------- r29548 | luciash | 2010-09-22 19:26:37 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: form - there is no attribute "name" ---------------------------------------------- r29547 | luciash | 2010-09-22 19:23:40 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: img invalid attribute "name" ---------------------------------------------- r29546 | jonnybradley | 2010-09-22 19:15:48 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toolbars: Fix missing icons. Use lowercase on ck only ones, use wiki ones for ck tools without ck icons. Add some exceptions for oddities in ckeditor css. ---------------------------------------------- r29545 | jonnybradley | 2010-09-22 19:15:14 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toolbars: Fix missing icons. Remove capitalised ones first. ---------------------------------------------- r29544 | luciash | 2010-09-22 19:13:16 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation: missing fieldset ---------------------------------------------- r29543 | jonnybradley | 2010-09-22 19:00:31 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toolbars: Clear sheet view_mode if not in sheet section. ---------------------------------------------- r29542 | jonnybradley | 2010-09-22 18:59:21 +0200 (Wed, 22 Sep 2010) | 1 line [MOD] toolbars: Add most wysiwyg tools to toobars, and help to sheet's one. ---------------------------------------------- r29541 | luciash | 2010-09-22 18:56:39 +0200 (Wed, 22 Sep 2010) | 1 line xhtml markup validation: replaced role attribute ---------------------------------------------- r29540 | luciash | 2010-09-22 18:52:14 +0200 (Wed, 22 Sep 2010) | 1 line xhtml markup validation: replaced role attribute, will be re-introduced for Tiki 7 ---------------------------------------------- r29539 | luciash | 2010-09-22 18:32:44 +0200 (Wed, 22 Sep 2010) | 1 line style attribute CSS validation (reported by Opera error console) ---------------------------------------------- r29537 | jonnybradley | 2010-09-22 17:23:51 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] toggleCols: CSS was the right way after all, just needed the right selector (good on all bundled themes except for "Twist") ---------------------------------------------- r29536 | Jyhem | 2010-09-22 17:16:19 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Tabs-spaces cleanup: Hunt and remove tabs not on beginning of lines so as not to confuse opera (see r29525) ---------------------------------------------- r29534 | sylvieg | 2010-09-22 16:58:58 +0200 (Wed, 22 Sep 2010) | 1 line [FIX]article: do not need to confirm on preview ans save ---------------------------------------------- r29531 | luciash | 2010-09-22 16:39:22 +0200 (Wed, 22 Sep 2010) | 1 line xhtml strict markup validation ---------------------------------------------- r29528 | luciash | 2010-09-22 16:22:22 +0200 (Wed, 22 Sep 2010) | 1 line [MOD] img border strict markup validation (using style="border: none" instead of border="0" attribute) ---------------------------------------------- r29527 | sylvieg | 2010-09-22 15:40:42 +0200 (Wed, 22 Sep 2010) | 1 line [FIX]user: delete the watch user and not current user ---------------------------------------------- r29526 | luciash | 2010-09-22 15:35:17 +0200 (Wed, 22 Sep 2010) | 1 line CSS menus: missing value unit ---------------------------------------------- r29525 | luciash | 2010-09-22 15:05:14 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Non-minified CSS Menus: Opera failed when there was a tab instead of space between property name and its value ! ---------------------------------------------- r29523 | xavidp | 2010-09-22 11:17:27 +0200 (Wed, 22 Sep 2010) | 1 line [FIX]Add missing icon for special characters since branch 6.x has been created (I guess it was missing by mistake). Otherwise, add a different icon or fix url to other icon in tpl's ---------------------------------------------- r29521 | chealer | 2010-09-22 04:10:39 +0200 (Wed, 22 Sep 2010) | 1 line [bp/r29519-29520] update htaccess revision, changing from Tiki version to Subversion revision. ---------------------------------------------- r29518 | luciash | 2010-09-22 03:13:36 +0200 (Wed, 22 Sep 2010) | 1 line oops, wrong quotes ---------------------------------------------- r29517 | sampaioprimo | 2010-09-22 03:12:12 +0200 (Wed, 22 Sep 2010) | 1 line pt-br translation ---------------------------------------------- r29516 | luciash | 2010-09-22 03:07:10 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] solution for correct position of the sitelogo img when there is secondary sitemenu custom code on top ---------------------------------------------- r29515 | luciash | 2010-09-22 01:31:03 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Darkshine theme tiki.tpl: Ajax loading needs div id="role_main" in #tiki-center ---------------------------------------------- r29514 | luciash | 2010-09-22 01:22:35 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] Darkshine theme: visual fix for tabs ---------------------------------------------- r29513 | luciash | 2010-09-22 01:19:51 +0200 (Wed, 22 Sep 2010) | 1 line [FIX] due the Tiki 6 !DOCTYPE switch to xHTML Strict tabs view needs a little CSS adjustment ---------------------------------------------- r29512 | luciash | 2010-09-22 01:04:45 +0200 (Wed, 22 Sep 2010) | 1 line !DOCTYPE switch to xHTML Strict - affects slightly the tabs view (one-line fix coming in layout.css); we were too long in the Transitional mode... Tiki 6 as LTS deserves it ;) - the next one (Tiki 7) will be (hopefully) HTML5 already ---------------------------------------------- r29510 | sylvieg | 2010-09-22 00:33:04 +0200 (Wed, 22 Sep 2010) | 1 line [bp 29509][FIX]deprecated split ---------------------------------------------- r29506 | jonnybradley | 2010-09-21 20:37:03 +0200 (Tue, 21 Sep 2010) | 1 line rollback changes to test - wrong branch (should have been in trunk) ---------------------------------------------- r29504 | sampaioprimo | 2010-09-21 20:28:40 +0200 (Tue, 21 Sep 2010) | 2 lines [FIX] include tiki-sefurl.php before calling filter_out_sefurl() ---------------------------------------------- r29502 | jonnybradley | 2010-09-21 20:05:24 +0200 (Tue, 21 Sep 2010) | 2 lines [BRANCH] Manually created branches/6.x 0 to 29485 (bogus commit again) ---------------------------------------------- r29501 | jonnybradley | 2010-09-21 19:59:20 +0200 (Tue, 21 Sep 2010) | 2 lines [BRANCH] Manually created 6.x 0 to 29485 (bogus commit to start merge script) ---------------------------------------------- r29500 | jonnybradley | 2010-09-21 19:50:26 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] sheets: Missing param default ---------------------------------------------- r29499 | jonnybradley | 2010-09-21 19:49:32 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] sheets: Removed changes from last commit - JS was confusing things and enduser.documentation.html needs scrict xhtml doctype. TODO ---------------------------------------------- r29498 | sampaioprimo | 2010-09-21 19:44:18 +0200 (Tue, 21 Sep 2010) | 1 line tranlations done by different contributors to Czech language on i18n.tiki.org using interactive translation ---------------------------------------------- r29497 | sampaioprimo | 2010-09-21 19:43:34 +0200 (Tue, 21 Sep 2010) | 1 line tranlations done by different contributors to Hungarian on i18n.tiki.org using interactive translation ---------------------------------------------- r29496 | jonnybradley | 2010-09-21 19:34:34 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] sheets: Added sheet help include, but still has problems due to nested resizables or something. ---------------------------------------------- r29495 | jonnybradley | 2010-09-21 19:11:43 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] modules: Fix test for when sections param is an array (thanks Aidyn on irc) ---------------------------------------------- r29494 | jonnybradley | 2010-09-21 18:40:48 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] fgals: Default wiki_syntax should have been thumb=y, as before. ---------------------------------------------- r29493 | jonnybradley | 2010-09-21 18:33:19 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] xajax: Include cdn js files in ajax responses if using js minify ---------------------------------------------- r29491 | Jyhem | 2010-09-21 16:46:08 +0200 (Tue, 21 Sep 2010) | 1 line +ENH+ Minor visual improvements for coelesce theme ---------------------------------------------- r29490 | jonnybradley | 2010-09-21 16:25:50 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] ajax: Remove missed include of fck ajax autosave file tikitihtlm.php ---------------------------------------------- r29489 | sylvieg | 2010-09-21 14:55:19 +0200 (Tue, 21 Sep 2010) | 1 line [bp 29487][FIX]trackerfilter: quick fix: do not encode email in drop down filter (todo: have the javascript working in the option ---------------------------------------------- r29485 | jonnybradley | 2010-09-21 13:45:22 +0200 (Tue, 21 Sep 2010) | 1 line [BRANCH] Manually created 6.x branch ---------------------------------------------- r29484 | jonnybradley | 2010-09-21 13:34:24 +0200 (Tue, 21 Sep 2010) | 3 lines [bp/r29400,r29402] [REM] sheets: Remove the old tiki-sheets interface. Now replaced by jQuery.sheet [REM] sheets: Remove pref feature_jquery_sheet as it's always jquery.sheets now ---------------------------------------------- r29478 | chealer | 2010-09-21 05:37:59 +0200 (Tue, 21 Sep 2010) | 2 lines [FIX] WYSIWYG editor: escape single quotes in tool labels to avoid JS errors when [French] translations contain apostrophes second attempt ---------------------------------------------- r29477 | nkoth | 2010-09-21 05:29:53 +0200 (Tue, 21 Sep 2010) | 1 line [ENH] Add autocomplete to structure add page input box ---------------------------------------------- r29475 | marclaporte | 2010-09-21 05:03:45 +0200 (Tue, 21 Sep 2010) | 1 line [FIX] Quick WYSIWYCA fix on browse category link in wiki pages: now check global perm. TODO: make it check the permission of the categories of the current page (previous commit and revert was me, not chealer) ---------------------------------------------- r29473 | nkoth | 2010-09-21 03:19:13 +0200 (Tue, 21 Sep 2010) | 1 line [ENH] Add category filter to mass search and replace tool ---------------------------------------------- r29471 | jonnybradley | 2010-09-21 02:06:12 +0200 (Tue, 21 Sep 2010) | 2 lines [ENH] fgals: Deploy wiki_syntax gallery property. Allows custom wiki markup to be inserted onclick for each gallery. Inherits parent gallery's syntax if not set and defaults to {img fileId="%fileId%" thumb="y" rel="box[g]"} to continue current behaviour (should be a pref one day). ---------------------------------------------- r29470 | jonnybradley | 2010-09-21 02:01:18 +0200 (Tue, 21 Sep 2010) | 1 line [ENH] fgals: Expose wiki_syntax gallery property (was already in database). Deployment next... ---------------------------------------------- r29469 | pkdille | 2010-09-21 01:02:17 +0200 (Tue, 21 Sep 2010) | 1 line add new versions to twversion file ---------------------------------------------- r29468 | jonnybradley | 2010-09-21 00:53:08 +0200 (Tue, 21 Sep 2010) | 1 line upload: typo ---------------------------------------------- r29467 | sylvieg | 2010-09-21 00:20:52 +0200 (Tue, 21 Sep 2010) | 1 line [FIX]trackerfilter: when filterfield is speified fix the next prev in view item ---------------------------------------------- r29464 | sylvieg | 2010-09-21 00:15:28 +0200 (Tue, 21 Sep 2010) | 1 line [FIX]plugin: trackerlist can have params like exactvalue=:xxx. THis must parse as an array with 2 elements and second=xxx and not as an array with an element xxx : PLEASE check if side effect ---------------------------------------------- r29458 | Jyhem | 2010-09-20 23:44:07 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] feature_group_watches should work even when feature_user_watches is disabled ---------------------------------------------- r29444 | sylvieg | 2010-09-20 22:25:11 +0200 (Mon, 20 Sep 2010) | 1 line [ENH]TRACKEFILTER: when no pretty, pagination on the filtered items ---------------------------------------------- r29441 | jonnybradley | 2010-09-20 22:24:22 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] ckeditor: Deal with plugins needing approval. ---------------------------------------------- r29437 | jonnybradley | 2010-09-20 22:07:33 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] ckeditor: Deal with nested plugins by leaving them unparsed in the body of the containing plugin. Also enclose the whole "visual" plugin in ~np~ instead of just bits of it (pointlessly). ---------------------------------------------- r29401 | sampaioprimo | 2010-09-20 20:42:52 +0200 (Mon, 20 Sep 2010) | 3 lines [ENH] improving post footer layout based on Jyhem work on coelesce theme [ENH] share this icon aligned with other icons on post footer ---------------------------------------------- r29398 | jonnybradley | 2010-09-20 19:17:57 +0200 (Mon, 20 Sep 2010) | 1 line [REM] FCKEditor removal: removed pref wysiwyg_ckeditor ---------------------------------------------- r29395 | chealer | 2010-09-20 18:31:06 +0200 (Mon, 20 Sep 2010) | 1 line [ENH] Editor: when selecting text and clicking the MOUSEOVER plugin icon, use the selected text as label argument instead of body ---------------------------------------------- r29394 | nkoth | 2010-09-20 18:20:31 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] Library errors ---------------------------------------------- r29392 | sampaioprimo | 2010-09-20 17:34:28 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] keep url params when previewing a blog post ---------------------------------------------- r29391 | sampaioprimo | 2010-09-20 17:33:08 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] use sefurl (if enabled) to redirect to post page after creating or editing one ---------------------------------------------- r29390 | jonnybradley | 2010-09-20 17:28:53 +0200 (Mon, 20 Sep 2010) | 6 lines [bp/r29337,r29339,r29340] FCKEditor removal. Backported from branches/experimental/wysiwyg_ckeditor_update. [REM] fckeditor: Removing fck files and unlinking external lib [REM] fckeditor: Removing fck references in remaining file [REM] fckeditor: Restoring some missing fck icons needed for toolbars admin (Also an extra small fix on tiki-notepad_write.tpl) ---------------------------------------------- r29389 | sampaioprimo | 2010-09-20 17:16:06 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] r28807 $objectlib was not defined ---------------------------------------------- r29388 | robertplummer | 2010-09-20 17:01:12 +0200 (Mon, 20 Sep 2010) | 2 lines [NEW] Added the ability to view a tracker as a spreadsheet from the plugin "TRACKERLIST" through the use of parameter "displaysheet" when set to "y". [NEW] Added fullscreen to sheet history view, still needs work. ---------------------------------------------- r29387 | sylvieg | 2010-09-20 16:45:13 +0200 (Mon, 20 Sep 2010) | 1 line [FIX]fgal: trim mime type for indexation ---------------------------------------------- r29385 | chealer | 2010-09-20 16:07:32 +0200 (Mon, 20 Sep 2010) | 1 line French: change translation of "Select event type" from "S?\195?\169lection des types d'?\195?\169v?\195?\168nements" to "S?\195?\169lectionnez le type d'?\195?\169v?\195?\168nement" ---------------------------------------------- r29384 | sylvieg | 2010-09-20 14:31:10 +0200 (Mon, 20 Sep 2010) | 1 line opps schema must be identical ---------------------------------------------- r29383 | sylvieg | 2010-09-20 13:57:06 +0200 (Mon, 20 Sep 2010) | 1 line [ENH]todo: open the event type to more events ---------------------------------------------- r29382 | sept_7 | 2010-09-20 13:10:24 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX] missing svn:keywords, pointed by quality.tikiwiki.org ---------------------------------------------- r29381 | cdrwhite | 2010-09-20 12:11:31 +0200 (Mon, 20 Sep 2010) | 2 lines [FIX]Glitch in escape if the first word is a html tag, renaming to tiki-page_contribution, own feature feature_page_contribution, better permission checking [ENH] View page button ---------------------------------------------- r29378 | sdoh | 2010-09-20 09:45:55 +0200 (Mon, 20 Sep 2010) | 1 line Fix 'page not found' when the title has an apostrophe. ---------------------------------------------- r29377 | lindonb | 2010-09-20 05:50:14 +0200 (Mon, 20 Sep 2010) | 1 line [FIX] Skip compute if no tracker items to eliminate error messages when no records found. ---------------------------------------------- r29376 | lindonb | 2010-09-20 05:47:32 +0200 (Mon, 20 Sep 2010) | 1 line [ENH] Allow currency amount tracker field to be applied in a profile. ---------------------------------------------- r29375 | Jyhem | 2010-09-19 22:44:17 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] Display accented characters correctly in remarksbox ---------------------------------------------- r29374 | jonnybradley | 2010-09-19 22:42:16 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] toggleCols: Use "cookie" info to restore column state onready (better than nothing) ---------------------------------------------- r29373 | Jyhem | 2010-09-19 22:36:57 +0200 (Sun, 19 Sep 2010) | 1 line [ENH] Allow control of textarea questions size in surveys ---------------------------------------------- r29372 | Jyhem | 2010-09-19 21:51:31 +0200 (Sun, 19 Sep 2010) | 1 line +ENH+ Same page title display everywhere ---------------------------------------------- r29371 | Jyhem | 2010-09-19 21:32:47 +0200 (Sun, 19 Sep 2010) | 1 line +ENH+ Suppress global italics for wiki-parsed description field ---------------------------------------------- r29370 | jonnybradley | 2010-09-19 21:23:32 +0200 (Sun, 19 Sep 2010) | 1 line [ENH] preview: Add custom resize handle to ajax preview div. Also add preview icon/button top right. ---------------------------------------------- r29368 | jonnybradley | 2010-09-19 19:39:11 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] preview: set preview_diff_style dropdown when ajax call finishes, not page load ---------------------------------------------- r29367 | jonnybradley | 2010-09-19 18:58:25 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] ckeditor: Show ajaxLoading when getting html rendered (doesn't seem to work in safari/chrome - have tried in 5 different points in event chain with no joy) ---------------------------------------------- r29366 | jonnybradley | 2010-09-19 17:33:56 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] ckeditor: Set width for body inside editor ---------------------------------------------- r29365 | jonnybradley | 2010-09-19 17:30:40 +0200 (Sun, 19 Sep 2010) | 1 line [FIX] ckeditor: Replace AJAX call in toHTMLSource function (which overrides dataProcessor.toDataFormat) with client-side regexp, as it seems it gets called internally by ckeditor every second or two and was flooding the server and browser leading to very slow page loading. ---------------------------------------------- r29364 | jonnybradley | 2010-09-19 16:35:59 +0200 (Sun, 19 Sep 2010) | 1 line Editpage: Remove redundant smarty assign (now done in {textarea}) ---------------------------------------------- r29363 | jonnybradley | 2010-09-19 16:32:41 +0200 (Sun, 19 Sep 2010) | 1 line [MOD] editpage: Merge tools and properties tabs (one of them was usually virtually empty) ---------------------------------------------- r29362 | ricks99 | 2010-09-19 02:54:28 +0200 (Sun, 19 Sep 2010) | 1 line [MOD] for multilingual sites, perform the search (from the seachbar) in the language of either the site, page, or user default. Users can then change the language scope from the results page ---------------------------------------------- r29361 | marclaporte | 2010-09-18 23:29:44 +0200 (Sat, 18 Sep 2010) | 1 line [MOD] By default, on clean installs, comments will no longer have titles. This will make things cleaner. Up for debate. ---------------------------------------------- r29360 | Jyhem | 2010-09-18 23:29:24 +0200 (Sat, 18 Sep 2010) | 1 line +ENH+ coelesce theme improvements in heading ---------------------------------------------- r29356 | sylvieg | 2010-09-17 23:04:51 +0200 (Fri, 17 Sep 2010) | 1 line [FIX]trackerlist: to have the navigation between items in non pretty mode ---------------------------------------------- r29355 | jonnybradley | 2010-09-17 20:30:13 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] wysiwyg: Make smilies survive the trip to html and back better (ckeditor ones don't still - need mapping to tiki's ones) ---------------------------------------------- r29354 | jonnybradley | 2010-09-17 20:00:01 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] tabset: Parse tab content individually and remove line ends in tpl. ---------------------------------------------- r29353 | jonnybradley | 2010-09-17 19:58:41 +0200 (Fri, 17 Sep 2010) | 2 lines [ENH] tabset: move "no tabs" button inside the tab bar (tidier layout) Also remove line ends creating paragraphs in html. ---------------------------------------------- r29352 | jonnybradley | 2010-09-17 19:55:34 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] ckeditor: wysiwyg plugins: More disarming of active html in editor - means "all" plugins work again now(?) ---------------------------------------------- r29351 | sampaioprimo | 2010-09-17 19:01:13 +0200 (Fri, 17 Sep 2010) | 2 lines [FIX] only list comments if blog has any posts ---------------------------------------------- r29350 | robertplummer | 2010-09-17 18:43:02 +0200 (Fri, 17 Sep 2010) | 3 lines [FIX] For sheet heights, and I cleaned up a little code [FIX] Made sheet diff, MUCH BETTER [ADD] Button to edit each sheet if it is being diffed ---------------------------------------------- r29349 | jonnybradley | 2010-09-17 18:33:36 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] ajax preview: remove script and disarm hrefs in preview data. ---------------------------------------------- r29348 | jonnybradley | 2010-09-17 18:29:53 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] jslint: numerous tiny fixes in js added with headerlib. ---------------------------------------------- r29347 | sylvieg | 2010-09-17 18:07:03 +0200 (Fri, 17 Sep 2010) | 1 line [FIX]TRACKERFILTER: sync status button + open/close filter div ---------------------------------------------- r29346 | jonnybradley | 2010-09-17 16:24:32 +0200 (Fri, 17 Sep 2010) | 2 lines [FIX] ckeditor: wysiwyg plugins: don't parse some plugins for now as they are problematic (sharethis, tabs & toc initially). Also fix charset on parsing and parse body param (was missing) ---------------------------------------------- r29345 | sylvieg | 2010-09-17 15:08:25 +0200 (Fri, 17 Sep 2010) | 1 line [FIX]tracker: fix when using a filter with (1:2)/sqlsearch ---------------------------------------------- r29343 | jonnybradley | 2010-09-17 14:37:24 +0200 (Fri, 17 Sep 2010) | 1 line [REF] ckeditor: Removing references to fckeditor part 1 (missed a couple) - part of [bp/r29336] ---------------------------------------------- r29341 | jonnybradley | 2010-09-17 14:15:28 +0200 (Fri, 17 Sep 2010) | 3 lines [bp/r29336][REF] ckeditor: Removing references to fckeditor part 1 tikilib and editlib - harmless renames (mainly renaming parse_data option['fck'] to 'ck_editor') ---------------------------------------------- r29335 | chealer | 2010-09-17 05:39:51 +0200 (Fri, 17 Sep 2010) | 3 lines Last changes module: re-remove minor parameter (doesn't honor maxrows, re-uses the name of the old minor parameter to ignore minor edits) This should be implemented in the library; see http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2010-08-03,Tue&sel=264#l260 ---------------------------------------------- r29334 | chealer | 2010-09-17 04:51:21 +0200 (Fri, 17 Sep 2010) | 2 lines [FIX] remove forgotten debug statement (r22449 regression, Closes: #3542) thanks Lusserall ---------------------------------------------- r29333 | luciash | 2010-09-17 02:05:14 +0200 (Fri, 17 Sep 2010) | 1 line [FIX] Kaltura media entries list: sort by column + code cleanup ---------------------------------------------- r29332 | luciash | 2010-09-17 01:46:24 +0200 (Fri, 17 Sep 2010) | 1 line i18n ---------------------------------------------- r29331 | luciash | 2010-09-17 01:39:45 +0200 (Fri, 17 Sep 2010) | 1 line should go via headerlib like common JS (notonready) ---------------------------------------------- r29330 | luciash | 2010-09-17 00:58:31 +0200 (Fri, 17 Sep 2010) | 1 line when (X)AJAX on, it does not render the JS part; trying with Smarty JQ block ... ---------------------------------------------- r29328 | jonnybradley | 2010-09-16 23:53:59 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] parse_data: Don't wrap single line in <p> (e.g. for use in include plugin) ---------------------------------------------- r29327 | Jyhem | 2010-09-16 23:46:45 +0200 (Thu, 16 Sep 2010) | 1 line $ Visual improvements ---------------------------------------------- r29326 | jonnybradley | 2010-09-16 23:45:45 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] wikiplugin_include: WYSIWYCA perms test on edit button ---------------------------------------------- r29325 | jonnybradley | 2010-09-16 23:30:29 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] wikiplugin_include: nopage_text & pagedenied_text params ---------------------------------------------- r29324 | luciash | 2010-09-16 23:28:04 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] Kaltura entries list: sort missing & ---------------------------------------------- r29323 | Jyhem | 2010-09-16 23:24:07 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] Making enabling/disabling fixed-width more prominent because it's an integral part of choosing a theme ---------------------------------------------- r29322 | luciash | 2010-09-16 23:14:10 +0200 (Thu, 16 Sep 2010) | 1 line code cleanup + some missing tr ---------------------------------------------- r29321 | jonnybradley | 2010-09-16 23:09:19 +0200 (Thu, 16 Sep 2010) | 2 lines [ENH] wikiplugin_include: Direct link (icon) to create/edit included page, and send back to initial page after edit. Also, don't show edit icons within the included page. ---------------------------------------------- r29320 | nkoth | 2010-09-16 23:01:06 +0200 (Thu, 16 Sep 2010) | 1 line [NEW] Allow show map mode buttons in page and articles listings ---------------------------------------------- r29319 | luciash | 2010-09-16 22:54:09 +0200 (Thu, 16 Sep 2010) | 1 line code cleanup - removing the external JS references and other stuff (it did not work anyway) TODO: make better thumbnails navigation based on something we already have in Tiki (jQuery) ---------------------------------------------- r29318 | nkoth | 2010-09-16 21:59:21 +0200 (Thu, 16 Sep 2010) | 1 line [NEW] Allow syncronizing of user tracker item categories with the user groups that the user is in ---------------------------------------------- r29317 | sampaioprimo | 2010-09-16 21:53:10 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] CSS for related blog posts was broken after someone changed the HTML structure ---------------------------------------------- r29316 | sampaioprimo | 2010-09-16 21:52:15 +0200 (Thu, 16 Sep 2010) | 2 lines only replacing <a> with {self_link} (thanks sept_7) ---------------------------------------------- r29315 | chealer | 2010-09-16 21:42:26 +0200 (Thu, 16 Sep 2010) | 1 line French: change translation for "Content templates" from "Mod?\195?\168les de contenu" to "Gabarits de contenu", to uniformize with "Content Templates" ---------------------------------------------- r29313 | sampaioprimo | 2010-09-16 21:19:16 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] maxLevel for duration smarty modifier works independently of user current language (was working only for English) ---------------------------------------------- r29312 | sept_7 | 2010-09-16 21:09:17 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] correct dependencies of feature_wiki_save_draft and ajax_xajax ---------------------------------------------- r29311 | pkdille | 2010-09-16 21:03:16 +0200 (Thu, 16 Sep 2010) | 1 line Code presentation ---------------------------------------------- r29310 | luciash | 2010-09-16 20:49:36 +0200 (Thu, 16 Sep 2010) | 1 line what will happen if we omit the external hardcoded stuff ? ;) ---------------------------------------------- r29309 | luciash | 2010-09-16 20:47:09 +0200 (Thu, 16 Sep 2010) | 1 line code cleanup ---------------------------------------------- r29308 | jonnybradley | 2010-09-16 20:38:41 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ckeditor: more checking of selection ---------------------------------------------- r29307 | luciash | 2010-09-16 20:27:45 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] Kaltura entries: remix permission + couple of other little things (xhtml, tr) ---------------------------------------------- r29306 | nkoth | 2010-09-16 20:22:49 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] Add mapview buttons for tracker filter to switch to map view and back ---------------------------------------------- r29305 | jonnybradley | 2010-09-16 20:21:37 +0200 (Thu, 16 Sep 2010) | 1 line textarea: Move around some commented code used for debugging - no change ---------------------------------------------- r29304 | sylvieg | 2010-09-16 20:11:41 +0200 (Thu, 16 Sep 2010) | 1 line [FIX]smarty: syntax ---------------------------------------------- r29303 | luciash | 2010-09-16 20:03:00 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] article plugin: incorrect xhtml ---------------------------------------------- r29302 | sylvieg | 2010-09-16 19:56:23 +0200 (Thu, 16 Sep 2010) | 1 line [FIX]calendar: in calmode always display the calendar boxes even if the viewdays of the viewed calendars are empty ---------------------------------------------- r29301 | jonnybradley | 2010-09-16 19:45:32 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] article plugin: Incorrect absolute url for image. ---------------------------------------------- r29300 | jonnybradley | 2010-09-16 19:23:09 +0200 (Thu, 16 Sep 2010) | 2 lines [ENH] ckeditor: Better processing for view source - don't show loading, pass data on to ckeditor functions for further processing. Still calling this code when it's not needed internally by ckeditor - monitor for problems. ---------------------------------------------- r29299 | jonnybradley | 2010-09-16 19:20:27 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] tooltips: check lib has loaded in convertOverlib. ---------------------------------------------- r29298 | jonnybradley | 2010-09-16 19:19:09 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ckeditor: Better handling of selection (or lack of one) when inserting plugins. ---------------------------------------------- r29297 | sylvieg | 2010-09-16 19:12:23 +0200 (Thu, 16 Sep 2010) | 1 line [ENH]maketoc: params level to specify which level you want in the maketoc ---------------------------------------------- r29296 | jonnybradley | 2010-09-16 17:07:12 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] fgals: Maintain filegals_manager param on gallery explorer tree and deploy self_link. ---------------------------------------------- r29295 | jonnybradley | 2010-09-16 17:04:00 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ajax: Missing #role_main (broke ajax on fgal manager popup) ---------------------------------------------- r29294 | jonnybradley | 2010-09-16 17:03:08 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] ckeditor: Cope with inserting images when nothing selected in ckeditor. ---------------------------------------------- r29293 | jonnybradley | 2010-09-16 17:01:47 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] textarea: Missing word (minutes) and logic fix ---------------------------------------------- r29292 | sept_7 | 2010-09-16 16:39:15 +0200 (Thu, 16 Sep 2010) | 2 lines [FIX] Take care of correct dependencies for feature_wiki_save_draft and ajax_xajax ---------------------------------------------- r29289 | jonnybradley | 2010-09-16 16:03:42 +0200 (Thu, 16 Sep 2010) | 1 line wysiwyg admin: Some extra help text and descriptions. ---------------------------------------------- r29287 | sylvieg | 2010-09-16 14:28:15 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] debug thx sept7 ---------------------------------------------- r29286 | luciash | 2010-09-16 13:56:54 +0200 (Thu, 16 Sep 2010) | 1 line code - tags cleanup ---------------------------------------------- r29285 | luciash | 2010-09-16 13:54:10 +0200 (Thu, 16 Sep 2010) | 1 line [FIX] Kaltura: xhtml - style does not belong to body ---------------------------------------------- r29284 | jonnybradley | 2010-09-16 13:39:07 +0200 (Thu, 16 Sep 2010) | 1 line [ENH] ckeditor: Add processing for view source to parse the wysiwyg plugin code back to wiki syntax (and then back again to html for ckeditor). ---------------------------------------------- r29280 | luciash | 2010-09-15 23:51:32 +0200 (Wed, 15 Sep 2010) | 1 line svn sucks :-p ---------------------------------------------- r29279 | sylvieg | 2010-09-15 23:37:22 +0200 (Wed, 15 Sep 2010) | 1 line [ENH]htaccess: easy to say to uncomment a line that to dictate the line ---------------------------------------------- r29278 | luciash | 2010-09-15 23:31:40 +0200 (Wed, 15 Sep 2010) | 1 line svn Id ---------------------------------------------- r29277 | luciash | 2010-09-15 23:27:00 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Kaltura actions: perms were renamed *_kaltura_entry > *_videos ---------------------------------------------- r29276 | sampaioprimo | 2010-09-15 23:06:13 +0200 (Wed, 15 Sep 2010) | 2 lines [FIX] force case sensitive queries for tiki-edit_languages.php ---------------------------------------------- r29275 | sylvieg | 2010-09-15 21:38:50 +0200 (Wed, 15 Sep 2010) | 1 line [FIX]tracker: show import tab in a tracker is selected or not ---------------------------------------------- r29274 | sampaioprimo | 2010-09-15 21:19:13 +0200 (Wed, 15 Sep 2010) | 2 lines [FIX] interface to edit and delete database translations is working again ---------------------------------------------- r29273 | sampaioprimo | 2010-09-15 21:17:41 +0200 (Wed, 15 Sep 2010) | 2 lines updating previously created menu entry to check if lang_use_db is enabled ---------------------------------------------- r29272 | sampaioprimo | 2010-09-15 21:13:40 +0200 (Wed, 15 Sep 2010) | 2 lines rollback my commit r29252: actually yes there is a reason for tiki-edit_languages.php check if lang_use_db is enabled ---------------------------------------------- r29271 | changi67 | 2010-09-15 21:11:25 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Avoid function calls in a FOR loop test part - see on quality.tiki.org ---------------------------------------------- r29270 | jonnybradley | 2010-09-15 21:08:54 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] ckeditor: Array type plugin parameters fix. (thanks Nelson) ---------------------------------------------- r29269 | changi67 | 2010-09-15 21:03:23 +0200 (Wed, 15 Sep 2010) | 1 line from tikiwiki.org -> tiki.org ---------------------------------------------- r29266 | jonnybradley | 2010-09-15 20:09:16 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] templates: Deploy {textarea} in templates admin. ---------------------------------------------- r29265 | jonnybradley | 2010-09-15 20:08:06 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] textarea: Fix confirmExit() for ckeditor, and add switcheditor param for control by individual pages (unused so far). ---------------------------------------------- r29263 | jonnybradley | 2010-09-15 18:47:16 +0200 (Wed, 15 Sep 2010) | 1 line textarea: Rename unused param _section to section ---------------------------------------------- r29262 | Jyhem | 2010-09-15 18:12:21 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] coelesce style improvements ---------------------------------------------- r29261 | jonnybradley | 2010-09-15 17:58:23 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] upload: Add button to try again if no file specified. ---------------------------------------------- r29260 | luciash | 2010-09-15 17:51:17 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Kaltura actions: perm renamed to tiki_p_delete_videos ---------------------------------------------- r29259 | luciash | 2010-09-15 17:48:04 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] Kaltura actions: checking only if tiki_p_admin is set is not good idea ---------------------------------------------- r29258 | jonnybradley | 2010-09-15 17:41:29 +0200 (Wed, 15 Sep 2010) | 2 lines [FIX] ckeditor: "No tabs" button with xajax working better... (thanks again Luci) ---------------------------------------------- r29257 | jonnybradley | 2010-09-15 17:31:32 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] toolbars: notices ---------------------------------------------- r29256 | sampaioprimo | 2010-09-15 17:29:18 +0200 (Wed, 15 Sep 2010) | 3 lines [ENH] message warning the user that when a new language is imported all database translations for that language are lost [ENH] using {remarksbox} for message after importing a language ---------------------------------------------- r29255 | jonnybradley | 2010-09-15 17:25:47 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] textarea: notices ---------------------------------------------- r29254 | sampaioprimo | 2010-09-15 17:22:17 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] new imported language is available for edition and exporting without having to reload the page (just moved the import code block to the top of the script) ---------------------------------------------- r29253 | sampaioprimo | 2010-09-15 17:12:30 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] menu option under admin section for tiki-edit_languages.php ---------------------------------------------- r29252 | sampaioprimo | 2010-09-15 17:08:46 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] no point for tiki-edit_languages.php to depend on lang_use_db feature (as far as I know there is no use anymore for this feature, so maybe we can remove it) ---------------------------------------------- r29250 | jonnybradley | 2010-09-15 15:59:39 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] ckeditor: Check autosave after toolbar commands not just keydown (thanks Luci) ---------------------------------------------- r29249 | jonnybradley | 2010-09-15 15:52:05 +0200 (Wed, 15 Sep 2010) | 2 lines [ENH] preview: Show diff in preview pane (autosave mode only). Also use new #autosave_preview id and various other small fixes. ---------------------------------------------- r29248 | jonnybradley | 2010-09-15 15:50:11 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] preview: Use distinct id for autosave_preview to restore previous appearance for non autosave mode. ---------------------------------------------- r29247 | jonnybradley | 2010-09-15 15:48:41 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] setCookie: Add option of "session" for cookie expires (otherwise it defaults to a year) ---------------------------------------------- r29246 | jonnybradley | 2010-09-15 14:06:42 +0200 (Wed, 15 Sep 2010) | 1 line indentation ---------------------------------------------- r29244 | marclaporte | 2010-09-15 06:00:36 +0200 (Wed, 15 Sep 2010) | 1 line [FIX] fix link to Kaltura admin page ---------------------------------------------- r29243 | luciash | 2010-09-15 03:14:53 +0200 (Wed, 15 Sep 2010) | 1 line [MOD] main div id selector for ajax loading (htmlelement param) is role_main now by default and not needed to specify (unless needed to be loaded in another element id of course) ---------------------------------------------- r29242 | luciash | 2010-09-15 02:42:58 +0200 (Wed, 15 Sep 2010) | 1 line oops ! ---------------------------------------------- r29241 | luciash | 2010-09-15 02:36:45 +0200 (Wed, 15 Sep 2010) | 1 line avoid PHP notice for htmlelement param; set to role_main if not specified ---------------------------------------------- r29240 | luciash | 2010-09-15 02:17:51 +0200 (Wed, 15 Sep 2010) | 1 line [MOD] main div id selector for ajax loading (htmlelement param) is role_main by default if not specified (was tiki-center before; keeps stuff in custom_center_column_header not being replaced by ajax content) ---------------------------------------------- r29239 | jonnybradley | 2010-09-15 01:41:13 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] preview: Move nasty global autoSaveId declaration to common autosave block (not just for wiki editor). ---------------------------------------------- r29238 | jonnybradley | 2010-09-15 01:39:51 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] preview: Width overflowing on Fx ---------------------------------------------- r29237 | jonnybradley | 2010-09-15 01:05:18 +0200 (Wed, 15 Sep 2010) | 1 line [ENH] preview: Live preview in-page if autosave enabled. Merged the two preview buttons, kept popup window as an option (icon - pls change image). Made preview box fixed height, scrollable and resizable if jQuery ui is on. ---------------------------------------------- r29235 | jonnybradley | 2010-09-14 23:38:05 +0200 (Tue, 14 Sep 2010) | 3 lines [FIX] ajax: Fix loading BG with padding and restore spinner positioning removed accidentally in last commit. Add new JS function: ccsValueToInteger() ---------------------------------------------- r29234 | nkoth | 2010-09-14 23:22:05 +0200 (Tue, 14 Sep 2010) | 1 line [NEW] Obscure email when using email as username if possible (coverage will not be complete) and Show user's real name instead of login in autocomplete selector (only messages and trackers feature so far) ---------------------------------------------- r29233 | sylvieg | 2010-09-14 23:08:15 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]tracker: some part like export fields need not to be indented ---------------------------------------------- r29232 | jonnybradley | 2010-09-14 23:04:34 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ajax: Position loading BG correctly (i.e. more simply and don't forget the margins) ---------------------------------------------- r29231 | sylvieg | 2010-09-14 22:39:52 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]calendar: can admin if admin perm via categ ---------------------------------------------- r29230 | luciash | 2010-09-14 22:33:41 +0200 (Tue, 14 Sep 2010) | 1 line [ENH] dark version of the ajax loading overlay for darkroom ---------------------------------------------- r29229 | luciash | 2010-09-14 22:23:15 +0200 (Tue, 14 Sep 2010) | 1 line [ENH] new look for ajax loading gif spinners better handling various background transparency + light bg overlay really light ---------------------------------------------- r29228 | luciash | 2010-09-14 22:20:31 +0200 (Tue, 14 Sep 2010) | 1 line after some discussion with jonnyb partial rollback of 29173 ---------------------------------------------- r29227 | sylvieg | 2010-09-14 21:30:35 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]blog: a blog admin can post even if the blog is not public ---------------------------------------------- r29226 | sampaioprimo | 2010-09-14 21:02:20 +0200 (Tue, 14 Sep 2010) | 1 line "fixing the file" (running get_strings.php?lang=cy so that it is possible to automaticaly export strings from the database to this file) ---------------------------------------------- r29225 | sampaioprimo | 2010-09-14 20:57:26 +0200 (Tue, 14 Sep 2010) | 2 lines [FIX] show an error when language.php is not well formated instead of writing the translations from the database anyway ---------------------------------------------- r29224 | jonnybradley | 2010-09-14 20:40:06 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ckeditor: More on searching for plugin elements within selection (use jQuery fn as ckeditor ones sometimes aren't there?) ---------------------------------------------- r29223 | jonnybradley | 2010-09-14 20:36:43 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ckeditor: Better searching for plugin elements within selection ---------------------------------------------- r29222 | nkoth | 2010-09-14 20:25:08 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] Missing value leading to js error ---------------------------------------------- r29221 | robertplummer | 2010-09-14 20:24:45 +0200 (Tue, 14 Sep 2010) | 1 line [NEW] Added function diffSheetsAsHTML( $id, $dates ) to grid.php and some necessary framework to get it to list 2 sheets side by side. ---------------------------------------------- r29220 | jonnybradley | 2010-09-14 20:10:40 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] autosave: Propagate and test autoSaveId properly in all calls to auto_save JS functions. ---------------------------------------------- r29219 | jonnybradley | 2010-09-14 20:05:57 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] textarea: Proper test for CKEDITOR object ---------------------------------------------- r29218 | sampaioprimo | 2010-09-14 19:23:08 +0200 (Tue, 14 Sep 2010) | 2 lines updating machine translation tests, apparently google translate response has changed (going to check with alain if this is the case) ---------------------------------------------- r29217 | robertplummer | 2010-09-14 19:13:11 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] Moved the order in which the advanced functions for jQuery.sheet load, it was breaking. ---------------------------------------------- r29216 | sylvieg | 2010-09-14 19:12:35 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]sefurl: urlencode the page to replace space into + ---------------------------------------------- r29215 | robertplummer | 2010-09-14 19:11:24 +0200 (Tue, 14 Sep 2010) | 1 line [NEW] Added advanced jQuery.sheet functions ---------------------------------------------- r29214 | sampaioprimo | 2010-09-14 18:53:08 +0200 (Tue, 14 Sep 2010) | 2 lines Marking Membership tests as incomplete since they are failing and the problem is the test itself and not the code that is being tested. If you are familiar with these test please fix it. ---------------------------------------------- r29213 | jonnybradley | 2010-09-14 18:47:22 +0200 (Tue, 14 Sep 2010) | 2 lines [ENH] autosave: Use ajax to get and restore autosaved content (as that's how it got there in the first place). Also some refacting of ajax responses. ---------------------------------------------- r29212 | sampaioprimo | 2010-09-14 18:46:30 +0200 (Tue, 14 Sep 2010) | 3 lines mocking call to $tikilib->get_ip_address() for Rating_Aggregation tests to avoid undefined $_SERVER['REMOTE_ADDRESS'] index error adding group name to Multilingual_Aligner_UpdatePagesTest ---------------------------------------------- r29211 | sylvieg | 2010-09-14 17:53:03 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]testunit: simulate the default perms come from category or object as the from is saved now in the structure ---------------------------------------------- r29210 | jonnybradley | 2010-09-14 17:37:14 +0200 (Tue, 14 Sep 2010) | 1 line [MOD] autosave: When there is an autosave available, start off not showing it, but allow the user to select it (thanks Xavi) ---------------------------------------------- r29209 | sylvieg | 2010-09-14 17:35:57 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]tracker: drop down with other - since 27305 input with [] are replaced for ajax support ---------------------------------------------- r29207 | pkdille | 2010-09-14 16:21:55 +0200 (Tue, 14 Sep 2010) | 1 line Adding a missing svn Id - Seen on quality.tw.o ---------------------------------------------- r29205 | jonnybradley | 2010-09-14 15:00:09 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] ckeditor: Don't try and find selected plugin if the selection type is text (i.e. not an element) ---------------------------------------------- r29204 | jonnybradley | 2010-09-14 14:53:00 +0200 (Tue, 14 Sep 2010) | 3 lines [FIX] ckeditor: Better wysiwyg plugin editing selection processing. Process the cke selection object better, but this sometimes fails, so end up checking if there's only one plugin of this type and use that. More to do no doubt... ---------------------------------------------- r29203 | sylvieg | 2010-09-14 14:25:53 +0200 (Tue, 14 Sep 2010) | 1 line [FIX]tracker: no confirm for view item save ---------------------------------------------- r29202 | luciash | 2010-09-14 11:26:19 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] Kaltura entries listing: do not show delete button without perms ---------------------------------------------- r29200 | marclaporte | 2010-09-14 05:10:12 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] update links to tiki.org ---------------------------------------------- r29199 | sylvieg | 2010-09-14 00:28:13 +0200 (Tue, 14 Sep 2010) | 1 line [ENH]forum: show the perms origin in admin forum ---------------------------------------------- r29197 | pkdille | 2010-09-14 00:05:50 +0200 (Tue, 14 Sep 2010) | 1 line [FIX] there are no "thin" classes ---------------------------------------------- r29196 | pkdille | 2010-09-13 23:45:27 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] there are no "data" class tables ---------------------------------------------- r29195 | sylvieg | 2010-09-13 23:28:30 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]perms: if tracker perms come from category - say so ---------------------------------------------- r29193 | sylvieg | 2010-09-13 23:26:38 +0200 (Mon, 13 Sep 2010) | 1 line [ENH]perms: memorize from where the perms of an object comes ---------------------------------------------- r29192 | pkdille | 2010-09-13 23:09:24 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] remove useless css class ---------------------------------------------- r29191 | changi67 | 2010-09-13 22:57:38 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] Remove some useless ---------------------------------------------- r29190 | robertplummer | 2010-09-13 22:50:34 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] added some fixes to the sheet syncing methods and took advantage of the new startup settings to fully sync both sheets together. ---------------------------------------------- r29189 | sampaioprimo | 2010-09-13 22:46:33 +0200 (Mon, 13 Sep 2010) | 1 line tranlations done by different contributors to French on i18n.tiki.org using interactive translation (please help checking the translations) ---------------------------------------------- r29188 | sampaioprimo | 2010-09-13 22:42:50 +0200 (Mon, 13 Sep 2010) | 1 line tranlations done by different contributors to Welsh language on i18n.tiki.org using interactive translation ---------------------------------------------- r29186 | sampaioprimo | 2010-09-13 22:30:39 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] use sefurl for comments link in blogs main page ---------------------------------------------- r29185 | changi67 | 2010-09-13 22:25:11 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] A quick fix to validate that template have a name - ( maybe we should use smarty validate ?) ---------------------------------------------- r29184 | pkdille | 2010-09-13 22:21:07 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] action calendar : don't show add event link below calendar in action calendar ---------------------------------------------- r29183 | changi67 | 2010-09-13 21:24:09 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] Replace <a href> with button + missing bracket ---------------------------------------------- r29182 | changi67 | 2010-09-13 21:22:53 +0200 (Mon, 13 Sep 2010) | 1 line [MOD] table normal in tabcontent should be at 100% ---------------------------------------------- r29181 | sylvieg | 2010-09-13 21:12:18 +0200 (Mon, 13 Sep 2010) | 1 line [ENH]tracker: use {textarea} ---------------------------------------------- r29180 | ricks99 | 2010-09-13 21:02:14 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]removed ROLE attributes from DIV elements for proper HTML4 validation, since HTML5 compatibility is pushed to Tiki7. ---------------------------------------------- r29178 | Jyhem | 2010-09-13 19:56:34 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] Complete blog templates splitting idea without any change to default themes layout and demonstrate it's power by configuring a totally different blog layout for coelesce ---------------------------------------------- r29177 | sampaioprimo | 2010-09-13 19:47:49 +0200 (Mon, 13 Sep 2010) | 2 lines [FIX] keep URL parameters after posting a comment ---------------------------------------------- r29176 | sampaioprimo | 2010-09-13 19:37:20 +0200 (Mon, 13 Sep 2010) | 2 lines indentation ---------------------------------------------- r29175 | chealer | 2010-09-13 19:04:59 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] escape single quotes in labels to avoid JS errors when [French] translations contain apostrophes ---------------------------------------------- r29174 | luciash | 2010-09-13 18:56:07 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] AJAX loading GIF image (spinner) animation transparent ---------------------------------------------- r29173 | luciash | 2010-09-13 18:54:45 +0200 (Mon, 13 Sep 2010) | 1 line [ENH] AJAX loading overlay looking good (again) ---------------------------------------------- r29172 | jonnybradley | 2010-09-13 18:24:09 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] Tracker plugin: Create new item form inputs not appearing for non-admins when tracker writerCanModify set (thanks eronmeg) ---------------------------------------------- r29171 | jonnybradley | 2010-09-13 17:53:51 +0200 (Mon, 13 Sep 2010) | 4 lines [bp r29151,29163] from wysiwyg_ckeditor_update - autosave fixes. [MOD] autosave: Remove dependency on xajax (half of it was using jQuery, the other xajax). Several reliability fixes on the way, and improved resonse/error handling. Moved JS fns ajaxLoadingShow and hide to remove xajax dependency (to tiki-jquery.js for now) [FIX] autosave: Restore user/ip to referrer id string ---------------------------------------------- r29170 | jonnybradley | 2010-09-13 17:46:36 +0200 (Mon, 13 Sep 2010) | 4 lines [bp r29148,29149,29150] from wysiwyg_ckeditor_update - splitting feature_ajax. [ENH] ajax: splitting feature_ajax part 1. New pref for xajax Part 2. Low level xajax pref checks in smarty blocks, smarty and lib. Also added missing pref tests in tiki-index.php Part 3. replacement of feature_ajax with ajax_xajax in other files using xajax directly. Other areas (such as Google maps, auto save etc untouched). ---------------------------------------------- r29169 | jonnybradley | 2010-09-13 17:34:48 +0200 (Mon, 13 Sep 2010) | 3 lines [bp r29144,29145] from wysiwyg_ckeditor_update - autosave pref name change. [MOD] admin: new "Interface" section in features admin. Move jQuery features there. [MOD] ajax: rename feature_ajax_autosave to ajax_autosave and create lib/prefs/ajax.php ---------------------------------------------- r29168 | Jyhem | 2010-09-13 17:22:27 +0200 (Mon, 13 Sep 2010) | 1 line [FIx] Remove duplicate section ---------------------------------------------- r29167 | sampaioprimo | 2010-09-13 16:58:15 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] add message warning anonymous users that their email address will not be published when they post a new comment ---------------------------------------------- r29166 | sampaioprimo | 2010-09-13 16:47:31 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] adding preference for comment vote system (off by default) ---------------------------------------------- r29165 | sampaioprimo | 2010-09-13 16:43:58 +0200 (Mon, 13 Sep 2010) | 2 lines removing unused block of code ---------------------------------------------- r29162 | sylvieg | 2010-09-13 15:19:24 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]notice: please check ---------------------------------------------- r29161 | jonnybradley | 2010-09-13 14:24:26 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] textareas: Add repo to link to WYSIWYG_6x profile (maybe it will actually list first time more often) ---------------------------------------------- r29160 | sylvieg | 2010-09-13 14:21:00 +0200 (Mon, 13 Sep 2010) | 1 line [FIX]categ: fix tracker description ---------------------------------------------- r29159 | jonnybradley | 2010-09-13 14:09:07 +0200 (Mon, 13 Sep 2010) | 2 lines [ENH] textareas: Make "lose changes" warning appear for the whole form for other objects, e.g. blog etc. Trackers still TODO (tracker_item_field_input.tpl doesn't use {textarea} yet) ---------------------------------------------- r29158 | jonnybradley | 2010-09-13 13:50:29 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] textareas: Move session timeout warning into block.textarea.php (from editpage) and fix the order of the JS that shows it - for some reason it didn't work the other way round. ---------------------------------------------- r29157 | xavidp | 2010-09-13 13:14:03 +0200 (Mon, 13 Sep 2010) | 1 line [MOD]Highlight more (bold and red) the tip about using saved version instead of (js-)autosaved . Thanks ricks99 for tip on html bit to add a css class. If anybody knows a better class with bold and red (instead of mandatory_star, feel free to improve. ---------------------------------------------- r29155 | chealer | 2010-09-13 04:23:47 +0200 (Mon, 13 Sep 2010) | 4 lines MOUSEOVER: Consider uppercase parse parameter value "N" the same as "n" [FIX] If plugin is in a list item / bullet, and body parsing is not disabled, do not interpret line breaks as the end of the list item. inspired by FADE, thanks Marc Laporte ---------------------------------------------- r29154 | lindonb | 2010-09-13 01:57:41 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] Add options for plugin edit and info for pluginmanager ---------------------------------------------- r29153 | lindonb | 2010-09-13 00:42:55 +0200 (Mon, 13 Sep 2010) | 1 line [FIX] Allow lower level categories to display in a PluginTracker form and use <label>. ---------------------------------------------- r29152 | lindonb | 2010-09-12 22:56:34 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Allow CAPTCHA and reCAPTCHA to appear in registration form when user trackers are used. ---------------------------------------------- r29147 | lindonb | 2010-09-12 18:57:00 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Use 'Total' instead of 'Sum' ---------------------------------------------- r29146 | lindonb | 2010-09-12 18:48:22 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Change $l variable in compute section to $amount to avoid collision with $l in exactvalue section. Was causing sums to be wrong sometimes (e.g., when filtering on categories). ---------------------------------------------- r29139 | lindonb | 2010-09-12 06:26:09 +0200 (Sun, 12 Sep 2010) | 1 line [FIX] Descendant categories below first child level weren't showing in PluginTrackerlist displays of category fields. ---------------------------------------------- r29137 | lindonb | 2010-09-11 23:41:31 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] Display 0 or 'No' options properly and fix spacing. ---------------------------------------------- r29136 | lindonb | 2010-09-11 23:40:15 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] Add options for plugin edit and other plugin information. ---------------------------------------------- r29135 | lindonb | 2010-09-11 23:36:53 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] 'Feedback" instead of 'Feedbacks' and there is no feedback type for the remarksbox plugin. ---------------------------------------------- r29134 | lindonb | 2010-09-11 23:33:28 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] Increase contrast between text and background for some of the dark themes - mainly for jquery items and xdebug errors. ---------------------------------------------- r29133 | changi67 | 2010-09-11 22:45:28 +0200 (Sat, 11 Sep 2010) | 1 line HTML Validation ---------------------------------------------- r29131 | robertplummer | 2010-09-11 20:40:12 +0200 (Sat, 11 Sep 2010) | 2 lines [MOD] Changed sheet history viewing page to be tiki-history_sheets.php [MOD] Changed sheets so that they scroll together and tab click changed them together. ---------------------------------------------- r29128 | jonnybradley | 2010-09-11 01:28:04 +0200 (Sat, 11 Sep 2010) | 1 line [MOD] textarea: Don't show tip about session until 5 minutes remaining ---------------------------------------------- r29127 | jonnybradley | 2010-09-11 01:26:18 +0200 (Sat, 11 Sep 2010) | 1 line [IGNORE] parse_data: note to fix edge case with html comments and strike wiki parsing. ---------------------------------------------- r29126 | jonnybradley | 2010-09-11 00:11:46 +0200 (Sat, 11 Sep 2010) | 1 line [FIX] parse_data: paragraphs - don't wiki paragraph if already html ---------------------------------------------- r29125 | jonnybradley | 2010-09-10 23:00:04 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] ckeditor: use non xajax wrapper for remove_save call ---------------------------------------------- r29124 | jonnybradley | 2010-09-10 22:57:36 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: register auto_save editor so it gets removed on save ---------------------------------------------- r29123 | jonnybradley | 2010-09-10 22:43:18 +0200 (Fri, 10 Sep 2010) | 1 line [ENH] ckeditor: reparse content after inserting plugin or link ---------------------------------------------- r29122 | changi67 | 2010-09-10 22:34:51 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] HTML Validation ---------------------------------------------- r29121 | sylvieg | 2010-09-10 22:19:17 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: to have also categs when creating new sheet ---------------------------------------------- r29120 | sampaioprimo | 2010-09-10 22:17:08 +0200 (Fri, 10 Sep 2010) | 4 lines [ENH] options to control whether to display or not blog title, description and breadcrumbs [ENH] remove help button from each blog title [ENH] add sefurl to blog link in blog title ---------------------------------------------- r29119 | marclaporte | 2010-09-10 22:16:38 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] Admin panel: regrouping two Smarty-related preferences ---------------------------------------------- r29117 | sylvieg | 2010-09-10 22:13:25 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]parsing: [[foo must be parsed to [foo ---------------------------------------------- r29115 | sylvieg | 2010-09-10 21:26:53 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: perm: author can edit ---------------------------------------------- r29114 | changi67 | 2010-09-10 21:24:58 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] Set class odd and even on tr instead of td ---------------------------------------------- r29113 | sampaioprimo | 2010-09-10 20:51:46 +0200 (Fri, 10 Sep 2010) | 2 lines replacing {self_link} with <a> while {self_link} doesn't support sefurl ---------------------------------------------- r29112 | sylvieg | 2010-09-10 20:44:08 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: perm cleaning ---------------------------------------------- r29111 | jonnybradley | 2010-09-10 20:22:19 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] fgal manager: keep window open by default and close it when the main edit window unloads ---------------------------------------------- r29110 | sylvieg | 2010-09-10 19:09:20 +0200 (Fri, 10 Sep 2010) | 1 line [FIX]sheet: use new perms + check p_view_sheet ---------------------------------------------- r29109 | Jyhem | 2010-09-10 17:41:21 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] Fix logic error ---------------------------------------------- r29108 | Jyhem | 2010-09-10 17:37:14 +0200 (Fri, 10 Sep 2010) | 1 line [INDENT] No functional change ---------------------------------------------- r29107 | Jyhem | 2010-09-10 17:34:21 +0200 (Fri, 10 Sep 2010) | 1 line [ENH] Guarantee consistency of blog posts display between print view and other views by using same templates ---------------------------------------------- r29106 | jonnybradley | 2010-09-10 17:30:37 +0200 (Fri, 10 Sep 2010) | 1 line [NEW] jqui.css option: element.css ---------------------------------------------- r29105 | jonnybradley | 2010-09-10 17:28:57 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] jqui.css: simplebox and a button fix ---------------------------------------------- r29104 | jonnybradley | 2010-09-10 15:42:13 +0200 (Fri, 10 Sep 2010) | 1 line [IGNORE] parse_data: paragraphs - typo (bad! sorry) ---------------------------------------------- r29103 | jonnybradley | 2010-09-10 15:29:30 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] parse_data: paragraphs - refactor block_detect and use in convert_plugin_for_ckeditor() ---------------------------------------------- r29102 | jonnybradley | 2010-09-10 15:04:47 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] editpage: Restore row/cols for non-wysiwyg editor (sorry) ---------------------------------------------- r29101 | jonnybradley | 2010-09-10 14:59:15 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] fgal manager: left and right margins ---------------------------------------------- r29100 | jonnybradley | 2010-09-10 14:58:43 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] editpage: Use whole width for table ---------------------------------------------- r29099 | jonnybradley | 2010-09-10 14:57:28 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Fix autosave for when button not on toolbar. ---------------------------------------------- r29098 | jonnybradley | 2010-09-10 14:56:14 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] parse_data: paragraphs - missed a block (li) ---------------------------------------------- r29097 | jonnybradley | 2010-09-10 14:15:24 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Global ---------------------------------------------- r29096 | jonnybradley | 2010-09-10 13:52:49 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Show plugin insert icons for html mode as well. ---------------------------------------------- r29095 | jonnybradley | 2010-09-10 13:51:58 +0200 (Fri, 10 Sep 2010) | 1 line [MOD] remarksbox: smaller bottom margin. ---------------------------------------------- r29094 | jonnybradley | 2010-09-10 13:48:18 +0200 (Fri, 10 Sep 2010) | 1 line [FIX] ckeditor: Better default size when not set in {textarea} definition. ---------------------------------------------- r29093 | sylvieg | 2010-09-10 12:25:14 +0200 (Fri, 10 Sep 2010) | 1 line [ENH]install: put also in comment adodb instruction ---------------------------------------------- r29092 | sept_7 | 2010-09-10 10:35:48 +0200 (Fri, 10 Sep 2010) | 2 lines [FIX] fix svn:properties as pointed by quality.tikiwiki.org ---------------------------------------------- r29091 | sept_7 | 2010-09-10 10:33:26 +0200 (Fri, 10 Sep 2010) | 2 lines [FIX] convert file to Unix format... pointed by quality.tikiwiki.org ---------------------------------------------- r29090 | sampaioprimo | 2010-09-10 02:51:32 +0200 (Fri, 10 Sep 2010) | 2 lines [ENH] set column width to 50% on interactive translation interface to improve usability when translating long strings ---------------------------------------------- r29088 | sampaioprimo | 2010-09-10 00:33:55 +0200 (Fri, 10 Sep 2010) | 2 lines [KIL] removing code for the old interactive translation feature ---------------------------------------------- r29086 | sampaioprimo | 2010-09-10 00:08:14 +0200 (Fri, 10 Sep 2010) | 2 lines [FIX] remove 255 characters limit to store translations in the database ---------------------------------------------- r29083 | Jyhem | 2010-09-09 23:17:30 +0200 (Thu, 09 Sep 2010) | 1 line [ENH] Guarantee consistency of blog posts display between blog view and post view and edit preview by using same templates ---------------------------------------------- r29082 | sylvieg | 2010-09-09 23:07:50 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]searh: people seem to forgot there are 2 search modes as only the advanced is documented: put back a line for natural search- perhaps to do rename advanced with boolena? ---------------------------------------------- r29081 | changi67 | 2010-09-09 22:56:56 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] Set class odd and even on tr instead of td - many more to come ---------------------------------------------- r29080 | jonnybradley | 2010-09-09 22:42:16 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] fgal upload: Remove {literal}'s and add {{'s for jquery ---------------------------------------------- r29078 | changi67 | 2010-09-09 21:59:25 +0200 (Thu, 09 Sep 2010) | 1 line no changes - indent only ---------------------------------------------- r29077 | chealer | 2010-09-09 21:49:46 +0200 (Thu, 09 Sep 2010) | 2 lines [FIX] MySQL search: language and category parameter values not kept when changing results pages (introduced r24723, r25019) remove filter on used lang parameter ---------------------------------------------- r29076 | sampaioprimo | 2010-09-09 21:42:30 +0200 (Thu, 09 Sep 2010) | 2 lines [FIX] threaded comments now works for more than 2 levels ---------------------------------------------- r29075 | sylvieg | 2010-09-09 20:40:34 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]trackerlist: avoid popup on the popup on a tracker calendar ---------------------------------------------- r29074 | jonnybradley | 2010-09-09 20:38:38 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] ckeditor: Add notice about ckeditor if the prefs aren't set right. Have updated the recommended profile to suit. ---------------------------------------------- r29073 | chealer | 2010-09-09 20:07:27 +0200 (Thu, 09 Sep 2010) | 1 line [ENH] Search/i18n: add preference search_default_interface_language (Restrict search language by default) ---------------------------------------------- r29072 | jonnybradley | 2010-09-09 19:59:46 +0200 (Thu, 09 Sep 2010) | 1 line [DB] ckeditor: Switch wysiwyg editor to use new ckeditor ---------------------------------------------- r29071 | jonnybradley | 2010-09-09 19:46:28 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] cclite: Show some feedback if cclite server doesn't connect. ---------------------------------------------- r29070 | jonnybradley | 2010-09-09 19:45:36 +0200 (Thu, 09 Sep 2010) | 1 line [MOD] prefs: Default to using "add br" mode for wiki paragraph formatting when it's switched on. ---------------------------------------------- r29069 | jonnybradley | 2010-09-09 19:42:35 +0200 (Thu, 09 Sep 2010) | 2 lines [FIX] ckeditor: Use JS to set body display back to block as this will work when accessed using ajax. Fixes Firefox selection failure e.g. on text colour picker use. ---------------------------------------------- r29068 | chealer | 2010-09-09 19:41:01 +0200 (Thu, 09 Sep 2010) | 1 line [ENH][DB] Wiki attachments: Increase filename size limit from 80 to 255, supporting LFN and files from most Unix filesystems ---------------------------------------------- r29067 | sylvieg | 2010-09-09 18:12:47 +0200 (Thu, 09 Sep 2010) | 1 line [ENH]sheet: use tab ---------------------------------------------- r29065 | Jyhem | 2010-09-09 17:43:44 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] Avoid warnings when variables are unset ---------------------------------------------- r29064 | sylvieg | 2010-09-09 17:43:43 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]perm: sheet with new perm to be able to redefine edit_sheet for a group or categ ---------------------------------------------- r29063 | sylvieg | 2010-09-09 16:16:32 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]perms: check categ perm dor admin tracker ---------------------------------------------- r29062 | jonnybradley | 2010-09-09 16:16:20 +0200 (Thu, 09 Sep 2010) | 1 line [REF] parse_data: Refactor messy preg_replaces and complete list of block elements. ---------------------------------------------- r29061 | sampaioprimo | 2010-09-09 16:09:15 +0200 (Thu, 09 Sep 2010) | 2 lines [ENH] parse wiki syntax for blog post excerpt ---------------------------------------------- r29060 | sylvieg | 2010-09-09 16:07:54 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]perms: cite all the perm if error on p[erm_either ---------------------------------------------- r29059 | sylvieg | 2010-09-09 15:40:40 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]forum: wyiwyg for buttons ---------------------------------------------- r29058 | jonnybradley | 2010-09-09 15:28:59 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] parse_data: Add more block elements to paragraph detection (hr and blockquote) ---------------------------------------------- r29056 | jonnybradley | 2010-09-09 12:55:58 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] warning: Added default for unused parameter. Didn't remove as the function is called with this param from tikilib. ---------------------------------------------- r29055 | jonnybradley | 2010-09-09 12:45:42 +0200 (Thu, 09 Sep 2010) | 1 line [REM] Remove some old, dead code ---------------------------------------------- r29054 | jonnybradley | 2010-09-09 12:32:26 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] cachelib: Fix for when called from installer before tikilib can exist. ---------------------------------------------- r29053 | jonnybradley | 2010-09-09 12:18:36 +0200 (Thu, 09 Sep 2010) | 1 line [DOC] New domain for old file ---------------------------------------------- r29050 | sdoh | 2010-09-09 09:22:50 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] Fixes errors with strings multibyte, best test of the maximum size tags ---------------------------------------------- r29048 | chealer | 2010-09-09 03:44:21 +0200 (Thu, 09 Sep 2010) | 1 line [FIX] deleteTranslationInProgressFlags(): fix query to use bindvars ---------------------------------------------- r29047 | sylvieg | 2010-09-09 00:35:46 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]forum: fix 29045 - global perms are used in tpl ---------------------------------------------- r29046 | sylvieg | 2010-09-09 00:05:39 +0200 (Thu, 09 Sep 2010) | 1 line [FIX]delete custom code ---------------------------------------------- r29045 | sylvieg | 2010-09-08 23:29:07 +0200 (Wed, 08 Sep 2010) | 1 line [FIX]forum: check categ perms->use new perms system ---------------------------------------------- r29044 | changi67 | 2010-09-08 23:05:02 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] Another failed substitution ---------------------------------------------- r29042 | changi67 | 2010-09-08 22:48:05 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] use dynamic value for colspan according to prefs to have the right number of <th> ---------------------------------------------- r29041 | lphuberdeau | 2010-09-08 22:07:35 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] coelesce theme would not work correctly with inline comments due to missing class on comment content ---------------------------------------------- r29040 | lphuberdeau | 2010-09-08 21:46:48 +0200 (Wed, 08 Sep 2010) | 1 line Adding domain redirect preference to support domain transitions ---------------------------------------------- r29038 | jonnybradley | 2010-09-08 21:11:57 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] tracker export: Removed illegal style declaration in tpl (actually looks better without it in most jquery-ui themes) ---------------------------------------------- r29037 | changi67 | 2010-09-08 20:53:29 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] Rename admin tpl to be like the php files ---------------------------------------------- r29036 | jonnybradley | 2010-09-08 20:50:10 +0200 (Wed, 08 Sep 2010) | 3 lines [ENH] user messages: Add reply-to and bcc checkboxes to message send forms. Allows your real email to be the reply-to address on a message notification, and to be able to receive a copy via Bcc. Also slightly better error handling. ---------------------------------------------- r29035 | jonnybradley | 2010-09-08 18:36:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] user prefs: Allow messages to be sent via tiki-user_information.php if allowMsgs is on, even if user_information is set to private. ---------------------------------------------- r29034 | chealer | 2010-09-08 17:48:51 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] MySQL search: in results, if searching in wiki pages, say we found results in x *wiki pages", not x wikis ---------------------------------------------- r29033 | jonnybradley | 2010-09-08 17:42:18 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] user messages: Tidy up compose message layout and make priority menu cleaner (also on user info) ---------------------------------------------- r29032 | jonnybradley | 2010-09-08 17:35:42 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] user prefs: Swap a couple of prefs around to be more logical. Also remove dead code and make one capitalisation. ---------------------------------------------- r29031 | jonnybradley | 2010-09-08 17:25:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] auto_query_args: Set to empty (default to all fields) ---------------------------------------------- r29030 | jonnybradley | 2010-09-08 17:18:17 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] intertrans: Hide "add comment" link initially (thanks Marc) ---------------------------------------------- r29027 | sylvieg | 2010-09-08 15:44:44 +0200 (Wed, 08 Sep 2010) | 1 line [FIX]trackerfilter: when displayList is on, show the list ---------------------------------------------- r29026 | chealer | 2010-09-08 15:36:21 +0200 (Wed, 08 Sep 2010) | 2 lines [FIX] HTML special chars escaping [FIX] most HTML issues ---------------------------------------------- r29023 | sdoh | 2010-09-08 14:45:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] Corrected vanishing bold chars bug ---------------------------------------------- r29021 | sylvieg | 2010-09-08 13:15:57 +0200 (Wed, 08 Sep 2010) | 1 line [FIX]translation: hide the '2 pannels translation' for articles as it's only working for wiki page ---------------------------------------------- r29020 | jonnybradley | 2010-09-08 12:55:52 +0200 (Wed, 08 Sep 2010) | 7 lines [ENH] intertrans: Several improvements to interactive translation. Can translate more elements on page (if not all?) Can translate strings that were not previously translated (form label in italics to indicate that). Elements highlight as you mouseover. Escape key closes form. Switching off intertrans reloads the page (and flushes templaces_c). Various cosmetic and usability improvements (CSS moved from design.css to layout.css). ---------------------------------------------- r29019 | jonnybradley | 2010-09-08 12:50:42 +0200 (Wed, 08 Sep 2010) | 1 line [REF] Deploy $cachelib->empty_cache() - missed one from r29018 ---------------------------------------------- r29018 | jonnybradley | 2010-09-08 12:26:37 +0200 (Wed, 08 Sep 2010) | 2 lines [REF] Deploy $cachelib->empty_cache() throughout. (Note: interactive_translation_mode only needs to empty templates_c, which is why i started this) ---------------------------------------------- r29017 | jonnybradley | 2010-09-08 12:20:19 +0200 (Wed, 08 Sep 2010) | 1 line [REF] cachelib: Move cache emptying logic from admin system into $cachelib->empty_cache(). Also rename the mysterious "du" function to count_cache_files as that's what it does (and improve file counting). ---------------------------------------------- r29016 | pkdille | 2010-09-08 07:40:50 +0200 (Wed, 08 Sep 2010) | 1 line [MOD] no changes - indenting code and removing some useless comments ---------------------------------------------- r29015 | jonnybradley | 2010-09-08 01:53:31 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] edit lang: no ajax for full page reload on toggle button ---------------------------------------------- r29014 | jonnybradley | 2010-09-08 01:52:26 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] global $prefs ---------------------------------------------- r29013 | robertplummer | 2010-09-08 01:12:10 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] Attribute sanitizer for mediaplayer plugin ---------------------------------------------- r29012 | marclaporte | 2010-09-08 00:01:45 +0200 (Wed, 08 Sep 2010) | 1 line [FIX] top buttons no longer necessary now that we have tabs on this page ---------------------------------------------- r29011 | robertplummer | 2010-09-07 22:38:39 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] Small bug in loading js for sheet history comparing. ---------------------------------------------- r29010 | robertplummer | 2010-09-07 22:01:49 +0200 (Tue, 07 Sep 2010) | 5 lines [MOD] lang/en/language.php - Took away some jQuery.sheet warnings [ADD] lib/sheet/tiki-history-sheets.js to handle js on the history page for sheets - We may need to rename this later [MOD] /templates/tiki-view-sheets.tpl to handle multi read dates for sheets [MOD] /templates/tiki-history-sheets.tpl to be able to list and be able to compare multi sheets {MOD] /tiki-setup.php to add lib/sheet/tiki-history_sheets.js only on php page tiki-view_sheets.php ---------------------------------------------- r29009 | jonnybradley | 2010-09-07 21:49:09 +0200 (Tue, 07 Sep 2010) | 3 lines [ENH] comment annotations: Largely cosmetic improvements. Add title text and action buttons. Some help text, CSS classes and hide/show existing comments. ---------------------------------------------- r29008 | jonnybradley | 2010-09-07 21:46:06 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] parse_data paragraphs: <dl> is also a block element ---------------------------------------------- r29007 | sylvieg | 2010-09-07 21:37:34 +0200 (Tue, 07 Sep 2010) | 1 line [FIX]textarea: param _toolbars interpreted for wiki editor + trackerhelp uses {textarea} to be able to extend textarea on any browser via jq ---------------------------------------------- r29006 | sylvieg | 2010-09-07 21:08:00 +0200 (Tue, 07 Sep 2010) | 1 line [FIX]tracker: do not display Anonymous and Registered in usergroups+ do not show input label ---------------------------------------------- r29005 | sylvieg | 2010-09-07 20:34:21 +0200 (Tue, 07 Sep 2010) | 1 line [ENH]trackers: field usergroups allowing to fetch dynamically the groups of a user and to filter on a group ---------------------------------------------- r29004 | jonnybradley | 2010-09-07 19:08:54 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] comments: Move errors box near the form and refill form inputs with posted data ---------------------------------------------- r29003 | jonnybradley | 2010-09-07 18:43:04 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] comments: Fill title when editing comment ---------------------------------------------- r29002 | sylvieg | 2010-09-07 18:38:10 +0200 (Tue, 07 Sep 2010) | 1 line [ENH]style: Can not find a justification for so simplify ---------------------------------------------- r29001 | jonnybradley | 2010-09-07 18:12:06 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] perms admin: Do proper fine grain check for prefs as well as feature by feature. ---------------------------------------------- r29000 | jonnybradley | 2010-09-07 17:37:36 +0200 (Tue, 07 Sep 2010) | 1 line [ENH] perms admin: Add show only selected checkbox (and label for toggle sections icon) ---------------------------------------------- r28999 | jonnybradley | 2010-09-07 16:44:13 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] wysiwyg plugins: Make edit icon float over plugin previews (thanks for the "how to" luci) ---------------------------------------------- r28998 | jonnybradley | 2010-09-07 16:28:59 +0200 (Tue, 07 Sep 2010) | 2 lines [ENH] wysiwyg: Plugin edit re-parses content (if ajax on). Also preview working better with multiple plugins. Renamed css class .cke_tiki_plugin to .tiki_plugin as ckeditor "eats" classes starting with cke_ ---------------------------------------------- r28997 | sylvieg | 2010-09-07 15:59:11 +0200 (Tue, 07 Sep 2010) | 1 line [FIX]trackerhelp: perm checking ---------------------------------------------- r28996 | sylvieg | 2010-09-07 15:13:33 +0200 (Tue, 07 Sep 2010) | 1 line [NEW]trackerhelp: a little module to show the fieldIds of a tracker: todo->debug {textarea} to use it, autocomplete on tracker name, pagination for large tracker ---------------------------------------------- r28995 | jonnybradley | 2010-09-07 14:27:53 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] wysiwyg plugins: Preview and save now working (in html mode) ---------------------------------------------- r28994 | jonnybradley | 2010-09-07 14:27:07 +0200 (Tue, 07 Sep 2010) | 1 line [MOD] wysiwyg plugins: Clean dead code, leave some more comments in as reminder to fix selection bug. ---------------------------------------------- r28993 | jonnybradley | 2010-09-07 13:35:39 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] toolbars: Mend re-encoding corruption from r28856 which was causing JS errors and preventing most edit tools from working. ---------------------------------------------- r28992 | chealer | 2010-09-07 07:33:00 +0200 (Tue, 07 Sep 2010) | 2 lines use new wikilib "bad characters" prevention methods forgotten in r28740, oops ---------------------------------------------- r28991 | marclaporte | 2010-09-07 04:43:39 +0200 (Tue, 07 Sep 2010) | 1 line [ENH] Admin panel for Inline Comments ---------------------------------------------- r28990 | pascalstjean | 2010-09-07 04:21:04 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] Add line to get_perm_object ---------------------------------------------- r28989 | robertplummer | 2010-09-07 00:46:12 +0200 (Tue, 07 Sep 2010) | 2 lines [FIX] Fullscreen mode for sheet [MOD] Deleted some experimental text. Sheet is ok to use now. ---------------------------------------------- r28988 | marclaporte | 2010-09-07 00:25:38 +0200 (Tue, 07 Sep 2010) | 1 line [MOD] moving permission to general comment section (instead of just wiki) to help people set comment permissions. TODO: Filter doesn't work. ---------------------------------------------- r28987 | marclaporte | 2010-09-07 00:18:00 +0200 (Tue, 07 Sep 2010) | 1 line [FIX] Cleanup of various comment-related preferences. Taking advantage of the recently added comments admin panel. ---------------------------------------------- r28986 | pkdille | 2010-09-06 23:45:34 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] remove some old debug traces - please, remove it before commiting ---------------------------------------------- r28985 | robertplummer | 2010-09-06 22:06:10 +0200 (Mon, 06 Sep 2010) | 3 lines [ADD] 20100906_sheet_toolbar_default_tiki.sql deletes and then adds the new toolbar [ADD] New buttons addrowbefore and addcolumnbefore, they add before the selected cell [FIX] Changed some of the outdated cell adding in toolbarslib.php to be more predictable ---------------------------------------------- r28984 | pkdille | 2010-09-06 21:40:32 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin metrics: deploy button plugin into this template (\!) ---------------------------------------------- r28982 | pkdille | 2010-09-06 21:37:08 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] remove some useless css classes on td and tr tags in formcolor tables ---------------------------------------------- r28979 | robertplummer | 2010-09-06 20:27:24 +0200 (Mon, 06 Sep 2010) | 5 lines [FIX] Made all cells save every time you save because styles can change in grid.php. This now enables all cells to keep their style when saved. [FIX] Updated $.sheet.get_sheet_json in tiki-jquery.js to be based off the more streamlined version in sheet. [FIX] Updated the toolbarslib.php toolbar titles to be more accurate so I can add other buttons that are more complex, like add cells above current selection. ---------------------------------------------- r28978 | jonnybradley | 2010-09-06 19:44:15 +0200 (Mon, 06 Sep 2010) | 3 lines [FIX] parse_data and wysiwyg: Proper parsing of line ends and paragraph processing for plugins. Only enclose in <p> if it's all inline elements. Also re-organise how the wysiwyg plugins work to include the ending comment inside the div or span. More to come on this... ---------------------------------------------- r28977 | sept_7 | 2010-09-06 15:50:49 +0200 (Mon, 06 Sep 2010) | 3 lines [FIX] Don't use minified version of JQuery and Jquery.UI if tiki_minify_javascript is not set. ---------------------------------------------- r28976 | jonnybradley | 2010-09-06 15:16:10 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin/wysiwyg: Reorganisation to promote new ckeditor and add some dependencies. ---------------------------------------------- r28975 | jonnybradley | 2010-09-06 15:14:05 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin/performance: Move "Performance" tab to first so it's the default (as it has useful stuff in it more often) ---------------------------------------------- r28974 | jonnybradley | 2010-09-06 15:11:11 +0200 (Mon, 06 Sep 2010) | 1 line [MOD] admin/features: Change "Need polish" to "Getting there..." for ajax and wysiwyg and add dependency. ---------------------------------------------- r28973 | jonnybradley | 2010-09-06 15:07:27 +0200 (Mon, 06 Sep 2010) | 1 line [FIX] textareas: "not empty" better test than isset for rows and cols ---------------------------------------------- r28972 | jonnybradley | 2010-09-06 15:07:00 +0200 (Mon, 06 Sep 2010) | 2 lines [FIX] wysiwyg: wysiwyg_htmltowiki depends on feature_ajax_autosave. Also make fonts a textarea. ---------------------------------------------- r28971 | sept_7 | 2010-09-06 14:35:28 +0200 (Mon, 06 Sep 2010) | 5 lines [EHN+FIX] Modifications to speed up minify generation and fix CKEditor with minify: o Use minified jquery adn jquery.ui in tiki-setup o modify headerlib to skip minification of JS files ending by .min.js or in minified rank o modify main tpl tiki and tiki-index_p accordingly ---------------------------------------------- r28966 | chealer | 2010-09-06 06:27:11 +0200 (Mon, 06 Sep 2010) | 3 lines add commit tag [REF] for refactoring added by Alain D?\195?\169silets (from DevTips) ---------------------------------------------- r28965 | chealer | 2010-09-06 05:55:35 +0200 (Mon, 06 Sep 2010) | 2 lines [FIX] over-restrictive filter on client parameter (r20933 regression) oops. thanks MojaveMedia (Closes: #3536) ---------------------------------------------- r28963 | changi67 | 2010-09-05 20:59:12 +0200 (Sun, 05 Sep 2010) | 1 line [FIX] colspan should be equal to the number of <th> ---------------------------------------------- r28962 | marclaporte | 2010-09-05 19:37:07 +0200 (Sun, 05 Sep 2010) | 1 line [ENH] making nofollow option easier to find ---------------------------------------------- r28960 | eromneg | 2010-09-05 17:51:14 +0200 (Sun, 05 Sep 2010) | 1 line [ENH} reference the positioning of the arrow icon from the bottom to avoid the arrow icon being placed over the text with multi-line menu text. Individual themes will probably need to adjust the actual value. ---------------------------------------------- r28957 | xavidp | 2010-09-05 12:15:22 +0200 (Sun, 05 Sep 2010) | 1 line [FIX]Allow javascript (and thus, JQuery tabs, etc.) to work when pages are displayed without header, footer nor side columns ---------------------------------------------- r28955 | changi67 | 2010-09-04 22:19:16 +0200 (Sat, 04 Sep 2010) | 1 line [MOD] Just give a message when no records found ---------------------------------------------- r28953 | changi67 | 2010-09-04 22:11:04 +0200 (Sat, 04 Sep 2010) | 1 line [MOD] use dynamic value for colspan according to prefs - oops ---------------------------------------------- r28952 | changi67 | 2010-09-04 22:06:39 +0200 (Sat, 04 Sep 2010) | 1 line [MOD] use dynamic value for colspan according to prefs - missed one ---------------------------------------------- r28951 | chealer | 2010-09-04 21:43:23 +0200 (Sat, 04 Sep 2010) | 2 lines [FIX] Installer: htaccess error showing on Microsoft IIS not tested much ---------------------------------------------- r28950 | changi67 | 2010-09-04 21:21:48 +0200 (Sat, 04 Sep 2010) | 1 line reindent only - sorry for the previous mess ---------------------------------------------- Version 5.1 <http://tikiwiki.org/ReleaseNotes51> ------------------ ---------------------------------------------- r28336 | sept_7 | 2010-08-06 13:21:44 +0100 (Fri, 06 Aug 2010) | 2 lines [FIX/bp28335] Fix include path for CAS, repported by chealer. ---------------------------------------------- r28316 | ricks99 | 2010-08-05 16:14:39 +0100 (Thu, 05 Aug 2010) | 1 line [UI] Updated 'powered by' buttons and demo logo to reflect the new tiki branding logo. Backport of 28314 from. OK'd by jonnyb (tx!) ---------------------------------------------- r28298 | sept_7 | 2010-08-04 14:38:51 +0100 (Wed, 04 Aug 2010) | 2 lines [FIX/bp28297] Use external SVN for PHPCAS, so updates follow upstream ---------------------------------------------- r28292 | chibaguy | 2010-08-04 05:18:52 +0100 (Wed, 04 Aug 2010) | 1 line [FIX] Corrected background image paths. Thanks to Chealer for spotting and reminding. ---------------------------------------------- r28278 | marclaporte | 2010-08-03 01:57:05 +0100 (Tue, 03 Aug 2010) | 1 line [KIL] saving a meg ---------------------------------------------- r28273 | jonnybradley | 2010-08-02 22:40:53 +0100 (Mon, 02 Aug 2010) | 2 lines [FIX] Release script: Trap smarty template errors and ignore the one in tiki-mods.lib (can't see how to fix it, or why). Also do chdir() so it runs in the debugger as well. ---------------------------------------------- r28272 | jonnybradley | 2010-08-02 21:16:21 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] Installer: Don't show form to fix encoding on last page if it's a clean install. ---------------------------------------------- r28257 | luciash | 2010-08-02 15:22:41 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] import/export lang: add the UTF-8 encoding to the header for the exported language ---------------------------------------------- r28256 | jonnybradley | 2010-08-02 15:12:46 +0100 (Mon, 02 Aug 2010) | 2 lines [FIX] TikiDb: Add test for valid results to fetchAll(). Reveals errors in installer (e.g. 'Your MySQL version is too old to perform this operation') on some operations and should also help expose other mystery WSoD errors. ---------------------------------------------- r28255 | luciash | 2010-08-02 15:12:21 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] interactive translation should be on top above all when displayed ---------------------------------------------- r28254 | luciash | 2010-08-02 14:50:19 +0100 (Mon, 02 Aug 2010) | 1 line [ENH] Czech language: some more translated ---------------------------------------------- r28253 | luciash | 2010-08-02 14:39:11 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] edit languages: double entities in translations problem - it is not wanted to put htmlentities and strip tags - edit languages is alowed by trusted users anyway... caused just trouble ---------------------------------------------- r28252 | jonnybradley | 2010-08-02 14:29:05 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] Installer: Only offer to fix encoding if the database exists. ---------------------------------------------- r28251 | luciash | 2010-08-02 13:55:32 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] import/export lang: fix PHP error and allow to re-import if the lang was already imported before, changed string Included to Imported and made it translantable; TODO: handle delete and currently used lang cannot be imported ---------------------------------------------- r28250 | jonnybradley | 2010-08-02 13:03:20 +0100 (Mon, 02 Aug 2010) | 1 line [FIX] Installer: Check if database really exists before using it (thanks marclaporte) ---------------------------------------------- r28234 | marclaporte | 2010-07-31 22:50:39 +0100 (Sat, 31 Jul 2010) | 1 line [DOC] update doc links and reduce to a smaller number of gateway pages ---------------------------------------------- r28231 | marclaporte | 2010-07-31 21:00:23 +0100 (Sat, 31 Jul 2010) | 1 line [MOD] Removing old badge which mismatches with new logo ---------------------------------------------- r28225 | sylvieg | 2010-07-30 22:22:46 +0100 (Fri, 30 Jul 2010) | 1 line [FIX]module: specify it is perpespective ID ---------------------------------------------- r28192 | xavidp | 2010-07-29 14:37:38 +0100 (Thu, 29 Jul 2010) | 1 line [FIX]Quickfix as a workaround for the broken js features (like wiki edit help box, plugin helpers, ...) in some cases with languages with single quotes in the translated strings. A proper fix is still due in the whole Tiki code to avoid these recurrent problems when Tiki is used in some languages with single quotes as apostrophes. ---------------------------------------------- r28187 | sylvieg | 2010-07-28 20:45:10 +0100 (Wed, 28 Jul 2010) | 1 line [FIX]comment: fix flip/flop when comming from LAST_COMMENTS or the comment button from ARTICLES or view_blog , display the comment zone - whatever is in the cookie jar. Do not change the cookie jar - to have the feature working when not coming from imposed comment view ---------------------------------------------- r28182 | marclaporte | 2010-07-28 16:47:50 +0100 (Wed, 28 Jul 2010) | 1 line [KIL] removing this badge 1- logo is outdated and 2- I never undertood what it was doing there ---------------------------------------------- r28181 | marclaporte | 2010-07-28 16:44:59 +0100 (Wed, 28 Jul 2010) | 1 line [FIX] partial cleanup of the badges. 1-ADOdb is no longer the default TODO: update Tiki badge, add jQuery and Zend Framework ---------------------------------------------- r28178 | marclaporte | 2010-07-28 16:15:47 +0100 (Wed, 28 Jul 2010) | 1 line [MOD] removing badge until it is updated to new branding. Besides, it looks a little weird to have a badge here. ---------------------------------------------- r28175 | marclaporte | 2010-07-28 13:58:05 +0100 (Wed, 28 Jul 2010) | 1 line [FIX] restoring color back to blue for text additions in wiki diff (Apparently unintentional change in revision 27211). Green text on green background (even though used on Wikipedia) is not very intuitive. It's clearer with blue on green (and the removed text is strikethough on red background). It feels like this should be handled only by css but perhaps because of the wiki diff in RSS feeds, it can't ---------------------------------------------- r28171 | xavidp | 2010-07-28 08:39:09 +0100 (Wed, 28 Jul 2010) | 1 line [MOD]Change the "cross your fingers" message (even in some brand new installations) for some less scary message ---------------------------------------------- r28170 | chibaguy | 2010-07-28 04:38:47 +0100 (Wed, 28 Jul 2010) | 1 line [MOD] Additional style details for FiveAlive and theme options. ---------------------------------------------- r28159 | chealer | 2010-07-27 18:09:24 +0100 (Tue, 27 Jul 2010) | 1 line remove unused condition (since r27924) ---------------------------------------------- r28152 | sylvieg | 2010-07-27 15:28:22 +0100 (Tue, 27 Jul 2010) | 1 line [FIX]pref: some description ---------------------------------------------- r28147 | marclaporte | 2010-07-26 22:43:38 +0100 (Mon, 26 Jul 2010) | 1 line [MOD] better favicon, more inline with new branding ---------------------------------------------- r28143 | sylvieg | 2010-07-26 20:11:20 +0100 (Mon, 26 Jul 2010) | 1 line [FIX]article: tiki_p_articles_read_heading is not mandatory to see articles iamges ---------------------------------------------- r28142 | sylvieg | 2010-07-26 19:23:37 +0100 (Mon, 26 Jul 2010) | 1 line backport 28132 ---------------------------------------------- r28140 | jonnybradley | 2010-07-26 19:06:18 +0100 (Mon, 26 Jul 2010) | 1 line [FIX] Sheets: Padding fix for sheet plugin ---------------------------------------------- r28139 | jonnybradley | 2010-07-26 18:49:09 +0100 (Mon, 26 Jul 2010) | 1 line [FIX] Articles: Don't return repeats of articles in multiple categories (when in perspectives especially) ---------------------------------------------- r28138 | jonnybradley | 2010-07-26 18:33:06 +0100 (Mon, 26 Jul 2010) | 1 line [FIX] Add checks for feature_sheet when checking for feature_jquery_sheet before including JS etc ---------------------------------------------- r28130 | marclaporte | 2010-07-26 01:29:22 +0100 (Mon, 26 Jul 2010) | 1 line [KIL] leftover code for old Multimedia tracker field type ---------------------------------------------- r28129 | pkdille | 2010-07-25 20:51:21 +0100 (Sun, 25 Jul 2010) | 1 line [MOD] admin trackers: add remarksbox and string translation to the section added in r28127 ---------------------------------------------- r28127 | minger0 | 2010-07-25 13:44:41 +0100 (Sun, 25 Jul 2010) | 1 line [FIX] 3500 csv import, notes on use, and added support for auto-increment with itemid - http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3500&trackerId=5&show=view ---------------------------------------------- r28126 | xavidp | 2010-07-25 10:36:46 +0100 (Sun, 25 Jul 2010) | 1 line [MOD]Allow any full admin, and not only user 'admin', to see the Quick_admin in the custom code section ---------------------------------------------- r28120 | xavidp | 2010-07-23 23:14:32 +0100 (Fri, 23 Jul 2010) | 1 line [MOD]Add shortcut with icon and link in Quick_Admin (sitemycode) for admins to show the settings for interactive translation when "use database for translation" is enabled (otherwise many clicks needed to reach that place). Thanks jonnyb and luci for tips on where to see the icons and the right syntax to make it work. ---------------------------------------------- r28093 | sampaioprimo | 2010-07-22 00:41:06 +0100 (Thu, 22 Jul 2010) | 2 lines [FIX] avoid conflict between $cat_tree for find.tpl and $cat_tree for categorization while editing a file gallery ---------------------------------------------- r28072 | xavidp | 2010-07-19 18:03:54 +0100 (Mon, 19 Jul 2010) | 1 line [MOD][bp/r28020+r28070]Fixes problem of minified css and js cache files not being world readable on some servers (possibly due to suexec and/or mod_sec) ---------------------------------------------- r28066 | marclaporte | 2010-07-19 01:24:06 +0100 (Mon, 19 Jul 2010) | 1 line [KIL] mootools long gone ---------------------------------------------- r28065 | marclaporte | 2010-07-19 00:36:28 +0100 (Mon, 19 Jul 2010) | 1 line [FIX] turning off PHPlayersmenu by default, as it is slated to be removed from Tiki6. This lib has not been updated since 2004. Everyone: make sure jQuery CSS menus do everything you need. Ex.: Jonny made the File Gallery tree explorer be nice without PHPlayersmenu. ---------------------------------------------- r28064 | marclaporte | 2010-07-18 23:54:28 +0100 (Sun, 18 Jul 2010) | 1 line [MOD] favicon with new branding ---------------------------------------------- r28062 | jonnybradley | 2010-07-18 16:48:41 +0100 (Sun, 18 Jul 2010) | 1 line [ENH] Installer: Add logging & reporting prefs to the installer's general settings page to assist troubleshooting. ---------------------------------------------- r28061 | lphuberdeau | 2010-07-18 16:38:52 +0100 (Sun, 18 Jul 2010) | 1 line [ENH] Error when INFORMATION_SCHEMA is not available and attempting to fix the database ---------------------------------------------- r28060 | xavidp | 2010-07-18 16:36:52 +0100 (Sun, 18 Jul 2010) | 1 line [MOD]Add "interactive translation" words to the description of the "use db for translation" checkbox in admin panels, so that it can be found when searched through "lesser magic" ---------------------------------------------- r28059 | lphuberdeau | 2010-07-18 16:25:39 +0100 (Sun, 18 Jul 2010) | 1 line [FIX]?\194?\160Under unexplainable conditions, the installer is not initialized at step 4 ---------------------------------------------- r28058 | lphuberdeau | 2010-07-18 16:17:50 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] Prevent error if user module is not found ---------------------------------------------- r28055 | jonnybradley | 2010-07-18 15:45:28 +0100 (Sun, 18 Jul 2010) | 1 line [MOD] Installer: Add menu of previous possible encodings and confirm dialogue box on double encoding fix form ---------------------------------------------- r28054 | lphuberdeau | 2010-07-18 15:36:31 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] Error when db/local.php did not exist ---------------------------------------------- r28052 | lphuberdeau | 2010-07-18 14:56:57 +0100 (Sun, 18 Jul 2010) | 1 line [NEW] Procedure to de-double-encode from the installer ---------------------------------------------- r28051 | jonnybradley | 2010-07-18 14:47:23 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] gd warning: Check file is really a file before using it. ---------------------------------------------- r28050 | lphuberdeau | 2010-07-18 13:43:22 +0100 (Sun, 18 Jul 2010) | 1 line [NEW] Adding a procedure to convert the database to UTF-8 ---------------------------------------------- r28048 | xavidp | 2010-07-18 13:10:44 +0100 (Sun, 18 Jul 2010) | 1 line [ENH]Improve the text and tips shown to admins when they upgrade or migrate and using the tiki-install.php to write the local.php in the new location or server. ---------------------------------------------- r28045 | marclaporte | 2010-07-18 12:25:27 +0100 (Sun, 18 Jul 2010) | 1 line [DOC] help link ---------------------------------------------- r28044 | jonnybradley | 2010-07-18 12:25:08 +0100 (Sun, 18 Jul 2010) | 1 line [FIX] File galleries explorer when feature_phplayers is off no longer posts back to the server when opening/closing nodes. ---------------------------------------------- r28043 | lphuberdeau | 2010-07-18 10:59:41 +0100 (Sun, 18 Jul 2010) | 1 line [NEW] External wiki profile handler ---------------------------------------------- r28041 | marclaporte | 2010-07-17 19:40:01 +0100 (Sat, 17 Jul 2010) | 1 line [NEW] Addition of the Inuktitut language. Please note that you may need special fonts available from http://en.wikipedia.org/wiki/Inuktitut ---------------------------------------------- r28040 | marclaporte | 2010-07-17 19:06:44 +0100 (Sat, 17 Jul 2010) | 1 line [FIX] to avoid a warning during the install. Tks Jonny ---------------------------------------------- r28039 | jonnybradley | 2010-07-17 16:45:39 +0100 (Sat, 17 Jul 2010) | 3 lines [FIX] Installer: No WSoD when new database connection fails. Hide connection edit form by default when existing connection found. Small fix for Firefox language switch. ---------------------------------------------- r28034 | jonnybradley | 2010-07-17 15:12:44 +0100 (Sat, 17 Jul 2010) | 1 line [FIX] Zend_Mail: Use UTF-8 for sending (as the data is UTF-8 already) ---------------------------------------------- r28032 | lphuberdeau | 2010-07-17 14:51:47 +0100 (Sat, 17 Jul 2010) | 1 line [ENH] Detecting the database encoding and providing some advise ---------------------------------------------- r28031 | jonnybradley | 2010-07-17 14:44:14 +0100 (Sat, 17 Jul 2010) | 2 lines [br/r27952] [FIX] Timezone pref: Set server_timezone to UTC if server is set to GMT, otherwise Admin/General/Date & Time was showing Africa/Abidjan (the first one) as current setting. (Also added svn Id keyword & copyright) ---------------------------------------------- r28030 | jonnybradley | 2010-07-17 14:32:15 +0100 (Sat, 17 Jul 2010) | 1 line [MOD] Error handler: Separate suggestion lists for each scenario. ---------------------------------------------- r28029 | jonnybradley | 2010-07-17 13:55:27 +0100 (Sat, 17 Jul 2010) | 1 line [MOD] Restore help and link to installer in error handler, and some layout improvements. ---------------------------------------------- r28028 | lphuberdeau | 2010-07-17 13:47:45 +0100 (Sat, 17 Jul 2010) | 1 line [ENH] Setting the browser title so it does not say tiki-install.php ---------------------------------------------- r28027 | lphuberdeau | 2010-07-17 13:04:24 +0100 (Sat, 17 Jul 2010) | 1 line [ENH] For new installations, propose to force the connection encoding to UTF-8, because that is what tiki will send anyway. Good connection encoding will make sure the data will be understood by MySQL. However, changing the connection encoding on existing installations will cause issues. ---------------------------------------------- r28026 | lphuberdeau | 2010-07-17 12:20:50 +0100 (Sat, 17 Jul 2010) | 6 lines [MOD] Removing the charset autodetection. Unless explicitly specified, the charset issues will be handled the way MySQL is configured like, preserving backward compatibility. No attempt to figure out how it's configured. When specified in db/local.php, client charset is specified. Installer will not attempt to define it automatically. [FIX] PDO charset not initialized the same way in normal use and installer. Some exception with PHP 5.3 documented as a comment was not replicated in the installer. [FIX] AdoDB connection in tiki did not use the exact same query as PDO (with extra quotes) [FIX] AdoDB connection in the installer did not set the charset at all (which was introduced in tiki in r27423) [ENH] Generally reduced the amount of code paths causing confusion ---------------------------------------------- r28013 | jonnybradley | 2010-07-16 13:50:15 +0100 (Fri, 16 Jul 2010) | 4 lines [br/r28002,3 & 8] [MOD] User selector: Rename tracker_jquery_user_selector_threshold as user_selector_threshold so it can be used elsewhere. Also repeat pref in admin/look next to max list size for convenience. [NEW] smarty_function_user_selector to simplify use of user_selector_threshold to show autocomplete box when there are too many users, and deployment of it in filegal edit. [MOD] User selector: Schema update script just in case ---------------------------------------------- r28001 | lphuberdeau | 2010-07-15 15:57:26 +0100 (Thu, 15 Jul 2010) | 1 line [B/P] r28000 Support for BigBlueButton 0.7 ---------------------------------------------- r27998 | sylvieg | 2010-07-15 14:44:05 +0100 (Thu, 15 Jul 2010) | 1 line [FIX]rss: when incorrect trackerId displays error page instead of bugging the reader ---------------------------------------------- r27987 | minger0 | 2010-07-14 19:53:35 +0100 (Wed, 14 Jul 2010) | 1 line [FIX] tracker auto-assigned fields shown in the tracker plugin (or not assigned if not listed in the fields param) http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3200&trackerId=5&show=view ---------------------------------------------- r27967 | minger0 | 2010-07-14 00:27:45 +0100 (Wed, 14 Jul 2010) | 1 line [FIX] tracker lib saving attachments does not respect the object perms ---------------------------------------------- r27957 | sylvieg | 2010-07-13 19:10:33 +0100 (Tue, 13 Jul 2010) | 1 line [FIX]payment: fix pagination offset ---------------------------------------------- r27942 | sylvieg | 2010-07-12 14:11:45 +0100 (Mon, 12 Jul 2010) | 1 line [FIX]freetags_moerlikethis: fix number ---------------------------------------------- r27941 | sylvieg | 2010-07-12 14:10:01 +0100 (Mon, 12 Jul 2010) | 1 line [FIX]html ---------------------------------------------- r27939 | sylvieg | 2010-07-12 12:50:59 +0100 (Mon, 12 Jul 2010) | 1 line [FIX]most commented module: fix blog ---------------------------------------------- r27937 | frank_p | 2010-07-12 11:12:52 +0100 (Mon, 12 Jul 2010) | 1 line [TRA] more translate ---------------------------------------------- r27936 | chibaguy | 2010-07-12 10:44:51 +0100 (Mon, 12 Jul 2010) | 1 line [FIX] Bad text color contrast for links in table.normal. Thanks to Xavi for pointing out the problem. ---------------------------------------------- r27934 | sylvieg | 2010-07-11 22:48:47 +0100 (Sun, 11 Jul 2010) | 1 line [FIX]freetags: fix module freetags_morelikethis for blog post - the current_object function needs to rewritten... ---------------------------------------------- r27933 | sylvieg | 2010-07-11 22:13:35 +0100 (Sun, 11 Jul 2010) | 1 line [FIX]tracker: fix 'Do not show empty fields in item view?' for static field and item lists bug3208 ---------------------------------------------- r27932 | minger0 | 2010-07-11 13:46:53 +0100 (Sun, 11 Jul 2010) | 1 line pass itemUser in pretty tracker ---------------------------------------------- r27931 | minger0 | 2010-07-11 01:16:08 +0100 (Sun, 11 Jul 2010) | 2 lines [FIX] conflict between tracker dynamic list items and the use real name feature in the trackerlist plugin, correction and simplification to the previous change list ---------------------------------------------- r27930 | minger0 | 2010-07-11 00:54:37 +0100 (Sun, 11 Jul 2010) | 1 line [FIX] conflict between tracker dynamic list items and the use real name feature in the trackerlist plugin ---------------------------------------------- r27929 | lindonb | 2010-07-11 00:09:26 +0100 (Sun, 11 Jul 2010) | 1 line [FIX] Use CSS for inline syntax formatting used in file and image gallery syntax help so that it is legible in all themes. Other small formatting changes to these interfaces. ---------------------------------------------- r27926 | jonnybradley | 2010-07-10 14:21:57 +0100 (Sat, 10 Jul 2010) | 1 line [FIX] Include JS in print page so tabs, headings etc work ---------------------------------------------- r27925 | chealer | 2010-07-09 23:38:06 +0100 (Fri, 09 Jul 2010) | 1 line Installer: allow to start with an incomplete local.php and set dbversion_tiki, for WebDeploy package ---------------------------------------------- r27924 | chealer | 2010-07-09 23:35:17 +0100 (Fri, 09 Jul 2010) | 1 line scrap postinst for WebDeploy package; it will used the standard installer in the end ---------------------------------------------- r27921 | chealer | 2010-07-09 22:27:12 +0100 (Fri, 09 Jul 2010) | 1 line [FIX] fr: "R?\195?\169installez la base de donn?\195?\169es" => "R?\195?\169installer la base de donn?\195?\169es" ---------------------------------------------- r27920 | chealer | 2010-07-09 22:17:33 +0100 (Fri, 09 Jul 2010) | 1 line [FIX] fr: "?\195?\138tes-vous en train d'ugrader une site Tiki existant" -> "?\195?\138tes-vous en train de mettre ?\195?\160 jour un site Tiki existant" ---------------------------------------------- r27918 | sylvieg | 2010-07-09 20:34:15 +0100 (Fri, 09 Jul 2010) | 1 line [FIX]TRACKERITEMFIELD: fix testing the value of a field that does not exist yet ---------------------------------------------- r27913 | xavidp | 2010-07-09 18:23:22 +0100 (Fri, 09 Jul 2010) | 1 line [ENH]Added Spanish translation for basic js strings in tiki-js.js ---------------------------------------------- r27912 | xavidp | 2010-07-09 18:17:43 +0100 (Fri, 09 Jul 2010) | 1 line [ENH]Adding the translation code and string for passwords match (it was between html tags). Thanks Jonnyb ---------------------------------------------- r27911 | xavidp | 2010-07-09 17:59:01 +0100 (Fri, 09 Jul 2010) | 1 line [ENH][bp/r27909]Simple translation system for JavaScript strings, modelled on existing language.php and tr()/{tr} method for php/smarty. Only one example translation file included so far (lang/ca/language.js) and translations of password strength strings in tiki-js.js added (thanks Xavi) ---------------------------------------------- r27907 | chealer | 2010-07-09 08:48:16 +0100 (Fri, 09 Jul 2010) | 3 lines [FIX] Installer on Microsoft Windows when installing directly in document root Fixes #3015 (r19122 regression) Thanks sipiptel ---------------------------------------------- r27897 | sylvieg | 2010-07-08 23:00:53 +0100 (Thu, 08 Jul 2010) | 1 line [ENH]article: cancel edit button ---------------------------------------------- r27888 | chealer | 2010-07-07 20:47:54 +0100 (Wed, 07 Jul 2010) | 1 line Web PI post-install: fill database, lock installers ---------------------------------------------- r27887 | xavidp | 2010-07-07 20:24:47 +0100 (Wed, 07 Jul 2010) | 1 line [ENH]Show paths for temp files if tiki_p_admin when short message 'Errors detected' was to be shown (useful if leftover temp dir setting was there, when migrating that Tiki to a new server) ---------------------------------------------- r27886 | chealer | 2010-07-07 19:32:51 +0100 (Wed, 07 Jul 2010) | 1 line [FIX] getVersion(). oops ---------------------------------------------- r27879 | chealer | 2010-07-07 07:58:10 +0100 (Wed, 07 Jul 2010) | 1 line Web PI post-install: set dbversion_tiki ---------------------------------------------- r27878 | chealer | 2010-07-07 05:36:18 +0100 (Wed, 07 Jul 2010) | 1 line [ENH] Post-install for alternative installers, currently Microsoft Web Platform Installer ---------------------------------------------- r27874 | jonnybradley | 2010-07-06 15:40:06 +0100 (Tue, 06 Jul 2010) | 5 lines [bp/r27845, r27842, r27834] Backports from trunk for jquery.sheet [FIX] Sheets: Correct saving of subsheets created within jquery.sheet [FIX] Sheet: Save broken when using feature_ajax. Also prep for multi-instance saves (more to come) [FIX] Changed $style variable that gave height to div for sheet plugin to $tiki_sheet_div_style and added height to $auto_query_args ---------------------------------------------- r27873 | sylvieg | 2010-07-06 12:58:14 +0100 (Tue, 06 Jul 2010) | 1 line [FIX]rollback 27872: no simple solution without rewriting plugin parsing: please use ~np~ in ~tc~ when you do not want to shorten parsing ---------------------------------------------- r27872 | sylvieg | 2010-07-05 23:44:11 +0100 (Mon, 05 Jul 2010) | 1 line [FIX]parsing: a little better to 27871 - 27488: if ~tc~ is not parsed .. so add ~np~ for those who forget ---------------------------------------------- r27871 | sylvieg | 2010-07-05 22:52:06 +0100 (Mon, 05 Jul 2010) | 1 line [FIX]rollback 27488: It is true that pluging in ~tc~ should not be interpreted but ~tc~ must be preserved when in CODE or ~np~ -> user most but ~tc~~np if they use plugins in tc ---------------------------------------------- r27846 | marclaporte | 2010-07-03 17:20:33 +0100 (Sat, 03 Jul 2010) | 1 line [FIX] more complete admin panel ---------------------------------------------- r27843 | chealer | 2010-07-02 22:32:35 +0100 (Fri, 02 Jul 2010) | 5 lines [FIX] Since last visit module showing old stuff. cached lastLogin is not properly maintained r23192 regression, worsened in r25341 Ref: http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37611 https://sourceforge.net/mailarchive/forum.php?thread_name=4B7983EE.3040006%40prager.ws&forum_name=tikiwiki-devel Thanks Bernd Prager and Emmett ---------------------------------------------- r27825 | jonnybradley | 2010-07-02 14:38:16 +0100 (Fri, 02 Jul 2010) | 1 line [bp/r27821 & r27822][ENH] Added height parameter to wikiplugin_sheet.php & Added heights to sheets if edited from a page, for a smoother user interface ---------------------------------------------- r27824 | jonnybradley | 2010-07-02 14:30:55 +0100 (Fri, 02 Jul 2010) | 2 lines [FIX][MOD] A few more fixes for Firefox & IE textarea selection problems, also some refactoring of JS code from toolbarslib to tiki-jquery.js. More to do on IE (still) ---------------------------------------------- r27817 | marclaporte | 2010-06-30 22:50:47 +0100 (Wed, 30 Jun 2010) | 1 line [MOD] more sensible default min length for passwords ---------------------------------------------- r27812 | sylvieg | 2010-06-30 15:26:03 +0100 (Wed, 30 Jun 2010) | 1 line [FIX]tracker: when filtering on field type need to do in a binary mode as there are 'C' and 'c' type ---------------------------------------------- r27811 | sylvieg | 2010-06-30 12:28:00 +0100 (Wed, 30 Jun 2010) | 1 line [FIX]tracker: translate also the input of radio button ---------------------------------------------- r27810 | marclaporte | 2010-06-30 03:53:59 +0100 (Wed, 30 Jun 2010) | 1 line [DOC] Help theme designers with in-context documentation. ---------------------------------------------- r27809 | minger0 | 2010-06-29 23:48:52 +0100 (Tue, 29 Jun 2010) | 1 line [FIX] #3449 - User preference tracker field realName does not work at registration - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3449 ---------------------------------------------- r27798 | lphuberdeau | 2010-06-29 16:09:48 +0100 (Tue, 29 Jun 2010) | 1 line [FIX] Feature all languages allowed to view all translations regardless of the permissions. Permission was not checked for tiki_p_view on individual pages. ---------------------------------------------- r27797 | lphuberdeau | 2010-06-29 16:04:14 +0100 (Tue, 29 Jun 2010) | 1 line [FIX]?\194?\160Notice in error reporting code ---------------------------------------------- r27787 | marclaporte | 2010-06-28 17:13:01 +0100 (Mon, 28 Jun 2010) | 1 line [DOC] doc about suprising file ---------------------------------------------- r27780 | chibaguy | 2010-06-27 04:31:41 +0100 (Sun, 27 Jun 2010) | 1 line [FIX] No cssmenu dropdown to contain object filter select unless feature search show object filter is enabled. ---------------------------------------------- r27778 | chealer | 2010-06-26 19:04:53 +0100 (Sat, 26 Jun 2010) | 1 line [FIX] Minify CSS, modules cache and FCKEditor on IIS (name conflicts in web.config rules from r26000-26001) ---------------------------------------------- r27777 | chibaguy | 2010-06-26 11:27:14 +0100 (Sat, 26 Jun 2010) | 1 line [FIX] Blog/forum title background missing for Fivealive - theme option None (wrong file name in fivealive.css). Thanks to jetgraphic (bug report 3452). ---------------------------------------------- r27776 | chibaguy | 2010-06-26 08:21:07 +0100 (Sat, 26 Jun 2010) | 1 line [ENH] clearfix class added to div id="page-bar" so floated buttons are contained. ---------------------------------------------- r27774 | nkoth | 2010-06-25 23:00:20 +0100 (Fri, 25 Jun 2010) | 1 line [FIX] Preven repeated index db error in the case where a tag in lang1 exist already, and you try and put the same tag in lang2 (some languages have the same word for the same thing) for the page (since it is in lang1). ---------------------------------------------- r27771 | aproulx | 2010-06-25 16:09:10 +0100 (Fri, 25 Jun 2010) | 1 line Correction of my own correction - thanks to Sylvie ---------------------------------------------- r27770 | aproulx | 2010-06-25 15:35:32 +0100 (Fri, 25 Jun 2010) | 1 line [FIX] fixing problem about '' variable being reassigned when editing an article ---------------------------------------------- r27765 | sylvieg | 2010-06-24 18:44:03 +0100 (Thu, 24 Jun 2010) | 1 line [FIX]newsletter: message when newsletter does not exist ---------------------------------------------- r27764 | sylvieg | 2010-06-24 15:27:26 +0100 (Thu, 24 Jun 2010) | 1 line [FIX]error: when redirecting better to ouptut no space ---------------------------------------------- r27763 | sylvieg | 2010-06-24 14:29:56 +0100 (Thu, 24 Jun 2010) | 1 line [FIX]banning: missing index ---------------------------------------------- r27756 | sylvieg | 2010-06-23 22:33:14 +0100 (Wed, 23 Jun 2010) | 1 line [FIX]article: sefurl ---------------------------------------------- r27744 | sylvieg | 2010-06-22 18:35:25 +0100 (Tue, 22 Jun 2010) | 1 line [FIX]contact: when scramble email, set the correct email in the mail popup ---------------------------------------------- r27743 | sampaioprimo | 2010-06-22 14:59:53 +0100 (Tue, 22 Jun 2010) | 2 lines [FIX] consider the file tiki_p_download_files instead of global tiki_p_download_files to decide whether or not to display the download link in the gallery listing ---------------------------------------------- r27742 | sylvieg | 2010-06-22 13:32:28 +0100 (Tue, 22 Jun 2010) | 1 line [FIX]calendar: do not show mouseover on user in the event popup ---------------------------------------------- r27738 | chealer | 2010-06-22 06:56:44 +0100 (Tue, 22 Jun 2010) | 1 line [FIX] changes loss protection with CKEditor (3) ---------------------------------------------- r27736 | chealer | 2010-06-22 06:37:39 +0100 (Tue, 22 Jun 2010) | 1 line [FIX] inconsistent form method/enctype ---------------------------------------------- r27729 | nkoth | 2010-06-21 18:59:04 +0100 (Mon, 21 Jun 2010) | 2 lines [FIX] Provide courtesy message on the significance of the isMain "column links to view/edit item" in defining name of item in search and category listings ---------------------------------------------- r27724 | sylvieg | 2010-06-21 17:13:29 +0100 (Mon, 21 Jun 2010) | 1 line [FIX]subscribenewsletter: get also the user subscribe via a group ---------------------------------------------- r27723 | sylvieg | 2010-06-21 16:47:52 +0100 (Mon, 21 Jun 2010) | 1 line [FIX]fgal: goto the new fgal after duplic ---------------------------------------------- r27713 | marclaporte | 2010-06-21 07:46:09 +0100 (Mon, 21 Jun 2010) | 1 line [FIX] Don't tell end users about a feature their admin hasn't picked ---------------------------------------------- r27712 | lindonb | 2010-06-21 04:14:41 +0100 (Mon, 21 Jun 2010) | 1 line [FIX] Get rid of "at" in published by info since it isn't always correct grammar and isn't needed ---------------------------------------------- r27710 | chibaguy | 2010-06-20 09:14:18 +0100 (Sun, 20 Jun 2010) | 1 line [FIX] divs containing floated items need clearfix class, for items to be contained. ---------------------------------------------- r27709 | pkdille | 2010-06-20 08:11:20 +0100 (Sun, 20 Jun 2010) | 1 line [bp/r27600][FIX] external RSS: An url with more than 256 chars can happen ---------------------------------------------- r27707 | sylvieg | 2010-06-19 22:55:55 +0100 (Sat, 19 Jun 2010) | 1 line [FIX]newsletter: when a group is subscribed to a newsletter - only add the including groups (that inherits the perms of the initial group) and not the included groups (Registered is often an included group) ---------------------------------------------- r27704 | nkoth | 2010-06-19 19:31:18 +0100 (Sat, 19 Jun 2010) | 2 lines [FIX] Add courtesy message to category configurators otherwise category perms isn't going to work as expected by most normal people ---------------------------------------------- r27703 | sylvieg | 2010-06-18 17:37:36 +0100 (Fri, 18 Jun 2010) | 1 line [ENH]tracker: link to download ---------------------------------------------- r27702 | jonnybradley | 2010-06-18 17:29:22 +0100 (Fri, 18 Jun 2010) | 1 line [FIX] dialogSelectElement: include start and end of range ---------------------------------------------- r27696 | nkoth | 2010-06-18 00:48:53 +0100 (Fri, 18 Jun 2010) | 1 line [FIX] maxlength should correspond to the setting for max that can be saved, not visible field length ---------------------------------------------- r27695 | nkoth | 2010-06-17 23:44:06 +0100 (Thu, 17 Jun 2010) | 2 lines [FIX] Prevent weird situation when neither of "View inserted item" or "Insert new item" is checked leading to strange confusing prefilling of insert new item tab with values of just inserted item. ---------------------------------------------- r27689 | sylvieg | 2010-06-17 21:01:33 +0100 (Thu, 17 Jun 2010) | 1 line [FIX]tracker: when changing a value, update all the item link field (as item link contains value and not ref) ---------------------------------------------- r27668 | jonnybradley | 2010-06-17 13:44:01 +0100 (Thu, 17 Jun 2010) | 3 lines [ENH] Toolbars: Select the whole element when using dialog tools (internal and external links, tables and plugins), so now you just need to put the cursor inside the thing you want to edit, and it should all get selected. Also some fixes for table dialog. ---------------------------------------------- Version 5.0 <http://tikiwiki.org/ReleaseNotes50> ------------------ ---------------------------------------------- r27526 | jonnybradley | 2010-06-07 20:00:21 +0200 (Mon, 07 Jun 2010) | 2 lines [FIX] Module params: strstr parameters should be $haystack, $needle, not the other way around. Also changed it for "the faster and less memory intensive function strpos()" as recommended. ---------------------------------------------- r27525 | jonnybradley | 2010-06-07 19:47:12 +0200 (Mon, 07 Jun 2010) | 1 line [FIX] date_format: catch exception from malformed timestamps ---------------------------------------------- r27523 | marclaporte | 2010-06-07 18:39:49 +0200 (Mon, 07 Jun 2010) | 1 line [DOC] Add a warning and a description ---------------------------------------------- r27519 | nkoth | 2010-06-07 17:04:12 +0200 (Mon, 07 Jun 2010) | 2 lines [FIX] Contact form should show once contact_anon feature is on, even if tiki_p_messages is not assigned to anonymous, since the sending does work... ---------------------------------------------- r27518 | sylvieg | 2010-06-07 16:17:08 +0200 (Mon, 07 Jun 2010) | 1 line [bp/r 27257 27254][NEW]CATEGORY: parameter showlinks parameter categoryshowlink (for Sebastien) ---------------------------------------------- r27516 | lphuberdeau | 2010-06-07 15:17:11 +0200 (Mon, 07 Jun 2010) | 1 line [ENH] Improved reporting for profile circular references. Indicate the references involved to help troubleshooting. ---------------------------------------------- r27512 | sylvieg | 2010-06-07 00:07:06 +0200 (Mon, 07 Jun 2010) | 1 line [FIX]INCLUDE: need to parse {{xxx}} as it is done before plugin parsing ---------------------------------------------- r27511 | xavidp | 2010-06-06 15:47:03 +0200 (Sun, 06 Jun 2010) | 1 line [ENH]Some new strings translated ---------------------------------------------- r27508 | xavidp | 2010-06-06 11:48:34 +0200 (Sun, 06 Jun 2010) | 1 line [FIX]Usability improvement: find tiki_p_trust_input when filtering for plugin in the global and object permissions filter box ---------------------------------------------- r27506 | bubi | 2010-06-05 22:33:48 +0200 (Sat, 05 Jun 2010) | 1 line #3212 suppress non-standard mime-type from internet explorer ("image/pjpeg" instead "image/jpeg") ---------------------------------------------- r27505 | chibaguy | 2010-06-05 18:29:14 +0200 (Sat, 05 Jun 2010) | 1 line [ENH] clearfix class added to rbox div to enable floating title and data divs to left and right instead of tabbed (for mediawiki style). ---------------------------------------------- r27501 | chibaguy | 2010-06-05 10:51:39 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] Oops, module title relative position is needed for module open|close icon to work. ---------------------------------------------- r27500 | chibaguy | 2010-06-05 08:41:12 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] Filter put in cssmenu dropdown to cope with narrow width of fivealive site search form. ---------------------------------------------- r27499 | chibaguy | 2010-06-05 04:59:05 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] IE7 doesn't need an explicit width for cssmenu dropdown li's. ---------------------------------------------- r27498 | chibaguy | 2010-06-05 04:32:27 +0200 (Sat, 05 Jun 2010) | 1 line [FIX] Relative position for module title was causing title text to show through menu dropdowns in IE7. Rather than add a rule for IE7, I removed this property which doesn't seem to be needed. ---------------------------------------------- r27494 | jonnybradley | 2010-06-04 17:05:21 +0200 (Fri, 04 Jun 2010) | 2 lines [FIX] Colorbox: {img} plugin with title param set puts the title on both the img and the surrounding anchor, so params from the parent (achor) need to be copied over. Thanks jacmoe & lindon ---------------------------------------------- r27492 | luciash | 2010-06-04 14:26:20 +0200 (Fri, 04 Jun 2010) | 1 line [FIX] small sitelogin and sitelogout popup adjustments ---------------------------------------------- r27491 | luciash | 2010-06-04 12:36:55 +0200 (Fri, 04 Jun 2010) | 1 line small quick xhtml fix ---------------------------------------------- r27488 | sylvieg | 2010-06-03 19:52:31 +0200 (Thu, 03 Jun 2010) | 1 line [FIX]parsing: parse 2 times ~tc~ because plugins can be in ~tc~ and do not need to be parsed and plugins can produce ~tc~ ---------------------------------------------- r27486 | nkoth | 2010-06-03 15:23:04 +0200 (Thu, 03 Jun 2010) | 2 lines [FIX] Prevent wiki home page setting from getting replaced with group homepage if set at the time the "admin" changes the admin...wiki settings. ---------------------------------------------- r27485 | sylvieg | 2010-06-03 14:20:12 +0200 (Thu, 03 Jun 2010) | 1 line [FIX]prefs: add the print settings in a panel ---------------------------------------------- r27484 | sylvieg | 2010-06-03 13:56:18 +0200 (Thu, 03 Jun 2010) | 1 line [FIX]pref: a little less confusing message ---------------------------------------------- r27482 | xavidp | 2010-06-03 10:54:19 +0200 (Thu, 03 Jun 2010) | 2 lines [FIX]For some reason, some users upgrading from 2.1 reported that this fix was missing for them, and it seems to be slightly different from other schemas (upper case and backtikcs). For more info, see http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37355&thread_sort_mode=commentDate_asc#comments . I'm not mysql guru but this also works for me, and it looks more standard mysql syntax in tiki schemas. ---------------------------------------------- r27481 | nkoth | 2010-06-03 08:32:05 +0200 (Thu, 03 Jun 2010) | 2 lines [FIX] Fix spelling ---------------------------------------------- r27478 | changi67 | 2010-06-02 21:37:52 +0200 (Wed, 02 Jun 2010) | 1 line [FIX] spelling mistake ---------------------------------------------- r27477 | sylvieg | 2010-06-02 21:14:47 +0200 (Wed, 02 Jun 2010) | 1 line [FIX]parsing: After a FANCYTABLE with a cell containing <ul><li> the paragraph <p> are no more generated because the inTOC is decremented as tehrhe is a </ul. Solution : mark the closing ul of a toc ---------------------------------------------- r27476 | xavidp | 2010-06-02 20:10:27 +0200 (Wed, 02 Jun 2010) | 1 line [FIX]Last reference to old log updated to new logo ---------------------------------------------- r27475 | sylvieg | 2010-06-02 18:40:21 +0200 (Wed, 02 Jun 2010) | 1 line [FIX] rollback - sorry has side effect ---------------------------------------------- r27474 | sylvieg | 2010-06-02 18:27:12 +0200 (Wed, 02 Jun 2010) | 1 line [BP/r 27355][FIX]parsing: leave alone and do not add <br /> the is_html data - the defautl feature_wiki_paragraph_formatting and feature_wiki_paragraph_formatting_add_br should work now for both wysiwyg and tiki ---------------------------------------------- r27471 | jonnybradley | 2010-06-02 11:03:02 +0200 (Wed, 02 Jun 2010) | 1 line [FIX] Make jailroot when categId is supplied consistent with the rest of Tiki (e.g. if categId is not in your jail it shows nothing) ---------------------------------------------- r27404 | nyloth | 2010-05-31 18:45:35 +0200 (Mon, 31 May 2010) | 1 line [FIX] utf8 : wrong const name... ---------------------------------------------- r27403 | changi67 | 2010-05-31 18:10:18 +0200 (Mon, 31 May 2010) | 1 line [FIX] utf8 : better handle upgrades done through shell.php (and not through the web installer) ---------------------------------------------- r27402 | sampaioprimo | 2010-05-31 17:04:18 +0200 (Mon, 31 May 2010) | 2 lines [FIX] new attempt to fix issue with object permissions and file galleries (see thread "Problem with File galleries and object permission in Tiki 4.2" in devel list) ---------------------------------------------- r27401 | nyloth | 2010-05-31 16:33:24 +0200 (Mon, 31 May 2010) | 1 line [FIX] workaround for specifying client charset with PDO and PHP 5.3.0 ---------------------------------------------- r27400 | sylvieg | 2010-05-31 16:12:59 +0200 (Mon, 31 May 2010) | 1 line [FIX]browser title: on a fresh install, do not display 2 times the sites name. The browser title has beeing set in install and breadcrumf invertfull already displays the site title ---------------------------------------------- r27399 | nyloth | 2010-05-31 15:43:11 +0200 (Mon, 31 May 2010) | 10 lines [FIX] Deeper change to fix PDO charset problem. Now uses UTF-8 for clean installs and upgrades from 3.x and before. Upgrades from 4.0 remain unfixed to avoid data corruption/double encoding. The MySQL charset client can be changed by setting it inside db/local.php (e.g. $client_charset='utf8'; ) Please test - will roll-back before release if this makes things worse. Compared to the previous fix from Jonny, this fix is in the same spirit but : - uses PDO for the installer, instead of AdoDB, because AdoDB is not 100% fine regarding charsets (AdoDB will use the charset defined in MySQL my.cnf config, which may be wrong too) - uses "SET CHARACTER SET" instead of "SET NAMES" because only the client charset has to be defined - also test on $db_version, but don't fallback on "$TWV = new TWVersion;" because this will always be the current version (5.x) of the code, not the version of the previous code ---------------------------------------------- r27398 | sylvieg | 2010-05-31 15:32:28 +0200 (Mon, 31 May 2010) | 1 line [FIX]i18n: switch language was not working anymore when wiki discussion was on (language.php was read befoire tra->init) ---------------------------------------------- r27397 | jonnybradley | 2010-05-31 12:57:16 +0200 (Mon, 31 May 2010) | 3 lines [FIX] Simplest possible fix for PDO charset problem. Now uses UTF-8 for clean installs and upgrades from 3.x and before. Upgrades from 4.0 remain unfixed to avoid data corruption/double encoding. Problems may exist updating 5.x pre-release data - it can be disabled by setting $tiki_pdo_utf8=false in local.php. Please test - will roll-back before release if this makes things worse. ---------------------------------------------- r27396 | jonnybradley | 2010-05-31 12:43:25 +0200 (Mon, 31 May 2010) | 1 line [FIX] tiki_menu_options insert already done (twice) in tiki_1.9to2.0.sql so often produces an error in the installer on upgrades ---------------------------------------------- r27395 | sampaioprimo | 2010-05-31 05:28:25 +0200 (Mon, 31 May 2010) | 2 lines [FIX] insert code for mouseover image preview only if user has permission to view the image ---------------------------------------------- r27390 | chibaguy | 2010-05-30 05:23:05 +0200 (Sun, 30 May 2010) | 1 line [MOD] Because any theme can use site login popup, layout-related (not specific to theme style) r27359 mods moved from from fivealive.css to layout/layout.css. ---------------------------------------------- r27386 | changi67 | 2010-05-29 22:17:30 +0200 (Sat, 29 May 2010) | 1 line [TRA] Some more french trad ---------------------------------------------- r27385 | jonnybradley | 2010-05-29 18:34:51 +0200 (Sat, 29 May 2010) | 1 line [FIX] Trackerfilter: urldecode was breaking array values (e.g. from checkboxes) ---------------------------------------------- r27384 | sylvieg | 2010-05-28 23:23:35 +0200 (Fri, 28 May 2010) | 1 line [FIX]calendar: wrong documentation - a module in column must set viewlist to table (and not calendar) to be displayed always as table ---------------------------------------------- r27382 | sylvieg | 2010-05-28 22:22:30 +0200 (Fri, 28 May 2010) | 1 line [FIX]admin general pannel: fix 26628: seems that not all the php has the class DateTime ---------------------------------------------- r27381 | changi67 | 2010-05-28 22:09:52 +0200 (Fri, 28 May 2010) | 1 line [TRA] Some french trad ---------------------------------------------- r27380 | sylvieg | 2010-05-28 21:13:55 +0200 (Fri, 28 May 2010) | 1 line [FIX]notice: was bugging the article_image.php for instance: the var is define in lib/pear/Date.php but tikilib can be called before Date. So it is useless to do only on one side ---------------------------------------------- r27378 | nkoth | 2010-05-28 02:19:52 +0200 (Fri, 28 May 2010) | 1 line [FIX] jsut cleaning up for clarity (should not have any effect in practise) ---------------------------------------------- r27377 | jacmoe2 | 2010-05-28 02:11:47 +0200 (Fri, 28 May 2010) | 1 line [FIX] Fix for my previous fix: $wikilib::file_to_db: $path, not $file_name ---------------------------------------------- r27376 | luciash | 2010-05-28 00:25:57 +0200 (Fri, 28 May 2010) | 1 line just a little fix for legend.heading, my bad ---------------------------------------------- r27375 | luciash | 2010-05-28 00:00:10 +0200 (Fri, 28 May 2010) | 1 line created better matching icon for payment (rotated 25 degrees, outlined, source http://findicons.com/icon/28790/credit_card) - 32x32 version ---------------------------------------------- r27374 | luciash | 2010-05-27 23:57:19 +0200 (Thu, 27 May 2010) | 1 line created better matching icon for payment (rotated 25 degrees, outlined, source http://findicons.com/icon/28790/credit_card) ---------------------------------------------- r27371 | sylvieg | 2010-05-27 23:04:45 +0200 (Thu, 27 May 2010) | 1 line [FIX]lang: upstream is commit 27286 ---------------------------------------------- r27370 | sylvieg | 2010-05-27 22:54:39 +0200 (Thu, 27 May 2010) | 1 line [FIX]payment: at list a link to the interface - too late for 5 to put in the menu ---------------------------------------------- r27368 | sylvieg | 2010-05-27 22:29:26 +0200 (Thu, 27 May 2010) | 1 line [FIX]payment: icon in admin ---------------------------------------------- r27367 | jacmoe2 | 2010-05-27 21:53:40 +0200 (Thu, 27 May 2010) | 1 line [FIX] Removing unicode character padding from attachment path field/filename ---------------------------------------------- r27364 | sampaioprimo | 2010-05-27 19:05:19 +0200 (Thu, 27 May 2010) | 2 lines [FIX] category permission check for wiki page menu option not working in some cases (see http://dev.tikiwiki.org/bug3197) ---------------------------------------------- r27363 | nkoth | 2010-05-27 18:16:12 +0200 (Thu, 27 May 2010) | 1 line [FIX] add global perms overiding, otherwise category perms not applying to template leading to possible body not appearing ---------------------------------------------- r27362 | sylvieg | 2010-05-27 16:53:23 +0200 (Thu, 27 May 2010) | 1 line [FIX]subscribenewsletter: sometimes the thansk needs to be parsed - not the button ---------------------------------------------- r27359 | luciash | 2010-05-27 05:49:57 +0200 (Thu, 27 May 2010) | 1 line fivealive theme: some fixes to the appearance of the site header login pop-up ---------------------------------------------- r27357 | xavidp | 2010-05-27 00:01:18 +0200 (Thu, 27 May 2010) | 1 line [FIx][bp/r27354]from sept_7 - Calendar fix pb reported by Xavi with PHP 5.2.6 and array_unique: Wrong parameter count for array_unique(). Thanks sept_7 for fixing and sylvieg & luciash for feedback and previous fix proposal ---------------------------------------------- r27356 | sylvieg | 2010-05-26 23:49:37 +0200 (Wed, 26 May 2010) | 1 line [FIX]prefs: put the description found in help in the description of feature_wiki_paragraph_formatting (to know what at least this veryvery strange feature is doing ---------------------------------------------- r27352 | changi67 | 2010-05-26 23:12:19 +0200 (Wed, 26 May 2010) | 1 line [TRA] Some french trad - oups a little mistake ---------------------------------------------- r27349 | ricks99 | 2010-05-26 22:46:27 +0200 (Wed, 26 May 2010) | 1 line [FIX] corrected the calendar navigation link for YEAR ---------------------------------------------- r27342 | sylvieg | 2010-05-26 19:18:41 +0200 (Wed, 26 May 2010) | 1 line [FIX]mail: some user can haev an empty mail ---------------------------------------------- r27328 | jonnybradley | 2010-05-26 13:41:10 +0200 (Wed, 26 May 2010) | 1 line [FIX] Replace \ chars in file paths for smilies etc, as some browser/s (not Firefox/Safari/IE) don't seem to do that properly, causing dozens of File not found server errors every page load. ---------------------------------------------- r27327 | jonnybradley | 2010-05-26 13:35:00 +0200 (Wed, 26 May 2010) | 2 lines [FIX] better fix for r27256 with properly defined regexp pattern (Deprecated split now preg_split). Thanks to all who commented ---------------------------------------------- r27322 | lindonb | 2010-05-26 07:10:44 +0200 (Wed, 26 May 2010) | 1 line [FIX] Go back to more intuitive parameter name. ---------------------------------------------- r27321 | lindonb | 2010-05-26 06:23:34 +0200 (Wed, 26 May 2010) | 1 line [FIX] Fixed various errors that were causing the plugin not to work. ---------------------------------------------- r27320 | lindonb | 2010-05-26 02:09:27 +0200 (Wed, 26 May 2010) | 1 line [FIX] Keep certain text in plugin information from being wiki-parsed. ---------------------------------------------- r27319 | lindonb | 2010-05-26 01:51:06 +0200 (Wed, 26 May 2010) | 1 line [FIX] Correct version to avoid confusion on doc site. ---------------------------------------------- r27318 | sylvieg | 2010-05-25 22:34:04 +0200 (Tue, 25 May 2010) | 1 line [FIX]fancytable: fix correctly 26984 23915:respect alternative lines colors when sorting ---------------------------------------------- r27317 | sylvieg | 2010-05-25 21:57:20 +0200 (Tue, 25 May 2010) | 1 line [FIX]fancytable: fix header style ---------------------------------------------- r27316 | sylvieg | 2010-05-25 20:12:57 +0200 (Tue, 25 May 2010) | 1 line [FIX]fancytable: fix when headclass param value is not quoted ---------------------------------------------- r27315 | jonnybradley | 2010-05-25 18:44:46 +0200 (Tue, 25 May 2010) | 2 lines [MOD] Add the word 'spreadsheet' to jquery.sheet pref description so it comes up in LM search with feature_sheet ---------------------------------------------- r27308 | sylvieg | 2010-05-25 16:02:13 +0200 (Tue, 25 May 2010) | 1 line [FIX]tracker: missing param ---------------------------------------------- r27307 | chibaguy | 2010-05-25 14:34:10 +0200 (Tue, 25 May 2010) | 1 line [FIX] Remove display:inline property from div.highlight since it had bad effects on remarks box. Thanks to luci for noticing. ---------------------------------------------- r27306 | chealer | 2010-05-25 07:36:12 +0200 (Tue, 25 May 2010) | 1 line [FIX] RSS feed broken by backslash if Tiki in document root on Windows (Closes: #923) ---------------------------------------------- r27300 | sylvieg | 2010-05-25 00:13:15 +0200 (Tue, 25 May 2010) | 1 line [FIX]forums_last_posts: fix the module for topiconly ---------------------------------------------- r27297 | sylvieg | 2010-05-24 21:06:06 +0200 (Mon, 24 May 2010) | 1 line [FIX]fgal: need to pass the galleryId param as view=admin gives back files of diferent fgals ---------------------------------------------- r27293 | lphuberdeau | 2010-05-24 19:37:11 +0200 (Mon, 24 May 2010) | 1 line [FIX] Incorrect check and missing preference definition ---------------------------------------------- r27292 | sylvieg | 2010-05-24 19:27:45 +0200 (Mon, 24 May 2010) | 1 line [FIX]pdo: pdo does not like negative offset ---------------------------------------------- r27289 | sylvieg | 2010-05-24 16:55:44 +0200 (Mon, 24 May 2010) | 1 line [FIX]article: Article can not exist ---------------------------------------------- r27285 | jonnybradley | 2010-05-24 13:41:58 +0200 (Mon, 24 May 2010) | 1 line [FIX] Freetagged plugin: fix layout problems ---------------------------------------------- r27284 | chibaguy | 2010-05-23 15:28:46 +0200 (Sun, 23 May 2010) | 1 line [FIX] Hover style for topbar menu. ---------------------------------------------- r27283 | chibaguy | 2010-05-23 15:09:13 +0200 (Sun, 23 May 2010) | 1 line [FIX] Put main menu back inside fixed width. ---------------------------------------------- r27282 | chibaguy | 2010-05-23 14:38:35 +0200 (Sun, 23 May 2010) | 1 line [FIX] Put footer content back inside fixed width. ---------------------------------------------- r27281 | chibaguy | 2010-05-23 05:52:07 +0200 (Sun, 23 May 2010) | 1 line [FIX] Too-large site header and other details fixed as indicated at http://branding.tikiwiki.org/FiveAlive+Adjustments ---------------------------------------------- r27279 | sylvieg | 2010-05-21 23:37:33 +0200 (Fri, 21 May 2010) | 1 line [FIX]tracker: field non table visible, non searcheable.. was not showing in input ---------------------------------------------- r27277 | chealer | 2010-05-21 18:30:35 +0200 (Fri, 21 May 2010) | 2 lines [FIX] "Fatal error: Call to private ToolbarFckOnly::__construct() from context 'Toolbar' in ...lib/toolbars/toolbarslib.php on line 258" when putting WYSIWYG-only tool in custom tools make ToolbarFckOnly->__construct() public ---------------------------------------------- r27274 | sylvieg | 2010-05-21 14:40:15 +0200 (Fri, 21 May 2010) | 1 line [FIX]img: db error ---------------------------------------------- r27272 | jonnybradley | 2010-05-21 12:54:57 +0200 (Fri, 21 May 2010) | 3 lines [FIX] Don't set view_mode to both as WYSIWYG might be off - first option will automatically be selected, which is fine. ---------------------------------------------- r27269 | chealer | 2010-05-21 01:22:34 +0200 (Fri, 21 May 2010) | 2 lines [RESUSCITATE] Underline tool for non-WYSIWYG mode, executed before Tiki 4 Thanks Opossum ---------------------------------------------- r27268 | jonnybradley | 2010-05-21 01:12:25 +0200 (Fri, 21 May 2010) | 4 lines [FIX] Several critical fixes for toolbar custom tools: Don't allow tools with the same name as the standard set (causes mayhem) Don't allow tools with empty names to be saved (also chaos) and add a link to remove all custom tools to get rid of malformed tools created before upgrading from 4.x which may be causing JS errors and preventing the page from working ---------------------------------------------- r27263 | changi67 | 2010-05-20 22:19:43 +0200 (Thu, 20 May 2010) | 1 line [FIX] Set link in remarksbox to the group currently editing and not only Anonymous ---------------------------------------------- r27262 | changi67 | 2010-05-20 22:03:07 +0200 (Thu, 20 May 2010) | 1 line [TRA] Add some translation ---------------------------------------------- r27261 | changi67 | 2010-05-20 20:46:05 +0200 (Thu, 20 May 2010) | 1 line [FIX] Print UTF-8 text ---------------------------------------------- r27259 | luciash | 2010-05-20 19:46:46 +0200 (Thu, 20 May 2010) | 1 line oops, better margin top value ---------------------------------------------- r27258 | luciash | 2010-05-20 19:43:48 +0200 (Thu, 20 May 2010) | 1 line [FIX] fivealive theme: some styling for Development/tikibranch5/doc/devtools/stripcomments.phpshow-errors-button (PHP errors) to enhance usability ---------------------------------------------- r27256 | jonnybradley | 2010-05-20 19:16:38 +0200 (Thu, 20 May 2010) | 3 lines [FIX] Deprecated split (now preg_split) ---------------------------------------------- r27255 | jonnybradley | 2010-05-20 19:03:22 +0200 (Thu, 20 May 2010) | 3 lines [FIX] Toolbars: Custom tools: Filter out accented characters in tool names that cause JS and other problems ---------------------------------------------- r27253 | sylvieg | 2010-05-20 17:29:29 +0200 (Thu, 20 May 2010) | 1 line [FIX]fgal: rollback27252/26250: find in mode list and mode admin must use different tables ---------------------------------------------- r27252 | sylvieg | 2010-05-20 14:20:15 +0200 (Thu, 20 May 2010) | 1 line [FIX]fgal: rollback 26250: fix the find in simple list fgals: do not remember the case fixed with 26250: be prepared to have another bug ---------------------------------------------- r27250 | bubi | 2010-05-20 07:51:49 +0200 (Thu, 20 May 2010) | 1 line [FIX] TrackerID: #3183 Tree View of File Gallery now not only shows the 1st Level of Galleries on older PHP versions (for _getGelleryChildrenIdsTree(), too) ---------------------------------------------- r27249 | bubi | 2010-05-20 07:50:32 +0200 (Thu, 20 May 2010) | 1 line [FIX] TrackerID: #3183 Tree View of File Gallery now not only shows the 1st Level of Galleries on older PHP versions ---------------------------------------------- r27247 | changi67 | 2010-05-19 22:20:14 +0200 (Wed, 19 May 2010) | 1 line [TRA] Add some missing translation ---------------------------------------------- r27245 | changi67 | 2010-05-19 22:05:07 +0200 (Wed, 19 May 2010) | 1 line [FIX] Some missing translated text ---------------------------------------------- r27244 | lphuberdeau | 2010-05-19 21:33:47 +0200 (Wed, 19 May 2010) | 1 line [FIX] Token value changes from version to version ---------------------------------------------- r27240 | jonnybradley | 2010-05-19 14:16:01 +0200 (Wed, 19 May 2010) | 2 lines [FIX] Slightly cleaner fix for phplayersmenus, same effect but one less file. Thanks sylvieg. ---------------------------------------------- r27237 | changi67 | 2010-05-19 10:59:45 +0200 (Wed, 19 May 2010) | 1 line [FIX] avoid broken display with too large columns due to big filegal sizes ---------------------------------------------- r27157 | jonnybradley | 2010-05-13 18:40:13 +0200 (Thu, 13 May 2010) | 1 line [FIX] Kaltura: Use server_name/http_host for Kaltura "user" identifier, so all entries are shared between all users (with suitable perms) ---------------------------------------------- r27156 | changi67 | 2010-05-13 18:30:07 +0200 (Thu, 13 May 2010) | 1 line [FIX] Assigning the return value of new by reference is deprecated - Preparing RC1 ---------------------------------------------- r27154 | jonnybradley | 2010-05-13 17:43:33 +0200 (Thu, 13 May 2010) | 1 line [FIX] Prevent PHP error (parse module params failing somehow) ---------------------------------------------- r27153 | jonnybradley | 2010-05-13 17:05:35 +0200 (Thu, 13 May 2010) | 1 line [FIX] Kaltura: Refresh page after upload and show files uploaded (JS fix) ---------------------------------------------- r27151 | jonnybradley | 2010-05-13 16:34:07 +0200 (Thu, 13 May 2010) | 1 line [FIX] Kaltura: Tidied up entry lists (and add Media Id to info popup) ---------------------------------------------- r27139 | sylvieg | 2010-05-13 14:31:18 +0200 (Thu, 13 May 2010) | 1 line [ENH]wysiwyg: add a button to toolbar to help people coming from 3 where the toolbar setting was there ---------------------------------------------- r27137 | sylvieg | 2010-05-12 23:48:15 +0200 (Wed, 12 May 2010) | 1 line [FIX]forgotten file for 27107 ---------------------------------------------- r27135 | sylvieg | 2010-05-12 22:28:44 +0200 (Wed, 12 May 2010) | 1 line [FIX]muti print: must setup option page too for TRACKERLIST(filter={{page}}) ---------------------------------------------- r27134 | jonnybradley | 2010-05-12 21:17:16 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: Use the for loop var (you were right sept7) ---------------------------------------------- r27133 | luciash | 2010-05-12 20:58:45 +0200 (Wed, 12 May 2010) | 1 line czech language: some more translated ---------------------------------------------- r27132 | luciash | 2010-05-12 20:37:03 +0200 (Wed, 12 May 2010) | 1 line remove reverted unreleased change from upgrades ---------------------------------------------- r27130 | jonnybradley | 2010-05-12 19:40:26 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: More exception handling & button label text change ---------------------------------------------- r27129 | jonnybradley | 2010-05-12 19:01:51 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: Numerous small fixes - better exception handling, jquery notonready settings, JS validation for remix/delete buttons & other small improvements ---------------------------------------------- r27124 | luciash | 2010-05-12 16:03:57 +0200 (Wed, 12 May 2010) | 1 line [ENH] fivealive theme: some space around icons is good ---------------------------------------------- r27123 | luciash | 2010-05-12 15:53:42 +0200 (Wed, 12 May 2010) | 1 line [FIX] fivealive theme: some styling for db/tiki.sqlquickadmin ---------------------------------------------- r27122 | luciash | 2010-05-12 15:23:39 +0200 (Wed, 12 May 2010) | 1 line [FIX] fivealive theme: better tabs position - no 1px space under them ---------------------------------------------- r27121 | luciash | 2010-05-12 15:13:20 +0200 (Wed, 12 May 2010) | 1 line fivealive theme: oops, sitelogo is dependent on topmost menu bar on or off ---------------------------------------------- r27120 | luciash | 2010-05-12 14:58:44 +0200 (Wed, 12 May 2010) | 1 line fivealive theme: better fix to accomodate the new TWCG logo ---------------------------------------------- r27119 | sylvieg | 2010-05-12 14:49:54 +0200 (Wed, 12 May 2010) | 1 line [FIX]log: log database error only when connection done(26892, 27105) +rollback 26545 (error are log now) ---------------------------------------------- r27118 | changi67 | 2010-05-12 14:36:08 +0200 (Wed, 12 May 2010) | 1 line [FIX] Difference between upgrade and fresh ---------------------------------------------- r27117 | marclaporte | 2010-05-12 14:31:14 +0200 (Wed, 12 May 2010) | 1 line [FIX] rogue characters ---------------------------------------------- r27115 | jonnybradley | 2010-05-12 14:10:59 +0200 (Wed, 12 May 2010) | 1 line [FIX] Installer: Quick fix for logo in fivealive theme installer ---------------------------------------------- r27114 | marclaporte | 2010-05-12 14:09:03 +0200 (Wed, 12 May 2010) | 1 line [MOD] one more logo change ---------------------------------------------- r27113 | marclaporte | 2010-05-12 14:00:38 +0200 (Wed, 12 May 2010) | 1 line [FIX] action log can't be experimental and on by default ---------------------------------------------- r27110 | marclaporte | 2010-05-12 13:55:50 +0200 (Wed, 12 May 2010) | 1 line [FIX] delete rogue character in css ---------------------------------------------- r27109 | jonnybradley | 2010-05-12 13:46:08 +0200 (Wed, 12 May 2010) | 1 line [FIX] Kaltura: Move rogue hidden input into the nearest form ---------------------------------------------- r27108 | marclaporte | 2010-05-12 13:44:23 +0200 (Wed, 12 May 2010) | 1 line [MOD] moving features around in admin panel ---------------------------------------------- r27107 | sylvieg | 2010-05-12 13:38:29 +0200 (Wed, 12 May 2010) | 1 line [FIX]error: use a different error message when enable to connect to db in non verbose mode ---------------------------------------------- r27106 | jonnybradley | 2010-05-12 13:11:47 +0200 (Wed, 12 May 2010) | 1 line [FIX] Cosmetics for error page ---------------------------------------------- r27105 | jonnybradley | 2010-05-12 12:55:53 +0200 (Wed, 12 May 2010) | 1 line [FIX] Rollback r26892 : Don't try to log database errors in the database that has the error. ---------------------------------------------- r27103 | jonnybradley | 2010-05-12 12:30:36 +0200 (Wed, 12 May 2010) | 1 line [MOD] Put ancient, ugly "bloginfo" default blog header code in a comment so it doesn't show on blogs, but is there as an example if needed. ---------------------------------------------- r27102 | marclaporte | 2010-05-12 12:30:25 +0200 (Wed, 12 May 2010) | 1 line [MOD] name & logo change ---------------------------------------------- r27101 | marclaporte | 2010-05-12 12:17:27 +0200 (Wed, 12 May 2010) | 1 line [FIX] harmonizing fivealive options with the main one ---------------------------------------------- r27100 | marclaporte | 2010-05-12 11:58:40 +0200 (Wed, 12 May 2010) | 1 line [FIX] make top big enough for new logo ---------------------------------------------- r27099 | marclaporte | 2010-05-12 11:37:35 +0200 (Wed, 12 May 2010) | 1 line [MOD] new name & logo in installer ---------------------------------------------- r27098 | marclaporte | 2010-05-12 11:36:10 +0200 (Wed, 12 May 2010) | 1 line [MOD] changing to new logo, better fix for more space in top section ---------------------------------------------- r27097 | marclaporte | 2010-05-12 10:59:40 +0200 (Wed, 12 May 2010) | 1 line [FIX] quick hack so logo doesn't overlap with header. background image needs adjusting. ---------------------------------------------- r27096 | marclaporte | 2010-05-12 10:32:00 +0200 (Wed, 12 May 2010) | 1 line [MOD] change a few defaults a) minify css is reported to cause issues on some installs so better let people activate it. b) New logo ---------------------------------------------- r27095 | luciash | 2010-05-12 03:53:09 +0200 (Wed, 12 May 2010) | 1 line [ENH] main application menu: give the menu modern and nicer look using the vert type CSS menus by default for fresh installs (feel free to rollback if you will find it problematic) ---------------------------------------------- r27094 | luciash | 2010-05-12 03:30:38 +0200 (Wed, 12 May 2010) | 1 line [FIX] wiki list pages: better XHTML ---------------------------------------------- r27092 | luciash | 2010-05-12 02:25:54 +0200 (Wed, 12 May 2010) | 1 line [FIX] Fivealive theme: change of "Tikiwiki" to "Tiki" in the theme specific tpl + official project name should not be translatable ---------------------------------------------- r27091 | luciash | 2010-05-12 01:28:05 +0200 (Wed, 12 May 2010) | 1 line [FIX] main application menu: reverting back unclear "Pages" menu item to "List Pages" (rb of 24435) + [NEW] menu item "Create a Wiki Page" linking to the second tab of the tiki-list_pages.php ---------------------------------------------- r27087 | jonnybradley | 2010-05-11 23:54:03 +0200 (Tue, 11 May 2010) | 1 line [FIX] Remove debug modifier ---------------------------------------------- r27085 | sylvieg | 2010-05-11 21:56:13 +0200 (Tue, 11 May 2010) | 1 line [FIX]search_wiki_page: does not need search feature ---------------------------------------------- r27084 | sylvieg | 2010-05-11 21:49:58 +0200 (Tue, 11 May 2010) | 1 line [FIX]tracker: fix computed on date (as all the fields are no more loaded) ---------------------------------------------- r27081 | jonnybradley | 2010-05-11 19:29:50 +0200 (Tue, 11 May 2010) | 1 line [FIX] Colorbox plugin - correctly escape links etc inside title attribute, and allow wiki parsing for the descriptions. (Had to move most of the logic from the smarty template back into the php to make sense of it). Also fixed missing caption on the first image. ---------------------------------------------- r27080 | ricks99 | 2010-05-11 19:25:25 +0200 (Tue, 11 May 2010) | 1 line [FIX]Reformatted author name & subject. Should be separate lines. (good catch xavi!) ---------------------------------------------- r27078 | jonnybradley | 2010-05-11 17:41:16 +0200 (Tue, 11 May 2010) | 1 line [FIX] Show odd/even row colours ---------------------------------------------- r27077 | jonnybradley | 2010-05-11 17:31:17 +0200 (Tue, 11 May 2010) | 1 line [FIX] Set $allfields var before it is used. ---------------------------------------------- r27075 | marclaporte | 2010-05-11 01:38:58 +0200 (Tue, 11 May 2010) | 1 line [DOC] fix some links to the doc site ---------------------------------------------- r27074 | marclaporte | 2010-05-11 01:08:39 +0200 (Tue, 11 May 2010) | 1 line [DOC] clearer admin panel for Kaltura ---------------------------------------------- r27072 | sampaioprimo | 2010-05-10 21:40:17 +0200 (Mon, 10 May 2010) | 2 lines Undoing change committed in r26283 (see http://dev.tikiwiki.org/Tiki5#Blocker_code_) ---------------------------------------------- r27071 | jonnybradley | 2010-05-10 20:10:58 +0200 (Mon, 10 May 2010) | 1 line [MOD] Fix jQuery external lib revision to r27069 (in case we forget later) ---------------------------------------------- r27070 | lphuberdeau | 2010-05-10 20:05:15 +0200 (Mon, 10 May 2010) | 1 line [MOD] Lesser magic for kaltura preferences. They will need to have a prefix at some point, but too late for 5.x ---------------------------------------------- r27067 | lphuberdeau | 2010-05-10 19:45:08 +0200 (Mon, 10 May 2010) | 1 line [ENH] Changing link on video name to the view page ---------------------------------------------- r27066 | lphuberdeau | 2010-05-10 19:37:32 +0200 (Mon, 10 May 2010) | 1 line [FIX] Oops. ---------------------------------------------- r27065 | lphuberdeau | 2010-05-10 19:30:09 +0200 (Mon, 10 May 2010) | 1 line [DOC] Documenting a Kaltura configuration ---------------------------------------------- r27064 | lphuberdeau | 2010-05-10 19:03:04 +0200 (Mon, 10 May 2010) | 1 line [LEGAL] We don't have copyright on those files, they are from Kaltura distribution ---------------------------------------------- r27063 | lphuberdeau | 2010-05-10 18:39:25 +0200 (Mon, 10 May 2010) | 1 line [ENH] Catching exceptions thrown by the kaltura library when network errors occur ---------------------------------------------- r27062 | lphuberdeau | 2010-05-10 18:38:34 +0200 (Mon, 10 May 2010) | 1 line [FIX] Removing debug information causing an invalid object to string conversion ---------------------------------------------- r27061 | lphuberdeau | 2010-05-10 18:37:47 +0200 (Mon, 10 May 2010) | 1 line [FIX] Improper formatting of the stream context parameters causing headers not to be sent ---------------------------------------------- r27059 | lphuberdeau | 2010-05-10 18:04:58 +0200 (Mon, 10 May 2010) | 1 line [FIX] Error, no longer used ---------------------------------------------- r27058 | jonnybradley | 2010-05-10 17:51:11 +0200 (Mon, 10 May 2010) | 2 lines [FIX] Prevent "are you sure?" dialog when saving survey (also add a create survey button and get the right tab to show more often) [wish3172] Thanks Chealer ---------------------------------------------- r27057 | Jyhem | 2010-05-10 17:03:05 +0200 (Mon, 10 May 2010) | 1 line [FIX] Add missing keywords ---------------------------------------------- r27055 | jonnybradley | 2010-05-10 16:28:43 +0200 (Mon, 10 May 2010) | 1 line [FIX] Make basic Colorbox viewer work in side columns (but without all the extra shadowbox compatility parsing) ---------------------------------------------- r27054 | jonnybradley | 2010-05-10 15:38:46 +0200 (Mon, 10 May 2010) | 1 line [MOD] headtitle for sheets page ---------------------------------------------- r27053 | jonnybradley | 2010-05-10 15:38:04 +0200 (Mon, 10 May 2010) | 1 line [FIX] Calculate headtitle var if not set. Many pages had erroneous or no browser title, often picking up a tracker or aticle name used in a module or plugin. So for 'admin', 'list' and 'view' pages, this uses the file name to create a suitable title. ---------------------------------------------- r27051 | marclaporte | 2010-05-10 15:11:56 +0200 (Mon, 10 May 2010) | 1 line [ENH] New logos for fivealive.css Special Thanks to Simon Lussier and Sebastien Lord-Jette ---------------------------------------------- r27050 | jonnybradley | 2010-05-10 14:21:23 +0200 (Mon, 10 May 2010) | 1 line [MOD] A couple of better default prefs for filegals - show title if there is one, and show id in info popup (useful for plugin data) ---------------------------------------------- r27049 | jonnybradley | 2010-05-10 14:10:54 +0200 (Mon, 10 May 2010) | 1 line [FIX] A couple of fixes for COLORBOX plugin: Use cluetip for tooltips to avoid <br /> tags. Initialise $iColorbox var properly and (incidental) fix for convertOverlib with no params. ---------------------------------------------- r27048 | jonnybradley | 2010-05-10 12:53:14 +0200 (Mon, 10 May 2010) | 1 line [FIX] Fix popup plugin edit form when not in edit page mode (sorry for breaking it) ---------------------------------------------- r27031 | lphuberdeau | 2010-05-09 23:17:19 +0200 (Sun, 09 May 2010) | 1 line [FIX] Missing parameter ---------------------------------------------- r27028 | jonnybradley | 2010-05-09 17:54:00 +0200 (Sun, 09 May 2010) | 1 line [MOD] Use smarty {icon} function for external_link icons so they can be overridden in themes, including an example icon for strasa. ---------------------------------------------- r27027 | jonnybradley | 2010-05-09 17:48:44 +0200 (Sun, 09 May 2010) | 1 line [MOD] Add file extension parameter for {icon} (default png as before) ---------------------------------------------- r27026 | sept_7 | 2010-05-09 15:25:04 +0200 (Sun, 09 May 2010) | 2 lines [EHN/bp27025] WebDAV : change login/pass popup screen from "Ez components" to "Tiki WebDAV access" ---------------------------------------------- r27022 | marclaporte | 2010-05-08 23:11:06 +0200 (Sat, 08 May 2010) | 1 line [FIX] update project name ---------------------------------------------- r27002 | sept_7 | 2010-05-08 20:09:24 +0200 (Sat, 08 May 2010) | 2 lines [EHN/bp27001] add some hint on how to acces the Tiki WebDAV ---------------------------------------------- r26999 | Jyhem | 2010-05-08 19:55:29 +0200 (Sat, 08 May 2010) | 1 line [FIX] New module format ---------------------------------------------- r26994 | sept_7 | 2010-05-08 16:34:34 +0200 (Sat, 08 May 2010) | 2 lines [ENH/bp 26993] Code clean up pointed by quality.tikiwiki.org ---------------------------------------------- r26992 | luciash | 2010-05-08 15:35:36 +0200 (Sat, 08 May 2010) | 1 line TikiWiki ?\226?\134?\146 Tiki ---------------------------------------------- r26990 | chibaguy | 2010-05-08 11:46:14 +0200 (Sat, 08 May 2010) | 2 lines [ENH] Highlight effect is just visual distinction, so no need for block element (i.e., to have 100% width). ---------------------------------------------- r26986 | lindonb | 2010-05-08 06:10:18 +0200 (Sat, 08 May 2010) | 1 line [FIX] Updated ShareThis options ---------------------------------------------- r26984 | lindonb | 2010-05-08 02:21:22 +0200 (Sat, 08 May 2010) | 1 line [FIX] Delete line keeping tablesort from being able to sort back and forth ---------------------------------------------- r26982 | jonnybradley | 2010-05-08 00:23:58 +0200 (Sat, 08 May 2010) | 1 line [FIX] More selection fixes (in popupPluginForm) ---------------------------------------------- r26981 | jonnybradley | 2010-05-08 00:22:45 +0200 (Sat, 08 May 2010) | 1 line [FIX] Toolbar dialog tools require jquery-ui ---------------------------------------------- r26980 | jonnybradley | 2010-05-08 00:21:15 +0200 (Sat, 08 May 2010) | 1 line [FIX] Textarea selection fixes (mainly for Firefox) ---------------------------------------------- r26979 | jonnybradley | 2010-05-08 00:13:57 +0200 (Sat, 08 May 2010) | 1 line [FIX] Minor typo (self closing tag) ---------------------------------------------- r26976 | Jyhem | 2010-05-07 21:08:35 +0200 (Fri, 07 May 2010) | 1 line [NEW] A module for displaying podcasts ---------------------------------------------- r26975 | jonnybradley | 2010-05-07 20:48:12 +0200 (Fri, 07 May 2010) | 2 lines [FIX] Parse pretty tracker variables in plugin parameters (makes trackerlist plugin etc work as expected in pretty trackers). [bp/r26590, r26881 & r26974] ---------------------------------------------- r26973 | sylvieg | 2010-05-07 18:51:45 +0200 (Fri, 07 May 2010) | 1 line [FIX]flash banner: fix also non js version ---------------------------------------------- r26972 | sylvieg | 2010-05-07 18:35:11 +0200 (Fri, 07 May 2010) | 1 line [FIX]flash: the links in the flash are no clickable when the movie url is not local to the server ---------------------------------------------- r26971 | sylvieg | 2010-05-07 18:24:16 +0200 (Fri, 07 May 2010) | 1 line [FIX]flash banner: broken since 26557: the js was no more put in the db. the js must be recalculated each time and add to th header + show in edit banner the banner not the zone ---------------------------------------------- r26969 | jonnybradley | 2010-05-07 17:46:58 +0200 (Fri, 07 May 2010) | 1 line [FIX] Switch theme (logic typos). Also fixed setting theme option to "None" ---------------------------------------------- r26966 | jonnybradley | 2010-05-07 15:40:50 +0200 (Fri, 07 May 2010) | 1 line [FIX] Nested smarty comment ---------------------------------------------- r26964 | luciash | 2010-05-07 14:48:46 +0200 (Fri, 07 May 2010) | 1 line czech language: various translation fixes ---------------------------------------------- r26960 | chibaguy | 2010-05-07 13:36:39 +0200 (Fri, 07 May 2010) | 1 line [FIX] tiki-top_bar includes needed for other site logo align options. ---------------------------------------------- r26959 | chibaguy | 2010-05-07 12:51:11 +0200 (Fri, 07 May 2010) | 1 line [FIX] Keep in sync with default file (which was changed at r26589). (Strasa file is exactly like default except for having tiki-top_bar.tpl include.) ---------------------------------------------- r26958 | luciash | 2010-05-07 12:38:35 +0200 (Fri, 07 May 2010) | 1 line [FIX] Tiki Importer: moved ini_get() check from tpl to PHP file ---------------------------------------------- r26956 | marclaporte | 2010-05-07 09:04:15 +0200 (Fri, 07 May 2010) | 1 line [MOD] more prefs related to modules ---------------------------------------------- r26953 | lindonb | 2010-05-07 04:13:06 +0200 (Fri, 07 May 2010) | 1 line [FIX] Undo typo fix from r26914 - turned events on calendar days to code garbage ---------------------------------------------- r26952 | marclaporte | 2010-05-07 03:36:41 +0200 (Fri, 07 May 2010) | 1 line [KIL] Dead code ---------------------------------------------- r26951 | marclaporte | 2010-05-07 03:09:05 +0200 (Fri, 07 May 2010) | 1 line [FIX] Adding standard help & admin links to Kaltura ---------------------------------------------- r26950 | luciash | 2010-05-07 02:54:22 +0200 (Fri, 07 May 2010) | 1 line [ENH] czech language: installer completely translated to Czech ---------------------------------------------- r26949 | marclaporte | 2010-05-07 02:43:53 +0200 (Fri, 07 May 2010) | 1 line [MOD] increase Kaltura admin panel fields to correspond to size of typical entry ---------------------------------------------- r26947 | jonnybradley | 2010-05-07 00:43:18 +0200 (Fri, 07 May 2010) | 1 line [FIX] Numerous small XHTML fixes: modules, user menu and textarea ---------------------------------------------- r26946 | sylvieg | 2010-05-06 23:44:48 +0200 (Thu, 06 May 2010) | 1 line [FIX]logs: missing pagination ---------------------------------------------- r26944 | sylvieg | 2010-05-06 23:24:15 +0200 (Thu, 06 May 2010) | 1 line [FIX]debug: smarty can not compile the define and so the javascripts are not loaded (perhaps touch only php5.3) - does not bug anymore but still showing nothing ---------------------------------------------- r26943 | marclaporte | 2010-05-06 23:06:53 +0200 (Thu, 06 May 2010) | 1 line [MOD] 1- Attempting to reduce the confusion between the two search engines. 2- Turning off search by default 3- Promoting MYSQL-search as the best search. Still todo: A- have highlighted search logo on tiki-admin.php?page=search to use feature_search_fulltext B- How to have feature_sitesearch have a dependency of feature_search_fulltext OR feature_search (missing commit) ---------------------------------------------- r26942 | marclaporte | 2010-05-06 23:06:25 +0200 (Thu, 06 May 2010) | 1 line [MOD] 1- Attempting to reduce the confusion between the two search engines. 2- Turning off search by default 3- Promoting MYSQL-search as the best search. Still todo: A- have highlighted search logo on tiki-admin.php?page=search to use feature_search_fulltext B- How to have feature_sitesearch have a dependency of feature_search_fulltext OR feature_search ---------------------------------------------- r26938 | Jyhem | 2010-05-06 18:27:19 +0200 (Thu, 06 May 2010) | 1 line [NEW] This module displays the last videos of any given Youtube playlist ---------------------------------------------- r26937 | jonnybradley | 2010-05-06 16:52:38 +0200 (Thu, 06 May 2010) | 2 lines [FIX] Filters for code prefs (so they can be used in perspectives) ---------------------------------------------- r26936 | sylvieg | 2010-05-06 16:37:16 +0200 (Thu, 06 May 2010) | 1 line [FIX]log: the pref value can be an array ---------------------------------------------- r26934 | sylvieg | 2010-05-06 15:58:06 +0200 (Thu, 06 May 2010) | 1 line [FIX]trackerfilter: when using compute, compute only on the filtered items not all the items ---------------------------------------------- r26933 | lphuberdeau | 2010-05-06 15:35:40 +0200 (Thu, 06 May 2010) | 1 line [FIX] Perspective filter broken by change in the expected input format ---------------------------------------------- r26932 | lphuberdeau | 2010-05-06 15:28:10 +0200 (Thu, 06 May 2010) | 1 line [FIX] When a profile attempts to set an undeclared preference, a fatal error occured instead of just setting the value as plain text (past behavior lost with added intelligence in pref management) ---------------------------------------------- r26931 | luciash | 2010-05-06 05:38:26 +0200 (Thu, 06 May 2010) | 1 line czech language: more translations for the installer ---------------------------------------------- r26928 | sylvieg | 2010-05-06 00:29:55 +0200 (Thu, 06 May 2010) | 1 line [FIX]tracker: regexp syntax ---------------------------------------------- r26926 | sylvieg | 2010-05-05 23:28:00 +0200 (Wed, 05 May 2010) | 1 line [ENH]install: give the possibility to force a patch validation that gives errors ---------------------------------------------- r26925 | nyloth | 2010-05-05 23:06:43 +0200 (Wed, 05 May 2010) | 1 line [FIX] email validation : emails with 'localhost' domains also have to be valid, especially since the admin email is mandatory in the installation process... ---------------------------------------------- r26924 | nyloth | 2010-05-05 23:03:21 +0200 (Wed, 05 May 2010) | 1 line [FIX] installer : in_installer variable may not be initialized... ---------------------------------------------- r26923 | pkdille | 2010-05-05 22:38:09 +0200 (Wed, 05 May 2010) | 1 line [FIX] list_file_gallery: remove duplicated argument in find.tpl (comes from r25120) ---------------------------------------------- r26922 | nyloth | 2010-05-05 22:29:38 +0200 (Wed, 05 May 2010) | 1 line [FIX] installer : fix code that is obviously incompatible with last versions of PHP 5.3 ;-P ---------------------------------------------- r26921 | pkdille | 2010-05-05 21:12:17 +0200 (Wed, 05 May 2010) | 1 line [FIX] html tag ---------------------------------------------- r26920 | lphuberdeau | 2010-05-05 21:02:14 +0200 (Wed, 05 May 2010) | 1 line [ENH] Moving the header of the login page to the header area ---------------------------------------------- r26919 | jonnybradley | 2010-05-05 20:38:57 +0200 (Wed, 05 May 2010) | 1 line [FIX] Some more JS Lint warning fixes (various) ---------------------------------------------- r26918 | jonnybradley | 2010-05-05 20:24:46 +0200 (Wed, 05 May 2010) | 1 line [FIX] Some more JS Lint warning fixes (mostly jquery.sheet related) ---------------------------------------------- r26916 | jonnybradley | 2010-05-05 19:59:55 +0200 (Wed, 05 May 2010) | 1 line [FIX] Some JS Lint warning fixes (auto_save related) ---------------------------------------------- r26915 | marclaporte | 2010-05-05 19:50:15 +0200 (Wed, 05 May 2010) | 1 line [FIX] prefs can't repeat on same page. Tks LPH ---------------------------------------------- r26914 | jonnybradley | 2010-05-05 19:43:24 +0200 (Wed, 05 May 2010) | 1 line [FIX] More small typos - mainly missing closing tags ---------------------------------------------- r26912 | lphuberdeau | 2010-05-05 19:27:08 +0200 (Wed, 05 May 2010) | 1 line [FIX] Second attempt, avoiding method call on non-object for when the method exists but returns null ---------------------------------------------- r26911 | jonnybradley | 2010-05-05 19:19:49 +0200 (Wed, 05 May 2010) | 1 line [FIX] Installer reset connection: Missing tiki_cookie_jar JS ---------------------------------------------- r26910 | lphuberdeau | 2010-05-05 19:03:41 +0200 (Wed, 05 May 2010) | 1 line [ENH] Minor refactoring to help reuse ---------------------------------------------- r26909 | jonnybradley | 2010-05-05 18:57:19 +0200 (Wed, 05 May 2010) | 1 line [FIX] Textarea in IE: fix setSelection offset due to line-end differences ---------------------------------------------- r26908 | marclaporte | 2010-05-05 18:37:11 +0200 (Wed, 05 May 2010) | 1 line [MOD] shorten a bit ---------------------------------------------- r26907 | jonnybradley | 2010-05-05 18:01:30 +0200 (Wed, 05 May 2010) | 1 line [FIX] FCKEditor - tikilink: Some fixes for Safari/Chrome - Firefox still more or less unusable sadly. ---------------------------------------------- r26906 | lphuberdeau | 2010-05-05 17:59:07 +0200 (Wed, 05 May 2010) | 1 line [FIX] The PDO compatibility layer just never worked. AdoDB and PDO do not have compatible APIs ---------------------------------------------- r26905 | jonnybradley | 2010-05-05 17:07:25 +0200 (Wed, 05 May 2010) | 1 line [FIX] Toolbar dialog tools: Store the selection in attributes for Firefox ---------------------------------------------- r26904 | chibaguy | 2010-05-05 14:05:59 +0200 (Wed, 05 May 2010) | 1 line [FIX] CSS menu selected link color, etc. ---------------------------------------------- r26903 | jonnybradley | 2010-05-05 12:48:38 +0200 (Wed, 05 May 2010) | 2 lines [bp/r26717][FIX] JS function getSelection name change; avoids conflict with other systems (e.g. FCKEditor). Thanks rlpowell ---------------------------------------------- r26902 | jonnybradley | 2010-05-05 12:17:00 +0200 (Wed, 05 May 2010) | 1 line [FIX] FCK TikiLink plugin: Stop selecting a page from the list from clearing link label field if set, plus some other small fixes. ---------------------------------------------- r26901 | jonnybradley | 2010-05-05 12:10:32 +0200 (Wed, 05 May 2010) | 1 line [KIL] Mystifying extra JS files in fck tiki plugin dirs. Identical copies of the previously FCK defined function SetAttribute, which is then not used in the plugins. ---------------------------------------------- r26900 | jonnybradley | 2010-05-05 12:05:13 +0200 (Wed, 05 May 2010) | 1 line [MOD] Button label: "What is A-J-A-X Preview?" i was asked yesterday. Any improvement on "Live Preview"? ---------------------------------------------- r26899 | chibaguy | 2010-05-05 08:01:51 +0200 (Wed, 05 May 2010) | 1 line [FIX] Keep span.expander (with its -19px margin-left) inside the table and the center column. ---------------------------------------------- r26898 | chibaguy | 2010-05-05 07:26:10 +0200 (Wed, 05 May 2010) | 1 line [FIX] Update for site login popup (tab was overlapping topbar). ---------------------------------------------- r26897 | chibaguy | 2010-05-05 07:12:05 +0200 (Wed, 05 May 2010) | 1 line [FIX] Style for active tab. ---------------------------------------------- r26896 | chibaguy | 2010-05-05 06:53:03 +0200 (Wed, 05 May 2010) | 1 line [KIL] Committed by mistake. ---------------------------------------------- r26895 | chibaguy | 2010-05-05 06:50:32 +0200 (Wed, 05 May 2010) | 1 line [FIX] Updated, especially for secondary site menu, tabs, and site login popup. ---------------------------------------------- r26894 | lindonb | 2010-05-05 04:54:54 +0200 (Wed, 05 May 2010) | 1 line [FIX] Avoid missing bottom border by removing border in calendar.css rather than in individual style css settings. Also fix font color in ohia. ---------------------------------------------- r26893 | luciash | 2010-05-05 00:39:36 +0200 (Wed, 05 May 2010) | 1 line czech language: some translations for the installer ---------------------------------------------- r26892 | sylvieg | 2010-05-05 00:08:51 +0200 (Wed, 05 May 2010) | 1 line [ENH]log: log the database error ---------------------------------------------- r26891 | chealer | 2010-05-04 21:56:28 +0200 (Tue, 04 May 2010) | 2 lines [FIX] involuntarily commited local change. this seems to break the installer in some way (r26837 regression) sorry and thanks to Marc Laporte ---------------------------------------------- r26890 | jonnybradley | 2010-05-04 19:26:13 +0200 (Tue, 04 May 2010) | 1 line [MOD] jquery.sheet: add 1.1.0 menu items (undo/redo - not yet functioning?) ---------------------------------------------- r26887 | jonnybradley | 2010-05-04 18:51:45 +0200 (Tue, 04 May 2010) | 1 line [bp/r26883][FIX] Typo (userslib.php not userlib.php) ---------------------------------------------- r26886 | jonnybradley | 2010-05-04 18:49:51 +0200 (Tue, 04 May 2010) | 1 line [FIX] Set html background colours for strasa options ---------------------------------------------- r26728 | nkoth | 2010-04-21 20:20:51 +0200 (Wed, 21 Apr 2010) | 2 lines [FIX] Use default zoom level if not set for particular item (so that at least it shows) ---------------------------------------------- r26727 | ohertel | 2010-04-21 19:51:40 +0200 (Wed, 21 Apr 2010) | 1 line [fix] remove didn't work here, we have no $galleryId at this point ---------------------------------------------- r26726 | lphuberdeau | 2010-04-21 19:50:08 +0200 (Wed, 21 Apr 2010) | 1 line [ENH] Improvement of the positionning of the attendee list, especially when in a module ---------------------------------------------- r26725 | ohertel | 2010-04-21 19:44:12 +0200 (Wed, 21 Apr 2010) | 1 line [fix] wrong variable used, enabling 'fixed' for left column made the right column fixed. ---------------------------------------------- r26724 | lphuberdeau | 2010-04-21 19:38:21 +0200 (Wed, 21 Apr 2010) | 1 line [FIX]?\194?\160No real change, but make sure the security script does not catch a false positive ---------------------------------------------- r26723 | lphuberdeau | 2010-04-21 18:40:53 +0200 (Wed, 21 Apr 2010) | 1 line [ENH] Usability testing demonstrated that most people don't see the big blue button as clickable. Adding a separate join button. ---------------------------------------------- r26722 | lphuberdeau | 2010-04-21 18:12:06 +0200 (Wed, 21 Apr 2010) | 1 line [ENH] Now with more parameters for BigBlueButton. ---------------------------------------------- r26721 | lphuberdeau | 2010-04-21 17:29:41 +0200 (Wed, 21 Apr 2010) | 1 line [FIX]?\194?\160BBB server does not keep rooms forever, leaving integration issues ---------------------------------------------- r26720 | jonnybradley | 2010-04-21 16:00:51 +0200 (Wed, 21 Apr 2010) | 1 line [FIX] Missing include check ---------------------------------------------- r26719 | chibaguy | 2010-04-21 06:58:26 +0200 (Wed, 21 Apr 2010) | 1 line [FIX] Allow for OpenID option in site header login popup. ---------------------------------------------- r26714 | jonnybradley | 2010-04-20 21:12:40 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Save merged cell info (colSpan only implemented in .sheet so far) ---------------------------------------------- r26712 | chealer | 2010-04-20 19:41:19 +0200 (Tue, 20 Apr 2010) | 2 lines [FIX] OpenID association allows registration even if turned off ---------------------------------------------- r26710 | chealer | 2010-04-20 19:09:24 +0200 (Tue, 20 Apr 2010) | 2 lines uniformize OpenID and Tiki registrations ---------------------------------------------- r26707 | lphuberdeau | 2010-04-20 18:18:04 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Incorrect permission check ---------------------------------------------- r26706 | lphuberdeau | 2010-04-20 17:56:02 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Recently introduced bug causes all prefs to be retrieved in first pass rather than only the essential ones. ---------------------------------------------- r26705 | jonnybradley | 2010-04-20 17:10:30 +0200 (Tue, 20 Apr 2010) | 1 line [MOD] Changes to reflect recent jquery.sheet update ---------------------------------------------- r26703 | jonnybradley | 2010-04-20 16:19:32 +0200 (Tue, 20 Apr 2010) | 2 lines [FIX] Reorganise tiki_modules indexes hopefully to fix MySQL4 error on params length in key. Added to existing script as it needs to happen before the change of params column type. ---------------------------------------------- r26702 | jonnybradley | 2010-04-20 15:51:43 +0200 (Tue, 20 Apr 2010) | 1 line [FIX] Set up jqueryTiki prefs object with everything "off" (fixes JS error after r26558) ---------------------------------------------- r26701 | chealer | 2010-04-20 04:42:59 +0200 (Tue, 20 Apr 2010) | 3 lines [FIX] OpenID input field displaying in OpenID registration/association page ---------------------------------------------- r26700 | chibaguy | 2010-04-20 02:08:03 +0200 (Tue, 20 Apr 2010) | 1 line [ENH] Site header login popup for FiveAlive theme. Uses CSS menu superfish functionality unless this should be changed/improved. Effectively no change in tiki-site_header_login.tpl. Having a tiki-site_header_top.tpl that includes tiki-site_header_login_popup.tpl enables login popup in any theme. This could be a preference later. ---------------------------------------------- r26699 | lphuberdeau | 2010-04-19 22:38:48 +0200 (Mon, 19 Apr 2010) | 1 line [NEW] Integration with BigBlueButton. ---------------------------------------------- r26696 | changi67 | 2010-04-19 22:13:32 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] 39 is enough ---------------------------------------------- r26692 | changi67 | 2010-04-19 21:54:00 +0200 (Mon, 19 Apr 2010) | 1 line [MOD] French trad ---------------------------------------------- r26689 | jonnybradley | 2010-04-19 20:39:42 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] Correct params on update sheet, allow non-jquery.sheet view, allow rename of sheet titles in jquery.sheet ---------------------------------------------- r26687 | lphuberdeau | 2010-04-19 19:42:34 +0200 (Mon, 19 Apr 2010) | 1 line [FIX]?\194?\160PHP 101, sessions is not a place to store large amounts of data. Doing so will slow down all requests to the site. ---------------------------------------------- r26686 | jonnybradley | 2010-04-19 18:44:37 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] Typo (sorry) ---------------------------------------------- r26685 | jonnybradley | 2010-04-19 17:21:29 +0200 (Mon, 19 Apr 2010) | 2 lines [NEW] Freetagged plugin (backported from trunk for consistency) Disabled by default. ---------------------------------------------- r26684 | jonnybradley | 2010-04-19 17:13:29 +0200 (Mon, 19 Apr 2010) | 1 line [MOD] Param description ---------------------------------------------- r26680 | lphuberdeau | 2010-04-19 16:06:48 +0200 (Mon, 19 Apr 2010) | 1 line [FIX] Missing none option for theme option in the switch theme module ---------------------------------------------- r26679 | chealer | 2010-04-18 20:35:14 +0200 (Sun, 18 Apr 2010) | 3 lines [NEW] PERM plugin imported from mods, contributed by lfagundes By default, the permission check is non-global, which is known to be fragile ---------------------------------------------- r26678 | chealer | 2010-04-18 20:31:07 +0200 (Sun, 18 Apr 2010) | 1 line SCROLL plugin: cleanup removing unused left and top parameters ---------------------------------------------- r26677 | jonnybradley | 2010-04-17 22:26:35 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Sheets AJAX stuff (double experimental) ---------------------------------------------- r26676 | jonnybradley | 2010-04-17 22:25:16 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] JS Notice ---------------------------------------------- r26675 | chealer | 2010-04-17 21:58:19 +0200 (Sat, 17 Apr 2010) | 3 lines [FIX] fr: "All Day" translated to "Tous les jours". thanks R?\195?\169gis Barondeau [FIX] fr: truncated OpenID string Uniformize strings "All Day" and "All-Day". Russian now has two translations, please check which is best. ---------------------------------------------- r26674 | jonnybradley | 2010-04-17 21:03:55 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Always refresh page before editing, even if not wiki parsed ---------------------------------------------- r26673 | jonnybradley | 2010-04-17 20:49:21 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Prefs reset: Checkboxes need change event too, and other inputs don't seem to mind. ---------------------------------------------- r26672 | jonnybradley | 2010-04-17 20:14:49 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Send change event to selects in case it has other handlers (e.g. "style" populates "style-options") ---------------------------------------------- r26671 | jonnybradley | 2010-04-17 19:46:09 +0200 (Sat, 17 Apr 2010) | 1 line [ENH] Show "undo" icon when pref reset ---------------------------------------------- r26670 | jonnybradley | 2010-04-17 19:33:03 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Move ajax JS includes earlier in the list to prevent "loadComponent not defined" errors on AJAX links. ---------------------------------------------- r26669 | jonnybradley | 2010-04-17 19:29:58 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] Reset prefs now shows the default value correctly ---------------------------------------------- r26666 | jonnybradley | 2010-04-17 18:05:15 +0200 (Sat, 17 Apr 2010) | 3 lines [FIX] A dozen or so IE JS fixes. IE7/8 doesn't agree with using "for (.. in ..)" loops with indexed arrays, so changed most of them to more normal "for (i;i<l;i++)" ones. Also fixed creation of proper text labels for plugin form option drop-downs in IE. ---------------------------------------------- r26662 | chealer | 2010-04-17 00:27:08 +0200 (Sat, 17 Apr 2010) | 1 line [FIX] HTML entity for ampersand ---------------------------------------------- r26659 | jonnybradley | 2010-04-16 20:21:10 +0200 (Fri, 16 Apr 2010) | 1 line [FIX]/[ENH] Spreadsheets: Fix saving multiple sheets, use jquery.sheet also when not editing, plus many other small fixes. ---------------------------------------------- r26657 | sylvieg | 2010-04-16 17:12:25 +0200 (Fri, 16 Apr 2010) | 1 line [FIX]FILES: missing size ---------------------------------------------- r26656 | jonnybradley | 2010-04-16 16:54:08 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] Remove return value in onbeforeunload() as IE seems to interpret null as a string, and pops up the dialog saying something like "Do you want to leave this page: null?". ---------------------------------------------- r26655 | jonnybradley | 2010-04-16 16:29:46 +0200 (Fri, 16 Apr 2010) | 2 lines [FIX] Text selection fixes for IE - tested in IE8 (and IE8's "v7 compatibility" modes) ---------------------------------------------- r26654 | sylvieg | 2010-04-16 16:23:04 +0200 (Fri, 16 Apr 2010) | 1 line [FIX]FILES: when using category filter, use the default column configuration + show the id, fgal_name + new param fileId : TODO: check individual perm like category on individual files - to be done also in get_files since 26283) ---------------------------------------------- r26653 | jonnybradley | 2010-04-16 15:47:44 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] No need for onready JS to show plugin edit icons, but hide them using style attribute if wiki_edit_icons_toggle pref set. ---------------------------------------------- r26652 | jonnybradley | 2010-04-16 15:20:59 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] Stop menu sections reloading the page when first clicked. Used to close all menu sections which were rendered open, despite being defined as "collapsed". This has been broken for a long time, although it was still refreshing the page for no apparent reason. Commented code left there in case someone wants to try another fix. ---------------------------------------------- r26650 | pkdille | 2010-04-16 14:42:55 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] typo modifed -> modified ---------------------------------------------- r26649 | jonnybradley | 2010-04-16 14:37:44 +0200 (Fri, 16 Apr 2010) | 1 line [FIX] Use {jq} for JavaScript function definition ---------------------------------------------- r26648 | jonnybradley | 2010-04-16 13:42:06 +0200 (Fri, 16 Apr 2010) | 2 lines [FIX] Some fixes for the Firefox flickering page issue(s). It seems Firefox is very sentitive as to where elements in the DOM can be added invisibly. At the end of the body (after all the JS now) seems to cause the flicker, so cluetip and convertOverlib now create their divs just before the main #fixedwidth div and seem to flicker less (for me). ---------------------------------------------- r26647 | sylvieg | 2010-04-15 21:38:26 +0200 (Thu, 15 Apr 2010) | 1 line [FIX]calendar: calendar module must not interfer with the calendar view in session ---------------------------------------------- r26646 | lphuberdeau | 2010-04-15 18:40:15 +0200 (Thu, 15 Apr 2010) | 1 line [FIX] Prevent attempt to split value on separator twice. Apparently, multiple paths lead there with different input. ---------------------------------------------- r26645 | jonnybradley | 2010-04-15 17:04:59 +0200 (Thu, 15 Apr 2010) | 1 line [FIX] Use custom.js in the root of /styles if there and there isn't one in the current style or option dir. ---------------------------------------------- r26643 | sylvieg | 2010-04-14 23:57:06 +0200 (Wed, 14 Apr 2010) | 1 line regression? at least 3 people complain about the lost of the item calendar popup when upgrading from 2. so better to show them there is a popup than to say you need to change the feature ---------------------------------------------- r26642 | sylvieg | 2010-04-14 22:54:09 +0200 (Wed, 14 Apr 2010) | 1 line [NEW]log: add an optional setting to record feature change in log - default: on (in 5 for Marc) ---------------------------------------------- r26640 | lphuberdeau | 2010-04-14 21:56:17 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]?\194?\160No None option when switching style. Also trigger on load to remove the options not available on the selected style (while keeping them when off-context) and fixing a few issues that came up along the way to do so. Removed some duplication. ---------------------------------------------- r26639 | marclaporte | 2010-04-14 21:20:26 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] How to use new lessermagicreport.php ---------------------------------------------- r26638 | marclaporte | 2010-04-14 21:18:58 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] doc link for Multi-Domain ---------------------------------------------- r26637 | marclaporte | 2010-04-14 21:18:05 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] doc about how to use robots.txt ---------------------------------------------- r26635 | xavidp | 2010-04-14 21:05:20 +0200 (Wed, 14 Apr 2010) | 1 line [FIX][bp/r26634]Fix the url to read an article event online after it was posted and notified by email ---------------------------------------------- r26633 | lphuberdeau | 2010-04-14 20:33:55 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] No need for comments to explain what gets closed when tags are balanced and indented. ---------------------------------------------- r26632 | lphuberdeau | 2010-04-14 20:21:50 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] Adding data in the report ---------------------------------------------- r26631 | lphuberdeau | 2010-04-14 20:21:21 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] Refactor the code gathering preference location to make it usable in other contexts ---------------------------------------------- r26630 | sylvieg | 2010-04-14 19:55:41 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]log: fix 24869 to preserve existing: all system action are recorded + tiki_syslog.php shows all system actions even if not displayed in action log (please people that unchecked the system actions since 02/05/10 - please redo your setting) ---------------------------------------------- r26629 | chealer | 2010-04-14 19:54:24 +0200 (Wed, 14 Apr 2010) | 3 lines [FIX] Check / Uncheck All ("CheckAll is not defined", r24794 regression) [FIX] HTML special chars escaping Thanks Marc Laporte and luciash ---------------------------------------------- r26628 | lphuberdeau | 2010-04-14 19:42:36 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] Abusive CPU and memory usage when building list of timezones in the admin panel (18% total CPU + memory exhausts allocating 3M blocks), moved preference to lesser magic, removed the offset calculation and the excessive {math} smarty plugin calls (yes, they are expensive) - removed the pear date option from the admin panel as it is not used ---------------------------------------------- r26627 | lphuberdeau | 2010-04-14 18:50:12 +0200 (Wed, 14 Apr 2010) | 1 line [ENH] Make sure the None option is available when the theme has no options ---------------------------------------------- r26625 | jonnybradley | 2010-04-14 18:42:08 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] jquery.sheet save button fix ---------------------------------------------- r26623 | sylvieg | 2010-04-14 18:27:20 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]tracker: if user selector field is empty, do not set it to current user when editing ---------------------------------------------- r26622 | lphuberdeau | 2010-04-14 17:18:50 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]?\194?\160Do not load perspective when in an admin area to avoid collision with global preferences in admin panels ---------------------------------------------- r26621 | jonnybradley | 2010-04-14 17:14:28 +0200 (Wed, 14 Apr 2010) | 1 line [MOD] Change calls to convertTZByID over to use setTZbyID (as these functions have been identical since before php 5) ---------------------------------------------- r26620 | jonnybradley | 2010-04-14 17:12:12 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] Lowercase z in setTimezone ---------------------------------------------- r26619 | sylvieg | 2010-04-14 15:48:46 +0200 (Wed, 14 Apr 2010) | 1 line [FIX]xmlzip: reimport with the previous date except if the page already exists ---------------------------------------------- r26618 | marclaporte | 2010-04-14 15:04:34 +0200 (Wed, 14 Apr 2010) | 1 line [DOC] clearer instructions for multi-domain ---------------------------------------------- r26617 | jonnybradley | 2010-04-14 14:00:34 +0200 (Wed, 14 Apr 2010) | 1 line [MOD] New jQuery UI themes (arrive in 1.8) and some more help text on jQuery features. ---------------------------------------------- r26616 | changi67 | 2010-04-14 10:10:55 +0200 (Wed, 14 Apr 2010) | 1 line [FIX] Security if your documentroot is a checkout ---------------------------------------------- r26615 | sylvieg | 2010-04-13 23:27:19 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]TRACKER: fix agfain optimization 26395 ---------------------------------------------- r26614 | sylvieg | 2010-04-13 21:29:51 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]tracker: attachment field for anonymous (confusiopn between is null and ='') ---------------------------------------------- r26613 | jonnybradley | 2010-04-13 20:08:47 +0200 (Tue, 13 Apr 2010) | 1 line [FIX] Experimental feature_jquery_carousel=n (so far still unused within tiki) ---------------------------------------------- r26612 | jonnybradley | 2010-04-13 20:06:13 +0200 (Tue, 13 Apr 2010) | 1 line [ENH] Improvements to prefs reset to defaults: Better icon, apply to selects and textareas too and only appear for prefs set to non-default values. ---------------------------------------------- r26611 | sylvieg | 2010-04-13 19:45:35 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]TRACKER: do not keep the old attachment in the list when remplacing an attachment ---------------------------------------------- r26610 | sylvieg | 2010-04-13 18:50:11 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]thenews: the <em> can be followed by charaters (see mandatory field ---------------------------------------------- r26609 | jonnybradley | 2010-04-13 18:43:24 +0200 (Tue, 13 Apr 2010) | 1 line [FIX] Cache JavaScript generated in page content by plugins etc and extract into headerlib upon retrieval. ---------------------------------------------- r26608 | jonnybradley | 2010-04-13 18:40:30 +0200 (Tue, 13 Apr 2010) | 1 line [MOD] Move code to get JavaScript from HTML into headerlib so can be used elsewhere. No functional change detected or anticipated (JS doesn't get rendered into the page anymore, so possibly not needed in AJAX now anyway?) ---------------------------------------------- r26607 | sylvieg | 2010-04-13 18:36:36 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]tracker: attachment field: delete old version when replace field + fix mandatory check if attachment already in + no delete if attachment is mandatory ---------------------------------------------- r26606 | sylvieg | 2010-04-13 17:28:55 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]cookie: typo ---------------------------------------------- r26605 | jonnybradley | 2010-04-13 16:13:03 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Some BOM removals in fckeditor_tiki files and one small JS fix in the tikilink plugin. Heopfully will help with some of the WYSIWYG issues. ---------------------------------------------- r26604 | sylvieg | 2010-04-13 15:51:50 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]registration: link to the login page ---------------------------------------------- r26603 | sylvieg | 2010-04-13 14:40:28 +0200 (Tue, 13 Apr 2010) | 1 line [FIX]TRACKERLIST: move the test of filterfield validity before adding the user filter that is not always in the fields list (fix optimization 26395) ---------------------------------------------- r26600 | nkoth | 2010-04-13 07:02:16 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Snippets should not contain line breaks ---------------------------------------------- r26599 | nkoth | 2010-04-13 06:50:44 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Prevent plugin execution if stripplugins is being requested ---------------------------------------------- r26598 | chealer | 2010-04-13 06:43:47 +0200 (Tue, 13 Apr 2010) | 2 lines [FIX] Calendar names looking partly struck in popups with thenews (r15918 regression) Cf: http://article.gmane.org/gmane.comp.cms.tiki.cvs/54522 ---------------------------------------------- r26597 | sylvieg | 2010-04-12 22:56:17 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]tracker: field like itemId, user, group must be fetched even if not seen - will probably rollback 26395 ---------------------------------------------- r26596 | lphuberdeau | 2010-04-12 19:57:51 +0200 (Mon, 12 Apr 2010) | 1 line [NEW] Script to generate a report of dynamic preferences highlighting bad descriptions ---------------------------------------------- r26595 | lphuberdeau | 2010-04-12 19:56:15 +0200 (Mon, 12 Apr 2010) | 1 line [ENH] Removing redundant words making some words impossible to search ---------------------------------------------- r26593 | lphuberdeau | 2010-04-12 18:51:20 +0200 (Mon, 12 Apr 2010) | 1 line [NEW]?\194?\160Preference reset on dynamic preferences. When icon is clicked, the control is disabled and when saving the value, it will be set back to tiki's default. ---------------------------------------------- r26592 | sylvieg | 2010-04-12 18:02:40 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]layout: replace br with clearfix in order not to have space at the top ---------------------------------------------- r26589 | sylvieg | 2010-04-12 14:34:33 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]logo: restore logo for anonymous on fresh install ---------------------------------------------- r26588 | changi67 | 2010-04-12 14:27:25 +0200 (Mon, 12 Apr 2010) | 1 line [TRA] French typo ---------------------------------------------- r26587 | sylvieg | 2010-04-12 14:02:34 +0200 (Mon, 12 Apr 2010) | 1 line [FIX]db: same order of fields between upgrade and new db ---------------------------------------------- r26586 | changi67 | 2010-04-12 13:55:58 +0200 (Mon, 12 Apr 2010) | 1 line [TRA] French trads ---------------------------------------------- r26585 | jonnybradley | 2010-04-12 13:30:47 +0200 (Mon, 12 Apr 2010) | 1 line [FIX] BLOB and TEXT columns cannot have default values ---------------------------------------------- r26480 | sylvieg | 2010-04-06 15:17:32 +0200 (Tue, 06 Apr 2010) | 1 line [FIX]newsletter: fix db error if newsletter = 2 newsletters where a user is subscribed in 1 and the user email in the other one with not the same case ---------------------------------------------- r26478 | changi67 | 2010-04-06 15:06:56 +0200 (Tue, 06 Apr 2010) | 1 line [MOD] Just remove <pre> and <die>. Better for release ---------------------------------------------- r26476 | sylvieg | 2010-04-06 14:40:12 +0200 (Tue, 06 Apr 2010) | 1 line [FIX]newsletter: fix error db for a newsletter = 2 newsletters where an email is in both but in different case ---------------------------------------------- r26474 | nkoth | 2010-04-06 08:18:04 +0200 (Tue, 06 Apr 2010) | 2 lines [FIX] Perspective theme switching not working, after recent refactoring to style/style option etc... (which is good) but this fix needed to allow it to work. ---------------------------------------------- r26473 | lphuberdeau | 2010-04-06 00:01:46 +0200 (Tue, 06 Apr 2010) | 1 line [FIX]?\194?\160Adding an option in the installer to fix permissions when upgrading from an old version, resulting in admin account not having admin privileges anymore ---------------------------------------------- r26472 | sylvieg | 2010-04-05 23:40:55 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]strase: h1 title on 2 lines had no space between lines ---------------------------------------------- r26471 | lphuberdeau | 2010-04-05 23:27:47 +0200 (Mon, 05 Apr 2010) | 1 line [FIX] Remove invisible characters inconveniently inserted before <?php and breaking the installer ---------------------------------------------- r26470 | sylvieg | 2010-04-05 23:22:20 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]global ---------------------------------------------- r26469 | lphuberdeau | 2010-04-05 21:53:39 +0200 (Mon, 05 Apr 2010) | 1 line [NEW] Switch to add or remove the www. Default leaves as-is ---------------------------------------------- r26468 | lphuberdeau | 2010-04-05 20:19:56 +0200 (Mon, 05 Apr 2010) | 1 line [NEW] Adding plugin alias delete controls ---------------------------------------------- r26467 | sylvieg | 2010-04-05 17:45:45 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]CATEGORY: display inline only if in catitems(one=y) ---------------------------------------------- r26466 | sylvieg | 2010-04-05 17:33:50 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]CATEGORY: proper default to one param ---------------------------------------------- r26465 | sylvieg | 2010-04-05 17:29:59 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]CATEGORY: the option one object per line began to be lost in commit 13395 ---------------------------------------------- r26464 | sylvieg | 2010-04-05 16:16:05 +0200 (Mon, 05 Apr 2010) | 1 line [FIX]TRACKERLIST: fix optimization 26395 - need also to pick the filterfield ---------------------------------------------- r26463 | sylvieg | 2010-04-05 15:54:22 +0200 (Mon, 05 Apr 2010) | 1 line merge 26457 ---------------------------------------------- r26462 | marclaporte | 2010-04-05 08:13:53 +0200 (Mon, 05 Apr 2010) | 1 line stray echo ---------------------------------------------- r26460 | chibaguy | 2010-04-05 05:48:29 +0200 (Mon, 05 Apr 2010) | 1 line [ENH] Enable standard module parameters (flip, notitle, decorations, nobox). ---------------------------------------------- r26458 | lindonb | 2010-04-05 04:46:14 +0200 (Mon, 05 Apr 2010) | 1 line [FIX] Using number of tiki_pageviews records for days online wasn't accurate and didn't match with date started ---------------------------------------------- r26456 | sylvieg | 2010-04-04 15:22:14 +0200 (Sun, 04 Apr 2010) | 1 line [FIX]forum : avoid mysql error when sorted parm commentDate ---------------------------------------------- r26455 | sylvieg | 2010-04-04 14:55:12 +0200 (Sun, 04 Apr 2010) | 1 line manual merge 26452 ---------------------------------------------- r26454 | chibaguy | 2010-04-04 09:58:49 +0200 (Sun, 04 Apr 2010) | 1 line [FIX] Site header custom content should clear secondary site menu (start below it). ---------------------------------------------- r26451 | chibaguy | 2010-04-03 13:53:59 +0200 (Sat, 03 Apr 2010) | 1 line [SVN] Revert to re-add fixed_width.css. I forgot this file was used by installer. ---------------------------------------------- r26450 | frank_p | 2010-04-03 13:10:52 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] remove "Change language of this page" ---------------------------------------------- r26449 | frank_p | 2010-04-03 13:08:16 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] changed "Change language of this page" to "Change language for this page" ---------------------------------------------- r26448 | chibaguy | 2010-04-03 09:28:28 +0200 (Sat, 03 Apr 2010) | 1 line [KIL] Fixed width theme option stylesheet is redundant. ---------------------------------------------- r26447 | chibaguy | 2010-04-03 09:21:35 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] One minor formatting change. ---------------------------------------------- r26445 | chibaguy | 2010-04-03 08:32:24 +0200 (Sat, 03 Apr 2010) | 1 line [FIX] Better support for secondary site menu; improve theme options in fixed-width view (some background images missing). ---------------------------------------------- r26443 | chibaguy | 2010-04-03 07:34:30 +0200 (Sat, 03 Apr 2010) | 1 line [MOD] Support for secondary site menu, etc. ---------------------------------------------- r26442 | chibaguy | 2010-04-03 05:41:58 +0200 (Sat, 03 Apr 2010) | 1 line [FIX] Keep in sync with default file. ---------------------------------------------- r26441 | sylvieg | 2010-04-03 00:32:32 +0200 (Sat, 03 Apr 2010) | 1 line [FIX]category: add the nb object + move watch before for better align (todo: a clear cache in missing ---------------------------------------------- r26439 | chealer | 2010-04-02 23:49:05 +0200 (Fri, 02 Apr 2010) | 2 lines [FIX] HTML special chars escaping don't force width on priority field; 40% would make the dropdown ridiculously large ---------------------------------------------- r26438 | sylvieg | 2010-04-02 23:25:37 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]last forum post: regression since 20573: the parenttitle was the forum name, not the parent post ---------------------------------------------- r26437 | frank_p | 2010-04-02 23:22:07 +0200 (Fri, 02 Apr 2010) | 1 line [MOD] translating ---------------------------------------------- r26435 | marclaporte | 2010-04-02 22:04:14 +0200 (Fri, 02 Apr 2010) | 1 line backport of 26026: [MOD]TRACKERLIST: possibility to filter on the value of a field in the user tracker item. ex: filterfield=1, exactvalue=field(2,user,3) means list the items that have the field 1 equals to the value of the field 2 of the user item of the tracker 3 Tested by Martin Latulippe, who confirmed that there are no regressions. This is needed to build CRM profile. ---------------------------------------------- r26434 | sylvieg | 2010-04-02 21:27:04 +0200 (Fri, 02 Apr 2010) | 1 line oops notice ---------------------------------------------- r26433 | sylvieg | 2010-04-02 21:15:20 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]ranking: fix perm on forum ---------------------------------------------- r26432 | sylvieg | 2010-04-02 21:04:46 +0200 (Fri, 02 Apr 2010) | 1 line [ENH]tpl: kill duplicated code for easier customisation ---------------------------------------------- r26431 | sylvieg | 2010-04-02 18:12:36 +0200 (Fri, 02 Apr 2010) | 1 line [MOD]css menu: add black arrows - will be supportive to copy the arrows_ffff from jquery lib to img for independence ---------------------------------------------- r26430 | sylvieg | 2010-04-02 17:07:49 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]header: center logo with no custom code was not appearing ---------------------------------------------- r26429 | sylvieg | 2010-04-02 15:22:56 +0200 (Fri, 02 Apr 2010) | 1 line [FIX]style: add background key if not in the prefs + kill duplicated code ---------------------------------------------- r26427 | marclaporte | 2010-04-02 00:15:13 +0200 (Fri, 02 Apr 2010) | 1 line [ENH] Add tell a friend link for file download in the contextual menu. This links exists in the template for all URLs, however, since downloading a file is just a download and doesn't have the regular tiki.tpl interface, you can never get to it ---------------------------------------------- r26426 | chealer | 2010-04-02 00:10:34 +0200 (Fri, 02 Apr 2010) | 4 lines Smarty popup function: Simplify treatment of $text param. Newlines in $text would cause an issue with JavaScript but were removed in convertOverlib(), so remove them in smarty_function_popup() instead and get rid of URL encoding and decoding. [FIX] Encoding issues in calendar popups [FIX] Backslashes stripped in convertOverlib() (no apparent reason why) ---------------------------------------------- r26424 | sylvieg | 2010-04-01 22:42:50 +0200 (Thu, 01 Apr 2010) | 1 line [FIX]print: some optimization in print multiple - still not enough for doc :-( ---------------------------------------------- r26416 | xavidp | 2010-04-01 12:17:04 +0200 (Thu, 01 Apr 2010) | 1 line [FIX][bp/r26415]Provide also link to "show all articles of this same topic" at the own image uploaded by users for that article, instead of the former (useless, imho) self link. ---------------------------------------------- r26414 | xavidp | 2010-04-01 11:35:41 +0200 (Thu, 01 Apr 2010) | 1 line [FIX][bp/r26410]List just the topic name of that article post, and not all article topics. ---------------------------------------------- r26406 | xavidp | 2010-04-01 10:42:27 +0200 (Thu, 01 Apr 2010) | 1 line [FIX][bp/r26405]Avoid showing article-topic image when user selected "use own image" and no image uploaded to tiki, to allow the use case of that user providing the image from a different source through the img tag in the heading and/or body of the article. Show article-topic name instead with a link to show all articles of this same topic. ---------------------------------------------- r26404 | marclaporte | 2010-03-31 22:51:56 +0200 (Wed, 31 Mar 2010) | 1 line [DOC] Dynamic prefs ---------------------------------------------- r26403 | chealer | 2010-03-31 21:11:58 +0200 (Wed, 31 Mar 2010) | 1 line [FIX] "Uncaught exception: TypeError: Cannot convert 'local_dates' to object" on certain platforms where Date.toLocateString doesn't return a timezone. match() returns null instead of an empty array if it matches nothing. ---------------------------------------------- r26401 | sylvieg | 2010-03-31 18:53:12 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]MOUSEOVER: regression 16238, label was parsed - new param parselabel with default to y + fix parsing of label if no text ---------------------------------------------- r26398 | sylvieg | 2010-03-31 17:44:05 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]TRACKER: optimization for tracker with a lot of fields - fetch only the fields info that are needed ---------------------------------------------- r26397 | sylvieg | 2010-03-31 16:41:29 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]TRACKER: when giving list of fields, restrict the fields to this list otherwise le checkbox are lost ---------------------------------------------- r26396 | sylvieg | 2010-03-31 16:00:26 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]rss: patch - for unknown reason zend do not provide always the function getDateCreated->todo find why ---------------------------------------------- r26395 | sylvieg | 2010-03-31 15:21:27 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]tracker: optimization for tracker with a lot of fields - fetch only the fields info that are needed ---------------------------------------------- r26394 | sylvieg | 2010-03-31 15:12:50 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]hightlight: avoid scanning text if not the main tpl + do not hightlight col2 ---------------------------------------------- r26393 | jonnybradley | 2010-03-31 14:42:17 +0200 (Wed, 31 Mar 2010) | 1 line [FIX] Search and set selected on input correctly with urlencoded values ---------------------------------------------- r26392 | chibaguy | 2010-03-31 12:54:06 +0200 (Wed, 31 Mar 2010) | 1 line [FIX] Text/background contrast. ---------------------------------------------- r26391 | sylvieg | 2010-03-31 00:34:51 +0200 (Wed, 31 Mar 2010) | 1 line [FIX]TRACKERLIST: stop the debate about compute shows only the compute about what it is shown or the whole tracker - no max if compute is on ---------------------------------------------- r26390 | sylvieg | 2010-03-30 23:04:08 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]tracker: fix global change status - bug introduced in 23795 - thx chealer ---------------------------------------------- r26389 | jonnybradley | 2010-03-30 19:52:25 +0200 (Tue, 30 Mar 2010) | 2 lines [FIX] More on trackerfilter fields with wiki syntax in. Only striptags from the option label (name), but url encode the value for the form. Still doesn't find the items as it should, but doesn't completely break the html select etc as it did before. ---------------------------------------------- r26388 | chealer | 2010-03-30 19:47:16 +0200 (Tue, 30 Mar 2010) | 3 lines [FIX] lang parameter [FIX] HTML special chars escaping [FIX] feature check ---------------------------------------------- r26385 | sylvieg | 2010-03-30 19:00:33 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]error: display an error if page not found and no like feature and no search feature ---------------------------------------------- r26384 | jonnybradley | 2010-03-30 18:56:20 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Correct action for a form the can be on any page ---------------------------------------------- r26383 | sylvieg | 2010-03-30 18:54:11 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]error: do not display 2 notice boxes when page not found and like and search on + search only if perm ---------------------------------------------- r26382 | jonnybradley | 2010-03-30 18:44:48 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] <form> requires an action ---------------------------------------------- r26381 | sylvieg | 2010-03-30 18:25:05 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]trace: comment the trace ---------------------------------------------- r26380 | jonnybradley | 2010-03-30 18:19:23 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Default feature_wiki_replace to y (should have been removed in 4.x as you can edit the toolbar to remove the button instead - TODO in trunk) ---------------------------------------------- r26379 | jonnybradley | 2010-03-30 18:16:58 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] If show/hide/flip fns called bafore page is properly set up, then just do simple show/hide without effects (which casued a JS error occasionally) ---------------------------------------------- r26378 | sylvieg | 2010-03-30 18:09:04 +0200 (Tue, 30 Mar 2010) | 1 line notice (leftover from 23288 ---------------------------------------------- r26377 | jonnybradley | 2010-03-30 18:08:11 +0200 (Tue, 30 Mar 2010) | 1 line FIX] Notices ---------------------------------------------- r26376 | jonnybradley | 2010-03-30 17:19:18 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Move flip with sign setheadingstate JS call to doc onready ---------------------------------------------- r26375 | jonnybradley | 2010-03-30 16:15:19 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Partial rollback part 2 of r26366 (datetime fields don't generate a filter field at all - yet. TODO in trunk) ---------------------------------------------- r26374 | sylvieg | 2010-03-30 15:12:51 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]TRACKERTIMELINE: to have the detail adjusted to the scale ---------------------------------------------- r26373 | jonnybradley | 2010-03-30 11:12:58 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] $export is set to 'n' (if empty) before this ---------------------------------------------- r26372 | jonnybradley | 2010-03-30 11:12:35 +0200 (Tue, 30 Mar 2010) | 1 line [MOD] Restore anti-aliased versions of the small admin section icons (IE6 users should upgrade or use feature_iepngfix) ---------------------------------------------- r26370 | jonnybradley | 2010-03-30 10:55:56 +0200 (Tue, 30 Mar 2010) | 1 line [FIX] Incorrect comparison [bp/r26318] ---------------------------------------------- r26369 | sylvieg | 2010-03-30 00:38:58 +0200 (Tue, 30 Mar 2010) | 1 line [FIX]tracker; homegenize behavior for page selector create and auto ---------------------------------------------- r26367 | jonnybradley | 2010-03-29 21:23:25 +0200 (Mon, 29 Mar 2010) | 1 line [FIX] minor rollback of jq ui datepicker for trackerfilter (unreliable - will get it right for 5.1 hopefully) ---------------------------------------------- r26366 | jonnybradley | 2010-03-29 20:22:01 +0200 (Mon, 29 Mar 2010) | 1 line [FIX] strip_tags on value and names for tracker filter inputs such as drpdowns and radios. Also don't prevent datetime fields to have a simple text input (with datepicker if jq ui enabled) ---------------------------------------------- r26364 | chealer | 2010-03-29 18:04:49 +0200 (Mon, 29 Mar 2010) | 2 lines [FIX] cms_ranking_top_articles(): Top articles only showing unpublished articles (r24448 regression) oooops. thanks Ben Eason ---------------------------------------------- r26363 | sylvieg | 2010-03-29 17:08:26 +0200 (Mon, 29 Mar 2010) | 1 line [FIX]clean email ---------------------------------------------- r26357 | sylvieg | 2010-03-28 22:47:50 +0200 (Sun, 28 Mar 2010) | 1 line [FIX]TRACKERFILTER: translate country with space ---------------------------------------------- r26356 | sylvieg | 2010-03-28 22:27:24 +0200 (Sun, 28 Mar 2010) | 1 line [FIX]tracker: do not show other countries when countries are limitted ---------------------------------------------- r26355 | sylvieg | 2010-03-28 22:19:28 +0200 (Sun, 28 Mar 2010) | 1 line [FIX]tracker: kill duplicated code + sort country name without accent ---------------------------------------------- r26353 | chibaguy | 2010-03-28 17:06:55 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] Typo. ---------------------------------------------- r26352 | chibaguy | 2010-03-28 17:05:12 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] Typos. ---------------------------------------------- r26350 | chibaguy | 2010-03-28 14:12:49 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] CSS menu dropdown 'top' property caused dropdown 'preview' while page loads, so replaced by margin-top. ---------------------------------------------- r26349 | chibaguy | 2010-03-28 13:56:42 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] CSS menu dropdown 'top' property unneeded and caused dropdown 'preview' while page loads. ---------------------------------------------- r26348 | chibaguy | 2010-03-28 11:46:48 +0200 (Sun, 28 Mar 2010) | 1 line [FIX] Correct image name. ---------------------------------------------- r26347 | chibaguy | 2010-03-28 11:43:55 +0200 (Sun, 28 Mar 2010) | 1 line [NEW] Retro Tiki style returns as Arcturus theme and theme options. ---------------------------------------------- r26341 | Jyhem | 2010-03-27 16:05:25 +0100 (Sat, 27 Mar 2010) | 1 line [FIX] It used to be that only the real name of countries needed translation but it seems the underscored version also needs a translation ---------------------------------------------- r26338 | sylvieg | 2010-03-26 20:10:46 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]tell a friend: user email is mandatory because people are suprised to receive a mail from a friend that is not a friend ---------------------------------------------- r26334 | sylvieg | 2010-03-26 17:29:13 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]smarty: all the params that contains {tr} must be enclosed with double quotes in case the translation contains a single quote ---------------------------------------------- r26331 | sylvieg | 2010-03-26 16:45:39 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]Menu: fix option menu_cookie broken since 25503 ---------------------------------------------- r26329 | nkoth | 2010-03-26 15:04:19 +0100 (Fri, 26 Mar 2010) | 1 line [FIX] Fix call to undefined function smarty_modifier_escape(), specifically when trying to send a newsletter. ---------------------------------------------- r26328 | sylvieg | 2010-03-26 12:15:14 +0100 (Fri, 26 Mar 2010) | 1 line manual merge ---------------------------------------------- r26326 | lphuberdeau | 2010-03-26 00:58:15 +0100 (Fri, 26 Mar 2010) | 1 line [FIX] Regression introduced when cleaning up indent ---------------------------------------------- r26325 | lphuberdeau | 2010-03-26 00:41:55 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]?\194?\160Sorting was done case-sensitive, causing inconsistencies when irregular naming conventions were used ---------------------------------------------- r26324 | lphuberdeau | 2010-03-26 00:28:33 +0100 (Fri, 26 Mar 2010) | 1 line [FIX]?\194?\160Unordered 'page' numbers made lookup experience less than optimal ---------------------------------------------- r26323 | lphuberdeau | 2010-03-26 00:14:18 +0100 (Fri, 26 Mar 2010) | 1 line [INDENT] Why did I have to re-indent my own code after someone recklessly took off all the carefully placed spaced and blank lines? Thank you for wasting my time. ---------------------------------------------- r26313 | marclaporte | 2010-03-25 18:11:10 +0100 (Thu, 25 Mar 2010) | 1 line [MOD] minor cosmetic change to make http://doc.tikiwiki.org/Print+Indexed look better. ---------------------------------------------- r26312 | sylvieg | 2010-03-25 17:54:50 +0100 (Thu, 25 Mar 2010) | 1 line [FIX]prefs: hide the child if the option is not selected (was lost in 24192) ---------------------------------------------- r26309 | ricks99 | 2010-03-25 16:31:17 +0100 (Thu, 25 Mar 2010) | 1 line [MOD]minor UI improvements -- no functionality changes ---------------------------------------------- r26307 | ricks99 | 2010-03-25 16:25:56 +0100 (Thu, 25 Mar 2010) | 1 line [MOD]removed accordion control for plugin. no longer needed, since now using tabs instead. ---------------------------------------------- r26306 | ricks99 | 2010-03-25 16:16:26 +0100 (Thu, 25 Mar 2010) | 1 line [FIX]fixed the id for the NEW PASSWORD field for a11y ---------------------------------------------- r26305 | ricks99 | 2010-03-25 16:13:11 +0100 (Thu, 25 Mar 2010) | 1 line [ENH]corrected ids for security precaution entry fields for a11y compliance ---------------------------------------------- r26304 | changi67 | 2010-03-25 14:18:36 +0100 (Thu, 25 Mar 2010) | 1 line [TRA] Just a get_strings on fr to make it cleaner ---------------------------------------------- r26303 | jonnybradley | 2010-03-25 13:53:10 +0100 (Thu, 25 Mar 2010) | 1 line [FIX] FCKEditor background colour ---------------------------------------------- r26301 | sylvieg | 2010-03-25 13:43:46 +0100 (Thu, 25 Mar 2010) | 1 line [FIX]wiki: for a new page go always in the edit page tab and not the categ tab - it can be disturbing for new users ---------------------------------------------- r26300 | chibaguy | 2010-03-25 08:37:39 +0100 (Thu, 25 Mar 2010) | 1 line [MOD] Popup form isn't functional yet so use standard login (theme file essentially is a clone of default for now). ---------------------------------------------- r26299 | chibaguy | 2010-03-25 08:27:11 +0100 (Thu, 25 Mar 2010) | 1 line [FIX] Prevent interference when both site logo/site site titles and site header custom code are used. In this case, custom code is floated to side opposite the logo/titles. ---------------------------------------------- r26297 | chibaguy | 2010-03-25 05:20:33 +0100 (Thu, 25 Mar 2010) | 1 line [FIX] Add wrapper div to increase layout and style possibilities. ---------------------------------------------- r26296 | changi67 | 2010-03-24 22:40:17 +0100 (Wed, 24 Mar 2010) | 1 line [TRA] Some other french trad ---------------------------------------------- r26294 | changi67 | 2010-03-24 21:32:54 +0100 (Wed, 24 Mar 2010) | 1 line [TRA] French trad ---------------------------------------------- r26288 | sylvieg | 2010-03-24 15:34:07 +0100 (Wed, 24 Mar 2010) | 1 line [FIX]CATORPHAN: pagination by default (sorry if you want all you will have to put -1) to avoid not enough memory on tw.org ---------------------------------------------- r26287 | changi67 | 2010-03-24 14:25:06 +0100 (Wed, 24 Mar 2010) | 1 line [FIX]tra: to have the button translated - another one thx sylvieg ---------------------------------------------- r26286 | sylvieg | 2010-03-24 14:04:36 +0100 (Wed, 24 Mar 2010) | 1 line [FIX]tra: to have the button translated ---------------------------------------------- r26285 | jonnybradley | 2010-03-24 11:17:13 +0100 (Wed, 24 Mar 2010) | 1 line [FIX] Change test for javascript_enabled in case not set for anon users (also fixed a couple of notices) ---------------------------------------------- r26284 | changi67 | 2010-03-24 08:52:15 +0100 (Wed, 24 Mar 2010) | 1 line [MOD] Just add svn keywords ---------------------------------------------- r26283 | sampaioprimo | 2010-03-24 06:15:34 +0100 (Wed, 24 Mar 2010) | 2 lines [FIX] list files in a gallery even if user does not have global permission to view galleries but has permission to view a single gallery ---------------------------------------------- r26282 | sampaioprimo | 2010-03-24 06:06:48 +0100 (Wed, 24 Mar 2010) | 2 lines [FIX] select all was not working for sub-galleries because of extra white space ---------------------------------------------- r26279 | jonnybradley | 2010-03-23 21:19:54 +0100 (Tue, 23 Mar 2010) | 1 line [FIX] Partial rollback of r26237 to restore listings prefs ---------------------------------------------- r26278 | lphuberdeau | 2010-03-23 17:17:30 +0100 (Tue, 23 Mar 2010) | 1 line [ENH] Allow to specify a CDN prefix to serve static files from a cookie-less domain. Although quite a few places are affected, no behavior change will be made on sites without the preference. ---------------------------------------------- r26277 | sylvieg | 2010-03-23 16:02:29 +0100 (Tue, 23 Mar 2010) | 1 line [FIX]parsing: strip html tags in plugin param values when not quoted - to work with wysiwyg and <br> in list of params ---------------------------------------------- r26276 | sylvieg | 2010-03-23 15:14:30 +0100 (Tue, 23 Mar 2010) | 1 line [MOD]fgal: find on orphan ---------------------------------------------- r26275 | marclaporte | 2010-03-23 14:07:21 +0100 (Tue, 23 Mar 2010) | 1 line [DOC] Dynamic pref note ---------------------------------------------- r26274 | lphuberdeau | 2010-03-23 13:28:03 +0100 (Tue, 23 Mar 2010) | 1 line [FIX]?\194?\160All preference templates must have an adminoptionbox class to work in perspective editor ---------------------------------------------- r26272 | chibaguy | 2010-03-23 08:47:54 +0100 (Tue, 23 Mar 2010) | 1 line [FIX] Reinstate theme-specific fixed-width styles. ---------------------------------------------- r26271 | chibaguy | 2010-03-23 07:39:12 +0100 (Tue, 23 Mar 2010) | 1 line [KIL] Remove fixed_width file that is made obsolete thanks to new site_width checkbox in admin panel (rules and images moved to parent theme). ---------------------------------------------- r26270 | chibaguy | 2010-03-23 06:48:21 +0100 (Tue, 23 Mar 2010) | 1 line [ENH] Add class "fixed_width" to body tag when fixed width preference is active, as some themes have special/alternative CSS needs in fixed-width state. ---------------------------------------------- r26269 | lphuberdeau | 2010-03-22 23:49:47 +0100 (Mon, 22 Mar 2010) | 1 line [ENH] Reduce the amount of junk generated by zip when compressing ---------------------------------------------- r26268 | lphuberdeau | 2010-03-22 23:25:36 +0100 (Mon, 22 Mar 2010) | 1 line [ENH]?\194?\160Strip comments from language files before packaging ---------------------------------------------- r26267 | marclaporte | 2010-03-22 22:38:20 +0100 (Mon, 22 Mar 2010) | 1 line [MOD] Moving gmap prefs to dynamic preferences ---------------------------------------------- r26266 | lphuberdeau | 2010-03-22 20:45:13 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Good to keep external version and local versions in sync ---------------------------------------------- r26265 | marclaporte | 2010-03-22 19:35:38 +0100 (Mon, 22 Mar 2010) | 1 line [KIL] Remove various fixed_width files that are made obsolete thanks to new site_width checkbox in admin panel ---------------------------------------------- r26264 | marclaporte | 2010-03-22 19:05:59 +0100 (Mon, 22 Mar 2010) | 1 line [DOC] clarify how to tweak fixed width ---------------------------------------------- r26263 | marclaporte | 2010-03-22 19:00:33 +0100 (Mon, 22 Mar 2010) | 1 line [DOC] clarify doc for admin performance options ---------------------------------------------- r26262 | lphuberdeau | 2010-03-22 18:38:13 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Removing these absurd conditions and sanitizing the data instead ---------------------------------------------- r26261 | lphuberdeau | 2010-03-22 18:17:18 +0100 (Mon, 22 Mar 2010) | 1 line [FIX]?\194?\160Complete import declaration to be compatible with minify ---------------------------------------------- r26260 | marclaporte | 2010-03-22 18:02:38 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] No longer delete web.config files when cleaning cache. ---------------------------------------------- r26259 | lphuberdeau | 2010-03-22 17:54:33 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Imports using relative paths should not be mistaken with absolute paths ---------------------------------------------- r26256 | jonnybradley | 2010-03-22 17:40:48 +0100 (Mon, 22 Mar 2010) | 2 lines [MOD] Update for jQuery.sheet/jQuery UI updates. (using jquery.cookie.js from jQuery UI now, significantly updated) ---------------------------------------------- r26253 | lphuberdeau | 2010-03-22 16:54:12 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Empty options would cause jquery to send an incredibly subtle and undescriptive error ---------------------------------------------- r26252 | lphuberdeau | 2010-03-22 16:52:53 +0100 (Mon, 22 Mar 2010) | 1 line [FIX] Switch preference from radio to list, because radio dynamic selection of divs does not appear to work ---------------------------------------------- r26250 | sylvieg | 2010-03-22 15:26:54 +0100 (Mon, 22 Mar 2010) | 1 line [FIX]fgal: sql error when using find ---------------------------------------------- r26249 | changi67 | 2010-03-22 14:30:50 +0100 (Mon, 22 Mar 2010) | 1 line [TRA] Some french trad + some untranslated string in code ---------------------------------------------- r26248 | frank_p | 2010-03-21 22:40:45 +0100 (Sun, 21 Mar 2010) | 1 line [ADD] "You must clear your browser cache." line 274 ---------------------------------------------- r26247 | frank_p | 2010-03-21 22:37:12 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] not translate message 'You must clear your browser cache.' ---------------------------------------------- r26246 | changi67 | 2010-03-21 22:32:30 +0100 (Sun, 21 Mar 2010) | 1 line [ENH] Deploy new smarty plugin modules_list ---------------------------------------------- r26245 | changi67 | 2010-03-21 22:29:23 +0100 (Sun, 21 Mar 2010) | 1 line [ENH] Create a new smarty plugin for modules list to refactor code ---------------------------------------------- r26244 | frank_p | 2010-03-21 21:37:34 +0100 (Sun, 21 Mar 2010) | 1 line [FIX] syntax ---------------------------------------------- r26243 | frank_p | 2010-03-21 21:27:25 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] translate; [ADD] 'Configuration search' line 6309 ---------------------------------------------- r26242 | frank_p | 2010-03-21 20:27:18 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] 'Configuration search' not translated by tag {tr} {/tr} ---------------------------------------------- r26241 | pkdille | 2010-03-21 16:26:10 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] no changes - indenting ---------------------------------------------- r26240 | pkdille | 2010-03-21 16:10:23 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] lesser magic: one more pref in admin login template ---------------------------------------------- r26238 | chibaguy | 2010-03-21 10:53:40 +0100 (Sun, 21 Mar 2010) | 1 line [FIX] Typo and link contrast problem. ---------------------------------------------- r26237 | pkdille | 2010-03-21 09:08:07 +0100 (Sun, 21 Mar 2010) | 1 line [MOD] lesser magic: move all the homepages prefs into dynamic prefs ---------------------------------------------- r26236 | pkdille | 2010-03-20 19:03:29 +0100 (Sat, 20 Mar 2010) | 1 line [MOD] lesser magic: some more prefs in admin general template ---------------------------------------------- r26079 | sylvieg | 2010-03-12 15:47:25 +0100 (Fri, 12 Mar 2010) | 1 line [FIX]calendar module: try to be able to have the same display in calendar module than the old one ---------------------------------------------- r26075 | ricks99 | 2010-03-12 13:29:01 +0100 (Fri, 12 Mar 2010) | 1 line [ENH]access stats for specific surveys directly from the admin listing of all surveys ---------------------------------------------- r26074 | changi67 | 2010-03-12 09:41:54 +0100 (Fri, 12 Mar 2010) | 1 line [FIX] Strict Standards: Assigning the return value of new by reference is deprecated - PHP 5 changed the behavior and the object is defaultly passed by references ---------------------------------------------- r26071 | pkdille | 2010-03-11 22:57:59 +0100 (Thu, 11 Mar 2010) | 3 lines [MOD] languages: some cleanup in translation files. Remove some too much SUMO specific strings. Remove the language files with absolutely no translated strings. Remove the empty folders in /lang. Affect the correct svn properties to the php files. Add some missing index.php files. Remove some strange and unmaintained files (untranslated.php, Changelog). ---------------------------------------------- r26065 | sylvieg | 2010-03-11 10:05:33 -0800 (Thu, 11 Mar 2010) | 1 line [bp/ r 26033][FIX]release: blind commit ---------------------------------------------- r26063 | nkoth | 2010-03-11 07:33:25 -0800 (Thu, 11 Mar 2010) | 1 line [FIX] Better fix than r26059 (i.e. use jq tag but use tiki_full.tpl instead of tiki-print.tpl). It is more consistent with the other filegal manager screens anyway ---------------------------------------------- r26061 | sylvieg | 2010-03-11 05:37:55 -0800 (Thu, 11 Mar 2010) | 1 line [MOD]cal: add a class for the box to be able to overwrite the hard coded 200px ---------------------------------------------- r26060 | sylvieg | 2010-03-10 14:22:06 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: the default calendar to add events must one you can add event not the first + probably one typo + begining of 12 hour notations ---------------------------------------------- r26059 | nkoth | 2010-03-10 12:57:07 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] image uploader not working. Cannot use jq or add_js because tiki-print.tpl does not include any js that way ---------------------------------------------- r26058 | jonnybradley | 2010-03-10 12:18:37 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Found a way to hide user hidden cols on load, by setting the col1 margins to the width of the col being opened in toggleCols(). ---------------------------------------------- r26057 | jonnybradley | 2010-03-10 11:40:22 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Restore left and right column states. Couldn't get it to set the margins correctly when rendering the page, so it happens when javascript kicks in - late, but better than not at all. ---------------------------------------------- r26056 | nkoth | 2010-03-10 11:31:00 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] r25877 broke file upload window ---------------------------------------------- r26055 | sylvieg | 2010-03-10 10:51:21 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]poll: check of the cookie for anonymous to avoid revote was lost ---------------------------------------------- r26054 | sylvieg | 2010-03-10 10:38:08 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]poll: add an antibot to poll voting + error message ---------------------------------------------- r26053 | sylvieg | 2010-03-10 09:44:02 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]poll: fix check ---------------------------------------------- r26051 | sylvieg | 2010-03-10 08:21:47 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: if url has allCals display all cals not the user defautl one ---------------------------------------------- r26050 | sylvieg | 2010-03-10 07:52:47 -0800 (Wed, 10 Mar 2010) | 1 line oops fix 26048 ---------------------------------------------- r26049 | jonnybradley | 2010-03-10 07:51:35 -0800 (Wed, 10 Mar 2010) | 1 line [MOD] Clarify how to control modules by theme (needs the .css on the end) ---------------------------------------------- r26048 | sylvieg | 2010-03-10 07:37:18 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: switch to a drop down if too many calendars are displayed ---------------------------------------------- r26047 | jonnybradley | 2010-03-10 07:36:21 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Fixes to sheet for updates in plugin ---------------------------------------------- r26045 | sylvieg | 2010-03-10 06:51:18 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]calendar: name the button edit/delete ---------------------------------------------- r26044 | jonnybradley | 2010-03-10 06:40:00 -0800 (Wed, 10 Mar 2010) | 2 lines [FIX] Perspective prefs (e.g. checkbox turning on) not setting properly ("unofficial" backport from trunk r26027 by nkoth) ---------------------------------------------- r26043 | jonnybradley | 2010-03-10 06:36:27 -0800 (Wed, 10 Mar 2010) | 2 lines [FIX] Make style option a dynamic pref ("unofficial" backport from trunk r26028 by nkoth) ---------------------------------------------- r26042 | sylvieg | 2010-03-10 06:17:54 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]fgal: editing a subfgal was moving it to the root ---------------------------------------------- r26041 | jonnybradley | 2010-03-10 06:00:38 -0800 (Wed, 10 Mar 2010) | 1 line [FIX] Possible (blind) fix for page flicker in Firefox on rollover links with converted overlib tips (thanks Lindon, hope it works) ---------------------------------------------- r26037 | sylvieg | 2010-03-10 05:39:11 -0800 (Wed, 10 Mar 2010) | 1 line [FIX]fgal: verif categ perms for the list of fgals where you can upload ---------------------------------------------- r26035 | jonnybradley | 2010-03-09 15:36:05 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] Use "background-color" attribute to set colour (setting the colour as "background" wipes out css set in css files regarding background-image etc. Possibly we need a new param if this has been used extensively to set stuff other than colour). ---------------------------------------------- r26034 | jonnybradley | 2010-03-09 15:26:34 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] Warning when perspecives enabled in shell installer ---------------------------------------------- r26029 | chealer | 2010-03-09 12:22:58 -0800 (Tue, 09 Mar 2010) | 3 lines possibly fix ticket 2041 - Incorrect base path detected when installing on IIS (Directory does not exist errors) Preferably use SCRIPT_FILENAME on IIS - IIS FastCGI should have it suggested by Wade Hildo ---------------------------------------------- r26025 | marclaporte | 2010-03-09 09:27:14 -0800 (Tue, 09 Mar 2010) | 1 line [BRANCH] Creation, trunk 0 to 26024 ---------------------------------------------- r26023 | luciash | 2010-03-09 08:24:59 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] minichat module: removing replace for :/ - caused http:// pasteys in minichat to become broken by emoticon (todo: use global smileys from tikilib) ---------------------------------------------- r26022 | luciash | 2010-03-09 08:19:21 -0800 (Tue, 09 Mar 2010) | 1 line [FIX] minichat module: 2 seconds refresh too fast - caused server overload (6 seconds by default now, todo: make it optional via module param) ---------------------------------------------- r26021 | luciash | 2010-03-09 08:11:27 -0800 (Tue, 09 Mar 2010) | 1 line [ADD] robots.txt: attempt to reduce server overload by getting crawling robots lost in file galleries due to sort links (e.g. more than 7000 indexed variations of one Tiki filegals in Google for cca 10 galleries) ---------------------------------------------- r26020 | jonnybradley | 2010-03-09 08:08:39 -0800 (Tue, 09 Mar 2010) | 1 line [ENH] Add parentSheetId to tiki_sheets table - plus admin interface (multi-sheet implementation to come soon) ---------------------------------------------- r26019 | marclaporte | 2010-03-09 07:59:38 -0800 (Tue, 09 Mar 2010) | 1 line [DOC] tweak make branch procedure. ---------------------------------------------- r26018 | chealer | 2010-03-09 07:47:26 -0800 (Tue, 09 Mar 2010) | 2 lines [FIX] directly called scripts outside of root directory (r25039 regression) oops ---------------------------------------------- r26017 | luciash | 2010-03-09 07:33:11 -0800 (Tue, 09 Mar 2010) | 1 line [MOD] Strasa theme: partial rollback of 25977 (sorry Gary) because text-transform: uppercase for H1 causes CamelCaseWikiPage page names to appear unreadable (CAMELCASEWIKIPAGE), text color becomes black because of the link color override on page titles, H2 sections of text are nomore easy to distinguish from H3, etc. ---------------------------------------------- r26016 | luciash | 2010-03-09 07:22:37 -0800 (Tue, 09 Mar 2010) | 1 line [ENH] Strasa theme: some CSS code optimizations ---------------------------------------------- r26015 | sylvieg | 2010-03-09 06:14:00 -0800 (Tue, 09 Mar 2010) | 1 line [NEW]fgal: option a user can give a duration after a file can be deleted ---------------------------------------------- r26013 | jonnybradley | 2010-03-09 04:33:47 -0800 (Tue, 09 Mar 2010) | 3 lines [ENH] Basic WYSIWYG mode for edit articles. Doesn't transform markup correctly switching between modes or remember which mode you were editing in, but then neither do blogs or newsletters. Also, only the "body" textarea can be wysiwyg so far (should be both header and body one day). ---------------------------------------------- r26012 | chibaguy | 2010-03-08 21:26:32 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Skeleton theme has simplified tiki.tpl and no-content stylesheet. Intended to be a learning model and base for designers. ---------------------------------------------- r26011 | chibaguy | 2010-03-08 21:10:36 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Dark Shine theme with correct license moved from Mods. ---------------------------------------------- r26010 | chibaguy | 2010-03-08 20:48:49 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Eatlon theme with correct license moved from Mods. ---------------------------------------------- r26009 | chibaguy | 2010-03-08 20:38:46 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Business theme with correct license moved from Mods. ---------------------------------------------- r26008 | chibaguy | 2010-03-08 20:29:13 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Twist theme with correct license moved from Mods. ---------------------------------------------- r26007 | chibaguy | 2010-03-08 20:18:23 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Snow theme with correct license moved from Mods. ---------------------------------------------- r26006 | nkoth | 2010-03-08 20:16:16 -0800 (Mon, 08 Mar 2010) | 1 line [FIX] Clean up best language feature (it wasn't working for certain cases before) ---------------------------------------------- r26005 | chibaguy | 2010-03-08 20:11:43 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained Ohia theme with correct license moved from Mods. ---------------------------------------------- r26004 | chibaguy | 2010-03-08 20:01:00 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] Maintained absE theme with correct license moved from Mods. ---------------------------------------------- r26003 | nkoth | 2010-03-08 19:55:09 -0800 (Mon, 08 Mar 2010) | 1 line [FIX] multilingual structures should depend on multilingual ---------------------------------------------- r26002 | sylvieg | 2010-03-08 14:35:34 -0800 (Mon, 08 Mar 2010) | 1 line [NEW]smarty: input for a duration ---------------------------------------------- r26001 | pascalstjean | 2010-03-08 14:04:34 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] - Replicates Apache htaccess behaviors for IIS ---------------------------------------------- r25999 | pascalstjean | 2010-03-08 13:55:40 -0800 (Mon, 08 Mar 2010) | 1 line [NEW] - Equivilant of _htaccess for SEFURLs to work on IIS. File needs to be renamed to web.config to activate ---------------------------------------------- r25998 | sylvieg | 2010-03-08 13:53:28 -0800 (Mon, 08 Mar 2010) | 1 line [FIX]perms: list only the perms of the type of objects ---------------------------------------------- r25997 | chibaguy | 2010-03-08 12:54:32 -0800 (Mon, 08 Mar 2010) | 1 line [ENH] Strasa wikitext h1 and h2 styles switched, for more logical appearance when pagetitle is turned off; seems ok when pagetitle is on, too. ---------------------------------------------- r25996 | sylvieg | 2010-03-08 11:16:57 -0800 (Mon, 08 Mar 2010) | 1 line [MOD]fgal: admin view can filter on 'not downloaded since' and 'not modified since' ---------------------------------------------- r25995 | jonnybradley | 2010-03-08 09:34:40 -0800 (Mon, 08 Mar 2010) | 1 line [MOD] A couple more cosmetic improvements on perspectives edit ---------------------------------------------- r25994 | nkoth | 2010-03-08 09:21:45 -0800 (Mon, 08 Mar 2010) | 2 lines [FIX] unable to switch lang on secondary pages of multipage articles ---------------------------------------------- r25993 | jonnybradley | 2010-03-08 08:47:54 -0800 (Mon, 08 Mar 2010) | 1 line [MOD] Minor cosmetic improvements on perspectives edit ---------------------------------------------- r25992 | jonnybradley | 2010-03-08 08:46:30 -0800 (Mon, 08 Mar 2010) | 2 lines [FIX] Change setting of tikitabs calls to run on doc.ready. Not really needed anymore afaik, but this should stop the "show not defined" errors cropping up sporadically without braking anything else (hopefully). ---------------------------------------------- r25991 | sylvieg | 2010-03-08 06:54:50 -0800 (Mon, 08 Mar 2010) | 1 line [FIX]fgal: use an array to stop parameter inflation ---------------------------------------------- r25989 | chealer | 2010-03-08 06:00:46 -0800 (Mon, 08 Mar 2010) | 2 lines [FIX] accesslib->check_authenticity(): undefined $confirmaction (from r25978) oops. Thanks Sylvie Greverend ---------------------------------------------- r25988 | sylvieg | 2010-03-08 05:00:18 -0800 (Mon, 08 Mar 2010) | 1 line [FIX]fgal: the tpl does not check any perm for the lock -> reflect the same in the php: Perhaps a perm must be created ---------------------------------------------- r25987 | sylvieg | 2010-03-08 04:07:16 -0800 (Mon, 08 Mar 2010) | 1 line [MOD]fgal: show all the files in admin view ---------------------------------------------- r25986 | chealer | 2010-03-07 21:42:26 -0800 (Sun, 07 Mar 2010) | 2 lines [FIX] Articles Rankings: Fatal error (typo "aaray") thanks Gary Cunningham-Lee ---------------------------------------------- r25985 | chealer | 2010-03-07 19:54:25 -0800 (Sun, 07 Mar 2010) | 1 line rollback 25329. the root cause of the issue prompting it should be fixed with r25978 ---------------------------------------------- r25984 | chibaguy | 2010-03-07 19:27:51 -0800 (Sun, 07 Mar 2010) | 1 line [ENH] Tab adjustments. ---------------------------------------------- r25983 | chealer | 2010-03-07 19:19:16 -0800 (Sun, 07 Mar 2010) | 2 lines Remove Smarty ticket prefilter (already unused since r25978). Should fix recent irregular issues of Smarty compilation failures ---------------------------------------------- r25982 | chealer | 2010-03-07 19:05:35 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Notice: undefined $confirm_detail ---------------------------------------------- r25980 | chealer | 2010-03-07 19:03:46 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Admin Toolbars: HTML ---------------------------------------------- r25979 | chealer | 2010-03-07 19:02:02 -0800 (Sun, 07 Mar 2010) | 1 line remove useless ticket request ---------------------------------------------- r25978 | chealer | 2010-03-07 18:54:41 -0800 (Sun, 07 Mar 2010) | 6 lines accesslib: add check_authenticity() for CSRF protection some accesslib deployment ticketlib: Mark ticketlib[1] as deprecated again ticketlib: Store tickets in session instead of database [FIX] ticketlib: granting a ticket destroys previous one [FIX] HTML special chars escaping ---------------------------------------------- r25977 | sylvieg | 2010-03-07 14:18:38 -0800 (Sun, 07 Mar 2010) | 1 line [NEW]fgal: different listing column setting for an admin view in fgal ---------------------------------------------- r25976 | sylvieg | 2010-03-07 13:52:35 -0800 (Sun, 07 Mar 2010) | 1 line [FIX]stats: record the page view even if feature off - because otherwise the info is lost for ever and a futture turn on of stats will give stupid results ---------------------------------------------- r25975 | sylvieg | 2010-03-07 13:38:52 -0800 (Sun, 07 Mar 2010) | 1 line [FIX]stats: pick the first tiki_schema entry as the start of the site + display only one time the most viewed objects as it is a very consuming function + use not fixed date ---------------------------------------------- r25974 | jonnybradley | 2010-03-07 13:00:44 -0800 (Sun, 07 Mar 2010) | 1 line [NEW] CKEditor: Link to external, new pref wysiwyg_ckeditor to enable testing, and simple code to link editor into textarea smarty object. ---------------------------------------------- r25966 | jonnybradley | 2010-03-07 08:45:09 -0800 (Sun, 07 Mar 2010) | 1 line [MOD] Couple of prefs descriptions ---------------------------------------------- r25965 | chibaguy | 2010-03-07 08:31:00 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Secondary site menu text/background contrast. ---------------------------------------------- r25962 | Jyhem | 2010-03-07 07:54:27 -0800 (Sun, 07 Mar 2010) | 1 line [FIX] Message was not translated ---------------------------------------------- r25961 | chealer | 2010-03-06 22:54:36 -0800 (Sat, 06 Mar 2010) | 2 lines Forums: remove delsel_x, which was apparently never used ---------------------------------------------- r25948 | sylvieg | 2010-03-05 12:37:09 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]perm: not to be handle to download if view a page but not download ---------------------------------------------- r25947 | nyloth | 2010-03-05 12:31:25 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] ldap authentication : apply sept_7 patch to fix LDAP authentication (especially with anonymous bind) ---------------------------------------------- r25945 | sylvieg | 2010-03-05 12:22:35 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]category: directories in admin categ ---------------------------------------------- r25944 | lphuberdeau | 2010-03-05 11:55:16 -0800 (Fri, 05 Mar 2010) | 1 line [ENH]?\194?\160Getting an A on YSlow for ETag, removing all occurences on static files ---------------------------------------------- r25943 | sylvieg | 2010-03-05 11:17:08 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]categories: confirm message - thx chealer ---------------------------------------------- r25942 | sylvieg | 2010-03-05 10:49:04 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]ldap: to have the description of openldap following the code: userattr is not used for the bind ---------------------------------------------- r25941 | jonnybradley | 2010-03-05 10:47:26 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] Restore sheet menu and help ---------------------------------------------- r25939 | sylvieg | 2010-03-05 10:34:43 -0800 (Fri, 05 Mar 2010) | 1 line [FIX]user: show login and realname in tiki-adminusers.php is real name on ---------------------------------------------- r25938 | jonnybradley | 2010-03-05 09:57:53 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] Fixes for 1.0 jQuery.sheet. 0 based cells, changes to location of some functions etc ---------------------------------------------- r25936 | chealer | 2010-03-05 09:38:10 -0800 (Fri, 05 Mar 2010) | 1 line remove lib/setup/set_paths.php, unused since r9631 ---------------------------------------------- r25935 | ricks99 | 2010-03-05 08:55:43 -0800 (Fri, 05 Mar 2010) | 1 line [ENH]Added/updated help text for several options ---------------------------------------------- r25933 | jonnybradley | 2010-03-05 07:40:46 -0800 (Fri, 05 Mar 2010) | 3 lines [NEW] JQS5 experimental feature (jQuery driven standards based slideshow). Early days... ---------------------------------------------- r25932 | jonnybradley | 2010-03-05 07:37:54 -0800 (Fri, 05 Mar 2010) | 1 line [MOD] Make tiki-index_raw.php slightly less "raw" by using tiki_full.tpl which includes CSS etc in the header. ---------------------------------------------- r25931 | jonnybradley | 2010-03-05 07:35:43 -0800 (Fri, 05 Mar 2010) | 2 lines [FIX] Obey prefs for page_bar (even in raw) ---------------------------------------------- r25929 | jonnybradley | 2010-03-05 07:04:54 -0800 (Fri, 05 Mar 2010) | 1 line [ENH] Change the help popup dialog to use tabs instead of accordion (hopefully easier to use) ---------------------------------------------- r25928 | jonnybradley | 2010-03-05 06:19:56 -0800 (Fri, 05 Mar 2010) | 1 line [MOD] Reformat advanced search help to fit in with other help panels (and be more semantic) ---------------------------------------------- r25927 | jonnybradley | 2010-03-05 05:00:14 -0800 (Fri, 05 Mar 2010) | 1 line [FIX] Feature test ---------------------------------------------- r25924 | chibaguy | 2010-03-04 21:15:56 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] Consolidation of border radius rules, for easier comment-out for a site that needs CSS2 validation. ---------------------------------------------- r25921 | chibaguy | 2010-03-04 17:19:59 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Tab color in wikitext, misc. other details. ---------------------------------------------- r25920 | chibaguy | 2010-03-04 16:57:48 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Background image URLs. ---------------------------------------------- r25919 | chibaguy | 2010-03-04 16:37:06 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Contrast problem. ---------------------------------------------- r25918 | chibaguy | 2010-03-04 16:31:17 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] rbox-title border radius was missed. ---------------------------------------------- r25916 | chibaguy | 2010-03-04 15:41:25 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] Missing webkit border radius properties added. CSS3 border radius properties added for Opera 10.50. ---------------------------------------------- r25915 | nkoth | 2010-03-04 15:25:10 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Allow setting of custom attribute fields for articles (this is the display of saved attributes) ---------------------------------------------- r25913 | nkoth | 2010-03-04 14:51:27 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Allow adding of custom attribute fields to articles (this is the js selector to change visibility of attribute fields when type changes) ---------------------------------------------- r25912 | nkoth | 2010-03-04 14:48:57 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Allow setting of custom attribute fields for articles ---------------------------------------------- r25911 | ricks99 | 2010-03-04 14:48:22 -0800 (Thu, 04 Mar 2010) | 1 line [ENH]Added support for RESET button to Tracker forms. ---------------------------------------------- r25910 | sylvieg | 2010-03-04 12:59:16 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]trackerfilter: to have the params in the url to be able to do a back on IE and bookmark ---------------------------------------------- r25909 | nkoth | 2010-03-04 12:58:27 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Remove attributes associated with relations (e.g. labels) when relation itself is removed ---------------------------------------------- r25908 | jonnybradley | 2010-03-04 11:28:50 -0800 (Thu, 04 Mar 2010) | 2 lines [ENH] Implement changes for jquery.sheet 1.0 beta More to do... ---------------------------------------------- r25906 | chibaguy | 2010-03-04 11:08:40 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] Removed empty rules and other cleaning up.. ---------------------------------------------- r25904 | jonnybradley | 2010-03-04 09:49:22 -0800 (Thu, 04 Mar 2010) | 1 line [FIX] Correct some bg image filenames to jq-ui 1.8 ones. ---------------------------------------------- r25903 | sylvieg | 2010-03-04 09:01:42 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]calendar: day abbreviation must follow first day too ---------------------------------------------- r25902 | jonnybradley | 2010-03-04 08:57:03 -0800 (Thu, 04 Mar 2010) | 2 lines [FIX] background urls - image filenames still need fixing for jquery-ui 1.8 (i think) ---------------------------------------------- r25901 | nkoth | 2010-03-04 08:41:12 -0800 (Thu, 04 Mar 2010) | 1 line [MOD] explicit return ---------------------------------------------- r25900 | chibaguy | 2010-03-04 08:34:15 -0800 (Thu, 04 Mar 2010) | 1 line [NEW] Initial commit of JQui theme and some theme options based on JQuery UI styles and using some JQuery UI graphic files. Todo: more theme options. (missed jqui.css - thanks Jonny) ---------------------------------------------- r25899 | sylvieg | 2010-03-04 07:56:58 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]tracker: some servers do not like a make_time with a nul day ---------------------------------------------- r25898 | sylvieg | 2010-03-04 06:55:38 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]rollback 25875 ---------------------------------------------- r25897 | jonnybradley | 2010-03-04 05:09:16 -0800 (Thu, 04 Mar 2010) | 1 line [ENH] nofollow pref and add to rel attributes of external links. Also added a new icon. ---------------------------------------------- r25896 | sylvieg | 2010-03-04 03:43:31 -0800 (Thu, 04 Mar 2010) | 1 line [FIX]tracker: render description textarea as other description + parse them ---------------------------------------------- r25895 | nkoth | 2010-03-03 22:17:45 -0800 (Wed, 03 Mar 2010) | 2 lines [FIX] Math broken by last commit ---------------------------------------------- r25894 | nkoth | 2010-03-03 21:13:03 -0800 (Wed, 03 Mar 2010) | 2 lines [FIX] Db error when voting trackers ---------------------------------------------- r25893 | nkoth | 2010-03-03 20:21:47 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Tracker field import not working ---------------------------------------------- r25892 | nkoth | 2010-03-03 17:49:26 -0800 (Wed, 03 Mar 2010) | 2 lines [FIX] &itemid not working ---------------------------------------------- r25890 | pascalstjean | 2010-03-03 11:29:00 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] - changed check_page to check_feature for 'contact_anon'. This resolves the previous issue which blocked Anonymous users from using the contact us feature. ---------------------------------------------- r25889 | jonnybradley | 2010-03-03 11:20:46 -0800 (Wed, 03 Mar 2010) | 4 lines [NEW] (sort of) Refactoring of the remaining three search modules into one. Changed the previous "search_box" module's title to "Search box" to avoid ambiguity. Uses a new parameter "mode" to emulate previous search modules ("search", "page" or "quick") TODO: migration script and removal of old ones & site search testing. ---------------------------------------------- r25888 | jonnybradley | 2010-03-03 11:14:53 -0800 (Wed, 03 Mar 2010) | 1 line [MOD] Allow some harmless formatting tags through after you've gone to the bother of parsing the data in the first place. ---------------------------------------------- r25887 | sylvieg | 2010-03-03 10:55:24 -0800 (Wed, 03 Mar 2010) | 1 line [FIX]tracker: field date: blank date + default to now if not blank ---------------------------------------------- r25886 | pascalstjean | 2010-03-03 09:05:19 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] - changed tikilib->list_articles (obsolete) to artlib->list_articles ---------------------------------------------- r25885 | sylvieg | 2010-03-03 08:24:09 -0800 (Wed, 03 Mar 2010) | 1 line [FIX]profile: to be able to use user input for username ---------------------------------------------- r25884 | pascalstjean | 2010-03-03 08:21:10 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] - added string 'anon' as user in order to check feature 'contact_anon'. If User parameter is blank, method Check_Page automatically returns "User Not Logged In" which makes it impossible to check feature against anonymous user. ---------------------------------------------- r25882 | nkoth | 2010-03-03 07:18:56 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Do not insist on checking for email field when login is email ---------------------------------------------- r25881 | sylvieg | 2010-03-03 05:42:56 -0800 (Wed, 03 Mar 2010) | 1 line [MOD]css: use titletips as recommended by jonnyb ---------------------------------------------- r25880 | lphuberdeau | 2010-03-03 05:42:16 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Missing _tiki, once again ---------------------------------------------- r25879 | sylvieg | 2010-03-03 05:41:54 -0800 (Wed, 03 Mar 2010) | 1 line deprecated ---------------------------------------------- r25878 | jonnybradley | 2010-03-03 04:01:24 -0800 (Wed, 03 Mar 2010) | 1 line [FIX] Change smarty_function_var_dump so it can handle vars other than strings (e.g. arrays, by using the er, var_dump function). Also a couple of minor fixes to the debugger. ---------------------------------------------- r25877 | sept_7 | 2010-03-03 03:19:24 -0800 (Wed, 03 Mar 2010) | 2 lines [ENH] allow filegallery_browser to pick up images in wikiplugin IMG ---------------------------------------------- r25875 | sylvieg | 2010-03-03 03:12:44 -0800 (Wed, 03 Mar 2010) | 1 line [FIX]ldap: openldap need the userdn to work ---------------------------------------------- r25873 | Jyhem | 2010-03-03 01:09:13 -0800 (Wed, 03 Mar 2010) | 1 line [ENH] Add possibility to limit image sizes in file galleries ---------------------------------------------- r25861 | sylvieg | 2010-03-02 14:03:55 -0800 (Tue, 02 Mar 2010) | 1 line [FIX]ldap: missing global - that was failing openldap auth ---------------------------------------------- r25854 | nyloth | 2010-03-02 13:25:43 -0800 (Tue, 02 Mar 2010) | 1 line [FIX] svn tools : force english language when retrieving logs from subversion, in order to get commit dates in english. ---------------------------------------------- r25838 | nyloth | 2010-03-02 12:52:42 -0800 (Tue, 02 Mar 2010) | 1 line [ENH] release script: new '--svn-mirror-uri=URI' command line option to allow specifying another repository URI (like a local mirror) to be used when updating the copyright file. This is to speed up the release, because this step is very slow when using the main sourceforge repository. ---------------------------------------------- r25817 | sylvieg | 2010-03-02 10:46:38 -0800 (Tue, 02 Mar 2010) | 1 line [FIX]fgal: kill duplicated code + prefer default in prefs ---------------------------------------------- r25816 | sept_7 | 2010-03-02 08:40:31 -0800 (Tue, 02 Mar 2010) | 2 lines [FIX] pass all necessary variables ---------------------------------------------- r25815 | jonnybradley | 2010-03-02 05:57:32 -0800 (Tue, 02 Mar 2010) | 1 line [TRA] Some English translations ---------------------------------------------- r25813 | chibaguy | 2010-03-02 04:25:18 -0800 (Tue, 02 Mar 2010) | 1 line [NEW] Initial commit of JQui theme and some theme options based on JQuery UI styles and using some JQuery UI graphic files. Todo: more theme options. ---------------------------------------------- r25812 | marclaporte | 2010-03-02 00:33:08 -0800 (Tue, 02 Mar 2010) | 1 line [MOD] Change default size for mindmaps. TODO: make a pref ---------------------------------------------- r25811 | marclaporte | 2010-03-02 00:14:51 -0800 (Tue, 02 Mar 2010) | 1 line [MOD] On fresh installs, have less columns on tiki-list_articles.php ---------------------------------------------- r25810 | jonnybradley | 2010-03-01 15:28:38 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] typo? ---------------------------------------------- r25809 | jonnybradley | 2010-03-01 15:14:02 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Show module params as a list instead of one, sometimes long, url string ---------------------------------------------- r25808 | sylvieg | 2010-03-01 14:40:07 -0800 (Mon, 01 Mar 2010) | 1 line [FIX]forum: db error when filtering on by ---------------------------------------------- r25807 | jonnybradley | 2010-03-01 14:38:55 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Incorrect jQuery selector syntax ---------------------------------------------- r25805 | pkdille | 2010-03-01 12:32:05 -0800 (Mon, 01 Mar 2010) | 1 line [MOD] freetaglib: zend recommandations ---------------------------------------------- r25804 | jonnybradley | 2010-03-01 11:54:32 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Correct line-ends on tooltips (from legacy {popup} function) ---------------------------------------------- r25803 | jonnybradley | 2010-03-01 11:51:52 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Warning when $auto_query_args null ---------------------------------------------- r25801 | jonnybradley | 2010-03-01 11:37:20 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Mystifyingly the "normal" (default) speed to show/hide animations doesn't seem to work with jquery 1.4.2, so replace with milliseconds for now. ---------------------------------------------- r25800 | jonnybradley | 2010-03-01 11:35:19 -0800 (Mon, 01 Mar 2010) | 1 line [MOD] New jquery version from CDN (jQuery UI TODO on final 1.8 release) ---------------------------------------------- r25798 | pascalstjean | 2010-03-01 10:12:13 -0800 (Mon, 01 Mar 2010) | 1 line [MOD] - Tested FreeTag Translation with Artilces (works fine). Added check for Article as one option. ---------------------------------------------- r25796 | jonnybradley | 2010-03-01 09:35:16 -0800 (Mon, 01 Mar 2010) | 1 line [FIX] Correct pref name ---------------------------------------------- r25793 | sept_7 | 2010-03-01 00:37:29 -0800 (Mon, 01 Mar 2010) | 2 lines [FIX] fix redirection path, thnx gary for noticing ---------------------------------------------- r25792 | chibaguy | 2010-02-28 19:12:54 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] Inconsistent spacing around buttons in normal and hover states. ---------------------------------------------- r25791 | chibaguy | 2010-02-28 18:49:42 -0800 (Sun, 28 Feb 2010) | 1 line [NEW] The header background image went missing from trunk at some point. I don't know about getting it back via svn, so am adding it as new again. ---------------------------------------------- r25790 | Jyhem | 2010-02-28 11:46:26 -0800 (Sun, 28 Feb 2010) | 1 line [INDENT] No change ---------------------------------------------- r25789 | pascalstjean | 2010-02-28 09:09:59 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] - Added parameter to support "broaden" feature within FreeTag lib ---------------------------------------------- r25788 | changi67 | 2010-02-28 09:03:40 -0800 (Sun, 28 Feb 2010) | 1 line [TRA] Some french translation ---------------------------------------------- r25787 | pascalstjean | 2010-02-28 09:01:28 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] - Added support for MaxRecords param ---------------------------------------------- r25786 | nkoth | 2010-02-28 08:45:45 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] Rollback r25762 - original problem fixed elsewhere now, if any more detected, we will fix it elsewhere instead of here ---------------------------------------------- r25785 | changi67 | 2010-02-28 07:47:09 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] Some table design ---------------------------------------------- r25784 | marclaporte | 2010-02-28 07:10:13 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] explaining this nifty feature ---------------------------------------------- r25783 | marclaporte | 2010-02-28 06:42:28 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] Moving all session-related prefs to a central place. (including some previously only accessible via search) ---------------------------------------------- r25782 | marclaporte | 2010-02-28 06:18:21 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] add an example for Cache-Control header ---------------------------------------------- r25781 | marclaporte | 2010-02-28 05:40:20 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] Cleanup of feature_htmlpurifier_output pref ---------------------------------------------- r25780 | marclaporte | 2010-02-28 05:36:06 -0800 (Sun, 28 Feb 2010) | 1 line [NEW] Admin panel section for Token Access. Combined with tell a friend, it lets you share your access rights for a specific URL only, for a maximum number of seconds or hits. ---------------------------------------------- r25779 | marclaporte | 2010-02-28 05:18:27 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] Add missing space ---------------------------------------------- r25778 | marclaporte | 2010-02-28 04:47:09 -0800 (Sun, 28 Feb 2010) | 1 line [FIX] left-over link in admin panel, from removed feature ---------------------------------------------- r25777 | marclaporte | 2010-02-28 04:32:59 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] Admin panel cleanup + add a new section for slow features ---------------------------------------------- r25776 | marclaporte | 2010-02-28 04:00:51 -0800 (Sun, 28 Feb 2010) | 1 line [DOC] doc about HTML Purifier ---------------------------------------------- r25775 | marclaporte | 2010-02-28 03:44:07 -0800 (Sun, 28 Feb 2010) | 1 line [MOD] HTML purifier affect wiki parsing so adding a checkbo near the others. ---------------------------------------------- r25774 | chealer | 2010-02-27 22:13:59 -0800 (Sat, 27 Feb 2010) | 1 line PHP 5.3 support: avoid "Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function." *sigh* ---------------------------------------------- r25773 | pkdille | 2010-02-27 14:35:02 -0800 (Sat, 27 Feb 2010) | 1 line [MOD] coelesce: remove blue background in freetag item list ---------------------------------------------- r25772 | nkoth | 2010-02-27 13:07:25 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] div closing in wrong place ---------------------------------------------- r25771 | jonnybradley | 2010-02-27 12:56:20 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] Correct quoting on item info and reduce database call to fields actually used ---------------------------------------------- r25770 | nkoth | 2010-02-27 12:50:42 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] unclosed divs ---------------------------------------------- r25769 | nkoth | 2010-02-27 12:38:51 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] Partially revert previous commit which was not the part needed to be fixed ---------------------------------------------- r25768 | nkoth | 2010-02-27 12:37:19 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] "None" needs to be 0 not -1 for other parts to work ---------------------------------------------- r25767 | sylvieg | 2010-02-27 11:19:30 -0800 (Sat, 27 Feb 2010) | 1 line [FIX]SUBSCRIBEGROUP: add the plugin data as the test to be put before the button ---------------------------------------------- r25765 | sylvieg | 2010-02-27 10:34:19 -0800 (Sat, 27 Feb 2010) | 1 line [FIX]SUBSCRIBEGROUP: allow to have multiple this plugin with the same group ---------------------------------------------- r25764 | nkoth | 2010-02-27 08:14:37 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] js not working, and escaping ---------------------------------------------- r25763 | jonnybradley | 2010-02-27 06:47:24 -0800 (Sat, 27 Feb 2010) | 1 line [FIX] No accordion if no tabs (goes all wrong due to slightly different DOM structure) ---------------------------------------------- r25762 | nkoth | 2010-02-26 17:18:38 -0800 (Fri, 26 Feb 2010) | 1 line [MOD] put back partial, crude, but at least partial getting rid of bad tag characters while allowing multiwords through " ---------------------------------------------- r25761 | pascalstjean | 2010-02-26 17:05:19 -0800 (Fri, 26 Feb 2010) | 1 line [NEW] - Added ability to specify FreeTag language in Blog Post (Blog Posts don't have language preference therefore manual entry is needed) ---------------------------------------------- r25760 | pascalstjean | 2010-02-26 16:17:21 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] - Added $cat_lang in order to allow multilingual FreeTags from Articles ---------------------------------------------- r25759 | jonnybradley | 2010-02-26 16:07:39 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] feature check for 'Content Templates' menu item ---------------------------------------------- r25758 | jonnybradley | 2010-02-26 15:29:04 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Add test for admin on dump tracker ---------------------------------------------- r25757 | jonnybradley | 2010-02-26 15:20:40 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Replace code refactored to tikilib, as tikilib isn't available here ---------------------------------------------- r25756 | jonnybradley | 2010-02-26 15:18:44 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Windows savvy is_writeable test (Uses standard PHP is_writeable() if not Windows) ---------------------------------------------- r25755 | sylvieg | 2010-02-26 14:59:15 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]freetag: rollback 22784 (mozilla upstream): are use for compound word so strip this character is not ok ---------------------------------------------- r25754 | sylvieg | 2010-02-26 14:26:54 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]multiplayer: show the multiplayer only if video or audio file ---------------------------------------------- r25753 | sylvieg | 2010-02-26 13:38:16 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]tracker: local modif that should have not been committed ---------------------------------------------- r25752 | sylvieg | 2010-02-26 12:40:17 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]tracker: kill duplicated code for dynamic item list ---------------------------------------------- r25750 | pascalstjean | 2010-02-26 10:41:50 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] - Added support for NONUMS parameter. ---------------------------------------------- r25749 | jonnybradley | 2010-02-26 10:34:09 -0800 (Fri, 26 Feb 2010) | 3 lines [NEW] Tracker dump. Allows an entire tracker to be exported as CSV. Overrides existing permissions so has it's own new perm, and saves raw values only (so far). Tested with up to 15,000 items with 20 fields each. Faster with more memory assigned but tested successfully down to around 45M. ---------------------------------------------- r25748 | sylvieg | 2010-02-26 10:08:28 -0800 (Fri, 26 Feb 2010) | 1 line [MOD]TRACKELIST: the filter param can be exactvalue="field(xx, id)" or "field(xx)" where xx is a fieldId , id is an itemId. If id is not set will pick the $_REQUEST[itemId]. + param ignoreRequestItemId ---------------------------------------------- r25747 | jonnybradley | 2010-02-26 10:05:23 -0800 (Fri, 26 Feb 2010) | 1 line [ENH] Import trackers: "add as new items" option (creates new duplicate items for those with existing itemId's) ---------------------------------------------- r25746 | jonnybradley | 2010-02-26 09:55:13 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Assign recordsMax and recordsOffset for export tpl ---------------------------------------------- r25745 | jonnybradley | 2010-02-26 09:51:41 -0800 (Fri, 26 Feb 2010) | 1 line [ENH] Add accordion tiki jquery plugin wrapper and implement on tracker admin import/export (and some layout improvements) ---------------------------------------------- r25744 | jonnybradley | 2010-02-26 09:44:05 -0800 (Fri, 26 Feb 2010) | 1 line [MOD] Refactor the various copies of return_bytes() into tikilib (and add a couple of useful functions; get_memory_avail and get_memory_limit) ---------------------------------------------- r25743 | jonnybradley | 2010-02-26 09:40:53 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Filegals use requires the jquery tooltip (cluetip) - maybe should be "always" on? ---------------------------------------------- r25742 | pkdille | 2010-02-26 08:30:40 -0800 (Fri, 26 Feb 2010) | 1 line [MOD] Zend recommandations (some) ---------------------------------------------- r25741 | sept_7 | 2010-02-26 07:03:28 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] use fetchAll whenever possible to avoid useless copy and loop ---------------------------------------------- r25739 | eromneg | 2010-02-26 06:49:44 -0800 (Fri, 26 Feb 2010) | 1 line [MOD]add body class when File Gallery used as a popup so that css can be customised ---------------------------------------------- r25735 | chibaguy | 2010-02-26 06:15:06 -0800 (Fri, 26 Feb 2010) | 1 line [FIX] Remove non-validating moz radius rules (had radius:0 anyway). ---------------------------------------------- r25734 | sept_7 | 2010-02-26 05:41:39 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] use fetchAll whenever possible to avoid useless copy... ---------------------------------------------- r25733 | sept_7 | 2010-02-26 05:33:57 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] use fetchAll whenever possible, should speed things up... ---------------------------------------------- r25732 | sept_7 | 2010-02-26 05:13:04 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] Use fetchAll whenever possible... ---------------------------------------------- r25731 | sept_7 | 2010-02-26 05:07:41 -0800 (Fri, 26 Feb 2010) | 2 lines [ENH] Tikilib : use fetchAll whenever possible to avoid useless loops 5hope I didn't break anything ! ;p ) ---------------------------------------------- r25729 | sylvieg | 2010-02-26 03:55:58 -0800 (Fri, 26 Feb 2010) | 1 line [FIX]tracker: allows to have field with same name at creation - was already allowed to modify a name to an already existing name ---------------------------------------------- r25728 | eromneg | 2010-02-26 02:23:07 -0800 (Fri, 26 Feb 2010) | 1 line [MOD]add body class when used as a popup so that css can be customised ---------------------------------------------- r25726 | jonnybradley | 2010-02-25 16:27:11 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Do JS onready due to end of page scripts, better text for Import button (commented code to be implemented soon) ---------------------------------------------- r25725 | jonnybradley | 2010-02-25 16:22:45 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Proper test for fckEditorInstances ---------------------------------------------- r25724 | jonnybradley | 2010-02-25 16:16:44 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] xhtml (no </input>s) ---------------------------------------------- r25723 | jonnybradley | 2010-02-25 16:11:59 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Cache JS plugin edit form info by language (and add filter) ---------------------------------------------- r25722 | jonnybradley | 2010-02-25 16:08:46 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Fullscreen translation diff fix: don't go fullscreen if wysiwyg mode, handle no border & cluetips disabled condition ---------------------------------------------- r25721 | jonnybradley | 2010-02-25 16:05:32 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] notice & warning ---------------------------------------------- r25720 | changi67 | 2010-02-25 11:45:26 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] svn property keywords in order to have the correct revision information in the heading of all files ---------------------------------------------- r25719 | jonnybradley | 2010-02-25 09:40:14 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Leave cookietab alone (so it works) and add auto_query_arg ---------------------------------------------- r25718 | jonnybradley | 2010-02-25 09:33:51 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Deprecated split ---------------------------------------------- r25717 | pascalstjean | 2010-02-25 09:19:41 -0800 (Thu, 25 Feb 2010) | 1 line [KIL] This module has been merged into most_commented ---------------------------------------------- r25711 | sylvieg | 2010-02-25 09:13:42 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]TRACKERLIST: memo sort when using pagination ---------------------------------------------- r25710 | pascalstjean | 2010-02-25 09:11:26 -0800 (Thu, 25 Feb 2010) | 1 line [NEW] - Most Commented Module. Will replace wiki, blog , article_most_commented. ---------------------------------------------- r25709 | nkoth | 2010-02-25 09:10:55 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] this feature is no longer on this panel. it is setting it to off erroneously ---------------------------------------------- r25707 | pascalstjean | 2010-02-25 08:38:16 -0800 (Thu, 25 Feb 2010) | 1 line [MOD] - Changed to default most_commented to Wiki. This will be used to convert all Most_Commented Modules into one ---------------------------------------------- r25706 | sylvieg | 2010-02-25 08:15:24 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]calendar: fix the button links to work in any page the module is in (Thx sept_7) + do not show the viewmode button if the module has a viewmode set ---------------------------------------------- r25705 | sylvieg | 2010-02-25 08:12:38 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]MAIL: use the user from ---------------------------------------------- r25704 | sept_7 | 2010-02-25 07:21:33 -0800 (Thu, 25 Feb 2010) | 2 lines [FIX] check permission to match tiki-calendar.tpl ---------------------------------------------- r25703 | sept_7 | 2010-02-25 07:01:08 -0800 (Thu, 25 Feb 2010) | 2 lines [ENH] add _keepall for {buttton} ---------------------------------------------- r25702 | sept_7 | 2010-02-25 06:52:59 -0800 (Thu, 25 Feb 2010) | 2 lines [ENH] Print stylesheet for calendar ---------------------------------------------- r25701 | jonnybradley | 2010-02-25 06:24:18 -0800 (Thu, 25 Feb 2010) | 2 lines [FIX] Make AJAX preview work for WYSIWYG editor (thanks luci) Some casualties of the move JS to end project, some bits that just hadn't been written. ---------------------------------------------- r25700 | sept_7 | 2010-02-25 06:14:12 -0800 (Thu, 25 Feb 2010) | 2 lines [ROLLBACK 25697] useless test removed, thx sylvie ---------------------------------------------- r25699 | chibaguy | 2010-02-25 06:12:17 -0800 (Thu, 25 Feb 2010) | 1 line [FIX] Clearing floated menu items improves positioning of things in header. ---------------------------------------------- r25698 | sept_7 | 2010-02-25 06:06:45 -0800 (Thu, 25 Feb 2010) | 3 lines [ENH] Calendar : allow export to CSV [FIX] Calendar : default values for exports : use CalendarFocusDate and calendarViewMode ---------------------------------------------- r25696 | sylvieg | 2010-02-25 06:03:32 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]calendar: to have the month name following the navigation in module : currMonth is only set in the calendar page not in the module/plugin ---------------------------------------------- r25695 | sylvieg | 2010-02-25 05:30:49 -0800 (Thu, 25 Feb 2010) | 1 line [FIX]calendar: to be able to use 2 calendar plugins in a same page ---------------------------------------------- r25694 | nkoth | 2010-02-24 15:31:34 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Allow showing of "who looks at stuff" to others ---------------------------------------------- r25693 | nkoth | 2010-02-24 15:29:45 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Allow showing of "Who looks at stuff" to others ---------------------------------------------- r25691 | pascalstjean | 2010-02-24 13:32:30 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Most commented blog posts module ---------------------------------------------- r25690 | pascalstjean | 2010-02-24 13:30:56 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Most commented wiki pages module ---------------------------------------------- r25689 | pascalstjean | 2010-02-24 13:25:58 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Most Commented Articles Module ---------------------------------------------- r25688 | pascalstjean | 2010-02-24 13:24:28 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] - Function will be used by Most Commented Modules (Wiki, Blog, Articles) ---------------------------------------------- r25687 | sylvieg | 2010-02-24 13:23:12 -0800 (Wed, 24 Feb 2010) | 1 line [MOD]user: to import group with comma, double the comma ---------------------------------------------- r25686 | jonnybradley | 2010-02-24 11:03:53 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Correct perms check (must refactor these two) ---------------------------------------------- r25685 | jonnybradley | 2010-02-24 10:57:50 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Correct perms check ---------------------------------------------- r25684 | jonnybradley | 2010-02-24 10:57:21 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Remove some rogue .php's on the end of prefs checks (odd?) ---------------------------------------------- r25683 | nkoth | 2010-02-24 10:48:46 -0800 (Wed, 24 Feb 2010) | 1 line [DOC] Refer to attribute and relation doc page for namespace guidelines ---------------------------------------------- r25682 | pascalstjean | 2010-02-24 10:40:15 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] - Added Language Filter to only display top_articles of specified lang if set. ---------------------------------------------- r25681 | sylvieg | 2010-02-24 10:33:39 -0800 (Wed, 24 Feb 2010) | 1 line [MOD]module: preference to hide only anonymous modules to admin ---------------------------------------------- r25680 | luciash | 2010-02-24 10:31:27 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] user link: show correctly translated stuff in mouseover tooltip (thanks jonny for help) ---------------------------------------------- r25679 | lphuberdeau | 2010-02-24 10:27:11 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] Add relation removal function and modify tests not to be affected by real data ---------------------------------------------- r25678 | jonnybradley | 2010-02-24 10:23:26 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Check if user is looking at thier own info (or is admin) ---------------------------------------------- r25677 | lphuberdeau | 2010-02-24 10:18:59 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] Add support for relation_source and relation_target to display custom labels set as attributes ---------------------------------------------- r25676 | sylvieg | 2010-02-24 09:53:29 -0800 (Wed, 24 Feb 2010) | 1 line [MOD]profile: menu option handler ---------------------------------------------- r25675 | pascalstjean | 2010-02-24 08:49:04 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] - Fixed the click on tag to add by making Javascrtip render in proper location. ---------------------------------------------- r25674 | lphuberdeau | 2010-02-24 08:39:56 -0800 (Wed, 24 Feb 2010) | 1 line [NEW] Dispatcher-type smarty plugin to display a link for 'any' object type, including fetching information not directly contained in the type/id. Uses sefurl in the background, but builds a complete link. ---------------------------------------------- r25673 | sept_7 | 2010-02-24 08:26:07 -0800 (Wed, 24 Feb 2010) | 2 lines [FIX] WebDav : missing file :( ---------------------------------------------- r25671 | lphuberdeau | 2010-02-24 08:03:21 -0800 (Wed, 24 Feb 2010) | 1 line [MOD] Generic object relations ---------------------------------------------- r25670 | sept_7 | 2010-02-24 07:58:19 -0800 (Wed, 24 Feb 2010) | 4 lines [EHN] WebDAV : merge WebDav feature in Tiki Tested in cadaver, firefox plugin Trail Mix, IE and MS Office Works for basic functionnalities : add, upload, move, save, etc. ---------------------------------------------- r25668 | chibaguy | 2010-02-24 07:42:45 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Roll back if there's a case for '<h2><big>', but both the semantics and the effect seem to need fixing. ---------------------------------------------- r25667 | sylvieg | 2010-02-24 07:41:59 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]tracker: rss must respect perms on closed, pending.. ---------------------------------------------- r25666 | sept_7 | 2010-02-24 07:01:32 -0800 (Wed, 24 Feb 2010) | 2 lines [FIX] CodeStyling correction : no PHP end tag, dostounix, sizeof -> count ---------------------------------------------- r25665 | sept_7 | 2010-02-24 06:55:38 -0800 (Wed, 24 Feb 2010) | 2 lines [FIX] No PHP end tag ---------------------------------------------- r25663 | sylvieg | 2010-02-24 06:54:21 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]messu : must be a post - thx sept_7 ---------------------------------------------- r25660 | sylvieg | 2010-02-24 06:44:51 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]messu: log the group in the sent message ---------------------------------------------- r25659 | sylvieg | 2010-02-24 06:42:34 -0800 (Wed, 24 Feb 2010) | 1 line [FIX]messu: use a form instead of the url (url can have a limit) ---------------------------------------------- r25657 | lphuberdeau | 2010-02-24 05:38:51 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Missing _tiki ---------------------------------------------- r25655 | jonnybradley | 2010-02-24 04:44:44 -0800 (Wed, 24 Feb 2010) | 3 lines [FIX] Yet another attempt at getting the timezone reliably from the browser. Now takes Date.toLocaleString and parses alpha only blocks from the end backwards checking each one against a definitive list of valid zone codes. If that fails it then does the same with the Date.toString output, as sometimes the locale one doesn't include the timezone. Tested and working on Safari, Chrome, Firevoxf and IE8. ---------------------------------------------- r25654 | jonnybradley | 2010-02-24 04:41:12 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Default to showing spreadsheet tools when editing spreadsheet toolbar (and "both" mode for the rest) ---------------------------------------------- r25653 | jonnybradley | 2010-02-24 03:51:58 -0800 (Wed, 24 Feb 2010) | 1 line [FIX] Logic wrong in r25492 (thanks chibaguy and marclaporte - sitesearch only appearing in wiki pages) ---------------------------------------------- r25652 | sept_7 | 2010-02-24 02:59:48 -0800 (Wed, 24 Feb 2010) | 3 lines [FIX] popup smarty plugin : better escaping of the string popup (urlencode) Suppress the size limit in the popup, previuously 2000 characters by Jonny ---------------------------------------------- r25622 | sylvieg | 2010-02-23 15:05:41 -0800 (Tue, 23 Feb 2010) | 1 line [FIX]calendar: do not show in the drop down calendar you can not add item in ---------------------------------------------- r25570 | pascalstjean | 2010-02-23 13:47:22 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added 'always_owner' column to tiki_blogs database table ---------------------------------------------- r25569 | pascalstjean | 2010-02-23 13:41:43 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added variable 'alwaysOwner' in order to support new feature in Blogs ---------------------------------------------- r25567 | pascalstjean | 2010-02-23 13:40:41 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added logic to see who should be Auhtor. This is part of new feature in Blogs ---------------------------------------------- r25566 | pascalstjean | 2010-02-23 13:29:10 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added checkbox 'alwaysOwner' in order to support new feature in Blogs ---------------------------------------------- r25565 | pascalstjean | 2010-02-23 13:26:45 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Added parameter 'alwaysOwner' in order to support new feature in Blogs ---------------------------------------------- r25564 | pascalstjean | 2010-02-23 13:25:09 -0800 (Tue, 23 Feb 2010) | 1 line [NEW] - Add 'always_owner' column to tiki_blogs database table ---------------------------------------------- r25563 | sylvieg | 2010-02-23 13:00:48 -0800 (Tue, 23 Feb 2010) | 1 line [FIX]tracker: do not oblige to have the field used in join displayed to have the item list (since now we limit the fields that are fetched to the minimum ---------------------------------------------- r25560 | chealer | 2010-02-23 10:34:47 -0800 (Tue, 23 Feb 2010) | 3 lines [FIX] spaces filtered in search strings remove filter on apparently unused find parameter filter on "searchLang" instead of "lang" ---------------------------------------------- r25559 | sylvieg | 2010-02-23 10:03:50 -0800 (Tue, 23 Feb 2010) | 1 line [MOD]FILES: param showcomment and showlasteditor ---------------------------------------------- r25558 | jonnybradley | 2010-02-23 09:40:12 -0800 (Tue, 23 Feb 2010) | 1 line [ENH] Any toolbar (etc) usage now triggers auto_save if enabled ---------------------------------------------- r25557 | sylvieg | 2010-02-23 09:36:29 -0800 (Tue, 23 Feb 2010) | 1 line [FIX]profiler: the functions 'can be installed' and 'install' do not share the same handler-> todo: reuse the same handler) ---------------------------------------------- r25556 | jonnybradley | 2010-02-23 09:26:27 -0800 (Tue, 23 Feb 2010) | 2 lines [ENH] $prefs.urlOnUsername can have user or userId values in (using %user% or %userId%) Thanks Luciash... good idea! ---------------------------------------------- r25555 | sylvieg | 2010-02-23 09:26:13 -0800 (Tue, 23 Feb 2010) | 1 line notice: please verify ---------------------------------------------- r25551 | jonnybradley | 2010-02-23 08:31:32 -0800 (Tue, 23 Feb 2010) | 4 lines [NEW] AJAX Preview - enabled when feature_ajax_autosave=y. Opens a new popup window (blockers permitting) with automatically updating preview of the page. Needs polish... ---------------------------------------------- r25548 | pkdille | 2010-02-23 08:05:42 -0800 (Tue, 23 Feb 2010) | 1 line [MOD] edit article and edit submission: no changes. Homogenize as much as possible the two files ---------------------------------------------- r25547 | jonnybradley | 2010-02-23 07:58:36 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Add javascript outputs for tiki_full.tpl (like tiki.tpl) ---------------------------------------------- r25546 | sylvieg | 2010-02-23 07:54:49 -0800 (Tue, 23 Feb 2010) | 1 line [MOD]profiler: option mode create or update for fgal and calendar to be able to set duplication ---------------------------------------------- r25545 | jonnybradley | 2010-02-23 07:46:22 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Filename changes (jquery.sheet 0.54) ---------------------------------------------- r25544 | jonnybradley | 2010-02-23 07:45:43 -0800 (Tue, 23 Feb 2010) | 2 lines [FIX] Search words loosing space chars ---------------------------------------------- r25543 | jonnybradley | 2010-02-23 07:44:00 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Smarty Notices (sorry Sylvie :) ---------------------------------------------- r25542 | jonnybradley | 2010-02-23 07:43:00 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Remove the (non functioning?) Smarty display_login var and do the logic for not showing the login module on tiki-login_scr.php in $modlib->filter_active_module() ---------------------------------------------- r25541 | jonnybradley | 2010-02-23 07:28:59 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] JS notonready for filegal window close fn ---------------------------------------------- r25540 | jonnybradley | 2010-02-23 07:27:42 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Tiny typo on sheet theme ---------------------------------------------- r25539 | jonnybradley | 2010-02-23 07:18:06 -0800 (Tue, 23 Feb 2010) | 1 line [MOD] jQuery Reflection off on bare-bones install (can be added to profiles) ---------------------------------------------- r25538 | jonnybradley | 2010-02-23 07:17:08 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Another go at setting the img tag width and height for filegal images. ---------------------------------------------- r25537 | jonnybradley | 2010-02-23 06:52:37 -0800 (Tue, 23 Feb 2010) | 2 lines [FIX] Modules default to "open" if $module_display is not set, as when mod-login_box.tpl is used as a template only (without calling the PHP behind). Thanks nkoth - should fix r25493 on tiki-login_scr.php ---------------------------------------------- r25536 | sylvieg | 2010-02-23 05:59:34 -0800 (Tue, 23 Feb 2010) | 1 line [MOD]CALENDAR_NEW, UPCOMING EVENT: param to show or not the add event ---------------------------------------------- r25535 | jonnybradley | 2010-02-23 04:56:10 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Default for perspective param is true (thanks Marc) ---------------------------------------------- r25532 | pkdille | 2010-02-23 02:59:07 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] articles: untranslated string (bytes) ---------------------------------------------- r25531 | chibaguy | 2010-02-23 01:20:13 -0800 (Tue, 23 Feb 2010) | 1 line [FIX] Transparent border added to div.multiselect normal state to keep content from shifting on hover (:hover has a border). ---------------------------------------------- r25529 | chibaguy | 2010-02-23 00:44:06 -0800 (Tue, 23 Feb 2010) | 1 line [ENH] clearfix class added to .tabs div to enable background styling (make sure tabs are contained). ---------------------------------------------- r25528 | marclaporte | 2010-02-22 22:20:59 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Update URL to correspond to what is in Collaborative Terminology Profile ---------------------------------------------- r25527 | nkoth | 2010-02-22 21:47:41 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] add css class instead of inline style ---------------------------------------------- r25526 | nkoth | 2010-02-22 18:57:10 -0800 (Mon, 22 Feb 2010) | 1 line [ROLLBACK] Revert r25525, the fix did not work ---------------------------------------------- r25525 | nkoth | 2010-02-22 18:35:09 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] After r25493, login box wont appear on tiki-login_scr anymore. This fixes it. ---------------------------------------------- r25523 | chealer | 2010-02-22 14:51:15 -0800 (Mon, 22 Feb 2010) | 1 line remove_user(): Remove persistent login cookies ---------------------------------------------- r25522 | nkoth | 2010-02-22 14:48:12 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Refix r25356 Confision when voting multiple comments to restrict checking to comments ---------------------------------------------- r25521 | jonnybradley | 2010-02-22 13:39:20 -0800 (Mon, 22 Feb 2010) | 1 line [MOD] Convert webmail settings to use tabs ---------------------------------------------- r25520 | jonnybradley | 2010-02-22 13:34:46 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Missing param warning ---------------------------------------------- r25519 | lphuberdeau | 2010-02-22 13:14:47 -0800 (Mon, 22 Feb 2010) | 1 line [NEW]?\194?\160Adding support for comment syntax (reserved node type) ---------------------------------------------- r25518 | lphuberdeau | 2010-02-22 13:11:38 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Handle page renames and deletion ---------------------------------------------- r25517 | jonnybradley | 2010-02-22 13:03:44 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Correct perms check on edit webmail account (and add remarksbox for remarks) ---------------------------------------------- r25516 | sylvieg | 2010-02-22 12:47:41 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]calendar: multiday events must be exported only as one event ---------------------------------------------- r25515 | sylvieg | 2010-02-22 12:27:07 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]tracker: forget in 25509 the case public ---------------------------------------------- r25514 | nkoth | 2010-02-22 11:39:03 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Allow for no update in special cases where we know it will be updated later ---------------------------------------------- r25513 | jonnybradley | 2010-02-22 11:38:15 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Add 'from' email address to webmail accounts - overrides user pref if set. ---------------------------------------------- r25512 | sylvieg | 2010-02-22 11:00:18 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]tracker: pretty tracker can use {{xx}} so needs not to cached in this case + plugin name can be in l;ower case now ---------------------------------------------- r25510 | chealer | 2010-02-22 10:44:23 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] colons inside tr blocks ---------------------------------------------- r25509 | sylvieg | 2010-02-22 10:32:06 -0800 (Mon, 22 Feb 2010) | 1 line [MOD]TRACKER: allow the autosavefields in the URL + check if field can be changed this way ---------------------------------------------- r25508 | jonnybradley | 2010-02-22 09:43:20 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Sheet: change Done button label to Cancel and make Save button leave edit mode. ---------------------------------------------- r25507 | jonnybradley | 2010-02-22 09:39:04 -0800 (Mon, 22 Feb 2010) | 2 lines [FIX] Tabs rendered correctly server-side, so no need to reset by javascript. (keeping these commented out pending some more testing) ---------------------------------------------- r25506 | jonnybradley | 2010-02-22 09:34:53 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Don't set cookie to value already set, and fix for timezone mistaken for year (fixes it for Firefox and Safari) ---------------------------------------------- r25505 | jonnybradley | 2010-02-22 08:50:38 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Show hidden parent for textarea hidden in tab before appying resizable. Fixes modules admin missing user module textarea and problems after attaching file to wiki page (etc). ---------------------------------------------- r25504 | jonnybradley | 2010-02-22 08:35:55 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Render class correctly depending on whether the tab is current or not. ---------------------------------------------- r25503 | jonnybradley | 2010-02-22 08:24:51 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Render HTML correctly depending on whether the menu is open or not. ---------------------------------------------- r25502 | jonnybradley | 2010-02-22 08:18:06 -0800 (Mon, 22 Feb 2010) | 1 line [MOD] setsectionstate now done server-side ---------------------------------------------- r25501 | jonnybradley | 2010-02-22 08:08:27 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Missing ignore ---------------------------------------------- r25500 | sylvieg | 2010-02-22 07:07:24 -0800 (Mon, 22 Feb 2010) | 1 line [MOD]FILES: now param showtitle + fix showmodified ---------------------------------------------- r25499 | jonnybradley | 2010-02-22 06:07:08 -0800 (Mon, 22 Feb 2010) | 1 line [MOD][KIL] Move redundant "setDisplayMenu" code into tiki-map.php as that's the only place old style mnu_ menus are still referenced. Please could someone who has mapserver set-up test and verify this? ---------------------------------------------- r25497 | jonnybradley | 2010-02-22 06:00:27 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Upgrade schema for spreadsheet toolbar defaults ---------------------------------------------- r25494 | xavidp | 2010-02-22 05:47:05 -0800 (Mon, 22 Feb 2010) | 1 line [FIX]fixing old missreference to local sheet admin perm ---------------------------------------------- r25493 | jonnybradley | 2010-02-22 05:33:55 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Render HTML correctly depending on whether the module is shaded (closed) or not. ---------------------------------------------- r25492 | jonnybradley | 2010-02-22 05:31:06 -0800 (Mon, 22 Feb 2010) | 1 line [FIX] Notices (lots) ---------------------------------------------- r25491 | sylvieg | 2010-02-22 04:47:13 -0800 (Mon, 22 Feb 2010) | 1 line [MOD]look: use the same text and look for the tip for multiple select ---------------------------------------------- r25490 | chibaguy | 2010-02-22 02:43:49 -0800 (Mon, 22 Feb 2010) | 1 line [ENH][NEW] Secondary site menu for Coelesce and Strasa themes. ---------------------------------------------- r25489 | chibaguy | 2010-02-22 02:13:57 -0800 (Mon, 22 Feb 2010) | 1 line [ENH][NEW] Look and Feel option for secondary site menu, menu syntax specified in textarea, displays at top of site header area by default. ---------------------------------------------- r25488 | chibaguy | 2010-02-22 01:43:54 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Look and Feel option for displaying alternate site menus (specified with custom code in textarea). ---------------------------------------------- r25487 | chibaguy | 2010-02-22 00:56:43 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] Hint about menu type choice added for feature_topbar_id_menu. ---------------------------------------------- r25486 | nkoth | 2010-02-22 00:38:25 -0800 (Mon, 22 Feb 2010) | 1 line [ENH] return rssId instead of just true (useful on new creations) ---------------------------------------------- r25485 | chealer | 2010-02-21 21:44:38 -0800 (Sun, 21 Feb 2010) | 3 lines [FIX] failure to create tiki_user_login_cookies oops Thanks Nelson Koth ---------------------------------------------- r25484 | lindonb | 2010-02-21 19:44:29 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Notices. ---------------------------------------------- r25482 | sylvieg | 2010-02-21 15:41:00 -0800 (Sun, 21 Feb 2010) | 1 line [NEW]MAIL: plugin to send direct email(not through tw message to either users, groups, realname user or others ---------------------------------------------- r25481 | jonnybradley | 2010-02-21 11:40:35 -0800 (Sun, 21 Feb 2010) | 2 lines [FIX] "Custom" getElementById() function needs to return element by name if not by id. Fixes toolbars again for now, but really all textareas using them should use id always (TODO). ---------------------------------------------- r25480 | jonnybradley | 2010-02-21 11:22:53 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] All prefs, including radio buttons, need name param (still causes smarty notice if missing) ---------------------------------------------- r25479 | jonnybradley | 2010-02-21 11:21:33 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Add defaults for all prefs - fixes multiple notices at source. ---------------------------------------------- r25478 | jonnybradley | 2010-02-21 11:20:16 -0800 (Sun, 21 Feb 2010) | 1 line [MOD] Rollback of r25475 - better fix for notices to come next ---------------------------------------------- r25477 | jonnybradley | 2010-02-21 10:32:47 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Smarty notices (admin/general) ---------------------------------------------- r25476 | jonnybradley | 2010-02-21 10:32:08 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Smarty notices (admin) ---------------------------------------------- r25475 | jonnybradley | 2010-02-21 10:30:49 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Smarty notices (prefs) ---------------------------------------------- r25474 | jonnybradley | 2010-02-21 10:01:08 -0800 (Sun, 21 Feb 2010) | 2 lines [FIX] Add mordernisations from smarty_setup.php to installer smarty class. E.g. use realpath() and TIKI_SMARTY_DIR for better cross-platform behaviour. Needs testing (please) ---------------------------------------------- r25473 | lindonb | 2010-02-21 09:54:34 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Only partial fix: unset needed to be added after deprecated "=& new" was changed to "= new" in r19072. Permission check was also failing. Still doesn't work with PDO, but at least no fatal error. ---------------------------------------------- r25472 | marclaporte | 2010-02-21 09:52:05 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Dynamic pref description ---------------------------------------------- r25471 | jonnybradley | 2010-02-21 09:43:38 -0800 (Sun, 21 Feb 2010) | 1 line [FXI] jquery.sheet help sheets now load ---------------------------------------------- r25469 | marclaporte | 2010-02-21 09:28:22 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Dynamic prefs. Remove a few empty ones and add one name ---------------------------------------------- r25468 | marclaporte | 2010-02-21 08:57:52 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Add dynamic pref description ---------------------------------------------- r25467 | jonnybradley | 2010-02-21 08:45:47 -0800 (Sun, 21 Feb 2010) | 1 line [FIX] Missing global (used in webmail-inbox module) ---------------------------------------------- r25466 | sylvieg | 2010-02-21 07:08:22 -0800 (Sun, 21 Feb 2010) | 1 line [MOD]user: can also inport real name ---------------------------------------------- r25464 | xavidp | 2010-02-21 05:04:57 -0800 (Sun, 21 Feb 2010) | 1 line [FIX]Type of contribution field is nowadays shown also when jquery.sheet is on, but user selections at that field are not saved yet when through jquery interface. Help is needed ( jonnyb ?, sylvieg ? ... ) ---------------------------------------------- r25461 | xavidp | 2010-02-21 02:37:36 -0800 (Sun, 21 Feb 2010) | 1 line [FIX]Fix bug for users with local perm to admin a sheet but not full admin (re: bug1920 ). Thanks space_egd for reporting the fix. ---------------------------------------------- r25460 | nkoth | 2010-02-21 00:28:19 -0800 (Sun, 21 Feb 2010) | 1 line [ENH] Allow showing of list of markers for objects from objectarray ---------------------------------------------- r25459 | nkoth | 2010-02-20 22:55:41 -0800 (Sat, 20 Feb 2010) | 1 line [ENH] More refinements of the new Google maps wikiplugin ---------------------------------------------- r25458 | nkoth | 2010-02-20 18:54:34 -0800 (Sat, 20 Feb 2010) | 1 line [NEW] Add new ajax version using the new wikiplugin ---------------------------------------------- r25457 | nkoth | 2010-02-20 18:42:07 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] Show the current user location of the user if user is specified for geolocating ---------------------------------------------- r25456 | nkoth | 2010-02-20 17:55:52 -0800 (Sat, 20 Feb 2010) | 1 line [NEW] Add geolocator functionality with ability to set user pref for default map view, as well as user location (lon., lat.). Implementation does requires feature_ajax, otherwise I would replace the tiki-gmap_locator.php right away. ---------------------------------------------- r25455 | lindonb | 2010-02-20 17:41:15 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] Previous fix incomplete. Also updated formatting for table. ---------------------------------------------- r25451 | luciash | 2010-02-20 15:26:23 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] description as browser title: make it work again with after|before|none site title location (still not perfect fix but better than nothing) ---------------------------------------------- r25450 | luciash | 2010-02-20 15:01:21 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] description as browser title: do not return span tag there ---------------------------------------------- r25449 | nkoth | 2010-02-20 14:15:15 -0800 (Sat, 20 Feb 2010) | 1 line [MOD] Change to make use of new googlemap plugin (reduce code duplication) ---------------------------------------------- r25448 | nkoth | 2010-02-20 14:13:33 -0800 (Sat, 20 Feb 2010) | 1 line [NEW] All-in-one multipurpose google map wikiplugin (more coming) ---------------------------------------------- r25445 | lindonb | 2010-02-20 12:54:26 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] Now Plugin SQL works with both pdo and adodb (broke in 4.0 with move to pdo). Assumes pdo unless db.local.php has $api_tiki set to adodb. ---------------------------------------------- r25443 | luciash | 2010-02-20 12:09:08 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] admin groups: same as 25442 for adding new group and links to edit users + removal of some unnecessary <a name... ---------------------------------------------- r25442 | luciash | 2010-02-20 11:38:24 -0800 (Sat, 20 Feb 2010) | 1 line [FIX] admin groups: following the links to edit the groups should display the second tab - regression workaround (this problem is not present in 4.x, maybe it is caused by moving the JS files to bottom again) ---------------------------------------------- r25439 | nkoth | 2010-02-20 08:53:49 -0800 (Sat, 20 Feb 2010) | 1 line [DOC] Better tip for state of "Upload image to this post" which is a blog specific feature and should be removed (with migration). If a non-file gallery method of uploading images to blogs is desired, it should be the same one used in the wiki pages (the wiki_up one). ---------------------------------------------- r25436 | xavidp | 2010-02-20 08:04:27 -0800 (Sat, 20 Feb 2010) | 1 line [FIX]Fix contrast with spreadsheet bg and colors, that was lost at some point for a few themes ---------------------------------------------- r25434 | sept_7 | 2010-02-20 05:11:49 -0800 (Sat, 20 Feb 2010) | 2 lines [SEC] Same fix as 25415 : filter arguments ---------------------------------------------- r25431 | pkdille | 2010-02-19 23:32:43 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] caption styling: moving from (some) themes to design.css. All themes will have the captions bold ---------------------------------------------- r25430 | pascalstjean | 2010-02-19 18:47:08 -0800 (Fri, 19 Feb 2010) | 1 line [NEW] - Module displays similar / related content based on FREETAGS attched to currently viewed object. ---------------------------------------------- r25427 | chealer | 2010-02-19 17:07:47 -0800 (Fri, 19 Feb 2010) | 3 lines [SEC] MySQL search: fix buggy validation on _find() $searchDate parameter. Thanks Mateusz Drygas <security[-at-]man.poznan.pl> ---------------------------------------------- r25422 | jonnybradley | 2010-02-19 11:52:46 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Don't show non-javascript help unless not javascript_enabled ---------------------------------------------- r25421 | jonnybradley | 2010-02-19 11:51:55 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Dragging first icon to the right hand side fixed ---------------------------------------------- r25420 | jonnybradley | 2010-02-19 11:51:09 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Get Cell Range icon, and change to default pref ---------------------------------------------- r25418 | sylvieg | 2010-02-19 11:36:26 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]fgal: a button to reset to the default list table setting checked files ---------------------------------------------- r25416 | jonnybradley | 2010-02-19 10:22:46 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Icons for sheet tools ---------------------------------------------- r25415 | sept_7 | 2010-02-19 10:14:44 -0800 (Fri, 19 Feb 2010) | 2 lines [SEC] filter arguments ---------------------------------------------- r25413 | sylvieg | 2010-02-19 09:37:30 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]TRACKER: new option showstatus to be able to input the status (pretty param: {} ---------------------------------------------- r25412 | lphuberdeau | 2010-02-19 09:15:32 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Adding view count property to article info operation ---------------------------------------------- r25411 | lphuberdeau | 2010-02-19 09:09:49 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] More SQL errors ---------------------------------------------- r25409 | lphuberdeau | 2010-02-19 09:03:28 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] SQL error ---------------------------------------------- r25408 | sylvieg | 2010-02-19 09:02:31 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]tracker: kill duplicated code ---------------------------------------------- r25406 | jonnybradley | 2010-02-19 08:52:31 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Changes for jQuery.sheet 0.54 ---------------------------------------------- r25405 | changi67 | 2010-02-19 08:51:57 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Some french translation ---------------------------------------------- r25404 | changi67 | 2010-02-19 08:44:44 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] replace <a> with selk_link to avoid more translation ---------------------------------------------- r25402 | lphuberdeau | 2010-02-19 08:43:59 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Linking to documentation ---------------------------------------------- r25401 | lphuberdeau | 2010-02-19 08:37:14 -0800 (Fri, 19 Feb 2010) | 1 line [NEW] Operation to extract information from articles ---------------------------------------------- r25399 | jonnybradley | 2010-02-19 08:09:47 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Edit perm check ---------------------------------------------- r25398 | changi67 | 2010-02-19 08:07:37 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Remove css style align right in th ---------------------------------------------- r25397 | lphuberdeau | 2010-02-19 07:36:04 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]?\194?\160Allow to sort articles based on the advanced rating ---------------------------------------------- r25396 | sylvieg | 2010-02-19 07:33:35 -0800 (Fri, 19 Feb 2010) | 1 line [MOD]tracker: {} in pretty tracker (will show o or p or c ---------------------------------------------- r25394 | pkdille | 2010-02-19 07:04:21 -0800 (Fri, 19 Feb 2010) | 1 line [NEW] articles and submission: Give admin the opportunity to define a default size for images. It's a value that can be changed by the user when he contributes an article or a submission. ---------------------------------------------- r25393 | lphuberdeau | 2010-02-19 06:44:35 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Moving article-related functions to artlib and making sure features are checked in admin categories before listing objects ---------------------------------------------- r25392 | jonnybradley | 2010-02-19 06:01:18 -0800 (Fri, 19 Feb 2010) | 1 line [ENH] Initial implementation of a toolbar for jQuery.sheet - needs polish (and icons etc) ---------------------------------------------- r25391 | jonnybradley | 2010-02-19 05:53:21 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] sheet fixes for saving feedback ---------------------------------------------- r25390 | jonnybradley | 2010-02-19 05:40:48 -0800 (Fri, 19 Feb 2010) | 1 line [FIX] Use the proper test for document.getElementById in the cursed getElementById() function... will fail for IE3 (but we're not supporting that any more are we!) ---------------------------------------------- r25389 | changi67 | 2010-02-19 05:02:17 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] French translation ---------------------------------------------- r25388 | changi67 | 2010-02-19 05:01:52 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Add translation on pagehistory ---------------------------------------------- r25387 | sylvieg | 2010-02-19 04:42:10 -0800 (Fri, 19 Feb 2010) | 1 line [FIX]title: no reason to open in tikihelp frame. It is not an help ---------------------------------------------- r25386 | changi67 | 2010-02-19 04:22:10 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] Enable translation on submit button ---------------------------------------------- r25385 | changi67 | 2010-02-19 04:20:40 -0800 (Fri, 19 Feb 2010) | 1 line [MOD] UTF-8 encoding for htmlentities ---------------------------------------------- r25384 | nkoth | 2010-02-18 18:48:52 -0800 (Thu, 18 Feb 2010) | 1 line [ENH] Allow filtering of categories shown by list of categoryId and parentId (not just specifying the root which already can be done) ---------------------------------------------- r25383 | nkoth | 2010-02-18 16:48:00 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] More feature checking logic corrections ---------------------------------------------- r25382 | nkoth | 2010-02-18 16:41:31 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Feature check (should be either case), and correct typo in perm check ---------------------------------------------- r25381 | nkoth | 2010-02-18 16:40:49 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Allow for testing for either case when checking for features (this is needed sometimes) ---------------------------------------------- r25380 | nkoth | 2010-02-18 16:15:46 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] two "passwords match" was appearing if ajax is on. Anyway, later on when ajax is always on, the duplication should be removed... Looks like the "Ajax" one is better (it tells you if it match or not as you type)... ---------------------------------------------- r25379 | nkoth | 2010-02-18 15:28:33 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] no harm setting security setting (even if empty string), may elim notice. ---------------------------------------------- r25378 | nkoth | 2010-02-18 15:25:08 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Implement TLS security for sending out mail via SMTP (was simply not working before) ---------------------------------------------- r25377 | jonnybradley | 2010-02-18 15:16:02 -0800 (Thu, 18 Feb 2010) | 2 lines [ENH] Some more enhancements to jQuery.sheet for tiki Warn about lost edits, better feedback about saving and [FIX] bug that limited saved sheets to 9 rows or columns ---------------------------------------------- r25375 | sylvieg | 2010-02-18 15:10:12 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]fgal: the fgals list was not populated when moving ---------------------------------------------- r25374 | jonnybradley | 2010-02-18 14:39:27 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Static function not defined as static (strict) ---------------------------------------------- r25373 | nkoth | 2010-02-18 14:27:23 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Missing setting of param [ENH] add mailer error message for admin ---------------------------------------------- r25372 | pkdille | 2010-02-18 13:10:55 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] wiki authors + copyright: un-duplicate some code and move the wiki authors code out of tiki-show_page ---------------------------------------------- r25371 | lphuberdeau | 2010-02-18 12:24:29 -0800 (Thu, 18 Feb 2010) | 1 line [NEW]?\194?\160Adding function to input static strings ---------------------------------------------- r25370 | lphuberdeau | 2010-02-18 12:17:52 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Add uncalculated elements to the loop ---------------------------------------------- r25369 | sylvieg | 2010-02-18 12:05:41 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]calendar: fix ical export when jscalendar is not on ---------------------------------------------- r25368 | lphuberdeau | 2010-02-18 11:48:38 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] Adding rating-sum, identical to rating-average ---------------------------------------------- r25367 | pascalstjean | 2010-02-18 11:31:05 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] - removed SAVE button. Replaced SAVE and EXIT to act as default SAVE. The goal is to keep the Save workflow similar to Articles and Wiki Pages. ---------------------------------------------- r25366 | pascalstjean | 2010-02-18 11:29:18 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] - Added Default value to published Date variable & assign current Date if not set. ---------------------------------------------- r25365 | pascalstjean | 2010-02-18 11:27:52 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] - changed convert_sortmode call to convertSortMode ---------------------------------------------- r25364 | pascalstjean | 2010-02-18 11:12:46 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] - Added Ability to choose published date for Blog post ---------------------------------------------- r25362 | sylvieg | 2010-02-18 11:00:25 -0800 (Thu, 18 Feb 2010) | 1 line [MOD]fgal: option to search in the content of the files of the current fgal: redirect on the tiki-searchxx ---------------------------------------------- r25361 | pascalstjean | 2010-02-18 10:45:48 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] - Added UI to choose published date for Blog post ---------------------------------------------- r25359 | lphuberdeau | 2010-02-18 10:27:29 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]?\194?\160Must also verify the parent feature ---------------------------------------------- r25358 | lphuberdeau | 2010-02-18 10:27:07 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Parse error introduced earlier ---------------------------------------------- r25357 | lphuberdeau | 2010-02-18 10:22:13 -0800 (Thu, 18 Feb 2010) | 1 line [MOD]?\194?\160Connect recalculation of ratings to voting or page load, as configured ---------------------------------------------- r25356 | lphuberdeau | 2010-02-18 10:21:31 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Confusion when voting multiple comments ---------------------------------------------- r25355 | lphuberdeau | 2010-02-18 10:20:52 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Wrong type sent to the plugin ---------------------------------------------- r25354 | Jyhem | 2010-02-18 10:10:49 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Provide blogTitle for module last_blog_posts when last_blog_posts is called for no perticular blog ---------------------------------------------- r25353 | sylvieg | 2010-02-18 09:26:52 -0800 (Thu, 18 Feb 2010) | 1 line [MOD]users: acn import default_group too ---------------------------------------------- r25352 | lphuberdeau | 2010-02-18 09:23:23 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Wrong quotes used, variable not expanded ---------------------------------------------- r25351 | changi67 | 2010-02-18 09:12:18 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Some french traduction ---------------------------------------------- r25350 | lphuberdeau | 2010-02-18 08:54:12 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Convert rating wiki plugin to ratinglib ---------------------------------------------- r25349 | sylvieg | 2010-02-18 08:27:24 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]TRACKER: to have the email bodies refreshed ---------------------------------------------- r25348 | pkdille | 2010-02-18 08:24:17 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] tiki-show_page: no changes indenting only ---------------------------------------------- r25347 | lphuberdeau | 2010-02-18 08:18:52 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Confusing error message ---------------------------------------------- r25346 | lphuberdeau | 2010-02-18 08:01:46 -0800 (Thu, 18 Feb 2010) | 1 line [NEW] Allow to generate auth tokens from tell a friend page to provide privileged access. ---------------------------------------------- r25345 | sept_7 | 2010-02-18 07:00:14 -0800 (Thu, 18 Feb 2010) | 2 lines [FIX] avoid infinite redirection loop in installer ---------------------------------------------- r25344 | pkdille | 2010-02-18 06:34:31 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] wiki page: the categbar div should only be in the html code if not empty ---------------------------------------------- r25343 | sylvieg | 2010-02-18 05:19:44 -0800 (Thu, 18 Feb 2010) | 1 line [FIX]history: Do not change the history version if no history is kept (otherwise people think they are losing history ---------------------------------------------- r25342 | chealer | 2010-02-18 01:36:25 -0800 (Thu, 18 Feb 2010) | 1 line [FIX] Notice: Undefined index: u_info ---------------------------------------------- r25341 | chealer | 2010-02-18 01:26:58 -0800 (Thu, 18 Feb 2010) | 3 lines [SEC] move persistent login cookies from tiki_preferences to new table tiki_user_login_cookies Intertiki changes untested userslib: remove unused functions get_user_hash() and get_user_by_hash() ---------------------------------------------- r25337 | changi67 | 2010-02-18 00:16:56 -0800 (Thu, 18 Feb 2010) | 1 line [MOD] Adding svn:keywords ---------------------------------------------- r25336 | chealer | 2010-02-17 21:03:21 -0800 (Wed, 17 Feb 2010) | 1 line Installer: better confine disabling of error reporting to .sql files ---------------------------------------------- r25335 | chealer | 2010-02-17 20:56:48 -0800 (Wed, 17 Feb 2010) | 1 line [KIL] more: DB abstraction ---------------------------------------------- r25334 | lindonb | 2010-02-17 19:13:32 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] Fix various small bugs in pluginimg: use classes to display border well in all themes, fix border display problems with certain parameter settings, ensure button functions properly when thumb isn't set. ---------------------------------------------- r25333 | nkoth | 2010-02-17 18:41:13 -0800 (Wed, 17 Feb 2010) | 1 line [ENH] get article links and title when getting more info from actionlog results ---------------------------------------------- r25332 | nkoth | 2010-02-17 18:30:29 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] broken URL ---------------------------------------------- r25331 | nkoth | 2010-02-17 18:23:43 -0800 (Wed, 17 Feb 2010) | 1 line [NEW] All display of "who viewed my stuff" on user information page (part 2/2) ---------------------------------------------- r25330 | nkoth | 2010-02-17 17:50:00 -0800 (Wed, 17 Feb 2010) | 1 line [NEW] All display of "who viewed my stuff" on user information page (part 1) ---------------------------------------------- r25329 | nkoth | 2010-02-17 15:00:27 -0800 (Wed, 17 Feb 2010) | 2 lines [FIX] Reload after deleting menu item to prevent white screen (better ideas on how to fix this are welcome) ---------------------------------------------- r25328 | sylvieg | 2010-02-17 14:53:28 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]TRACKER: possibility to have a different template for each email ---------------------------------------------- r25327 | luciash | 2010-02-17 14:14:45 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] advanced search help: xhtml typos and p cannot contain div ---------------------------------------------- r25326 | luciash | 2010-02-17 14:07:12 -0800 (Wed, 17 Feb 2010) | 1 line typo - html parsing error ---------------------------------------------- r25325 | lphuberdeau | 2010-02-17 13:55:51 -0800 (Wed, 17 Feb 2010) | 1 line [NEW] Admin panel to configure rating calculations ---------------------------------------------- r25323 | sylvieg | 2010-02-17 11:00:22 -0800 (Wed, 17 Feb 2010) | 5 lines parse correctly long lines of *****. Ex: *************************** * xxx ************************** ---------------------------------------------- r25322 | sylvieg | 2010-02-17 10:58:25 -0800 (Wed, 17 Feb 2010) | 1 line [FIX]blog: add a | for visibilty ---------------------------------------------- r25321 | sylvieg | 2010-02-17 10:57:54 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] html valid ---------------------------------------------- r25320 | sylvieg | 2010-02-17 10:52:37 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]fgal: possibility to limit a search on a fgal ---------------------------------------------- r25319 | nkoth | 2010-02-17 09:20:46 -0800 (Wed, 17 Feb 2010) | 1 line [FIX] related to [ENH] Add ability to filter files returned by specific creator user , fixing the wrong order of varas being bound to query ---------------------------------------------- r25318 | sylvieg | 2010-02-17 09:18:34 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]fgal: display the mime types that have no search handler ---------------------------------------------- r25317 | nkoth | 2010-02-17 08:50:38 -0800 (Wed, 17 Feb 2010) | 1 line [ENH] Add ability to filter files returned by specific creator user ---------------------------------------------- r25315 | nkoth | 2010-02-17 08:41:59 -0800 (Wed, 17 Feb 2010) | 1 line [FIX][ENH] Add ability to filter files returned by specific creator user (previous commit), but still not perfect yet ---------------------------------------------- r25312 | sylvieg | 2010-02-17 08:02:17 -0800 (Wed, 17 Feb 2010) | 1 line [FIX]broadcast: group broadcasting was only sending to the maxRecords first users od a group ---------------------------------------------- r25307 | sylvieg | 2010-02-17 04:45:53 -0800 (Wed, 17 Feb 2010) | 1 line [MOD]snarf: plugin parameter to allow cache for a period of time + global cache option ---------------------------------------------- r25306 | sylvieg | 2010-02-17 03:43:20 -0800 (Wed, 17 Feb 2010) | 1 line [FIX]users: password are not required when modifying a user+html ---------------------------------------------- r25303 | chealer | 2010-02-17 01:38:04 -0800 (Wed, 17 Feb 2010) | 1 line OpenID: avoid two consecutive slashes in URL when returning from provider in webserver root ---------------------------------------------- r25300 | chealer | 2010-02-17 00:10:20 -0800 (Wed, 17 Feb 2010) | 2 lines [FIX] OpenID on machines running httpd as several users. thanks Marc Laporte [FIX] OpenID on Microsoft Windows (not verified) ---------------------------------------------- r25299 | changi67 | 2010-02-16 23:40:29 -0800 (Tue, 16 Feb 2010) | 1 line [MOD]: add copyright and id to lang files ---------------------------------------------- r25296 | chealer | 2010-02-16 20:57:05 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] error message on OpenID authentication failure (r15187 regression) ---------------------------------------------- r25295 | ricks99 | 2010-02-16 18:47:57 -0800 (Tue, 16 Feb 2010) | 1 line [ENH]Re-wrote (hopefully improving) the advanced search help. Text now includes better explanations, examples, and parallel structure. **PLS** review the explanation of the *, <, and > terms -- I'm not sure I fully understand what they do. ---------------------------------------------- r25294 | nkoth | 2010-02-16 17:46:16 -0800 (Tue, 16 Feb 2010) | 1 line [ENH] Show user's language like "English (en)" instead of just en ---------------------------------------------- r25293 | ricks99 | 2010-02-16 17:36:39 -0800 (Tue, 16 Feb 2010) | 1 line [ENH]150px was not wide enough to show "very weak" -- was causing line break in UI. Now all pw security prompts fit on a single line. ---------------------------------------------- r25292 | nkoth | 2010-02-16 16:26:55 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Set file type correctly to mime type (not integer image type) ---------------------------------------------- r25289 | jonnybradley | 2010-02-16 16:09:18 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Make room for jQuery.sheet control-bar ---------------------------------------------- r25288 | jonnybradley | 2010-02-16 15:38:49 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Better jQuery.sheet resize ---------------------------------------------- r25287 | nkoth | 2010-02-16 14:42:43 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Show large full size image (stored in file gallery) for users in addition to small avatar ---------------------------------------------- r25285 | xavidp | 2010-02-16 12:57:22 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]Hoping to fix my partial former commit r24833 with this other one. I was attempting to apply a patch suggested by someone in preacrios.org (using 3.x) which seemed to work there, but it seems that they didn't report about everywhere where those two lines had to be added. If this doesn't solve your concerns, pkdille, (& quality team), please rollback. ---------------------------------------------- r25283 | lphuberdeau | 2010-02-16 12:38:23 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Function to calculate score aggregates ---------------------------------------------- r25282 | nkoth | 2010-02-16 11:54:06 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Add ability to have a large full size image (stored in file gallery) for users in addition to small avatar ---------------------------------------------- r25281 | sylvieg | 2010-02-16 11:05:57 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]forum: avoid this variable may not be empty: $_POST["thread_sort_mode"] + rollback 25266 that is not the right fix ---------------------------------------------- r25280 | lphuberdeau | 2010-02-16 11:04:14 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] Adding very simple library to manage attributes on any object (to be used by upcoming features) ---------------------------------------------- r25279 | jonnybradley | 2010-02-16 10:55:38 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Handle saving calculations properly in spreadsheets ---------------------------------------------- r25278 | jonnybradley | 2010-02-16 10:27:10 -0800 (Tue, 16 Feb 2010) | 1 line [MOD] Rename TikiSheet to Spreadsheets (user visible instances only) ---------------------------------------------- r25277 | lphuberdeau | 2010-02-16 10:09:40 -0800 (Tue, 16 Feb 2010) | 1 line [NEW] All new, cleaner, rating library, unconnected until second half is added ---------------------------------------------- r25276 | lphuberdeau | 2010-02-16 10:08:04 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Eliminate notice and do not depend on PHP 5.3 to report errors ---------------------------------------------- r25275 | jonnybradley | 2010-02-16 09:58:10 -0800 (Tue, 16 Feb 2010) | 1 line [KIL] Remove last bit of screencasts ---------------------------------------------- r25274 | jonnybradley | 2010-02-16 09:56:06 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Remove reference to global $prefs in upgrade_20091123_upgrade_categperm_2_tiki() ---------------------------------------------- r25273 | jonnybradley | 2010-02-16 09:43:05 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Make user avatars multi-tiki aware ---------------------------------------------- r25272 | jonnybradley | 2010-02-16 09:41:28 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Make minify functions multi-tiki aware ---------------------------------------------- r25271 | jonnybradley | 2010-02-16 09:40:19 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Repair installer for multi-tiki - half of it was always using db/local.php regardless of 'multi' setting ---------------------------------------------- r25269 | jonnybradley | 2010-02-16 09:27:08 -0800 (Tue, 16 Feb 2010) | 1 line [MOD] Categ perms warning wording ---------------------------------------------- r25268 | jonnybradley | 2010-02-16 09:24:10 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Missing globals for upgrade_20100118_image_plugins_kill_tiki() ---------------------------------------------- r25267 | jonnybradley | 2010-02-16 09:20:52 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] Disable display_errors during install as errors are reported in the post-update page ---------------------------------------------- r25266 | sylvieg | 2010-02-16 08:55:47 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]forum: avoid this variable may not be empty: $_POST["thread_sort_mode"] ---------------------------------------------- r25265 | alain_desilets | 2010-02-16 08:10:19 -0800 (Tue, 16 Feb 2010) | 1 line [ENH] User admin. Segregated errror messages from feedback messages. Feedback is printed discreetly at the top of the page, while error messages are printed more prominently on an error screen. ---------------------------------------------- r25263 | changi67 | 2010-02-16 07:52:44 -0800 (Tue, 16 Feb 2010) | 1 line [MOD] header change : copyright + Id ---------------------------------------------- r25261 | lphuberdeau | 2010-02-16 07:04:33 -0800 (Tue, 16 Feb 2010) | 1 line [ENH] Turns out repeated calls to info functions are expensive due to the large amount of calls to tra(), adding this return value cache cuts down the global call count from 1800 to 300 on the default home page (~20% execution time) ---------------------------------------------- r25260 | lphuberdeau | 2010-02-16 06:45:47 -0800 (Tue, 16 Feb 2010) | 1 line [FIX]?\194?\160Generated cookie names for votes caused tiki to be slower ever single vote made, changing the default filter on cookies to a more efficient filter ---------------------------------------------- r25250 | chealer | 2010-02-16 01:03:55 -0800 (Tue, 16 Feb 2010) | 1 line rename 200902026_admin_menu_tiki to 20090226_admin_menu_tiki ---------------------------------------------- r25249 | chealer | 2010-02-16 00:57:47 -0800 (Tue, 16 Feb 2010) | 1 line [FIX] standalone PHP schema scripts not recorded as installed (r25204 regression) ---------------------------------------------- r25246 | chealer | 2010-02-15 23:26:37 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Installer: toggling display of failed queries (r24794 regression) ---------------------------------------------- r25245 | chealer | 2010-02-15 22:35:54 -0800 (Mon, 15 Feb 2010) | 7 lines [FIX] Admin users from bad merge in r23669 Password choice input: [ENH] Password fields behavior [FIX] Register: Caps lock detection [FIX] Register: graphical password strength display [FIX] Admin users: entered password cleared when navigating [ENH] Register: Add "Passwords match" from Admin users ---------------------------------------------- r25243 | chealer | 2010-02-15 20:53:58 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Registration with passcode: typo "sytem" ---------------------------------------------- r25241 | jonnybradley | 2010-02-15 11:28:34 -0800 (Mon, 15 Feb 2010) | 1 line [CSS] Remove last (?) vestiges of shadowbox ---------------------------------------------- r25240 | jonnybradley | 2010-02-15 11:26:12 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Show busy-loading spinner (if feature_ajax) while edit sheet is preparing, as it can be quite slow. ---------------------------------------------- r25239 | jonnybradley | 2010-02-15 11:23:12 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Refactoring of ajax loading code and removal of some !importants from the CSS that stopped it working (also sync with layout-reference.css) ---------------------------------------------- r25238 | jonnybradley | 2010-02-15 11:15:41 -0800 (Mon, 15 Feb 2010) | 2 lines [FIX] Move feedback call from Tiki_Profile_Object into Tiki_Profile and display in an alert after profile is loaded. Needs (lots) more testing and polish. ---------------------------------------------- r25237 | lphuberdeau | 2010-02-15 11:00:45 -0800 (Mon, 15 Feb 2010) | 1 line [ENH] Make rating options configurable on wiki and article ---------------------------------------------- r25236 | sylvieg | 2010-02-15 10:30:07 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]tracker: revote on star field ---------------------------------------------- r25235 | lphuberdeau | 2010-02-15 10:08:14 -0800 (Mon, 15 Feb 2010) | 1 line [NEW] Deploying rating to wiki ---------------------------------------------- r25234 | lphuberdeau | 2010-02-15 09:56:23 -0800 (Mon, 15 Feb 2010) | 1 line [NEW] Adding user ratings to articles ---------------------------------------------- r25233 | lphuberdeau | 2010-02-15 09:35:42 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Move most logic to a plugin to ease deployment ---------------------------------------------- r25232 | lphuberdeau | 2010-02-15 08:25:39 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Remove validation on trackers as the allowed values are not known in that function ---------------------------------------------- r25231 | lphuberdeau | 2010-02-15 08:19:13 -0800 (Mon, 15 Feb 2010) | 1 line [MOD]?\194?\160Moving user already voted check inside register_user_vote and adding validation for the value voted to prevent someone from voting 1000000 (I tried, it worked) ---------------------------------------------- r25230 | lphuberdeau | 2010-02-15 08:17:29 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Parse error ---------------------------------------------- r25228 | sylvieg | 2010-02-15 07:51:17 -0800 (Mon, 15 Feb 2010) | 1 line [MOD]backup: optional scp ---------------------------------------------- r25227 | jonnybradley | 2010-02-15 07:18:53 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Tiny typo ---------------------------------------------- r25226 | jonnybradley | 2010-02-15 07:18:16 -0800 (Mon, 15 Feb 2010) | 1 line [FIX] Export sheet edeit button didn't know about jQuery.sheet ---------------------------------------------- r25225 | lphuberdeau | 2010-02-15 07:12:45 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]?\194?\160Comment rating and various other ratings would not store the user votes long term ---------------------------------------------- r25224 | lphuberdeau | 2010-02-15 06:49:35 -0800 (Mon, 15 Feb 2010) | 1 line [MOD] Allow to specify default rating coming from a feed ---------------------------------------------- r25223 | sylvieg | 2010-02-15 05:46:44 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]calendar: not to have delete... in pagination ---------------------------------------------- r25222 | sylvieg | 2010-02-15 05:36:20 -0800 (Mon, 15 Feb 2010) | 1 line [FIX]calendar: sql error with find ---------------------------------------------- r25221 | lindonb | 2010-02-14 16:41:10 -0800 (Sun, 14 Feb 2010) | 1 line [FIX] Smarty variable calendarViewMode not assigned, causing unnecessary date range to be shown in month view (February 2010 - February 2010). ---------------------------------------------- r25220 | sylvieg | 2010-02-14 15:31:41 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]htaccess: the comments are not depending on rewrite ---------------------------------------------- r25217 | luciash | 2010-02-14 14:53:17 -0800 (Sun, 14 Feb 2010) | 1 line [FIX] better fix for 24380: user messages: prefer user preferences max messages to display pagination ---------------------------------------------- r25216 | sylvieg | 2010-02-14 14:29:39 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]comments: do not show moderation title if nothing to do ---------------------------------------------- r25215 | pkdille | 2010-02-14 13:36:34 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] workspaces: remove the menu items in menu 42. When workspaces will be back, this items have to be added again ---------------------------------------------- r25214 | sylvieg | 2010-02-14 13:25:38 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]find: a class for the 2 categs find (for those who do not want to find on categ ---------------------------------------------- r25212 | lindonb | 2010-02-14 12:58:17 -0800 (Sun, 14 Feb 2010) | 1 line [FIX] Add missing options for button parameter. Delete last ctype_digit, which causes false returns even when parameters are properly set - also unnecessary with filters. ---------------------------------------------- r25209 | changi67 | 2010-02-14 12:26:45 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] Some french trad ---------------------------------------------- r25208 | changi67 | 2010-02-14 12:09:50 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] remove profile in menu ---------------------------------------------- r25206 | sylvieg | 2010-02-14 11:44:36 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]grouplist: must keep the order ---------------------------------------------- r25205 | sylvieg | 2010-02-14 11:18:30 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]groups: limit the including groups to the first level ---------------------------------------------- r25204 | sylvieg | 2010-02-14 10:53:00 -0800 (Sun, 14 Feb 2010) | 1 line [FIX]installer: do not record the script name in tiki-schema if error occured. Like this the script will be run again at the next upgrade ---------------------------------------------- r25203 | changi67 | 2010-02-14 10:50:15 -0800 (Sun, 14 Feb 2010) | 1 line [MOD] get svnrev on every system (not only english one) ---------------------------------------------- r25201 | sylvieg | 2010-02-14 05:52:12 -0800 (Sun, 14 Feb 2010) | 1 line typo-ths lindon ---------------------------------------------- r25200 | sylvieg | 2010-02-13 15:54:45 -0800 (Sat, 13 Feb 2010) | 1 line [FIX]directory: try to mimic the rest - when you are in a specific object - show it in the title ---------------------------------------------- r25199 | sylvieg | 2010-02-13 15:44:40 -0800 (Sat, 13 Feb 2010) | 1 line [fix]directory: kill the br - replace bold with semantic hx ---------------------------------------------- r25198 | sylvieg | 2010-02-13 14:49:54 -0800 (Sat, 13 Feb 2010) | 1 line [FIX]key: use as much as possible - group can be long (todo: use id) ---------------------------------------------- r25197 | pkdille | 2010-02-13 14:45:59 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] svn properties: last cleanup of the svn properties. ---------------------------------------------- r25194 | chealer | 2010-02-13 14:07:33 -0800 (Sat, 13 Feb 2010) | 1 line [MOD][SEC] Remove Standard Remember method for persistent login and use Simple instead. IP address and User agent are no more checked ---------------------------------------------- r25186 | sylvieg | 2010-02-13 13:03:38 -0800 (Sat, 13 Feb 2010) | 1 line [FIX]profile: do not use httprequest but directly get the page when the datachannel is local (domain=tiki://local) ---------------------------------------------- r25185 | lindonb | 2010-02-13 13:00:56 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] Allow &scale and &preview url parameters to work together and &thumbnail and &preview to work with dimension parameters. ---------------------------------------------- r25184 | rlpowell | 2010-02-13 12:33:38 -0800 (Sat, 13 Feb 2010) | 6 lines Avoid duplicates. -This line, and those below, will be ignored-- M tiki-setup_base.php ---------------------------------------------- r25181 | pkdille | 2010-02-13 11:40:13 -0800 (Sat, 13 Feb 2010) | 1 line [MOD] svn properties: some text files had binary files mime-types ---------------------------------------------- r25179 | pascalstjean | 2010-02-13 10:26:07 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] added check to see if Category feature is on before making a CategLib call. ---------------------------------------------- r25178 | lindonb | 2010-02-13 09:53:47 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] Use famfam color enlarge button icon so that it shows when darkroom theme is used. ---------------------------------------------- r25176 | lindonb | 2010-02-13 09:01:43 -0800 (Sat, 13 Feb 2010) | 1 line [FIX] Need width anytime desc parameter is set. ---------------------------------------------- r25173 | chibaguy | 2010-02-12 22:59:13 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Rules in metrics.css such as for .pagetitle were affecting other pages, so are commented out until the correct scope of this stylesheet is set. ---------------------------------------------- r25172 | chibaguy | 2010-02-12 22:52:45 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Moved metrics.css from styles directory to css so it isn't listed as a theme. ---------------------------------------------- r25171 | ricks99 | 2010-02-12 15:40:32 -0800 (Fri, 12 Feb 2010) | 1 line [FIX]Addressed multiple xhtml validation errors. All pages of the installer now validate properly. ---------------------------------------------- r25170 | jonnybradley | 2010-02-12 15:04:11 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Warning on foreach ---------------------------------------------- r25169 | jonnybradley | 2010-02-12 14:51:15 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Move stubborn bit of javascript from template to php ({jq} block was breaking the whole page, but not for any understandable reason) ---------------------------------------------- r25168 | jonnybradley | 2010-02-12 14:23:11 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Missing (but unusable) param missing from plugin_enabled() call. ---------------------------------------------- r25167 | chealer | 2010-02-12 13:45:08 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] HTML for add events link (r23755 regression) ---------------------------------------------- r25166 | sylvieg | 2010-02-12 13:37:15 -0800 (Fri, 12 Feb 2010) | 1 line [FIX]calendar: fix calendar name in tiki_objects ---------------------------------------------- r25163 | jonnybradley | 2010-02-12 13:01:11 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Move jscalendar JS into doc.onready (fixes JS error on tiki-calendar.php and probably others) ---------------------------------------------- r25160 | jonnybradley | 2010-02-12 12:50:20 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Move tikitabs onload JS to doc.onready (code in lib/setup/cookies.php committed accidentally in r25157) ---------------------------------------------- r25159 | jonnybradley | 2010-02-12 12:34:09 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] Refactor all body tags to use {html_body_attributes} function. ---------------------------------------------- r25158 | jonnybradley | 2010-02-12 12:30:47 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Add return false to onclicks ---------------------------------------------- r25157 | jonnybradley | 2010-02-12 12:27:58 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] New Smarty function to build the attributes for all body tags. Deployment/refactoring to come next... ---------------------------------------------- r25155 | sylvieg | 2010-02-12 11:13:36 -0800 (Fri, 12 Feb 2010) | 1 line [FIX]installer: fix reference on calendar (so its categorization) + some more trace ---------------------------------------------- r25154 | jonnybradley | 2010-02-12 10:10:06 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Change JS to use document.onready block - should fix some of the spurious JS errors occuring after removing old show/hide functions (which were still being called by this). ---------------------------------------------- r25153 | nkoth | 2010-02-12 08:09:27 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Rollback (and add comment) of r25052 (which was the attempt to do access check deployment all around). ---------------------------------------------- r25152 | sylvieg | 2010-02-12 07:48:50 -0800 (Fri, 12 Feb 2010) | 1 line [MOD]profiler: can also get some syntax error of the profiler ---------------------------------------------- r25151 | alain_desilets | 2010-02-12 07:43:37 -0800 (Fri, 12 Feb 2010) | 1 line [REF] Cleaning up UpdatePagesTest (more to come). ---------------------------------------------- r25147 | pkdille | 2010-02-12 07:21:39 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] page-bar: when no buttons are visible, the page_bar div has not to be included in the code ---------------------------------------------- r25146 | pkdille | 2010-02-12 07:19:27 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] page-bar: remove some useless code ---------------------------------------------- r25144 | jonnybradley | 2010-02-12 06:54:06 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Open folder icons breaking on AJAX responses - tried lots of clever things but only checking the filename didn't start with an 'o' worked. ---------------------------------------------- r25142 | sylvieg | 2010-02-12 06:42:05 -0800 (Fri, 12 Feb 2010) | 1 line [MOD]datachannel: option debug to show some feedback ---------------------------------------------- r25138 | jonnybradley | 2010-02-12 05:47:16 -0800 (Fri, 12 Feb 2010) | 2 lines [KIL] Remove some dead code forom tiki-js.js (setSomeElement, replaceSome, replaceImgSrc, flip_multi, setopacity, setfoldericonstate) Have grep'ed extensively on all file types and these fn's are not found (except some in changelog.txt) - but if anyone knows or spots otherwise yell or rollack! ---------------------------------------------- r25137 | jonnybradley | 2010-02-12 05:28:29 -0800 (Fri, 12 Feb 2010) | 1 line [KIL] Remove tiki-js.js functions overridden in tiki-jquery.js (show, hide, flip and switchCheckboxes) ---------------------------------------------- r25136 | jonnybradley | 2010-02-12 05:15:10 -0800 (Fri, 12 Feb 2010) | 1 line [INDENT] No code changes ---------------------------------------------- r25134 | jonnybradley | 2010-02-12 04:33:18 -0800 (Fri, 12 Feb 2010) | 1 line [FIX] Override dates wasn't entirely overriding the dates ---------------------------------------------- r25133 | jonnybradley | 2010-02-12 04:32:22 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] Helpful description ---------------------------------------------- r25132 | jonnybradley | 2010-02-12 04:31:11 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] Pref dependency ---------------------------------------------- r25131 | alain_desilets | 2010-02-12 04:19:09 -0800 (Fri, 12 Feb 2010) | 1 line [REF] Cleaning up UpdatePagesTest ---------------------------------------------- r25127 | sept_7 | 2010-02-12 03:10:12 -0800 (Fri, 12 Feb 2010) | 3 lines [FIX] fix some permission checks on File Galleries mainly in get_files, use specific perms on object in addition to global perms... ---------------------------------------------- r25122 | pkdille | 2010-02-12 01:54:37 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] wiki editdate styling: put a top border as a separation between the wiki page and this informations ---------------------------------------------- r25121 | pkdille | 2010-02-12 01:47:18 -0800 (Fri, 12 Feb 2010) | 1 line [MOD] wiki editdate styling: give a smaller size to this text in order to see a difference with the wiki page ---------------------------------------------- r25120 | nkoth | 2010-02-11 21:35:59 -0800 (Thu, 11 Feb 2010) | 2 lines [ENH] Activate category search filter for find under file galleries ---------------------------------------------- r25119 | nkoth | 2010-02-11 21:31:49 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Parameters passed out of proper sequence to query causing filter to not work properly ---------------------------------------------- r25118 | nkoth | 2010-02-11 19:34:53 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Allow category filtering in Find in file galleries ---------------------------------------------- r25117 | nkoth | 2010-02-11 17:27:32 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Just some cleanup and prevention of js errors due to undefined elements ---------------------------------------------- r25116 | nkoth | 2010-02-11 16:06:28 -0800 (Thu, 11 Feb 2010) | 1 line [DOC] add comment ---------------------------------------------- r25115 | jonnybradley | 2010-02-11 16:04:59 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] New saveSheet method for sheets using JSON - mostly working now. ---------------------------------------------- r25114 | nkoth | 2010-02-11 15:53:25 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] More perm checking fixing to incorporate either logic ---------------------------------------------- r25113 | nkoth | 2010-02-11 15:46:06 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Show "Read more..." text only if tiki_p_read_article is y ---------------------------------------------- r25112 | nkoth | 2010-02-11 15:34:32 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Add ability to check for any one of a list of permissions (either one will suffice) ---------------------------------------------- r25111 | luciash | 2010-02-11 15:29:40 -0800 (Thu, 11 Feb 2010) | 1 line & > & ---------------------------------------------- r25110 | luciash | 2010-02-11 15:25:48 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] mediaplayer plugin: the additional optional params are correctly passed to the FlashVars now ---------------------------------------------- r25109 | nkoth | 2010-02-11 15:15:37 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Permissions checking via access->check_permission checks for all of the perms, so the checks before that check for multiple ones did not make sense. With the admin perms, they automatically inherit those under the same perm section and need not be specified again. ---------------------------------------------- r25108 | luciash | 2010-02-11 15:01:58 -0800 (Thu, 11 Feb 2010) | 1 line oops, transparent is a string of course ---------------------------------------------- r25107 | alain_desilets | 2010-02-11 14:56:10 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Fixing unit tests for UpdatePages.php. ---------------------------------------------- r25106 | luciash | 2010-02-11 14:56:06 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] mediaplayer plugin: make some params dropdown options in plugin helper ---------------------------------------------- r25104 | nkoth | 2010-02-11 14:50:52 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] perm typo ---------------------------------------------- r25103 | nkoth | 2010-02-11 13:39:16 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Proper handling of showing of toolbar in comment/forum post editor depending on whether wiki syntax is accepted ---------------------------------------------- r25101 | luciash | 2010-02-11 12:54:25 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] mediaplayer plugin: fullscreen and wmode params ---------------------------------------------- r25100 | lphuberdeau | 2010-02-11 12:52:20 -0800 (Thu, 11 Feb 2010) | 1 line [NEW] Allow to select default categories for new articles ---------------------------------------------- r25099 | nkoth | 2010-02-11 12:14:09 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Do not show comments area if specific page is set to not allow comments ---------------------------------------------- r25098 | lphuberdeau | 2010-02-11 12:13:44 -0800 (Thu, 11 Feb 2010) | 1 line [NEW] Allow to delay publication ---------------------------------------------- r25097 | jonnybradley | 2010-02-11 11:20:58 -0800 (Thu, 11 Feb 2010) | 2 lines [ENH] Tiki-sheet can now parse wiki syntax in cells. More to come (has produced more problems saving sheets with jQuery.sheet - saveSheet() needs rewiting... next) ---------------------------------------------- r25096 | lphuberdeau | 2010-02-11 11:20:49 -0800 (Thu, 11 Feb 2010) | 1 line [ROLLBACK]?\194?\160Apparently, it only pushed it back. ---------------------------------------------- r25095 | lphuberdeau | 2010-02-11 11:18:05 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Smarty parse error (unknown cause, but this fixes it) ---------------------------------------------- r25094 | nkoth | 2010-02-11 11:06:05 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] When switching back to single selector from multiple selector when only one selected, to forget multiple selector settings otherwise it gets in the way ---------------------------------------------- r25093 | nkoth | 2010-02-11 11:00:35 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] previous commit (this should only show in the main search area, not on the top bar search...) ---------------------------------------------- r25092 | nkoth | 2010-02-11 10:58:19 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Allow category filter in searches ---------------------------------------------- r25090 | lphuberdeau | 2010-02-11 10:35:15 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Enclose article content in ~np~ as it is all HTML. Make the pagination of article content optional as it breaks the wiki syntax. ---------------------------------------------- r25089 | nkoth | 2010-02-11 10:27:30 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] missing parameter ---------------------------------------------- r25088 | nkoth | 2010-02-11 10:23:50 -0800 (Thu, 11 Feb 2010) | 2 lines [ENH] Allow category filter in searches ---------------------------------------------- r25087 | lphuberdeau | 2010-02-11 10:15:02 -0800 (Thu, 11 Feb 2010) | 1 line [NEW] Allow to pull RSS feeds into tiki articles ---------------------------------------------- r25086 | lphuberdeau | 2010-02-11 09:55:34 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] I have nothing against new words, but this one causes a parse error. ---------------------------------------------- r25084 | jonnybradley | 2010-02-11 09:19:58 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] {jq notonready=true} for "normal" JS (makes language select dropdown work again) ---------------------------------------------- r25082 | changi67 | 2010-02-11 09:07:03 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Header: Copyright + Id ---------------------------------------------- r25075 | jonnybradley | 2010-02-11 07:44:35 -0800 (Thu, 11 Feb 2010) | 1 line [KIL] Unused smarty function. No references found and no real commits since 2004 ---------------------------------------------- r25074 | lphuberdeau | 2010-02-11 07:35:36 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Rewriting external feed library to use Zend_Feed_Reader rather than an assorted set of regex. Should add support for more formats, resolve multiple issues and speed up feed display (feeds used to be parsed every single time they were displayed and sorted manually) ---------------------------------------------- r25071 | jonnybradley | 2010-02-11 07:05:31 -0800 (Thu, 11 Feb 2010) | 1 line [KIL] Removing unused partial copy off PEAR::Date in lib/Date again (initially done in r8895 by sept_7 in 2007?) ---------------------------------------------- r25069 | jonnybradley | 2010-02-11 06:56:44 -0800 (Thu, 11 Feb 2010) | 1 line [CSS] More monochromatic-ness ---------------------------------------------- r25068 | jonnybradley | 2010-02-11 06:51:53 -0800 (Thu, 11 Feb 2010) | 2 lines [FIX] Add overrideDates param to articles plugin so you can list the date range you actually want, whether the 'article type' says so or not. Also various other small fixes (including don't default to only 3 items) and some code reformatting. ---------------------------------------------- r25067 | sylvieg | 2010-02-11 06:33:34 -0800 (Thu, 11 Feb 2010) | 1 line rollback 25033 to a better fix ---------------------------------------------- r25066 | jonnybradley | 2010-02-11 06:30:13 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Add $override_dates param to list_articles. This allows you to ignore the "show before publish" and "show after expiry" date settings on the article type (in other words find only the date range you were looking for). ---------------------------------------------- r25065 | pkdille | 2010-02-11 05:44:58 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] remove false Id informations in changelog.txt ---------------------------------------------- r25064 | jonnybradley | 2010-02-11 05:40:44 -0800 (Thu, 11 Feb 2010) | 1 line [ENH] Object perms management page gets it's own menu item ---------------------------------------------- r25063 | jonnybradley | 2010-02-11 05:36:39 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Move menu options (items) list into same table as the form and 'menu preview' for better layout (especially with long menus like 42) ---------------------------------------------- r25059 | jonnybradley | 2010-02-11 05:18:37 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] Slightly more sensible error messages ---------------------------------------------- r25057 | chibaguy | 2010-02-11 05:00:38 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] IE7 width rule for wysiwyg toolbar container (toolbar right end was cut off in narrow themes). Thanks to coaboa for pointing out the problem. ---------------------------------------------- r25056 | sylvieg | 2010-02-11 04:46:53 -0800 (Thu, 11 Feb 2010) | 1 line [FIX]tracker: fix free group selection ---------------------------------------------- r25055 | chibaguy | 2010-02-11 04:42:46 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] IE6 width rule for wysiwyg toolbar container (toolbar right end was cut off in narrow themes). Thanks to coaboa for pointing out the problem. ---------------------------------------------- r25054 | chibaguy | 2010-02-11 04:34:27 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] Min-width for wysiwyg toolbar container (toolbar right end was cut off in narrow themes). Thanks to coaboa for pointing out the problem. ---------------------------------------------- r25052 | changi67 | 2010-02-11 02:55:52 -0800 (Thu, 11 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions ---------------------------------------------- r25050 | pkdille | 2010-02-11 01:15:26 -0800 (Thu, 11 Feb 2010) | 1 line [FIX] svn property keywords removed from changelog file ---------------------------------------------- r25043 | chealer | 2010-02-10 22:13:04 -0800 (Wed, 10 Feb 2010) | 1 line [SEC] Server-side persistent login cookie deletion (r23616 regression) ---------------------------------------------- r25041 | chealer | 2010-02-10 22:08:51 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Persistent login cookie path (r7443 regression) ---------------------------------------------- r25040 | chealer | 2010-02-10 22:08:37 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Default cookie path outside tikiroot if Tiki not in domain root ---------------------------------------------- r25039 | chealer | 2010-02-10 20:53:35 -0800 (Wed, 10 Feb 2010) | 1 line improve some code, hoping to protect others from brain damage ---------------------------------------------- r25038 | nkoth | 2010-02-10 18:44:14 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] If comment title equals page name, it should simply not show since this is the auto-created when the comment is created with no title ---------------------------------------------- r25037 | nkoth | 2010-02-10 17:48:08 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Titles of comments titled "Untitled" should simply not be shown ---------------------------------------------- r25036 | nkoth | 2010-02-10 17:42:31 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Do not show comments title box check was wrong ---------------------------------------------- r25035 | nkoth | 2010-02-10 16:51:31 -0800 (Wed, 10 Feb 2010) | 1 line [ENH] Activate showing of date range filter when finding articles ---------------------------------------------- r25034 | nkoth | 2010-02-10 16:48:58 -0800 (Wed, 10 Feb 2010) | 1 line [ENH] Allow filtering of Find results by published date for articles ---------------------------------------------- r25033 | sylvieg | 2010-02-10 14:48:46 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]date: temporary fix - recent changes in date did not accept anymore the trick date ='--' for a non defined date - need to find another trick - meanwhile - avoid blank screen - more to come ---------------------------------------------- r25032 | pkdille | 2010-02-10 14:20:37 -0800 (Wed, 10 Feb 2010) | 1 line [MOD] svn props: test on one file to fix the svn:keywords property ---------------------------------------------- r25031 | nkoth | 2010-02-10 13:13:28 -0800 (Wed, 10 Feb 2010) | 1 line [ENH] Allow for finding within date range in find.tpl ---------------------------------------------- r25030 | sylvieg | 2010-02-10 13:12:57 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]profile: if a category with the same name at the same level exists, repalce the categ ---------------------------------------------- r25029 | sylvieg | 2010-02-10 12:56:20 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]profile: getData does nor return an array ---------------------------------------------- r25028 | ricks99 | 2010-02-10 11:56:44 -0800 (Wed, 10 Feb 2010) | 1 line [FIX]fixed xhtml validation errors ---------------------------------------------- r25023 | sylvieg | 2010-02-10 09:44:14 -0800 (Wed, 10 Feb 2010) | 1 line [MOD]tracker fields: checkbox for global delete ---------------------------------------------- r25022 | jonnybradley | 2010-02-10 07:22:45 -0800 (Wed, 10 Feb 2010) | 1 line [FIX] Take 2 for fix $install_type notice but keeping change admin password form after clean install (thanks chealer) ---------------------------------------------- r25020 | sylvieg | 2010-02-10 04:21:19 -0800 (Wed, 10 Feb 2010) | 1 line missing to 25019 ---------------------------------------------- r25019 | sylvieg | 2010-02-10 04:03:22 -0800 (Wed, 10 Feb 2010) | 1 line [NEW]grouplist: plugin to list the groups including a group and link to the home page ---------------------------------------------- r25018 | chealer | 2010-02-09 21:55:33 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] HTML special chars escaping jonnyb: might want to check this ---------------------------------------------- r25016 | nkoth | 2010-02-09 20:34:57 -0800 (Tue, 09 Feb 2010) | 2 lines [ENH] Activate selection of multiple categories when finding for articles and wiki pages ---------------------------------------------- r25015 | nkoth | 2010-02-09 20:32:38 -0800 (Tue, 09 Feb 2010) | 2 lines [ENH] Allow for multiple selection of categories when finding for articles and wiki pages ---------------------------------------------- r25014 | chealer | 2010-02-09 19:00:21 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] No prompt for admin password change after install (r24878 regression) reported by Alain D?\195?\169silets ---------------------------------------------- r25013 | Jyhem | 2010-02-09 17:32:04 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Ooops, I should not have removed this in r24963 ---------------------------------------------- r25012 | sylvieg | 2010-02-09 15:01:46 -0800 (Tue, 09 Feb 2010) | 1 line [MOD]group: show id ---------------------------------------------- r25011 | nkoth | 2010-02-09 14:42:13 -0800 (Tue, 09 Feb 2010) | 1 line [ENH] continued from last commit: Need ability to change all selectors when tree checkboxes are used for purposes of finding, for e.g. ---------------------------------------------- r25009 | nkoth | 2010-02-09 14:06:36 -0800 (Tue, 09 Feb 2010) | 1 line [ENH] Move the code for generating the category tree into the lib, so it can be used elsewhere other than in categorize_list.php (for find.tpl for example - coming soon). ---------------------------------------------- r25008 | sylvieg | 2010-02-09 13:57:49 -0800 (Tue, 09 Feb 2010) | 1 line [MOD]More: unify the more link with a class more ---------------------------------------------- r25007 | changi67 | 2010-02-09 13:39:24 -0800 (Tue, 09 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions; array is faster :) thx pkdille ---------------------------------------------- r25004 | pkdille | 2010-02-09 13:22:36 -0800 (Tue, 09 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions to some files. ---------------------------------------------- r25002 | jonnybradley | 2010-02-09 11:25:57 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] Move strlen function back to 2nd arg of enigmatic "for" loop (partial rollback of r22634 which caused an endless loop here) N.B. Also needs back-porting to 4.x ---------------------------------------------- r25001 | jonnybradley | 2010-02-09 10:59:39 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Move closing </a> tags to end of links ---------------------------------------------- r25000 | jonnybradley | 2010-02-09 10:58:55 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] More JS headerlib tidying (plus some svn props) ---------------------------------------------- r24999 | sylvieg | 2010-02-09 10:00:46 -0800 (Tue, 09 Feb 2010) | 1 line missing include ---------------------------------------------- r24998 | lphuberdeau | 2010-02-09 08:35:24 -0800 (Tue, 09 Feb 2010) | 1 line [MOD]?\194?\160Allow to remove preferences from the perspective by dragging out ---------------------------------------------- r24997 | sylvieg | 2010-02-09 08:32:17 -0800 (Tue, 09 Feb 2010) | 1 line [FIX]blog: make no sense to put the actions in the class bloginfo ---------------------------------------------- r24996 | jonnybradley | 2010-02-09 08:01:33 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Correct logic for $show_heading ---------------------------------------------- r24995 | sylvieg | 2010-02-09 07:52:18 -0800 (Tue, 09 Feb 2010) | 1 line [FIX]wrong class ---------------------------------------------- r24994 | nkoth | 2010-02-09 07:30:47 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Show expiry date of article on read_article if selected in the type to do so ---------------------------------------------- r24993 | nkoth | 2010-02-09 07:19:05 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] category tree and list not showing ---------------------------------------------- r24992 | lphuberdeau | 2010-02-09 06:00:01 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Value not returned, thus unused ---------------------------------------------- r24991 | lphuberdeau | 2010-02-09 05:33:40 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Uncenter everything, including that file everywhere had a bad side-effect ---------------------------------------------- r24989 | jonnybradley | 2010-02-09 04:25:14 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Replace unknown var $image in _load_data() and ignore E_NOTICE in display() if no buffer already. ---------------------------------------------- r24988 | jonnybradley | 2010-02-09 03:17:54 -0800 (Tue, 09 Feb 2010) | 1 line [FIX] Only show one comments button if javascript disabled ---------------------------------------------- r24987 | sept_7 | 2010-02-09 02:05:26 -0800 (Tue, 09 Feb 2010) | 2 lines [FIX] fix change in API for characters encoding settings ---------------------------------------------- r24986 | sept_7 | 2010-02-09 01:01:55 -0800 (Tue, 09 Feb 2010) | 9 lines [FIX] fix Sylvie pb with commit 24697 : PHP (5.3.1) ERROR (E_WARNING): File: lib/smarty_tiki/block.jq.php Line: 35 Type: Missing argument 3 for smarty_block_jq(), called in /var/www/html/tiki/lib/wiki-plugins/wikiplugin_trackerfilter.php on line 176 and defined Use headerlib->add_js instead of smarty_block_jq that calls headerlib->add_js ---------------------------------------------- r24985 | chealer | 2010-02-08 22:35:17 -0800 (Mon, 08 Feb 2010) | 2 lines [FIX] HTML special chars escaping [FIX] no pages in blogs ---------------------------------------------- r24983 | chealer | 2010-02-08 22:32:25 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] HTML entities converted to their characters in edit field ---------------------------------------------- r24982 | chealer | 2010-02-08 21:47:59 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] get_db_preferences(): comparison of 0 with strings in preferences ---------------------------------------------- r24981 | luciash | 2010-02-08 16:58:30 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] general admin: php error reporting dropdown select needs all values numeric otherwise its options are not selected and saved properly ---------------------------------------------- r24980 | sylvieg | 2010-02-08 16:08:32 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]split: to have the colsize sync with param ---------------------------------------------- r24979 | sylvieg | 2010-02-08 14:12:31 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]split: do not put 2 times %% in the width ---------------------------------------------- r24976 | sylvieg | 2010-02-08 12:02:19 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]calendar: show always admin calendars (otherwise hard to find how to create a second calendar ---------------------------------------------- r24975 | jonnybradley | 2010-02-08 11:59:09 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Mend comments button (r24794 casualty). Not sure why this was done by JS document.write in the first place - seems to work for me as a "normal" button. ---------------------------------------------- r24974 | sylvieg | 2010-02-08 11:45:17 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]calendar: at least show an empty calendar table when no calendar has been created ---------------------------------------------- r24973 | jonnybradley | 2010-02-08 11:45:05 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] _childcontainer show/hide JS fixes ---------------------------------------------- r24971 | jonnybradley | 2010-02-08 11:27:03 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] ereg_replace is deprecated - hope this is correct (tested at least twice!) ---------------------------------------------- r24970 | lphuberdeau | 2010-02-08 11:21:14 -0800 (Mon, 08 Feb 2010) | 1 line [MOD]?\194?\160Allow to specify callbacks when adding items to cart ---------------------------------------------- r24969 | jonnybradley | 2010-02-08 10:50:48 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] New mode for wikiplugin_bloglist: Not "simple list" as before but full blog posts. Also add container class param. ---------------------------------------------- r24968 | jonnybradley | 2010-02-08 10:38:59 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Expose container class as a param (and add some filters) ---------------------------------------------- r24967 | lphuberdeau | 2010-02-08 10:37:22 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Fix security script to read check_permission, check_feature and new permission checks (ie ->view) ---------------------------------------------- r24963 | Jyhem | 2010-02-08 09:38:50 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Manage the blog 'mark as private' option and privilege the use of bloglib function list_blog_posts over tikilib duplicate function ---------------------------------------------- r24962 | jonnybradley | 2010-02-08 09:18:23 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Move JS into {jq} block and KIL redundant single line JS file. ---------------------------------------------- r24961 | jonnybradley | 2010-02-08 08:27:45 -0800 (Mon, 08 Feb 2010) | 2 lines [FIX] Semicolons at end of query breaks ADODB getOne() Also removed stray inclusion of tiki-setup_base.php (broke other things) ---------------------------------------------- r24960 | lphuberdeau | 2010-02-08 08:23:42 -0800 (Mon, 08 Feb 2010) | 1 line [ENH]?\194?\160When a plugin is disabled, show dynamic preferences for admin and add disabled/missing plugin reporting when called from outside the parser ---------------------------------------------- r24959 | sylvieg | 2010-02-08 08:17:34 -0800 (Mon, 08 Feb 2010) | 1 line [NEW]user: option to create group when importing users ---------------------------------------------- r24958 | lphuberdeau | 2010-02-08 07:55:37 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] Removing dead code. Plugin match will never provide a plugin that does not execute, so the condition was never used. ---------------------------------------------- r24957 | lphuberdeau | 2010-02-08 07:50:49 -0800 (Mon, 08 Feb 2010) | 1 line [MOD]?\194?\160Adding wiki plugin output mode and smarty plugin to execute wiki plugins attempting to avoid full execution when possible ---------------------------------------------- r24956 | sylvieg | 2010-02-08 07:47:38 -0800 (Mon, 08 Feb 2010) | 1 line [FIX]import user: missing in commit 24604 ---------------------------------------------- r24955 | jonnybradley | 2010-02-08 07:43:39 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Show expiry date if article type says so ---------------------------------------------- r24953 | jonnybradley | 2010-02-08 07:09:56 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Missing pref ---------------------------------------------- r24952 | jonnybradley | 2010-02-08 07:09:40 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Articles list headings out of sync ---------------------------------------------- r24951 | jonnybradley | 2010-02-08 06:59:47 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Don't display "Read more" if showing "fullbody" (from articles plugin) ---------------------------------------------- r24950 | jonnybradley | 2010-02-08 06:28:24 -0800 (Mon, 08 Feb 2010) | 1 line [MOD] Comment ---------------------------------------------- r24949 | jonnybradley | 2010-02-08 06:10:51 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Change "st" param on add_feedback call to "3" (for info) ---------------------------------------------- r24948 | luciash | 2010-02-08 06:04:51 -0800 (Mon, 08 Feb 2010) | 1 line [ENH] .htaccess: Do not use ETags by default - gives grade A in YSlow for Configure entity tags ---------------------------------------------- r24947 | changi67 | 2010-02-08 05:48:45 -0800 (Mon, 08 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions. + Replace split by explode where no pattern is needed ---------------------------------------------- r24946 | jonnybradley | 2010-02-08 05:28:07 -0800 (Mon, 08 Feb 2010) | 1 line [FIX] Small improvements and fix to testMail ---------------------------------------------- r24943 | changi67 | 2010-02-08 02:49:49 -0800 (Mon, 08 Feb 2010) | 1 line [MOD] access check: deploy some accesslib check functions. ---------------------------------------------- r24938 | chealer | 2010-02-07 20:40:24 -0800 (Sun, 07 Feb 2010) | 2 lines [FIX] Top users generally empty (r21284 regression) thanks gerbert ---------------------------------------------- r24937 | chealer | 2010-02-07 20:38:36 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Admin Modules (r24932 regression) ---------------------------------------------- r24936 | luciash | 2010-02-07 20:04:28 -0800 (Sun, 07 Feb 2010) | 1 line [ENH] wikiplugin trackerlist: better/more info/descriptions for the plugin helper ---------------------------------------------- r24935 | luciash | 2010-02-07 19:16:59 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] wikiplugin trackerlist: typo caused sort_mode=lastModif_desc to return "Incorrect param" error ---------------------------------------------- r24934 | sept_7 | 2010-02-07 16:13:58 -0800 (Sun, 07 Feb 2010) | 2 lines [TYPO] correction of typo ---------------------------------------------- r24932 | sept_7 | 2010-02-07 16:08:42 -0800 (Sun, 07 Feb 2010) | 2 lines [ENH]?\194?\160use access lib function for feature and permission checks ---------------------------------------------- r24929 | nkoth | 2010-02-07 13:50:40 -0800 (Sun, 07 Feb 2010) | 1 line [ENH] Add type filter to articles rss feed ---------------------------------------------- r24925 | sylvieg | 2010-02-07 13:24:44 -0800 (Sun, 07 Feb 2010) | 1 line [FIX]tracker: fix the link for star/rating: trackerlist can be on other than a wiki page ---------------------------------------------- r24924 | sylvieg | 2010-02-07 12:24:50 -0800 (Sun, 07 Feb 2010) | 1 line [FIX]tracker: keep all the url params except those used by the vote when replacing the voting(ex: keep itemId ---------------------------------------------- r24922 | sylvieg | 2010-02-07 11:59:48 -0800 (Sun, 07 Feb 2010) | 1 line [FIX]tracker: the first main field is probably the best: TODO: a setting in a tracker that gives the syntax of the item name (ex: / ) ---------------------------------------------- r24921 | jonnybradley | 2010-02-07 11:45:44 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Use headerlib for tiki-sheet JS (broken when JS moved to end of page) ---------------------------------------------- r24919 | jonnybradley | 2010-02-07 11:32:13 -0800 (Sun, 07 Feb 2010) | 2 lines [FIX] Correct problems with disappearing file galleries caused by 20090811_filegals_container_tiki.sql when running on MySQL 4.1 (wish3000). ---------------------------------------------- r24918 | chealer | 2010-02-07 11:01:24 -0800 (Sun, 07 Feb 2010) | 2 lines [FIX] calls to removed cast() (r24484 regression). oops thanks Pascal Kustner ---------------------------------------------- r24916 | jonnybradley | 2010-02-07 10:33:12 -0800 (Sun, 07 Feb 2010) | 1 line [ENH] Pagination for version list on page history (switchable in case you need to compare version on a "page" boundary). ---------------------------------------------- r24915 | jonnybradley | 2010-02-07 09:25:26 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Multiple notices in lib/diff ---------------------------------------------- r24914 | jonnybradley | 2010-02-07 08:53:24 -0800 (Sun, 07 Feb 2010) | 2 lines [MOD] Remove !important from textarea, option, select, & body.wikitext definition - otherwise every other background-color definition on any textarea, option or select, including in theme options will also need !important added to it. No visual change that i can find. ---------------------------------------------- r24913 | jonnybradley | 2010-02-07 08:49:56 -0800 (Sun, 07 Feb 2010) | 1 line [FIX] Page source fixed (plus use textarea to show source and other fixes) ---------------------------------------------- r24912 | jonnybradley | 2010-02-07 08:47:32 -0800 (Sun, 07 Feb 2010) | 1 line [MOD] Use conventional English on buttons ---------------------------------------------- r24906 | pkdille | 2010-02-06 22:54:28 -0800 (Sat, 06 Feb 2010) | 1 line [MOD] accesslib: all admin panels are reachable through tiki-admin.php. The name of the panels is enough to build the url. Also some minor cleanups ---------------------------------------------- r24905 | lindonb | 2010-02-06 22:31:00 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] Don't add height and width when rel=box (seemed to mess up display). Add a default width if not included in stylebox input. Other tidying. ---------------------------------------------- r24902 | lindonb | 2010-02-06 12:56:02 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] No functionaty changed. Only category objects now go through category code and other clean up. ---------------------------------------------- r24901 | lindonb | 2010-02-06 11:49:24 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] Integrate new randomGalleryId parameter so that all other parameters work with it. ---------------------------------------------- r24899 | lindonb | 2010-02-06 09:00:13 -0800 (Sat, 06 Feb 2010) | 1 line [FIX] Correct filters added in commit 24669 and updated some plugin info descriptions. ---------------------------------------------- r24897 | jonnybradley | 2010-02-05 14:09:35 -0800 (Fri, 05 Feb 2010) | 7 lines [ENH] Page history (mini-revamp part 2): Single navigation when diff is of adjacent versions Comparison radio buttons disabled when not relevant Simplified diff_style menu (plus "advanced" mode button) Clear diff when switching to session mode Removed distracting numbers from navigation ...and various other minor fixes and layout improvements ---------------------------------------------- r24896 | jonnybradley | 2010-02-05 13:55:09 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Add show_numbers param to pagination controls (default "y") ---------------------------------------------- r24894 | sylvieg | 2010-02-05 11:10:05 -0800 (Fri, 05 Feb 2010) | 1 line [NEW]wiki: new perm tiki_p_wiki_view_ref to be able to see a page in modules and rss (without the data) convenient for a site with only one page visible. (more modules to come) ---------------------------------------------- r24893 | lphuberdeau | 2010-02-05 11:02:55 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] After a second look, the root of all evil was the great idea to retrieve all posts in a forum to obtain the last one. Please stop. ---------------------------------------------- r24892 | jonnybradley | 2010-02-05 10:35:23 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Plugin edit message ---------------------------------------------- r24891 | sylvieg | 2010-02-05 10:33:09 -0800 (Fri, 05 Feb 2010) | 1 line [FIX]fix 24885 - thx pkdille ---------------------------------------------- r24890 | jonnybradley | 2010-02-05 09:46:44 -0800 (Fri, 05 Feb 2010) | 1 line [ENH] Optionally show article id in list ---------------------------------------------- r24889 | jonnybradley | 2010-02-05 09:36:08 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Admin article types help button fix ---------------------------------------------- r24888 | jonnybradley | 2010-02-05 09:24:55 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Add $container_class to output of articles and bloglist plugins (.wikiplugin_articles or .wikiplugin_bloglist respectively) for custom CSS targeting. ---------------------------------------------- r24887 | lphuberdeau | 2010-02-05 09:23:58 -0800 (Fri, 05 Feb 2010) | 1 line [FIX]?\194?\160The call to list_forums() adds a signigicant memory overhead (+95M on test install) and COP overhead (30% on test install) for not much value added. Replacing with direct query to avoid it. list_forums() requires love/rework. The slowdown is caused by slow queries in a loop (many of them). ---------------------------------------------- r24886 | jonnybradley | 2010-02-05 09:09:42 -0800 (Fri, 05 Feb 2010) | 1 line [ENH] Add date range params to bloglist plugin ---------------------------------------------- r24885 | sylvieg | 2010-02-05 09:00:57 -0800 (Fri, 05 Feb 2010) | 1 line [FIX]error: say at least page not found - when redirect on search. Put the error in remarksbox ---------------------------------------------- r24884 | jonnybradley | 2010-02-05 08:04:59 -0800 (Fri, 05 Feb 2010) | 1 line [SVN] Add *.js to ignores ---------------------------------------------- r24883 | jonnybradley | 2010-02-05 08:01:43 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] jQ for theme & option menus now uses name attribute to find them (id's changed after lesser magic). ---------------------------------------------- r24882 | alain_desilets | 2010-02-05 07:59:17 -0800 (Fri, 05 Feb 2010) | 1 line [MOD][i18n] Added an outline of the automatic bilingual sentence alignment algorithm in BilingualAligner. Doesn't do anything really. Just to provide guidance to Akshi Gupta, a student who is working on finishing this. ---------------------------------------------- r24881 | jonnybradley | 2010-02-05 07:58:34 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Don't bind event to show/hide the _childcontainer div if it doesn't exist. ---------------------------------------------- r24880 | sept_7 | 2010-02-05 07:51:54 -0800 (Fri, 05 Feb 2010) | 2 lines [ENH] Small layout enhancement for Prefernces search ---------------------------------------------- r24879 | sept_7 | 2010-02-05 07:34:31 -0800 (Fri, 05 Feb 2010) | 2 lines [EHN] use $access->check_feature instead of open coding it.. ---------------------------------------------- r24878 | jonnybradley | 2010-02-05 07:32:36 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Various notice and warning fixes for the installer ---------------------------------------------- r24877 | sept_7 | 2010-02-05 07:29:31 -0800 (Fri, 05 Feb 2010) | 3 lines [EHN] allow a 'keywords' field in the definition of prefs to be able to find prefs more easily... ---------------------------------------------- r24876 | jonnybradley | 2010-02-05 05:57:16 -0800 (Fri, 05 Feb 2010) | 2 lines [FIX] Fix date format for plugins (datepicker) as parsing formats set in prefs is too brittle (depends on locale, browser etc). Remove unused parseDateString() and JS/PHP date format info. ---------------------------------------------- r24875 | jonnybradley | 2010-02-05 05:54:00 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Move jQuery input setup to after element is attached to parent ---------------------------------------------- r24874 | luciash | 2010-02-05 05:50:37 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] CSS: move the input_submit_container in the general layout.css + added to reference file ---------------------------------------------- r24873 | jonnybradley | 2010-02-05 04:32:58 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] Split is deprecated ---------------------------------------------- r24871 | jonnybradley | 2010-02-05 04:24:20 -0800 (Fri, 05 Feb 2010) | 1 line [MOD] Update Zend framework to latest stable (1.10) ---------------------------------------------- r24870 | jonnybradley | 2010-02-05 03:42:53 -0800 (Fri, 05 Feb 2010) | 1 line [FIX] $key not defined - hopefully $k is the right one? ---------------------------------------------- r24869 | sept_7 | 2010-02-05 02:41:59 -0800 (Fri, 05 Feb 2010) | 3 lines [MERGE] merging of experimental/tiki-log-merge to trunk The aim of this is to unify tikilogs adn tikiactionlog, so now all logs are recorded via tikiactions logs... ---------------------------------------------- r24868 | sept_7 | 2010-02-05 02:32:20 -0800 (Fri, 05 Feb 2010) | 3 lines [FIX] fic change-passwd {jq} function should not be declared in the onready part... So add notonready=true in {jq} ---------------------------------------------- r24867 | sept_7 | 2010-02-05 02:22:35 -0800 (Fri, 05 Feb 2010) | 2 lines [FIX] installer : don't use {jq} in the installer for now ---------------------------------------------- r24865 | sept_7 | 2010-02-05 00:17:13 -0800 (Fri, 05 Feb 2010) | 2 lines [FIX] tiki-upload_file : show the result of the upload ---------------------------------------------- r24863 | ricks99 | 2010-02-04 17:59:34 -0800 (Thu, 04 Feb 2010) | 1 line [FIX]Click ratio should be presented as a percentage -- not a decimal value. ---------------------------------------------- r24862 | luciash | 2010-02-04 16:37:25 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] tracker wikiplugin: no need to have submit buttons in another table row and cell and allow easy centering or aligning right for the buttons using the .input_submit_container ---------------------------------------------- r24861 | luciash | 2010-02-04 15:25:11 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] tracker wikiplugin: added class for submit button to allow better styling ---------------------------------------------- r24860 | luciash | 2010-02-04 15:15:28 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] trackerprefill wikiplugin: added class for submit button to allow better styling ---------------------------------------------- r24859 | luciash | 2010-02-04 15:13:36 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] trackerfilter wikiplugin: added class for submit button to allow better styling ---------------------------------------------- r24857 | ricks99 | 2010-02-04 13:52:14 -0800 (Thu, 04 Feb 2010) | 4 lines [ENH]For bug #2780. Added two new parameters to the COUNTDOWN plugin: * show=dhms Specify what information to show (days, hours, minutes, seconds). Default = dhms * since=y|n Specify if the time since an elapse should be shown. Default = y I did *not* address the "locate time" issue identified in the bug. ---------------------------------------------- r24856 | jonnybradley | 2010-02-04 12:27:37 -0800 (Thu, 04 Feb 2010) | 1 line [ENH] Add date range for articles plugin. Also flag to show body of article as well as the header. ---------------------------------------------- r24855 | jonnybradley | 2010-02-04 12:14:19 -0800 (Thu, 04 Feb 2010) | 1 line [INDENT] No other changes ---------------------------------------------- r24854 | jonnybradley | 2010-02-04 11:48:58 -0800 (Thu, 04 Feb 2010) | 1 line [CSS] Rule for datepicker needed to appear infront of plugin edit dialog (and some tidying) ---------------------------------------------- r24853 | jonnybradley | 2010-02-04 11:46:17 -0800 (Thu, 04 Feb 2010) | 2 lines [ENH] New jQuery.tiki wrapper for jQuery UI datepicker. New filter type 'date' for plugin params to automatically use datepicker (time and datetime TODO) & expose date format prefs to JavaScript. ---------------------------------------------- r24852 | jonnybradley | 2010-02-04 11:38:20 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] New function parseDateString() - usage to come... ---------------------------------------------- r24851 | jonnybradley | 2010-02-04 11:36:45 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] Change article type fn chgArtType() used in Edit Article now counts unset properties as "n" (plus some missing var declarations and indentation) ---------------------------------------------- r24850 | jonnybradley | 2010-02-04 11:26:06 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] Downgrade auto_save remarksbox to info (less scary) ---------------------------------------------- r24849 | jonnybradley | 2010-02-04 11:24:53 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] Non-jQuery JavaScript needs to execute before document.ready (sometimes). Also indentation. ---------------------------------------------- r24848 | jonnybradley | 2010-02-04 11:22:39 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] Fix regexp to allow {jq} parameters (e.g. notonready=true) ---------------------------------------------- r24846 | sept_7 | 2010-02-04 07:46:20 -0800 (Thu, 04 Feb 2010) | 2 lines [FIX] Oops debug message removal :( ---------------------------------------------- r24845 | sept_7 | 2010-02-04 07:05:54 -0800 (Thu, 04 Feb 2010) | 14 lines [FIX] Fix ajax script evaluation and refine {jq} tags Please test as {jq} is very special at what it interprets, it is supposed to be like {literal} but not always... Jhonny if you have some tips please share We also have a modification in how script are handled in xajaxResponse as the script evaluate the script in it own context so function declared in xajaxResponse->script() are not available in the page :( So we now use xajaResponse->includeScript() and we provide a js script in temp/public... [FIX] tiki-upload_file.php and filegallery slideshow, profiles are also fixed. If you found some pages not working please report ---------------------------------------------- r24844 | changi67 | 2010-02-04 03:42:28 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] Run get_strings groupwrite nosections lang=fr ---------------------------------------------- r24842 | changi67 | 2010-02-04 03:24:17 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] XHTML validation: duplicate definition of class attribute ---------------------------------------------- r24838 | changi67 | 2010-02-04 02:21:22 -0800 (Thu, 04 Feb 2010) | 1 line [MOD] XHTML Validation ---------------------------------------------- r24835 | xavidp | 2010-02-04 00:50:07 -0800 (Thu, 04 Feb 2010) | 1 line [MOD]Username to be included in QUOTE. Fix applied as reported long ago in wish2089. Thanks people at precarios-www ---------------------------------------------- r24832 | xavidp | 2010-02-04 00:32:40 -0800 (Thu, 04 Feb 2010) | 1 line [MOD]Add heading and body of new articles in notification emails. Thanks Pablo from precarios.org to suggest this hack (I never understood why that content was not in the notification message for articles). ---------------------------------------------- r24831 | chibaguy | 2010-02-04 00:26:07 -0800 (Thu, 04 Feb 2010) | 1 line [FIX] cssmenus dependency should be indicated for topbar menu id, since the menu can use either a CSS menu or PHPL menu. Actually "or" should printed between these on the Look and Feel page, but how to do the logic for that in lib/prefs/feature.php? ---------------------------------------------- r24830 | chibaguy | 2010-02-03 23:54:45 -0800 (Wed, 03 Feb 2010) | 1 line [ENH] Admin's Edit-perspective link shouldn't be outside the module box. ---------------------------------------------- r24827 | xavidp | 2010-02-03 15:18:11 -0800 (Wed, 03 Feb 2010) | 1 line [MOD]Add clearer color (greyish) + italics to the description field by default in all themes, as well as to character count. It can be overridable in a theme by theme basis, which imho is better than the default black and not italics as default (and no css class for description) before this commit. Thanks Ricks99 for tips and feedback. ---------------------------------------------- r24826 | sylvieg | 2010-02-03 15:17:57 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]TRACKERITEMFIELD: be able to handle case as TRACKERITEMFIELD(itemId={{itemId}}, fieldId=1) when there is no itemId in the url ---------------------------------------------- r24825 | sylvieg | 2010-02-03 14:39:17 -0800 (Wed, 03 Feb 2010) | 1 line oops 24824 to be able also to default to empty {{itemId|}} ---------------------------------------------- r24824 | sylvieg | 2010-02-03 14:20:29 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]parsing: to be able to default the argument variables to 0 or empty(ex:{{itemId|}} or {{itemId|0}} ---------------------------------------------- r24823 | lphuberdeau | 2010-02-03 13:30:46 -0800 (Wed, 03 Feb 2010) | 1 line [ROLLBACK] r24794 - breaks the entire profile installer. Thank you for easy to spot commit message. ---------------------------------------------- r24822 | sylvieg | 2010-02-03 12:07:48 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]tracker: missing status for item link with displayfields ---------------------------------------------- r24820 | jonnybradley | 2010-02-03 11:42:20 -0800 (Wed, 03 Feb 2010) | 1 line [MOD] Move jQuery JS setup from header_jquery.tpl to lib/setup/js_detect.php (and KIL header_jquery.tpl) ---------------------------------------------- r24819 | alain_desilets | 2010-02-03 11:26:30 -0800 (Wed, 03 Feb 2010) | 1 line - When loading modules, if there were some preference errors and if the current user is part of the Admins group, then display error messages in the right colum. ---------------------------------------------- r24818 | lphuberdeau | 2010-02-03 10:28:47 -0800 (Wed, 03 Feb 2010) | 1 line [NEW] Cart ---------------------------------------------- r24817 | sylvieg | 2010-02-03 10:16:26 -0800 (Wed, 03 Feb 2010) | 1 line [FIX]forum: parse description + some link fixes ---------------------------------------------- r24816 | jonnybradley | 2010-02-03 10:06:07 -0800 (Wed, 03 Feb 2010) | 1 line [MOD] Lighter background for article and blog titles and tiny graphic fixes ---------------------------------------------- r24815 | jonnybradley | 2010-02-03 09:35:43 -0800 (Wed, 03 Feb 2010) | 1 line [FIX] Handle param['time'] passed in as in integer (as in tiki-edit_article.tpl) ---------------------------------------------- r24814 | jonnybradley | 2010-02-03 09:33:10 -0800 (Wed, 03 Feb 2010) | 1 line [FIX] Warning when no data ---------------------------------------------- r24813 | sylvieg | 2010-02-03 07:14:14 -0800 (Wed, 03 Feb 2010) | 1 line [MOD]forum: wiki parse the description. If somebody wants a setting, tell me ---------------------------------------------- r24812 | sept_7 | 2010-02-03 05:32:14 -0800 (Wed, 03 Feb 2010) | 2 lines [FIX] keep the same convention in path as the one fir $tikipath '\\' -> '/' ---------------------------------------------- r24811 | jonnybradley | 2010-02-03 04:34:28 -0800 (Wed, 03 Feb 2010) | 1 line [FIX] Correct trextarea resizing for WYSIWYG mode. Good in Safari/Chrome, Ok in Fx, IE not tested yet ---------------------------------------------- r24810 | jonnybradley | 2010-02-03 04:31:17 -0800 (Wed, 03 Feb 2010) | 1 line [MOD] JavaScript document object shouldn't be in quotes ---------------------------------------------- r24809 | sept_7 | 2010-02-03 02:35:26 -0800 (Wed, 03 Feb 2010) | 2 lines [UPDATE] Update JSMin.php to a newer version ---------------------------------------------- r24808 | sept_7 | 2010-02-03 02:23:01 -0800 (Wed, 03 Feb 2010) | 2 lines [FIX] correct importation of import url() in CSS minifying ---------------------------------------------- r24807 | chealer | 2010-02-02 17:04:57 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] upgrade from 4 inserting pre-existing tiki_sefurl_regex_out value (completes r23635) ---------------------------------------------- r24806 | luciash | 2010-02-02 15:26:35 -0800 (Tue, 02 Feb 2010) | 1 line oops, accidental removal... sorry sylvie ---------------------------------------------- r24805 | luciash | 2010-02-02 14:59:36 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] file galleries: php notices borked image file intended to display ---------------------------------------------- r24804 | luciash | 2010-02-02 14:44:43 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] installer: global needed in tiki-setup_base.php for upgrades via installer (thx sylvie) ---------------------------------------------- r24802 | sylvieg | 2010-02-02 13:06:56 -0800 (Tue, 02 Feb 2010) | 1 line [NEW]trackerlist: option showrss ---------------------------------------------- r24801 | jonnybradley | 2010-02-02 11:27:16 -0800 (Tue, 02 Feb 2010) | 1 line [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page. ---------------------------------------------- r24800 | jonnybradley | 2010-02-02 11:26:45 -0800 (Tue, 02 Feb 2010) | 2 lines [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page. Also change keyup to keypress to eliminate spurious warnings. ---------------------------------------------- r24799 | sylvieg | 2010-02-02 11:09:58 -0800 (Tue, 02 Feb 2010) | 1 line missing to 24687 ---------------------------------------------- r24798 | sylvieg | 2010-02-02 10:30:20 -0800 (Tue, 02 Feb 2010) | 1 line [MOD] better string ---------------------------------------------- r24797 | sylvieg | 2010-02-02 10:29:19 -0800 (Tue, 02 Feb 2010) | 1 line [MOD]search: compact language search part ---------------------------------------------- r24796 | sylvieg | 2010-02-02 09:29:40 -0800 (Tue, 02 Feb 2010) | 1 line [NEW]img: new param randomGalleryId to be able to pick a random file in a fgal ---------------------------------------------- r24794 | sept_7 | 2010-02-02 07:36:46 -0800 (Tue, 02 Feb 2010) | 3 lines [ENH] try to put javascript inside {jq} bloc to put them at the end of the page Please test to see if something breaks... ---------------------------------------------- r24793 | sept_7 | 2010-02-02 06:45:10 -0800 (Tue, 02 Feb 2010) | 2 lines [FIX/ENH] put JS script and JS files at the end of the page ---------------------------------------------- r24792 | sylvieg | 2010-02-02 06:07:28 -0800 (Tue, 02 Feb 2010) | 1 line missing commit to 24687 ---------------------------------------------- r24790 | eromneg | 2010-02-02 04:03:37 -0800 (Tue, 02 Feb 2010) | 1 line [MOD]remove the strtolower function so that phplayer menu links can have Title tags with capitals and the behaviour is the same as with css menus ---------------------------------------------- r24789 | sept_7 | 2010-02-02 00:57:54 -0800 (Tue, 02 Feb 2010) | 2 lines [FIX] unserialize expect a string so ttest for string before trying unserialize ---------------------------------------------- r24788 | sylvieg | 2010-02-01 14:45:00 -0800 (Mon, 01 Feb 2010) | 1 line [FIX]split: to have the headers working in {SPLIT(first=col)}\!header{SPLIT} ---------------------------------------------- r24787 | jonnybradley | 2010-02-01 14:42:13 -0800 (Mon, 01 Feb 2010) | 1 line [FIX] Workaround for jQ.sheet's reluctance to add cells to an empty (new) spreadsheet. ---------------------------------------------- r24786 | sylvieg | 2010-02-01 14:15:52 -0800 (Mon, 01 Feb 2010) | 1 line [FIX]split: incorrect filter colsize can be 10|10% ---------------------------------------------- r24785 | jonnybradley | 2010-02-01 13:44:40 -0800 (Mon, 01 Feb 2010) | 1 line [ENH] More pagination controls for page history versions (now on preview and source views, as well as diffs) ---------------------------------------------- r24784 | sylvieg | 2010-02-01 13:04:25 -0800 (Mon, 01 Feb 2010) | 1 line missing table ---------------------------------------------- r24783 | sylvieg | 2010-02-01 12:46:56 -0800 (Mon, 01 Feb 2010) | 1 line [NEW]blog: 2 params to top_visited_blogs: showlastpost + sort_mode (todo merge the other blog module) ---------------------------------------------- r24778 | chealer | 2010-01-31 20:00:33 -0800 (Sun, 31 Jan 2010) | 4 lines [FIX] case where Calendar filter is not set and feature_default_calendars is used. oops [FIX] Don't display if none of the requested calendars can be viewed [ENH/FIX] Restore support for filtering with multiple calendars, now working (hopefully) Calendar module: "calendarId" becomes "calIds". just say if you were using it, I'll make the conversion ---------------------------------------------- r24777 | chealer | 2010-01-31 19:51:19 -0800 (Sun, 31 Jan 2010) | 2 lines [FIX] Last modified events: Calendar filter ignored (spello "calendarid") Thanks Pascal St-Jean ---------------------------------------------- r24775 | jonnybradley | 2010-01-31 12:40:36 -0800 (Sun, 31 Jan 2010) | 1 line [ENH] View page history by edit "session" (i.e. edits by the same author within 30 minutes, hardcoded for now) ---------------------------------------------- r24774 | lindonb | 2010-01-31 11:54:32 -0800 (Sun, 31 Jan 2010) | 3 lines [ENH] Added group watch/unwatch to category and descendants using new functions in categlib and altering tiki-object watch page [MOD] Changed user watch (tikilib) and group watch (categlib) functions to never add the Top category to watch tables, since Top is not a real category (not in the tiki-categories table). [FIX] Fixed various bugs in first commit and cleaned out double quotes ---------------------------------------------- r24773 | sept_7 | 2010-01-31 11:51:00 -0800 (Sun, 31 Jan 2010) | 2 lines [ENH] Move all JS files scripts to the end of the page... ---------------------------------------------- r24772 | chealer | 2010-01-31 11:47:34 -0800 (Sun, 31 Jan 2010) | 6 lines [FIX] Plugin DIV using width parameter (r24669 regression) Broken for "{DIV(width="48%",float="right")}RIGHT{DIV}{DIV(width="48%",float="left")}LEFT{DIV}" Cf http://sourceforge.net/mailarchive/forum.php?thread_name=AD9009DD1B046F4ABBB3E3541D9323FE061CB0B42E%40NRCCENMB3.nrc.ca&forum_name=tikiwiki-devel lphuberdeau: might want to check this Thanks Alain D?\195?\169silets ---------------------------------------------- r24770 | xavidp | 2010-01-31 11:12:36 -0800 (Sun, 31 Jan 2010) | 1 line While customized string translation seems broken at tiki 4.2 (from proposals), a few strings are added directly through svn ---------------------------------------------- r24769 | sept_7 | 2010-01-31 10:02:57 -0800 (Sun, 31 Jan 2010) | 3 lines [ENH] load JS files in tiki-setup.php with add_jsfile to reduce the number of requests ---------------------------------------------- r24768 | jonnybradley | 2010-01-31 09:23:15 -0800 (Sun, 31 Jan 2010) | 1 line [MOD] Add plugin name to commit message ---------------------------------------------- r24766 | jonnybradley | 2010-01-31 07:24:51 -0800 (Sun, 31 Jan 2010) | 1 line [FIX] Rollback r24628 - userlinks are cached unserialized as they are strings already. Cachlib fixed not to return serialized results in previous commit. ---------------------------------------------- r24765 | jonnybradley | 2010-01-31 07:22:59 -0800 (Sun, 31 Jan 2010) | 1 line [FIX] CacheLibFileSystem::getCached() incorrectly returning serialized result (which will be done by getSerialized() if necessary) ---------------------------------------------- r24763 | chealer | 2010-01-30 19:38:53 -0800 (Sat, 30 Jan 2010) | 2 lines [FIX] Plugin events, Upcoming events module: all events shown if all requested calendars can't be viewed [FIX] upcoming_events(): behavior diverging from specification ---------------------------------------------- r24762 | ricks99 | 2010-01-30 18:29:45 -0800 (Sat, 30 Jan 2010) | 1 line [FIX]Fixing an xhtml validation error. A block-level element (<div>) cannot be inside and inline element (<span>). Changed the <span id='toc'> to a <div>. The content from {maketoc} now validates properly. ---------------------------------------------- r24761 | sylvieg | 2010-01-30 14:30:33 -0800 (Sat, 30 Jan 2010) | 1 line [FIX]notice when running sqlupgrade ---------------------------------------------- r24760 | chealer | 2010-01-30 13:26:06 -0800 (Sat, 30 Jan 2010) | 3 lines [FIX] HTML special chars escaping [FIX] colons inside tr blocks [FIX] translation: duplicate form value source_page ---------------------------------------------- r24759 | jonnybradley | 2010-01-30 11:14:25 -0800 (Sat, 30 Jan 2010) | 1 line [ENH] Improvements for translationUIRevamp layout. Display message and diff type menu properly & add ability to view separate version diffs. Some other small fixes. ---------------------------------------------- r24758 | jonnybradley | 2010-01-30 09:58:32 -0800 (Sat, 30 Jan 2010) | 1 line [ENH] Pagination controls for page history versions ---------------------------------------------- r24757 | jonnybradley | 2010-01-30 09:46:33 -0800 (Sat, 30 Jan 2010) | 2 lines [ENH] New zero_based_offset param for pagination controls (defaults to "y"). No change on existing behaviour expected, implementation to come. ---------------------------------------------- Version 4.1 <http://tikiwiki.org/ReleaseNotes41> ------------------ ---------------------------------------------- r23896 | pkdille | 2009-12-15 22:19:25 +0100 (mar., 15 déc. 2009) | 1 line [FIX] get_strings: fix the regexp when there are some backticks in sql insert ---------------------------------------------- r23892 | jonnybradley | 2009-12-15 18:39:26 +0100 (mar., 15 déc. 2009) | 1 line [MOD] Slight change to filegals/max_upload_size.php for reuse elsewhere (coming later) ---------------------------------------------- r23882 | marclaporte | 2009-12-14 21:00:22 +0100 (lun., 14 déc. 2009) | 1 line [FIX] Clearer description of Language inclusion threshold ---------------------------------------------- r23881 | marclaporte | 2009-12-14 20:59:29 +0100 (lun., 14 déc. 2009) | 1 line [MOD] change __Language inclusion threshold__ to a more sensible default of 3 languages. ---------------------------------------------- r23879 | jonnybradley | 2009-12-14 19:13:36 +0100 (lun., 14 déc. 2009) | 1 line [SVN] Ignore tracker_* (r23813 in trunk) ---------------------------------------------- r23878 | jonnybradley | 2009-12-14 19:10:58 +0100 (lun., 14 déc. 2009) | 1 line [ENH] Width param for remarksbox ---------------------------------------------- r23875 | luciash | 2009-12-14 16:59:32 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-friends.php: some PHP notices (Use of undefined constant DB_FETCHMODE_ASSOC) ---------------------------------------------- r23874 | luciash | 2009-12-14 16:44:11 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-admin.php?page=general: PHP notice (Only variables should be passed by reference) ---------------------------------------------- r23873 | luciash | 2009-12-14 16:33:36 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-user_preferences.php: some PHP notices ---------------------------------------------- r23872 | luciash | 2009-12-14 16:05:06 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-view_tracker.php: PHP notice: Undefined index: showLastComment ---------------------------------------------- r23871 | luciash | 2009-12-14 16:00:54 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-view_tracker.php: PHP notice: Undefined index: writerCanModify ---------------------------------------------- r23868 | luciash | 2009-12-14 15:12:38 +0100 (lun., 14 déc. 2009) | 1 line [FIX] ajax: better 'fullscreen' overlay look for /home/luci/Development/tikibranch4/styles/layout/design.cssajaxLoading ---------------------------------------------- r23865 | luciash | 2009-12-14 14:37:20 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-listpages.php: PHP notice constructor already defined for class TikiAjax ---------------------------------------------- r23864 | luciash | 2009-12-14 14:16:03 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tiki-lastchanges.php: PHP notice ---------------------------------------------- r23863 | luciash | 2009-12-14 14:01:36 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: vertical-align: middle for rbox-title text in spans ---------------------------------------------- r23862 | luciash | 2009-12-14 13:52:26 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: rbox-title border color should be the same as rbox-data border ---------------------------------------------- r23861 | luciash | 2009-12-14 13:40:56 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: nicer alignment and spacing for admin panels legend icons and spans ---------------------------------------------- r23860 | lindonb | 2009-12-14 06:06:56 +0100 (lun., 14 déc. 2009) | 1 line [FIX] Refining pattern to keep | inside of links from being interpreted as column separators. ---------------------------------------------- r23859 | lindonb | 2009-12-14 05:25:55 +0100 (lun., 14 déc. 2009) | 1 line [FIX] Port trunk version (as of revision 23858) to 4x to avoid merging issues with moving to 4.1. ---------------------------------------------- r23857 | luciash | 2009-12-14 01:26:08 +0100 (lun., 14 déc. 2009) | 1 line [FIX] tikinewt theme: better alignment of tabs with the tab content ---------------------------------------------- r23851 | chibaguy | 2009-12-13 09:46:39 +0100 (dim., 13 déc. 2009) | 1 line [FIX] The parentheses around ))HomePage(( were displaying, but anyway there's no need for the word to be camelcase or uppercase. ---------------------------------------------- r23850 | lindonb | 2009-12-13 03:53:41 +0100 (dim., 13 déc. 2009) | 1 line [FIX] Update mime icons from img/icn/*.gif to use pics/icons/mime/*. png ---------------------------------------------- r23848 | ohertel | 2009-12-13 00:57:59 +0100 (dim., 13 déc. 2009) | 1 line [fix] changed umlauts (&entity;) back to utf-8 encoded characters ---------------------------------------------- r23846 | Jyhem | 2009-12-12 23:28:26 +0100 (sam., 12 déc. 2009) | 1 line [FIX] fix 23804 changed some references to body.fullscreen into body.tiki_fullscreen in error. fixed ---------------------------------------------- r23844 | sylvieg | 2009-12-12 20:52:34 +0100 (sam., 12 déc. 2009) | 1 line [FIX]de: a lot of synta errors ---------------------------------------------- r23843 | jonnybradley | 2009-12-12 20:13:39 +0100 (sam., 12 déc. 2009) | 1 line [FIX] Move admin message inside table structure and smarty logic (why is it admin only?) ---------------------------------------------- r23842 | jonnybradley | 2009-12-12 19:59:10 +0100 (sam., 12 déc. 2009) | 1 line [MOD] Indentation ---------------------------------------------- r23841 | lindonb | 2009-12-12 19:31:46 +0100 (sam., 12 déc. 2009) | 1 line [FIX] Fix regression from commit 21293. Fix keeps | inside of links from being interpreted as column separators. ---------------------------------------------- r23840 | jonnybradley | 2009-12-12 19:26:53 +0100 (sam., 12 déc. 2009) | 1 line [FIX] Unexpected global needed (thanks marc) ---------------------------------------------- r23836 | chibaguy | 2009-12-12 04:31:14 +0100 (sam., 12 déc. 2009) | 2 lines [ENH] Adjustments in floated divs for content columns (see http://themes.tikiwiki.org/Floated box demo). Also some *.reference.css updating. ---------------------------------------------- r23833 | Jyhem | 2009-12-11 18:34:59 +0100 (ven., 11 déc. 2009) | 1 line [FIX] Commit 23804 caused class name conflict with the CSS files of jscalendar. So we keep class names prefixed with 'tiki_' ---------------------------------------------- r23824 | jonnybradley | 2009-12-11 13:10:28 +0100 (ven., 11 déc. 2009) | 1 line [FIX] Only prepend # to anchors in wikipage links if anchor is set. ---------------------------------------------- r23820 | chibaguy | 2009-12-11 06:32:42 +0100 (ven., 11 déc. 2009) | 1 line [FIX] Log-in button wasn't monochrome. Thanks to Eric Kelner for reporting. ---------------------------------------------- r23814 | marclaporte | 2009-12-10 21:49:00 +0100 (jeu., 10 déc. 2009) | 1 line [KIL] Remove some leftovers of tiki-categpermissions.php Thanks to rg for reporting on IRC ---------------------------------------------- r23812 | sylvieg | 2009-12-10 20:07:02 +0100 (jeu., 10 déc. 2009) | 1 line [MOD]menu: put the default menu icon path in a pref ---------------------------------------------- r23805 | sylvieg | 2009-12-10 18:39:50 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]CATEGORY: fix id=1+2 broken with the filtering ---------------------------------------------- r23804 | Jyhem | 2009-12-10 18:28:02 +0100 (jeu., 10 déc. 2009) | 1 line [ENH] Reorganize body class for logic and versatility ---------------------------------------------- r23799 | jonnybradley | 2009-12-10 17:38:57 +0100 (jeu., 10 déc. 2009) | 1 line [FIX] Rollback r23408 - call to parse_data() not superflous after all. Added comment (thanks marclaporte) ---------------------------------------------- r23798 | sylvieg | 2009-12-10 17:27:41 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]rss: use title and desc from admin panel ---------------------------------------------- r23789 | sylvieg | 2009-12-10 11:00:19 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]section: typo that was overwritting the global section ---------------------------------------------- r23788 | alenaernst | 2009-12-10 09:27:52 +0100 (jeu., 10 déc. 2009) | 1 line Translation of all expressions in file 'untranslated.php' and added to language.php. Umlauts fixed ---------------------------------------------- r23787 | ricks99 | 2009-12-10 00:42:36 +0100 (jeu., 10 déc. 2009) | 1 line [FIX] improperly placed {/if} caused invalid XHTML. ---------------------------------------------- r23785 | sylvieg | 2009-12-10 00:12:17 +0100 (jeu., 10 déc. 2009) | 1 line [FIX]oops wrong backport ---------------------------------------------- r23781 | sylvieg | 2009-12-09 22:03:26 +0100 (mer., 09 déc. 2009) | 1 line [FIX]modules: to have section=blogs working (do a table only if separator is in param string) ---------------------------------------------- r23778 | jonnybradley | 2009-12-09 20:30:27 +0100 (mer., 09 déc. 2009) | 1 line [FIX] Reset database connection wasn't resetting ---------------------------------------------- r23776 | sylvieg | 2009-12-09 19:26:52 +0100 (mer., 09 déc. 2009) | 1 line [FIX]module: missing param notitle ---------------------------------------------- r23774 | jonnybradley | 2009-12-09 17:54:14 +0100 (mer., 09 déc. 2009) | 1 line [MOD] Use suppress_icons in switch to wysiwyg mode ---------------------------------------------- r23773 | jonnybradley | 2009-12-09 17:49:37 +0100 (mer., 09 déc. 2009) | 1 line [FIX] Don't show external link icons in newsletters ---------------------------------------------- r23772 | jonnybradley | 2009-12-09 17:47:08 +0100 (mer., 09 déc. 2009) | 2 lines [MOD] 'suppress_icons' option for parse_data() to allow hiding of edit section, plugins and external link icons Implementation to come. ---------------------------------------------- r23770 | jonnybradley | 2009-12-09 17:10:21 +0100 (mer., 09 déc. 2009) | 1 line [SVN] svn:keyword Id fixes ---------------------------------------------- r23766 | jonnybradley | 2009-12-09 15:59:28 +0100 (mer., 09 déc. 2009) | 1 line [FIX] Don't leave a blank line between chunks of exported data ---------------------------------------------- r23765 | jonnybradley | 2009-12-09 15:58:39 +0100 (mer., 09 déc. 2009) | 1 line [FIX] {foreach} doesn't seem to create a new line after it (causing tracker config error if used) ---------------------------------------------- r23764 | jonnybradley | 2009-12-09 15:57:49 +0100 (mer., 09 déc. 2009) | 1 line [MOD] Return with an error if there's a problem inserting a new item. ---------------------------------------------- r23757 | xavidp | 2009-12-08 20:33:36 +0100 (mar., 08 déc. 2009) | 1 line [ENH]A few strings added related to module calendar ---------------------------------------------- r23756 | xavidp | 2009-12-08 20:29:53 +0100 (mar., 08 déc. 2009) | 1 line [FIX]Make the display of navigation buttons fit in one line when inside the calendar module ---------------------------------------------- r23755 | xavidp | 2009-12-08 19:47:46 +0100 (mar., 08 déc. 2009) | 1 line [ENH]Link to add new events shown from module calendar and upcoming events, if user has the appropiate perm (forgot to include in previous commits; but already in proposed) ---------------------------------------------- r23754 | xavidp | 2009-12-08 19:32:24 +0100 (mar., 08 déc. 2009) | 1 line [bp/r23734 & r23743][FIX]Backport from sept_7 to avoid issues with module calendar and ajax, as well as improving navigation. Still WSOD when no calendar is created yet and somebody attemps to assign the calendar module ---------------------------------------------- r23752 | jonnybradley | 2009-12-08 19:00:00 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Make dynamic list options reference global as some browsers eval() (e.g. Safari/Chrome) doesn't inherit the function's scope. ---------------------------------------------- r23751 | jonnybradley | 2009-12-08 18:58:12 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Empty auto_query_args (& correct svn:keyword) ---------------------------------------------- r23750 | jonnybradley | 2009-12-08 18:15:04 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Dynamic tracker items JS error fix for empty nodes ---------------------------------------------- r23746 | luciash | 2009-12-08 16:22:01 +0100 (mar., 08 déc. 2009) | 1 line [bp/r23745][FIX] czech language: use proper utf-8 characters instead of html entities ---------------------------------------------- r23735 | jonnybradley | 2009-12-08 14:37:05 +0100 (mar., 08 déc. 2009) | 1 line [FIX] Quite a few missing globals ---------------------------------------------- r23733 | sylvieg | 2009-12-08 14:05:07 +0100 (mar., 08 déc. 2009) | 1 line [FIX]banner: preselect the saved time ---------------------------------------------- r23726 | ricks99 | 2009-12-08 00:05:07 +0100 (mar., 08 déc. 2009) | 1 line [FIX]proper xhtml validation requires a space: <.. /> not <../> ---------------------------------------------- r23724 | sylvieg | 2009-12-07 23:16:30 +0100 (lun., 07 déc. 2009) | 1 line [FIX]tracker: only admin can change the userId - other must be ignored ---------------------------------------------- r23722 | nkoth | 2009-12-07 21:59:49 +0100 (lun., 07 déc. 2009) | 1 line [FIX] list of categories not respecting perms ---------------------------------------------- r23719 | xavidp | 2009-12-07 17:32:20 +0100 (lun., 07 déc. 2009) | 1 line [MOD]Added the 2 letters for the days of the week. Thanks chibaguy and luciash for the tips and feedback on this issue! (forgot to thank in the previous commit) ---------------------------------------------- r23716 | xavidp | 2009-12-07 17:24:27 +0100 (lun., 07 déc. 2009) | 1 line [ENH]Allow 2 letters as abreviated names from days of the week in the module calendar, since in some languages, more than one letter is needd. By default 2 letters shown from now onwards, and overridable at language.php level. In addition, button to add new events shown in module calendar and upcoming_events for users with the appropriate perm. ---------------------------------------------- r23710 | nkoth | 2009-12-07 03:19:43 +0100 (lun., 07 déc. 2009) | 1 line [FIX] Not staying in SSL mode not working because unchecked checkboxes are not sent ---------------------------------------------- r23709 | nkoth | 2009-12-07 03:01:14 +0100 (lun., 07 déc. 2009) | 1 line [FIX] Show Stay in SSL mode even if not currently in SSL if SSL is set to required ---------------------------------------------- r23708 | nkoth | 2009-12-07 02:21:28 +0100 (lun., 07 déc. 2009) | 1 line [FIX] If user comes from a non-https URL and logs in with SSL, there is a possibility that he will be redirected to non-SSL, e.g. in the case where SSL is required ---------------------------------------------- r23707 | nkoth | 2009-12-07 01:34:40 +0100 (lun., 07 déc. 2009) | 1 line [FIX] login box in site header not working with force https login setting ---------------------------------------------- r23706 | nkoth | 2009-12-07 00:25:26 +0100 (lun., 07 déc. 2009) | 1 line [FIX] on registration the preventing of antibot from appearing again on filling in user tracker info was not working before ---------------------------------------------- r23701 | sylvieg | 2009-12-06 23:27:19 +0100 (dim., 06 déc. 2009) | 1 line [FIX]tracker: mandatory category drop down field must display an empty line to be sure the user saves without checking a categ ---------------------------------------------- r23699 | sylvieg | 2009-12-06 17:42:11 +0100 (dim., 06 déc. 2009) | 1 line [FIX]search: too many back quotes when searching on tracker ---------------------------------------------- r23694 | marclaporte | 2009-12-05 17:01:50 +0100 (sam., 05 déc. 2009) | 1 line [MOD] Add this new setting to i18n admin panel, where people look when configuring multilingual site. ---------------------------------------------- r23693 | sylvieg | 2009-12-05 16:01:36 +0100 (sam., 05 déc. 2009) | 1 line [MOD]listpages: new option Display by default only pages in current language - a lot of people do not see that the filter is preselected ---------------------------------------------- r23690 | sylvieg | 2009-12-05 14:22:59 +0100 (sam., 05 déc. 2009) | 1 line [MOD]remarksbox: new type error that can not be closed ---------------------------------------------- r23685 | nkoth | 2009-12-05 03:27:11 +0100 (sam., 05 déc. 2009) | 1 line [FIX] Scroll to comments area after comments posting. Also, show proper feedback message if comment is not to appear immediately but is to be moderated so it looks ok. ---------------------------------------------- r23684 | nkoth | 2009-12-05 03:14:42 +0100 (sam., 05 déc. 2009) | 1 line [FIX] show anonymous provided name in the preview of comment ---------------------------------------------- r23683 | nkoth | 2009-12-05 02:37:47 +0100 (sam., 05 déc. 2009) | 1 line [FIX] Make sure on clicking on comments link that it scrolls down to the comments area ---------------------------------------------- r23681 | nkoth | 2009-12-05 02:15:38 +0100 (sam., 05 déc. 2009) | 1 line [FIX] Allow access to individual RSS feeds even if main Blog RSS feature is unchecked so long as individual blog RSS is enabled ---------------------------------------------- r23680 | sylvieg | 2009-12-05 00:36:10 +0100 (sam., 05 déc. 2009) | 1 line [FIX]tracker: get item link working both the same with view_tracker and TRACKER + fix the categ perm check ---------------------------------------------- r23679 | nkoth | 2009-12-04 23:24:38 +0100 (ven., 04 déc. 2009) | 1 line the first and second time, we should not trust the absence of javascript_enabled cookie yet, as it could be a redirection and the js will not get a chance to run yet, so we wait until the third run, assuming that js is on before then. Absence of cookies in general is not a good test when redirected ---------------------------------------------- r23677 | sylvieg | 2009-12-04 22:18:13 +0100 (ven., 04 déc. 2009) | 1 line [FIX]coelesce: check top_bar prefs ---------------------------------------------- r23672 | xavidp | 2009-12-04 18:03:08 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Contribution moved back to the main tab and mandatory_note and mandatory_star classes and info added when and where needed ---------------------------------------------- r23671 | sylvieg | 2009-12-04 17:36:34 +0100 (ven., 04 déc. 2009) | 1 line [FIX]css: more meaningful error message ---------------------------------------------- r23670 | xavidp | 2009-12-04 17:22:47 +0100 (ven., 04 déc. 2009) | 1 line [MOD]Mandatory-related information inside a remarksbox and with mandatory_note or _star asociated to it ---------------------------------------------- r23668 | xavidp | 2009-12-04 17:05:38 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Mandatory note class added inside warning remarksbox for mandatory texts ---------------------------------------------- r23661 | sylvieg | 2009-12-04 14:37:58 +0100 (ven., 04 déc. 2009) | 1 line [FIX]newsletter: admin perm gives all perms ---------------------------------------------- r23660 | xavidp | 2009-12-04 14:04:52 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Adding of fixing missing mandatory_note class to the related text ---------------------------------------------- r23659 | xavidp | 2009-12-04 13:53:09 +0100 (ven., 04 déc. 2009) | 1 line [FIX]Added missing mandatory_note class for wikiplugin_tracker to all themes through design.css ---------------------------------------------- r23657 | xavidp | 2009-12-04 13:20:22 +0100 (ven., 04 déc. 2009) | 1 line [MOD]added missing .mandatory_star class ---------------------------------------------- r23656 | jonnybradley | 2009-12-04 12:27:18 +0100 (ven., 04 déc. 2009) | 1 line [SQL] Column to allow different wiki syntax for each filegal (implementation to come) ---------------------------------------------- r23655 | jonnybradley | 2009-12-04 11:20:44 +0100 (ven., 04 déc. 2009) | 4 lines [MOD] More small fixes to admin users. Tab renamed as there is no export function. Don't show link to group admin if only tiki_p_admin_users. Better help icon/tip. ---------------------------------------------- r23654 | jonnybradley | 2009-12-04 11:02:14 +0100 (ven., 04 déc. 2009) | 4 lines [ENH] Changes to the change password section of admin users (to be refactored and implemented in register and change password soon). Corrected the order of pass1, genpass and pass2 so pass1 and pass2 are adjacent. Added "passwords match" notice and icon. Now copies changes to the generated password field to both pass inputs. ---------------------------------------------- r23653 | Jyhem | 2009-12-04 10:38:10 +0100 (ven., 04 déc. 2009) | 1 line [ENH] Better consistency in translating 'report', like in 3.x ---------------------------------------------- r23651 | campbe13 | 2009-12-03 23:38:43 +0100 (jeu., 03 déc. 2009) | 1 line [FIX] if email validation selected add check for non blank email ---------------------------------------------- r23649 | sylvieg | 2009-12-03 21:22:08 +0100 (jeu., 03 déc. 2009) | 1 line missing feature ---------------------------------------------- r23647 | sylvieg | 2009-12-03 18:50:39 +0100 (jeu., 03 déc. 2009) | 1 line [FIX]Argument 1 passed to TikiDb::setErrorHandler() must implement interface TikiDb_ErrorHandler ---------------------------------------------- r23645 | sylvieg | 2009-12-03 18:33:33 +0100 (jeu., 03 déc. 2009) | 1 line [FIX]CATEGORY: appropriate filter for sort + error message is sort is incorrect ---------------------------------------------- r23643 | jonnybradley | 2009-12-03 11:28:35 +0100 (jeu., 03 déc. 2009) | 1 line [FIX] More WYSIWYCA approach to user admin ---------------------------------------------- r23641 | alain_desilets | 2009-12-03 03:14:26 +0100 (jeu., 03 déc. 2009) | 1 line - Translated pop up messages for the new watch icons. ---------------------------------------------- r23636 | sylvieg | 2009-12-02 21:54:06 +0100 (mer., 02 déc. 2009) | 1 line backport also sefurl - partiel 23363 ---------------------------------------------- r23632 | sylvieg | 2009-12-02 19:20:22 +0100 (mer., 02 déc. 2009) | 1 line oops - forgot the global ---------------------------------------------- r23630 | sylvieg | 2009-12-02 18:21:16 +0100 (mer., 02 déc. 2009) | 1 line [FIX]language: browser langauge must be limited to available language(ex: en_uk can be the browser language and not selected) ---------------------------------------------- r23624 | sylvieg | 2009-12-02 16:03:18 +0100 (mer., 02 déc. 2009) | 1 line [FIX]xml import: if page already exists: cumulate on history + error if structure already exists ---------------------------------------------- r23618 | jonnybradley | 2009-12-02 14:00:54 +0100 (mer., 02 déc. 2009) | 2 lines [FIX] Use logout function in userlib instead of including tiki-loghout.php - suspected of causing the installer to loop back to the start on some configurations. Also keep track of install_type and send to change password form if a 'scratch' (i.e. clean) install. ---------------------------------------------- r23617 | sylvieg | 2009-12-02 13:59:15 +0100 (mer., 02 déc. 2009) | 1 line [FIX]tracker: a little bit more about page selector ---------------------------------------------- r23616 | jonnybradley | 2009-12-02 13:56:08 +0100 (mer., 02 déc. 2009) | 1 line [MOD] Refactoring of logout code (use in installer to come next) ---------------------------------------------- r23615 | sylvieg | 2009-12-02 13:52:37 +0100 (mer., 02 déc. 2009) | 1 line [bp/r 23357][MOD]CATEGORY: 3 params showname, showdescription, showtype ---------------------------------------------- r23613 | sylvieg | 2009-12-02 13:20:56 +0100 (mer., 02 déc. 2009) | 1 line [FIX]modules: to avoid db error params can not be NULL. http_build_query can return NULL or empty strind depending on system: TODO: fix why params column can not accept NULL ---------------------------------------------- r23611 | jonnybradley | 2009-12-02 12:19:52 +0100 (mer., 02 déc. 2009) | 1 line [FIX] Only display edit buttons for users you can actually edit ---------------------------------------------- r23605 | sylvieg | 2009-12-02 00:41:38 +0100 (mer., 02 déc. 2009) | 1 line [FIX]rollback : rollbacj 23603 - too much contreversial ---------------------------------------------- r23604 | sylvieg | 2009-12-01 23:57:36 +0100 (mar., 01 déc. 2009) | 1 line [FIX]tracker: some more configuration for page selector field ---------------------------------------------- r23603 | alain_desilets | 2009-12-01 22:54:51 +0100 (mar., 01 déc. 2009) | 1 line - Modified watch icon and popup message. ---------------------------------------------- r23602 | jonnybradley | 2009-12-01 20:53:49 +0100 (mar., 01 déc. 2009) | 1 line [FIX] Stop "Generate Password" button causing postback. ---------------------------------------------- r23593 | sylvieg | 2009-12-01 15:47:30 +0100 (mar., 01 déc. 2009) | 1 line [FIX]tracker: fix export when sort field is not the default one for a tracker ---------------------------------------------- r23592 | ricks99 | 2009-12-01 04:59:44 +0100 (mar., 01 déc. 2009) | 1 line [ENH] working on the webhelp feature, in progress. Updating to use standard Tiki icons. Will now correctly generate content for the content.html page (based on browser title, site title, and site subtitle. ---------------------------------------------- r23591 | chibaguy | 2009-12-01 04:37:10 +0100 (mar., 01 déc. 2009) | 1 line [FIX] Floated divs for content columns (see http://themes.tikiwiki.org/Floated box demo) need !important to override general wikitext .box no float. ---------------------------------------------- r23590 | ricks99 | 2009-12-01 03:19:21 +0100 (mar., 01 déc. 2009) | 1 line [FIX]column name should be DOMAIN not WORDS ---------------------------------------------- r23587 | alain_desilets | 2009-11-30 22:36:42 +0100 (lun., 30 nov. 2009) | 1 line - Updated translated strings after changes to clarify group inclusion UI. ---------------------------------------------- r23584 | sylvieg | 2009-11-30 19:17:24 +0100 (lun., 30 nov. 2009) | 1 line [FIX]comment: malformed object ---------------------------------------------- r23581 | chibaguy | 2009-11-28 16:05:30 +0100 (sam., 28 nov. 2009) | 1 line [FIX] Topbar pref filter missing since site header template reorganizing. ---------------------------------------------- r23580 | chibaguy | 2009-11-28 16:03:06 +0100 (sam., 28 nov. 2009) | 1 line [FIX] Strasa's site header login pref filter was missing, so no response to L&F Login Bar checkbox. Thanks to luci for noticing. ---------------------------------------------- r23578 | sylvieg | 2009-11-28 15:54:06 +0100 (sam., 28 nov. 2009) | 1 line [FIX]actionlog: tmpDir by default has not / ---------------------------------------------- r23576 | sylvieg | 2009-11-28 15:31:12 +0100 (sam., 28 nov. 2009) | 1 line [FIX]contribution: a little message when no contribition have been defined ---------------------------------------------- r23575 | sylvieg | 2009-11-28 14:56:31 +0100 (sam., 28 nov. 2009) | 1 line [FIX]wiki: userpage are editable by admin ---------------------------------------------- r23570 | sylvieg | 2009-11-27 20:50:35 +0100 (ven., 27 nov. 2009) | 1 line [FIX]actionlog: see all the visible galleries not only the public one ---------------------------------------------- r23557 | sylvieg | 2009-11-27 14:26:08 +0100 (ven., 27 nov. 2009) | 1 line [FIX]tracker: item link when editing an item ---------------------------------------------- r23534 | sylvieg | 2009-11-26 17:24:46 +0100 (jeu., 26 nov. 2009) | 1 line [FIX]notif: smarty syntax error - perhaps explaining the attachment?attId=0 ---------------------------------------------- r23523 | alain_desilets | 2009-11-26 08:55:02 +0100 (jeu., 26 nov. 2009) | 1 line - Improved clarity of the group inclusion part of the group admin dialog. ---------------------------------------------- r23521 | sylvieg | 2009-11-26 01:08:33 +0100 (jeu., 26 nov. 2009) | 1 line [FIX]wiki: do the antiwikiwords only when wikiwords is enabled - allow to have page like ((a)),((b)) ---------------------------------------------- r23520 | sylvieg | 2009-11-26 00:48:26 +0100 (jeu., 26 nov. 2009) | 1 line sorry missed up with my 5 tiki4 ---------------------------------------------- r23517 | jonnybradley | 2009-11-25 21:30:22 +0100 (mer., 25 nov. 2009) | 2 lines [FIX] upgrade_categperm_2 installer script was failing when run from shell. Removed reliance on installer/tiki-installer.php. ---------------------------------------------- r23516 | jonnybradley | 2009-11-25 21:09:14 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Missing bracket typo (corrected already in trunk) ---------------------------------------------- r23514 | sylvieg | 2009-11-25 20:27:51 +0100 (mer., 25 nov. 2009) | 1 line [FIX]registration: clean the code: users_users.hash is the encoded real password, users_users.valid is the send random password, users_uusers.waiting is the reason (user or admin) why the account is disabled + fix enable in admin->users 'sedn email' on if not direct registration ---------------------------------------------- r23513 | jonnybradley | 2009-11-25 20:25:46 +0100 (mer., 25 nov. 2009) | 3 lines [NEW] Minor feature (wiki_comments_allow_per_page) implementation (commit 3 of 3). Preserves previous behaviour by default, when enabled allows default to On or Off for new pages and those without 'comments_enabled' set. ---------------------------------------------- r23512 | jonnybradley | 2009-11-25 20:20:05 +0100 (mer., 25 nov. 2009) | 3 lines [NEW] Minor feature (wiki_comments_allow_per_page) to allow control of comments for each wiki page. Prefs admin only - implementation coming next. ---------------------------------------------- r23511 | jonnybradley | 2009-11-25 20:15:39 +0100 (mer., 25 nov. 2009) | 1 line [SQL] New column for tiki_pages (comments_enabled) for per page comment control (wiki_comments_allow_per_page - code to come) ---------------------------------------------- r23509 | jonnybradley | 2009-11-25 16:16:41 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Correct logic on caching the right icons for theme options ---------------------------------------------- r23508 | jonnybradley | 2009-11-25 16:15:56 +0100 (mer., 25 nov. 2009) | 1 line [FIX] If user has been subscribed but not validated don't just blow up on an SQL error, but update code and 'subscribed' timestamp for that user, then resend the validation mail. ---------------------------------------------- r23507 | jonnybradley | 2009-11-25 15:16:25 +0100 (mer., 25 nov. 2009) | 1 line [SQL] A couple of SQL scripts that might be handy after upgrading to Tiki 4.x. Adding them here for safe-keeping - one day it would be nice to offer upgraders some additional (and heavily warned about) optional processes after the automatic update has happened. ---------------------------------------------- r23506 | jonnybradley | 2009-11-25 15:12:47 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Move duplicate file gallery button into section where filegal has been set (galleryId > 0) so it appears. ---------------------------------------------- r23505 | jonnybradley | 2009-11-25 15:09:01 +0100 (mer., 25 nov. 2009) | 2 lines [FIX] Use new simple param for {textarea} to stop irrelevant warnings. Also set $auto_query_args (to none) ---------------------------------------------- r23504 | jonnybradley | 2009-11-25 15:07:20 +0100 (mer., 25 nov. 2009) | 1 line [ENH] New 'simple' param for {textarea}. Switches off wysiwyg, auto_save, lost edit warning etc (e.g. for contact form) ---------------------------------------------- r23503 | jonnybradley | 2009-11-25 14:45:35 +0100 (mer., 25 nov. 2009) | 4 lines [FIX] Part 2 of upgrade_categperm script. This one assigns tiki_p_modify_object_categories wherever a group had general "edit" perms (modify_tracker_items, edit, edit_article, blog_post etc, but a smaller list than in part 1). It also adds the collection of view perms (as seen in part 1) wherever tiki_p_search_categorized was, and then renames the description ("Obsolete tw>=4 ...") ---------------------------------------------- r23502 | jonnybradley | 2009-11-25 14:35:17 +0100 (mer., 25 nov. 2009) | 1 line [CSS] Better colours for headings in My Tiki page ---------------------------------------------- r23501 | chibaguy | 2009-11-25 05:46:47 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Better styling for when logo, etc. isn't positioned left. ---------------------------------------------- r23500 | chibaguy | 2009-11-25 04:59:38 +0100 (mer., 25 nov. 2009) | 1 line [FIX] Removed em {vertical-align: middle}, which was causing italic text to be below baseline. Thanks to lindon bringing this up. ---------------------------------------------- r23499 | pascalstjean | 2009-11-25 01:37:27 +0100 (mer., 25 nov. 2009) | 1 line [ENH] moved the Anti-Bot from the Top of the Contact Us to the bottom just above the Send button. This is the typical position for an Anti-Bot feature in most common web applications today ---------------------------------------------- r23498 | pascalstjean | 2009-11-25 01:33:26 +0100 (mer., 25 nov. 2009) | 1 line [MOD] added logic to verify that the FROM field is filled before sending an anonymous message. Also added code to make sure FROM, SUBJECT and BODY do not get erased if a field is missing or wrong Anti-Bot code is inserted ---------------------------------------------- r23497 | pascalstjean | 2009-11-25 01:25:52 +0100 (mer., 25 nov. 2009) | 1 line [NEW] Added FROM Field for anonymous users inside the Contact Us Feature. Previously there was no way for the reciever to reply to a message unless that person left contact information inside the Body ---------------------------------------------- r23496 | sylvieg | 2009-11-25 00:44:51 +0100 (mer., 25 nov. 2009) | 1 line [FIX]wiki: protected word must not to be empty- allow to have ((xx|aa))((yy)) on the same line ---------------------------------------------- r23495 | pkdille | 2009-11-24 22:52:08 +0100 (mar., 24 nov. 2009) | 1 line [bp/23493][MOD] lesser magic: restoring all prefs for wiki 3d (morcego) ---------------------------------------------- r23488 | Jyhem | 2009-11-24 18:34:52 +0100 (mar., 24 nov. 2009) | 1 line [ENH] more meaningful section names for use in CSS styles (complements #23484) ---------------------------------------------- r23484 | Jyhem | 2009-11-24 16:55:40 +0100 (mar., 24 nov. 2009) | 1 line [ENH] more meaningful section names for use in CSS styles ---------------------------------------------- Version 4.0 <http://tikiwiki.org/ReleaseNotes40> ------------------ ---------------------------------------------- r23325 | chealer | 2009-11-15 21:30:57 -0500 (Sun, 15 Nov 2009) | 1 line [SEC] remove Javascript alert() leftover debug message when one of the new passwords is empty. found by Jonny Bradley ---------------------------------------------- r23321 | jonnybradley | 2009-11-15 20:48:14 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Rollback r23309 ---------------------------------------------- r23317 | nkoth | 2009-11-15 20:11:05 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] add warning that category permissions will not be upgraded to version 4 ---------------------------------------------- r23315 | marclaporte | 2009-11-15 19:27:13 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Adding navigation on this very important page ---------------------------------------------- r23314 | nkoth | 2009-11-15 19:19:41 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] more prevention if possible IE js errors and make sure textarea is defined ---------------------------------------------- r23313 | nkoth | 2009-11-15 19:12:51 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] textarea is needed here ---------------------------------------------- r23312 | sylvieg | 2009-11-15 18:59:17 -0500 (Sun, 15 Nov 2009) | 1 line comment admin validation as it is buggy and blocking release ---------------------------------------------- r23311 | nkoth | 2009-11-15 18:51:23 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] prevent possible js error in IE due to undefined textarea.selectionStart/End ---------------------------------------------- r23310 | sylvieg | 2009-11-15 18:34:06 -0500 (Sun, 15 Nov 2009) | 1 line discover tiki_p_modify_object_categories ---------------------------------------------- r23309 | nkoth | 2009-11-15 17:43:52 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] workaround problem in Fx3.5 where insertion of plugins from plugin helper end up inserting at end of text ---------------------------------------------- r23308 | nkoth | 2009-11-15 17:36:57 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] jquery autocomplete user selector should in the case of admin user (where it's possible to change it from the autofill) be autofilled by default with the admin user ---------------------------------------------- r23307 | chealer | 2009-11-15 17:24:17 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] treetable: use htmlspecialchars() instead of htmlentities(), which assumes ISO-8859-1-encoded strings (breaks French accented characters) ---------------------------------------------- r23306 | chealer | 2009-11-15 17:22:30 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] French object permissions: "Droit d'accès" rendering as "Droit d\'accès" Smarty tr block embedded in another Smarty tag causing French translation with single quote to create issues inside single-quoted treetable parameter ---------------------------------------------- r23305 | jonnybradley | 2009-11-15 17:20:49 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Fix toolbars insterAt() bug if autocomplete was off ---------------------------------------------- r23304 | sylvieg | 2009-11-15 16:42:18 -0500 (Sun, 15 Nov 2009) | 1 line syntax: please check your smarty syntax - it is the 3th this week with the same error ---------------------------------------------- r23302 | chealer | 2009-11-15 15:51:45 -0500 (Sun, 15 Nov 2009) | 2 lines [FIX] HTML special chars escaping [FIX] colons inside tr blocks ---------------------------------------------- r23301 | marclaporte | 2009-11-15 14:08:47 -0500 (Sun, 15 Nov 2009) | 1 line [FIX] Broken link. While I was there: Better English and clearer message. ---------------------------------------------- r23299 | sylvieg | 2009-11-14 18:22:48 -0500 (Sat, 14 Nov 2009) | 1 line [FIX]sql error ---------------------------------------------- r23298 | sylvieg | 2009-11-14 18:15:18 -0500 (Sat, 14 Nov 2009) | 1 line [MOD]categ: add a view icon as it is not obvious that the view id on the name link ---------------------------------------------- r23297 | jonnybradley | 2009-11-14 18:10:59 -0500 (Sat, 14 Nov 2009) | 2 lines [FIX] Add checks for Kaltura account settings (prevents WSoD on Kaltura pages) [KIL] Remove obsolete Kaltura API 2 library files ---------------------------------------------- r23294 | luciash | 2009-11-14 12:22:16 -0500 (Sat, 14 Nov 2009) | 1 line [FIX] darkroom theme: .warning .rbox-title color ---------------------------------------------- r23291 | sylvieg | 2009-11-14 09:13:06 -0500 (Sat, 14 Nov 2009) | 1 line [FIX]language: more fixes for 23285 ---------------------------------------------- r23289 | sylvieg | 2009-11-14 08:55:49 -0500 (Sat, 14 Nov 2009) | 1 line [FIX]perms: perms to download a file were not checked if the param page was not set + check also you can view the page + some nicer error messages ---------------------------------------------- r23266 | chealer | 2009-11-13 16:37:15 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] hotfix "A Friendly Warning" going to Admin Profiles for the first time. should be properly fixed later ---------------------------------------------- r23263 | jonnybradley | 2009-11-13 15:59:22 -0500 (Fri, 13 Nov 2009) | 3 lines [FIX] Perms checking for search results - use id1, not pageName so now works for blogs etc too. Also check the other possible perms (object & global). Last one nkoth, promise! ;) ---------------------------------------------- r23262 | chealer | 2009-11-13 15:47:32 -0500 (Fri, 13 Nov 2009) | 1 line [SEC] Change category module: honor tiki_p_modify_object_categories. reported by Marc Laporte ---------------------------------------------- r23258 | jonnybradley | 2009-11-13 15:13:48 -0500 (Fri, 13 Nov 2009) | 4 lines [FIX] New perms checking for (mysql) search results. Unfinished but better than what was there. Ok on wiki pages - filegals & files todo, amongst others. Previous code commented out for reference. ---------------------------------------------- r23255 | sylvieg | 2009-11-13 14:20:03 -0500 (Fri, 13 Nov 2009) | 1 line [FIX]categ: comment as obsolete the old categ perms ---------------------------------------------- r23254 | sylvieg | 2009-11-13 14:08:09 -0500 (Fri, 13 Nov 2009) | 1 line [FIX]categ perm: some people found intrusive that an edit_categorized was able to remove a wiki page-> the perm will have to be added manually ---------------------------------------------- r23251 | chealer | 2009-11-13 13:12:08 -0500 (Fri, 13 Nov 2009) | 1 line allow spaces in user module names and rename Application_Menu to Application Menu ---------------------------------------------- r23250 | pascalstjean | 2009-11-13 13:08:00 -0500 (Fri, 13 Nov 2009) | 1 line [NEW] added Javascript_Enabled checker before allowing a user to run profiles. ---------------------------------------------- r23248 | marclaporte | 2009-11-13 12:53:03 -0500 (Fri, 13 Nov 2009) | 1 line [KIL] delete old unreferences files. They look like one-time use. Any useful script should be in doc/devtools/ ---------------------------------------------- r23246 | pascalstjean | 2009-11-13 12:36:16 -0500 (Fri, 13 Nov 2009) | 1 line [NEW] added friendly warning to users depending on the connection state of profile repositories. ---------------------------------------------- r23245 | pascalstjean | 2009-11-13 12:34:51 -0500 (Fri, 13 Nov 2009) | 1 line [NEW] Added logic to verify which Profile Repositories are connecting and generate a Smarty state variables (all, some, none) ---------------------------------------------- r23243 | jonnybradley | 2009-11-13 12:28:26 -0500 (Fri, 13 Nov 2009) | 2 lines [KIL] Removing redundant tiki_p_view_categorized and tiki_p_edit_categorized refs. ---------------------------------------------- r23241 | Jyhem | 2009-11-13 12:20:47 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] These are not navbars or buttons so they need to be styled with another class called categbar so we can later have different looks ---------------------------------------------- r23238 | nkoth | 2009-11-13 11:42:10 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] Quick fix to prevent cursor from ending up at the end of textarea after insertion of tags in Fx3.5 due to "selection forgetting problem. ---------------------------------------------- r23237 | chibaguy | 2009-11-13 11:28:14 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Corrected illogical language. ---------------------------------------------- r23230 | nkoth | 2009-11-13 09:57:10 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] The problem where selection/cursor position is lost when toolbar popup/dialogs are used leading to tag added at end of textarea in Fx3.5 ---------------------------------------------- r23227 | chibaguy | 2009-11-13 04:20:38 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Specifying .rbox warning background color and link color is sufficient to ensure contrast. No need for link background color also, which causes a problem when theme specifies link and div background colors. ---------------------------------------------- r23226 | chibaguy | 2009-11-13 04:13:15 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Warning box link color property removed (conflicted with new bg color in design.css). ---------------------------------------------- r23224 | marclaporte | 2009-11-13 02:43:03 -0500 (Fri, 13 Nov 2009) | 1 line [KIL] feature_profile_tester preference has been removed as it's now always available in advanced tab in admin-profiles ---------------------------------------------- r23223 | jonnybradley | 2009-11-13 02:15:06 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Remove spare spanner on comments toolbar ---------------------------------------------- r23222 | nkoth | 2009-11-13 02:12:41 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] allow way to show forum thread configuration bar for different number of posts threshold ---------------------------------------------- r23221 | pascalstjean | 2009-11-13 02:12:31 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] chanced string (install profile) to (apply profile) ---------------------------------------------- r23220 | chibaguy | 2009-11-13 02:06:10 -0500 (Fri, 13 Nov 2009) | 1 line [FIX][NEW] Higher-contrast suckerfish arrow for topbar menu. ---------------------------------------------- r23218 | pascalstjean | 2009-11-13 02:02:38 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Made Profile Tester Feature always on under the Profiles Admin (Advanced Tab) ---------------------------------------------- r23217 | lindonb | 2009-11-13 01:59:44 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Update syntax on help block on image browse page. ---------------------------------------------- r23216 | chealer | 2009-11-13 01:50:50 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] HTML special chars escaping ---------------------------------------------- r23215 | pascalstjean | 2009-11-13 01:46:43 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Allow Custom blog header function to properly work. Defaults to blog-header TPL if custom header is turned off ---------------------------------------------- r23213 | marclaporte | 2009-11-13 01:24:22 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Use the .htaccess that was on profiles.tikiwiki.org ---------------------------------------------- r23212 | chealer | 2009-11-13 01:12:04 -0500 (Fri, 13 Nov 2009) | 1 line generalize "RSS" to "Feed" ---------------------------------------------- r23211 | marclaporte | 2009-11-13 01:08:11 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Move profiles entry in _htaccess so make it work ---------------------------------------------- r23210 | chealer | 2009-11-13 00:58:59 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] last_visitors ---------------------------------------------- r23209 | chealer | 2009-11-13 00:57:40 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] one of these bugs which can only slip at these hours ---------------------------------------------- r23207 | jonnybradley | 2009-11-13 00:40:27 -0500 (Fri, 13 Nov 2009) | 1 line [FIX] Make categories in categorizator wrap to tab width ---------------------------------------------- r23206 | nkoth | 2009-11-13 00:35:18 -0500 (Fri, 13 Nov 2009) | 2 lines [FIX] Wish 2762: Allow brackets to work in parameters of plugins specified in short form, common e.g. the img plugin ---------------------------------------------- r23205 | pascalstjean | 2009-11-13 00:30:12 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Make sure Blog Post title properly appears for Strasa Theme ---------------------------------------------- r23204 | pascalstjean | 2009-11-13 00:25:52 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Made Blog Post Titles link to individual blog post in Strasa Theme ---------------------------------------------- r23203 | pascalstjean | 2009-11-13 00:24:24 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] make sure Blog Post Title properly appears ---------------------------------------------- r23202 | pascalstjean | 2009-11-13 00:08:00 -0500 (Fri, 13 Nov 2009) | 1 line [MOD] Made sure that the option to enter a Title for a Blog Post properly appears ---------------------------------------------- r23201 | marclaporte | 2009-11-13 00:05:54 -0500 (Fri, 13 Nov 2009) | 1 line [KIL] Remove __send blog post by email__ because 1- it duplicates tell a friend, 2- it's not optional and 3- There is no antispam protection ---------------------------------------------- r23200 | jonnybradley | 2009-11-12 23:58:29 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Warn about no email on user watch page ---------------------------------------------- r23199 | pascalstjean | 2009-11-12 23:41:29 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] removed use title from Edit Blog. This feature is being removed globally. ---------------------------------------------- r23198 | pascalstjean | 2009-11-12 23:20:30 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Removed from Strasa theme. Redundant feature and caused multiple TPL bugs ---------------------------------------------- r23197 | pascalstjean | 2009-11-12 23:14:07 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Removed option from Blog posts. Redundant feature and caused multiple TPL bugs ---------------------------------------------- r23196 | jonnybradley | 2009-11-12 23:07:13 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Don't set user watch of user has no email ---------------------------------------------- r23195 | chealer | 2009-11-12 22:10:41 -0500 (Thu, 12 Nov 2009) | 2 lines [ENH] Change since_last_visit module to new module style (modules-doc). since_last_visit is now called "Since last visit (simple)" ---------------------------------------------- r23194 | jonnybradley | 2009-11-12 21:59:04 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Rename mnu_application_menu to 'Application_Menu' to be (more) in line with new modules style. ---------------------------------------------- r23193 | chealer | 2009-11-12 21:50:55 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] calendar [old] module (too buggy, still using {php} Smarty tags). feel free to complain if you were using it ---------------------------------------------- r23192 | chealer | 2009-11-12 21:44:05 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change since_last_visit_new module to new module style (modules-doc). ---------------------------------------------- r23190 | chealer | 2009-11-12 21:35:16 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] blog: HTML special chars escaping (mostly ports of fixes to Strasa) ---------------------------------------------- r23189 | jonnybradley | 2009-11-12 21:34:22 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Admin Feed icons and (improved) Kaltura logos ---------------------------------------------- r23188 | chealer | 2009-11-12 21:26:33 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] HTML ---------------------------------------------- r23187 | nkoth | 2009-11-12 21:22:55 -0500 (Thu, 12 Nov 2009) | 2 lines [ENH] Set jquery enabled tracker user selector in the hope of solving nasty perf/slow script problem going to edit tab on dev.tw.o ---------------------------------------------- r23186 | lindonb | 2009-11-12 21:15:58 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Updated syntax help in "additional info" that appears after user uploads a file to file gallery. ---------------------------------------------- r23185 | pascalstjean | 2009-11-12 21:15:33 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] removed Blog Level Comments for Strasa Custom TPL ---------------------------------------------- r23184 | chealer | 2009-11-12 21:12:55 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] typo breaking HTML validity ---------------------------------------------- r23183 | pascalstjean | 2009-11-12 21:12:12 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Removed Blog Level Comments ---------------------------------------------- r23182 | chealer | 2009-11-12 21:09:45 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML validity ---------------------------------------------- r23181 | jonnybradley | 2009-11-12 20:36:38 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] Unmaintained mod-events removed ---------------------------------------------- r23180 | pascalstjean | 2009-11-12 20:21:23 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Added tabs to Profile Admin page in order to seperate installation section from advanced features. ---------------------------------------------- r23179 | jonnybradley | 2009-11-12 20:19:34 -0500 (Thu, 12 Nov 2009) | 2 lines [ENH] Change last_visitors module to new module style (modules-doc). (despite the fact the data isn't being collected properly - see wish2623) ---------------------------------------------- r23178 | jonnybradley | 2009-11-12 19:58:54 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change usergroup_tracker module to new module style (modules-doc). ---------------------------------------------- r23177 | marclaporte | 2009-11-12 19:58:17 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] making PluginRealNameList experimental ---------------------------------------------- r23176 | jonnybradley | 2009-11-12 19:53:39 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change tikitest module to new module style (modules-doc). ---------------------------------------------- r23175 | jonnybradley | 2009-11-12 19:39:52 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change the four search modules to new module style (modules-doc). ---------------------------------------------- r23174 | marclaporte | 2009-11-12 19:08:43 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Restoring PluginRealNameList as discussed with Olaf on mailing list. I will tag as experimental and the goal is to merge with PluginUserList for Tiki5 ---------------------------------------------- r23173 | jonnybradley | 2009-11-12 19:06:27 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Fix simple mode button in AJAX and hide additional info properly ---------------------------------------------- r23172 | lindonb | 2009-11-12 18:58:39 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Update syntax in message showing user how to insert image. ---------------------------------------------- r23171 | jonnybradley | 2009-11-12 18:57:51 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] urlencode was wrong for url encoding - using htmlentities instead ---------------------------------------------- r23170 | jonnybradley | 2009-11-12 18:50:32 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] No need to include JS files again in AJAX response (was causing many errors) ---------------------------------------------- r23169 | marclaporte | 2009-11-12 18:46:31 -0500 (Thu, 12 Nov 2009) | 1 line [DOC] update security script documentation ---------------------------------------------- r23168 | marclaporte | 2009-11-12 18:24:43 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] remove old secdb ---------------------------------------------- r23167 | marclaporte | 2009-11-12 18:10:33 -0500 (Thu, 12 Nov 2009) | 1 line [DOC] All Tiki code should refer to TikiWiki.org ---------------------------------------------- r23166 | chealer | 2009-11-12 18:09:34 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] login screen title, r23134 regression. thanks Marc Laporte ---------------------------------------------- r23165 | chealer | 2009-11-12 18:06:11 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] translate action_calendar's description ---------------------------------------------- r23163 | jonnybradley | 2009-11-12 17:58:44 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Better description ---------------------------------------------- r23162 | jonnybradley | 2009-11-12 17:49:57 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Don't warn about leaving modules admin page after previewing module. ---------------------------------------------- r23161 | nkoth | 2009-11-12 17:48:38 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] links that were just anchors e.g. #form was previously being rendered as ##form and not working (e.g. in attachment/forum reply buttons). ---------------------------------------------- r23160 | jonnybradley | 2009-11-12 17:47:56 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change rsslist module to new module style (modules-doc). ---------------------------------------------- r23159 | jonnybradley | 2009-11-12 17:46:15 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] notices ---------------------------------------------- r23157 | marclaporte | 2009-11-12 17:28:29 -0500 (Thu, 12 Nov 2009) | 1 line [SEC] Adding extra skip for 3 plugins ---------------------------------------------- r23155 | sylvieg | 2009-11-12 17:06:41 -0500 (Thu, 12 Nov 2009) | 1 line [FIX]TRACKER: rewrite the user itrem only if one item per user ---------------------------------------------- r23154 | marclaporte | 2009-11-12 16:40:50 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] no longer used now that we lock by adding db/lock ---------------------------------------------- r23153 | nkoth | 2009-11-12 16:22:11 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] better fix: to insert h1 etc (block elements) properly in the last line of textarea ---------------------------------------------- r23152 | jonnybradley | 2009-11-12 16:08:26 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Stop "strange" behaviour when adding a toolbar block element (e.g. center or headings) on the last character when editing. ---------------------------------------------- r23151 | nkoth | 2009-11-12 16:01:25 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] previous commit: need to set selection start as well if range is positive ---------------------------------------------- r23150 | nkoth | 2009-11-12 15:57:27 -0500 (Thu, 12 Nov 2009) | 2 lines [FIX] In IE after inserting stuff in quicktags, to position caret properly ---------------------------------------------- r23149 | chealer | 2009-11-12 15:31:13 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] mod-events: static calls to non-static $tikilib->make_time() ---------------------------------------------- r23148 | chealer | 2009-11-12 15:29:49 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] more copy-pasted descriptions ---------------------------------------------- r23147 | jonnybradley | 2009-11-12 15:24:49 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] insertAt for IE (so smilies etc go in the right place in the text area - just needed focus!) ---------------------------------------------- r23144 | chealer | 2009-11-12 15:02:35 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] a copy-pasted parameter description ---------------------------------------------- r23143 | jonnybradley | 2009-11-12 15:00:31 -0500 (Thu, 12 Nov 2009) | 3 lines [FIX] Testing for selectionStart was failing when == 0 (so fixed tests on a couple of others too) So plugin etc appears on empty pages ---------------------------------------------- r23142 | jonnybradley | 2009-11-12 14:41:56 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Switch editor tool fixed for IE (and still working in Safari & Fx 3.5) ---------------------------------------------- r23140 | jonnybradley | 2009-11-12 13:52:32 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (_text not text) ---------------------------------------------- r23139 | jonnybradley | 2009-11-12 13:51:39 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (<table> needs something in it) ---------------------------------------------- r23138 | jonnybradley | 2009-11-12 13:51:04 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (duplicated id - probably not needed on hidden field but renamed for safety) ---------------------------------------------- r23137 | jonnybradley | 2009-11-12 13:50:26 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (name not valid on div) ---------------------------------------------- r23136 | jonnybradley | 2009-11-12 13:49:59 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] XHTML (duplicated attributes) ---------------------------------------------- r23135 | jonnybradley | 2009-11-12 13:49:22 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Default to simple remembermethod (becasue it remembers you) ---------------------------------------------- r23134 | chealer | 2009-11-12 13:43:45 -0500 (Thu, 12 Nov 2009) | 3 lines [FIX] Login box: remove unused nonums and rows [FIX] login box: undefined do_not_show_login_box [FIX] logo: make module title the same as its name ---------------------------------------------- r23132 | chealer | 2009-11-12 13:14:38 -0500 (Thu, 12 Nov 2009) | 5 lines [ENH] Change action_calendar and calendar_new modules to new module style (modules-doc). [MOD] remove calIds (using it would break website) sylvie: you may want to look at this [ENH] calendar plugin: change viewlist and viewwithevents parameters to something making sense. reindent [FIX] static calls to non-static $tikilib->make_time() ---------------------------------------------- r23131 | marclaporte | 2009-11-12 13:13:29 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Bump version number for hopeful succession of img by image ---------------------------------------------- r23128 | jonnybradley | 2009-11-12 11:40:00 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Moved copyright and authors style to properties tab ---------------------------------------------- r23125 | jonnybradley | 2009-11-12 11:11:18 -0500 (Thu, 12 Nov 2009) | 1 line [MOD] Move old wiki_up "add image" control from tools tab to edit. ---------------------------------------------- r23121 | chealer | 2009-11-12 08:47:17 -0500 (Thu, 12 Nov 2009) | 3 lines [FIX] strike syntax ("--") would match HTML comment ends to HTML comment starts from invocations of plugins using Smarty, such as wikiplugin_calendar, when log_tpl is enabled, resulting in content between a comment and the next one being commented. This solution does not consider "-->" as a strike begin thanks Jonny ---------------------------------------------- r23120 | luciash | 2009-11-12 07:22:08 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Tabs wikiplugin: parse wiki syntax in tabs ---------------------------------------------- r23119 | marclaporte | 2009-11-12 07:16:32 -0500 (Thu, 12 Nov 2009) | 1 line [KIL] Dexter said: I've looked over this file again, and the reason its kept is that it could be used when there are lots of ajax functions, to keep things clean in the tiki-register.php. but currently it isn't used, so it is safe and ok to remove it. ---------------------------------------------- r23118 | luciash | 2009-11-12 05:31:57 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Smarty display block: better example in comment, fix groups ---------------------------------------------- r23117 | luciash | 2009-11-12 03:45:51 -0500 (Thu, 12 Nov 2009) | 1 line better wording, added include check + Id to svn:keywords ---------------------------------------------- r23116 | luciash | 2009-11-12 03:39:23 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Smarty display block: do not display default error message for friends if ///else/// is set ---------------------------------------------- r23115 | luciash | 2009-11-12 02:43:13 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Smarty display block: enhancements to make display block much more useful (especially to filter out displaying of Pretty Trackers items to groups or friends in trackerlist) ---------------------------------------------- r23114 | chibaguy | 2009-11-12 02:25:09 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Made previous change specific to admin pages. ---------------------------------------------- r23113 | chibaguy | 2009-11-12 01:59:10 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Bullets on list items look inappropriate and unnecessary, being outside of alternating background colors. ---------------------------------------------- r23112 | luciash | 2009-11-12 00:53:39 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] trackerlist: better error message when tiki_p_use_as_template perm not assigned (TODO: do not cache) ---------------------------------------------- r23111 | jonnybradley | 2009-11-12 00:29:51 -0500 (Thu, 12 Nov 2009) | 1 line [FIX] Add flip param to all modules (and remove from common_params on webmail_inbox) ---------------------------------------------- r23110 | jonnybradley | 2009-11-12 00:28:24 -0500 (Thu, 12 Nov 2009) | 1 line [ENH] Change login_box and logo modules to new module style (modules-doc). ---------------------------------------------- r23109 | jonnybradley | 2009-11-11 23:45:09 -0500 (Wed, 11 Nov 2009) | 1 line [ENH] Change webmail_inbox module to new module style (modules-doc). ---------------------------------------------- r23107 | chibaguy | 2009-11-11 22:02:32 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] CSS id to class change consistent with changes in r23106. ---------------------------------------------- r23106 | chealer | 2009-11-11 18:37:40 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] HTML validity/CSS ---------------------------------------------- r23105 | jonnybradley | 2009-11-11 18:17:21 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] Only escape html chars if not in (or switching to) wysiwyg mode. 2nd attempt at r23072 to allow html entities in wiki markup. ---------------------------------------------- r23104 | jonnybradley | 2009-11-11 17:59:42 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] Hide empty tabs on edit page ---------------------------------------------- r23103 | marclaporte | 2009-11-11 17:55:27 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] prevent directory browsing ---------------------------------------------- r23102 | marclaporte | 2009-11-11 17:30:20 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] make impossible to call directly ---------------------------------------------- r23101 | marclaporte | 2009-11-11 17:15:28 -0500 (Wed, 11 Nov 2009) | 1 line [KIL] Remove test files. If developers write interesting scripts, please add to doc/devtools/ ---------------------------------------------- r23100 | luciash | 2009-11-11 17:03:56 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] user messages: prefer user preferences max messages to display pagination (thanks to Shawn Adler for noticing) ---------------------------------------------- r23099 | marclaporte | 2009-11-11 17:01:57 -0500 (Wed, 11 Nov 2009) | 1 line [KIL] Remove useless file ---------------------------------------------- r23096 | marclaporte | 2009-11-11 16:42:52 -0500 (Wed, 11 Nov 2009) | 1 line [SEC] re-order code to have security check first. ---------------------------------------------- r23095 | marclaporte | 2009-11-11 16:38:09 -0500 (Wed, 11 Nov 2009) | 1 line [DOC] dev documentation no longer relevant (was fixed) ---------------------------------------------- r23094 | sylvieg | 2009-11-11 16:37:15 -0500 (Wed, 11 Nov 2009) | 1 line [FIX]tracker: userCanTakeOwnership was a little bit too invasive ---------------------------------------------- r23093 | marclaporte | 2009-11-11 16:27:57 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] profiles are applied, not installed (installing implies adding files). ---------------------------------------------- r23092 | jonnybradley | 2009-11-11 16:16:07 -0500 (Wed, 11 Nov 2009) | 1 line [FIX] More on textarea selection ---------------------------------------------- r22965 | pkdille | 2009-11-07 23:37:51 +0100 (sam., 07 nov. 2009) | 1 line [FIX] database structure homogenization for a fresh 4.x installation and for a 3.x to 4.x upgraded tiki. ---------------------------------------------- r22964 | nyloth | 2009-11-07 23:17:23 +0100 (sam., 07 nov. 2009) | 1 line [FIX] release script: fix debug-packaging option for build_packages step ---------------------------------------------- r22962 | nyloth | 2009-11-07 23:11:11 +0100 (sam., 07 nov. 2009) | 1 line [FIX] release script: fix message when SecDB file is created. ---------------------------------------------- r22961 | nyloth | 2009-11-07 22:55:59 +0100 (sam., 07 nov. 2009) | 1 line [FIX] database connection error template: fix broken smarty syntax ---------------------------------------------- r22957 | nyloth | 2009-11-07 21:25:57 +0100 (sam., 07 nov. 2009) | 1 line [FIX] release script: fix displayed revision number after commit ---------------------------------------------- r22954 | nyloth | 2009-11-07 21:02:58 +0100 (sam., 07 nov. 2009) | 1 line [MOD] release script: adapt release script for 4.x ---------------------------------------------- r22953 | nyloth | 2009-11-07 20:51:34 +0100 (sam., 07 nov. 2009) | 1 line [MOD] release script: adapt release script to the new name of branches (e.g. 4.x instead of 4.0) ---------------------------------------------- r22952 | chibaguy | 2009-11-07 15:14:32 +0100 (sam., 07 nov. 2009) | 1 line [NEW] Fixed_width.css option for each theme. ---------------------------------------------- r22951 | chibaguy | 2009-11-07 11:52:34 +0100 (sam., 07 nov. 2009) | 1 line [FIX] Moved arrow down slightly in topbar suckerfish menu. ---------------------------------------------- r22950 | chibaguy | 2009-11-07 09:39:09 +0100 (sam., 07 nov. 2009) | 1 line [NEW] Left-column top and bottom graphics suited to flush-left position. ---------------------------------------------- r22949 | sylvieg | 2009-11-06 22:30:15 +0100 (ven., 06 nov. 2009) | 1 line [FIX]coelesce: fix display of >>> in admin->categories ---------------------------------------------- r22948 | chealer | 2009-11-06 22:09:05 +0100 (ven., 06 nov. 2009) | 4 lines [ENH] allow filtering profiles belonging to several categories [ENH] don't display category filter select multiple if categories aren't loaded [FIX] "Categories" instead of "Category" in column name displaying profile categories [FIX] colons inside tr blocks ---------------------------------------------- r22943 | pkdille | 2009-11-06 18:25:47 +0100 (ven., 06 nov. 2009) | 1 line [FIX] In wiki, as in other features (like forum), the error code when the user does not have the perms to view the page should be 401 instead of 403 in order to have the loginbox on error redirection working ---------------------------------------------- r22939 | alain_desilets | 2009-11-06 16:14:24 +0100 (ven., 06 nov. 2009) | 1 line - Started working on new side-by-side look for the translation interface. ---------------------------------------------- r22938 | chibaguy | 2009-11-06 14:37:47 +0100 (ven., 06 nov. 2009) | 1 line [FIX] Padding-right in #siteloginbar moved so that register link background (darker image) is flush right again. ---------------------------------------------- r22936 | chealer | 2009-11-06 02:29:31 +0100 (ven., 06 nov. 2009) | 2 lines [FIX] switching theme [or theme option] through switch theme module would do nothing for users with a custom theme [or theme option] if feature_userPreferences was disabled credits go to Nelson Koth for finding the actual issue and proposing this solution ---------------------------------------------- r22935 | jonnybradley | 2009-11-06 00:53:05 +0100 (ven., 06 nov. 2009) | 1 line [FIX] Switch Theme module now copes with theme control overrides (can't change them yet though - TODO) ---------------------------------------------- r22934 | luciash | 2009-11-06 00:37:07 +0100 (ven., 06 nov. 2009) | 1 line [bp/r22933][FIX] tracker wikiplugin: when admin preselect username from the user selector dropdown (for user option 1 = creator) when creating new item ---------------------------------------------- r22932 | jonnybradley | 2009-11-06 00:28:42 +0100 (ven., 06 nov. 2009) | 2 lines [FIX] Use lowest level theme only for nested theme controlled objects (i.e. object in section in category). Using $tikilib->get_style_path for tikidomain etc resolution. ---------------------------------------------- r22931 | jonnybradley | 2009-11-06 00:26:23 +0100 (ven., 06 nov. 2009) | 1 line [MOD] Theme control - show all controlled objects by default ---------------------------------------------- r22929 | chealer | 2009-11-06 00:07:14 +0100 (ven., 06 nov. 2009) | 2 lines [FIX] don't depend on feature_userPreferences, which isn't required after all ---------------------------------------------- r22927 | jonnybradley | 2009-11-05 23:44:04 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Theme control for icons caching ---------------------------------------------- r22926 | jonnybradley | 2009-11-05 23:24:47 +0100 (jeu., 05 nov. 2009) | 5 lines [FIX] Theme control rationlisation (a little more extensive than planned, but it was in a bit of mess) Stopped theme options being mixed with site option (also for tikidomain) Refactored and deployed options to tc by object and section Fixed articles listing ---------------------------------------------- r22924 | jonnybradley | 2009-11-05 20:21:16 +0100 (jeu., 05 nov. 2009) | 3 lines [FIX] Smaller text for antibot form so all the numbers can be seen. Also textarea width for Strasa corrected. TODO Change it to use divs one day. ---------------------------------------------- r22923 | jonnybradley | 2009-11-05 20:01:00 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Hide empty.css from switch theme module as it's not a real theme (and is ugly) ---------------------------------------------- r22922 | jonnybradley | 2009-11-05 20:00:11 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Set option back to site default for reg users ---------------------------------------------- r22921 | jonnybradley | 2009-11-05 19:44:09 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Switch theme for anonymous, and (hopefully) the mixing of options from one theme with the base of another both fixed. ---------------------------------------------- r22917 | pascalstjean | 2009-11-05 18:53:07 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] Changed the links on the initial homepage to filter to the 4x version of the profiles ---------------------------------------------- r22915 | sylvieg | 2009-11-05 18:38:07 +0100 (jeu., 05 nov. 2009) | 1 line [FIX]fgal: can upload swf in podcast + error message id extension not accepted (instead of uploading the file witjout extension) ---------------------------------------------- r22914 | jonnybradley | 2009-11-05 18:26:43 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] JSLint fixes for plugins JS, even though it's not being minified anymore. ---------------------------------------------- r22913 | jonnybradley | 2009-11-05 18:20:41 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] Correcting other jQuery object references (needs to be $jq, not just $ as we're still in compatibility mode, although $ will work mostly if mootools etc hasn't been added externally) ---------------------------------------------- r22912 | sylvieg | 2009-11-05 17:59:54 +0100 (jeu., 05 nov. 2009) | 1 line jq syntax ---------------------------------------------- r22910 | sylvieg | 2009-11-05 17:09:13 +0100 (jeu., 05 nov. 2009) | 1 line [FIX]newsletter: need to test feature before perm as perm is not loaded is pref not on ---------------------------------------------- r22909 | alain_desilets | 2009-11-05 16:56:57 +0100 (jeu., 05 nov. 2009) | 1 line - Bring a change made by Stéphane casset on Trunk, to enable smarter toggable buttons. ---------------------------------------------- r22908 | marclaporte | 2009-11-05 16:56:11 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] Users are still expecting to find watch related features in main features admin panel, so adding (but keeping in community admin panel as well ---------------------------------------------- r22906 | sylvieg | 2009-11-05 15:59:23 +0100 (jeu., 05 nov. 2009) | 1 line [FIX]strasa: come back to a 180px width not to have a truncated left column + take away a white br in IE7 ---------------------------------------------- r22905 | marclaporte | 2009-11-05 15:48:35 +0100 (jeu., 05 nov. 2009) | 1 line [KIL] Remove doc that is made obsolete. secdb is always added the DB via installer. ---------------------------------------------- r22904 | marclaporte | 2009-11-05 15:31:44 +0100 (jeu., 05 nov. 2009) | 1 line [KIL] Remove doc that is made obsolete by chibaguy's enhancement ---------------------------------------------- r22903 | sylvieg | 2009-11-05 15:09:44 +0100 (jeu., 05 nov. 2009) | 1 line [MOD]strasa: lighter background + comment that shsow feature must eb on ---------------------------------------------- r22901 | chibaguy | 2009-11-05 07:57:13 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Prevent text from overlapping when heading wraps to two lines. ---------------------------------------------- r22900 | chibaguy | 2009-11-05 06:41:37 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] div name updated for fixed width. ---------------------------------------------- r22899 | chibaguy | 2009-11-05 06:25:29 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] Added div#fixedwidth in tiki.tpl for Strasa Fixed and other "fixed-width" themes, so shadow layer doesn't need to be turned on for this purpose. Default setting is back to shadow layer off. (Change made after discussion with luci.) ---------------------------------------------- r22898 | chealer | 2009-11-05 03:19:20 +0100 (jeu., 05 nov. 2009) | 3 lines [FIX] upgrade_categperm loops were apparently doing nothing but output *not* tested ---------------------------------------------- r22897 | marclaporte | 2009-11-05 03:10:24 +0100 (jeu., 05 nov. 2009) | 1 line [NEW] New __connect__ admin panel, which restores __site register__ link (removed from admin panel in a previous version) and starts a new concept to help Tiki site admins connect with other members of the community. More details at http://dev.tikiwiki.org/Connect TODO: find another icon for RSS feed admin panel because this one is hijacked :-) ---------------------------------------------- r22896 | marclaporte | 2009-11-05 01:56:36 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] __Powered by__ in dynamic preferences: missing dependencies ---------------------------------------------- r22895 | marclaporte | 2009-11-05 01:49:26 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] move __Powered by__ to dynamic preferences ---------------------------------------------- r22894 | nkoth | 2009-11-05 01:35:24 +0100 (jeu., 05 nov. 2009) | 2 lines [ENH] different tooltip explanation for Reset to Global Perms button depending on whether object is a category or not ---------------------------------------------- r22893 | nkoth | 2009-11-05 01:18:31 +0100 (jeu., 05 nov. 2009) | 2 lines [ENH] Info message on perms displayed should be different if object is a category ---------------------------------------------- r22892 | nkoth | 2009-11-05 00:46:38 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] more query quote ---------------------------------------------- r22891 | marclaporte | 2009-11-05 00:39:12 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] better link to doc. ---------------------------------------------- r22890 | marclaporte | 2009-11-05 00:34:09 +0100 (jeu., 05 nov. 2009) | 1 line [FIX] more logical place for security link. tiki-admin_security.php should be merged into tiki-admin.php?page=security ---------------------------------------------- r22889 | marclaporte | 2009-11-05 00:29:46 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] update logo ---------------------------------------------- r22888 | nkoth | 2009-11-05 00:19:31 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] Missing line in last commit - now in ---------------------------------------------- r22887 | nkoth | 2009-11-05 00:18:24 +0100 (jeu., 05 nov. 2009) | 2 lines [FIX] Put back feature to limit banner views for user by cookie ---------------------------------------------- r22886 | marclaporte | 2009-11-05 00:09:00 +0100 (jeu., 05 nov. 2009) | 1 line [MOD] Move Shadow layer to own tab [see, I like tabs :-)] as now that the feature is by default on to work with fixed width css options. ---------------------------------------------- r22885 | marclaporte | 2009-11-04 23:36:49 +0100 (mer., 04 nov. 2009) | 1 line [FIX] fix width 990px instead of 1000px as per recommendation of slj institute ---------------------------------------------- r22884 | nkoth | 2009-11-04 23:33:07 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] quote query ---------------------------------------------- r22883 | nkoth | 2009-11-04 23:25:29 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] convert-sortmode from 3.x no longer exist as a function, change to convertSortMode ---------------------------------------------- r22881 | nkoth | 2009-11-04 23:07:24 +0100 (mer., 04 nov. 2009) | 2 lines [MOD] Change text label and explain more clearly what the "Remove" button means ---------------------------------------------- r22880 | nkoth | 2009-11-04 22:30:20 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] need to reload profile sources after install as cache is cleared after install, otherwise cannot list ---------------------------------------------- r22879 | sylvieg | 2009-11-04 22:10:42 +0100 (mer., 04 nov. 2009) | 1 line lesser magic+ begin to deprecate clear passwords ---------------------------------------------- r22877 | sylvieg | 2009-11-04 21:12:48 +0100 (mer., 04 nov. 2009) | 1 line [MOD]FANCYTABLE: new param sortable to use the tablesorter from jquery ---------------------------------------------- r22876 | jonnybradley | 2009-11-04 20:26:12 +0100 (mer., 04 nov. 2009) | 1 line [FIX] auto_query_args for modules admin (to prevent chaos when editing user modules) ---------------------------------------------- r22875 | lphuberdeau | 2009-11-04 20:14:31 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Make sure all JS files go through minification, except the dynamic one ---------------------------------------------- r22874 | jonnybradley | 2009-11-04 20:12:01 +0100 (mer., 04 nov. 2009) | 1 line [FIX] needToConfirm=false for user module create button ---------------------------------------------- r22873 | jonnybradley | 2009-11-04 19:57:37 +0100 (mer., 04 nov. 2009) | 2 lines [FIX] Don't clear out object perms on features not currrently being edited (by taking the object's current perms and set or remove each according to the request). Also fix page busy spinner not hiding (following conversion to foreach instead of for loop) ---------------------------------------------- r22871 | dexl_2000 | 2009-11-04 19:04:26 +0100 (mer., 04 nov. 2009) | 1 line [MOD] change variable pass1 back to pass ---------------------------------------------- r22870 | dexl_2000 | 2009-11-04 18:56:07 +0100 (mer., 04 nov. 2009) | 1 line [MOD] change variable pass to pass1 ---------------------------------------------- r22869 | dexl_2000 | 2009-11-04 17:26:39 +0100 (mer., 04 nov. 2009) | 1 line [MOD] removing a commented out line that wasn't useful ---------------------------------------------- r22868 | dexl_2000 | 2009-11-04 17:18:37 +0100 (mer., 04 nov. 2009) | 1 line [FIX] forgot the change return value to true on correct input. now its fixed in the js ---------------------------------------------- r22867 | jonnybradley | 2009-11-04 13:05:31 +0100 (mer., 04 nov. 2009) | 1 line [FIX] Don't show sitemenu if top_bar is switched off ---------------------------------------------- r22866 | jonnybradley | 2009-11-04 13:04:22 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Cleaning dead code ---------------------------------------------- r22865 | jonnybradley | 2009-11-04 13:03:31 +0100 (mer., 04 nov. 2009) | 1 line [FIX] Don't show tooblars if $section is not set (like for Contact Us form) ---------------------------------------------- r22864 | jonnybradley | 2009-11-04 13:02:16 +0100 (mer., 04 nov. 2009) | 1 line [MOD] More help info on feature_use_minified_scripts ---------------------------------------------- r22856 | jonnybradley | 2009-11-04 00:58:08 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Helpful description text ---------------------------------------------- r22855 | jonnybradley | 2009-11-04 00:57:12 +0100 (mer., 04 nov. 2009) | 5 lines [FIX] Several annoyances in dialog tools Button label for replace/submit/insert tidied up Handles plugins without closing tag Close button JS error fix ---------------------------------------------- r22854 | sylvieg | 2009-11-04 00:25:59 +0100 (mer., 04 nov. 2009) | 1 line missing prefs ---------------------------------------------- r22853 | marclaporte | 2009-11-04 00:18:00 +0100 (mer., 04 nov. 2009) | 1 line [MOD] Changing the first impressions after a fresh install. using Strasa-fixed. This is up for debate. What do you think? ---------------------------------------------- r22852 | dexl_2000 | 2009-11-03 23:59:21 +0100 (mar., 03 nov. 2009) | 1 line [MOD] adding instant password check on change-password page, just basic functions at the moment. Future addon can be returnning of user name via js on GO BACK button, and tiki submit limit. ---------------------------------------------- r22850 | marclaporte | 2009-11-03 22:19:16 +0100 (mar., 03 nov. 2009) | 1 line [FIX] Restore installer upgrade script for workspace helper. A new patch should be made to delete or modify any data or schema. ---------------------------------------------- r22849 | jonnybradley | 2009-11-03 21:07:05 +0100 (mar., 03 nov. 2009) | 2 lines [KIL] Remove experimental static minified JS files and references (also $Id property and (c) notice added) ---------------------------------------------- r22848 | jonnybradley | 2009-11-03 20:41:00 +0100 (mar., 03 nov. 2009) | 2 lines [bp / r22845] [FIX]Broken Kaltura upload link on clean install (and convertsqls) ---------------------------------------------- r22846 | sylvieg | 2009-11-03 20:09:19 +0100 (mar., 03 nov. 2009) | 1 line [NEW]TRACKERLIST: new param showpagination ---------------------------------------------- r22843 | dexl_2000 | 2009-11-03 19:36:47 +0100 (mar., 03 nov. 2009) | 1 line [MOD] accept only mysql databases in database selection on 4th installation process. ---------------------------------------------- r22842 | marclaporte | 2009-11-03 19:09:08 +0100 (mar., 03 nov. 2009) | 1 line [MOD] duplicating Dynamic Content checkbox to main feature admin panel, because people also tend to think it will be here. ---------------------------------------------- r22841 | marclaporte | 2009-11-03 18:59:21 +0100 (mar., 03 nov. 2009) | 1 line [MOD] Make searching in admin panels an option, off by default and experimental. We made great progress here and will continue for Tiki5. http://dev.tikiwiki.org/Dynamic+Preferences ---------------------------------------------- r22840 | dexl_2000 | 2009-11-03 18:57:27 +0100 (mar., 03 nov. 2009) | 1 line [MOD] removed the profile selection and wording on the 5th installation process. ---------------------------------------------- r22839 | sylvieg | 2009-11-03 18:43:12 +0100 (mar., 03 nov. 2009) | 1 line [FIX]admin group: pagination ---------------------------------------------- r22836 | sylvieg | 2009-11-03 18:12:53 +0100 (mar., 03 nov. 2009) | 1 line oops again - a php installer script is a php but a function ---------------------------------------------- r22835 | sylvieg | 2009-11-03 17:58:00 +0100 (mar., 03 nov. 2009) | 1 line oops- no need to check perms in installer ---------------------------------------------- r22834 | sylvieg | 2009-11-03 17:46:14 +0100 (mar., 03 nov. 2009) | 1 line moved ---------------------------------------------- r22833 | sylvieg | 2009-11-03 17:45:16 +0100 (mar., 03 nov. 2009) | 1 line [FIX] officially move the categ perm upgrade script to the installer ... better than nothing ---------------------------------------------- r22828 | sylvieg | 2009-11-03 17:03:52 +0100 (mar., 03 nov. 2009) | 1 line [bp/ r 22820][FIX]TRACKERFILTER: force to test on the upper value ---------------------------------------------- r22827 | jonnybradley | 2009-11-03 16:55:14 +0100 (mar., 03 nov. 2009) | 1 line [SVN] Ignore minified script cache ---------------------------------------------- r22824 | jonnybradley | 2009-11-03 16:46:49 +0100 (mar., 03 nov. 2009) | 1 line [SVN] Removing old mergeinfo props for cleaner merging in future (missed one) ---------------------------------------------- r22823 | jonnybradley | 2009-11-03 16:42:27 +0100 (mar., 03 nov. 2009) | 1 line [TEST] 3rd test commit after 2nd (1st proper automatic) merge ---------------------------------------------- r22821 | jonnybradley | 2009-11-03 16:23:19 +0100 (mar., 03 nov. 2009) | 1 line [SVN] Removing old mergeinfo props for cleaner merging in future ---------------------------------------------- r22819 | jonnybradley | 2009-11-03 15:24:52 +0100 (mar., 03 nov. 2009) | 1 line [TEST] 2nd test commit after 1st merge ---------------------------------------------- r22816 | marclaporte | 2009-11-03 07:10:48 +0100 (mar., 03 nov. 2009) | 1 line [TEST] test commit on 4x ---------------------------------------------- r22815 | marclaporte | 2009-11-03 06:58:13 +0100 (mar., 03 nov. 2009) | 1 line [BRANCH] Creation, trunk 0 to 22810 ---------------------------------------------- r22810 | chealer | 2009-11-03 05:37:13 +0100 (mar., 03 nov. 2009) | 2 lines presumably fix broken logic on universaleditbutton.org button display check ---------------------------------------------- r22809 | chealer | 2009-11-03 05:34:34 +0100 (mar., 03 nov. 2009) | 2 lines [FIX] undefined editable, galleryId, description notices ---------------------------------------------- r22808 | chealer | 2009-11-03 05:31:11 +0100 (mar., 03 nov. 2009) | 2 lines [FIX] assigning value by reference ---------------------------------------------- r22806 | nkoth | 2009-11-03 04:26:35 +0100 (mar., 03 nov. 2009) | 2 lines [FIX] query error with perspectives and clean up perspective deployment to calendar list ---------------------------------------------- r22805 | marclaporte | 2009-11-03 04:03:48 +0100 (mar., 03 nov. 2009) | 1 line [DOC] doc link ---------------------------------------------- r22804 | marclaporte | 2009-11-03 03:27:49 +0100 (mar., 03 nov. 2009) | 1 line [MOD] making the newly added minify feature be default off, until it's more vastly tested. Moving the other minify feature next to it, as a reminder than it may disappear in the future ---------------------------------------------- r22803 | marclaporte | 2009-11-03 01:59:12 +0100 (mar., 03 nov. 2009) | 1 line [KIL] Remove htaccess entries for removed features. ---------------------------------------------- r22802 | marclaporte | 2009-11-03 01:54:09 +0100 (mar., 03 nov. 2009) | 1 line [KIL] Remove Workspace-Helper related files, as explained at http://article.gmane.org/gmane.comp.cms.tiki.devel/14261 Hope it is completed and added to Tiki5 or Tiki4.1 Workspace withouth helper, are working fine ---------------------------------------------- r22801 | jonnybradley | 2009-11-02 23:49:00 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] wikitext div should be clear:both aka .clearfix Tested on several themes and several browsers (but not all - please let me know of any problems) ---------------------------------------------- r22800 | jonnybradley | 2009-11-02 23:42:06 +0100 (lun., 02 nov. 2009) | 1 line [FIX] Missing var init ---------------------------------------------- r22799 | luciash | 2009-11-02 23:40:51 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Wiki Plugin TRACKERLIST: allow to list items for specified user by request (&tr_user=foo in URL) ---------------------------------------------- r22798 | chealer | 2009-11-02 23:15:46 +0100 (lun., 02 nov. 2009) | 2 lines get rid of some code thanks to PHP 5 requirement ---------------------------------------------- r22797 | chealer | 2009-11-02 23:14:29 +0100 (lun., 02 nov. 2009) | 3 lines [FIX] feature_version_checks only controls whether version checks are done automatically hopefully fix version checks for good now ---------------------------------------------- r22796 | lphuberdeau | 2009-11-02 21:43:38 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Mozilla upstream 409683. Do not send watch email to post author in forums ---------------------------------------------- r22795 | dexl_2000 | 2009-11-02 21:30:41 +0100 (lun., 02 nov. 2009) | 1 line [MOD] fixing and made the register.php work with ajax. ---------------------------------------------- r22794 | nkoth | 2009-11-02 19:40:25 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] ? was being added at the end of the user login on tiki-change_password.php on new install/change password needed ---------------------------------------------- r22793 | lphuberdeau | 2009-11-02 18:42:01 +0100 (lun., 02 nov. 2009) | 1 line [NEW] Minify javascript on the fly and generate publicly available static file ---------------------------------------------- r22792 | chealer | 2009-11-02 18:13:29 +0100 (lun., 02 nov. 2009) | 3 lines remove moo blurbs which seemed to cause errors and seem useless I hope this doesn't break something ---------------------------------------------- r22791 | zchermit | 2009-11-02 17:27:19 +0100 (lun., 02 nov. 2009) | 1 line [FIX] Add {tr} tag for translation ---------------------------------------------- r22790 | sylvieg | 2009-11-02 17:05:39 +0100 (lun., 02 nov. 2009) | 1 line [MOD]breadcrumb: s/Recently/Last/ to have a name similar to all the other last modules ---------------------------------------------- r22789 | lphuberdeau | 2009-11-02 16:26:30 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Mozilla upstream 390123. Allow to display site title after the page name to improve SEO. ---------------------------------------------- r22788 | chealer | 2009-11-02 16:15:18 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] r22787 regression. oops, should have tested that one ---------------------------------------------- r22787 | chealer | 2009-11-02 16:07:09 +0100 (lun., 02 nov. 2009) | 2 lines [FIX] HTML validation ---------------------------------------------- r22786 | lphuberdeau | 2009-11-02 15:55:09 +0100 (lun., 02 nov. 2009) | 3 lines [MOD] Mozilla upstream. Allow to specify the PHP session cookie name. [FIX] if(SID) is always true as it evaluates to if('SID') ---------------------------------------------- r22785 | lphuberdeau | 2009-11-02 15:54:01 +0100 (lun., 02 nov. 2009) | 1 line [FIX] Warning. ---------------------------------------------- r22784 | lphuberdeau | 2009-11-02 14:14:49 +0100 (lun., 02 nov. 2009) | 1 line [ENH] Mozilla upstream 463963. Strip out bad characters from tags. ---------------------------------------------- r22783 | sylvieg | 2009-11-02 13:12:46 +0100 (lun., 02 nov. 2009) | 1 line [FIX]calendar: translate the date in language format ---------------------------------------------- r22782 | sylvieg | 2009-11-02 13:04:35 +0100 (lun., 02 nov. 2009) | 1 line include ---------------------------------------------- r22781 | chealer | 2009-11-01 18:54:00 +0100 (dim., 01 nov. 2009) | 3 lines [FIX] group_exists() caching prevented group removal and renaming Closes: #2837 ---------------------------------------------- r22780 | rischconsulting | 2009-11-01 18:43:17 +0100 (dim., 01 nov. 2009) | 3 lines [FIX] Attempt to fix bug 2839 by changing tob$ff.`type` = 'tracker $trackerId' to tob$ff.`type` = 'trackeritem'. The query appears to have two problems: 1. tiki_objects field 'type' is never in the form "tracker $trackerID" but is instead just "tracker" and 2. Searching only for trackers limits the search unnecessarily, especially because we are searching for trackeritem objects. If I missed something or broke it, please let me know - it appears to work. All other changes are auto trailing whitespace cleanup by my editor. ---------------------------------------------- r22779 | sylvieg | 2009-11-01 16:20:49 +0100 (dim., 01 nov. 2009) | 1 line [FIX]PLUGIN CALENDAR: do not show twice same event in list mode (remarcks: better to user {foreach} instead of {section} because {foreach} supports non consecutive elts) ---------------------------------------------- r22778 | sylvieg | 2009-11-01 16:08:48 +0100 (dim., 01 nov. 2009) | 1 line [FIX]calendar: priority default is 1 ---------------------------------------------- r22777 | luciash | 2009-10-31 21:08:48 +0100 (sam., 31 oct. 2009) | 1 line [ENH] Strasa: some more styling on wikitext heading levels ---------------------------------------------- r22776 | zchermit | 2009-10-31 13:29:03 +0100 (sam., 31 oct. 2009) | 1 line [MOD] Add some Russian translation ---------------------------------------------- r22775 | luciash | 2009-10-31 11:23:36 +0100 (sam., 31 oct. 2009) | 1 line [NEW] Strasa theme - fixed width option ---------------------------------------------- r22774 | alain_desilets | 2009-10-30 22:37:37 +0100 (ven., 30 oct. 2009) | 1 line - Trying to put some order into automated tests. ---------------------------------------------- r22773 | Stojanovim | 2009-10-30 22:23:41 +0100 (ven., 30 oct. 2009) | 1 line fixed some tests in MachineTranslation ---------------------------------------------- r22772 | alain_desilets | 2009-10-30 21:51:06 +0100 (ven., 30 oct. 2009) | 1 line - Trying to put some order into automated tests. ---------------------------------------------- r22771 | sylvieg | 2009-10-30 20:56:40 +0100 (ven., 30 oct. 2009) | 1 line [FIX] calendar plugin: fix title + option viewnavbar ---------------------------------------------- r22770 | alain_desilets | 2009-10-30 20:29:10 +0100 (ven., 30 oct. 2009) | 1 line - Deleted the AllTests.php file from lib/test/core, cause it's not needed anymore. phpunit is configured to automatilly look for test cases under current directory and lower. ---------------------------------------------- r22766 | sylvieg | 2009-10-30 17:05:30 +0100 (ven., 30 oct. 2009) | 1 line [FIX]self_link ---------------------------------------------- r22765 | sept_7 | 2009-10-30 16:53:31 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] no php ending tag, Zend recommendation ---------------------------------------------- r22764 | sylvieg | 2009-10-30 16:49:42 +0100 (ven., 30 oct. 2009) | 1 line [FIX]no need to specify the url ---------------------------------------------- r22763 | sept_7 | 2009-10-30 16:20:52 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style : no ending tags, class definition, PHPCS ---------------------------------------------- r22762 | sept_7 | 2009-10-30 16:18:37 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style, avoid function in for loop statement, PHPCS ---------------------------------------------- r22761 | sept_7 | 2009-10-30 16:16:01 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style: avoid function in for loop statement, PHPCS ---------------------------------------------- r22759 | sept_7 | 2009-10-30 16:09:54 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] coding style avoir function in for loop, PHPCS ---------------------------------------------- r22758 | sept_7 | 2009-10-30 16:02:53 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] fix coding style error : no function in for loop statemement PHPCS ---------------------------------------------- r22757 | sylvieg | 2009-10-30 15:57:39 +0100 (ven., 30 oct. 2009) | 1 line [FIX]watch: merge the wiki user watch and wiki admin notif to the type 'wiki page' - important since now perms are checked ---------------------------------------------- r22756 | sept_7 | 2009-10-30 14:18:41 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] coding style no function in for loop statements, PHPCS errors ---------------------------------------------- r22755 | sept_7 | 2009-10-30 14:15:51 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] remove PHP ending tag, Zend recommendation ---------------------------------------------- r22754 | sept_7 | 2009-10-30 12:08:49 +0100 (ven., 30 oct. 2009) | 2 lines [ENH] allow folder icon to be styled... ---------------------------------------------- r22753 | sept_7 | 2009-10-30 12:06:57 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] better code layout and coding style ---------------------------------------------- r22752 | sept_7 | 2009-10-30 12:05:30 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] remove PHP ending Tags, Zend recommendation ---------------------------------------------- r22750 | chealer | 2009-10-30 02:08:37 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] debugging leftover. oops ---------------------------------------------- r22749 | chealer | 2009-10-30 02:05:39 +0100 (ven., 30 oct. 2009) | 3 lines [FIX] Strange message "A new major release branch is available." mentioning current version as if it was new go a long way towards properly encapsulating TWVersion ---------------------------------------------- r22748 | chealer | 2009-10-30 02:03:01 +0100 (ven., 30 oct. 2009) | 2 lines [FIX] {$tiki_release} not always set ---------------------------------------------- r22746 | lphuberdeau | 2009-10-29 23:12:37 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Forgot to remove these exceptions that used to be required ---------------------------------------------- r22745 | lphuberdeau | 2009-10-29 23:10:43 +0100 (jeu., 29 oct. 2009) | 1 line [MOD] Making the admin-gets-all-rights check dynamic and valid everywhere rather than bind it at initialization for the current execution. Checking an other group's permissions will behave correctly even when logged as an admin. ---------------------------------------------- r22744 | sylvieg | 2009-10-29 22:33:22 +0100 (jeu., 29 oct. 2009) | 1 line [MOD]fgal: admin can watch fgal quota excceeded ---------------------------------------------- r22742 | alain_desilets | 2009-10-29 18:45:32 +0100 (jeu., 29 oct. 2009) | 1 line - Added a SentenceAlignments class. ---------------------------------------------- r22740 | chealer | 2009-10-29 17:45:49 +0100 (jeu., 29 oct. 2009) | 2 lines [FIX] feature_version_checks controls whether version checks are done automatically, not whether outdated version warning show ---------------------------------------------- r22739 | chealer | 2009-10-29 17:37:33 +0100 (jeu., 29 oct. 2009) | 2 lines [FIX] syntax error in feature_version_checks check ---------------------------------------------- r22738 | lphuberdeau | 2009-10-29 17:34:38 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Mark tests as incomplete again, AFAIK, they still don't have an implementation. Fix one test to match new implementation. ---------------------------------------------- r22737 | luciash | 2009-10-29 16:48:50 +0100 (jeu., 29 oct. 2009) | 1 line rollback of r22735 (it would need to be modified in all templates, not just this one + the icon is broken now - missing images... please send your icon request to tikiwiki-artwork mailing list so graphics designers can create nicely looking icon from your suggestion/idea matching the rest of the iconset) ---------------------------------------------- r22736 | jonnybradley | 2009-10-29 16:19:11 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Allow points in the rest of the world ---------------------------------------------- r22735 | alain_desilets | 2009-10-29 15:02:34 +0100 (jeu., 29 oct. 2009) | 1 line - Modified icons for toggling page watch. ---------------------------------------------- r22734 | jonnybradley | 2009-10-29 14:55:13 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Category for imported items (don't mix in the previous item's category) ---------------------------------------------- r22732 | jonnybradley | 2009-10-29 12:50:52 +0100 (jeu., 29 oct. 2009) | 1 line [CSS] Warning remarksbox title and link colours ---------------------------------------------- r22731 | chibaguy | 2009-10-29 09:11:03 +0100 (jeu., 29 oct. 2009) | 1 line [FIX] Language strings improved as on dev.tw.o/Pending text corrections . ---------------------------------------------- r22730 | chealer | 2009-10-29 07:16:44 +0100 (jeu., 29 oct. 2009) | 3 lines [FIX] adapt newVersionAvailable() to major.minor versioning scheme (and slightly simplify) not completely tested ---------------------------------------------- r22729 | chealer | 2009-10-29 06:56:42 +0100 (jeu., 29 oct. 2009) | 2 lines add some previous versions, just for consistency ---------------------------------------------- r22728 | sylvieg | 2009-10-29 00:23:08 +0100 (jeu., 29 oct. 2009) | 1 line [MOD]fgal quota: alllows to limit the volume that is uploaded globally to the fgals or locally to a fgal ---------------------------------------------- r22726 | nyloth | 2009-10-28 22:52:14 +0100 (mer., 28 oct. 2009) | 1 line [FIX] release script: Update the checkout before trying to get its last revision, in order to be sure to create the svn tag with the last commit from the release script (usually secdb changes). ---------------------------------------------- r22714 | sylvieg | 2009-10-28 21:38:22 +0100 (mer., 28 oct. 2009) | 1 line [FIX]fgal: show gal name in drop down ---------------------------------------------- r22706 | jonnybradley | 2009-10-28 18:13:04 +0100 (mer., 28 oct. 2009) | 3 lines [FIX] Remove incorrect use of Image class to get thumbnail size. TODO: make info a preference ---------------------------------------------- r22705 | jonnybradley | 2009-10-28 18:06:25 +0100 (mer., 28 oct. 2009) | 1 line [CSS] Improvements for toolbars. Moved "structural" definitions to layout and rationalised. ---------------------------------------------- r22704 | jonnybradley | 2009-10-28 17:55:21 +0100 (mer., 28 oct. 2009) | 2 lines [MOD] Tooltips for admin "anchor" buttons. Please correct/improve text where possible. TODO: Share with main admin page buttons somehow. ---------------------------------------------- r22703 | chealer | 2009-10-28 17:05:48 +0100 (mer., 28 oct. 2009) | 2 lines [FIX] HTML special chars encoding ---------------------------------------------- r22702 | chealer | 2009-10-28 17:05:11 +0100 (mer., 28 oct. 2009) | 3 lines [FIX] colons inside tr blocks [FIX] HTML special chars encoding ---------------------------------------------- r22701 | chealer | 2009-10-28 17:03:56 +0100 (mer., 28 oct. 2009) | 3 lines [FIX] home selector [FIX] HTML special chars encoding ---------------------------------------------- r22700 | chealer | 2009-10-28 17:01:52 +0100 (mer., 28 oct. 2009) | 2 lines [FIX] Forum admin: double colon after "Uploaded filenames must match regex" ---------------------------------------------- r22691 | chealer | 2009-10-28 16:34:58 +0100 (mer., 28 oct. 2009) | 2 lines translate "to" ---------------------------------------------- r22690 | jonnybradley | 2009-10-28 14:41:21 +0100 (mer., 28 oct. 2009) | 1 line [FIX] Righthand tools section needs to be output before the rest so they appear on the same line (for Firefox anyway) ---------------------------------------------- r22689 | jonnybradley | 2009-10-28 14:03:28 +0100 (mer., 28 oct. 2009) | 1 line [CSS] Remarksbox warning colour change (black was too scary) ---------------------------------------------- r22688 | jonnybradley | 2009-10-28 13:54:26 +0100 (mer., 28 oct. 2009) | 1 line [FIX] Errors and notices (trying to assign boolean from conditional doesn't work in Smarty). Also removed surplus "Active" column(s). Thanks chealer again. ---------------------------------------------- r22687 | jonnybradley | 2009-10-28 13:39:54 +0100 (mer., 28 oct. 2009) | 2 lines [FIX] Correct bad {self_link} syntax (thanks chealer) More to come... ---------------------------------------------- r22686 | chibaguy | 2009-10-28 04:12:59 +0100 (mer., 28 oct. 2009) | 1 line [ENH] Color rules put in design.css, and redundant rules (in both layout.css and design.css) avoided. ---------------------------------------------- r22685 | luciash | 2009-10-27 22:01:58 +0100 (mar., 27 oct. 2009) | 1 line [NEW] Tabs Wiki Plugin: allows to divide content and group it in the Tiki tabs ---------------------------------------------- r22684 | chealer | 2009-10-27 20:38:54 +0100 (mar., 27 oct. 2009) | 3 lines [FIX] HTML special chars escaping [FIX] somewhat generalize mailbox type (from "POP server" to "Server"), probably still wrong for local boxes ---------------------------------------------- r22683 | chealer | 2009-10-27 20:32:01 +0100 (mar., 27 oct. 2009) | 2 lines [FIX] typo in default port for IMAP on SSL 933 instead of 993, possibly known as "cannot connect to host : 110 : Connection timed out" ---------------------------------------------- r22682 | jonnybradley | 2009-10-27 20:14:22 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Use filegal_manager param on gallery tree links if applicable ---------------------------------------------- r22681 | jonnybradley | 2009-10-27 20:10:32 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Move long and lat text to below map and wrap in div.description (also hide overlay for Firefox) ---------------------------------------------- r22680 | sylvieg | 2009-10-27 20:07:16 +0100 (mar., 27 oct. 2009) | 1 line rollback 22655 ---------------------------------------------- r22679 | jonnybradley | 2009-10-27 19:42:44 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Use selected text for body after warning about editing wrong plugin (user knows best) ---------------------------------------------- r22678 | sylvieg | 2009-10-27 19:13:11 +0100 (mar., 27 oct. 2009) | 1 line [MOD]bar: regroup all teh code in a smarty function ---------------------------------------------- r22677 | jonnybradley | 2009-10-27 17:35:09 +0100 (mar., 27 oct. 2009) | 1 line [SVN] Missing Id ---------------------------------------------- r22676 | jonnybradley | 2009-10-27 17:30:51 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Propagate 'close' param (already in Smarty object) ---------------------------------------------- r22675 | lphuberdeau | 2009-10-27 17:27:42 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Error caused by missing object reference (destructed too early). Forcing to hold reference ---------------------------------------------- r22673 | lphuberdeau | 2009-10-27 17:24:49 +0100 (mar., 27 oct. 2009) | 1 line [NEW] Memcache session support ---------------------------------------------- r22672 | jonnybradley | 2009-10-27 16:43:39 +0100 (mar., 27 oct. 2009) | 1 line [CSS] Some improvements on default styles for remarksboxes (rbox) ---------------------------------------------- r22671 | lphuberdeau | 2009-10-27 16:33:47 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Convert the session database from a flag to a list of option (soon to add memcache) ---------------------------------------------- r22670 | jonnybradley | 2009-10-27 15:48:00 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Show object category perms and remarksbox if object is in a category with specific perms set. ---------------------------------------------- r22669 | lphuberdeau | 2009-10-27 15:45:00 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Move the invalidation to standard cache invalidate call ---------------------------------------------- r22668 | lphuberdeau | 2009-10-27 15:34:54 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Invalidate on staging approval ---------------------------------------------- r22667 | lphuberdeau | 2009-10-27 15:31:53 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Deploy memcache to wiki ---------------------------------------------- r22666 | lphuberdeau | 2009-10-27 15:12:49 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Invalidate cache on new comment ---------------------------------------------- r22665 | lphuberdeau | 2009-10-27 14:54:47 +0100 (mar., 27 oct. 2009) | 1 line [MOD] Refactor memcache to make it less invasive ---------------------------------------------- r22662 | jonnybradley | 2009-10-27 13:32:09 +0100 (mar., 27 oct. 2009) | 1 line [FIX] Plugin aliasses need to validate the arguments for the base plugin, otherwise args with 'separator' set don't get converted into arrays (such as 'fields' in trackerlist). ---------------------------------------------- r22661 | redflo | 2009-10-27 12:50:58 +0100 (mar., 27 oct. 2009) | 2 lines ignore errors when utf8 is not build in. ---------------------------------------------- r22660 | sylvieg | 2009-10-26 23:15:30 +0100 (lun., 26 oct. 2009) | 1 line [FIX]lesser magic: no need to put the prefs toggle in php- thx pkdille ---------------------------------------------- r22659 | lphuberdeau | 2009-10-26 21:31:20 +0100 (lun., 26 oct. 2009) | 1 line [MOD] Enable memcache in forum thread view ---------------------------------------------- r22658 | lphuberdeau | 2009-10-26 20:59:18 +0100 (lun., 26 oct. 2009) | 1 line [NEW] Mozilla upstream. Base library for memcached and configuration options. ---------------------------------------------- r22657 | sylvieg | 2009-10-26 20:39:10 +0100 (lun., 26 oct. 2009) | 1 line [FIX]wiki notif: add watch wiki page at a user level + check perms ---------------------------------------------- r22656 | lphuberdeau | 2009-10-26 19:25:45 +0100 (lun., 26 oct. 2009) | 1 line [FIX] Preserve global rules when logged in as admin and use those rules when calculating permissions for a different user ---------------------------------------------- r22655 | zchermit | 2009-10-26 19:17:02 +0100 (lun., 26 oct. 2009) | 1 line [FIX] Move ":" outside {tr} tag. ---------------------------------------------- r22654 | lphuberdeau | 2009-10-26 18:39:45 +0100 (lun., 26 oct. 2009) | 1 line [MOD] Make sure replication is ignored in the installer phases (use master no matter what) ---------------------------------------------- r22653 | lphuberdeau | 2009-10-26 18:32:22 +0100 (lun., 26 oct. 2009) | 1 line [NEW] Mozilla upstream. Database replication support. ---------------------------------------------- r22652 | jonnybradley | 2009-10-26 18:29:58 +0100 (lun., 26 oct. 2009) | 1 line [FIX] gmap locator fixes - disambiguate set_default and default request params, remember return page and clear find input on click. ---------------------------------------------- r22651 | lphuberdeau | 2009-10-26 16:52:44 +0100 (lun., 26 oct. 2009) | 1 line [MOD] Mozilla upstream. Move IP address to a mail header instead of the message body. Most users are not aware of their IP address. ---------------------------------------------- r22650 | sylvieg | 2009-10-26 16:47:29 +0100 (lun., 26 oct. 2009) | 1 line [FIX]TRACKERLIST: itemId filter ---------------------------------------------- r22648 | sylvieg | 2009-10-26 15:30:31 +0100 (lun., 26 oct. 2009) | 1 line [FIX]broadcast: confirmation step with list of user before sending a broadcast + check tiki_p_messages perms + check allowMsgs preference ---------------------------------------------- r22647 | lphuberdeau | 2009-10-26 14:51:10 +0100 (lun., 26 oct. 2009) | 1 line [FIX] Prevent from crashing when screencast configuration is incomplete ---------------------------------------------- r22646 | luciash | 2009-10-26 14:31:30 +0100 (lun., 26 oct. 2009) | 1 line [FIX] img wiki plugin: no need to have title set in rel if desconly and title is already set as an attribute ---------------------------------------------- r22645 | luciash | 2009-10-26 13:59:00 +0100 (lun., 26 oct. 2009) | 1 line [ENH] Strasa theme: better difference between headings in wiki text, col2 menu visual enhancemennts ---------------------------------------------- r22644 | lindonb | 2009-10-25 20:29:32 +0100 (dim., 25 oct. 2009) | 1 line [FIX] Added clear to parameters. Code was written to handle a "clear" parameter, but it wasn't included in the parameters array. Also added edit plugin options. ---------------------------------------------- r22643 | pkdille | 2009-10-25 00:26:07 +0200 (dim., 25 oct. 2009) | 1 line [MOD] lesser magic deployment to forum admin template ---------------------------------------------- r22642 | chealer | 2009-10-24 23:26:13 +0200 (sam., 24 oct. 2009) | 6 lines [ENH] change translation module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] colons inside tr blocks [FIX] undefined show_translation_module notice show completeness even if 0% ---------------------------------------------- r22639 | sylvieg | 2009-10-24 20:29:28 +0200 (sam., 24 oct. 2009) | 1 line [MOD] lesser magic deployment (1 tab of fgal) ---------------------------------------------- r22638 | jonnybradley | 2009-10-24 20:18:02 +0200 (sam., 24 oct. 2009) | 1 line [FIX] Allow 'x' as the second part of stable branch names (e.g. branches/4.x) ---------------------------------------------- r22636 | jonnybradley | 2009-10-24 19:21:35 +0200 (sam., 24 oct. 2009) | 1 line [FIX] Only paste perms once (for safety - you can always copy again) ---------------------------------------------- r22635 | jonnybradley | 2009-10-24 19:14:22 +0200 (sam., 24 oct. 2009) | 2 lines [FIX] Fixed show disabled feature switch, no 2nd remove button on globals & few minor label changes [ENH] Basic copy/paste perms function ---------------------------------------------- r22634 | pkdille | 2009-10-24 19:01:41 +0200 (sam., 24 oct. 2009) | 1 line [MOD] better not to have functions in the second argument in a for loop ---------------------------------------------- r22633 | pkdille | 2009-10-24 18:32:33 +0200 (sam., 24 oct. 2009) | 1 line [MOD] removing functions in loops. Better fix than r22541. Thks Sylvie ---------------------------------------------- r22632 | jonnybradley | 2009-10-24 15:50:14 +0200 (sam., 24 oct. 2009) | 1 line [FIX] Prevent tiki_p_admin being removed from Admins ---------------------------------------------- r22631 | sylvieg | 2009-10-24 12:46:46 +0200 (sam., 24 oct. 2009) | 1 line [FIX]smarty: inclose with double quotes incase the translation has a quote ---------------------------------------------- r22629 | pkdille | 2009-10-24 06:43:18 +0200 (sam., 24 oct. 2009) | 1 line [MOD] lesser magic deployment to blog admin template. Btw, recovering a pref (feature_blog_mandatory_category) which was lost in r17625. Will be backported to proposed ---------------------------------------------- r22628 | chealer | 2009-10-23 23:01:43 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] add a schema script for r22599. it seems there's a rule to keep database schemas identical. oops, thanks Sylvie ---------------------------------------------- r22624 | sylvieg | 2009-10-23 21:35:56 +0200 (ven., 23 oct. 2009) | 1 line [FIX]categ: do not assign a nul category to object without category (is_null(false) is false in php) ---------------------------------------------- r22623 | jonnybradley | 2009-10-23 21:06:22 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Show other features if using 'select features' when editing single object perms. This allows you to edit comment perms on a wiki page, for instance. ---------------------------------------------- r22622 | jonnybradley | 2009-10-23 20:51:50 +0200 (ven., 23 oct. 2009) | 1 line [SVN] Ignore .lastup and last.log ---------------------------------------------- r22621 | jonnybradley | 2009-10-23 20:43:51 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Correctly position help dialog where it was left - added a link to the plugins help to make it more obvious, a couple of comments and plugins filter ---------------------------------------------- r22620 | jonnybradley | 2009-10-23 20:38:17 +0200 (ven., 23 oct. 2009) | 1 line [MOD] Extra $Id: removed ---------------------------------------------- r22619 | jonnybradley | 2009-10-23 20:37:15 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Typo and missing var ---------------------------------------------- r22618 | luciash | 2009-10-23 18:56:35 +0200 (ven., 23 oct. 2009) | 1 line oops, forgot .wikitext class selector ---------------------------------------------- r22617 | luciash | 2009-10-23 18:51:13 +0200 (ven., 23 oct. 2009) | 1 line ul list in remarksbox... better like this ---------------------------------------------- r22616 | luciash | 2009-10-23 18:27:42 +0200 (ven., 23 oct. 2009) | 1 line [ENH] don't indent and display bullets for unordered lists in remark boxes when items have even or odd class ---------------------------------------------- r22615 | jonnybradley | 2009-10-23 18:18:38 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Filegal thumbnails now set size in html correctly. Also a couple of notices and globals fixed. ---------------------------------------------- r22613 | pkdille | 2009-10-23 17:32:09 +0200 (ven., 23 oct. 2009) | 1 line [FIX] wiki table of content: no bullets or style for the lists in the toc context ---------------------------------------------- r22612 | jonnybradley | 2009-10-23 16:51:12 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Last update time fix (had a line feed char after the date int) ---------------------------------------------- r22610 | sylvieg | 2009-10-23 16:26:27 +0200 (ven., 23 oct. 2009) | 1 line [FIX]daily report: show also wiki file attachement ---------------------------------------------- r22609 | sylvieg | 2009-10-23 15:37:15 +0200 (ven., 23 oct. 2009) | 1 line [FIX]report: unused columnn needs a default ---------------------------------------------- r22608 | jonnybradley | 2009-10-23 14:50:14 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Part 2 of newsletters textarea fixes. ---------------------------------------------- r22607 | jonnybradley | 2009-10-23 14:48:30 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Tracker item text area needs to tell toolbars it's a tracker (so as not to show fullscreen button etc) ---------------------------------------------- r22606 | jonnybradley | 2009-10-23 14:46:51 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Only wiki page edit counts changes to anything in the form as a saveable change. ---------------------------------------------- r22605 | jonnybradley | 2009-10-23 14:26:50 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Make it hard to remove all global perms because that would almost always be A Bad Thing TODO - Stop admin loosing tiki_p_admin as that's quite hard to fix ---------------------------------------------- r22604 | jonnybradley | 2009-10-23 14:14:37 +0200 (ven., 23 oct. 2009) | 1 line [MOD] JS Lint ---------------------------------------------- r22603 | jonnybradley | 2009-10-23 14:12:36 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] Autosave missing changed events (doc.ready too early) ---------------------------------------------- r22602 | chibaguy | 2009-10-23 13:07:43 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Padding was applied even when there's no logo image, causing position problems when there's only a site title. Logo padding, if needed, should be specified using L&F admin since logo size varies. ---------------------------------------------- r22601 | chibaguy | 2009-10-23 12:29:24 +0200 (ven., 23 oct. 2009) | 1 line [FIX] Implemented logo background style in tiki-site_header_options.tpl (was missing); made logo background style examples more clear on Look & Feel admin, and unified examples styles. ---------------------------------------------- r22600 | chealer | 2009-10-23 09:07:21 +0200 (ven., 23 oct. 2009) | 5 lines [ENH] change user_bookmarks module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] cache links not showing a few code readability improvements ---------------------------------------------- r22599 | chealer | 2009-10-23 08:59:51 +0200 (ven., 23 oct. 2009) | 2 lines bump tiki_user_bookmarks_url.name from varchar(30) to varchar(200) ---------------------------------------------- r22598 | chealer | 2009-10-23 08:46:09 +0200 (ven., 23 oct. 2009) | 2 lines "Add/Edit a bookmark" instead of "a URL" ---------------------------------------------- r22596 | chealer | 2009-10-23 08:38:15 +0200 (ven., 23 oct. 2009) | 2 lines [FIX] link to Google cache pointing to actual page (r1030 regression) ---------------------------------------------- r22595 | chealer | 2009-10-23 06:17:29 +0200 (ven., 23 oct. 2009) | 6 lines [ENH] change upcoming_events module to new module style (modules-doc). [SEC] proper check for personal calendar owner [MOD] limit by future event start date instead of end date [FIX] show parsed event descriptions [FIX] many undefined Smarty array indices ---------------------------------------------- r22594 | sylvieg | 2009-10-23 01:10:50 +0200 (ven., 23 oct. 2009) | 1 line [FIX]watch: send also a notif if attach file on a watch wiki page ---------------------------------------------- r22593 | chealer | 2009-10-23 00:31:45 +0200 (ven., 23 oct. 2009) | 3 lines [FIX] HTML special chars encoding [FIX] rename "RSS modules" to "External feeds" ---------------------------------------------- r22592 | chealer | 2009-10-23 00:11:57 +0200 (ven., 23 oct. 2009) | 4 lines [FIX] HTML special chars escaping [MOD] do not escape module parameter descriptions, to allow inserting HTML there. I hope nothing had to be escaped. [FIX] colons inside tr blocks ---------------------------------------------- r22591 | chealer | 2009-10-23 00:09:39 +0200 (ven., 23 oct. 2009) | 2 lines upcoming_events(): pseudo-document and add new $maxDaysStart argument to filter on the number of days to an event's start date ---------------------------------------------- r22590 | sylvieg | 2009-10-23 00:05:07 +0200 (ven., 23 oct. 2009) | 1 line to prove chealer it is ok ---------------------------------------------- r22589 | jonnybradley | 2009-10-22 23:44:08 +0200 (jeu., 22 oct. 2009) | 3 lines [FIX] Switch editor modes. Deployed {textarea} Smarty object. Needs more - part 2 tomorrow (confirm exit dialogs etc) ---------------------------------------------- r22588 | jonnybradley | 2009-10-22 23:39:38 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Missing globals ---------------------------------------------- r22587 | jonnybradley | 2009-10-22 23:21:06 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Stop the same author being listed multiple times on wiki pages. Made it optional as it's unclear to me whether the versions data is used elsewhere. ---------------------------------------------- r22586 | jonnybradley | 2009-10-22 23:15:52 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Fix toolbar pickers when more than one toolbar per page and reduce data duplication Optimised colour data and fixed one missing getElementById (wiki link) ---------------------------------------------- r22585 | pkdille | 2009-10-22 22:37:50 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] lesser magic deployment to search admin template ---------------------------------------------- r22584 | jonnybradley | 2009-10-22 22:36:24 +0200 (jeu., 22 oct. 2009) | 3 lines [FIX] Use the tiki-js.js "version" of getElementById() to find textareas, because sometimes the areaname is the name, and other times it's the id. Fixed dialog tool unplesantness in tracker plugins. TODO properly for 5.0. ---------------------------------------------- r22583 | chealer | 2009-10-22 22:23:07 +0200 (jeu., 22 oct. 2009) | 3 lines [FIX] fr: "Enregistrement non traduit" => "Enregistrer les chaînes non traduites" avoid more errors of the kind using a more complete sentence for "Record untranslated": "Record untranslated strings" ---------------------------------------------- r22582 | chealer | 2009-10-22 22:13:50 +0200 (jeu., 22 oct. 2009) | 2 lines upcoming_events(): also return parsed field for parsed description ---------------------------------------------- r22581 | sylvieg | 2009-10-22 19:13:18 +0200 (jeu., 22 oct. 2009) | 1 line rollback 22576 - showlinks is only for link to the item and must not interfer with other links ---------------------------------------------- r22580 | chealer | 2009-10-22 18:33:41 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] HTML validation on "No records to display" ---------------------------------------------- r22579 | marclaporte | 2009-10-22 18:12:13 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] More plain English labels for tool help. ---------------------------------------------- r22578 | marclaporte | 2009-10-22 17:43:48 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] Moving new features to distinct tab, so people can easily find and are eager to try out, while maintaining warning ---------------------------------------------- r22577 | chibaguy | 2009-10-22 16:42:35 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Site header background colors, mostly for IE7. ---------------------------------------------- r22576 | sylvieg | 2009-10-22 16:42:10 +0200 (jeu., 22 oct. 2009) | 1 line [FIX]tracker: do not show link of a page selector if showlinks=n ---------------------------------------------- r22575 | jonnybradley | 2009-10-22 15:26:05 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] {img} doesn't need link set for filegal files ---------------------------------------------- r22572 | jonnybradley | 2009-10-22 14:36:28 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Remove more dead overlib code ---------------------------------------------- r22568 | jonnybradley | 2009-10-22 14:13:16 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Rollback of 22536 (thanks Luci for finding correct fix) ---------------------------------------------- r22567 | jonnybradley | 2009-10-22 13:15:29 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Use new {img} syntax when markup inserted from filegal manager. Now defaults to using fileId instead of src, thumb=y and rel="box[g]" for colorbox. ---------------------------------------------- r22564 | chibaguy | 2009-10-22 10:34:28 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Heading shouldn't contain entire form; revised heading to be consistent with other heading and easier to translate. ---------------------------------------------- r22563 | chealer | 2009-10-22 09:12:09 +0200 (jeu., 22 oct. 2009) | 2 lines [SEC] calendar item: hopefully defuck perms checking and personal calendars handling ---------------------------------------------- r22562 | chealer | 2009-10-22 07:46:25 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] "Categorie" => "Catégorie" ---------------------------------------------- r22560 | chealer | 2009-10-22 07:39:59 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] calls to userlink with pre-escaped username ---------------------------------------------- r22558 | chibaguy | 2009-10-22 07:09:51 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] Position:top on cssmenu dropdown was causing all dropdowns to display briefly on page load; replaced with margin-top. ---------------------------------------------- r22557 | marclaporte | 2009-10-22 06:48:38 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] Move wiki page lists to dynamic preferences ---------------------------------------------- r22556 | chealer | 2009-10-22 06:46:02 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] Compilation (r22404 regression) ---------------------------------------------- r22555 | chealer | 2009-10-22 06:34:06 +0200 (jeu., 22 oct. 2009) | 2 lines [FIX] "Newletters" -> "Newsletters" ---------------------------------------------- r22553 | luciash | 2009-10-22 05:47:51 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] last blog posts module: XHTML - don't display empty ol/ul list with missing li tags when no records to display ---------------------------------------------- r22552 | luciash | 2009-10-22 04:12:05 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] file galleries: XHTML validity fixes (missing alt and s/onClick/onclick/) ---------------------------------------------- r22551 | luciash | 2009-10-22 03:59:09 +0200 (jeu., 22 oct. 2009) | 1 line [FIX] file galleries: JS error because of the onload call adjustThumbnails() from the info icon when #thumbnails not loaded yet + XHTML was not valid (onload attr. can be only on body and frameset) ---------------------------------------------- r22550 | luciash | 2009-10-22 02:53:26 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] tikilib: save going through one extra preg_replace cycle if 'feature_use_quoteplugin'] != 'y' ---------------------------------------------- r22549 | dexl_2000 | 2009-10-22 01:05:53 +0200 (jeu., 22 oct. 2009) | 1 line [MOD] modified statslib to accept start and end dates for best_overall_object_stats. ---------------------------------------------- r22547 | marclaporte | 2009-10-21 23:06:50 +0200 (mer., 21 oct. 2009) | 1 line [REM] Remove the feature to compile templates 1- It times out (we even tried to get it done via TRIM and it's very long) 2- It confuses users (as Alain on the mailing list recently) 3- It is useless because templates will be progressively compiled and put into cache as needed. If you have a good reason for us to keep, please share and I'll re-instate. ---------------------------------------------- r22546 | sylvieg | 2009-10-21 22:08:34 +0200 (mer., 21 oct. 2009) | 1 line [FIX]sefurl: need an urlencode to have space as + on safari ---------------------------------------------- r22544 | chealer | 2009-10-21 21:57:46 +0200 (mer., 21 oct. 2009) | 2 lines FIX] HTML special chars encoding ---------------------------------------------- r22543 | chealer | 2009-10-21 21:57:15 +0200 (mer., 21 oct. 2009) | 3 lines [FIX] colons inside tr blocks FIX] HTML special chars encoding ---------------------------------------------- r22542 | chealer | 2009-10-21 21:52:26 +0200 (mer., 21 oct. 2009) | 2 lines [FIX] declare date_format2() as static, which is at least coherent with date_format() and calls, although date_format() being static is strange ---------------------------------------------- r22540 | chealer | 2009-10-21 21:39:21 +0200 (mer., 21 oct. 2009) | 2 lines [FIX] static calls to tikilib->make_time() ---------------------------------------------- r22539 | chealer | 2009-10-21 21:37:13 +0200 (mer., 21 oct. 2009) | 2 lines translate "Translation of this page is incomplete." to the translator's site language instead of the source page's language. this has a least a chance of being right. the right thing would be to take the language of the translation being created, of course. ---------------------------------------------- r22538 | chealer | 2009-10-21 21:35:15 +0200 (mer., 21 oct. 2009) | 4 lines [FIX] encodage de "La traduction de cette page n'est pas terminée." [FIX] "Nécessite les informations utilisateurs pour être public" => "Nécessite que les informations de l'utilisateur soient publiques" [FIX] "Édit calendrier" => "Modifier le calendrier" ---------------------------------------------- r22536 | jonnybradley | 2009-10-21 20:49:04 +0200 (mer., 21 oct. 2009) | 3 lines [FIX] Implement IE specific CSS for colorbox only if using feature_iepngfix. Stops IE freezing on page load when colorbox (feature_shadowbox) enabled. ---------------------------------------------- r22534 | pkdille | 2009-10-21 20:46:56 +0200 (mer., 21 oct. 2009) | 1 line [MOD] admin pagelist: deploy title smarty plugin to this new template ---------------------------------------------- r22532 | sylvieg | 2009-10-21 19:59:40 +0200 (mer., 21 oct. 2009) | 1 line [FIX] at least 5 .php redefine $group -> give up the & - sorry for the multiple commits ---------------------------------------------- r22531 | sylvieg | 2009-10-21 19:56:19 +0200 (mer., 21 oct. 2009) | 1 line [FIX] at least 5 .php redefine $group -> give up the assign_by_ref - sorry for the multiple commits ---------------------------------------------- r22530 | sylvieg | 2009-10-21 19:44:46 +0200 (mer., 21 oct. 2009) | 1 line [FIX] rollback 22528 - default_group smarty var was overwritten by the use of the group var in a global level ---------------------------------------------- r22529 | jonnybradley | 2009-10-21 19:41:58 +0200 (mer., 21 oct. 2009) | 1 line [MOD] Move the remarksbox close icon code into remarksbox.tpl (etc) to lessen the document.ready load on slow browsers. Also allow CSS styling and use a new, more discreet, close icon (the red cross is used for delete in other places) ---------------------------------------------- r22528 | sylvieg | 2009-10-21 19:26:55 +0200 (mer., 21 oct. 2009) | 1 line [FIX] horrible patch - ['u_info']['group'] is sometimes a string and sometimes an array (see get_user_default_group - until finding where it is .... stick default_group in smarty ---------------------------------------------- r22526 | lphuberdeau | 2009-10-21 18:27:07 +0200 (mer., 21 oct. 2009) | 1 line [FIX] * really should not be in svn:ignore in the root folder ---------------------------------------------- r22525 | lphuberdeau | 2009-10-21 18:23:01 +0200 (mer., 21 oct. 2009) | 1 line [NEW] Page list feature for l10n dashboard (upstream from Mozilla) ---------------------------------------------- r22524 | lphuberdeau | 2009-10-21 18:19:40 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Missing file due to svn property ignoring all files in base folder ---------------------------------------------- r22522 | jonnybradley | 2009-10-21 18:17:32 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Restrict hiddenParents in insertAt() to fieldsets, as used by tabs (Safari/Chrome was confused by textareas in spans, as used by tracker plugin) ---------------------------------------------- r22521 | lphuberdeau | 2009-10-21 18:16:18 +0200 (mer., 21 oct. 2009) | 1 line [ENH] Use lesser magic to control plugin panel - free dependency listing ---------------------------------------------- r22519 | dexl_2000 | 2009-10-21 17:20:26 +0200 (mer., 21 oct. 2009) | 1 line [MOD] modified bannerlib with select_banner_id() function which replaces the get banner id codes from select_banner() function. ---------------------------------------------- r22518 | lphuberdeau | 2009-10-21 16:27:09 +0200 (mer., 21 oct. 2009) | 1 line [MOD] Add screencast options in admin panel and adjust field parameters ---------------------------------------------- r22517 | lphuberdeau | 2009-10-21 16:17:44 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Convert to () and nest UI element init in document.ready event ---------------------------------------------- r22516 | jonnybradley | 2009-10-21 16:15:24 +0200 (mer., 21 oct. 2009) | 5 lines [FIX] Use iconv function if recode (recode_string) not found. Default to not re-encoding if that's not found either (instead of exporting the error message). Also check browser for whether to encode as ISO-8859-15 (non-Windows apps generally prefer UTF-8) Should be a parameter on tiki-calendar_params_ical.php (TODO for 4.1) ---------------------------------------------- r22515 | lphuberdeau | 2009-10-21 16:07:28 +0200 (mer., 21 oct. 2009) | 1 line [FIX] Ogg upload failing ---------------------------------------------- r22513 | lphuberdeau | 2009-10-21 15:48:29 +0200 (mer., 21 oct. 2009) | 1 line [FIX] insertAt to temporarily show the textarea when hidden to add content to it (prevents errors, at least in FF). Also rely a little more on jquery to deal with the browser compatibility. ---------------------------------------------- r22512 | jonnybradley | 2009-10-21 15:21:51 +0200 (mer., 21 oct. 2009) | 1 line [MOD] Link to object perms page from group admin ---------------------------------------------- r22511 | jonnybradley | 2009-10-21 14:40:27 +0200 (mer., 21 oct. 2009) | 1 line [FIX] feature_forum_parse only relavent in forums section (thanks chealer) ---------------------------------------------- r22510 | jonnybradley | 2009-10-21 14:27:33 +0200 (mer., 21 oct. 2009) | 6 lines [FIX][MOD][KIL] Object perms admin: Fixed lack of "remove" perms button. Removed JavaScript groups filter as it conflicted with the server-side "group selector" (tab 2). Rectified lack of warning confirmations on operations affecting multiple objects. Minor rearrangement of checkboxes and buttons for more consistant layout. ---------------------------------------------- r22509 | Jyhem | 2009-10-21 09:26:00 +0200 (mer., 21 oct. 2009) | 1 line [ENH] In trunk, negative values are not valid for parentId any more ---------------------------------------------- r22508 | chealer | 2009-10-21 06:27:18 +0200 (mer., 21 oct. 2009) | 4 lines [ENH] change months_links module to new module style (modules-doc). Name set to "Months links" due to lack of a better idea. [FIX] dependency on feature_blogs [FIX] static calls to Tikilib->make_time() ---------------------------------------------- r22507 | chealer | 2009-10-21 03:04:07 +0200 (mer., 21 oct. 2009) | 3 lines [ENH] change shoutbox module to new module style (modules-doc). [MOD] change default tooltip value back to 0 (disabled) to workaround buggy tooltip replace (works only if ($show_mouseover)) ---------------------------------------------- r22506 | chealer | 2009-10-21 03:02:02 +0200 (mer., 21 oct. 2009) | 2 lines [FIX] get_bad_words(): undefined DB_FETCHMODE_ASSOC notice, ADOdb default anyway ---------------------------------------------- r22503 | sylvieg | 2009-10-20 23:42:59 +0200 (mar., 20 oct. 2009) | 1 line [FIX]sefurl : for trackeritem ---------------------------------------------- r22502 | sylvieg | 2009-10-20 22:54:15 +0200 (mar., 20 oct. 2009) | 1 line [FIX]category: quit the type for tracker item + move tracker name in description if item has no description ---------------------------------------------- r22501 | lphuberdeau | 2009-10-20 22:51:42 +0200 (mar., 20 oct. 2009) | 1 line [NEW] Upstreaming screencast feature from Mozilla, UI issues remaining ---------------------------------------------- r22500 | sylvieg | 2009-10-20 22:38:13 +0200 (mar., 20 oct. 2009) | 1 line [FIX]category: put back filter on type + a tracker item has a type trackeritem not trackerItem ---------------------------------------------- r22498 | sylvieg | 2009-10-20 20:37:31 +0200 (mar., 20 oct. 2009) | 1 line [FIX]sefurl: some sefurl in browse categ ---------------------------------------------- r22497 | jonnybradley | 2009-10-20 20:29:41 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Missing literal tags ---------------------------------------------- r22496 | chealer | 2009-10-20 20:24:44 +0200 (mar., 20 oct. 2009) | 5 lines [FIX] HTML special chars encoding [ENH] change article_archives module to new module style (modules-doc). [FIX] several bugs [MOD] ignore showHeading, showDate, showImg, offset and rows parameters, which hardly make sense ---------------------------------------------- r22494 | sylvieg | 2009-10-20 20:12:04 +0200 (mar., 20 oct. 2009) | 1 line [MOD]faq: last validated faq questions ---------------------------------------------- r22493 | jonnybradley | 2009-10-20 20:11:54 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Colorbox includes now inside "jQuery operating not in compatilibity mode" section so needed to add test for feature_shadowbox to it. ---------------------------------------------- r22492 | jonnybradley | 2009-10-20 20:07:41 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Fix prefs test for reflection ---------------------------------------------- r22491 | jonnybradley | 2009-10-20 20:05:56 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Remove label "Images" from current: colorbox counter as they can be lots of things ---------------------------------------------- r22490 | jonnybradley | 2009-10-20 19:58:16 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Only include colorbox files if feature_shadowbox=y ---------------------------------------------- r22489 | jonnybradley | 2009-10-20 19:56:04 +0200 (mar., 20 oct. 2009) | 1 line [MOD] Swap feature_jquery_ui_theme (used) with feature_jquery_cycle (unused) and default feature_jquery_cycle=n ---------------------------------------------- r22488 | jonnybradley | 2009-10-20 19:25:28 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Make colorbox "current" label translatable (and move setting of it to tiki-jquery.js) ---------------------------------------------- r22487 | jonnybradley | 2009-10-20 19:17:20 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Don't output log_tpl comment before DOCTYPE (causes quirks mode) ---------------------------------------------- r22486 | nagendra016 | 2009-10-20 19:00:50 +0200 (mar., 20 oct. 2009) | 1 line Kaltura DB Upgrade, Removal of unwanted file ---------------------------------------------- r22484 | Jyhem | 2009-10-20 18:29:52 +0200 (mar., 20 oct. 2009) | 1 line [FIX] parentId=-1 needs to be allowed or only admin can create a new root file gallery ---------------------------------------------- r22483 | jonnybradley | 2009-10-20 17:55:00 +0200 (mar., 20 oct. 2009) | 2 lines [FIX] Don't append width & height to rel=box if they're not set. Also removed drop down menu on rel param (need to be able to use values others than "box") and moved description into the right place. ---------------------------------------------- r22482 | sylvieg | 2009-10-20 17:30:42 +0200 (mar., 20 oct. 2009) | 1 line [FIX]tracker: textarea max option now shows a box with the current number of characters and limits to this number + fix word count to limit to the word limit and not word limit+1 ---------------------------------------------- r22481 | alain_desilets | 2009-10-20 17:13:15 +0200 (mar., 20 oct. 2009) | 1 line In translation dialog, text field for entering name of the new translation has the focus by default (this makes data entry faster for the user); Fixed a bug in tiki-listpages_content.tpl; ---------------------------------------------- r22472 | jonnybradley | 2009-10-20 16:32:36 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Wrong function name - not sure if it's doing what it's supposed to, but it doesn't break anymore. ---------------------------------------------- r22471 | sylvieg | 2009-10-20 16:29:19 +0200 (mar., 20 oct. 2009) | 1 line [FIX]print: better fix than 22408- the collabarative bar is not needed in a print ---------------------------------------------- r22470 | jonnybradley | 2009-10-20 16:22:24 +0200 (mar., 20 oct. 2009) | 2 lines [FIX] Bigger user prefs value size (so it's now the same as tiki_prefs) Was preventing group selection being saved on object perms ---------------------------------------------- r22468 | sylvieg | 2009-10-20 16:15:07 +0200 (mar., 20 oct. 2009) | 1 line [FIX]help: a lot of features have only description set but no url - display also the popup + take away the alt that overlaps the popup in FF ---------------------------------------------- r22458 | jonnybradley | 2009-10-20 15:55:04 +0200 (mar., 20 oct. 2009) | 1 line [FIX] Oops, wrong dir (sorry) ---------------------------------------------- r22453 | sylvieg | 2009-10-20 15:48:04 +0200 (mar., 20 oct. 2009) | 1 line [FIX]smarty: translation can contain ' ---------------------------------------------- r22451 | sylvieg | 2009-10-20 15:23:39 +0200 (mar., 20 oct. 2009) | 1 line [FIX]chart: incomplete remove ---------------------------------------------- r22450 | sylvieg | 2009-10-20 14:43:14 +0200 (mar., 20 oct. 2009) | 1 line merge 22448 ---------------------------------------------- r22449 | redflo | 2009-10-20 14:40:14 +0200 (mar., 20 oct. 2009) | 2 lines fiexed missing global. Still getting function not found at line 99 ---------------------------------------------- r22446 | eromneg | 2009-10-20 11:52:45 +0200 (mar., 20 oct. 2009) | 1 line [FIX] remove conditional colspan from line 4 to cure problem with IE8 in wysiwyg editor ---------------------------------------------- r22445 | marclaporte | 2009-10-20 08:28:53 +0200 (mar., 20 oct. 2009) | 1 line [FIX] clearer message ---------------------------------------------- r22443 | chealer | 2009-10-20 00:12:37 +0200 (mar., 20 oct. 2009) | 4 lines [ENH] merge article_by_rating in articles, also fixing several bugs loses precision about sort mode in title showHeading is now ignored, but was already broken, as in r22436 ---------------------------------------------- r22442 | chealer | 2009-10-19 23:45:54 +0200 (lun., 19 oct. 2009) | 2 lines Articles module: add support for 'Show rating selector' parameter ---------------------------------------------- r22441 | chealer | 2009-10-19 23:37:05 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] upgrades for last_articles defining lang parameter. oops ---------------------------------------------- r22440 | sylvieg | 2009-10-19 23:23:52 +0200 (lun., 19 oct. 2009) | 1 line [NEW]userlink: to be able to change the link you go when clicking on a username to another link (ex: MyProfile?view=user) ---------------------------------------------- r22439 | pkdille | 2009-10-19 22:46:24 +0200 (lun., 19 oct. 2009) | 1 line [MOD] lesser magic deployment to category admin template ---------------------------------------------- r22438 | alain_desilets | 2009-10-19 22:44:40 +0200 (lun., 19 oct. 2009) | 1 line Added a feature to make "Translation in progress" notice optional; When translating a page, if only one langage left, it is selected by default; ---------------------------------------------- r22437 | sylvieg | 2009-10-19 22:29:45 +0200 (lun., 19 oct. 2009) | 1 line code formatting + use simple quotes ---------------------------------------------- r22436 | chealer | 2009-10-19 21:56:37 +0200 (lun., 19 oct. 2009) | 2 lines [ENH] merge last_articles in articles, also fixing several issues ---------------------------------------------- r22435 | alain_desilets | 2009-10-19 21:55:13 +0200 (lun., 19 oct. 2009) | 1 line Changed "Translation in progress" message; Alias search now can take language into account; Added a feature to make "Translation in progress" notice optional; Fixed a bug in tiki-listpages_content.tpl (page creation button was not appearing anymore); ---------------------------------------------- r22434 | chealer | 2009-10-19 21:51:47 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] img parameter. oops ---------------------------------------------- r22432 | sylvieg | 2009-10-19 21:35:25 +0200 (lun., 19 oct. 2009) | 1 line [FIX]perms: forum posts in my tiki ---------------------------------------------- r22431 | chealer | 2009-10-19 21:33:44 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] last_modif_tracker_items defining sort_mode, r21973 regression. oops ---------------------------------------------- r22430 | chealer | 2009-10-19 20:58:40 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] getSqlJoin() with single $categId causes query errors, r20564 regression ---------------------------------------------- r22429 | nagendra016 | 2009-10-19 20:32:26 +0200 (lun., 19 oct. 2009) | 1 line [FIX] Typo in result page filter ---------------------------------------------- r22428 | chealer | 2009-10-19 20:28:32 +0200 (lun., 19 oct. 2009) | 3 lines [FIX] lang parameter. oops add support for absurl and img parameters ---------------------------------------------- r22426 | jonnybradley | 2009-10-19 19:59:13 +0200 (lun., 19 oct. 2009) | 1 line [MOD] Moving a few perms that were not feature related and on their own into the tiki (or user) perm "type" ---------------------------------------------- r22425 | jonnybradley | 2009-10-19 19:40:34 +0200 (lun., 19 oct. 2009) | 1 line [FIX] Remove some debugging code ---------------------------------------------- r22423 | sylvieg | 2009-10-19 18:11:12 +0200 (lun., 19 oct. 2009) | 1 line [FIX]db abstraction: commit 22412 now adds the backquote in the in function ---------------------------------------------- r22421 | sylvieg | 2009-10-19 17:38:24 +0200 (lun., 19 oct. 2009) | 1 line [FIX] wrong lib ---------------------------------------------- r22418 | nyloth | 2009-10-19 17:06:19 +0200 (lun., 19 oct. 2009) | 1 line [FIX] webmail and newsletters: fix the 'Sender' of emails when the sender_email pref has a syntax like 'Name <email@example.com>' instead of just an email - which was not supported when passed to PHP mail function as the '-f' additional param (through the return_path value). It was using 'Name@ServerDomain' as the Sender and was also sending an unwanted copy to email@example.com ---------------------------------------------- r22417 | sylvieg | 2009-10-19 16:57:35 +0200 (lun., 19 oct. 2009) | 1 line [FIX]sefurl: do not show title if there is a next to the url (fix the comment link in ARTICLES) ---------------------------------------------- r22416 | nyloth | 2009-10-19 15:18:06 +0200 (lun., 19 oct. 2009) | 1 line [FIX] wiki: make colors syntax working when used on multiple lines ---------------------------------------------- r22415 | sylvieg | 2009-10-19 14:51:53 +0200 (lun., 19 oct. 2009) | 1 line [FIX]wiki: not to have wiki_list_name_len,... feedback each time a pref is changed in the wiki panel ---------------------------------------------- r22414 | chealer | 2009-10-19 06:36:56 +0200 (lun., 19 oct. 2009) | 3 lines [ENH] change articles module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r22413 | chealer | 2009-10-19 06:27:34 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] list_articles(): $topicName filter would filter articles in no topic in invert mode ---------------------------------------------- r22412 | chealer | 2009-10-19 06:23:02 +0200 (lun., 19 oct. 2009) | 2 lines in(): properly quote $field if given as table.field ---------------------------------------------- r22411 | chealer | 2009-10-19 06:20:03 +0200 (lun., 19 oct. 2009) | 2 lines [FIX] default sort order documentation was reversed. oops. ---------------------------------------------- r22409 | redflo | 2009-10-19 01:29:58 +0200 (lun., 19 oct. 2009) | 6 lines [FIX] Make Tiki search work again (wrong include path, missing utf-8 preg check) [FIX] Show Add Page to structures field [FIX] Stray Pear auth settings replaced with ldap settings ---------------------------------------------- r22408 | sylvieg | 2009-10-19 00:17:16 +0200 (lun., 19 oct. 2009) | 1 line [FIX]print: wysiwyg for author pref ---------------------------------------------- r22406 | sylvieg | 2009-10-18 22:49:45 +0200 (dim., 18 oct. 2009) | 1 line [FIX]another lastModif after 22289 ---------------------------------------------- r22405 | nagendra016 | 2009-10-18 22:04:53 +0200 (dim., 18 oct. 2009) | 1 line Upgrade to Kaltura v3 api ---------------------------------------------- r22404 | pkdille | 2009-10-18 15:15:00 +0200 (dim., 18 oct. 2009) | 1 line [MOD] forum importerlib: comment the functions and indent the code ---------------------------------------------- r22402 | pkdille | 2009-10-18 10:32:35 +0200 (dim., 18 oct. 2009) | 1 line [MOD] bloglib: no changes. Commenting the methods, some code cleaning and removing an old commented code ---------------------------------------------- r22401 | pkdille | 2009-10-17 07:28:39 +0200 (sam., 17 oct. 2009) | 1 line [MOD] lesser magic deployment to metatag admin template ---------------------------------------------- r22400 | pkdille | 2009-10-17 06:45:06 +0200 (sam., 17 oct. 2009) | 1 line [MOD] lesser magic: last pref in siteads admin template ---------------------------------------------- r22399 | luciash | 2009-10-17 00:48:13 +0200 (sam., 17 oct. 2009) | 1 line forgotten selector ---------------------------------------------- r22398 | luciash | 2009-10-17 00:46:47 +0200 (sam., 17 oct. 2009) | 1 line [ENH] ColorBox: fixes and enhancements - tested with wiki page links, inline, external, absolute, relative, images, slideshow, FileGals, ImageGals, ... ---------------------------------------------- r22397 | sylvieg | 2009-10-16 22:28:56 +0200 (ven., 16 oct. 2009) | 1 line [FIX]tracker: fix trackeritem working with category transition ---------------------------------------------- r22396 | chealer | 2009-10-16 22:23:11 +0200 (ven., 16 oct. 2009) | 4 lines [ENH] change article_topics module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] broken check to display module contents using randomly defined ix ---------------------------------------------- r22395 | chealer | 2009-10-16 22:07:13 +0200 (ven., 16 oct. 2009) | 3 lines [ENH] change top_articles module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r22393 | chealer | 2009-10-16 21:05:14 +0200 (ven., 16 oct. 2009) | 3 lines [FIX] HTML special chars encoding [FIX] colons inside tr blocks ---------------------------------------------- r22392 | chealer | 2009-10-16 21:02:08 +0200 (ven., 16 oct. 2009) | 3 lines [ENH] change last_submissions module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r22391 | jonnybradley | 2009-10-16 19:26:25 +0200 (ven., 16 oct. 2009) | 2 lines [FIX] More on colorbox - removing default for iframe as it conflict with photo being a default. Links for iframes will need "type=iframe" in the rel to work as an iframe. ---------------------------------------------- r22390 | jonnybradley | 2009-10-16 19:08:37 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Function adjustThumbnails() was in the wrong file (my fault i think - apologies) ---------------------------------------------- r22389 | chealer | 2009-10-16 19:07:00 +0200 (ven., 16 oct. 2009) | 4 lines [FIX] [FIX] error_reporting overriding [FIX] undefined notice ---------------------------------------------- r22388 | sylvieg | 2009-10-16 19:05:05 +0200 (ven., 16 oct. 2009) | 1 line [FIX]forgotten for 22386 ---------------------------------------------- r22386 | sylvieg | 2009-10-16 19:01:16 +0200 (ven., 16 oct. 2009) | 1 line [FIX]tracker: fix categ perms checking on tracker items + jail list and stat on items (todo: distinguish perm view, view close... depending on item status) ---------------------------------------------- r22384 | luciash | 2009-10-16 16:52:31 +0200 (ven., 16 oct. 2009) | 2 lines [REM] ColorBox: commented out code causing problems and which was intended to detect and distinguish only "box[foo]" from the rel="shadowbox[foo];bar=..." attributes and be able to group by that for ColorBox "gallery" purposes [FIX] ColorBox: inline links and relative links (non-images) displayed properly now ---------------------------------------------- r22383 | jonnybradley | 2009-10-16 16:01:42 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Set $cat_object_exists if $cat_objid is set (needed for filegal edit to show current cats, but possibly others?) ---------------------------------------------- r22382 | jonnybradley | 2009-10-16 15:37:45 +0200 (ven., 16 oct. 2009) | 1 line [FIX] auto_query_args for browse cats ---------------------------------------------- r22381 | jonnybradley | 2009-10-16 14:22:39 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Alpha order for "move to" gallery list ---------------------------------------------- r22380 | sylvieg | 2009-10-16 14:12:49 +0200 (ven., 16 oct. 2009) | 1 line [FIX] big temporary patch in rewrite rules-> must be fixed by having something like forum12?aa=1 and not forum12&aa=1 ---------------------------------------------- r22379 | jonnybradley | 2009-10-16 13:26:20 +0200 (ven., 16 oct. 2009) | 1 line [FIX] Allow sefurl links to image gallery thumbnails (legacy) ---------------------------------------------- r22378 | eromneg | 2009-10-16 10:06:53 +0200 (ven., 16 oct. 2009) | 1 line [FIX] podcast directory reference re: bug report #2377 ---------------------------------------------- r22377 | chealer | 2009-10-16 03:05:39 +0200 (ven., 16 oct. 2009) | 2 lines [FIX] get_last_changes() cant could be too low. r20841 regression, oops ---------------------------------------------- r22376 | sylvieg | 2009-10-16 00:07:16 +0200 (ven., 16 oct. 2009) | 1 line [FIX]since_last_visit_new: sefurl ---------------------------------------------- r22375 | chealer | 2009-10-15 22:31:08 +0200 (jeu., 15 oct. 2009) | 2 lines changer la traduction pour "cookie" de "citation" à... "cookie" ---------------------------------------------- r22374 | chealer | 2009-10-15 22:26:47 +0200 (jeu., 15 oct. 2009) | 4 lines rename RSS modules to External Feeds and RSS feeds to Feeds to generalize while we're renaming menu links, also rename "Wiki Cache" to "External Pages Cache" change External Feeds Admin help link to Feeds User ---------------------------------------------- r22373 | chealer | 2009-10-15 22:22:44 +0200 (jeu., 15 oct. 2009) | 2 lines rename "Cache" to "External Pages Cache" ---------------------------------------------- r22372 | eromneg | 2009-10-15 21:51:42 +0200 (jeu., 15 oct. 2009) | 1 line [MOD]Allow the use of a new parameter (showpubl=>y/n) to show the publishDate - to be used as an alternative to showcreated=>y/n ---------------------------------------------- r22371 | chealer | 2009-10-15 19:40:40 +0200 (jeu., 15 oct. 2009) | 2 lines rename Cache / Wiki Cache to External Pages Cache ---------------------------------------------- r22370 | chealer | 2009-10-15 19:35:23 +0200 (jeu., 15 oct. 2009) | 2 lines [FIX] "Cache external pages" was renamed and moved to Admin textarea ---------------------------------------------- r22368 | sylvieg | 2009-10-15 19:09:00 +0200 (jeu., 15 oct. 2009) | 1 line [FIX]tracker: smarty syntax error ---------------------------------------------- r22367 | pkdille | 2009-10-15 18:18:56 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] wiki parser unit tests: some more wiki syntax tests ---------------------------------------------- r22366 | sampaioprimo | 2009-10-15 15:49:32 +0200 (jeu., 15 oct. 2009) | 1 line adding tikiwiki root directory to the path of the mediawiki importer tests ---------------------------------------------- r22365 | sept_7 | 2009-10-15 14:03:56 +0200 (jeu., 15 oct. 2009) | 3 lines [CLN] avoid code duplication spotted by Pascal and Patrice testing infrastructure ! ;p please verify, but seems good ! ;p ---------------------------------------------- r22364 | pkdille | 2009-10-15 14:01:26 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] wiki parser unit tests : test the non-parsing of "-- foo --" ---------------------------------------------- r22363 | pkdille | 2009-10-15 08:52:23 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] No php closing tags (Zend rules) ---------------------------------------------- r22362 | pkdille | 2009-10-15 08:47:00 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] dos2unix ---------------------------------------------- r22361 | luciash | 2009-10-15 04:28:49 +0200 (jeu., 15 oct. 2009) | 1 line [FIX] Look & Feel: was displayed as Look & Feel - iirc ampersands should be converted on-the-fly already in trunk ---------------------------------------------- r22360 | luciash | 2009-10-15 03:56:35 +0200 (jeu., 15 oct. 2009) | 1 line ran convertscripts ---------------------------------------------- r22359 | luciash | 2009-10-15 03:55:50 +0200 (jeu., 15 oct. 2009) | 1 line [DB][FIX] tiki.sql: backticked all camelCaseName occurences ---------------------------------------------- r22358 | marclaporte | 2009-10-15 03:30:05 +0200 (jeu., 15 oct. 2009) | 1 line [ENH] logtpl (which adds comments in generated HTML to make it easy to find what .tpl file generated the actual html): adding the preference to the admin programmers section (in addition to admin theme). Programmers will appreciate this too. For people that are still uneasy with the idea of adding a preference in more than one place -> Recommended reading: http://en.wikipedia.org/wiki/Intertwingularity http://www.shirky.com/writings/ontology_overrated.html ---------------------------------------------- r22357 | luciash | 2009-10-15 03:13:48 +0200 (jeu., 15 oct. 2009) | 1 line [DB][FIX] installer schemas: backticked all camelCaseName occurences ---------------------------------------------- r22356 | marclaporte | 2009-10-15 02:31:40 +0200 (jeu., 15 oct. 2009) | 1 line [FIX] fix pref name ---------------------------------------------- r22355 | marclaporte | 2009-10-15 02:18:18 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] Yet, more refactoring of admin panel. 1- Moving Search, Category and Freetags to Main features. 2- Multilingual already has own admin panel. 3- And score and fullcreen go to other features. This is debatable, of course. ---------------------------------------------- r22354 | luciash | 2009-10-15 01:42:51 +0200 (jeu., 15 oct. 2009) | 1 line [DB][FIX] inst. schema 20091013 fix perms tiki: backticks + typo in filename ---------------------------------------------- r22352 | marclaporte | 2009-10-15 01:29:55 +0200 (jeu., 15 oct. 2009) | 1 line [MOD] Requirement to set Sender Email: Harmonize messages and add one. ---------------------------------------------- r22351 | sylvieg | 2009-10-15 01:17:18 +0200 (jeu., 15 oct. 2009) | 1 line [FIX]users: wysiwyg - the password change is only efffective for new user ---------------------------------------------- r22349 | pkdille | 2009-10-14 23:24:28 +0200 (mer., 14 oct. 2009) | 1 line [MOD] lesser magic deployment to articles admin template ---------------------------------------------- r22348 | chealer | 2009-10-14 22:52:24 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] registered users have no permissions / fewer permissions than anonymous on new installs (r22101 regression) ---------------------------------------------- r22347 | chealer | 2009-10-14 22:46:44 +0200 (mer., 14 oct. 2009) | 2 lines [KIL] soft kill SQLite (broken convertscript, surely many other things) ---------------------------------------------- r22346 | chealer | 2009-10-14 22:24:24 +0200 (mer., 14 oct. 2009) | 4 lines [FIX] empty page before refresh on DB creation due to tableExists() misusage. Solution: get rid of temporary tableExists() cache, which should have a very small performance improvement anyway regression from r22198. sorry ---------------------------------------------- r22345 | chealer | 2009-10-14 21:47:32 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] installer: Smarty $lang sometimes undefined ---------------------------------------------- r22344 | marclaporte | 2009-10-14 20:43:42 +0200 (mer., 14 oct. 2009) | 1 line [MOD] Remove remarksbox below comments, as the main tip is no longer necessary, now that we have good tools. The other tip is not worth the clutter IMHO. What we could do is add a preference and let the admin put site-specific instructions on how to make comments. Please voice your opinion. ---------------------------------------------- r22343 | jonnybradley | 2009-10-14 20:29:45 +0200 (mer., 14 oct. 2009) | 1 line [FIX] No switch editor in section edit mode ---------------------------------------------- r22342 | jonnybradley | 2009-10-14 20:29:04 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Auto query arg for hdr (section edit) ---------------------------------------------- r22341 | jonnybradley | 2009-10-14 19:55:07 +0200 (mer., 14 oct. 2009) | 2 lines [MOD] Username autocompletes on login->switch user, admin users find and mail notifications admin. (also moved login su help icon and put some help text for the tooltip) ---------------------------------------------- r22340 | jonnybradley | 2009-10-14 19:26:04 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] Wiki link tool: obey wikiplugin_alink pref, and prefil anchor with # (also improve with of tables dialog) ---------------------------------------------- r22339 | jonnybradley | 2009-10-14 19:11:32 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] Admin toolbars now obeys feature_wysiwyg ---------------------------------------------- r22338 | jonnybradley | 2009-10-14 19:06:01 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Table dialog tool: Spaces now as default cell text, and stretchy input fields. ---------------------------------------------- r22337 | marclaporte | 2009-10-14 19:03:22 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Moving jQueryUI to main section as the future is now :-) ---------------------------------------------- r22336 | marclaporte | 2009-10-14 18:53:51 +0200 (mer., 14 oct. 2009) | 1 line [MOD] Moving edit plugin out of Experimental and activating by default. Sub-page editing, be it with section edit, edit plugin helper, etc. is strategic to make wiki editing easier/more intuitive. ---------------------------------------------- r22335 | marclaporte | 2009-10-14 18:50:10 +0200 (mer., 14 oct. 2009) | 1 line [MOD] reducing email field size, for smaller screens. ---------------------------------------------- r22334 | jonnybradley | 2009-10-14 18:36:38 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Wiki link tool: obey feature_semantic pref. ---------------------------------------------- r22333 | jonnybradley | 2009-10-14 18:30:22 +0200 (mer., 14 oct. 2009) | 1 line [FIX] External link tool: Remove link type menu, and make nocache obey cachepages pref. ---------------------------------------------- r22330 | jonnybradley | 2009-10-14 17:58:11 +0200 (mer., 14 oct. 2009) | 1 line [KIL] Removing test file that shouldn't have been committed ---------------------------------------------- r22329 | jonnybradley | 2009-10-14 17:56:42 +0200 (mer., 14 oct. 2009) | 3 lines [MOD] Some commented out attempts to make dialog/plugin tools work properly with Firefox 3.5 on Windows to come back to later. Will remove before release (promise) ---------------------------------------------- r22328 | marclaporte | 2009-10-14 17:52:00 +0200 (mer., 14 oct. 2009) | 1 line [MOD] increase email field size, since we often put several emails here. ---------------------------------------------- r22327 | pkdille | 2009-10-14 17:34:42 +0200 (mer., 14 oct. 2009) | 1 line [MOD] wiki parser tests: adding some basic wiki syntax tests ---------------------------------------------- r22326 | sylvieg | 2009-10-14 16:05:17 +0200 (mer., 14 oct. 2009) | 1 line [FIX]another lastModif ---------------------------------------------- r22324 | sylvieg | 2009-10-14 14:39:17 +0200 (mer., 14 oct. 2009) | 1 line [FIX]coelesce: to avoid interference with the jquery-ui.css that can redefine the background without the color ---------------------------------------------- r22323 | bergmann | 2009-10-14 12:02:35 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Add missing default value for find_wikis(). ---------------------------------------------- r22322 | bergmann | 2009-10-14 11:40:13 +0200 (mer., 14 oct. 2009) | 1 line [NEW] Add initial tests for TikiLib::parse_data(). ---------------------------------------------- r22321 | bergmann | 2009-10-14 11:20:14 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Add missing include so that mocking TikiLib works correctly. ---------------------------------------------- r22320 | bergmann | 2009-10-14 11:19:34 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Make TikiTestCase abstract. ---------------------------------------------- r22319 | bergmann | 2009-10-14 11:18:39 +0200 (mer., 14 oct. 2009) | 1 line [FIX] Add missing default value to update_page(). ---------------------------------------------- r22318 | chealer | 2009-10-14 10:25:02 +0200 (mer., 14 oct. 2009) | 2 lines I forgot comments in r22317. sorry ---------------------------------------------- r22317 | chealer | 2009-10-14 09:57:28 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] $_SERVER["HTTPS"] is not always set [FIX] $cookie_name not set (r14048 cruft) ---------------------------------------------- r22316 | chealer | 2009-10-14 09:54:03 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] "Non-static method TikiLib::list_languages() should not be called statically" (declare list_languages and format_language_list as static) ---------------------------------------------- r22315 | chealer | 2009-10-14 09:34:18 +0200 (mer., 14 oct. 2009) | 2 lines [FIX] httprequest(): Assigning the return value of new by reference is deprecated ---------------------------------------------- r22314 | chealer | 2009-10-14 08:08:11 +0200 (mer., 14 oct. 2009) | 3 lines remove SQLite information [ENH] keep selected DBMS as default if connection fails ---------------------------------------------- r22313 | chealer | 2009-10-14 06:36:48 +0200 (mer., 14 oct. 2009) | 4 lines [FIX] flip() and flip_multi() when called with a single argument, regression from r22058 presumably fix getHttpRequest() when called without third argument. untested jonnyb: you may want to check this ---------------------------------------------- r22312 | chealer | 2009-10-14 03:26:27 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] ooooops [FIX] HTML special chars encoding ---------------------------------------------- r22310 | chealer | 2009-10-14 03:11:59 +0200 (mer., 14 oct. 2009) | 3 lines [FIX] Files galleries last modification date. oops. thanks Sylvie ---------------------------------------------- r22309 | luciash | 2009-10-14 00:53:49 +0200 (mer., 14 oct. 2009) | 1 line added icons with links to refresh Tiki cache and to set up the logo etc. calling it Quick Admin for now - it's just to help us devs now to allow quickly clear Tiki cache when we do testing with many svn ups locally and it can be removed/replaced/done better before release ---------------------------------------------- r22308 | sylvieg | 2009-10-14 00:09:43 +0200 (mer., 14 oct. 2009) | 1 line [FIX]tracker: get rid of the check about one item per user/ip to get the user item - because the IP check does not work necessarily - if 2 items - will give back one random one ---------------------------------------------- r22307 | jonnybradley | 2009-10-13 19:07:59 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Table dialog tool now copes with links correctly ---------------------------------------------- r22306 | sylvieg | 2009-10-13 17:29:19 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: FILTER can works also on user and group ---------------------------------------------- r22305 | jonnybradley | 2009-10-13 17:21:27 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Set body of plugin to selection it's if not a whole plugin tag (thanks luci) ---------------------------------------------- r22304 | sylvieg | 2009-10-13 17:18:21 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: do not show delete vote if not voted ---------------------------------------------- r22303 | sylvieg | 2009-10-13 17:08:08 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: do not show voting link if no perm ---------------------------------------------- r22302 | sylvieg | 2009-10-13 16:56:11 +0200 (mar., 13 oct. 2009) | 1 line [FIX]tracker: fix rate ---------------------------------------------- r22301 | jonnybradley | 2009-10-13 16:35:11 +0200 (mar., 13 oct. 2009) | 1 line [MOD] Row and column + buttons for table dialog ---------------------------------------------- r22300 | sylvieg | 2009-10-13 14:33:24 +0200 (mar., 13 oct. 2009) | 1 line [FIX] rollback partial 15091 tiki_p_use_as_template as nothing to do with the wiki template feature - it is depending on tracker and wiki ---------------------------------------------- r22299 | lphuberdeau | 2009-10-13 14:25:40 +0200 (mar., 13 oct. 2009) | 1 line [MOD] Replacing the realnamelist plugin with an argument on userlist ---------------------------------------------- r22298 | pkdille | 2009-10-13 13:51:19 +0200 (mar., 13 oct. 2009) | 1 line [FIX] french language translations: fix one string ---------------------------------------------- r22296 | sylvieg | 2009-10-13 13:35:45 +0200 (mar., 13 oct. 2009) | 1 line quotes ---------------------------------------------- r22295 | pkdille | 2009-10-13 12:59:52 +0200 (mar., 13 oct. 2009) | 1 line [MOD] get_strings: don't add php closing tag to language.php files (zend recommandation) ---------------------------------------------- r22294 | chealer | 2009-10-13 11:36:34 +0200 (mar., 13 oct. 2009) | 3 lines [FIX] HTML special chars encoding [FIX] multiline text rendering ---------------------------------------------- r22292 | chealer | 2009-10-13 11:34:42 +0200 (mar., 13 oct. 2009) | 4 lines [FIX] HTML special chars encoding [FIX] multiline text rendering [FIX] colons inside tr blocks ---------------------------------------------- r22291 | chealer | 2009-10-13 11:27:39 +0200 (mar., 13 oct. 2009) | 2 lines DB abstraction: fix list_quiz_stats() (quote identifier) ---------------------------------------------- r22289 | chealer | 2009-10-13 11:06:49 +0200 (mar., 13 oct. 2009) | 2 lines DB abstraction: partial fixes (identifier quoting) ---------------------------------------------- r22288 | chealer | 2009-10-13 10:08:42 +0200 (mar., 13 oct. 2009) | 2 lines DB abstraction: quote identifier ---------------------------------------------- r22286 | chealer | 2009-10-13 08:45:43 +0200 (mar., 13 oct. 2009) | 3 lines [FIX] wiki page overwrite from note [SEC] perm check ignoring object level ---------------------------------------------- r22285 | chealer | 2009-10-13 08:40:29 +0200 (mar., 13 oct. 2009) | 2 lines [FIX] DB abstraction: support sequences starting at 0 ---------------------------------------------- r22284 | chibaguy | 2009-10-13 08:28:55 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Options' button selectors should be same as parent's. ---------------------------------------------- r22283 | chealer | 2009-10-13 07:26:39 +0200 (mar., 13 oct. 2009) | 2 lines [FIX] DB abstraction: cast for SUM(VARCHAR) on PostgreSQL ---------------------------------------------- r22282 | chealer | 2009-10-13 07:23:52 +0200 (mar., 13 oct. 2009) | 2 lines [FIX] remove stray apostrophe from r19624 ---------------------------------------------- r22281 | chibaguy | 2009-10-13 06:31:49 +0200 (mar., 13 oct. 2009) | 1 line [ENH] Added Superfish's Supersubs script for CSS menus (after talking with luci; overrides CSS width and widens menu dropdowns to accommodate longest item, to prevent overflow.) ---------------------------------------------- r22280 | jonnybradley | 2009-10-13 01:07:53 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Usused param causing nasty red warnings removed (thanks luci) ---------------------------------------------- r22279 | jonnybradley | 2009-10-13 00:47:00 +0200 (mar., 13 oct. 2009) | 1 line [FIX] Table dialog tool autofill - part 1 ---------------------------------------------- r22278 | jonnybradley | 2009-10-12 23:22:42 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Make dialog tools autofill values if there's a selection (table still TODO) ---------------------------------------------- r22276 | jonnybradley | 2009-10-12 22:03:35 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Show better text on insert button if replacing ---------------------------------------------- r22274 | jonnybradley | 2009-10-12 21:22:10 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] Plugin form fills values from textarea selection (again?) Also now replaces that text when inserted. ---------------------------------------------- r22273 | marclaporte | 2009-10-12 18:59:27 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Adding Code plugin in default toolbar, as it works well, looks good, and is fairly commonly used. Second choice was to use ~np~ ---------------------------------------------- r22272 | chibaguy | 2009-10-12 18:15:07 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Border inconsistency causing text movement in topbar css menu dropdowns. ---------------------------------------------- r22271 | marclaporte | 2009-10-12 18:13:59 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Hiding comment filter if number of comments is less than 10. Comment filtering with score, etc is very nifty if you are running Slashdot. For the vast majority of websites, the vast majority of pages/blog posts/etc. will only ever get a handful of comments. And for all these, the comment filter is visual pollution. TODO: add a preference or use the same one from pagination. ---------------------------------------------- r22270 | chibaguy | 2009-10-12 17:52:41 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Padding in topbar css menu dropdowns inconsistent between link and hover states. ---------------------------------------------- r22269 | chibaguy | 2009-10-12 17:37:27 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Left-align topbar menu subitems. ---------------------------------------------- r22268 | chibaguy | 2009-10-12 17:17:15 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Removed extra borders on topbar CSS menu dropdown items (on hover); thanks, luci. ---------------------------------------------- r22267 | marclaporte | 2009-10-12 17:01:43 +0200 (lun., 12 oct. 2009) | 1 line [FIX] WYSIWYCA in admin panel ---------------------------------------------- r22266 | luciash | 2009-10-12 16:49:58 +0200 (lun., 12 oct. 2009) | 1 line [ENH] user information page: don't show the form again if user message was sent ---------------------------------------------- r22265 | sylvieg | 2009-10-12 16:22:43 +0200 (lun., 12 oct. 2009) | 1 line quote ---------------------------------------------- r22264 | sylvieg | 2009-10-12 14:56:14 +0200 (lun., 12 oct. 2009) | 1 line quoting ---------------------------------------------- r22263 | marclaporte | 2009-10-12 14:45:28 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Clearer messages from profile system. ---------------------------------------------- r22261 | jonnybradley | 2009-10-12 14:06:35 +0200 (lun., 12 oct. 2009) | 1 line [FIX] autocomplete not to automatically select the first item any more (thanks Luci and Sylvie - if this is what you meant?) ---------------------------------------------- r22258 | chealer | 2009-10-12 11:21:58 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: missing space, wrong case, missing identifier quotes ---------------------------------------------- r22257 | chealer | 2009-10-12 11:14:11 +0200 (lun., 12 oct. 2009) | 2 lines DB abstraction: refresh_index() missing identifier quotes ---------------------------------------------- r22256 | chealer | 2009-10-12 11:11:58 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] DB abstraction: "ERROR: operator does not exist: character varying = integer" It seems PostgreSQL [now?] requires an cast to string ---------------------------------------------- r22255 | chealer | 2009-10-12 10:53:14 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] get_online_users(): wrong quotes ---------------------------------------------- r22254 | chealer | 2009-10-12 10:12:29 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: "ERROR: column "a.archived" must appear in the GROUP BY clause or be used in an aggregate function" in get_forum_topics() ---------------------------------------------- r22253 | chealer | 2009-10-12 10:10:59 +0200 (lun., 12 oct. 2009) | 2 lines DB abstraction: ifNull() ---------------------------------------------- r22252 | chealer | 2009-10-12 09:38:33 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: "ERROR: column "Type" does not exist" in is_object_locked() (caso) ---------------------------------------------- r22250 | chealer | 2009-10-12 09:24:17 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: complete r9310 ([FIX] tikidblib: allow use of table.column for sort mode (at least for mysql).) ---------------------------------------------- r22249 | chibaguy | 2009-10-12 09:11:21 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Adjustment to work with div.halffloat. ---------------------------------------------- r22248 | chealer | 2009-10-12 08:40:52 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] Db abstraction: list_contacts() "ERROR: column reference "contactId" is ambiguous" nyloth: may want to check this ---------------------------------------------- r22247 | chealer | 2009-10-12 08:37:46 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: quote identifier ---------------------------------------------- r22246 | chibaguy | 2009-10-12 08:08:22 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Classes added for easy distributions across the page of two, three, or four modules or other divs in wikitext or custom code areas. Can facilitate columns in wiki pages, etc. ---------------------------------------------- r22244 | chealer | 2009-10-12 07:49:28 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] missing space between Messages and count ---------------------------------------------- r22243 | marclaporte | 2009-10-12 06:44:10 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Major moving around options in the features admin panel. These are very debatable choices, please react if a feature is tagged as experimental and you disagree (or similar). This will prompt a debate about what is takes for a feature to be considered as stable. ---------------------------------------------- r22242 | marclaporte | 2009-10-12 06:31:55 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Making new section just for comments in admin panel ---------------------------------------------- r22240 | marclaporte | 2009-10-12 05:51:51 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Remove rogue div ---------------------------------------------- r22239 | chealer | 2009-10-12 05:51:02 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] s/Note author when reading his mail/Notify sender when reading his mail/ ---------------------------------------------- r22238 | marclaporte | 2009-10-12 05:36:00 +0200 (lun., 12 oct. 2009) | 1 line [FIX] preference setting was moved to navigation panel ---------------------------------------------- r22237 | marclaporte | 2009-10-12 05:29:48 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Moving Communications Center to Experimental as it's a rarely used feature ---------------------------------------------- r22236 | marclaporte | 2009-10-12 05:27:27 +0200 (lun., 12 oct. 2009) | 1 line [FIX] No need for tabs with so few options ---------------------------------------------- r22235 | marclaporte | 2009-10-12 05:21:50 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Moving Action Calendar as a setting within Calendar Admin panel. ---------------------------------------------- r22234 | chealer | 2009-10-12 05:11:21 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: profile installation query error ---------------------------------------------- r22233 | chealer | 2009-10-12 05:10:06 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] DB abstraction: get_event_watches() query error ---------------------------------------------- r22232 | marclaporte | 2009-10-12 05:02:54 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Use same label as on Kaltura site. ---------------------------------------------- r22230 | chealer | 2009-10-12 04:43:17 +0200 (lun., 12 oct. 2009) | 2 lines [FIX] email always changed, even when...not changed ---------------------------------------------- r22229 | chealer | 2009-10-12 04:40:32 +0200 (lun., 12 oct. 2009) | 3 lines [FIX] colons inside tr blocks [FIX] display of multiline feedback ---------------------------------------------- r22228 | marclaporte | 2009-10-12 04:36:03 +0200 (lun., 12 oct. 2009) | 1 line [ENH] New section in admin panel for experimental/new features. Plus moving various features to different sections. ---------------------------------------------- r22227 | marclaporte | 2009-10-12 04:04:43 +0200 (lun., 12 oct. 2009) | 1 line [FIX] Hide breadcrumb options if feature is off ---------------------------------------------- r22226 | marclaporte | 2009-10-12 00:59:38 +0200 (lun., 12 oct. 2009) | 1 line [MOD] Move Pagination links to own tab ---------------------------------------------- r22225 | sylvieg | 2009-10-12 00:09:25 +0200 (lun., 12 oct. 2009) | 1 line [FIX]category: remove was not working with header ---------------------------------------------- r22224 | jonnybradley | 2009-10-11 21:12:15 +0200 (dim., 11 oct. 2009) | 1 line [MOD] autocomplete for search page name (new only, refactoring required) ---------------------------------------------- r22223 | jonnybradley | 2009-10-11 21:11:04 +0200 (dim., 11 oct. 2009) | 1 line [FIX] feature check ---------------------------------------------- r22222 | jonnybradley | 2009-10-11 20:52:57 +0200 (dim., 11 oct. 2009) | 1 line [MOD] Add username autocomplete to recipient fields in messu compose ---------------------------------------------- r22220 | jonnybradley | 2009-10-11 20:32:41 +0200 (dim., 11 oct. 2009) | 3 lines [KIL] Remove textarea pagename autocomplete, as it never worked 100% and was quite hacky. Use the wiki link dialog instead. ---------------------------------------------- r22219 | chealer | 2009-10-11 20:29:56 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB abstraction: getMissingTranslationBits(), getTranslations() ---------------------------------------------- r22218 | chealer | 2009-10-11 20:21:15 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB abstraction: remove_url() (user left unquoted) ---------------------------------------------- r22217 | jonnybradley | 2009-10-11 20:20:34 +0200 (dim., 11 oct. 2009) | 3 lines [MOD] Refactoring autocomplete code. Left the ones in tracker_item_field_input.tpl as i can't get them to work. Also one in {textarea} block that will probably be kil'ed ---------------------------------------------- r22216 | marclaporte | 2009-10-11 19:32:29 +0200 (dim., 11 oct. 2009) | 1 line [MOD] Moving find/search and replace admin option from wiki to textarea admin panel now that it's available for any edit box ---------------------------------------------- r22215 | jonnybradley | 2009-10-11 19:06:02 +0200 (dim., 11 oct. 2009) | 4 lines [ENH] Add autocomplete to user name fields. Implemented in wikiplugin_group only so far (just add 'filter' => 'username' to the param def). Perms TODO as for groups. ---------------------------------------------- r22214 | jonnybradley | 2009-10-11 18:43:45 +0200 (dim., 11 oct. 2009) | 4 lines [ENH] Add autocomplete to group name fields. Implemented in wikiplugin_group only so far (just add 'filter' => 'username' to the param def). Proper perms checking TODO but only works for validated users in the meantime. ---------------------------------------------- r22213 | jonnybradley | 2009-10-11 18:02:56 +0200 (dim., 11 oct. 2009) | 1 line [FIX] No need for rel to have type=img for colorbox (type= only needed if not an image) ---------------------------------------------- r22212 | jonnybradley | 2009-10-11 17:46:15 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] Add sefurl to img. Had the change order of regexp matches to pick up tumbnail etc before download. ---------------------------------------------- r22208 | lindonb | 2009-10-11 10:13:31 +0200 (dim., 11 oct. 2009) | 1 line [FIX] Skip old code if rel=box. Other cleanup of prior commit (broke mouseover). ---------------------------------------------- r22206 | chealer | 2009-10-11 09:18:27 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB abstraction (PostgreSQL): fix general settings (admin email, sender email, browser title, secure login) ---------------------------------------------- r22205 | chealer | 2009-10-11 09:14:21 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] get_user_all_pages() (DB abstraction, PostgreSQL) ---------------------------------------------- r22203 | chealer | 2009-10-11 09:08:26 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] fr: changer la traduction pour "Edit Comment" (commentaire sur la modification) de "Éditer le commentaire" à "Commentaire" (inspiré de MoinMoin) ---------------------------------------------- r22202 | lindonb | 2009-10-11 08:45:56 +0200 (dim., 11 oct. 2009) | 1 line [FIX] Use file and image gallery thumbnails when thumb=y. Replace thumb=shadowbox with rel=box. So now {img fileId=1 thumb=y rel=box} works. Added 'download' option for thumb parameter to show download dialog box for file gallery images. ---------------------------------------------- r22201 | chealer | 2009-10-11 08:03:10 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] DB error message display ---------------------------------------------- r22200 | luciash | 2009-10-11 07:33:12 +0200 (dim., 11 oct. 2009) | 1 line [FIX] ColorBox: support title attribute of links + simplified functions ---------------------------------------------- r22199 | chealer | 2009-10-11 06:37:06 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] typo "SQLLite" -> "SQLite" ---------------------------------------------- r22198 | chealer | 2009-10-11 06:00:13 +0200 (dim., 11 oct. 2009) | 3 lines [FIX] DB abstraction: fix has_tiki_db() and has_tiki_db_20() get rid of now unused process_sql_file() and list_tables() ---------------------------------------------- r22196 | chealer | 2009-10-11 05:33:55 +0200 (dim., 11 oct. 2009) | 2 lines runFile(): speed up and simplify ---------------------------------------------- r22195 | chealer | 2009-10-11 05:24:12 +0200 (dim., 11 oct. 2009) | 4 lines [FIX] DB abstraction: fix update query +class Installer extends TikiDb_Bridge [FIX] empty queries fail on PostgreSQL ---------------------------------------------- r22194 | chealer | 2009-10-11 05:15:32 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] ADOdb on PostgreSQL ---------------------------------------------- r22193 | luciash | 2009-10-11 04:40:38 +0200 (dim., 11 oct. 2009) | 1 line [FIX] ColorBox: support for inline content ---------------------------------------------- r22191 | chealer | 2009-10-11 03:58:27 +0200 (dim., 11 oct. 2009) | 3 lines [FIX] queryError() (fixes r20205) Closes: 2788 ( link_cache creates SQL error ) ---------------------------------------------- r22190 | chealer | 2009-10-11 03:05:00 +0200 (dim., 11 oct. 2009) | 2 lines [FIX] "DROP TABLE IF EXISTS `tiki_calendar_recurrence`;" failure due to reference from tiki_calendar_items.recurrenceId (regression from r15918) ---------------------------------------------- r22189 | luciash | 2009-10-11 02:21:31 +0200 (dim., 11 oct. 2009) | 1 line [FIX] ColorBox: support any *box (colorbox|lightbox|shadowbox|box...) in rel attribute ---------------------------------------------- r22188 | jonnybradley | 2009-10-11 01:06:01 +0200 (dim., 11 oct. 2009) | 1 line [ENH] Page name autocomplete on plugin form (where filter=pagename) ---------------------------------------------- r22187 | jonnybradley | 2009-10-11 00:55:49 +0200 (dim., 11 oct. 2009) | 1 line [FIX] Missing filter ---------------------------------------------- r22186 | jonnybradley | 2009-10-10 23:20:00 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Don't give "not found" error if src set (may result in broken image if not found) ---------------------------------------------- r22185 | jonnybradley | 2009-10-10 23:17:10 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Missing icon (oops) ---------------------------------------------- r22184 | jonnybradley | 2009-10-10 22:10:29 +0200 (sam., 10 oct. 2009) | 4 lines [ENH] Wiki plugin edit form now jquery-ui'ified (if jq.ui available) Still optional, but at the moment comments can use plugins, so the lib is loaded for that it uses it even if feature_jquery_ui is off. Probably needs recifying. Oh, and testing on IE/Chrome - TODO ---------------------------------------------- r22183 | chealer | 2009-10-10 22:01:32 +0200 (sam., 10 oct. 2009) | 2 lines it seems user guide page was renamed ---------------------------------------------- r22182 | chealer | 2009-10-10 21:59:44 +0200 (sam., 10 oct. 2009) | 6 lines revert r22141 on mod-terminology.tpl [FIX] colon outsitde tr block [FIX] undefined terminology_profile_was_installed [FIX] unclosed p tag doc link should be English by default ---------------------------------------------- r22181 | jonnybradley | 2009-10-10 20:21:02 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Stop 'save last changes' dialogs on beforeunload when textarea not changed as the form is shared ---------------------------------------------- r22180 | jonnybradley | 2009-10-10 19:57:50 +0200 (sam., 10 oct. 2009) | 2 lines [ENH] Another dialog tool - wiki links ---------------------------------------------- r22179 | jonnybradley | 2009-10-10 19:34:17 +0200 (sam., 10 oct. 2009) | 1 line [MOD] Change the way dialog tools init button (etc) data to allow more customisation per tool ---------------------------------------------- r22178 | lphuberdeau | 2009-10-10 19:31:18 +0200 (sam., 10 oct. 2009) | 4 lines [FIX] I18N [FIX] Set-up category jail (not fully functional because hidden categories are not auto-assigned, but category jailing works where deployed for objects categorized in the workspace) [ENH] Set-up permissions view for the perspective to prevent non-members from seeing it. ---------------------------------------------- r22177 | ohertel | 2009-10-10 19:21:04 +0200 (sam., 10 oct. 2009) | 1 line updated translation, fixed umlauts, completed installer translation ---------------------------------------------- r22176 | marclaporte | 2009-10-10 19:06:54 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Add perspective and MultiDomain to the admin panel ---------------------------------------------- r22175 | jonnybradley | 2009-10-10 19:05:12 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Toolbar check for JS ---------------------------------------------- r22174 | marclaporte | 2009-10-10 18:57:25 +0200 (sam., 10 oct. 2009) | 1 line [MOD] IMG plugin: Most obvious/important questions should be at top ---------------------------------------------- r22173 | jonnybradley | 2009-10-10 18:43:44 +0200 (sam., 10 oct. 2009) | 1 line [ENH] Find and replace wiki edit tools ---------------------------------------------- r22172 | jonnybradley | 2009-10-10 18:42:34 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Oops, simpler/better test for moz/gecko browsers ---------------------------------------------- r22171 | jonnybradley | 2009-10-10 18:39:59 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Failed when selectionStart == 0 (i.e. at the beginning of the text) ---------------------------------------------- r22170 | marclaporte | 2009-10-10 18:39:25 +0200 (sam., 10 oct. 2009) | 1 line [FIX] typo ---------------------------------------------- r22168 | luciash | 2009-10-10 18:10:37 +0200 (sam., 10 oct. 2009) | 3 lines [FIX] darkroom theme: contrast fixes bg vs fg [MOD] don't limit odd and even classes only to tables [ADD] odd and even classes defaults to design.css ---------------------------------------------- r22166 | luciash | 2009-10-10 17:32:25 +0200 (sam., 10 oct. 2009) | 2 lines [MOD] user information screen revamp - code indentation, converted to tableless + use tabs when tabs on + other enhancements [FIX] some user information WYSIWYCA fixes ---------------------------------------------- r22165 | jonnybradley | 2009-10-10 17:18:22 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Partial rollback of r22161 - sub and sup should be there as ToolbarFckOnly tools ---------------------------------------------- r22164 | jonnybradley | 2009-10-10 17:11:01 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Add perm check (for feature_filegals_manager) on ToolbarFileGallery tool ---------------------------------------------- r22163 | chibaguy | 2009-10-10 16:52:32 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Same padding for button and button hover states to avoid movement during mouseover. ---------------------------------------------- r22162 | marclaporte | 2009-10-10 16:23:08 +0200 (sam., 10 oct. 2009) | 1 line [MOD] Turn off __Use File Galleries to store pictures__ on barebones installs, until it can be made simpler to use. For reference, see long discussions at http://thread.gmane.org/gmane.comp.cms.tiki.devel/12221 http://thread.gmane.org/gmane.comp.cms.tiki.cvs/46355/ ---------------------------------------------- r22161 | marclaporte | 2009-10-10 15:20:30 +0200 (sam., 10 oct. 2009) | 1 line [MOD] sub and sup shouldn't be in wiki syntax list since they are in plugins. Jonny: please confirm. Tks. ---------------------------------------------- r22160 | axold | 2009-10-10 14:08:18 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Solved a bug in tiki-manage-workspaces.tpl ---------------------------------------------- r22159 | axold | 2009-10-10 13:47:46 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Removed Workspaces Dev Tools ---------------------------------------------- r22158 | axold | 2009-10-10 13:45:33 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Fixed a bug in sql statement ---------------------------------------------- r22157 | chibaguy | 2009-10-10 13:42:41 +0200 (sam., 10 oct. 2009) | 1 line [MOD] Reduced clutter of structures icons and links: replaced table with divs, moved "home" icon to left (more logical, standard position), moved hierarchy number to structure icon link title (visible on hover). ---------------------------------------------- r22156 | chealer | 2009-10-10 12:07:25 +0200 (sam., 10 oct. 2009) | 2 lines [FIX] SMARTY_DIR was set to a relative path ---------------------------------------------- r22155 | chibaguy | 2009-10-10 08:56:12 +0200 (sam., 10 oct. 2009) | 2 lines [MOD] [MOD] Gray-scale versions of bright blue icons for better compatibility with various theme pallets. ---------------------------------------------- r22153 | chibaguy | 2009-10-10 04:47:13 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Toolbar picker (special characters) link color needs specifying to ensure good contrast (Darkroom had problem). ---------------------------------------------- r22152 | marclaporte | 2009-10-10 03:38:04 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Avoid unwanted message in admin panels ---------------------------------------------- r22151 | chealer | 2009-10-10 03:03:56 +0200 (sam., 10 oct. 2009) | 2 lines [FIX] hopefully last shot at identifier quoting here ---------------------------------------------- r22150 | chealer | 2009-10-10 03:02:42 +0200 (sam., 10 oct. 2009) | 2 lines simpler implementation for r22119 ([ADD] switch for postgres when $query_cond is empty because resulting "SELECT FROM ... WHERE 1 AND ..." didn't work) ---------------------------------------------- r22149 | alain_desilets | 2009-10-10 01:46:30 +0200 (sam., 10 oct. 2009) | 1 line - Do not insert preview when creating page based on a template. It confuses users because they clicked on something for creating a page, yet all they see on the screen is a read-only version of the page. They often don't realise that if they scroll down, they can get to an edit box for modifying the template. I have seen this many times when I taught workshops or gave demos on the terminology profile. ---------------------------------------------- r22148 | jonnybradley | 2009-10-10 01:40:09 +0200 (sam., 10 oct. 2009) | 1 line [FIX] Width for table builder and title of dialogs ---------------------------------------------- r22147 | jonnybradley | 2009-10-10 01:24:42 +0200 (sam., 10 oct. 2009) | 4 lines [ENH] jQuery-ui dialog/accordion based wiki help Several layout changes and improvements (flush temp_cache for full enjoyment) Plugin help now a separate tpl (for future wysiwyg help) ---------------------------------------------- r22146 | jonnybradley | 2009-10-10 01:21:26 +0200 (sam., 10 oct. 2009) | 1 line [MOD] New default jquery-ui theme (smoothness recommended) ---------------------------------------------- r22145 | chealer | 2009-10-10 01:01:21 +0200 (sam., 10 oct. 2009) | 2 lines [FIX] more DB identifiers quoting ---------------------------------------------- r22144 | nkoth | 2009-10-09 23:51:47 +0200 (ven., 09 oct. 2009) | 2 lines [MOD] If Anonymous is not automatically included in other groups unless specified, in 4.0, then the showing/shading out of perms as "inherited from Anonymous" should not happen automatically as well (otherwise it's not possible to set them normally) ---------------------------------------------- r22143 | nkoth | 2009-10-09 23:44:38 +0200 (ven., 09 oct. 2009) | 2 lines [MOD] Refactoring the showing of inherited perms to be more correct (to be able to take account of all including situations) - in preparation for next commit ---------------------------------------------- r22142 | alain_desilets | 2009-10-09 22:58:42 +0200 (ven., 09 oct. 2009) | 1 line - Fixed a bug in tiki-all_languages, for when you follow an alias. ---------------------------------------------- r22140 | chealer | 2009-10-09 22:25:30 +0200 (ven., 09 oct. 2009) | 2 lines [FIX] groups_are_emulated notice ---------------------------------------------- r22139 | chealer | 2009-10-09 22:17:21 +0200 (ven., 09 oct. 2009) | 2 lines [FIX] quote contentId identifiers ---------------------------------------------- r22138 | jonnybradley | 2009-10-09 22:13:28 +0200 (ven., 09 oct. 2009) | 1 line [MOD] Move include_jquery_ui() into headerlib where it belongs ---------------------------------------------- r22137 | jonnybradley | 2009-10-09 22:05:20 +0200 (ven., 09 oct. 2009) | 3 lines [ENH] New toolbar dialog type tools. Second: table builder (v1) ---------------------------------------------- r22136 | chealer | 2009-10-09 22:04:34 +0200 (ven., 09 oct. 2009) | 3 lines [FIX] $modified['feature_perspective'] notice regression from r20241 lphuberdeau: might want to check that's what you meant ---------------------------------------------- r22135 | jonnybradley | 2009-10-09 20:41:51 +0200 (ven., 09 oct. 2009) | 3 lines [ENH] New toolbar dialog type tools. First one: external link ---------------------------------------------- r22134 | sylvieg | 2009-10-09 17:00:26 +0200 (ven., 09 oct. 2009) | 1 line [FIX]register: to have the module witht eh same behavior that tiki-register.php (ex: ask for groups) ---------------------------------------------- r22132 | sylvieg | 2009-10-09 15:30:46 +0200 (ven., 09 oct. 2009) | 1 line [FIX]comments: the sort was not always set ---------------------------------------------- r22131 | jonnybradley | 2009-10-09 14:43:27 +0200 (ven., 09 oct. 2009) | 3 lines [ENH] New features picker tab for object perms. Various other fixes and minor improvements. ---------------------------------------------- r22130 | jonnybradley | 2009-10-09 14:36:07 +0200 (ven., 09 oct. 2009) | 1 line [ENH] New param for treetable to allow HTML in column data ---------------------------------------------- r22129 | jonnybradley | 2009-10-09 14:35:27 +0200 (ven., 09 oct. 2009) | 1 line [NEW] New function to get all perm features ---------------------------------------------- r22128 | jonnybradley | 2009-10-09 14:34:47 +0200 (ven., 09 oct. 2009) | 1 line [FIX] Don't show big grey box of AJAX triggered by something other than loadComponent (e.g. autosave) ---------------------------------------------- r22127 | jonnybradley | 2009-10-09 14:33:58 +0200 (ven., 09 oct. 2009) | 1 line [FIX] Missing global ---------------------------------------------- r22126 | luciash | 2009-10-09 03:01:49 +0200 (ven., 09 oct. 2009) | 2 lines [MOD] semanticlib: adding backticks to camelCase names [FIX] PostgreSQL: editing wiki page now works ---------------------------------------------- r22125 | luciash | 2009-10-09 02:29:44 +0200 (ven., 09 oct. 2009) | 1 line [FIX] PostgreSQL: fix to avoid invalid input syntax for integer: "value" (sorry, the previous didn't work) ---------------------------------------------- r22124 | luciash | 2009-10-09 02:02:46 +0200 (ven., 09 oct. 2009) | 1 line [FIX] PostgreSQL: ERROR: LIMIT #,# syntax is not supported HINT: Use separate LIMIT and OFFSET clauses. ---------------------------------------------- r22123 | luciash | 2009-10-09 01:54:06 +0200 (ven., 09 oct. 2009) | 1 line [FIX] wikilib: add version to SELECT list to avoid DISTINCT error when using PostgreSQL ---------------------------------------------- r22122 | luciash | 2009-10-09 01:51:08 +0200 (ven., 09 oct. 2009) | 1 line [MOD] GlobalFactory: adding backticks to camelCase names ---------------------------------------------- r22120 | luciash | 2009-10-08 23:29:59 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] ObjectFactory: adding backticks to camelCase names ---------------------------------------------- r22119 | luciash | 2009-10-08 23:22:45 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] PostgreSQL: invalid input syntax for integer: "value" [ADD] switch for postgres when $query_cond is empty because resulting "SELECT FROM ... WHERE 1 AND ..." didn't work ---------------------------------------------- r22118 | xavidp | 2009-10-08 22:52:22 +0200 (jeu., 08 oct. 2009) | 1 line [ENH]Cross link to tiki-manage-workspaces.php added from Admin > Workspaces interface. Still menu option needed in install and upgrade sql's, if this is the central script to manage the creation and edition of workspaces. Permissions related to workspaces are still missing (to my partial understanding of how this should work). ---------------------------------------------- r22117 | chealer | 2009-10-08 22:39:49 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] workspace query commented in r22024 now properly commented, assuming that was the intention ---------------------------------------------- r22116 | sylvieg | 2009-10-08 22:32:20 +0200 (jeu., 08 oct. 2009) | 1 line [MOD]registration: option to send admin validation email not necessary to sender_email ---------------------------------------------- r22115 | sylvieg | 2009-10-08 22:28:24 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]rollback 22104 that gives a database error ---------------------------------------------- r22114 | jonnybradley | 2009-10-08 22:05:42 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] Small change to the client-side group hiding code (but probably should be removed eventually) ---------------------------------------------- r22113 | xavidp | 2009-10-08 22:03:38 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]Fixed wrong link to documentation page at dev.tw.o site ---------------------------------------------- r22112 | jonnybradley | 2009-10-08 21:51:47 +0200 (jeu., 08 oct. 2009) | 2 lines [ENH] Add 'select groups' tab to pick groups server-side TODO: Remove the previous client-side version? ---------------------------------------------- r22111 | jonnybradley | 2009-10-08 21:47:43 +0200 (jeu., 08 oct. 2009) | 1 line [ENH] New nested heirarchical mode for treetable used by defining _sortColumnDelimiter param ---------------------------------------------- r22110 | luciash | 2009-10-08 21:44:27 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] PostgreSQL: support "pgsql" as case too because tiki-db-pdo.php and tiki-adodb-pdo.php are very inconsistent in this and when using PDO it didn't convert the MySQL specific backticks ---------------------------------------------- r22109 | jonnybradley | 2009-10-08 21:43:57 +0200 (jeu., 08 oct. 2009) | 1 line [FIX] Changing the checked state of a checkbox doesn't fire the change event, so fire it specifically ---------------------------------------------- r22108 | sylvieg | 2009-10-08 20:20:24 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]TRACKER: trim the wiki page ---------------------------------------------- r22107 | nkoth | 2009-10-08 18:44:31 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] best lang suffix will have to depend on whether query string exists or not (it used to be always exist, but with SEFURL it can't be certain ---------------------------------------------- r22106 | nkoth | 2009-10-08 18:09:58 +0200 (jeu., 08 oct. 2009) | 2 lines [FIX] Wiki page links in menus should support best language ---------------------------------------------- r22105 | mangapower | 2009-10-08 17:34:37 +0200 (jeu., 08 oct. 2009) | 1 line [MOD] If a WS is active and a new wikipage is created, then this page will be stored in the WS ---------------------------------------------- r22104 | Jyhem | 2009-10-08 17:31:00 +0200 (jeu., 08 oct. 2009) | 1 line [MOD] Part of removal of hard coded inclusion of Anonymous group in Registered (see 22101) ---------------------------------------------- r22101 | jonnybradley | 2009-10-08 16:06:16 +0200 (jeu., 08 oct. 2009) | 7 lines [MOD] Remove hard coded inclusion of Anonymous group in Registered (again - see r21822 and r22098). Added schema script to preserve existing behaviour and changed tikilib and objectperms. Other files need fixing (modlib, wikiplugin_group, userslib, tiki-emulate_groups_switch and mod-func-groups_emulation - possibly others) Profiles that assumed this inclusion will also need amending. ---------------------------------------------- r22100 | jonnybradley | 2009-10-08 15:24:05 +0200 (jeu., 08 oct. 2009) | 3 lines [ENH] Added rudimentary colour pickers and new background colour icon. Also JS fixes for Firefox/AJAX ---------------------------------------------- r22099 | chealer | 2009-10-08 11:06:31 +0200 (jeu., 08 oct. 2009) | 2 lines upgrade_categperm.php: rename tiki_p_view_categories to tiki_p_view_category in global permissions ---------------------------------------------- r22098 | chealer | 2009-10-08 10:05:28 +0200 (jeu., 08 oct. 2009) | 4 lines [FIX] rollback r21822: [MOD] please refer to dev note 1.1 http://doc.tikiwiki.org/Tiki4#Anonymous_group_not_included_by_default_in_Registered_ This broke permissions on most sites upgraded. See discussion at http://sourceforge.net/mailarchive/forum.php?thread_name=4ACCFC4E.5000205%40gmail.com&forum_name=tikiwiki-devel ---------------------------------------------- r22097 | chealer | 2009-10-08 05:15:47 +0200 (jeu., 08 oct. 2009) | 3 lines [FIX] HTML special chars encoding remove template comment (assuming that's a leftover from copy-paste) ---------------------------------------------- r22096 | chealer | 2009-10-08 05:14:01 +0200 (jeu., 08 oct. 2009) | 4 lines [FIX] HTML special chars escaping [FIX] colons inside tr blocks [FIX] Directory categorization ---------------------------------------------- r22095 | sylvieg | 2009-10-08 00:44:33 +0200 (jeu., 08 oct. 2009) | 1 line [MOD]some style for the browse image in fgal ---------------------------------------------- r22094 | sylvieg | 2009-10-08 00:23:02 +0200 (jeu., 08 oct. 2009) | 1 line [FIX]notif fgal: missing smarty assign to have notification outsite tiki-upload_file ---------------------------------------------- r22092 | nagendra016 | 2009-10-07 21:11:54 +0200 (mer., 07 oct. 2009) | 1 line [UPG] Upgraded Kaltura PHP API ---------------------------------------------- r22091 | jonnybradley | 2009-10-07 20:57:56 +0200 (mer., 07 oct. 2009) | 1 line [FIX] Remove dependance on row indices for treetable values (should never have been like that in the first place - apologies) ---------------------------------------------- r22090 | sylvieg | 2009-10-07 20:11:47 +0200 (mer., 07 oct. 2009) | 1 line [MOD]cahge_category: displays category name ---------------------------------------------- r22089 | jonnybradley | 2009-10-07 19:08:26 +0200 (mer., 07 oct. 2009) | 2 lines [ENH] Restored the JS code to set up perms checkboxes to show group inheritance, now running asynchronously (so shouldn't lock up slower browsers) ---------------------------------------------- r22084 | lphuberdeau | 2009-10-07 16:14:44 +0200 (mer., 07 oct. 2009) | 1 line [FIX] RSS 'parser' could not parse all feeds, and probably still can't. ---------------------------------------------- r22083 | nyloth | 2009-10-07 16:10:54 +0200 (mer., 07 oct. 2009) | 1 line [FIX] coelesce: same font size for text inside PRE tags than wiki text around + better top margins for titles + remove native margins of PRE and P when inside a simplebox, since simplebox already has margins ---------------------------------------------- r22082 | nyloth | 2009-10-07 16:06:55 +0200 (mer., 07 oct. 2009) | 1 line [FIX] smarty highlight output filter: replace preg_match fallback with something more simple, because preg_match is usually limited to 100k (pcre.backtrack_limit) which is not enough with most search results pages + fix how col2 is handled + reindent file ---------------------------------------------- r22081 | sylvieg | 2009-10-07 15:02:44 +0200 (mer., 07 oct. 2009) | 1 line [MOD]change_category: 2 new params to be able to do a flip/flop with images to represent or not to be in the category ---------------------------------------------- r22080 | jonnybradley | 2009-10-07 14:40:05 +0200 (mer., 07 oct. 2009) | 3 lines [ENH] Added pref for section and plugin edit icons view/hide (defaults to 'n'). Also changed button icon as suggested. ---------------------------------------------- r22079 | jonnybradley | 2009-10-07 14:11:23 +0200 (mer., 07 oct. 2009) | 3 lines [MOD] Move JS in $headerlib to end of page. Included JS files still in the HEAD - TODO in 5.x? ---------------------------------------------- r22078 | jonnybradley | 2009-10-07 14:06:06 +0200 (mer., 07 oct. 2009) | 1 line [FIX] Confirm exit fix for AJAX mode edit ---------------------------------------------- r22077 | jonnybradley | 2009-10-07 13:34:42 +0200 (mer., 07 oct. 2009) | 4 lines [MOD] Added test for $minify_scripts_on_the_fly before using minified scripts for tiki-js.js, tiki-jquery.js and tiki-admin_toolbars.js Var isn't set anywhere yet so it disables this "feature" until we have a way of minifying automagically (and means we can find which JS files may be affected later) ---------------------------------------------- r22075 | jonnybradley | 2009-10-07 12:40:08 +0200 (mer., 07 oct. 2009) | 2 lines [FIX] Add content-type for javascript (also added svn keyword Id) ---------------------------------------------- r22073 | chealer | 2009-10-07 10:24:20 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] HTML special chars encoding [ENH] translations syntax ---------------------------------------------- r22072 | chealer | 2009-10-07 09:49:57 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] Closes: 1275 (User-Task-Module does not show the tasks) [ENH] change user_tasks module to new module style (modules-doc). ---------------------------------------------- r22071 | chealer | 2009-10-07 09:46:55 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] [ENH] change user_tasks_public module to new module style (modules-doc). ---------------------------------------------- r22070 | chealer | 2009-10-07 09:36:12 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] new_task(), update_task() and emty_trash() with PDO (string-indexed bindvars arrays, fetchRow returning 2 elements per DB field) thanks Sylvie Greverend ---------------------------------------------- r22069 | chealer | 2009-10-07 09:31:31 +0200 (mer., 07 oct. 2009) | 3 lines [FIX] undeclared constants notices on unquoted array indices [FIX] HTML special chars encoding ---------------------------------------------- r22068 | sylvieg | 2009-10-07 00:52:52 +0200 (mer., 07 oct. 2009) | 1 line [MOD]blog: why the title of a post does not go to the post. each other feature is working this this principle ---------------------------------------------- r22067 | sylvieg | 2009-10-07 00:29:59 +0200 (mer., 07 oct. 2009) | 1 line zend recommendation ---------------------------------------------- r22066 | rlpowell | 2009-10-07 00:14:38 +0200 (mer., 07 oct. 2009) | 2 lines A working test would be nice. ---------------------------------------------- r22065 | jonnybradley | 2009-10-06 23:12:58 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] Default to using non-minified versions of tiki-js.js and tiki-jquery.js (for now) ---------------------------------------------- r22064 | jonnybradley | 2009-10-06 22:03:51 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] error.tpl handling in loadComponent() Also fixed outdate ref to xajax requert var and a couple of other tiny fixes ---------------------------------------------- r22063 | jonnybradley | 2009-10-06 21:05:18 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Mysterious JS error when called via AJAX - this fixes it but i'm not sure why ---------------------------------------------- r22062 | chealer | 2009-10-06 20:57:55 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] no idea why this code should be called, but it shouldn't read smarty_setup.php ---------------------------------------------- r22061 | jonnybradley | 2009-10-06 20:50:09 +0200 (mar., 06 oct. 2009) | 1 line [FIX] No AJAX on help button ---------------------------------------------- r22060 | jonnybradley | 2009-10-06 20:43:55 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Thinko ---------------------------------------------- r22059 | jonnybradley | 2009-10-06 19:57:45 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Minified tiki-js.js - should be no functional change ---------------------------------------------- r22058 | jonnybradley | 2009-10-06 19:47:45 +0200 (mar., 06 oct. 2009) | 2 lines [MOD] JSLint-ifying of tiki-js.js (finally) ---------------------------------------------- r22057 | jonnybradley | 2009-10-06 19:43:59 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Another small pre-JSlint fix (document.write evil, apologies for just moving it into tikilib ;) ---------------------------------------------- r22056 | jonnybradley | 2009-10-06 19:34:58 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Tiny pre-JSlint fix (bad syntax apparently) ---------------------------------------------- r22054 | Jyhem | 2009-10-06 19:09:23 +0200 (mar., 06 oct. 2009) | 1 line [FIX] If banner feature is inactive, site ads should not be displayed. ---------------------------------------------- r22053 | jonnybradley | 2009-10-06 18:41:02 +0200 (mar., 06 oct. 2009) | 4 lines [FIX] Fixed polls JS to use jQuery, not moo (which lead to) Added $auto_query_args to polls admin and fix for tab when editing (which lead to) Adding Create poll button (and removing typo) ---------------------------------------------- r22052 | mangapower | 2009-10-06 18:27:58 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Fixed a little issue in wslib.php ---------------------------------------------- r22051 | sylvieg | 2009-10-06 18:25:11 +0200 (mar., 06 oct. 2009) | 1 line [FIX]rss: fix double htmlspecialchars ---------------------------------------------- r22049 | pkdille | 2009-10-06 18:16:25 +0200 (mar., 06 oct. 2009) | 1 line [FIX] forum: fix the html structure when posting in the forum with an attached file (with coelesce) ---------------------------------------------- r22048 | jonnybradley | 2009-10-06 17:53:47 +0200 (mar., 06 oct. 2009) | 2 lines [MOD] Added minified version of tiki-jquery.js ---------------------------------------------- r22047 | jonnybradley | 2009-10-06 17:49:18 +0200 (mar., 06 oct. 2009) | 1 line [MOD] JSLint cleaning ---------------------------------------------- r22046 | jonnybradley | 2009-10-06 17:43:26 +0200 (mar., 06 oct. 2009) | 3 lines [FIX] Partial rollback of r21957 - positionBy = 'mouse' not working first time (needs a param?). Also added "return false" to convertOverlib func ---------------------------------------------- r22045 | mangapower | 2009-10-06 17:29:57 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Added a new functionality to tiki-index.php: when a user activate a WS, the homepage will be the WS homepage. ---------------------------------------------- r22044 | sylvieg | 2009-10-06 16:12:00 +0200 (mar., 06 oct. 2009) | 1 line [FIX]fix wrong commit 22033 ---------------------------------------------- r22043 | jonnybradley | 2009-10-06 15:39:19 +0200 (mar., 06 oct. 2009) | 3 lines [MOD] Moved the toolbars admin JavaScript from PHP to JS include (and added minified version) Also added "new custom tool" button. ---------------------------------------------- r22042 | jonnybradley | 2009-10-06 15:31:24 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] Stop toolbar row on toolbars admin from wrapping. ---------------------------------------------- r22041 | jonnybradley | 2009-10-06 15:30:55 +0200 (mar., 06 oct. 2009) | 3 lines [ENH] Fixed xajax JS callbacks to current version (0.5, not 0.2). Make ajaxLoading div appear in the middle of the element being "AJAX'ed" into, and partially dim that element while loading. ---------------------------------------------- r22040 | jonnybradley | 2009-10-06 15:27:17 +0200 (mar., 06 oct. 2009) | 3 lines [MOD] Change ajax_href to make the "jump to top of page" thing optional (and default to not doing it). Also, added a hint of documentation. ---------------------------------------------- r22036 | chibaguy | 2009-10-06 12:00:23 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Keep left-column CSS menu inside the module. ---------------------------------------------- r22035 | chibaguy | 2009-10-06 10:10:48 +0200 (mar., 06 oct. 2009) | 1 line [NEW] Side-column hide|show icons. ---------------------------------------------- r22034 | chibaguy | 2009-10-06 10:00:53 +0200 (mar., 06 oct. 2009) | 1 line [MOD] More subtle column hide|show icons. ---------------------------------------------- r22033 | rlpowell | 2009-10-06 09:00:30 +0200 (mar., 06 oct. 2009) | 2 lines $perms isn't set up, at least for anon. ---------------------------------------------- r22032 | chealer | 2009-10-06 06:44:42 +0200 (mar., 06 oct. 2009) | 2 lines [ENH] change comm_received_objects module to new module style (modules-doc). ---------------------------------------------- r22031 | chibaguy | 2009-10-06 05:47:29 +0200 (mar., 06 oct. 2009) | 1 line [FIX] IE7-specific siteloginbar position solution; increased whitespace for module last blog post items (using existing classes). ---------------------------------------------- r22030 | chealer | 2009-10-06 05:29:04 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] another notice ---------------------------------------------- r22029 | chealer | 2009-10-06 05:20:39 +0200 (mar., 06 oct. 2009) | 4 lines [ENH] change groups_emulation module to new module style (modules-doc). [FIX] HTML validation [FIX] notices ---------------------------------------------- r22028 | campbe13 | 2009-10-06 05:16:36 +0200 (mar., 06 oct. 2009) | 1 line [MOD] lesser magic deploy to directory admin ---------------------------------------------- r22027 | chibaguy | 2009-10-06 05:16:00 +0200 (mar., 06 oct. 2009) | 1 line [FIX] Rollback of changes to strasa.css (siteloginbar position) and mod-last_blog_posts.tpl (li class). ---------------------------------------------- r22026 | chealer | 2009-10-06 04:41:58 +0200 (mar., 06 oct. 2009) | 2 lines [FIX] HTML special chars encoding (somewhat) ---------------------------------------------- r22025 | marclaporte | 2009-10-06 02:45:48 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Harmonize order of Kaltura admin icon (list=grid) ---------------------------------------------- r22024 | axold | 2009-10-06 01:46:31 +0200 (mar., 06 oct. 2009) | 1 line [MOD] Modified more things in ws ---------------------------------------------- r22022 | chealer | 2009-10-06 00:18:35 +0200 (mar., 06 oct. 2009) | 2 lines [ENH] change youtube module to new module style (modules-doc). ---------------------------------------------- r22020 | lphuberdeau | 2009-10-05 20:05:59 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Reverse-domain when changing perspective ---------------------------------------------- r22019 | lphuberdeau | 2009-10-05 19:45:56 +0200 (lun., 05 oct. 2009) | 1 line [NEW] Allow to bind domain names to a specific perspective ---------------------------------------------- r22018 | zchermit | 2009-10-05 18:55:16 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Some Russian translation ---------------------------------------------- r22017 | lphuberdeau | 2009-10-05 18:32:21 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Applying filters ---------------------------------------------- r22016 | lphuberdeau | 2009-10-05 18:26:32 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Adding standard property for hints ---------------------------------------------- r22014 | lphuberdeau | 2009-10-05 18:05:03 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Adding textarea pref type ---------------------------------------------- r22012 | chibaguy | 2009-10-05 16:43:28 +0200 (lun., 05 oct. 2009) | 1 line [MOD] Keep highlight effect with normal button bourdary. ---------------------------------------------- r22009 | jonnybradley | 2009-10-05 15:26:19 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Change to use a session cookie for wiki_plugin_edit_view (setCookie seems to default to one year expiry) ---------------------------------------------- r22007 | lphuberdeau | 2009-10-05 14:42:37 +0200 (lun., 05 oct. 2009) | 1 line [ENH] Display inherited permissions when there are no permissions specific to the object ---------------------------------------------- r22006 | lphuberdeau | 2009-10-05 14:24:18 +0200 (lun., 05 oct. 2009) | 1 line [NEW] Allow to copy permissions to child categories ---------------------------------------------- r22005 | mangapower | 2009-10-05 13:54:47 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Solved bugs related to ws listing using cache and fixed remove_ws. Added a new perspective preference: wsHomepage. ASAP I will add the posibility to open a ws Homepage from tiki-index.php ---------------------------------------------- r22000 | chibaguy | 2009-10-05 10:46:43 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Move CSS menu to the left so it doesn't extend outside the module. ---------------------------------------------- r21999 | chealer | 2009-10-05 10:35:45 +0200 (lun., 05 oct. 2009) | 3 lines [ENH] change minichat module to new module style (modules-doc). [FIX] allow overriding title ---------------------------------------------- r21998 | chealer | 2009-10-05 09:45:38 +0200 (lun., 05 oct. 2009) | 2 lines typo "prefered" -> "preferred" ---------------------------------------------- r21997 | chealer | 2009-10-05 09:43:24 +0200 (lun., 05 oct. 2009) | 6 lines [ENH] change terminology module to new module style (modules-doc). minor translation improvements [FIX] remove broken preference check [FIX] broken links (guessing which pages they're supposed to point to) [FIX] allow overriding title ---------------------------------------------- r21996 | chibaguy | 2009-10-05 09:13:58 +0200 (lun., 05 oct. 2009) | 1 line [FIX] Wrong style for inline links (such as shoutbox message delete/edit); rule isn't in other Strasa stylesheets. ---------------------------------------------- r21992 | chealer | 2009-10-05 08:36:37 +0200 (lun., 05 oct. 2009) | 3 lines [ENH] change last_modif_pages module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21991 | chealer | 2009-10-05 08:35:39 +0200 (lun., 05 oct. 2009) | 2 lines I assume "Anonymous" should be translated ---------------------------------------------- r21990 | chealer | 2009-10-05 08:14:34 +0200 (lun., 05 oct. 2009) | 6 lines [ENH] change last_actions module to new module style (modules-doc). get rid of SQL in favor of logslib call [FIX] HTML special chars encoding [FIX] quite a bit of stuff. still only expects wiki actions. [MOD] change default maxlen from 20 to 30 ---------------------------------------------- r21989 | chealer | 2009-10-05 04:12:30 +0200 (lun., 05 oct. 2009) | 4 lines [ENH] change wiki_last_comments module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] notices ---------------------------------------------- r21987 | ricks99 | 2009-10-05 01:51:31 +0200 (lun., 05 oct. 2009) | 1 line [ENH]add LABEL element for a11y ---------------------------------------------- r21986 | lindonb | 2009-10-05 01:17:36 +0200 (lun., 05 oct. 2009) | 1 line [FIX] When &thumb=1 is specified for image gallery image, strip off thumb string for link so link is to full image. ---------------------------------------------- r21985 | lindonb | 2009-10-05 00:29:33 +0200 (lun., 05 oct. 2009) | 1 line [FIX]Keep multiple images from cycling back through old code. Also allow multiple images for the src parameter. Titles still not showing up in ColorBox popup ---------------------------------------------- r21984 | chealer | 2009-10-04 23:14:09 +0200 (dim., 04 oct. 2009) | 2 lines forgotten comment ---------------------------------------------- r21983 | chealer | 2009-10-04 23:11:50 +0200 (dim., 04 oct. 2009) | 4 lines [ENH] change last_tracker_comments module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] index mo notice (typo) ---------------------------------------------- r21981 | pkdille | 2009-10-04 21:22:23 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to module admin template ---------------------------------------------- r21980 | pkdille | 2009-10-04 20:56:31 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to wysiwyg admin template ---------------------------------------------- r21979 | pkdille | 2009-10-04 20:28:15 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to sefurlfaqs admin template ---------------------------------------------- r21978 | pkdille | 2009-10-04 20:10:58 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to faqs admin template ---------------------------------------------- r21977 | pkdille | 2009-10-04 18:25:50 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to polls admin template ---------------------------------------------- r21976 | pkdille | 2009-10-04 16:46:45 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to webmail admin template ---------------------------------------------- r21975 | pkdille | 2009-10-04 15:58:32 +0200 (dim., 04 oct. 2009) | 1 line [MOD] lesser magic deployment to maps admin template ---------------------------------------------- r21974 | pkdille | 2009-10-04 13:26:07 +0200 (dim., 04 oct. 2009) | 1 line [MOD] admin include general: restore the option collapsing/expanding as it was before deploying lesser magic ---------------------------------------------- r21973 | chealer | 2009-10-04 10:52:24 +0200 (dim., 04 oct. 2009) | 3 lines [FIX] last_modif_tracker_items, broken in r21969. and avoid any breakage like this to happen again merging in last_tracker_items. Credits go to Sylvie ---------------------------------------------- r21972 | chealer | 2009-10-04 10:49:47 +0200 (dim., 04 oct. 2009) | 2 lines document sort_mode in more depth and set title to "Last Modified Items" if sort_mode=lastModif_desc ---------------------------------------------- r21969 | chealer | 2009-10-04 09:43:21 +0200 (dim., 04 oct. 2009) | 5 lines [ENH] change last_tracker_items module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] nonums notices improve and translate error messages ---------------------------------------------- r21968 | pkdille | 2009-10-03 22:24:55 +0200 (sam., 03 oct. 2009) | 1 line [MOD] lesser magic deployment to ads admin grid ---------------------------------------------- r21964 | sylvieg | 2009-10-03 13:30:25 +0200 (sam., 03 oct. 2009) | 1 line [MOD]TRACKER: {| gives the itemId in pretty tracker + set {} and {} always ---------------------------------------------- r21963 | pkdille | 2009-10-03 01:03:42 +0200 (sam., 03 oct. 2009) | 1 line [MOD] lesser magic deployment to copyright admin grid ---------------------------------------------- r21962 | pkdille | 2009-10-03 00:00:09 +0200 (sam., 03 oct. 2009) | 1 line [MOD] lesser magic deployment to messages admin grid ---------------------------------------------- r21959 | sylvieg | 2009-10-02 22:46:37 +0200 (ven., 02 oct. 2009) | 1 line [FIX]modules: at least sort a little -> todo sort with no case ---------------------------------------------- r21958 | chibaguy | 2009-10-02 19:57:44 +0200 (ven., 02 oct. 2009) | 1 line [FIX] Correct module-flip icon no-display|display in custom modules. ---------------------------------------------- r21957 | sylvieg | 2009-10-02 19:25:45 +0200 (ven., 02 oct. 2009) | 1 line [FIX]popup: to avoid to have the box at an absolute position - that can never work in the calendar as the day boxes have not fixed width - place relative to the cursor ---------------------------------------------- r21956 | jonnybradley | 2009-10-02 19:15:04 +0200 (ven., 02 oct. 2009) | 4 lines [FIX] Errors (Missing arguments for Multilingual_MachineTranslation_GoogleTranslateWrapper::__construct()) I guessed what they might be... Also fixed compile errors in GoogleTranslateWrapper (unescaped $s) while is was there. Seems to still work. ---------------------------------------------- r21955 | jonnybradley | 2009-10-02 18:55:51 +0200 (ven., 02 oct. 2009) | 3 lines [ENH] Autocomplete page names in wiki edit - type "((" to initiate. Only in Firefox as yet, more to come... ---------------------------------------------- r21954 | jonnybradley | 2009-10-02 18:48:13 +0200 (ven., 02 oct. 2009) | 1 line [MOD] New getCaretPos() function (not tested in IE as yet) ---------------------------------------------- r21953 | jonnybradley | 2009-10-02 18:42:06 +0200 (ven., 02 oct. 2009) | 3 lines [FIX] Show all group columns if number of groups has changed (thanks LP) Also make show/hide groups link look like a button. ---------------------------------------------- r21952 | jonnybradley | 2009-10-02 18:41:06 +0200 (ven., 02 oct. 2009) | 3 lines [ENH] Allow CSS class to be set on popup_links (also removed no jQuery warning as it's 'always on' and this is irrelevant if JS disabled) ---------------------------------------------- r21951 | jonnybradley | 2009-10-02 18:11:26 +0200 (ven., 02 oct. 2009) | 1 line [FIX] Stop the multi-tiki dirs being deleted when flushing caches ---------------------------------------------- r21949 | sylvieg | 2009-10-02 16:37:30 +0200 (ven., 02 oct. 2009) | 1 line [FIX]TRACKER: need also to keep autoincrement for a pertty tracker without fields param ---------------------------------------------- r21948 | robferguson | 2009-10-02 16:26:10 +0200 (ven., 02 oct. 2009) | 1 line [FIX] added space for blog posts in module and fixed siteloginbar position ---------------------------------------------- r21946 | jonnybradley | 2009-10-02 12:37:11 +0200 (ven., 02 oct. 2009) | 1 line [FIX] Missing quote typo (was making description textarea not appear) ---------------------------------------------- r21945 | chealer | 2009-10-02 06:29:00 +0200 (ven., 02 oct. 2009) | 5 lines [ENH] change last_category_objects module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] maxlen notices [MOD] Change module title to "Newest Category Items", fixing some poor cases. This is still far from ideal ---------------------------------------------- r21944 | chealer | 2009-10-02 06:22:43 +0200 (ven., 02 oct. 2009) | 2 lines somewhat document last_category_objects() ---------------------------------------------- r21943 | chealer | 2009-10-02 05:06:04 +0200 (ven., 02 oct. 2009) | 3 lines [ENH] change last_files module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21942 | chealer | 2009-10-02 05:03:04 +0200 (ven., 02 oct. 2009) | 3 lines [FIX] missing galleryId param declaration oops ---------------------------------------------- r21941 | jonnybradley | 2009-10-01 19:26:15 +0200 (jeu., 01 oct. 2009) | 3 lines [MOD] More refactoring (by LPH) and a small "fix" by me. More to come, but getting closer! ---------------------------------------------- r21940 | sylvieg | 2009-10-01 18:44:26 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]TRACKERLIST: look only for the fields use in the pretty if fields param is not specified (can have side effect but only way to be fast with trackers with a lot of fields) ---------------------------------------------- r21939 | sylvieg | 2009-10-01 18:16:28 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]calendar: stickup popup is generic not only for group calendars ---------------------------------------------- r21938 | jonnybradley | 2009-10-01 17:23:28 +0200 (jeu., 01 oct. 2009) | 3 lines [FIX] design.css - opaque wasn't opaque (filegal icon menus) updates to -ref files too ---------------------------------------------- r21937 | chibaguy | 2009-10-01 16:17:35 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] Better appearance of list overflow in modules; update IE6 styles following superfish menu CSS changes. ---------------------------------------------- r21930 | pkdille | 2009-10-01 14:28:28 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] view forum: don't show the "Move Selected Topics" (which moves a topic from one forum to another one) button if there's only one forum ---------------------------------------------- r21926 | sylvieg | 2009-10-01 13:57:54 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]UI: cookie doamin and path must also be out of rememberme ---------------------------------------------- r21924 | chibaguy | 2009-10-01 09:03:32 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] IE6 stylesheet wasn't updated for revamped site header method. Too-wide IE6 left-column CSS menu fixed but I can't check if the menus are working due to limits of my MultipleIEs IE6. ---------------------------------------------- r21923 | marclaporte | 2009-10-01 03:18:49 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] If value is empty, do not put blank value. ---------------------------------------------- r21922 | marclaporte | 2009-10-01 02:33:16 +0200 (jeu., 01 oct. 2009) | 1 line [FIX] External link doesn't work ---------------------------------------------- r21921 | sylvieg | 2009-10-01 01:19:58 +0200 (jeu., 01 oct. 2009) | 1 line [FIX]UI: cookie name has nothing to do with remmber feature - it is the cookie prefix where is stored the login ---------------------------------------------- r21920 | axold | 2009-09-30 22:50:01 +0200 (mer., 30 sept. 2009) | 1 line [FIX] Fixed a bug in remove_ws function ---------------------------------------------- r21919 | lphuberdeau | 2009-09-30 22:41:56 +0200 (mer., 30 sept. 2009) | 1 line [MOD] Include restrictions to which permission can be modified in the permission applier ---------------------------------------------- r21918 | chealer | 2009-09-30 21:47:03 +0200 (mer., 30 sept. 2009) | 2 lines [FIX] HTML special chars encoding, using Smarty escape instead of regex_replace:"/\"/":"'" ---------------------------------------------- r21917 | jonnybradley | 2009-09-30 20:12:56 +0200 (mer., 30 sept. 2009) | 7 lines [MOD] Removed more redundant (hopefully) code. Moved all QuickPerms code together. Partially deployed new perms code (e.g. $displayedPermissions->getPermissionArray()) Renamed some vars to reduce confusion ($perms was used for 5 things) Added lots of TODO comments - more refactoring to come... ---------------------------------------------- r21916 | sylvieg | 2009-09-30 19:29:55 +0200 (mer., 30 sept. 2009) | 1 line [FIX]calendar: fix mysssql error: priority =0 is not the same than priority='0' ---------------------------------------------- r21913 | Jyhem | 2009-09-30 17:43:01 +0200 (mer., 30 sept. 2009) | 1 line [FIX] Recent unaligned titles did not improve page layout. Back to left-aligned titles ---------------------------------------------- r21912 | marclaporte | 2009-09-30 17:38:27 +0200 (mer., 30 sept. 2009) | 1 line [FIX] French grammar ---------------------------------------------- r21911 | sylvieg | 2009-09-30 17:02:41 +0200 (mer., 30 sept. 2009) | 1 line sql error ---------------------------------------------- r21910 | axold | 2009-09-30 16:44:13 +0200 (mer., 30 sept. 2009) | 1 line [MOD] I forgot to remove one var_dump in one tiki file. Now removed ---------------------------------------------- r21909 | axold | 2009-09-30 16:23:37 +0200 (mer., 30 sept. 2009) | 1 line [MOD] Fixed some ws perms in sql files ---------------------------------------------- r21907 | pkdille | 2009-09-30 15:29:06 +0200 (mer., 30 sept. 2009) | 1 line [FIX] forums quickjump: show only the quickjump dropdown if there are more than one forum available ---------------------------------------------- r21906 | jonnybradley | 2009-09-30 13:50:32 +0200 (mer., 30 sept. 2009) | 1 line [FIX] Quick fix for module in edit wiki page mode ---------------------------------------------- r21899 | sylvieg | 2009-09-30 00:08:04 +0200 (mer., 30 sept. 2009) | 1 line [MOD]tracker: new option user can take ownership for tracker with user field creator and where anonymous can create items and where only creator can modify their items: This allows a user to take ownership of an item create by anonymous and after to be the only one to be able to modify the item ---------------------------------------------- r21897 | lphuberdeau | 2009-09-29 22:02:18 +0200 (mar., 29 sept. 2009) | 1 line [ENH] Before redirecting to edit page for new page creation, verify if the page name is in the list of available pages ---------------------------------------------- r21896 | lphuberdeau | 2009-09-29 21:39:21 +0200 (mar., 29 sept. 2009) | 1 line [MOD] When the search term and page name are exact matches, and only one result is available, go to result directly ---------------------------------------------- r21895 | lphuberdeau | 2009-09-29 21:17:42 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Patch 20090416_plugin_security_tiki was not propagated in tiki.sql ---------------------------------------------- r21894 | jonnybradley | 2009-09-29 20:47:16 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Check for edit section pref too for wiki_plugin_edit_view icon ---------------------------------------------- r21893 | lphuberdeau | 2009-09-29 20:44:11 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Additional condition required ---------------------------------------------- r21892 | lphuberdeau | 2009-09-29 20:42:36 +0200 (mar., 29 sept. 2009) | 1 line [FIX] elseif causing trouble there ---------------------------------------------- r21891 | lphuberdeau | 2009-09-29 20:39:37 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Refactoring some of the logic to clean up the code ---------------------------------------------- r21890 | sylvieg | 2009-09-29 20:15:37 +0200 (mar., 29 sept. 2009) | 1 line [FIX]xml export: some CR to have a easy to read wiki.xml ---------------------------------------------- r21889 | sylvieg | 2009-09-29 19:31:20 +0200 (mar., 29 sept. 2009) | 1 line [FIX]XML: more generic parsing on image + rename page.txt with the pagename ---------------------------------------------- r21888 | mangapower | 2009-09-29 18:17:27 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Solved some minor bugs in wslib.php ---------------------------------------------- r21885 | mangapower | 2009-09-29 15:45:52 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Fixed categories and workspaces listing. ---------------------------------------------- r21881 | chibaguy | 2009-09-29 12:54:33 +0200 (mar., 29 sept. 2009) | 1 line [FIX] 100% width textarea causes it to go beyond right margin of parent in FF. ---------------------------------------------- r21880 | pkdille | 2009-09-29 10:54:41 +0200 (mar., 29 sept. 2009) | 1 line [FIX] tiki_full: give the same css structure when tiki_full template is used (file manager and wiki fullscreen edition textarea. This gives the same fonts in the wiki fullscreen textarea as in "normal" wiki editor screen ---------------------------------------------- r21879 | chibaguy | 2009-09-29 09:04:17 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Keep highlight-state button background color within button (already implemented in some themes). Add import design.css to empty.css. ---------------------------------------------- r21878 | chealer | 2009-09-29 08:18:11 +0200 (mar., 29 sept. 2009) | 4 lines [ENH] change last_modif_events module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] typo "modifed" -> "modified" ---------------------------------------------- r21876 | marclaporte | 2009-09-29 06:04:34 +0200 (mar., 29 sept. 2009) | 1 line [FIX] improve admin panel for navigation section ---------------------------------------------- r21875 | marclaporte | 2009-09-29 06:02:59 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Lesser magice feature_wiki_save_draft} ---------------------------------------------- r21873 | chealer | 2009-09-29 05:59:46 +0200 (mar., 29 sept. 2009) | 4 lines [ENH] change last_blog_posts module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] notices ---------------------------------------------- r21872 | marclaporte | 2009-09-29 05:45:15 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move cache settings to new performance admin panel ---------------------------------------------- r21871 | marclaporte | 2009-09-29 05:40:14 +0200 (mar., 29 sept. 2009) | 1 line [MOD] moving options in admin panels. feature_wiki_1like_redirection and feature_redirect_on_error look suspiciously similar ---------------------------------------------- r21870 | marclaporte | 2009-09-29 05:33:58 +0200 (mar., 29 sept. 2009) | 1 line [FIx] Avoid various unwanted messages about activating or de-activating features. There are still some problems with tiki-admin.php?page=login, look, i18n and wiki ---------------------------------------------- r21869 | chealer | 2009-09-29 05:12:08 +0200 (mar., 29 sept. 2009) | 2 lines [FIX] username modifier: HTML special chars encoding ---------------------------------------------- r21868 | marclaporte | 2009-09-29 04:53:35 +0200 (mar., 29 sept. 2009) | 1 line [FIX] improve admin panel for Tiki messages ---------------------------------------------- r21866 | chealer | 2009-09-29 04:38:48 +0200 (mar., 29 sept. 2009) | 2 lines [FIX] typo "persmissions" -> "permissions" ---------------------------------------------- r21865 | marclaporte | 2009-09-29 04:20:31 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move feature_contact near its suboptions. Once Ricks99 has solved lesser magic templates, we can move back to features admin panel (but for now, I don't want to clutter) ---------------------------------------------- r21864 | marclaporte | 2009-09-29 04:15:35 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Lesser magic ---------------------------------------------- r21863 | marclaporte | 2009-09-29 03:53:38 +0200 (mar., 29 sept. 2009) | 1 line [FIX] improve admin panel for Tiki friends ---------------------------------------------- r21862 | marclaporte | 2009-09-29 03:38:27 +0200 (mar., 29 sept. 2009) | 1 line [FIX] url_after_validation is only if users are self-registering ---------------------------------------------- r21861 | marclaporte | 2009-09-29 03:35:04 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Cosmetic changes ---------------------------------------------- r21859 | marclaporte | 2009-09-29 03:21:40 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move Separators to Look & Feel ---------------------------------------------- r21858 | marclaporte | 2009-09-29 03:16:56 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Admin panels: a new __server__ section ---------------------------------------------- r21857 | marclaporte | 2009-09-29 03:13:48 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving user-related settings/features to the Community admin panel ---------------------------------------------- r21856 | marclaporte | 2009-09-29 03:05:16 +0200 (mar., 29 sept. 2009) | 1 line [MOD] More admin panel re-org ---------------------------------------------- r21855 | marclaporte | 2009-09-29 02:41:06 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Lesser magic for feature_breadcrumbs. Ricks99: can you add the WYSIWYCA? ---------------------------------------------- r21854 | marclaporte | 2009-09-29 02:33:08 +0200 (mar., 29 sept. 2009) | 1 line [MOD] re-order admin panels. ---------------------------------------------- r21853 | marclaporte | 2009-09-29 02:32:24 +0200 (mar., 29 sept. 2009) | 1 line [FIX] typo for lesser magic ---------------------------------------------- r21852 | marclaporte | 2009-09-29 02:12:50 +0200 (mar., 29 sept. 2009) | 1 line [MOD] lesser magic: menu options ---------------------------------------------- r21851 | chealer | 2009-09-29 01:56:58 +0200 (mar., 29 sept. 2009) | 4 lines [ENH] change last_images module to new module style (modules-doc). [FIX] HTML special chars encoding merge mod-last_images_th in mod-last_images. I don't understand some of the imported code, don't blame me. ---------------------------------------------- r21850 | ricks99 | 2009-09-29 01:52:40 +0200 (mar., 29 sept. 2009) | 1 line [ENH]Use the RSS title (as specified on Admin:RSS page) as the title of the RSS feed. Use defaults if no Title is specified ---------------------------------------------- r21849 | marclaporte | 2009-09-29 01:42:46 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Move all stats settings to new stats section ---------------------------------------------- r21848 | ricks99 | 2009-09-29 01:36:47 +0200 (mar., 29 sept. 2009) | 1 line [FIX]proper xhtml validation syntax ---------------------------------------------- r21847 | marclaporte | 2009-09-29 01:36:39 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving some features to experimental ---------------------------------------------- r21846 | marclaporte | 2009-09-29 01:22:01 +0200 (mar., 29 sept. 2009) | 1 line [MOD] More admin panel re-organization ---------------------------------------------- r21845 | marclaporte | 2009-09-29 00:54:22 +0200 (mar., 29 sept. 2009) | 1 line [FIX] Moving security settings to new section. Remove previous code which was copy-pasted by error ---------------------------------------------- r21844 | marclaporte | 2009-09-29 00:49:44 +0200 (mar., 29 sept. 2009) | 1 line [MOD] re-organization of admin panel (work in progress) ---------------------------------------------- r21843 | marclaporte | 2009-09-29 00:36:36 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving community/user/group related things out of general admin panel towards community admin panel ---------------------------------------------- r21842 | marclaporte | 2009-09-29 00:25:41 +0200 (mar., 29 sept. 2009) | 1 line [MOD] Moving settings to new navigation section ---------------------------------------------- r21841 | marclaporte | 2009-09-29 00:09:12 +0200 (mar., 29 sept. 2009) | 1 line [MOD] webservices and semantic are now optional, and off by default in bare-bones profile ---------------------------------------------- r21840 | marclaporte | 2009-09-28 23:40:50 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Moving permission_denied_login_box to Navigation section ---------------------------------------------- r21839 | marclaporte | 2009-09-28 23:27:25 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Add quicklinks to admin group and users from __community__ admin panel ---------------------------------------------- r21838 | marclaporte | 2009-09-28 23:15:59 +0200 (lun., 28 sept. 2009) | 1 line [MOD] New __navigation__ section in admin panels. Moving __Home page__ section there. ---------------------------------------------- r21837 | marclaporte | 2009-09-28 23:09:11 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Move experimental features lower in admin panel ---------------------------------------------- r21836 | marclaporte | 2009-09-28 23:03:21 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Lesser Magic: creating a new section __External links and images__ and moving preferences there. ---------------------------------------------- r21835 | luciash | 2009-09-28 22:45:36 +0200 (lun., 28 sept. 2009) | 1 line [FIX] wiki edit plugin show/hide icon: check if .wiki_edit_plugin eq 'y' ---------------------------------------------- r21834 | chealer | 2009-09-28 22:39:12 +0200 (lun., 28 sept. 2009) | 3 lines [ENH] change last_image_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21833 | marclaporte | 2009-09-28 22:26:44 +0200 (lun., 28 sept. 2009) | 1 line [FIX] alpha sort by default on PluginListPages ---------------------------------------------- r21832 | marclaporte | 2009-09-28 22:07:56 +0200 (lun., 28 sept. 2009) | 1 line [FIX] More lesser magic and moving things to more appropriate sections ---------------------------------------------- r21831 | lphuberdeau | 2009-09-28 20:07:17 +0200 (lun., 28 sept. 2009) | 1 line [ENH] Minimal descriptions help searching with more keywords ---------------------------------------------- r21830 | jonnybradley | 2009-09-28 19:54:17 +0200 (lun., 28 sept. 2009) | 2 lines [FIX] Removed on-doc-ready jQuery code showing group inheritance that was killing the page in several browsers - just too much work client-side. Needs to be replaced with something better rendered into the page - i am working on it... ---------------------------------------------- r21829 | jonnybradley | 2009-09-28 19:49:03 +0200 (lun., 28 sept. 2009) | 2 lines [MOD] Removed {literal} escaping & replaced it with {{ and }} {jq} un-escaping. Also removed wrapping function structure and replaced JS vars with literal string. ---------------------------------------------- r21828 | sylvieg | 2009-09-28 19:29:56 +0200 (lun., 28 sept. 2009) | 1 line [FIX]comment: topic can be very long ---------------------------------------------- r21827 | luciash | 2009-09-28 19:25:36 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Colorbox: default layout for cboxTitle - longer title (caption) text shouldn't be overflowing under prev/next buttons and close button ---------------------------------------------- r21826 | jonnybradley | 2009-09-28 19:17:15 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Use $jq not $ for jQuery object - also changed to use the default show/hide functions for animation (as set in admin/look/UI Effects) ---------------------------------------------- r21825 | lphuberdeau | 2009-09-28 18:39:23 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Was this even PHP? ---------------------------------------------- r21824 | lphuberdeau | 2009-09-28 18:37:21 +0200 (lun., 28 sept. 2009) | 1 line [FIX] TEXT cannot have defaults... ---------------------------------------------- r21822 | dexl_2000 | 2009-09-28 18:22:56 +0200 (lun., 28 sept. 2009) | 1 line [MOD] please refer to dev note 1.1 http://doc.tikiwiki.org/Tiki4#Anonymous_group_not_included_by_default_in_Registered_ ---------------------------------------------- r21821 | lphuberdeau | 2009-09-28 18:19:17 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Automatically hide/show related blocks (ending with _childcontainer) ---------------------------------------------- r21820 | marclaporte | 2009-09-28 18:07:52 +0200 (lun., 28 sept. 2009) | 1 line [DOC] Clarifying about Promotion of releae and reminder about next branch name ---------------------------------------------- r21818 | lphuberdeau | 2009-09-28 17:40:15 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Add a preference rather than verify profile installation, which required network access each check ---------------------------------------------- r21816 | lphuberdeau | 2009-09-28 16:52:45 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Remove dependency on MySQL >= 5.0 ---------------------------------------------- r21815 | jonnybradley | 2009-09-28 16:46:31 +0200 (lun., 28 sept. 2009) | 2 lines [FIX] Only open closed sections (and vice-versa) ---------------------------------------------- r21814 | sylvieg | 2009-09-28 16:44:17 +0200 (lun., 28 sept. 2009) | 1 line error - please mangapower verif the default ---------------------------------------------- r21813 | sylvieg | 2009-09-28 16:42:16 +0200 (lun., 28 sept. 2009) | 1 line syntax error ---------------------------------------------- r21812 | jonnybradley | 2009-09-28 16:36:43 +0200 (lun., 28 sept. 2009) | 1 line [ENH] Toggle sections button on treetable ---------------------------------------------- r21810 | jonnybradley | 2009-09-28 15:59:03 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Make label be "for" the correct element ---------------------------------------------- r21808 | jonnybradley | 2009-09-28 13:51:35 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Rollback of 21774 (which broke the tiki debug console, caused JS errors and problems with AJAX) ---------------------------------------------- r21807 | chealer | 2009-09-28 07:03:40 +0200 (lun., 28 sept. 2009) | 2 lines [FIX] undefined mode notices ---------------------------------------------- r21806 | luciash | 2009-09-28 06:06:10 +0200 (lun., 28 sept. 2009) | 1 line [FIX] Colorbox: backward compatibility support for Shadowbox rel attribute parameters like shadowbox[foo];title=blah blah;width=XXX;height=YYY; ---------------------------------------------- r21805 | mangapower | 2009-09-28 00:39:07 +0200 (lun., 28 sept. 2009) | 1 line [MOD] Listing in wslib.php uses cache. Still needs some more enhancements. ---------------------------------------------- r21804 | marclaporte | 2009-09-27 22:54:06 +0200 (dim., 27 sept. 2009) | 1 line [DEL] Removing unsupported database code ---------------------------------------------- r21803 | marclaporte | 2009-09-27 22:53:17 +0200 (dim., 27 sept. 2009) | 1 line [FIX] Short link ---------------------------------------------- r21802 | chealer | 2009-09-27 21:28:11 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change radnom_images module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21801 | luciash | 2009-09-27 21:19:20 +0200 (dim., 27 sept. 2009) | 1 line [KIL] AllTests.php: this file shouldn't be in Tiki root... please put it in tiki_tests/ an name it lowercase to avoid problems ( see http://dev.tikiwiki.org/DevTips#File_names_conventions_and_generalities ) ---------------------------------------------- r21800 | luciash | 2009-09-27 20:53:22 +0200 (dim., 27 sept. 2009) | 1 line [DEL] green.favicon.png: unused and unnecessary file ---------------------------------------------- r21799 | chealer | 2009-09-27 20:49:15 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change top_image_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21797 | chealer | 2009-09-27 20:31:01 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change user_image_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21796 | sylvieg | 2009-09-27 20:25:20 +0200 (dim., 27 sept. 2009) | 1 line restore deleted file in 21641 ---------------------------------------------- r21795 | niclone | 2009-09-27 17:49:55 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] setup.sh: added optional parameters to the setup script, so that we can launch it without interaction (script asking parameters). usefull if for exemple setup.sh is launched from an another script. ---------------------------------------------- r21794 | sylvieg | 2009-09-27 16:54:49 +0200 (dim., 27 sept. 2009) | 1 line [FIX]wiki: when using a php conf mbstring.func_overload = 7, need to use only subtr fonction and no [] -> TODO: still buggy substr_replace does not work correclty with this setting and as the plugin parsing is not multibyte compliant: DO NOT USE mbstring.func_overload = 7 BUT 0 ---------------------------------------------- r21793 | rischconsulting | 2009-09-27 15:08:05 +0200 (dim., 27 sept. 2009) | 1 line [FIX] Another typo ---------------------------------------------- r21792 | chibaguy | 2009-09-27 12:07:02 +0200 (dim., 27 sept. 2009) | 1 line [MOD] lesser magic (test contribution - Babelfish feature seems to be broken already) ---------------------------------------------- r21791 | mangapower | 2009-09-27 10:19:37 +0200 (dim., 27 sept. 2009) | 1 line [MOD] wslib.php works by side with perspectiveslib.php and categlib.php. Now it's to cache ws, remove perspectives, and solved some bugs in wslib.php and categlib.php (thanks Filipus for the mail!) ;) ---------------------------------------------- r21790 | chealer | 2009-09-27 10:07:39 +0200 (dim., 27 sept. 2009) | 5 lines [ENH] change top_images module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] mod-top_images_th merge mod-top_images_th in mod-top_images ---------------------------------------------- r21789 | chealer | 2009-09-27 10:01:56 +0200 (dim., 27 sept. 2009) | 3 lines [FIX] rows has its own DB field, so must not be stored in params oops ---------------------------------------------- r21788 | chealer | 2009-09-27 08:44:32 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] (kind of) mention that we're only looking for Imagick 0, since Imagick 2 support does not seem to happen too quickly ---------------------------------------------- r21787 | chealer | 2009-09-27 08:42:11 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] compile failure (typo "Perns" -> "Perms") ---------------------------------------------- r21786 | marclaporte | 2009-09-27 08:10:46 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Moving banning feature preference to a more logical place. ---------------------------------------------- r21784 | chealer | 2009-09-27 06:55:02 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change last_file_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21783 | chealer | 2009-09-27 06:53:26 +0200 (dim., 27 sept. 2009) | 2 lines temporarily revert 21748 (var_dump breaks stuff) ---------------------------------------------- r21781 | marclaporte | 2009-09-27 06:24:01 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Multilingual freetags now with lesser magic ---------------------------------------------- r21779 | marclaporte | 2009-09-27 05:47:24 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Move all date and time settings to the same section ---------------------------------------------- r21778 | chealer | 2009-09-27 05:39:04 +0200 (dim., 27 sept. 2009) | 3 lines [ENH] change last_created_quizzes module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21777 | chealer | 2009-09-27 05:37:43 +0200 (dim., 27 sept. 2009) | 2 lines [FIX] set default $module_rows for previewing old-style modules ---------------------------------------------- r21776 | marclaporte | 2009-09-27 05:20:48 +0200 (dim., 27 sept. 2009) | 1 line [ENH] New Security and Performance admin panels ---------------------------------------------- r21775 | marclaporte | 2009-09-27 05:09:39 +0200 (dim., 27 sept. 2009) | 1 line [MOD] Moving log_tpl to templates admin panel ---------------------------------------------- r21774 | rischconsulting | 2009-09-27 00:36:58 +0200 (dim., 27 sept. 2009) | 1 line [FIX] bug in debug console ---------------------------------------------- r21773 | chealer | 2009-09-26 23:43:00 +0200 (sam., 26 sept. 2009) | 3 lines [ENH] change last_modified_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21772 | pkdille | 2009-09-26 23:41:07 +0200 (sam., 26 sept. 2009) | 1 line [MOD] lesser magic: some more features in lesser-magic ---------------------------------------------- r21771 | chealer | 2009-09-26 23:39:53 +0200 (sam., 26 sept. 2009) | 2 lines [FIX] missing svn:keywords Id ---------------------------------------------- r21770 | lindonb | 2009-09-26 23:19:10 +0200 (sam., 26 sept. 2009) | 1 line [FIX]Getting the syntax right this time for help at bottom of browse page for image gallery images ---------------------------------------------- r21769 | marclaporte | 2009-09-26 23:16:20 +0200 (sam., 26 sept. 2009) | 1 line [FIX] fix broken page id ---------------------------------------------- r21768 | lindonb | 2009-09-26 23:06:35 +0200 (sam., 26 sept. 2009) | 1 line [FIX] Conform help text at bottom of browse page for images in an image gallery to changes in PluginImg ---------------------------------------------- r21767 | sylvieg | 2009-09-26 22:07:10 +0200 (sam., 26 sept. 2009) | 1 line [FIX]IMG: do not need to reparse the result ---------------------------------------------- r21766 | marclaporte | 2009-09-26 18:02:50 +0200 (sam., 26 sept. 2009) | 1 line [DOC] Adding more information about how to update your database ---------------------------------------------- r21765 | lindonb | 2009-09-26 17:41:32 +0200 (sam., 26 sept. 2009) | 1 line [FIX] Moved a couple of parameters for a more logical order for the edit plugin popup ---------------------------------------------- r21764 | lindonb | 2009-09-26 16:05:55 +0200 (sam., 26 sept. 2009) | 1 line [FIX} Added option descriptions and changed default thumbnail size to 84 to match PluginThumb ---------------------------------------------- r21759 | marclaporte | 2009-09-26 04:59:09 +0200 (sam., 26 sept. 2009) | 1 line [FIX] Remove reference to Oracle, since support is dropped ---------------------------------------------- r21758 | luciash | 2009-09-26 03:37:21 +0200 (sam., 26 sept. 2009) | 1 line [FIX] at least some czech text for fresh installs instead of _HOMEPAGE_CONTENT_ ---------------------------------------------- r21757 | obnoxxx | 2009-09-26 00:26:37 +0200 (sam., 26 sept. 2009) | 3 lines [FIX] INSTALL: fix word order ---------------------------------------------- r21756 | chealer | 2009-09-25 22:49:58 +0200 (ven., 25 sept. 2009) | 3 lines [ENH] change last_created_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21754 | chealer | 2009-09-25 22:26:38 +0200 (ven., 25 sept. 2009) | 3 lines [ENH] change last_created_faqs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21753 | chealer | 2009-09-25 21:27:10 +0200 (ven., 25 sept. 2009) | 6 lines [ENH] change who_is_there module to new module style (modules-doc). [FIX] alt text when user can't receive messages. the image could still be improved merge online_users and logged_users in who_is_there, resolving the naming mess. this should cause very discreet changes [FIX] broken HTML with cluster=1 due to unmatched </div>-s WYSIWYCA: only link to user profile when it is public ---------------------------------------------- r21752 | chealer | 2009-09-25 21:16:45 +0200 (ven., 25 sept. 2009) | 2 lines document count_cluster_sessions() ---------------------------------------------- r21751 | chealer | 2009-09-25 21:05:36 +0200 (ven., 25 sept. 2009) | 2 lines [FIX] "notifer" -> "notifier" ---------------------------------------------- r21750 | lphuberdeau | 2009-09-25 20:41:19 +0200 (ven., 25 sept. 2009) | 1 line [FIX] Bug #1924 - force no space after opening -- for strikethrough ---------------------------------------------- r21749 | sylvieg | 2009-09-25 20:01:41 +0200 (ven., 25 sept. 2009) | 1 line [FIX]wiki: trim pageName because mysql does not distinguish varchars that differ on trailing space + can rename a page that has trailing space to a non trailing space pagename (http://dev.mysql.com/doc/refman/5.1/en/char.html) ---------------------------------------------- r21748 | mangapower | 2009-09-25 16:17:53 +0200 (ven., 25 sept. 2009) | 1 line [MOD] All listing function in categlib.php will show only common categories unless it's indicated to show workspaces. ---------------------------------------------- r21747 | sylvieg | 2009-09-25 14:49:21 +0200 (ven., 25 sept. 2009) | 1 line [FIX]TRACKERLIST: fix f_lastmodif ---------------------------------------------- r21746 | axold | 2009-09-25 14:26:07 +0200 (ven., 25 sept. 2009) | 1 line [MOD] Added todos in wslib specially created for Ben ---------------------------------------------- r21745 | jonnybradley | 2009-09-25 01:47:50 +0200 (ven., 25 sept. 2009) | 3 lines [NEW] Autocomplete page names in edit areas. Work in progress, disabled by default. ---------------------------------------------- r21744 | sylvieg | 2009-09-24 23:35:34 +0200 (jeu., 24 sept. 2009) | 1 line [FIX]tracker: fix lph optimisation - still breaks computed fields + items lsit... ---------------------------------------------- r21742 | luciash | 2009-09-24 21:28:34 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] comments button links: added comzone to _auto_query_args (no need for $smarty.server.SCRIPT_NAME here) - thanks for the hint to sept_7 ---------------------------------------------- r21740 | jonnybradley | 2009-09-24 20:04:05 +0200 (jeu., 24 sept. 2009) | 4 lines [ENH] Plugin edit form select options. Only implemented in img so far. TODO: option descriptions (dynamic help). ---------------------------------------------- r21739 | jonnybradley | 2009-09-24 19:59:54 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Make plugin and section edit icons remember visibility ---------------------------------------------- r21736 | jonnybradley | 2009-09-24 18:43:32 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] 2 missing div closing tags ---------------------------------------------- r21735 | jonnybradley | 2009-09-24 18:42:51 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] XHTML close tag ---------------------------------------------- r21734 | jonnybradley | 2009-09-24 18:42:14 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] Incorrect number of params for in_array ---------------------------------------------- r21733 | sylvieg | 2009-09-24 18:22:15 +0200 (jeu., 24 sept. 2009) | 1 line [MOD]TRACKERPREFILL: form instead link to give harder time to change the values of a value ---------------------------------------------- r21731 | sylvieg | 2009-09-24 16:32:14 +0200 (jeu., 24 sept. 2009) | 1 line [FIX]TRACKER: use a better method to identify the plugin - because people can use n TRACKERs on the same page on the same trackerId and with an empty fields + fix changing checkbox as the params fields is optional ---------------------------------------------- r21730 | jonnybradley | 2009-09-24 15:03:56 +0200 (jeu., 24 sept. 2009) | 1 line [KIL] Tidying up ---------------------------------------------- r21729 | axold | 2009-09-24 13:44:03 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] I forgot to add the file ;) ---------------------------------------------- r21728 | axold | 2009-09-24 13:43:07 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Created test.pho for testing ws API, more minor changes in wslib ---------------------------------------------- r21727 | axold | 2009-09-24 13:30:38 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Minor changes in wslib, and added a new function in perspectivelib useful for ws ---------------------------------------------- r21724 | luciash | 2009-09-24 07:33:26 +0200 (jeu., 24 sept. 2009) | 1 line [FIX] comments: the comzone hide/show now works when JavaScript disabled (TODO: make it working with no JS for attachments button link too)... Note: still the button link generated through Smarty function.button.php is broken in trunk (shows ##comments instead of #comments) ---------------------------------------------- r21723 | axold | 2009-09-24 03:06:18 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Wslib now added a little bit support of perspectives. Working on it ---------------------------------------------- r21722 | axold | 2009-09-24 02:23:46 +0200 (jeu., 24 sept. 2009) | 1 line [MOD] Some re-writing of functions in wslib and more stuff ---------------------------------------------- r21721 | chealer | 2009-09-24 00:18:54 +0200 (jeu., 24 sept. 2009) | 3 lines [MOD] change default value for multiple from "n" to "y". As discussed with Marc, multiple=n can give counter-intuitive results ---------------------------------------------- r21720 | chealer | 2009-09-24 00:14:41 +0200 (jeu., 24 sept. 2009) | 2 lines support having PHP-only upgrade operations (no .sql file) using an upgrade_foo function ---------------------------------------------- r21719 | axold | 2009-09-23 23:46:56 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Solved minor bugs in ws ---------------------------------------------- r21711 | jonnybradley | 2009-09-23 20:15:45 +0200 (mer., 23 sept. 2009) | 2 lines [ENH] Toolbars admin - keep lists of tools alpha sorted ---------------------------------------------- r21710 | luciash | 2009-09-23 19:41:54 +0200 (mer., 23 sept. 2009) | 1 line [FIX] smarty function.button.php: new param _escape: if set to 'y', will escape the apostrophes in onclick attribute - useful when rendering the button links using JS/jQuery in ('...') ---------------------------------------------- r21707 | luciash | 2009-09-23 19:26:48 +0200 (mer., 23 sept. 2009) | 1 line rollback of r21706 (sorry, it doesn't work without being renedered through JS then... must be done differently) ---------------------------------------------- r21706 | luciash | 2009-09-23 19:19:46 +0200 (mer., 23 sept. 2009) | 1 line [FIX] smarty function.button.php: escape apostrophes to allow render the button links using JS/jQuery in ('...') ---------------------------------------------- r21704 | jonnybradley | 2009-09-23 19:06:04 +0200 (mer., 23 sept. 2009) | 5 lines [ENH] Toolbars admin improvements Reset to global or default buttons now only visible if relevant View mode menu to switch between wiki and wysiwyg modes Removed tool list filters (that didn't work properly anyway) ---------------------------------------------- r21702 | jonnybradley | 2009-09-23 18:20:29 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Missing global (needed for smiley parsing to html) ---------------------------------------------- r21701 | jonnybradley | 2009-09-23 18:19:11 +0200 (mer., 23 sept. 2009) | 4 lines [FIX] More toolbars improvements... Fixed pickers (special chars and smilies). Hide zoom and switch editor on most sections. ---------------------------------------------- r21696 | sept_7 | 2009-09-23 17:30:52 +0200 (mer., 23 sept. 2009) | 2 lines [FIX] fix insertTag and addTag... seems that there is too much array nesting in this... needs better fix but need input from LPH... ---------------------------------------------- r21692 | lphuberdeau | 2009-09-23 16:43:22 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Important performance bottleneck on trackers with (many) fields. According to sylvie, this might affect calculated fields. ---------------------------------------------- r21691 | lphuberdeau | 2009-09-23 16:34:34 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Partial revert, apparently, people put raw HTML in there :/ ---------------------------------------------- r21690 | lphuberdeau | 2009-09-23 15:52:35 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Even more filters ---------------------------------------------- r21689 | lphuberdeau | 2009-09-23 15:47:46 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Some additional filters ---------------------------------------------- r21688 | luciash | 2009-09-23 15:43:10 +0200 (mer., 23 sept. 2009) | 1 line [FIX] coelesce theme: span.button left and right padding (to override and hide the default .highlight color defs) ---------------------------------------------- r21679 | luciash | 2009-09-23 15:34:53 +0200 (mer., 23 sept. 2009) | 1 line [FIX] design.css: move button element out of definitions for button links (it is not wrapped element but rather a wrapper element itself like span.button), remove margin-right definition from "button" links causing 1px gap on the right side (was visible on highlighted "button" links) ---------------------------------------------- r21678 | jonnybradley | 2009-09-23 15:26:15 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Make Ok button appear on Safari & Chrome ---------------------------------------------- r21677 | jonnybradley | 2009-09-23 15:23:17 +0200 (mer., 23 sept. 2009) | 1 line [KIL] Removed some FCK Editor plugins files that _appear_ to be unused ---------------------------------------------- r21676 | jonnybradley | 2009-09-23 15:19:07 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Corrected styleimage and imalign conflict ---------------------------------------------- r21675 | jonnybradley | 2009-09-23 15:18:00 +0200 (mer., 23 sept. 2009) | 1 line [FIX] WYSIWYG improvements (removed safari height hack not needed in new FCK Editor version & better tracking of confirmExit) ---------------------------------------------- r21674 | jonnybradley | 2009-09-23 15:16:20 +0200 (mer., 23 sept. 2009) | 1 line [FIX] update_page() was ignoring wysiwyg/is_html data set in page when called from wiki plugin edit (resulting in page being edited in wrong editor). ---------------------------------------------- r21672 | luciash | 2009-09-23 15:02:36 +0200 (mer., 23 sept. 2009) | 1 line [FIX] design.css: button links - don't be span selector specific (to allow current themes override), deimportantification - actually, there's no need to set margin and padding to 0 here (now all the themes highlighted buttons look nicely aligned again), use nicer yellow highlight bg color instead of the "aqua" + always set foreground color when bg color is specified (just to be sure) ---------------------------------------------- r21667 | pkdille | 2009-09-23 14:00:54 +0200 (mer., 23 sept. 2009) | 1 line [FIX] freetags-most-popular: The wrapping of the tags was broken (all on one line) due to the effects of the html stripping (smarty strip plugin) ---------------------------------------------- r21666 | marclaporte | 2009-09-23 08:30:28 +0200 (mer., 23 sept. 2009) | 1 line [FIX] IMG plugin -> Add icon, and remove experimental note ---------------------------------------------- r21665 | marclaporte | 2009-09-23 08:15:21 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Toolbar: 1 color-related tool is enough. The popup should offer foreground vs background. ---------------------------------------------- r21664 | marclaporte | 2009-09-23 08:06:43 +0200 (mer., 23 sept. 2009) | 1 line [MOD] Removing toolbar for colors in comments ---------------------------------------------- r21663 | marclaporte | 2009-09-23 04:30:13 +0200 (mer., 23 sept. 2009) | 1 line [FIX] Cleaner links in the installer. ---------------------------------------------- r21662 | marclaporte | 2009-09-23 04:21:56 +0200 (mer., 23 sept. 2009) | 1 line [MOD] UserPages are now off in bare-bones install, but have been added to Intranet and Community profile ---------------------------------------------- r21661 | sylvieg | 2009-09-23 00:28:23 +0200 (mer., 23 sept. 2009) | 1 line [MOD]stat: lasthour param ---------------------------------------------- r21660 | chealer | 2009-09-22 23:20:11 +0200 (mar., 22 sept. 2009) | 2 lines remove get_object_categories_perms() (unused, old permission model) ---------------------------------------------- r21659 | sylvieg | 2009-09-22 23:01:34 +0200 (mar., 22 sept. 2009) | 1 line [FIX]TRACKER: when pretty tracker, the checkboxes that are not useed in the pretty must be taken away otherwise their value is reset to n - careful may have sideeffect as some fields are depending on others ---------------------------------------------- r21657 | jonnybradley | 2009-09-22 20:21:26 +0200 (mar., 22 sept. 2009) | 1 line [FIX] No _urlencode on query function ---------------------------------------------- r21656 | jonnybradley | 2009-09-22 20:05:36 +0200 (mar., 22 sept. 2009) | 1 line [FIX] More toolbars admin improvements (reset working first time, other sections default to global, custom dialog css if no jquery ui pref) ---------------------------------------------- r21655 | jonnybradley | 2009-09-22 19:36:38 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Unavailable tools shown semi-opaque ---------------------------------------------- r21654 | jonnybradley | 2009-09-22 19:26:29 +0200 (mar., 22 sept. 2009) | 2 lines [MOD] ClueTip colours for strasa/mono ---------------------------------------------- r21653 | jonnybradley | 2009-09-22 19:15:17 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Restore code to apply theme option css to FCK Editor (wiped by me in r20677) ---------------------------------------------- r21652 | jonnybradley | 2009-09-22 18:55:12 +0200 (mar., 22 sept. 2009) | 2 lines [FIX] AJAX Auto save fixed (mostly) for WYSIWYG editor. Needs testing/fixing in IE(s) ---------------------------------------------- r21651 | jonnybradley | 2009-09-22 18:46:24 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Full height background for FCKEditor in Firefox ---------------------------------------------- r21650 | jonnybradley | 2009-09-22 18:45:10 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Install schema for workspaces ---------------------------------------------- r21648 | jonnybradley | 2009-09-22 14:31:43 +0200 (mar., 22 sept. 2009) | 1 line [FIX] Removing redundant CSS definitions (thanks Gary & Marc) ---------------------------------------------- r21647 | mangapower | 2009-09-21 19:42:28 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Restored WS queries, once more... ---------------------------------------------- r21646 | mangapower | 2009-09-21 19:31:49 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Solved little bug in wslib.php ---------------------------------------------- r21645 | lphuberdeau | 2009-09-21 19:19:00 +0200 (lun., 21 sept. 2009) | 1 line [ENH] Always display two first languages side by side ---------------------------------------------- r21644 | jonnybradley | 2009-09-21 19:11:04 +0200 (lun., 21 sept. 2009) | 4 lines [FIX] Keep proper track of which editor should be used in history (using is_html) when rolling back. Also moved code for appending the version number to the comment out of staging only section (and truncate if too long) as it seems helpful. ---------------------------------------------- r21643 | axold | 2009-09-21 19:04:07 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Cleanning some duplicated code in tiki-manage-workspaces.php ---------------------------------------------- r21642 | lphuberdeau | 2009-09-21 18:57:52 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Convert all multilingual options to lesser magic ---------------------------------------------- r21641 | mangapower | 2009-09-21 18:41:43 +0200 (lun., 21 sept. 2009) | 1 line Workspaces install queries restored and reusing rootCategId ---------------------------------------------- r21639 | Jyhem | 2009-09-21 18:20:46 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Remove Tiki reference from user text and associated mass language corrections ---------------------------------------------- r21638 | axold | 2009-09-21 18:18:56 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Improved tiki-manage-workspaces.php interface, and added some missing thins in sql ---------------------------------------------- r21637 | lphuberdeau | 2009-09-21 18:18:41 +0200 (lun., 21 sept. 2009) | 1 line [MOD] Adding option in the admin section for the inclusion threshold, and the dependencies that follow ---------------------------------------------- r21636 | lphuberdeau | 2009-09-21 17:37:56 +0200 (lun., 21 sept. 2009) | 1 line [NEW] Language inclusion threshold to prevent asking all users to specify languages when the site only supports a small number of languages ---------------------------------------------- r21634 | lphuberdeau | 2009-09-21 17:14:58 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Default page listing with multilingual enabled displayed wrong filters ---------------------------------------------- r21633 | lphuberdeau | 2009-09-21 17:04:14 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Comment not being posted on the right page anymore in all_languages ---------------------------------------------- r21631 | sylvieg | 2009-09-21 16:27:57 +0200 (lun., 21 sept. 2009) | 1 line [MOD]login: add detail about last login attempt in the unsuccessful attempt ---------------------------------------------- r21630 | Jyhem | 2009-09-21 16:21:57 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Remove Tiki reference from user text ---------------------------------------------- r21627 | sylvieg | 2009-09-21 14:53:17 +0200 (lun., 21 sept. 2009) | 1 line [FIX]logo: missing update ---------------------------------------------- r21626 | Jyhem | 2009-09-21 14:37:55 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Correct misleading text, plus mass correction of translations ---------------------------------------------- r21625 | ricks99 | 2009-09-21 13:48:54 +0200 (lun., 21 sept. 2009) | 1 line [ENH]added <LABEL> elements for a11y, use of <b> is deprecated for <strong> ---------------------------------------------- r21623 | changi67 | 2009-09-21 11:08:57 +0200 (lun., 21 sept. 2009) | 1 line [FIX] Rename tiki3.(gif|png) in tikisitelogo.(gif|png) and modify all linked file to remove the version number ---------------------------------------------- r21622 | sylvieg | 2009-09-21 01:04:40 +0200 (lun., 21 sept. 2009) | 1 line [FIX]menu: explain to the admin the commit 21578 ---------------------------------------------- r21620 | jonnybradley | 2009-09-20 20:25:24 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Missing _tiki filename ending (otherwise it gets run on clean install) ---------------------------------------------- r21619 | jonnybradley | 2009-09-20 20:05:12 +0200 (dim., 20 sept. 2009) | 1 line [ENH] Added an icon (eye and pencil) to toggle visibility of plugin and section edit icons in pages ---------------------------------------------- r21617 | jonnybradley | 2009-09-20 18:50:17 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Don't show wiki search/replace in wysiwyg mode ---------------------------------------------- r21616 | lindonb | 2009-09-20 18:16:41 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Undo fatal error introduced with commit 21613 (doh!). ---------------------------------------------- r21615 | jonnybradley | 2009-09-20 17:53:46 +0200 (dim., 20 sept. 2009) | 2 lines [FIX] Changed (new) {img} 'thumb' mode to use {popup} (and thus jQuery ClueTip for mouseover). Implemented 'background' param and fixes for params with values. ---------------------------------------------- r21614 | marclaporte | 2009-09-20 17:35:24 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Update link in release script. ---------------------------------------------- r21613 | lindonb | 2009-09-20 17:18:07 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Small changes to help and info text. ---------------------------------------------- r21612 | lindonb | 2009-09-20 16:50:51 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Allow both colspan and rowspan to be defined for a cell, not just one or the other. Also small changes to help and info text. ---------------------------------------------- r21611 | marclaporte | 2009-09-20 16:13:33 +0200 (dim., 20 sept. 2009) | 1 line [FIX] Update link in release script with respect to Social Contract, according to http://tikiwiki.org/Where ---------------------------------------------- r21610 | pkdille | 2009-09-20 07:47:52 +0200 (dim., 20 sept. 2009) | 1 line [MOD] admin general template: indent file ---------------------------------------------- r21609 | ricks99 | 2009-09-20 04:36:19 +0200 (dim., 20 sept. 2009) | 1 line [ENH}more admin ui revamp for l&f page. ---------------------------------------------- r21608 | ricks99 | 2009-09-19 21:25:16 +0200 (sam., 19 sept. 2009) | 1 line [ENH}admin ui revamp for l&f page. in progress ---------------------------------------------- r21607 | lindonb | 2009-09-19 18:58:26 +0200 (sam., 19 sept. 2009) | 1 line [ENH] Move IMGNEW plugin into IMG and delete IMGNEW. Mouseover still needs to be fixed (still uses overlib). Shadowbox now seems jerky in trunk and doesn't always size properly - not sure why. ---------------------------------------------- r21606 | marclaporte | 2009-09-19 18:47:35 +0200 (sam., 19 sept. 2009) | 1 line [UI] Admin tracker fields: adding some tooltips in table view mode. ---------------------------------------------- r21604 | marclaporte | 2009-09-19 18:15:32 +0200 (sam., 19 sept. 2009) | 1 line [UI] Re-order and harmonize admin tracker field editing interface ---------------------------------------------- r21603 | chibaguy | 2009-09-19 17:59:56 +0200 (sam., 19 sept. 2009) | 1 line [NEW] Part of reorganization of site header components as included files in wrappers; was left out of earlier commit. ---------------------------------------------- r21599 | marclaporte | 2009-09-19 15:49:03 +0200 (sam., 19 sept. 2009) | 1 line [UI] Fix some menu links ---------------------------------------------- r21598 | marclaporte | 2009-09-19 15:33:10 +0200 (sam., 19 sept. 2009) | 1 line [UI] The most common action for a menu is not to change the menu settings, but to edit the menu items. So change the most obvious link to be more intuitive (seen the error in training sessions) ---------------------------------------------- r21597 | chibaguy | 2009-09-19 15:06:39 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Search submit button was floated out of place. ---------------------------------------------- r21596 | marclaporte | 2009-09-19 15:05:39 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Fix typo which happened in migration to lesser magic ---------------------------------------------- r21595 | eromneg | 2009-09-19 13:46:56 +0200 (sam., 19 sept. 2009) | 1 line [FIX] roll back addition of module specific class to box title to allow unique formatting with css: not needed ---------------------------------------------- r21594 | chibaguy | 2009-09-19 13:17:51 +0200 (sam., 19 sept. 2009) | 1 line [ENH] CSS changes to match reorganization of site header components. ---------------------------------------------- r21593 | chibaguy | 2009-09-19 12:25:39 +0200 (sam., 19 sept. 2009) | 1 line [ENH] Coelesce can use default tiki-site_header_options.tpl if it has a custom tiki-site_header_login.tpl file, so the customization is more focussed. ---------------------------------------------- r21591 | jonnybradley | 2009-09-19 12:22:03 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Fixed non-ajax "Call to undefined function ensurereferrer()" bug ---------------------------------------------- r21590 | eromneg | 2009-09-19 10:46:34 +0200 (sam., 19 sept. 2009) | 1 line [MOD] add module specific class to box title to allow unique formatting with css ---------------------------------------------- r21589 | marclaporte | 2009-09-19 08:53:53 +0200 (sam., 19 sept. 2009) | 1 line [MOD] Now that smileys are no longer so obstrusive in the UI (Thanks to Jonny Toolbars), it's ok to have on by default. ---------------------------------------------- r21588 | pkdille | 2009-09-19 07:53:25 +0200 (sam., 19 sept. 2009) | 1 line [MOD] lesser magic: some more features ---------------------------------------------- r21587 | marclaporte | 2009-09-19 07:43:41 +0200 (sam., 19 sept. 2009) | 1 line [FIX] Adding feature check and indenting one notch ---------------------------------------------- r21586 | pkdille | 2009-09-19 06:41:23 +0200 (sam., 19 sept. 2009) | 1 line [FIX] french language.php: fix (again) this string which was broken in r21571 and previously in r21540. Please take care before commiting. This simple missing comma breaks tiki ---------------------------------------------- r21584 | sylvieg | 2009-09-18 22:27:09 +0200 (ven., 18 sept. 2009) | 1 line [FIX]tracker: we can admin the fields of a tracker if you have a local tiki_p_admiN_trackers on this tracker ---------------------------------------------- r21582 | lphuberdeau | 2009-09-18 22:02:44 +0200 (ven., 18 sept. 2009) | 1 line [KIL] Galaxia ---------------------------------------------- r21581 | lphuberdeau | 2009-09-18 21:43:12 +0200 (ven., 18 sept. 2009) | 1 line [NEW] Adding guards on transitions ---------------------------------------------- r21580 | jonnybradley | 2009-09-18 20:49:40 +0200 (ven., 18 sept. 2009) | 1 line [MOD] Reverted shape_square_edit to famfamfam original, and added current image as new icon (wiki_plugin_edit.png) and changed link in tikilib for wiki plugin edit icons ---------------------------------------------- r21579 | jonnybradley | 2009-09-18 20:37:05 +0200 (ven., 18 sept. 2009) | 6 lines [FIX] Various toolbar fixes and improvements Icons for the FCKOnly tools (some could be removed when we know which FCK tools we end up with) Nicer separator image in admin (and support for variable with tools) Fixed pickers |& a few others Better default prefs (marginally) and some comments ---------------------------------------------- r21578 | sylvieg | 2009-09-18 20:10:32 +0200 (ven., 18 sept. 2009) | 1 line [FIX]menu: take away the option (()) when user do not have perm on the page (avoid to sync the menu options perm) ---------------------------------------------- r21576 | niclone | 2009-09-18 17:12:46 +0200 (ven., 18 sept. 2009) | 1 line [FIX] tiki-edit_css.php: ommited to remove debug code in my previous commit... ---------------------------------------------- r21575 | niclone | 2009-09-18 17:10:11 +0200 (ven., 18 sept. 2009) | 1 line [FIX] tiki-edit_css.php: set the same file permissions when copying a css file (intertiki case) ---------------------------------------------- r21568 | jonnybradley | 2009-09-18 14:44:12 +0200 (ven., 18 sept. 2009) | 2 lines [ENH] Toolbars now allow buttons on the right hand end ---------------------------------------------- r21567 | sylvieg | 2009-09-17 23:47:49 +0200 (jeu., 17 sept. 2009) | 1 line [MOD]user: button to be able to invalidate a user email even if the email is not due ---------------------------------------------- r21566 | alain_desilets | 2009-09-17 23:11:40 +0200 (jeu., 17 sept. 2009) | 1 line - Removed <b></b> from the "Find Term" string to be translated. ---------------------------------------------- r21565 | sylvieg | 2009-09-17 21:09:01 +0200 (jeu., 17 sept. 2009) | 1 line [FIX]tracker: button move all back ---------------------------------------------- r21563 | jonnybradley | 2009-09-17 19:50:51 +0200 (jeu., 17 sept. 2009) | 1 line [ENH] Custom tools on toolbars - now more functional(?) ---------------------------------------------- r21562 | jonnybradley | 2009-09-17 19:49:31 +0200 (jeu., 17 sept. 2009) | 1 line [FIX] Color not set on inputs ---------------------------------------------- r21561 | luciash | 2009-09-17 19:47:58 +0200 (jeu., 17 sept. 2009) | 1 line [MOD] layout.css: to have some basic elements nicely vertically aligned on one line by default (em, img.icon, label, legend and inputs) ---------------------------------------------- r21560 | luciash | 2009-09-17 19:29:29 +0200 (jeu., 17 sept. 2009) | 1 line [MOD] layout.css: un!importantification ---------------------------------------------- r21558 | luciash | 2009-09-17 18:18:20 +0200 (jeu., 17 sept. 2009) | 1 line [ENH] append close icon using jQuery to the remarks boxes instead of the "whole thing clicking" to fade it out ---------------------------------------------- r21557 | sylvieg | 2009-09-17 17:36:26 +0200 (jeu., 17 sept. 2009) | 1 line [FIX]tracker: when attachment on files, empty the value not to fill up the database ---------------------------------------------- r21556 | chibaguy | 2009-09-17 17:22:58 +0200 (jeu., 17 sept. 2009) | 1 line [FIX] CSS menu hover background was missing (thanks to luci for reminder). ---------------------------------------------- r21555 | chibaguy | 2009-09-17 16:01:51 +0200 (jeu., 17 sept. 2009) | 1 line [ENH] Display div#sitetitles only if site title or subtitle is input (so no div background, padding, margin, etc. are displayed if there is no title text.) ---------------------------------------------- r21553 | jonnybradley | 2009-09-17 15:49:15 +0200 (jeu., 17 sept. 2009) | 3 lines [FIX] Plugin tools with non-generic icons shouldn't have the label displayed. [NEW] Added button to reset to system default global toolbar. ---------------------------------------------- r21547 | sylvieg | 2009-09-16 23:58:04 +0200 (mer., 16 sept. 2009) | 1 line [FIX]tracker: complement to 21546 to have pretty tracker working ---------------------------------------------- r21546 | sylvieg | 2009-09-16 22:55:09 +0200 (mer., 16 sept. 2009) | 1 line [FIX]tracker: default value was overwritting an existing value ---------------------------------------------- r21545 | rlopezs | 2009-09-16 22:23:31 +0200 (mer., 16 sept. 2009) | 1 line Added some translations to Spanish ---------------------------------------------- r21544 | sylvieg | 2009-09-16 22:11:20 +0200 (mer., 16 sept. 2009) | 1 line [MOD]tracker: new param for text field: autocomplete- to do the auto complete on the field values ---------------------------------------------- r21542 | pkdille | 2009-09-16 21:15:27 +0200 (mer., 16 sept. 2009) | 1 line [FIX] french language.php: fix r21540 ---------------------------------------------- r21541 | jonnybradley | 2009-09-16 21:12:19 +0200 (mer., 16 sept. 2009) | 1 line [FIX] Corrected typo, indentation and moved a couple of things around. ---------------------------------------------- r21539 | jonnybradley | 2009-09-16 20:33:04 +0200 (mer., 16 sept. 2009) | 1 line [MOD] Added button to, and info about, the object permissions page to encourage use, discussion (and finishing) ---------------------------------------------- r21536 | sylvieg | 2009-09-16 19:30:59 +0200 (mer., 16 sept. 2009) | 1 line [FIX]TRACKERLIST: if param displayList is set in TRACKERFILTER - do not use the 'page' field feature ---------------------------------------------- r21534 | sylvieg | 2009-09-16 16:28:35 +0200 (mer., 16 sept. 2009) | 1 line [MOD]GROUPSTAT: to show the distribution of users on a set of groups ---------------------------------------------- r21531 | chibaguy | 2009-09-16 12:12:24 +0200 (mer., 16 sept. 2009) | 1 line [MOD][KIL] Coelesce has its own versions of wrapper files (tiki-site_header.tpl and tiki-top_bar.tpl); tiki-site_header_options.tpl is modified to contain theme-specific div#login_search; and former theme-specific tiki-site_header.tpl is no longer needed. ---------------------------------------------- r21530 | chibaguy | 2009-09-16 05:22:51 +0200 (mer., 16 sept. 2009) | 1 line [NEW] Copies of site header files for Coelesce. ---------------------------------------------- r21529 | chibaguy | 2009-09-16 05:13:02 +0200 (mer., 16 sept. 2009) | 1 line [MOD] Site header wrappers modified for Strasa. ---------------------------------------------- r21528 | chibaguy | 2009-09-16 05:08:06 +0200 (mer., 16 sept. 2009) | 1 line [NEW] Copies of site header wrappers for Strasa. ---------------------------------------------- r21527 | chibaguy | 2009-09-16 04:16:17 +0200 (mer., 16 sept. 2009) | 1 line [ENH][NEW] Reorganize site header components as included files in wrappers, to enable easy-maintenance theme-specific arrangements. ---------------------------------------------- r21526 | chibaguy | 2009-09-16 03:34:50 +0200 (mer., 16 sept. 2009) | 1 line [FIX] Switch PHP Layers and CSS menu priority. ---------------------------------------------- r21524 | sylvieg | 2009-09-16 00:53:51 +0200 (mer., 16 sept. 2009) | 1 line [FIX]mauil: better not to sign at all that to sign 'your Tikiwiki'.. ---------------------------------------------- r21523 | sylvieg | 2009-09-15 23:58:30 +0200 (mar., 15 sept. 2009) | 1 line [FIX]tracker: need also to test NULL for empty value ---------------------------------------------- r21522 | sylvieg | 2009-09-15 23:35:45 +0200 (mar., 15 sept. 2009) | 1 line [FIX]tracker: cleaner code - seems necessary for old mysql ---------------------------------------------- r21521 | pkdille | 2009-09-15 23:06:01 +0200 (mar., 15 sept. 2009) | 1 line [FIX] wrong help section. Thks Marc ---------------------------------------------- r21519 | jonnybradley | 2009-09-15 19:55:36 +0200 (mar., 15 sept. 2009) | 1 line [MOD] Added test for (global) tiki_p_view_category on browse categories (after discussions on IRC - thanks Sylvieg and Chealer) ---------------------------------------------- r21518 | sylvieg | 2009-09-15 19:52:39 +0200 (mar., 15 sept. 2009) | 1 line [FIX]categ: also change the perm in menu option ---------------------------------------------- r21517 | jonnybradley | 2009-09-15 19:44:41 +0200 (mar., 15 sept. 2009) | 1 line [FIX] Restore Category browse item on admin menu (for thise with tiki_p_view_category) ---------------------------------------------- r21516 | sylvieg | 2009-09-15 19:28:55 +0200 (mar., 15 sept. 2009) | 1 line [MOD]cat: more comments in the upgrade script + rename the tiki_p_view_categories (thx chealer) ---------------------------------------------- r21512 | jonnybradley | 2009-09-15 16:52:22 +0200 (mar., 15 sept. 2009) | 2 lines [FIX] Add admin as a toolbar section (for user modules) ---------------------------------------------- r21509 | jonnybradley | 2009-09-15 12:30:56 +0200 (mar., 15 sept. 2009) | 1 line [FIX] Finished removing version number from logo - this file was missed out (it's used for IE6) ---------------------------------------------- r21495 | pkdille | 2009-09-15 11:43:45 +0200 (mar., 15 sept. 2009) | 1 line [KIL] remove 2 unused features ---------------------------------------------- r21492 | pkdille | 2009-09-15 11:35:45 +0200 (mar., 15 sept. 2009) | 1 line [MOD] lesser magic: one more feature ---------------------------------------------- r21488 | ricks99 | 2009-09-14 16:57:57 +0200 (lun., 14 sept. 2009) | 1 line [new]correct filename (see #21445) ---------------------------------------------- r21482 | sylvieg | 2009-09-14 16:27:09 +0200 (lun., 14 sept. 2009) | 1 line [FIX]calendar: show add event even if no calendars are displayed ---------------------------------------------- r21479 | sylvieg | 2009-09-14 15:21:19 +0200 (lun., 14 sept. 2009) | 1 line [FIX]freetag: quote tag with space ---------------------------------------------- r21478 | sylvieg | 2009-09-14 15:20:30 +0200 (lun., 14 sept. 2009) | 1 line [FIX]tag: duplicated tag display + Label the list ---------------------------------------------- r21476 | Jyhem | 2009-09-14 15:19:23 +0200 (lun., 14 sept. 2009) | 1 line [FIX] Now the pop-ups in the calendar and active calendar modules do not extend outside of the page any more and everything can be read ---------------------------------------------- r21473 | sylvieg | 2009-09-14 14:32:41 +0200 (lun., 14 sept. 2009) | 1 line [FIX]browse tag: some sefurls ---------------------------------------------- r21470 | Jyhem | 2009-09-14 11:53:37 +0200 (lun., 14 sept. 2009) | 1 line [FIX] It seems that the day viewmode is not operational any more. It makes sense to link to a functional viewmode, like week ---------------------------------------------- r21451 | chibaguy | 2009-09-13 16:59:47 +0200 (dim., 13 sept. 2009) | 1 line [FIX] Wrong background image url. ---------------------------------------------- r21446 | ricks99 | 2009-09-13 16:04:25 +0200 (dim., 13 sept. 2009) | 1 line [new]db schema update for #21445 ---------------------------------------------- r21445 | ricks99 | 2009-09-13 16:03:25 +0200 (dim., 13 sept. 2009) | 1 line [ENH]show admin who (user) added a specific plugin. may help in determining if the plugin is safe (i.e, added by a trusted user) to approve. to do: how to determine location for non-wiki pages? listing as 'UNKNOWN' is not very helpful ---------------------------------------------- r21434 | pkdille | 2009-09-13 08:41:48 +0200 (dim., 13 sept. 2009) | 1 line [MOD] prefslib: taking care of the help links that are not on the site (usually doc.tw.o) eg. mobile or phplayers. ---------------------------------------------- r21433 | sylvieg | 2009-09-12 23:17:23 +0200 (sam., 12 sept. 2009) | 1 line [MOD]register: if a user did not validate his email and try to log-in - give him the possibility to resend the valiadtion email ---------------------------------------------- r21430 | jonnybradley | 2009-09-12 21:55:24 +0200 (sam., 12 sept. 2009) | 4 lines [MOD] Rewrite of {popup} Smarty function to use jQuery ClueTips properly. Now initialises on first mouseover (or onclick) which should make page rendering lighter. Most other references to overlib replaced in tpls. Tested in filegals, calendars ---------------------------------------------- r21429 | chibaguy | 2009-09-12 19:11:13 +0200 (sam., 12 sept. 2009) | 1 line [ENH] Improve CSS menus with better Superfish CSS consistency. ---------------------------------------------- r21428 | jonnybradley | 2009-09-12 19:07:37 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Better text on group selector label ---------------------------------------------- r21425 | marclaporte | 2009-09-12 19:02:50 +0200 (sam., 12 sept. 2009) | 1 line [FIX] Adjustements for dynamic preferences ---------------------------------------------- r21424 | marclaporte | 2009-09-12 18:55:07 +0200 (sam., 12 sept. 2009) | 1 line [FIX] typos and adjustements for dynamic preferences ---------------------------------------------- r21421 | kerrnel22 | 2009-09-12 17:23:35 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Template now uses smarty function to display user's real name instead of getting it fed from calling script...more efficient. ---------------------------------------------- r21420 | pkdille | 2009-09-12 10:01:29 +0200 (sam., 12 sept. 2009) | 1 line [MOD] lesser magic: some features in feature.php (change the name of two features to be "lesser magic" compliant ---------------------------------------------- r21419 | pkdille | 2009-09-12 08:24:58 +0200 (sam., 12 sept. 2009) | 1 line [MOD] lesser magic: some features in feature.php ---------------------------------------------- r21416 | pkdille | 2009-09-12 06:49:37 +0200 (sam., 12 sept. 2009) | 1 line [MOD] browse freetags: remove some unused code (mainly since pagination plugin deploying) ---------------------------------------------- r21415 | kerrnel22 | 2009-09-12 05:50:41 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Tracker item display of who created/changed record now applies user_show_realname preference. ---------------------------------------------- r21414 | ricks99 | 2009-09-12 02:27:24 +0200 (sam., 12 sept. 2009) | 1 line [ENH]continuing improvements. allow single select of approve or clear. ui to match other admin tables ---------------------------------------------- r21413 | kerrnel22 | 2009-09-12 00:08:22 +0200 (sam., 12 sept. 2009) | 1 line [MOD] Tracker now lets you display user who created and/or last modified an item in the item view. Need to work on real name display for when real name is set to be displayed instead of userid. ---------------------------------------------- r21412 | sylvieg | 2009-09-11 23:29:47 +0200 (ven., 11 sept. 2009) | 1 line [FIX]TRACKERLIST: to be able to test an empty value ---------------------------------------------- r21410 | pkdille | 2009-09-11 21:57:29 +0200 (ven., 11 sept. 2009) | 1 line [FIX] tiki-stats: fix the button anchors ---------------------------------------------- r21409 | ricks99 | 2009-09-11 20:35:32 +0200 (ven., 11 sept. 2009) | 1 line [ENH]better layout of pending plugins. mutli-select individual plugins to clear or approve. more visible warning for approving plugins. review link to specific anchor to review the plugin. ---------------------------------------------- r21407 | sylvieg | 2009-09-11 19:32:29 +0200 (ven., 11 sept. 2009) | 1 line [FIX]parse: do not interpret as <ul> a line containing only * outside a list ---------------------------------------------- r21406 | jonnybradley | 2009-09-11 18:43:58 +0200 (ven., 11 sept. 2009) | 2 lines [MOD] Better selectors for overlib override. Still not the proper fix (replacing {popup}) but a bit more efficient in the meantime. ---------------------------------------------- r21403 | pkdille | 2009-09-11 16:12:10 +0200 (ven., 11 sept. 2009) | 1 line [FIX] javascript detextion: set one year lifetime for the javascript_enabled cookie in order to keep the right value when opening a new session (we can assume that this value should not change for the same pc/browser between two sessions) ---------------------------------------------- r21402 | sylvieg | 2009-09-11 15:57:27 +0200 (ven., 11 sept. 2009) | 1 line [MOD]blog: new param author ---------------------------------------------- r21401 | sylvieg | 2009-09-11 14:50:38 +0200 (ven., 11 sept. 2009) | 1 line [FIX}blog: wysiwyg: the blog name links to the blog not the post ---------------------------------------------- r21400 | sylvieg | 2009-09-11 14:21:25 +0200 (ven., 11 sept. 2009) | 1 line [FIX]some user realname fix ---------------------------------------------- r21380 | marclaporte | 2009-09-11 06:02:37 +0200 (ven., 11 sept. 2009) | 1 line [MOD] Mayan Calendars: deactivated on clean installs. ---------------------------------------------- r21379 | marclaporte | 2009-09-11 05:22:40 +0200 (ven., 11 sept. 2009) | 1 line [MOD] There is plenty of space on this page, so no need to truncate as much. ---------------------------------------------- r21378 | ricks99 | 2009-09-11 02:18:21 +0200 (ven., 11 sept. 2009) | 1 line [ENH]allow admin to approve *all* pending plugins at once ---------------------------------------------- r21377 | marclaporte | 2009-09-11 01:26:41 +0200 (ven., 11 sept. 2009) | 1 line [MOD] Prefix for userpages has been changed from __UserPage__XYZ to __User__:XYZ as this is what is used for Wikipedia, and old method made sense when WikiWords were the default (which is no longer the case). Site admins can still use any prefix, including old one. ---------------------------------------------- r21373 | sylvieg | 2009-09-11 00:10:54 +0200 (ven., 11 sept. 2009) | 1 line [FIX]TRACKERITEMFIELD: to have no value does not mean the field does not exist - can be only no TRACKER fills it ---------------------------------------------- r21338 | jonnybradley | 2009-09-10 18:28:02 +0200 (jeu., 10 sept. 2009) | 1 line [FIX] Restoring defs for treeTable and column switcher (lost in r 21167) ---------------------------------------------- r21337 | ricks99 | 2009-09-10 18:17:53 +0200 (jeu., 10 sept. 2009) | 1 line [ENH] adding LABELs to FORM elements. required for a11y compliance ---------------------------------------------- r21336 | ricks99 | 2009-09-10 17:37:26 +0200 (jeu., 10 sept. 2009) | 1 line [ENH}check for caps lock ---------------------------------------------- r21335 | jonnybradley | 2009-09-10 16:21:53 +0200 (jeu., 10 sept. 2009) | 2 lines [FIX] Temporary rollback of ClueTip upgrade (to 1.0.4) back to 1.0.3 Removed fix disabling tooltips. ---------------------------------------------- r21334 | sylvieg | 2009-09-10 16:10:26 +0200 (jeu., 10 sept. 2009) | 1 line [FIX]comments: why the comments_per_page of the articles was set with the comments_per_page of forum? - seems the code was duplicated - please test ---------------------------------------------- r21331 | pkdille | 2009-09-10 15:21:13 +0200 (jeu., 10 sept. 2009) | 1 line [FIX] admin newsletters: resetting nlId when saving a newsletter. This fixes the creation of a new newsletter immediately after saving a change of an existing one. ---------------------------------------------- r21328 | pkdille | 2009-09-10 14:34:13 +0200 (jeu., 10 sept. 2009) | 1 line [FIX] adminusers: "Email" option should not appear if wiki feature is not active. Also, changing the label ---------------------------------------------- r21327 | sylvieg | 2009-09-10 14:11:08 +0200 (jeu., 10 sept. 2009) | 1 line [FIX]freetags: some more double quotings for tags with space ---------------------------------------------- r21326 | sylvieg | 2009-09-10 00:58:00 +0200 (jeu., 10 sept. 2009) | 1 line [MOD]login: new param to redirect a user to a specific url when account validated successfully like to redirect him to tiki-view_tracker_item.php?view=+user ---------------------------------------------- r21324 | jonnybradley | 2009-09-09 21:23:07 +0200 (mer., 09 sept. 2009) | 1 line [FIX] Quick fix to restore button functionality on forms after recent ClueTip jQuery plugin update. Better fix coming soon. ---------------------------------------------- r21323 | chealer | 2009-09-09 20:59:52 +0200 (mer., 09 sept. 2009) | 4 lines [FIX] the FIX: HTML code was encoded for HTML special chars oops Thanks geoff@enmoreservices.com ---------------------------------------------- r21322 | chealer | 2009-09-09 20:57:05 +0200 (mer., 09 sept. 2009) | 3 lines [FIX] Put ":" inside tr blocks [FIX] HTML special chars encoding ---------------------------------------------- r21320 | jonnybradley | 2009-09-09 20:38:47 +0200 (mer., 09 sept. 2009) | 1 line [MOD] BOM removal (wasn't causing a problem but better safe than sorry) ---------------------------------------------- r21319 | jonnybradley | 2009-09-09 20:28:03 +0200 (mer., 09 sept. 2009) | 3 lines [FIX] Use language only (not culture) to filter page list on page autocomplete inputs. (was listing en-uk pages only, now shows all en pages) Possibly should happen on 'normal' page lists too, not just autocomplete? Maybe explains fr-cn and es-ca browsers not getting all the pages they expect? ---------------------------------------------- r21310 | sylvieg | 2009-09-09 17:04:04 +0200 (mer., 09 sept. 2009) | 1 line [MOD]tracker: be able to chose another filename by default when exporting ---------------------------------------------- r21309 | sylvieg | 2009-09-09 16:22:45 +0200 (mer., 09 sept. 2009) | 1 line [FIX]tracker: to be able to change email ---------------------------------------------- r21308 | sylvieg | 2009-09-09 16:16:02 +0200 (mer., 09 sept. 2009) | 1 line [FIX]structure: show structure navigation not only for the top page ---------------------------------------------- r21306 | sylvieg | 2009-09-09 15:19:12 +0200 (mer., 09 sept. 2009) | 1 line [FIX]YOUTUBE: just add the missing param declaration ---------------------------------------------- r21303 | chealer | 2009-09-09 04:00:42 +0200 (mer., 09 sept. 2009) | 4 lines [ENH] Do something when a parameter is declared as required. Prevent adding new module assignments missing required parameters. This is currently only used in 2 fingerfuls of places. Thanks luciash ---------------------------------------------- r21300 | chealer | 2009-09-08 19:39:37 +0200 (mar., 08 sept. 2009) | 2 lines [FIX] oops, regression from r21298 ---------------------------------------------- r21298 | chealer | 2009-09-08 19:17:52 +0200 (mar., 08 sept. 2009) | 3 lines [ENH] Do something with common_params. This fixes nonums showing on all new style modules which I had introduced in r21057. [FIX] rows prompted even for modules ignoring it. only fixed for new style modules. rows are still stored in their own DB field, but are nevertheless treated more or less like any common parameter. ---------------------------------------------- r21296 | sylvieg | 2009-09-08 17:56:47 +0200 (mar., 08 sept. 2009) | 1 line notice: please verif ---------------------------------------------- r21295 | sylvieg | 2009-09-08 17:48:27 +0200 (mar., 08 sept. 2009) | 1 line [FIX]user tracker: user/group tracker can be used even if user can not register ---------------------------------------------- r21294 | sylvieg | 2009-09-08 14:34:11 +0200 (mar., 08 sept. 2009) | 1 line smarty error ---------------------------------------------- r21293 | lindonb | 2009-09-08 05:59:43 +0200 (mar., 08 sept. 2009) | 1 line [ENH] Allow | as separator also so that it's easier to convert a regular table to a fancy table. Added ability to indicate colspan with forward slashes and rowspan with backslashes at the beginning of any table cell. ---------------------------------------------- r21290 | jonnybradley | 2009-09-08 01:23:26 +0200 (mar., 08 sept. 2009) | 2 lines [FIX] Invisible char (or something) at start of file (possibly a utf-8 error?). Was stopping admin/textarea working with AJAX... ---------------------------------------------- r21289 | jonnybradley | 2009-09-07 23:57:47 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Notices and XHTML (mostly) ---------------------------------------------- r21287 | jonnybradley | 2009-09-07 21:33:45 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Numerous XHTML fixes ---------------------------------------------- r21286 | jonnybradley | 2009-09-07 21:32:25 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Was producing href="##" and an XHTML error ---------------------------------------------- r21285 | jonnybradley | 2009-09-07 20:10:07 +0200 (lun., 07 sept. 2009) | 2 lines [FIX] Removed autocomplete attribute from input (invalid XHTML and done by jquery.autocomplete.js) [MOD] Converted JS code to use {jq} ---------------------------------------------- r21284 | jonnybradley | 2009-09-07 19:40:45 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Notices and XHTML ---------------------------------------------- r21283 | jonnybradley | 2009-09-07 18:54:24 +0200 (lun., 07 sept. 2009) | 1 line [MOD] {strip} all the cssmenu, not just occasional bits ---------------------------------------------- r21282 | jonnybradley | 2009-09-07 18:47:12 +0200 (lun., 07 sept. 2009) | 1 line [FIX] XHTML doesn't allow space before DOCTYPE ---------------------------------------------- r21281 | jonnybradley | 2009-09-07 18:45:35 +0200 (lun., 07 sept. 2009) | 3 lines [ENH] Added list filter to plugins list [FIX] Found (and removed) chibaguy's missing </em> tag ;) [MOD] Updated section_comments_parse label ---------------------------------------------- r21280 | jonnybradley | 2009-09-07 18:34:55 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Remove empty <ul> tags for XHTML compliance (tried editing the tpl but couldn't find a cleaner way of doing it) ---------------------------------------------- r21279 | jonnybradley | 2009-09-07 18:31:54 +0200 (lun., 07 sept. 2009) | 1 line [FIX] jq_onready code wasn't being wrapped in $jq("document").ready for AJAX loadComponent() ---------------------------------------------- r21278 | jonnybradley | 2009-09-07 17:27:57 +0200 (lun., 07 sept. 2009) | 1 line [MOD] Indenting (as far as possible) ---------------------------------------------- r21277 | sylvieg | 2009-09-07 17:17:47 +0200 (lun., 07 sept. 2009) | 1 line [FIX]plugin: to be able to write a plugin param with a space between the name and = ---------------------------------------------- r21276 | sylvieg | 2009-09-07 16:39:14 +0200 (lun., 07 sept. 2009) | 1 line [FIX]xml import: put the button + a better handling if error ---------------------------------------------- r21275 | sylvieg | 2009-09-07 15:32:34 +0200 (lun., 07 sept. 2009) | 1 line [FIX]listpages: the param lang without value must be kept in the url to be able to paginate for any language ---------------------------------------------- r21271 | chibaguy | 2009-09-07 14:11:46 +0200 (lun., 07 sept. 2009) | 1 line [FIX] Missing </em> tag. ---------------------------------------------- r21270 | luciash | 2009-09-07 04:08:21 +0200 (lun., 07 sept. 2009) | 1 line oops, sorry, rolling back r21269 - wouldn't work like this ---------------------------------------------- r21269 | luciash | 2009-09-07 03:58:16 +0200 (lun., 07 sept. 2009) | 1 line Modules Admin dropdown: better to sort combined array ? ---------------------------------------------- r21267 | luciash | 2009-09-07 03:21:57 +0200 (lun., 07 sept. 2009) | 1 line [FIX] module Since last visit (new): correct (aka working) URL param to display wiki comments is &comzone=show ---------------------------------------------- r21266 | sylvieg | 2009-09-06 23:48:50 +0200 (dim., 06 sept. 2009) | 1 line [FIX]structure: fill up the structure_if column - nest step optimiastion + fix xml import when pages not existing + notice ---------------------------------------------- r21265 | sylvieg | 2009-09-06 16:12:20 +0200 (dim., 06 sept. 2009) | 1 line [FIX]FILES: save queries ---------------------------------------------- r21262 | chibaguy | 2009-09-05 18:16:54 +0200 (sam., 05 sept. 2009) | 1 line [NEW] Custom center column header enables site admins to add content at the top of the center column via Look and Feel admin. ---------------------------------------------- r21260 | lindonb | 2009-09-05 16:02:59 +0200 (sam., 05 sept. 2009) | 1 line [FIX] Delete debugging code that was left in. ---------------------------------------------- r21259 | sylvieg | 2009-09-05 14:03:52 +0200 (sam., 05 sept. 2009) | 1 line [FIX]freetag: quote freetag is space ---------------------------------------------- r21257 | lindonb | 2009-09-05 05:16:16 +0200 (sam., 05 sept. 2009) | 1 line [FIX] Slimmed down code and allowed for quick exit out of program if only old img parameters used. Mouseover still calls overlib - this needs to be updated. ---------------------------------------------- r21256 | jonnybradley | 2009-09-05 01:52:44 +0200 (sam., 05 sept. 2009) | 2 lines [DOC] Remark to hopfully help others not waste time (despite the fact that 'status' (as i've called it) seems to be labeled 'Active' and there are some weird auto_query_arg things going on.... is this "experimental"?) ---------------------------------------------- r21253 | sampaioprimo | 2009-09-04 20:10:38 +0200 (ven., 04 sept. 2009) | 2 lines Adding the XML namespace definition file instead of looking for it in the internet each time we run the Mediawiki importer ---------------------------------------------- r21246 | sylvieg | 2009-09-04 16:05:03 +0200 (ven., 04 sept. 2009) | 1 line [FIX]newsletter: remember wysiwyg to be able to reuse a newsletter ---------------------------------------------- r21245 | sylvieg | 2009-09-04 15:54:48 +0200 (ven., 04 sept. 2009) | 1 line [FIX]calendar import: open file even if not in tw root + avoid loop if file does not exist + put import button + create event only if date set ---------------------------------------------- r21234 | pkdille | 2009-09-03 16:04:06 +0200 (jeu., 03 sept. 2009) | 1 line [FIX] admin newsletters: give a more intuitive way to switch between admin_newsletters and admin_newsletters_subscriptions (it was very difficult to create a new newsletter instead of editing the current one) ---------------------------------------------- r21233 | sylvieg | 2009-09-03 14:36:50 +0200 (jeu., 03 sept. 2009) | 1 line [FIX]freetag: compound freetag must be quoted ---------------------------------------------- r21231 | kerrnel22 | 2009-09-03 14:03:18 +0200 (jeu., 03 sept. 2009) | 1 line [MOD] Added isValidIP function to tikilib to verify if an IP address is a valid one. Supports IPv4 only at the moment. Tracker now validates the IP address field and alerts if the IP is malformed. ---------------------------------------------- r21229 | jonnybradley | 2009-09-02 17:08:40 +0200 (mer., 02 sept. 2009) | 2 lines [FIX] Helptool not applicable for WYSIWYG editor (yet) ---------------------------------------------- r21228 | jonnybradley | 2009-09-02 17:00:52 +0200 (mer., 02 sept. 2009) | 1 line [FIX] javascript:void operator requires a param ---------------------------------------------- r21227 | sylvieg | 2009-09-02 16:22:03 +0200 (mer., 02 sept. 2009) | 1 line oops there is a tiki_p_admin_banners ---------------------------------------------- r21226 | sylvieg | 2009-09-02 16:11:17 +0200 (mer., 02 sept. 2009) | 1 line [FIX]banner: a user can list his own banners ---------------------------------------------- r21225 | pkdille | 2009-09-02 16:02:55 +0200 (mer., 02 sept. 2009) | 1 line [MOD] Add admin modules button in admin menus, and admin menus button in admin modules ---------------------------------------------- r21224 | jonnybradley | 2009-09-02 15:46:44 +0200 (mer., 02 sept. 2009) | 4 lines [FIX] mouseover plugin updated to use jQuery code. New options of effect, speed and class. CSS definitions moved to layout.css and design.css ---------------------------------------------- r21223 | sylvieg | 2009-09-02 15:35:21 +0200 (mer., 02 sept. 2009) | 1 line [FIX]blog: proposed tag must be quoted if compound word ---------------------------------------------- r21222 | sylvieg | 2009-09-02 15:02:11 +0200 (mer., 02 sept. 2009) | 1 line [FIX]freetag: horible temporary patch in old perm check to check the perm on the blog and not the blog post ... do not work with private blog ---------------------------------------------- r21221 | jonnybradley | 2009-09-02 14:48:34 +0200 (mer., 02 sept. 2009) | 1 line [FIX] PHP Warnings ---------------------------------------------- r21215 | kerrnel22 | 2009-09-02 11:25:50 +0200 (mer., 02 sept. 2009) | 1 line [FIX] If using mysql and socket method to connect, PDO will tend to ignore custom socket locations other than the php-distributed mysql library. Added socket_tiki setting in local.php to override the default. PDO connection will recognize this and use socket connect method istead of host method. If no socket_tiki is provided, defaults to hostname method. ---------------------------------------------- r21213 | pkdille | 2009-09-02 09:40:15 +0200 (mer., 02 sept. 2009) | 1 line [FIX] user admin: tiki_p_admin_users should be enough to create e new user with password and mail validation (this fixes the template file. The php code was already allowing this action) ---------------------------------------------- r21211 | sylvieg | 2009-09-02 00:42:13 +0200 (mer., 02 sept. 2009) | 1 line [FIX]magic is out ---------------------------------------------- r21209 | sylvieg | 2009-09-01 22:22:58 +0200 (mar., 01 sept. 2009) | 1 line [FIX]fgal: perms can not be checked globally because they can be redined ---------------------------------------------- r21207 | sylvieg | 2009-09-01 16:00:29 +0200 (mar., 01 sept. 2009) | 1 line [MOD]tracker: new field in_group that displays if a user is in a group or not or the date since he has been assigned ---------------------------------------------- r21206 | chibaguy | 2009-09-01 10:39:16 +0200 (mar., 01 sept. 2009) | 1 line [FIX] List item numbers now show, and things are aligned pretty well. But a lot of inline CSS - should be replaced with layout.css rules? ---------------------------------------------- r21205 | chibaguy | 2009-09-01 09:28:30 +0200 (mar., 01 sept. 2009) | 1 line [FIX] Prevent overlap of list items, and generally improve layout. ---------------------------------------------- r21203 | chealer | 2009-09-01 08:17:27 +0200 (mar., 01 sept. 2009) | 3 lines [ENH] change top_visited_faqs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21202 | chealer | 2009-09-01 07:09:12 +0200 (mar., 01 sept. 2009) | 2 lines [FIX] id is defined by HTML ---------------------------------------------- r21201 | chibaguy | 2009-09-01 06:49:44 +0200 (mar., 01 sept. 2009) | 1 line [FIX] Enable CSS id to be specified for div. (This works, but please check code.) ---------------------------------------------- r21199 | chealer | 2009-09-01 06:25:24 +0200 (mar., 01 sept. 2009) | 2 lines [FIX] description. oops ---------------------------------------------- r21198 | chealer | 2009-09-01 06:23:06 +0200 (mar., 01 sept. 2009) | 3 lines [ENH] change top_visited_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21196 | chealer | 2009-09-01 05:55:41 +0200 (mar., 01 sept. 2009) | 4 lines [ENH] change top_quizzes module to new module style (modules-doc). [FIX] HTML special chars encoding assume $ranking doesn't need 2 assignments :S ---------------------------------------------- r21195 | chealer | 2009-09-01 05:29:15 +0200 (mar., 01 sept. 2009) | 2 lines [ENH] change top_pages module to new module style (modules-doc). ---------------------------------------------- r21194 | chealer | 2009-09-01 05:16:10 +0200 (mar., 01 sept. 2009) | 3 lines [ENH] change top_objects module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21192 | chealer | 2009-09-01 03:31:04 +0200 (mar., 01 sept. 2009) | 4 lines [ENH] change top_forum_posters module to new module style (modules-doc). [FIX] HTML special chars encoding TODO: fix layout ---------------------------------------------- r21191 | chealer | 2009-09-01 02:50:21 +0200 (mar., 01 sept. 2009) | 4 lines [ENH] change top_files module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] assume "modLastFile" is supposed to read "modTopFile" ---------------------------------------------- r21189 | chealer | 2009-08-31 22:56:53 +0200 (lun., 31 août 2009) | 4 lines [ENH] change top_file_galleries module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] layout ---------------------------------------------- r21188 | chealer | 2009-08-31 22:45:31 +0200 (lun., 31 août 2009) | 3 lines [FIX] get_files() WHERE clause had wrong bindvars order, breaking getFileGalleriesData() for non-admin users [DOC] document list_user_blogs() and count_sessions() ---------------------------------------------- r21186 | luciash | 2009-08-31 19:12:10 +0200 (lun., 31 août 2009) | 1 line [FIX] tikinewt.css: rbox-title look (better layout.css override - only what is necessary) ---------------------------------------------- r21185 | luciash | 2009-08-31 18:54:34 +0200 (lun., 31 août 2009) | 1 line [FIX] tikinewt.css: tab look in FF (layout.css override) ---------------------------------------------- r21184 | luciash | 2009-08-31 18:45:13 +0200 (lun., 31 août 2009) | 1 line [FIX] feb12.css: tab look in FF (layout.css override) ---------------------------------------------- r21183 | luciash | 2009-08-31 18:06:48 +0200 (lun., 31 août 2009) | 1 line [FIX] strasa.css: active tab look in FF (layout.css override) ---------------------------------------------- r21182 | sylvieg | 2009-08-31 17:54:09 +0200 (lun., 31 août 2009) | 1 line [FIX]tracker: option must not be translated otherwise TRACKER on an existed item will add translated values in the database ---------------------------------------------- r21179 | marclaporte | 2009-08-31 14:25:53 +0200 (lun., 31 août 2009) | 1 line [MOD] Duplicating __Wiki link format__ preference to i18n admin panel because it's a common issue. Dynamic Preferences is making this so much more efficient. ---------------------------------------------- r21174 | sylvieg | 2009-08-31 13:01:09 +0200 (lun., 31 août 2009) | 1 line cleaning ---------------------------------------------- r21169 | marclaporte | 2009-08-31 11:02:43 +0200 (lun., 31 août 2009) | 1 line [KIL] Remove all references to Tiki Magic as it's now superceded by http://dev.tikiwiki.org/Dynamic+Preferences ---------------------------------------------- r21167 | chibaguy | 2009-08-31 08:37:48 +0200 (lun., 31 août 2009) | 1 line [ENH] layout.css rules remain there if strictly for layout, or moved to [NEW] design.css, which provides common design properties. Theme stylesheets import both. ---------------------------------------------- r21166 | chealer | 2009-08-31 08:31:35 +0200 (lun., 31 août 2009) | 2 lines [FIX] list_blog_post_comments() check for admin_comment ---------------------------------------------- r21165 | chealer | 2009-08-31 08:12:28 +0200 (lun., 31 août 2009) | 3 lines [ENH] change top_active_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21163 | chealer | 2009-08-31 07:49:34 +0200 (lun., 31 août 2009) | 4 lines [ENH] change blog_last_comments module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] nodate notice ---------------------------------------------- r21162 | chealer | 2009-08-31 05:13:28 +0200 (lun., 31 août 2009) | 2 lines [ENH] change perspective module to new module style (modules-doc). ---------------------------------------------- r21161 | chealer | 2009-08-31 05:02:34 +0200 (lun., 31 août 2009) | 3 lines [ENH] change live_support module to new module style (modules-doc). unsure whether "global $access;" is clean, but including lslib doesn't fail from here this way :| ---------------------------------------------- r21160 | chealer | 2009-08-31 03:35:01 +0200 (lun., 31 août 2009) | 3 lines [ENH] change users_rank module to new module style (modules-doc). [FIX] check for feature_friends ---------------------------------------------- r21158 | chealer | 2009-08-30 22:34:11 +0200 (dim., 30 août 2009) | 3 lines [ENH] change freetags_current and freetag modules to new module style (modules-doc). freetag's UI name is now "Freetags editor", freetags_current's is "Wiki Freetags". freetags_current gets title "Freetags". open to improvements [FIX] HTML special chars encoding ---------------------------------------------- r21157 | chealer | 2009-08-30 21:57:23 +0200 (dim., 30 août 2009) | 4 lines [ENH] change freetags_prefered module to new module style (modules-doc). [FIX] HTML special chars encoding [FIX] typo "prefered". module technical name keeps the typo due to lack of module renaming infrastructure. ---------------------------------------------- r21156 | lindonb | 2009-08-30 21:29:24 +0200 (dim., 30 août 2009) | 1 line [ENH} Add Plugin IMGNEW. Possible successor to IMG, IMAGE, THUMB and PICTURE plugins ---------------------------------------------- r21153 | chealer | 2009-08-30 21:10:07 +0200 (dim., 30 août 2009) | 3 lines [ENH] change freetags_most_popular module to new module style (modules-doc). document "type" according to intention, although it has currently little effect [FIX] HTML special chars encoding ---------------------------------------------- r21151 | marclaporte | 2009-08-30 09:04:50 +0200 (dim., 30 août 2009) | 1 line [FIX] more precise in case people don't know. ---------------------------------------------- r21149 | chealer | 2009-08-30 07:08:26 +0200 (dim., 30 août 2009) | 2 lines [FIX] translate module titles. oops ---------------------------------------------- r21148 | chealer | 2009-08-30 07:03:09 +0200 (dim., 30 août 2009) | 3 lines [ENH] change freetags_morelikethis module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21147 | chealer | 2009-08-30 06:42:39 +0200 (dim., 30 août 2009) | 2 lines [FIX] get_similar(), thus mod-freetags_morelikethis ---------------------------------------------- r21146 | chealer | 2009-08-29 23:40:52 +0200 (sam., 29 août 2009) | 3 lines [ENH] change old_articles module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21144 | chealer | 2009-08-29 23:00:38 +0200 (sam., 29 août 2009) | 3 lines [ENH] change user_blogs module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21143 | chealer | 2009-08-29 22:33:46 +0200 (sam., 29 août 2009) | 3 lines [ENH] change user_pages module to new module style (modules-doc). [FIX] HTML special chars encoding ---------------------------------------------- r21142 | chealer | 2009-08-29 22:09:30 +0200 (sam., 29 août 2009) | 2 lines [ENH] change whats_related module to new module style (modules-doc). ---------------------------------------------- r21141 | chealer | 2009-08-29 21:53:13 +0200 (sam., 29 août 2009) | 2 lines [ENH] change num_submissions module to new module style (modules-doc). ---------------------------------------------- r21140 | chealer | 2009-08-29 21:36:21 +0200 (sam., 29 août 2009) | 2 lines [ENH] change random_pages module to new module style (modules-doc). ---------------------------------------------- r21139 | chealer | 2009-08-29 21:27:05 +0200 (sam., 29 août 2009) | 2 lines [ENH] change messages_unread_messages module to new module style (modules-doc). ---------------------------------------------- r21138 | chealer | 2009-08-29 20:33:24 +0200 (sam., 29 août 2009) | 5 lines [ENH] change directory_top_sites module to new module style (modules-doc). [FIX] HTML special chars escaping [FIX] nonums notice [FIX] actually honor "Method to open directory links" ---------------------------------------------- r21137 | chealer | 2009-08-29 20:04:56 +0200 (sam., 29 août 2009) | 4 lines [ENH] change directory_last_sites module to new module style (modules-doc). [FIX] HTML special chars escaping [FIX] notice ---------------------------------------------- r21135 | marclaporte | 2009-08-29 18:08:53 +0200 (sam., 29 août 2009) | 1 line [ENH] Moving from thenews.css to layout.css to affect all styles (but can still be overriden). In the diff, changing color of characters that are different but added from red to blue. It could be something else to attract users attention but red conveys that this text has been deleted, when in fact, it's added. ---------------------------------------------- r21133 | marclaporte | 2009-08-29 16:59:26 +0200 (sam., 29 août 2009) | 1 line [FIX] Rollback 21123, as discussed on SVN list. Problem with script checking hundreds of images remains. http://dev.tikiwiki.org/wish2708 ---------------------------------------------- r21128 | jonnybradley | 2009-08-29 15:02:20 +0200 (sam., 29 août 2009) | 5 lines [FIX]? Recent changes to tabset broke tabs with feature_ajax enabled because the template in Smarty 'mid' was being parsed twice (so index i_tabset double what it should be). This fix uses the data already assigned to 'mid_data' (if set) instead of 'fetching' the template again. Seems to fix the tabs bug and work ok on all ajax situations i can think of so far, but there may well be exceptions where this will fail - please test and monitor. Also, it should more or less double the efficiency of most AJAX request... ---------------------------------------------- r21127 | jonnybradley | 2009-08-29 13:29:33 +0200 (sam., 29 août 2009) | 1 line [MOD] Self_links etc ---------------------------------------------- r21126 | jonnybradley | 2009-08-29 12:49:34 +0200 (sam., 29 août 2009) | 1 line [FIX] Check correct var ---------------------------------------------- r21125 | sylvieg | 2009-08-28 22:22:58 +0200 (ven., 28 août 2009) | 1 line Explicitly reset the group cache for the user even if seems to be reset somewhere.. ---------------------------------------------- r21124 | sylvieg | 2009-08-28 22:16:14 +0200 (ven., 28 août 2009) | 1 line global + notice ---------------------------------------------- r21123 | marclaporte | 2009-08-28 21:29:35 +0200 (ven., 28 août 2009) | 1 line [FIX] this script is quite slow and if used for all images, it's a lot of overhead. Better let designers specify the images. ---------------------------------------------- r21121 | marclaporte | 2009-08-28 19:52:56 +0200 (ven., 28 août 2009) | 1 line [FIX] Adding a few filters and completing plugin documentation ---------------------------------------------- r21120 | marclaporte | 2009-08-28 19:38:13 +0200 (ven., 28 août 2009) | 1 line [ENH] new window on links to doc.tikiwiki.org, minor tweaks of text. ---------------------------------------------- r21119 | marclaporte | 2009-08-28 19:32:30 +0200 (ven., 28 août 2009) | 1 line [FIX] Forgotten type for DIV plugin ---------------------------------------------- r21117 | marclaporte | 2009-08-28 19:10:24 +0200 (ven., 28 août 2009) | 1 line [ENH] Add a link to help for a common problem. ---------------------------------------------- r21116 | duebel | 2009-08-27 22:28:19 +0200 (jeu., 27 août 2009) | 3 lines [ENH] tiki-gmap_locator.tpl: Add geolocation search. Center map on search result. Maybe this is useful for someone. I needed that. ---------------------------------------------- r21111 | sylvieg | 2009-08-27 14:00:13 +0200 (jeu., 27 août 2009) | 1 line [FIX]group: need consecutive keys to be used as bindvars in a query ---------------------------------------------- r21110 | chealer | 2009-08-27 07:54:13 +0200 (jeu., 27 août 2009) | 2 lines [FIX] HTML special chars escaping ---------------------------------------------- r21109 | chealer | 2009-08-27 07:51:57 +0200 (jeu., 27 août 2009) | 3 lines [ENH] change directory_stats module to new module style (modules-doc). [FIX] Put ":" inside tr blocks ---------------------------------------------- r21108 | chealer | 2009-08-27 07:00:24 +0200 (jeu., 27 août 2009) | 7 lines [ENH] change online_users module to new module style (modules-doc). [MOD] Change title and name to "Who is online" to avoid conflict with mod-logged_users. logged_users is now called "Online users" and online_users is called "Who is online"... ideas welcome. [FIX] HTML special chars escaping [FIX] fallback to username if real name is undefined [FIX] alt text when user can't receive messages. the image could still be improved ---------------------------------------------- r21107 | chealer | 2009-08-27 06:20:21 +0200 (jeu., 27 août 2009) | 2 lines [FIX] stupid bug with empty output for 0 ---------------------------------------------- r21106 | chealer | 2009-08-27 05:01:32 +0200 (jeu., 27 août 2009) | 4 lines [ENH] change switch_theme module to new module style (modules-doc). [FIX] notice (assign_by_ref on value) [FIX] TPL: correct order for truncation and replacement ---------------------------------------------- r21105 | chealer | 2009-08-27 02:51:52 +0200 (jeu., 27 août 2009) | 2 lines [ENH] change quick_edit module to new module style (modules-doc). ---------------------------------------------- r21103 | sylvieg | 2009-08-26 22:13:09 +0200 (mer., 26 août 2009) | 1 line [FIX]listpage: show all the pages if any lang is chosen ---------------------------------------------- r21102 | rlopezs | 2009-08-26 21:04:31 +0200 (mer., 26 août 2009) | 1 line [MOD] added some {tr} tags. fix some typos too ---------------------------------------------- r21101 | sylvieg | 2009-08-26 20:45:44 +0200 (mer., 26 août 2009) | 1 line [FIX]modules: fix move more than twice - anchors were fooling the browser - strange ---------------------------------------------- r21100 | rlopezs | 2009-08-26 20:40:17 +0200 (mer., 26 août 2009) | 1 line [ENH] improved some text strings inside some workspaces files ---------------------------------------------- r21099 | jonnybradley | 2009-08-26 18:47:53 +0200 (mer., 26 août 2009) | 3 lines [FIX] Object perms weren't overriding global ones Thanks Chealer & Sylvie ---------------------------------------------- r21096 | sylvieg | 2009-08-26 17:40:35 +0200 (mer., 26 août 2009) | 1 line forgotten commit for 21095 ---------------------------------------------- r21095 | sylvieg | 2009-08-26 17:10:29 +0200 (mer., 26 août 2009) | 1 line rollback 20869: htmpurifier interfers in html pretty tracker page ---------------------------------------------- r21094 | sylvieg | 2009-08-26 16:17:51 +0200 (mer., 26 août 2009) | 1 line [MOD]group: group expiration period to unassign a user automaitcally after n days from a group (unassign is done at each login - perhaps needs more ---------------------------------------------- r21093 | sylvieg | 2009-08-26 14:51:16 +0200 (mer., 26 août 2009) | 1 line [FIX]sql: improper syntax ---------------------------------------------- r21092 | sylvieg | 2009-08-26 14:42:48 +0200 (mer., 26 août 2009) | 1 line notice: perms of not activated features are not set ---------------------------------------------- r21091 | sylvieg | 2009-08-26 14:12:54 +0200 (mer., 26 août 2009) | 1 line [FIX]freetag: enclose tag wiht space with + help button in module ---------------------------------------------- r21090 | chealer | 2009-08-26 08:38:36 +0200 (mer., 26 août 2009) | 3 lines [ENH] change forums_most_visited_forums module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21089 | chealer | 2009-08-26 08:28:42 +0200 (mer., 26 août 2009) | 4 lines [ENH] change forums_most_read_topics module to new module style (modules-doc). [FIX] HTML special chars escaping TODO: forumId (waiting after #2695) ---------------------------------------------- r21088 | chealer | 2009-08-26 07:46:53 +0200 (mer., 26 août 2009) | 3 lines [ENH] change forums_most_commented_forums module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21084 | jonnybradley | 2009-08-25 12:08:01 +0200 (mar., 25 août 2009) | 4 lines [FIX] Use minified version of colorbox lib if pref says so (and straightened up some indenting) Thanks Sylvie ---------------------------------------------- r21083 | chealer | 2009-08-25 10:19:27 +0200 (mar., 25 août 2009) | 3 lines [ENH] change forums_last_posts module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21082 | chealer | 2009-08-25 08:57:58 +0200 (mar., 25 août 2009) | 4 lines [ENH] change menupage module to new module style (modules-doc). [FIX] module title [MOD] remove support for 1.9 parameter name "page", which was in conflict with the new page filter common parameter. people still using this need to rename to pagemenu ---------------------------------------------- r21080 | chealer | 2009-08-25 08:51:27 +0200 (mar., 25 août 2009) | 2 lines [MOD] rename "Page" common parameter to "Page filter" to disambiguate ---------------------------------------------- r21078 | chealer | 2009-08-25 08:00:45 +0200 (mar., 25 août 2009) | 2 lines [FIX] notices ---------------------------------------------- r21077 | chealer | 2009-08-25 08:00:05 +0200 (mar., 25 août 2009) | 2 lines [FIX] adapt for early modules-doc merge ---------------------------------------------- r21076 | chealer | 2009-08-25 06:50:24 +0200 (mar., 25 août 2009) | 3 lines [ENH] change forums_best_voted_topics module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21075 | chealer | 2009-08-25 06:44:46 +0200 (mar., 25 août 2009) | 2 lines [FIX] we shouldn't put "..." in title unless it's too long, at least in theory ---------------------------------------------- r21073 | chealer | 2009-08-25 06:06:12 +0200 (mar., 25 août 2009) | 3 lines [ENH] change logged_users module to new module style (modules-doc). [FIX] grammar ---------------------------------------------- r21071 | chealer | 2009-08-25 03:47:16 +0200 (mar., 25 août 2009) | 3 lines [ENH] change file_galleries module to new module style (modules-doc). [FIX] capitalize module title ---------------------------------------------- r21070 | sylvieg | 2009-08-24 23:15:06 +0200 (lun., 24 août 2009) | 1 line first attempt to have an automatic script that converts old categ perms setting to new -> will go in installer when ok ---------------------------------------------- r21068 | jonnybradley | 2009-08-24 18:56:08 +0200 (lun., 24 août 2009) | 2 lines [FIX] Some XHTML errors (?) [MOD] Removed the word "features" from each features tab as it already says features at the top of the page (so it will fit on one line more often) ---------------------------------------------- r21067 | sylvieg | 2009-08-24 16:54:03 +0200 (lun., 24 août 2009) | 1 line [FIX]listpage: fix pagination (scared about the perfs about the new way to deal with the wysiwyg- need to fetch all the pages and after filter :-( ---------------------------------------------- r21066 | sylvieg | 2009-08-24 16:35:08 +0200 (lun., 24 août 2009) | 1 line [FIX]tracker: display the mediaplayer even in non list mode ---------------------------------------------- r21065 | jonnybradley | 2009-08-24 15:45:48 +0200 (lun., 24 août 2009) | 1 line [FIX] XHTML fixes ---------------------------------------------- r21064 | jonnybradley | 2009-08-24 15:04:27 +0200 (lun., 24 août 2009) | 6 lines [ENH] Some better notices and perms checking on global perms editing. Defaults to objectType=global if no params set on url Remarksbox if groups hidden for the first time "Back" button only shown if relevant Some notices fixed too ---------------------------------------------- r21062 | sylvieg | 2009-08-24 14:19:58 +0200 (lun., 24 août 2009) | 1 line [FIX]tracker: better fix to check mndatory category ---------------------------------------------- r21058 | chealer | 2009-08-24 07:32:35 +0200 (lun., 24 août 2009) | 3 lines [ENH] change featured_links module to new module style (modules-doc). [FIX] HTML special chars escaping ---------------------------------------------- r21057 | chealer | 2009-08-24 07:30:08 +0200 (lun., 24 août 2009) | 2 lines [MOD] add nonums to common parameters ---------------------------------------------- r21055 | chealer | 2009-08-24 05:44:58 +0200 (lun., 24 août 2009) | 10 lines [ENH] change change_category module to new module style (modules-doc). warn that the module is counter-intuitive and sometimes broken [FIX] invalid HTML [FIX] HTML special chars escaping [FIX] too many notices [SEC] well, implement security [ENH] use categlib instead of SQL [FIX] module title when id is not set [FIX] count ( < ) other bugs ---------------------------------------------- r21054 | chealer | 2009-08-24 05:31:31 +0200 (lun., 24 août 2009) | 4 lines [DOC] describe list_categs, get_category_path, remove_object_from_category. categorize_page and build_cache [NEW] remove_object_from_categories [ENH] support passing several categories to categorize_page ---------------------------------------------- r21053 | Jyhem | 2009-08-23 22:14:54 +0200 (dim., 23 août 2009) | 1 line [ENH] Capitalize title ---------------------------------------------- r21050 | sylvieg | 2009-08-23 00:52:34 +0200 (dim., 23 août 2009) | 1 line [FIX]STAT: hide the toggle ---------------------------------------------- r21049 | sylvieg | 2009-08-23 00:50:31 +0200 (dim., 23 août 2009) | 1 line [FIX]tab: to be able to have more then tabset in a page ---------------------------------------------- r21047 | rlopezs | 2009-08-22 19:18:56 +0200 (sam., 22 août 2009) | 1 line [ENH] your registration => su registro ---------------------------------------------- r21046 | Jyhem | 2009-08-22 18:14:44 +0200 (sam., 22 août 2009) | 1 line [ENH] Improve texts (thanks Marc) ---------------------------------------------- r21045 | sept_7 | 2009-08-22 18:00:46 +0200 (sam., 22 août 2009) | 5 lines [ENH] First try in putting HTMLPurifier at the output of TikiWiki The feature is in experimental, of by default of course. This should increase the security level of TikiWiki at the price of a small 10% overhead on complex pages, this could be fixed by more agressive caching. ---------------------------------------------- r21043 | jonnybradley | 2009-08-22 15:47:53 +0200 (sam., 22 août 2009) | 3 lines [ENH] Added column switching for groups (if more than 6 currently) on object perms page. Needs some polish (and fixing on Fx 3.5) (jquery libs to come) ---------------------------------------------- r21041 | sylvieg | 2009-08-22 14:13:51 +0200 (sam., 22 août 2009) | 1 line [FIX]log: test pref ---------------------------------------------- r21040 | rlopezs | 2009-08-22 12:21:11 +0200 (sam., 22 août 2009) | 1 line [MOD] more spanish translations ---------------------------------------------- r21039 | sylvieg | 2009-08-22 00:09:08 +0200 (sam., 22 août 2009) | 1 line [MOD]trackerstat: no reason not to show groupe statistics ---------------------------------------------- r21037 | sylvieg | 2009-08-21 23:34:18 +0200 (ven., 21 août 2009) | 1 line [FIX]minichat: to have more than one line in the chat window ---------------------------------------------- r21036 | sylvieg | 2009-08-21 23:28:13 +0200 (ven., 21 août 2009) | 1 line [FIX]minichat: show error if feature disabled ---------------------------------------------- r21035 | chealer | 2009-08-21 22:38:55 +0200 (ven., 21 août 2009) | 2 lines [FIX] oops, copy-pasted description ---------------------------------------------- r21034 | chealer | 2009-08-21 22:37:41 +0200 (ven., 21 août 2009) | 2 lines [FIX] oops, that name as default title thing didn't work properly ---------------------------------------------- r21033 | pkdille | 2009-08-21 20:55:32 +0200 (ven., 21 août 2009) | 1 line [MOD] lesser magic: 2 more features in faeture.php ---------------------------------------------- r21031 | Jyhem | 2009-08-21 20:52:05 +0200 (ven., 21 août 2009) | 1 line [FIX] Link syntax was invalid for text mails ---------------------------------------------- r21030 | sept_7 | 2009-08-21 19:50:45 +0200 (ven., 21 août 2009) | 2 lines [FIX] sybase is deprecated, that fix a notice in commentslib.php ;p ---------------------------------------------- r21027 | sylvieg | 2009-08-21 17:29:19 +0200 (ven., 21 août 2009) | 1 line no reason to duplicate the smarty function: the start and end can be set as params - the empty date is better implemented - the last smarty version has fixes ---------------------------------------------- r21026 | sylvieg | 2009-08-21 17:27:37 +0200 (ven., 21 août 2009) | 1 line [FIX]tracker: fix memo time when modifying + deduplicate code ---------------------------------------------- r21021 | rlopezs | 2009-08-21 16:13:19 +0200 (ven., 21 août 2009) | 1 line [MOD] more translations. I want a Spanish tiki ---------------------------------------------- r21020 | jonnybradley | 2009-08-21 16:07:46 +0200 (ven., 21 août 2009) | 1 line [FIX] Timezone set to 'Local" problem and abreviation from cookie not being recognised as valid. ---------------------------------------------- r21016 | chealer | 2009-08-21 03:02:25 +0200 (ven., 21 août 2009) | 3 lines [FIX] Fatal error: Call to undefined method UsersLib::wget_user_info() assume this is a thinko from one of these GNU zealots ---------------------------------------------- r21015 | rlopezs | 2009-08-21 00:33:16 +0200 (ven., 21 août 2009) | 1 line [MOD] more translations ---------------------------------------------- r21014 | sylvieg | 2009-08-21 00:28:52 +0200 (ven., 21 août 2009) | 1 line [FIX]tracker: missing info for TRACKER email param ---------------------------------------------- r21013 | sylvieg | 2009-08-21 00:11:04 +0200 (ven., 21 août 2009) | 1 line [FIX]tracker: check mandatory checkbox + check categ field in TRACKER ---------------------------------------------- r21008 | chibaguy | 2009-08-20 17:37:05 +0200 (jeu., 20 août 2009) | 1 line [FIX] W3C CSS2.1 validation errors fixed. ---------------------------------------------- r21007 | chibaguy | 2009-08-20 17:06:50 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (span.button). ---------------------------------------------- r21006 | chibaguy | 2009-08-20 16:05:51 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (suckerfish menus and forum posts). ---------------------------------------------- r21005 | chibaguy | 2009-08-20 15:41:25 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (tables). ---------------------------------------------- r21004 | chibaguy | 2009-08-20 15:17:55 +0200 (jeu., 20 août 2009) | 1 line [FIX] Minor forum post improvements. ---------------------------------------------- r21003 | chibaguy | 2009-08-20 15:02:40 +0200 (jeu., 20 août 2009) | 1 line [FIX] Tab improvements. ---------------------------------------------- r21002 | rlopezs | 2009-08-20 14:49:20 +0200 (jeu., 20 août 2009) | 1 line [MOD] some translations. Please help, there is a bunch pending ---------------------------------------------- r21001 | chibaguy | 2009-08-20 13:55:34 +0200 (jeu., 20 août 2009) | 1 line [FIX] Regressions from import-layout.css changes (tabs). ---------------------------------------------- r21000 | axold | 2009-08-20 13:35:56 +0200 (jeu., 20 août 2009) | 1 line [MOD] Moved partially rootCategId to categlib.php. There should be some inconsistencies before we finish it. Don't worry about that ;) ---------------------------------------------- r20999 | chibaguy | 2009-08-20 13:21:07 +0200 (jeu., 20 août 2009) | 1 line [FIX] A couple more regressions from import-layout.css change (tabactive border color and 2px top border). ---------------------------------------------- r20997 | chibaguy | 2009-08-20 12:55:26 +0200 (jeu., 20 août 2009) | 1 line [FIX] A couple of regressions from import-layout.css change (tabactive no bottom border and no border on admin table td.form). ---------------------------------------------- r20996 | axold | 2009-08-20 12:07:53 +0200 (jeu., 20 août 2009) | 1 line [MOD] Added again the Workspaces menus in DB sqls ---------------------------------------------- r20993 | sept_7 | 2009-08-20 09:56:54 +0200 (jeu., 20 août 2009) | 2 lines [KIL] Hum cache files should NEVER be added to svn... ---------------------------------------------- r20992 | chibaguy | 2009-08-20 09:38:19 +0200 (jeu., 20 août 2009) | 1 line [FIX] Enable superfish dropshadow (thanks luci for figuring this out :-) ), other superfish and topbar improvements. ---------------------------------------------- r20991 | chibaguy | 2009-08-20 07:57:36 +0200 (jeu., 20 août 2009) | 1 line [FIX] Remove unwanted white space in topbar. ---------------------------------------------- r20990 | chibaguy | 2009-08-20 07:11:35 +0200 (jeu., 20 août 2009) | 1 line [NEW] Superfish arrows image was missing. ---------------------------------------------- r20989 | chibaguy | 2009-08-20 06:33:49 +0200 (jeu., 20 août 2009) | 1 line [ENH] Minor improvements in superfish menu (arrow image file for topbar menu, etc.) ---------------------------------------------- r20988 | chealer | 2009-08-20 00:42:27 +0200 (jeu., 20 août 2009) | 2 lines [ENH] change categories module to new module style (modules-doc) ---------------------------------------------- r20987 | chealer | 2009-08-20 00:15:12 +0200 (jeu., 20 août 2009) | 2 lines [MOD] module title defaults to module name (only for new "modules-doc" style modules) ---------------------------------------------- r20986 | sylvieg | 2009-08-20 00:05:34 +0200 (jeu., 20 août 2009) | 1 line [MOD]plugin: userpref to test the current user preference value ---------------------------------------------- r20985 | stojanovim | 2009-08-19 23:56:15 +0200 (mer., 19 août 2009) | 1 line Fixed some tests. Change order of execution as for some reason the db doesn't keep the profile info. Have to check why ... Some tests fail but that's the expected behaviour. ---------------------------------------------- r20984 | luciash | 2009-08-19 23:03:04 +0200 (mer., 19 août 2009) | 1 line [FIX] introducing the previously hidden superfish CSS menu dropshadows ---------------------------------------------- r20983 | chealer | 2009-08-19 22:47:30 +0200 (mer., 19 août 2009) | 2 lines [FIX] HTML special chars escaping on category names ---------------------------------------------- r20982 | chealer | 2009-08-19 22:28:41 +0200 (mer., 19 août 2009) | 2 lines [FIX] HTML special chars escaping on category and category object names ---------------------------------------------- r20980 | sylvieg | 2009-08-19 22:23:43 +0200 (mer., 19 août 2009) | 1 line [FIX]tracker: if empty value print a onl;y if link on it ---------------------------------------------- r20977 | Jyhem | 2009-08-19 21:34:51 +0200 (mer., 19 août 2009) | 1 line [FIX] Incorrect language (thanks Marc) ---------------------------------------------- r20973 | stojanovim | 2009-08-19 20:54:05 +0200 (mer., 19 août 2009) | 1 line Moved acceptance tests from lib/core/test to lib/test. Fixed some tests, but not all, to be continued ... ---------------------------------------------- r20972 | stojanovim | 2009-08-19 16:44:22 +0200 (mer., 19 août 2009) | 1 line - removed acceptance tests from lib/core ---------------------------------------------- r20971 | chibaguy | 2009-08-19 10:16:42 +0200 (mer., 19 août 2009) | 1 line [FIX] Remove "3.0" from Tiki logo in theme thumbnails. ---------------------------------------------- r20970 | chealer | 2009-08-19 06:28:39 +0200 (mer., 19 août 2009) | 2 lines [ENH] change breadcrumb module to new module style (modules-doc) ---------------------------------------------- r20968 | chealer | 2009-08-19 05:29:51 +0200 (mer., 19 août 2009) | 2 lines [FIX] oops. defined() takes a constant's name, not its value. custom SMARTY_DIR was broken. ---------------------------------------------- r20967 | stojanovim | 2009-08-19 00:48:09 +0200 (mer., 19 août 2009) | 1 line Added some more wiki syntax to the regex. ---------------------------------------------- r20966 | stojanovim | 2009-08-19 00:47:22 +0200 (mer., 19 août 2009) | 1 line Translation Assistant wouldn't show up without this change. ---------------------------------------------- r20964 | axold | 2009-08-18 19:11:10 +0200 (mar., 18 août 2009) | 1 line [MOD] Modified more things in the template ---------------------------------------------- r20961 | axold | 2009-08-18 17:44:43 +0200 (mar., 18 août 2009) | 1 line [MOD] Improvements over tiki-manage-workspaces.tpl ---------------------------------------------- r20959 | sylvieg | 2009-08-18 17:15:35 +0200 (mar., 18 août 2009) | 1 line [FIX]wiki: effectively use the option feature_wiki_1like_redirection ---------------------------------------------- r20954 | jonnybradley | 2009-08-18 16:17:52 +0200 (mar., 18 août 2009) | 2 lines [FIX] Replacing Sylvie's fix from r20927 (apologies - a day of conflicts) ---------------------------------------------- r20953 | sylvieg | 2009-08-18 16:13:55 +0200 (mar., 18 août 2009) | 1 line [FIX]wiki: to have {FLASH} working in article body ---------------------------------------------- r20951 | jonnybradley | 2009-08-18 15:56:46 +0200 (mar., 18 août 2009) | 6 lines [MOD] Now object permissions page can admin "global" perms (formerly known as "group" perms - we now have new group perms such as tiki_p_group_add_member so we need to disambiguate, i think) Not yet connected to the groups admin page or anywhere else. Please test by going to: tiki-objectpermissions.php?objectType=global TODO next Show/hide group columns ---------------------------------------------- r20950 | jonnybradley | 2009-08-18 15:22:37 +0200 (mar., 18 août 2009) | 1 line [FIX] Some uninitialized ldap prefs ---------------------------------------------- r20945 | rlopezs | 2009-08-18 12:35:08 +0200 (mar., 18 août 2009) | 1 line [MOD] a few strings translated to Spanish. Someone in the Spanish forum needed them. ---------------------------------------------- r20942 | chealer | 2009-08-18 05:33:57 +0200 (mar., 18 août 2009) | 3 lines [FIX] SMARTY_DIR was set to a relative path by default Closes: 2589, smarty {debug} function gives PHP error "E_USER_WARNING" ---------------------------------------------- r20935 | chealer | 2009-08-18 02:57:39 +0200 (mar., 18 août 2009) | 2 lines [ENH] change google module to new module style (modules-doc) ---------------------------------------------- r20933 | chealer | 2009-08-18 02:45:17 +0200 (mar., 18 août 2009) | 2 lines [ENH] change adsense module to new module style (modules-doc) ---------------------------------------------- r20930 | sylvieg | 2009-08-17 22:40:26 +0200 (lun., 17 août 2009) | 1 line [FIX]wiki: avoid loop when accessing to a page named 'A B' when a page 'A+B' exists' ---------------------------------------------- r20929 | sylvieg | 2009-08-17 22:31:00 +0200 (lun., 17 août 2009) | 1 line [FIX]wiki: last changed pages back ---------------------------------------------- r20928 | sylvieg | 2009-08-17 22:26:57 +0200 (lun., 17 août 2009) | 1 line [FIX]wiki: Allow html was lost ---------------------------------------------- r20926 | sylvieg | 2009-08-17 21:14:36 +0200 (lun., 17 août 2009) | 1 line [FIX]perm: display perm name (otherwise duplicate with description ---------------------------------------------- r20924 | sylvieg | 2009-08-17 20:50:47 +0200 (lun., 17 août 2009) | 1 line [FIX]tracker: duplicated 'items found' div ---------------------------------------------- r20922 | chibaguy | 2009-08-17 16:51:29 +0200 (lun., 17 août 2009) | 1 line [ENH] Return to using icons for column show|hide (since now theme-specific icons are possible). Todo (by someone with JavaScript know-how): fix continuity of show|hide state after page refreshes (regression bug), and hopefully have separate images for each state similar to menu and module show|hide icons. ---------------------------------------------- r20921 | chibaguy | 2009-08-17 16:47:12 +0200 (lun., 17 août 2009) | 1 line [ENH] Return to using icons for column show|hide (since now theme-specific icons are possible. Also some syncing of layout-reference.css. ---------------------------------------------- r20919 | jonnybradley | 2009-08-17 16:43:58 +0200 (lun., 17 août 2009) | 2 lines [FIX] Increment id (and name) when more than one select all checkpox per page ---------------------------------------------- r20917 | chibaguy | 2009-08-17 15:22:43 +0200 (lun., 17 août 2009) | 1 line [EHN] Topbar custom code div color and background color that work better with the rest of the page. ---------------------------------------------- r20916 | axold | 2009-08-17 15:01:01 +0200 (lun., 17 août 2009) | 1 line [MOD] More little improvements ---------------------------------------------- r20912 | ricks99 | 2009-08-17 14:35:37 +0200 (lun., 17 août 2009) | 1 line [ENH]added support for TITLE attribute of IFRAME element (required for WCAG 1.0 Priority 1) ---------------------------------------------- r20911 | lphuberdeau | 2009-08-17 14:34:09 +0200 (lun., 17 août 2009) | 1 line [MOD] Deploying more filters ---------------------------------------------- r20910 | axold | 2009-08-17 14:04:49 +0200 (lun., 17 août 2009) | 1 line [MOD] Improvements over tiki-manage-workspaces.tpl again ---------------------------------------------- r20908 | mangapower | 2009-08-17 13:25:08 +0200 (lun., 17 août 2009) | 1 line [MOD] wslib don't delete items when uncategorizing them from ws ---------------------------------------------- r20907 | axold | 2009-08-17 12:36:23 +0200 (lun., 17 août 2009) | 1 line [MOD] Improved more the workspaces management ---------------------------------------------- r20906 | Jyhem | 2009-08-17 12:01:30 +0200 (lun., 17 août 2009) | 1 line [ENH] Handle the language files part of the Quicktags -> Toolbars renaming (thanks, JonnyB) ---------------------------------------------- r20905 | lphuberdeau | 2009-08-17 12:00:34 +0200 (lun., 17 août 2009) | 1 line [FIX] Sorry about destroying childhood dreams of even distribution of elements per result page, but this really isn't worth 73000 permission checks and 2000 queries, this will have to be designed, not hacked ---------------------------------------------- r20904 | kissaki | 2009-08-17 03:31:48 +0200 (lun., 17 août 2009) | 1 line [FIX] move class def back up. Did produce an error ---------------------------------------------- r20903 | kissaki | 2009-08-17 03:23:57 +0200 (lun., 17 août 2009) | 1 line [CODE] moved insert command from previous commit 20826 to a fitting position ---------------------------------------------- r20902 | kissaki | 2009-08-17 03:15:13 +0200 (lun., 17 août 2009) | 3 lines [KIL][CODE] removed oracle and sybase traces some more coding style pgsql does seem to install to pgsql (now)… ---------------------------------------------- r20901 | kissaki | 2009-08-17 02:22:39 +0200 (lun., 17 août 2009) | 1 line [code] coding style ---------------------------------------------- r20900 | kissaki | 2009-08-17 02:07:06 +0200 (lun., 17 août 2009) | 2 lines typos, code formatting and style guiding removed obsolete code and comments, plus: added comments ---------------------------------------------- r20898 | lphuberdeau | 2009-08-17 01:14:28 +0200 (lun., 17 août 2009) | 1 line [MOD] Deploy more lesser magic ---------------------------------------------- r20897 | chealer | 2009-08-16 23:11:23 +0200 (dim., 16 août 2009) | 2 lines [FIX] BACKLINKS: thinko for pages sort ---------------------------------------------- r20896 | marclaporte | 2009-08-16 23:07:09 +0200 (dim., 16 août 2009) | 1 line [ENH] Moving __Additional Features__ to dynamic preferences. ---------------------------------------------- r20895 | chealer | 2009-08-16 22:48:42 +0200 (dim., 16 août 2009) | 3 lines [FIX] 2 more cases where DB operating in strict SQL mode would fail to update a page due to version_minor. sorry and thanks again pkdille. ---------------------------------------------- r20894 | lphuberdeau | 2009-08-16 21:09:43 +0200 (dim., 16 août 2009) | 1 line [FIX] Removing %s ---------------------------------------------- r20893 | lphuberdeau | 2009-08-16 20:26:28 +0200 (dim., 16 août 2009) | 1 line [MOD] Deploying lesser magic for global features ---------------------------------------------- r20892 | chealer | 2009-08-16 20:08:15 +0200 (dim., 16 août 2009) | 2 lines [FIX] enforced password change prompted for the user name ---------------------------------------------- r20891 | jonnybradley | 2009-08-16 19:59:57 +0200 (dim., 16 août 2009) | 6 lines [ENH] More on object perms Group inheritance implemeneted on objectperm checkboxes. Link to group object (management) perms from admingroups. Removed redundant "view perms" tab. Other cosmetic changes... ---------------------------------------------- r20890 | chealer | 2009-08-16 19:59:30 +0200 (dim., 16 août 2009) | 2 lines [FIX] "Nécessite des caractères Alpha-numérique" -> "Exiger des caractères alphanumériques" ---------------------------------------------- r20889 | lphuberdeau | 2009-08-16 19:51:51 +0200 (dim., 16 août 2009) | 1 line [FIX] Extra divs not required when CSS can do the trick ---------------------------------------------- r20886 | marclaporte | 2009-08-16 17:46:21 +0200 (dim., 16 août 2009) | 1 line [ENH] Moving feature_categories preference setting to use dynamic preferences http://dev.tikiwiki.org/Dynamic+Preferences This is a great way you can help, yes YOU :-). This operation needs to be deployed hundreds of times. ---------------------------------------------- r20885 | lphuberdeau | 2009-08-16 17:22:31 +0200 (dim., 16 août 2009) | 1 line [ENH] Only handle permissions for enabled features (saves 10-15% on reasonably enabled profile, more on smaller sites) ---------------------------------------------- r20884 | marclaporte | 2009-08-16 16:39:11 +0200 (dim., 16 août 2009) | 1 line [MOD] Restoring side by side preferences ---------------------------------------------- r20883 | lphuberdeau | 2009-08-16 16:21:48 +0200 (dim., 16 août 2009) | 1 line [ENH] Adding a place for standard parameter filters and removing the last call to XSS filtering on every call (an other good speed improvement) ---------------------------------------------- r20882 | lphuberdeau | 2009-08-16 16:10:19 +0200 (dim., 16 août 2009) | 1 line [ENH] More performance improvements ---------------------------------------------- r20881 | marclaporte | 2009-08-16 15:56:13 +0200 (dim., 16 août 2009) | 1 line [ENH] Moving 8 major feature preference settings to use dynamic preferences http://dev.tikiwiki.org/Dynamic+Preferences ---------------------------------------------- r20880 | jonnybradley | 2009-08-16 15:53:23 +0200 (dim., 16 août 2009) | 1 line [ENH] General improvements in Toolbars - editing and deleting custom tools etc ---------------------------------------------- r20878 | lphuberdeau | 2009-08-16 15:11:39 +0200 (dim., 16 août 2009) | 1 line [MOD] Add feedback to dynamic preferences in admin panel ---------------------------------------------- r20877 | lphuberdeau | 2009-08-16 14:43:52 +0200 (dim., 16 août 2009) | 1 line [NEW] Adding dynamic preferences backend and preference search ---------------------------------------------- r20876 | marclaporte | 2009-08-16 14:28:05 +0200 (dim., 16 août 2009) | 1 line [ENH] Add missing icon to PluginCenter ---------------------------------------------- r20872 | Jyhem | 2009-08-16 13:29:35 +0200 (dim., 16 août 2009) | 1 line [FIX] Correct typo: missing space (thanks, Marc Laporte) ---------------------------------------------- r20871 | marclaporte | 2009-08-16 12:22:39 +0200 (dim., 16 août 2009) | 1 line [MOD] remove __Tiki 3.0__ as browsertitle by default on new installs. Let's avoid to show version numbers for security reasons and to avoid risk of forgetting to update a version number. ---------------------------------------------- r20870 | chibaguy | 2009-08-16 12:19:41 +0200 (dim., 16 août 2009) | 1 line [FIX] .flv files weren't playing in Opera and IE. Thanks to luci for the fix. ---------------------------------------------- r20869 | jonnybradley | 2009-08-16 12:15:26 +0200 (dim., 16 août 2009) | 3 lines [KIL] Removed feature_purifier (HTMLPurifier option) Only checked in two places (tikilib: creating or updating wiki pages in html) where it always should be purified surely..? ---------------------------------------------- r20868 | lphuberdeau | 2009-08-16 12:07:34 +0200 (dim., 16 août 2009) | 1 line [ENH] Remove 12 useless calls to the xss filter on every request and gain around 12% performance ---------------------------------------------- r20867 | marclaporte | 2009-08-16 11:53:16 +0200 (dim., 16 août 2009) | 1 line [FIX] fix to avoid having these features being turned off accidentally. ---------------------------------------------- r20866 | lphuberdeau | 2009-08-16 11:39:37 +0200 (dim., 16 août 2009) | 1 line [FIX] Probably all broken, alpha is unlikely to work with colon separated numbers ---------------------------------------------- r20865 | marclaporte | 2009-08-16 11:35:21 +0200 (dim., 16 août 2009) | 1 line [MOD] Changing from __install a profile__ to __apply a profile__ to better convey the message that a profile is more like a coat of paint on an installation, than an installation. ---------------------------------------------- r20864 | marclaporte | 2009-08-16 10:56:02 +0200 (dim., 16 août 2009) | 1 line [MOD] Changing toolbar defaults. sub & sup are less important than flash, html and help. This will still change as the toolbars feature evolves. ---------------------------------------------- r20863 | chibaguy | 2009-08-16 10:54:47 +0200 (dim., 16 août 2009) | 1 line [ENH] Switch table class from normal to normalnoborder, since content-layout columns don't usually have borders. ---------------------------------------------- r20860 | marclaporte | 2009-08-16 09:37:49 +0200 (dim., 16 août 2009) | 1 line [ENH] Adding filters on this plugin to improve performance and security as per http://dev.tikiwiki.org/FilteringBestPractices ---------------------------------------------- r20859 | marclaporte | 2009-08-16 09:30:34 +0200 (dim., 16 août 2009) | 1 line [ENH] Add icons for these plugins. ---------------------------------------------- r20858 | chealer | 2009-08-16 02:24:52 +0200 (dim., 16 août 2009) | 3 lines [FIX] comment was null for a page's latest version. also fix wrong bindvars introduced in last version, oops. hope this don't introduce any new regression ---------------------------------------------- r20857 | marclaporte | 2009-08-15 20:52:27 +0200 (sam., 15 août 2009) | 1 line [FIX] more generic error message. ---------------------------------------------- r20856 | lphuberdeau | 2009-08-15 20:41:58 +0200 (sam., 15 août 2009) | 1 line [ENH] Removing HTML built outside templates ---------------------------------------------- r20855 | marclaporte | 2009-08-15 20:13:22 +0200 (sam., 15 août 2009) | 1 line [FIX] Make the new database error message look more like the old one. The database error message should have been a template since day one to avoid proliferation of html in the code. Feel free to improve the design as this was just a quick fix ---------------------------------------------- r20854 | jonnybradley | 2009-08-15 20:11:25 +0200 (sam., 15 août 2009) | 1 line [ENH] Add jQuery UI Theme select (missed a file) ---------------------------------------------- r20853 | jonnybradley | 2009-08-15 20:10:48 +0200 (sam., 15 août 2009) | 2 lines [ENH] Add jQuery UI Theme select (soon to be used in dialogs etc) ---------------------------------------------- r20852 | lphuberdeau | 2009-08-15 19:55:24 +0200 (sam., 15 août 2009) | 1 line [MOD] Allow to limit the scope of data channels ---------------------------------------------- r20851 | lphuberdeau | 2009-08-15 18:59:10 +0200 (sam., 15 août 2009) | 1 line [MOD] Adding a way to make bold assumptions about the input and save 5% execution time when marking all permissions as global ---------------------------------------------- r20850 | lphuberdeau | 2009-08-15 18:34:34 +0200 (sam., 15 août 2009) | 1 line [ENH] Micro-improvements on functions called a few hundreds of times ---------------------------------------------- r20849 | lphuberdeau | 2009-08-15 17:52:27 +0200 (sam., 15 août 2009) | 1 line [MOD] Deploying filters on img to improve performance and add standardized separator handling to simplify filtering ---------------------------------------------- r20847 | lphuberdeau | 2009-08-15 12:14:00 +0200 (sam., 15 août 2009) | 1 line [FIX] Verify database connectivity correctly and sort out the error display ---------------------------------------------- r20846 | chibaguy | 2009-08-15 07:13:05 +0200 (sam., 15 août 2009) | 1 line [FIX] Added missing fieldset closing tag. ---------------------------------------------- r20845 | chibaguy | 2009-08-15 06:57:44 +0200 (sam., 15 août 2009) | 1 line [NEW] Custom HTML head content pref/textarea on Look and Feel admin page, to enable site admins to add CSS, JS, etc. to their HTML head section without template editing. ---------------------------------------------- r20843 | chealer | 2009-08-15 00:57:30 +0200 (sam., 15 août 2009) | 2 lines [FIX] various special HTML characters escaping fixes for wiki page names ---------------------------------------------- r20842 | chealer | 2009-08-15 00:39:34 +0200 (sam., 15 août 2009) | 2 lines [FIX] wiki_rename_page(): don't escape special characters before storing in DB ---------------------------------------------- r20841 | chealer | 2009-08-14 18:17:54 +0200 (ven., 14 août 2009) | 2 lines [ENH] add category/perspective filtering to get_last_changes() ---------------------------------------------- r20840 | chealer | 2009-08-14 17:06:10 +0200 (ven., 14 août 2009) | 2 lines [ENH] implement category/perspective filter on WANTEDPAGES plugin ---------------------------------------------- r20839 | axold | 2009-08-14 14:56:27 +0200 (ven., 14 août 2009) | 1 line [MOD] Improved more things in WS ---------------------------------------------- r20837 | luciash | 2009-08-14 12:11:21 +0200 (ven., 14 août 2009) | 1 line default jQuery setup for colorbox slideshow ---------------------------------------------- r20836 | luciash | 2009-08-14 12:05:14 +0200 (ven., 14 août 2009) | 1 line [FIX] file galleries: if slideshow_noclose is set, assign it to smarty ---------------------------------------------- r20835 | luciash | 2009-08-14 12:03:22 +0200 (ven., 14 août 2009) | 1 line [MOD] file galleries: use colorbox for slideshow (oops, seems my commit didn't work last time) ---------------------------------------------- r20833 | axold | 2009-08-14 10:57:21 +0200 (ven., 14 août 2009) | 1 line [MOD] Added the ws handler ---------------------------------------------- r20832 | jonnybradley | 2009-08-14 01:48:32 +0200 (ven., 14 août 2009) | 1 line [FIX] Tool editing: Fixed uninitialised array problem (array_merge with a null value results in null - nice) ---------------------------------------------- r20831 | nyloth | 2009-08-13 17:52:28 +0200 (jeu., 13 août 2009) | 1 line [MOD] filegals: call tikilib 'get_file_gallery' method directly when creating a new filegal to handle default values inside tikilib, not in each script ---------------------------------------------- r20830 | nyloth | 2009-08-13 17:48:41 +0200 (jeu., 13 août 2009) | 1 line [FIX] filegals: quickfix main gallery display by using default values from global admin config when a field has a null value in the DB for a gallery ---------------------------------------------- r20829 | jonnybradley | 2009-08-13 17:17:05 +0200 (jeu., 13 août 2009) | 3 lines [ENH] Adding tool editing for toolbars. 50% finished - custom tools saving and loading - needs tool type for non-inline ones ---------------------------------------------- r20828 | pkdille | 2009-08-13 16:40:59 +0200 (jeu., 13 août 2009) | 1 line [FIX] filegals: fix migration script from r20826 ---------------------------------------------- r20827 | jonnybradley | 2009-08-13 16:25:12 +0200 (jeu., 13 août 2009) | 3 lines [MOD] Adding tool editing for toolbars. Not finished - custom tools not saved or loaded yet ---------------------------------------------- r20826 | nyloth | 2009-08-13 16:06:28 +0200 (jeu., 13 août 2009) | 12 lines [MOD] File Galleries: Convert the root gallery (was gallery id '-1') of File Galleries from a fake gallery to a 'real' gallery in the database, in order to allow users to: - upload files directly into the root/main gallery, without having to create a subgallery first (this has mainly been done to reduce the steps needed to quickly upload an image in a wiki page - it should now be easier than the old wiki_up way) - change display properties of the root/main gallery The ID of the main gallery is stored in the pref 'fgal_root_id', because it will be '1' only on new installs. For the moment, the 'fgal_root_id' pref is used when calling functions from the filegallib and not hardcoded/forced inside those functions in order to be able to reuse those functions later for something else. To be more precise, the idea is to make it possible to store, for example, User Files inside the filegals table (in order to factorize code and merge both features). + Also factorize code of modules/mod-file_galleries.php and templates/tiki-list_file_gallery.tpl. Move a lot of code to filegallib in order to do so. ---------------------------------------------- r20824 | axold | 2009-08-13 14:20:46 +0200 (jeu., 13 août 2009) | 1 line [MOD] When you click enable ws, now it enables the ws container ---------------------------------------------- r20819 | jonnybradley | 2009-08-13 13:01:10 +0200 (jeu., 13 août 2009) | 1 line [FIX] Uninitialized var ---------------------------------------------- r20818 | mangapower | 2009-08-13 10:45:42 +0200 (jeu., 13 août 2009) | 1 line [MOD] Minor changes in wslib.php ---------------------------------------------- r20817 | axold | 2009-08-13 10:27:21 +0200 (jeu., 13 août 2009) | 1 line [MOD] Fixed some things in the integration of WS in trunk ---------------------------------------------- r20816 | mangapower | 2009-08-13 09:52:49 +0200 (jeu., 13 août 2009) | 1 line [MOD] Modified wslib.php: now it has it own ws list function, no need to call list_all_categories from categlib.php ---------------------------------------------- r20815 | pkdille | 2009-08-13 09:27:45 +0200 (jeu., 13 août 2009) | 1 line convertsqls.sh following r20790. Thks chealer ---------------------------------------------- r20814 | chealer | 2009-08-13 03:28:35 +0200 (jeu., 13 août 2009) | 2 lines [FIX] "Peut-être vous cherchez" -> "Peut-être cherchez-vous" ---------------------------------------------- r20813 | luciash | 2009-08-12 22:30:33 +0200 (mer., 12 août 2009) | 1 line fixed an extra closing div ---------------------------------------------- r20812 | jonnybradley | 2009-08-12 19:48:28 +0200 (mer., 12 août 2009) | 2 lines [ENH] Moved debugger console to a smarty function and fixed it up a bit. Enjoy! ---------------------------------------------- r20810 | chealer | 2009-08-12 18:36:34 +0200 (mer., 12 août 2009) | 3 lines [FIX] the FIX; r20710 broke page creation and edition for some DB configurations. Sorry and thanks to Pascal Kustner for reporting and debugging. ---------------------------------------------- r20809 | mangapower | 2009-08-12 16:52:19 +0200 (mer., 12 août 2009) | 1 line [MOD] Added rootCategId in tiki_categories and added WS perms ---------------------------------------------- r20808 | jonnybradley | 2009-08-12 16:44:46 +0200 (mer., 12 août 2009) | 4 lines [MOD] Add a way for headerlib to tell the calling code if it's already done it's output. If so it returns the <script> tag. Added a little filter box to the error display - i know we shouldn't have so many, but i thought a tool to help just see "your" ones might help... ---------------------------------------------- r20807 | jonnybradley | 2009-08-12 15:35:03 +0200 (mer., 12 août 2009) | 2 lines [FIX] Correct (if unused) param for a Smarty function ---------------------------------------------- r20806 | jonnybradley | 2009-08-12 13:17:46 +0200 (mer., 12 août 2009) | 1 line [SVN] Add Id keyword ---------------------------------------------- r20805 | jonnybradley | 2009-08-12 13:17:20 +0200 (mer., 12 août 2009) | 3 lines [MOD] Indenting (mainly) - couple of <br />s removed and one set of curly brackets added. No functional change - i have treble-checked and tested with every edit feature i can find, but please look out for any typo's. ---------------------------------------------- r20804 | jonnybradley | 2009-08-12 13:05:33 +0200 (mer., 12 août 2009) | 2 lines [FIX] Notices (remove unused params) ---------------------------------------------- r20803 | jonnybradley | 2009-08-12 13:03:25 +0200 (mer., 12 août 2009) | 3 lines [FIX] Use padding not margin in FCKEditor text area (prevents black border in Strasa for instance) ---------------------------------------------- r20802 | jonnybradley | 2009-08-12 12:58:29 +0200 (mer., 12 août 2009) | 4 lines [ENH] Add filegals image picker tool to WYSIWYG toolbar. Note: This seems to cause a javascript error from FCKEditor: 'Unknown toolbar item "tikiimage"' but it was doing this before - needs fixing (i have tried) ---------------------------------------------- r20801 | axold | 2009-08-12 12:55:56 +0200 (mer., 12 août 2009) | 1 line [MOD] Created a basic icon for WS, and some additions to others files ---------------------------------------------- r20800 | jonnybradley | 2009-08-12 12:19:48 +0200 (mer., 12 août 2009) | 1 line [ENH] Added filegals image picker tool ---------------------------------------------- r20799 | axold | 2009-08-12 11:52:34 +0200 (mer., 12 août 2009) | 1 line [MOD] Added the Workspaces menu in SQL for manage Workspaces ---------------------------------------------- r20798 | pkdille | 2009-08-12 11:21:08 +0200 (mer., 12 août 2009) | 1 line [MOD] admin forums : deploy tabset/tab to this template. BTW, move some select to smarty function html_options. ---------------------------------------------- r20797 | mangapower | 2009-08-12 10:47:20 +0200 (mer., 12 août 2009) | 1 line [ADD] Added WS GUI. With this the WS management via GUI is possible, but still need some modifications in order to use it ---------------------------------------------- r20796 | axold | 2009-08-12 10:35:06 +0200 (mer., 12 août 2009) | 1 line [NEW] Added the workspaces lib to the trunk. This library needs some modifications to work properly with the newest changes that tiki had in the last Tikifest ---------------------------------------------- r20795 | pkdille | 2009-08-11 21:47:49 +0200 (mar., 11 août 2009) | 1 line [MOD] quizzes: deploy tabset/tab to this templates ---------------------------------------------- r20794 | jonnybradley | 2009-08-11 20:42:28 +0200 (mar., 11 août 2009) | 3 lines [ENH] Added section_comments_parse pref and checkbox on textarea admin (meaning all sections apart from forums which retains it's old pref) ---------------------------------------------- r20792 | jonnybradley | 2009-08-11 19:29:34 +0200 (mar., 11 août 2009) | 2 lines [MOD] QuickTags to Toolbars: The big renaming ceremony! Note: Removed 'quicktags_over_textarea' pref behaviour. This was broken by the pref renaming - i'm sure this has been discussed and was agred to be an unnecessary overhead to maintain. Toolbars can now only be above the edit area as is consistant with convention. ---------------------------------------------- r20790 | pkdille | 2009-08-11 18:02:20 +0200 (mar., 11 août 2009) | 1 line [FIX] admin_quizzes: remove nVersion field which was unused and, as declared as NOT NULL, gave some problems during quizzes saving ---------------------------------------------- r20789 | jonnybradley | 2009-08-11 17:19:29 +0200 (mar., 11 août 2009) | 3 lines [FIX] Look and feel preview/drop down handler fixed Another shadowbox reference removed - commented out as a similar colorbox one will probably be required ---------------------------------------------- r20788 | pkdille | 2009-08-11 16:44:22 +0200 (mar., 11 août 2009) | 1 line [MOD] surveys: deploy tabset/tab to this templates ---------------------------------------------- r20787 | jonnybradley | 2009-08-11 16:03:31 +0200 (mar., 11 août 2009) | 3 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Change properties on /lib to include the external ---------------------------------------------- r20786 | jonnybradley | 2009-08-11 15:54:11 +0200 (mar., 11 août 2009) | 2 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Last one?!? ---------------------------------------------- r20785 | jonnybradley | 2009-08-11 15:51:18 +0200 (mar., 11 août 2009) | 2 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Penultimate one, i hope! ---------------------------------------------- r20784 | jonnybradley | 2009-08-11 15:32:49 +0200 (mar., 11 août 2009) | 3 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Last one? (unlikely) ---------------------------------------------- r20783 | jonnybradley | 2009-08-11 15:30:36 +0200 (mar., 11 août 2009) | 2 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery more... ---------------------------------------------- r20782 | jonnybradley | 2009-08-11 15:26:35 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 94 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Much like pulling teeth... ---------------------------------------------- r20781 | jonnybradley | 2009-08-11 15:14:09 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 8 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Try one by one... ---------------------------------------------- r20779 | jonnybradley | 2009-08-11 15:10:12 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 6 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Try one by one... ---------------------------------------------- r20778 | jonnybradley | 2009-08-11 15:09:28 +0200 (mar., 11 août 2009) | 2 lines [MOD] take 5 - Removing lib/jquery so as to replace it with an external link to third_party/jquery Try one by one... ---------------------------------------------- r20777 | jonnybradley | 2009-08-11 14:57:58 +0200 (mar., 11 août 2009) | 3 lines [MOD] Removing lib/jquery so as to replace it with an external link to third_party/jquery Might be bumpy for the next hour or so if SVN puts up (even more of) a fight... ---------------------------------------------- r20776 | sampaioprimo | 2009-08-11 14:31:04 +0200 (mar., 11 août 2009) | 2 lines [ENH] Tiki Importer: adding max_execution_time and apache's timeout to the list of relevant settings ---------------------------------------------- r20774 | sampaioprimo | 2009-08-11 12:05:33 +0200 (mar., 11 août 2009) | 2 lines [ENH] Tiki Importer: display error messages in a separate text area ---------------------------------------------- r20773 | chibaguy | 2009-08-11 10:09:43 +0200 (mar., 11 août 2009) | 1 line [ENH] Improved appearance and method for default HomePage on new install (admin view, en, ca, es) by replacing SPLIT with floated DIVs; DIV wikiplugin activated in default installation. ---------------------------------------------- r20772 | chibaguy | 2009-08-11 09:40:23 +0200 (mar., 11 août 2009) | 1 line [FIX} !important needed after selector moved up in file. ---------------------------------------------- r20771 | chibaguy | 2009-08-11 07:31:57 +0200 (mar., 11 août 2009) | 1 line [FIX]Position module- and menu-toggle icons absolutely to prevent module contents from moving during mouse hover. Give global percentage size to select in side columns in layout.css (since it nearly always needs to be specified) and remove from theme files. ---------------------------------------------- r20770 | jonnybradley | 2009-08-11 01:17:33 +0200 (mar., 11 août 2009) | 6 lines [ENH] Still called QuickTags, but many other improvements (more toolbars revamp) Split list of text and plugin tools on admin Fix textarea resize Fixed layout issues with pickers (smilies and special chars) Removed some redundant comments ---------------------------------------------- r20768 | jonnybradley | 2009-08-10 21:10:11 +0200 (lun., 10 août 2009) | 3 lines [FIX] Validate users (from the admin users list and email) Also fixed PDO not liking ? param placeholders without spaces around them (e.g. called from remove_user) ---------------------------------------------- r20767 | sampaioprimo | 2009-08-10 20:16:29 +0200 (lun., 10 août 2009) | 2 lines [FIX] Tests for the method downloadAttachment() don't depend on pre existent local files ---------------------------------------------- r20766 | sampaioprimo | 2009-08-10 19:35:39 +0200 (lun., 10 août 2009) | 2 lines [ENH] add default value for number of wiki page revisions to import on Tiki Importer ---------------------------------------------- r20764 | sampaioprimo | 2009-08-10 19:23:01 +0200 (lun., 10 août 2009) | 2 lines [FIX] right output when not able to import attachment on Tiki Importer ---------------------------------------------- r20763 | jonnybradley | 2009-08-10 19:09:19 +0200 (lun., 10 août 2009) | 1 line [FIX] Missed out part of the "off" state for admbox buttons in previous commit ---------------------------------------------- r20762 | jonnybradley | 2009-08-10 18:52:18 +0200 (lun., 10 août 2009) | 4 lines [FIX] Batch upload zip had gone bad. Updating pclzip lib (and moved to third_party) and changed references. Small fix for call to process_batch_file_upload() with no description. ---------------------------------------------- r20761 | jonnybradley | 2009-08-10 18:43:53 +0200 (lun., 10 août 2009) | 1 line [MOD] Add external ref to pclzip ---------------------------------------------- r20758 | jonnybradley | 2009-08-10 17:29:05 +0200 (lun., 10 août 2009) | 3 lines [MOD] Simplify and rationalize admin css. Mostly moved from layout.css to admin.css. ---------------------------------------------- r20757 | jonnybradley | 2009-08-10 17:23:20 +0200 (lun., 10 août 2009) | 1 line [FIX] Remove a couple of unused references to shadowbox ---------------------------------------------- r20756 | sampaioprimo | 2009-08-10 17:22:41 +0200 (lun., 10 août 2009) | 2 lines Changing Text_Wiki svn:externals URL to use Tiki third_party repository ---------------------------------------------- r20754 | chibaguy | 2009-08-10 15:12:40 +0200 (lun., 10 août 2009) | 1 line [FIX] Syncing layout-reference.css with layout.css. ---------------------------------------------- r20753 | chibaguy | 2009-08-10 13:55:00 +0200 (lun., 10 août 2009) | 1 line [ENH] Coelesce IE rule moved to its own file. ---------------------------------------------- r20752 | chibaguy | 2009-08-10 13:53:38 +0200 (lun., 10 août 2009) | 1 line [ENH] Move CSS for random image from inline to layout.css, to enable styling. ---------------------------------------------- r20750 | chibaguy | 2009-08-10 12:56:02 +0200 (lun., 10 août 2009) | 1 line [ENH] Redundant rules (vis-à-vis layout.css) removed. ---------------------------------------------- r20749 | chibaguy | 2009-08-10 12:37:36 +0200 (lun., 10 août 2009) | 1 line [FIX] Misplaced '!important' caused font color errors in Opera and validation errors. ---------------------------------------------- r20748 | sampaioprimo | 2009-08-10 12:35:50 +0200 (lun., 10 août 2009) | 2 lines Tiki Importer tests using Text_Wiki package distributed with Tiki ---------------------------------------------- r20746 | sampaioprimo | 2009-08-10 12:08:23 +0200 (lun., 10 août 2009) | 2 lines Fix some undefined variable warnings ---------------------------------------------- r20744 | chibaguy | 2009-08-10 11:54:35 +0200 (lun., 10 août 2009) | 1 line [MOD] Obsolete selectors removed. ---------------------------------------------- r20742 | chibaguy | 2009-08-10 09:47:11 +0200 (lun., 10 août 2009) | 1 line [ENH] Strasa theme modified to import layout.css (redundant rules removed, and IE6 rule moved to its own files). ---------------------------------------------- r20741 | chibaguy | 2009-08-10 07:03:09 +0200 (lun., 10 août 2009) | 1 line [FIX] Center icons in boxes on tiki-admin.php (missed in conversion to import layout.css). ---------------------------------------------- r20737 | sept_7 | 2009-08-09 17:20:17 +0200 (dim., 09 août 2009) | 2 lines [ENH] allow to deactivate the autoreload by adding a checkbox... ---------------------------------------------- r20735 | lphuberdeau | 2009-08-09 16:37:36 +0200 (dim., 09 août 2009) | 1 line [ENH] Adding more space in string length ---------------------------------------------- r20733 | sept_7 | 2009-08-09 16:32:29 +0200 (dim., 09 août 2009) | 3 lines [ENH] a Xavi special ! Add, well readd the wikiplugin CALENDAR to include calendars in a page... ---------------------------------------------- r20732 | chealer | 2009-08-09 16:23:28 +0200 (dim., 09 août 2009) | 2 lines [FIX] don't escape page names twice. oops ---------------------------------------------- r20731 | lphuberdeau | 2009-08-09 15:55:18 +0200 (dim., 09 août 2009) | 1 line [FIX] Data-channels did not preserve previous ones ---------------------------------------------- r20722 | chealer | 2009-08-09 13:45:12 +0200 (dim., 09 août 2009) | 2 lines [ENH] remove function get_random_pages($n), deprecated in favor of list_pages(0, $n, "random", '', '', true, true) ---------------------------------------------- r20721 | chealer | 2009-08-09 13:41:27 +0200 (dim., 09 août 2009) | 5 lines [MOD] implement category/perspective filtering in mod-random_pages collateral benefits: [FIX] number of pages can (randomly) be below the requested number [MOD] implements WYSIWYCA regression: much less performant ---------------------------------------------- r20720 | chealer | 2009-08-09 12:41:56 +0200 (dim., 09 août 2009) | 2 lines [MOD] implement category/perspective filtering in mod-top_pages ---------------------------------------------- r20719 | chealer | 2009-08-09 12:40:15 +0200 (dim., 09 août 2009) | 2 lines [ENH] reduce categ code, looks like I made things more complicated than they need to be ---------------------------------------------- r20718 | chealer | 2009-08-09 12:35:27 +0200 (dim., 09 août 2009) | 2 lines move get_jail() from categlib to tikilib ---------------------------------------------- r20716 | chealer | 2009-08-09 12:28:08 +0200 (dim., 09 août 2009) | 2 lines [FIX] wiki_ranking_top_pages() returned duplicate rows for pages belonging to multiple categories when passing an array with several entries as $categ ---------------------------------------------- r20712 | kissaki | 2009-08-08 20:29:59 +0200 (sam., 08 août 2009) | 3 lines rename convertscripts to fit version numbers and make them better readable remove oracle and sybase from conversation scripts, nobody is doing them right now made a php file with tikiversion so on version change not ever script has to be edited ---------------------------------------------- r20711 | chealer | 2009-08-08 20:26:33 +0200 (sam., 08 août 2009) | 2 lines ["FIX"] remove support for filtering minor edits, which has broken for a long time (see bug 2257) ---------------------------------------------- r20710 | chealer | 2009-08-08 20:22:39 +0200 (sam., 08 août 2009) | 3 lines [FIX] actually fix minor modifications (current page version isn't in tiki_history) introduces DB field tiki_pages.version_minor ---------------------------------------------- r20709 | chealer | 2009-08-08 20:17:47 +0200 (sam., 08 août 2009) | 2 lines [FIX] disable conversion to sybase ---------------------------------------------- r20708 | chealer | 2009-08-08 20:13:11 +0200 (sam., 08 août 2009) | 2 lines [FIX] disable conversion to oci8 (Oracle) ---------------------------------------------- r20706 | kissaki | 2009-08-08 19:59:17 +0200 (sam., 08 août 2009) | 2 lines pgsql conversation script – finally works ---------------------------------------------- r20705 | chealer | 2009-08-08 19:50:13 +0200 (sam., 08 août 2009) | 2 lines If not running from db/convertscripts/, explain the problem instead of failing everywhere ---------------------------------------------- r20703 | kissaki | 2009-08-08 18:37:12 +0200 (sam., 08 août 2009) | 1 line pgsql conversation ---------------------------------------------- r20702 | kissaki | 2009-08-08 17:22:00 +0200 (sam., 08 août 2009) | 1 line pgsql conversion script: more work. Getting closer ---------------------------------------------- r20697 | sept_7 | 2009-08-08 15:39:42 +0200 (sam., 08 août 2009) | 3 lines [EHN] better layout of the quickatgs^WToolbar admin page... please give some feedback if it is not ok. ---------------------------------------------- r20696 | kissaki | 2009-08-08 15:14:39 +0200 (sam., 08 août 2009) | 1 line work on pgsql conversion ---------------------------------------------- r20694 | sept_7 | 2009-08-08 14:31:39 +0200 (sam., 08 août 2009) | 4 lines [ENH] fix some displayed pb with add rows, add a Reset to Global to clear the toolbar and use the one defined in the global section... Marc should be happy :D ---------------------------------------------- r20692 | sept_7 | 2009-08-08 14:13:37 +0200 (sam., 08 août 2009) | 3 lines [EHN] Toolbar rework to generate the page in smarty and not in php+javascript, so the page now loads many times faster ;p ---------------------------------------------- r20691 | sept_7 | 2009-08-08 12:42:34 +0200 (sam., 08 août 2009) | 2 lines [KIL] delete this template as it is no more in use... ---------------------------------------------- r20690 | sept_7 | 2009-08-08 12:40:16 +0200 (sam., 08 août 2009) | 2 lines [MOD] delete specific smileys box/selector as we have the new ToolBar now ! ;p ---------------------------------------------- r20688 | sept_7 | 2009-08-08 12:02:15 +0200 (sam., 08 août 2009) | 2 lines [FIX] fix toolbars as jonny just left+ some notices ---------------------------------------------- r20687 | sylvieg | 2009-08-08 11:34:06 +0200 (sam., 08 août 2009) | 1 line [FIX]tracker: replace image only if field id non empty ---------------------------------------------- r20686 | lphuberdeau | 2009-08-08 11:15:48 +0200 (sam., 08 août 2009) | 1 line [NEW] Perspective filter ---------------------------------------------- r20685 | lphuberdeau | 2009-08-08 11:08:41 +0200 (sam., 08 août 2009) | 1 line [FIX] Review of permission deployment revealed a few mistakes and omissions ---------------------------------------------- r20682 | sept_7 | 2009-08-07 21:14:22 +0200 (ven., 07 août 2009) | 3 lines [FIX] Fix Calendar viewing of events now works and partially rollback 20674 for the tpl part. ---------------------------------------------- r20681 | jonnybradley | 2009-08-07 20:54:57 +0200 (ven., 07 août 2009) | 2 lines [FIX] Stop feature_jquery being turned off if javascript_enabled ---------------------------------------------- r20679 | jonnybradley | 2009-08-07 20:39:56 +0200 (ven., 07 août 2009) | 2 lines [FIX] A few cosmetic/layout/usability fixes for toolbars ---------------------------------------------- r20678 | sept_7 | 2009-08-07 20:35:56 +0200 (ven., 07 août 2009) | 3 lines [EHN] Add some more method to add or insert stuff to the ToolBar... Well QuickTags for now :D ---------------------------------------------- r20677 | jonnybradley | 2009-08-07 20:24:16 +0200 (ven., 07 août 2009) | 9 lines [NEW] Toolbars revamp from coe branch Manual merge, so possibly a few more bits to come - such as: TODO: Rename quicktags to toolbars (coming very soon) Find/make missing icons Check no javascript behaviour Create database upgrade script Test test test! ---------------------------------------------- r20676 | chealer | 2009-08-07 19:25:28 +0200 (ven., 07 août 2009) | 2 lines [FIX] minor modification attribute not stored in DB (bug 2667). function last_major_pages ---------------------------------------------- r20675 | jonnybradley | 2009-08-07 18:38:25 +0200 (ven., 07 août 2009) | 2 lines [NEW] Images for new toolbars (more coming soon...) ---------------------------------------------- r20674 | mangapower | 2009-08-07 18:03:43 +0200 (ven., 07 août 2009) | 1 line [FIX] Fixed bug with calendar events and minor problems with calendars. GUI need to be re-designed (jQuery is good option) ---------------------------------------------- r20673 | lphuberdeau | 2009-08-07 18:01:40 +0200 (ven., 07 août 2009) | 1 line [NEW] Category transition module ---------------------------------------------- r20670 | jonnybradley | 2009-08-07 17:48:42 +0200 (ven., 07 août 2009) | 2 lines [MOD] Use cssmenus instead of phplayersmenu by default (on new installs) ---------------------------------------------- r20669 | sylvieg | 2009-08-07 17:45:48 +0200 (ven., 07 août 2009) | 1 line [MOD]tabse: option toggle=n not to show the toggle ---------------------------------------------- r20668 | Jyhem | 2009-08-07 17:44:13 +0200 (ven., 07 août 2009) | 1 line [FIX] Typo translation (thanks Marc) ---------------------------------------------- r20667 | sampaioprimo | 2009-08-07 17:24:32 +0200 (ven., 07 août 2009) | 2 lines [ENH] add option to force user to change password at first login on user batch upload ---------------------------------------------- r20662 | sylvieg | 2009-08-07 16:42:07 +0200 (ven., 07 août 2009) | 1 line [MOD]stat: support for articles and for view (see doc.tw) ---------------------------------------------- r20661 | jonnybradley | 2009-08-07 16:23:07 +0200 (ven., 07 août 2009) | 4 lines [KIL] Removerd overlib.js and some references. Altered {popup_init} so file not loaded for now (TODO remove the 50+ uses of it in tpls) Previously added override fn in tiki-jquery.js to hijack overlib calls and create ClueTip tooltips instead. ---------------------------------------------- r20660 | lphuberdeau | 2009-08-07 16:10:41 +0200 (ven., 07 août 2009) | 1 line [FIX] Oops, those are 0 indexed ---------------------------------------------- r20659 | lphuberdeau | 2009-08-07 16:06:43 +0200 (ven., 07 août 2009) | 1 line [FIX] Unit test bootstrapping ---------------------------------------------- r20657 | chealer | 2009-08-07 15:56:04 +0200 (ven., 07 août 2009) | 2 lines [FIX] "Q" and "A" don't have very general translations. get rid of these (just adapted tiki-view_faq) ---------------------------------------------- r20656 | chealer | 2009-08-07 15:49:10 +0200 (ven., 07 août 2009) | 2 lines change "Q" to "Question" to avoid issues translation "Q". Same thing for "A" and "Answer". ---------------------------------------------- r20655 | lphuberdeau | 2009-08-07 15:39:29 +0200 (ven., 07 août 2009) | 1 line [NEW] Support for group transitions (interface through memberlist plugin for now) ---------------------------------------------- r20650 | jonnybradley | 2009-08-07 13:41:40 +0200 (ven., 07 août 2009) | 3 lines [FIX] Add better mimetype setting to other file downloads TODO - REFACTOR! (apologies, no time now) ---------------------------------------------- r20649 | jonnybradley | 2009-08-07 13:39:43 +0200 (ven., 07 août 2009) | 2 lines [FIX] Add better mimetype setting to file downloads (and item attachments) ---------------------------------------------- r20647 | xavidp | 2009-08-07 13:34:48 +0200 (ven., 07 août 2009) | 1 line [MOD] enable tracker items attachments to be shown inline when they are text files (.txt, .csv, ...) and the user adds the param '&display' to the url. To be used also with PluginR. Thanks luci and jonny ---------------------------------------------- r20646 | luciash | 2009-08-07 13:24:42 +0200 (ven., 07 août 2009) | 1 line [ENH] fgal edit display properties: when preference disabled globally, show message and or/link to global admin ---------------------------------------------- r20645 | lphuberdeau | 2009-08-07 13:03:52 +0200 (ven., 07 août 2009) | 1 line [MOD] Upgrade ZF to latest version ---------------------------------------------- r20644 | chealer | 2009-08-07 13:03:11 +0200 (ven., 07 août 2009) | 4 lines implement support for filtering current categories (workspace). filtering is currently done, but there is no consensus on this. we probably want an option to take the current perspective into account or not. objectlib: Add get_object_ids (Returns an array containing the object ids of objects of the same type.) categlib: Add filter_objects_categories (Returns the passed $objects present in any of the passed $categories.) ---------------------------------------------- r20643 | jonnybradley | 2009-08-07 12:47:43 +0200 (ven., 07 août 2009) | 5 lines [MOD] jQuery now on by default - woo! Removed admin checkbox and some unnecessary checks for the feature. TODO: Other checks for feature_jquery need to be removed or replaced with check for javascript_enabled (and corresponding noscript content generated where necessary. ---------------------------------------------- r20642 | chealer | 2009-08-07 12:01:11 +0200 (ven., 07 août 2009) | 2 lines [DOC] pretty good description for a few functions ---------------------------------------------- r20641 | jonnybradley | 2009-08-07 11:56:29 +0200 (ven., 07 août 2009) | 1 line [MOD] More mimetype checking and use of mimetypes.php list ---------------------------------------------- r20640 | jonnybradley | 2009-08-07 11:08:52 +0200 (ven., 07 août 2009) | 3 lines [KIL] Removed pointless feature_swfobj and usages swfobject.js is included automatically by tikilib->embed_flash() ---------------------------------------------- r20639 | jonnybradley | 2009-08-07 11:05:31 +0200 (ven., 07 août 2009) | 4 lines [MOD] Upgrade jQuery from experimental Minor upgrade for webmail to "seems ok" Removed pointless swfobj checkbox (pref to be removed next) ---------------------------------------------- r20638 | lphuberdeau | 2009-08-07 10:18:49 +0200 (ven., 07 août 2009) | 1 line [FIX] Filtering also caused non-sequential IDs, causing problems in different situations ---------------------------------------------- r20637 | lphuberdeau | 2009-08-07 10:15:26 +0200 (ven., 07 août 2009) | 1 line [FIX] Function returned non-sequential keys causing trouble when used to bind variables ---------------------------------------------- r20636 | kissaki | 2009-08-07 03:12:12 +0200 (ven., 07 août 2009) | 1 line pgsql some more and converted ---------------------------------------------- r20635 | kissaki | 2009-08-07 03:04:20 +0200 (ven., 07 août 2009) | 1 line pgsql conv: fix key to index ---------------------------------------------- r20634 | kissaki | 2009-08-07 03:00:58 +0200 (ven., 07 août 2009) | 1 line pgsql: more work ---------------------------------------------- r20633 | kissaki | 2009-08-07 02:21:23 +0200 (ven., 07 août 2009) | 2 lines pgsql convert script updated +some other, smaller things ---------------------------------------------- r20630 | jonnybradley | 2009-08-06 17:57:38 +0200 (jeu., 06 août 2009) | 3 lines [ENH] Don't collapse treetable sections if there are only "a few" of them. Improved feedback on other perms applying to objects ---------------------------------------------- r20629 | jonnybradley | 2009-08-06 17:52:08 +0200 (jeu., 06 août 2009) | 2 lines [MOD] Small improvements to rbox (remarksboxes) ---------------------------------------------- r20628 | jonnybradley | 2009-08-06 16:35:05 +0200 (jeu., 06 août 2009) | 2 lines [FIX] Remove some hard-coded latin collation settings (corresponding change to tiki.sql etc went in with last commit, apologies) ---------------------------------------------- r20627 | jonnybradley | 2009-08-06 16:33:23 +0200 (jeu., 06 août 2009) | 3 lines [ENH] Optionally only show perms for enabled features in object permissions list Some notices ---------------------------------------------- r20626 | sylvieg | 2009-08-06 16:11:38 +0200 (jeu., 06 août 2009) | 1 line [FIX]blog fix jail + jail for list_trackers ---------------------------------------------- r20625 | lphuberdeau | 2009-08-06 15:44:58 +0200 (jeu., 06 août 2009) | 1 line [FIX] Occasional query error when no categories remain after filtering (applying fix on other similar queries) ---------------------------------------------- r20624 | lphuberdeau | 2009-08-06 15:41:22 +0200 (jeu., 06 août 2009) | 1 line [FIX] Occasional query error when no categories remain after filtering ---------------------------------------------- r20623 | lphuberdeau | 2009-08-06 15:39:04 +0200 (jeu., 06 août 2009) | 1 line [MOD] Adding feedback for addition of user in group on autojoin ---------------------------------------------- r20622 | jonnybradley | 2009-08-06 15:36:49 +0200 (jeu., 06 août 2009) | 3 lines [FIX] Remove (pointless) mysql specific # comment (my bad: remember to use '--...' or '/* ... */' syntax instead) ---------------------------------------------- r20621 | lphuberdeau | 2009-08-06 15:15:43 +0200 (jeu., 06 août 2009) | 1 line [MOD] Allow auto-join on groups at profile execution ---------------------------------------------- r20620 | lphuberdeau | 2009-08-06 14:30:49 +0200 (jeu., 06 août 2009) | 1 line [NEW] Allow delegation of member management ---------------------------------------------- r20619 | jonnybradley | 2009-08-06 13:34:50 +0200 (jeu., 06 août 2009) | 2 lines [MOD] Renamed Strasa option - why be cold when you can be cool? ---------------------------------------------- r20618 | jonnybradley | 2009-08-06 12:57:15 +0200 (jeu., 06 août 2009) | 4 lines [KIL] Backups remanents This was mostly removed a long time ago, but these bits seemed to be left over. Please double-check that the tiki-replicate_console and tiki-replicate were also orphaned by the removal of lib/backups/backupslib.php - i cannot find any other references to these files other than via tiki-remote_backup. ---------------------------------------------- r20617 | jonnybradley | 2009-08-06 12:37:58 +0200 (jeu., 06 août 2009) | 1 line [KIL] Aqua tabs (lib/tabs was never used) ---------------------------------------------- r20616 | lphuberdeau | 2009-08-06 12:30:52 +0200 (jeu., 06 août 2009) | 1 line [MOD] Add support for dynamic group names from profiles and multiple fixes ---------------------------------------------- r20615 | jonnybradley | 2009-08-06 12:28:15 +0200 (jeu., 06 août 2009) | 3 lines [KIL] Removed: Charts feature - chartlib, tiki_charts, feature_charts etc Again, tables (4 of them) not created in new installs but not removed in updates - just in case ---------------------------------------------- r20613 | lphuberdeau | 2009-08-06 11:00:06 +0200 (jeu., 06 août 2009) | 1 line [NEW] Data channel profile handler ---------------------------------------------- r20612 | lphuberdeau | 2009-08-06 10:31:00 +0200 (jeu., 06 août 2009) | 1 line [KIL] No longer used ---------------------------------------------- r20610 | sylvieg | 2009-08-06 00:21:25 +0200 (jeu., 06 août 2009) | 1 line [FIX]smarty: url smarty variable conflit with last_changes module ---------------------------------------------- r20608 | jonnybradley | 2009-08-05 21:51:49 +0200 (mer., 05 août 2009) | 4 lines [KIL] Remove jgraphpad - a.k.a. "drawings" Database table not removed from updates to preserve any existing data (but not created on a new install) ---------------------------------------------- r20607 | lphuberdeau | 2009-08-05 21:03:44 +0200 (mer., 05 août 2009) | 1 line [KIL] Newsreader ---------------------------------------------- r20606 | jonnybradley | 2009-08-05 20:40:40 +0200 (mer., 05 août 2009) | 1 line [KIL] Games (database) ---------------------------------------------- r20605 | lphuberdeau | 2009-08-05 20:32:09 +0200 (mer., 05 août 2009) | 1 line [KIL] Games ---------------------------------------------- r20603 | jonnybradley | 2009-08-05 20:15:18 +0200 (mer., 05 août 2009) | 1 line [MOD] Lighter table headings backgrounds ---------------------------------------------- r20602 | sept_7 | 2009-08-05 20:12:00 +0200 (mer., 05 août 2009) | 2 lines [FIX] typo ? please jail master ? ---------------------------------------------- r20601 | lphuberdeau | 2009-08-05 20:02:42 +0200 (mer., 05 août 2009) | 1 line [FIX] Convertscripts ---------------------------------------------- r20600 | luciash | 2009-08-05 20:01:30 +0200 (mer., 05 août 2009) | 1 line [KIL] due to stuck-in at old version of shadowbox (latest version is not LGPL compatible) shadowbox replaced by colorbox ---------------------------------------------- r20599 | lphuberdeau | 2009-08-05 19:59:37 +0200 (mer., 05 août 2009) | 1 line [FIX] Failure detected when no results returned and removing extra bind insanity ---------------------------------------------- r20598 | jonnybradley | 2009-08-05 19:56:04 +0200 (mer., 05 août 2009) | 2 lines [FIX] Missing field on tiki_webmail_contacts_fields ---------------------------------------------- r20597 | luciash | 2009-08-05 19:55:21 +0200 (mer., 05 août 2009) | 1 line [DEL] shadowbox replaced by colorbox (more info see http://colorpowered.com/colorbox/) ---------------------------------------------- r20596 | lphuberdeau | 2009-08-05 19:55:11 +0200 (mer., 05 août 2009) | 1 line [KIL] mootab? ---------------------------------------------- r20595 | jonnybradley | 2009-08-05 19:43:18 +0200 (mer., 05 août 2009) | 2 lines [KIL] Part two of mootools removal ---------------------------------------------- r20594 | luciash | 2009-08-05 19:41:41 +0200 (mer., 05 août 2009) | 1 line [MOD] colorbox implementation and setup (shadowbox replacement) ---------------------------------------------- r20593 | luciash | 2009-08-05 19:39:07 +0200 (mer., 05 août 2009) | 1 line [NEW] a colorbox style and images ---------------------------------------------- r20592 | lphuberdeau | 2009-08-05 19:35:47 +0200 (mer., 05 août 2009) | 1 line [KIL] Getting rid of mootools, jonny will still clean up the remains ---------------------------------------------- r20591 | jonnybradley | 2009-08-05 18:58:47 +0200 (mer., 05 août 2009) | 2 lines [FIX] More flexibility to supply strings (comma delimited) or arrays as params ---------------------------------------------- r20590 | jonnybradley | 2009-08-05 18:33:11 +0200 (mer., 05 août 2009) | 2 lines [FIX] Warning (typo) and notice (type) ---------------------------------------------- r20589 | sept_7 | 2009-08-05 18:20:21 +0200 (mer., 05 août 2009) | 3 lines [FIX] fix cssmenu decision for the left columns... avoid hysteresis of module_type parameter... ---------------------------------------------- r20587 | sept_7 | 2009-08-05 17:56:44 +0200 (mer., 05 août 2009) | 2 lines [FIX] notice + default values ---------------------------------------------- r20586 | sept_7 | 2009-08-05 17:52:48 +0200 (mer., 05 août 2009) | 2 lines [FIX] Propabily a tipo... ---------------------------------------------- r20584 | jonnybradley | 2009-08-05 16:50:01 +0200 (mer., 05 août 2009) | 11 lines [ENH] Object permissions admin mini-revamp Groups now displayed on each perm (in a grid) and set/unset by checking/unchecking Perms grouped by type with collapsible headings (using treetable) Filter by text in perm rows including description (using listfilter) TODO Figure out what to do when there are dozens of groups (probably using perspectives to set a new "visible groups" pref). Fix for when list is filtered opening a type section looses filter on that part. Maybe move descriptions to a tooltip? Test more! ---------------------------------------------- r20583 | sylvieg | 2009-08-05 14:47:13 +0200 (mer., 05 août 2009) | 1 line [FIX]newsletter: parse if wysiwyg and wiki_parse ---------------------------------------------- r20581 | Jyhem | 2009-08-05 14:31:26 +0200 (mer., 05 août 2009) | 1 line [FIX] Don't lose the value of javascript_enabled in order to have 'check all' checkbox again ---------------------------------------------- r20580 | chibaguy | 2009-08-05 14:29:14 +0200 (mer., 05 août 2009) | 1 line [ENH] Darkroom theme modified to import layout.css (redundant rules removed, and IE rules moved to their own files); minor change in layout.css. ---------------------------------------------- r20578 | Jyhem | 2009-08-05 14:19:01 +0200 (mer., 05 août 2009) | 1 line [ENH] Better visibility of survey queries, and more in tune with the general coelesce theme ---------------------------------------------- r20577 | sept_7 | 2009-08-05 05:35:50 +0200 (mer., 05 août 2009) | 3 lines [EHN+FIX] try to have consistent admin panel, first pass and XHTML validation problems... Need to work on button consistency still... ---------------------------------------------- r20576 | lphuberdeau | 2009-08-04 21:24:14 +0200 (mar., 04 août 2009) | 1 line [FIX] More WYSIWYCA and WYSIWYWTSN ---------------------------------------------- r20574 | axold | 2009-08-04 19:40:33 +0200 (mar., 04 août 2009) | 1 line [MOD] Now get_blog is working for perspectives ---------------------------------------------- r20573 | lphuberdeau | 2009-08-04 18:40:11 +0200 (mar., 04 août 2009) | 1 line [MOD] Remove almost duplicate module and replaced with a parameter on the other one ---------------------------------------------- r20571 | chealer | 2009-08-04 18:31:38 +0200 (mar., 04 août 2009) | 2 lines [FIX] preview of modules using parameters (post-modules-doc) ---------------------------------------------- r20568 | lphuberdeau | 2009-08-04 18:25:25 +0200 (mar., 04 août 2009) | 1 line [MOD] Apply category jail on last forum posts ---------------------------------------------- r20567 | sept_7 | 2009-08-04 17:51:03 +0200 (mar., 04 août 2009) | 3 lines [FIX] fix file gallery display option settings, now it should be more intuitive for the user... ---------------------------------------------- r20566 | lphuberdeau | 2009-08-04 17:50:12 +0200 (mar., 04 août 2009) | 1 line [FIX] Convert to support category jail, and fix them because most of them did not work anyway ---------------------------------------------- r20565 | jonnybradley | 2009-08-04 17:18:56 +0200 (mar., 04 août 2009) | 3 lines [ENH] Allow for no checkboxes on treetable list Make empty parent selectors hide when empty (after filtering) ---------------------------------------------- r20564 | lphuberdeau | 2009-08-04 16:52:10 +0200 (mar., 04 août 2009) | 1 line [MOD] Support for jailing on individual files ---------------------------------------------- r20562 | mangapower | 2009-08-04 16:04:15 +0200 (mar., 04 août 2009) | 1 line [MOD] Calendars can be listed using perspectives. Warning: there is a bug when someone add an event to a calendar (it always add an event to another calendar) ---------------------------------------------- r20561 | lphuberdeau | 2009-08-04 16:02:59 +0200 (mar., 04 août 2009) | 1 line [MOD] Apply jailroot based on file gallery categories ---------------------------------------------- r20559 | sylvieg | 2009-08-04 15:24:22 +0200 (mar., 04 août 2009) | 1 line [FIX]search: one search option of each different search to follow search in top bar ---------------------------------------------- r20557 | sylvieg | 2009-08-04 15:01:40 +0200 (mar., 04 août 2009) | 1 line [FIX]search: cleaning in the search admin pannel: tiki search indexation is not always on (for simplifciation merge database search and database fullsearch search - that could be used independantly ---------------------------------------------- r20555 | chibaguy | 2009-08-04 14:49:22 +0200 (mar., 04 août 2009) | 1 line [ENH] TheNews modified to import layout.css (redundant rules removed, and IE rules moved to their own files). ---------------------------------------------- Version 3.0 <http://tikiwiki.org/ReleaseNotes30> ------------------ ---------------------------------------------- r18914 | nkoth | 2009-05-19 08:04:41 -0400 (Tue, 19 May 2009) | 2 lines [FIX] set proper branch in version checker ---------------------------------------------- r18902 | mrjc | 2009-05-18 20:00:14 -0400 (Mon, 18 May 2009) | 1 line [DOC] updated release instructions ---------------------------------------------- r18900 | mrjc | 2009-05-18 19:08:47 -0400 (Mon, 18 May 2009) | 1 line [DOC] Merged back Xavi's doc changes as per marclaporte's email Mon, May 18, 2009 at 6:49 PM ---------------------------------------------- r18894 | mrjc | 2009-05-18 18:02:53 -0400 (Mon, 18 May 2009) | 1 line [DOC] updating documentation re: weird SQL quote problem after convertsqls.sh ---------------------------------------------- r18893 | mrjc | 2009-05-18 17:52:45 -0400 (Mon, 18 May 2009) | 1 line [ENH] better comments - functionally same ---------------------------------------------- r18892 | mrjc | 2009-05-18 17:32:10 -0400 (Mon, 18 May 2009) | 1 line Changes to allow lookup by pathname, and accepted as 3rd party many other libs. Built part of new feature to aggregate files according to which feature the file contributes to, but this is disabled as it has a bug (introduces 'Array' into the last column of the table) ---------------------------------------------- r18891 | mrjc | 2009-05-18 17:27:48 -0400 (Mon, 18 May 2009) | 1 line With nkoth3, added missing permissions and feature checks ---------------------------------------------- r18884 | chibaguy | 2009-05-18 10:29:06 -0400 (Mon, 18 May 2009) | 1 line [FIX] Bad QuickTags background contrast. ---------------------------------------------- r18880 | sylvieg | 2009-05-18 06:37:48 -0400 (Mon, 18 May 2009) | 1 line typo thx geoff ---------------------------------------------- r18879 | chibaguy | 2009-05-18 05:28:51 -0400 (Mon, 18 May 2009) | 1 line [FIX] Site header search form width reduced (expands as needed); #siteloginbar's second div display:inline removed to allow more logical line break (after submit button). ---------------------------------------------- r18878 | nkoth | 2009-05-18 04:58:38 -0400 (Mon, 18 May 2009) | 2 lines [FIX] The existing UI suggests that clearing all caches includes clearing user prefs sessions, and should in fact do so ---------------------------------------------- r18877 | chibaguy | 2009-05-18 04:27:14 -0400 (Mon, 18 May 2009) | 1 line [FIX] Wide pages caused in IE8 by 100%-wide div.postbody (blogs and forums). ---------------------------------------------- r18875 | pkdille | 2009-05-18 00:23:21 -0400 (Mon, 18 May 2009) | 1 line [FIX] tiki-forums: fix the sections in list forums (broken in r16691) ---------------------------------------------- r18874 | mrjc | 2009-05-17 22:42:44 -0400 (Sun, 17 May 2009) | 1 line Empty ie8 hacks file ---------------------------------------------- r18873 | mrjc | 2009-05-17 21:45:27 -0400 (Sun, 17 May 2009) | 1 line Hopefully the last ie7 fix. Thanks to jonny for pointing out ie7 hacks file doesn't need [id] ---------------------------------------------- r18872 | nkoth | 2009-05-17 21:42:29 -0400 (Sun, 17 May 2009) | 2 lines [FIX][ENH] ie7.css was not working properly for individual theme before. Also allow ie8.css ---------------------------------------------- r18871 | mrjc | 2009-05-17 21:04:33 -0400 (Sun, 17 May 2009) | 1 line header height fixes - pushing to ie7.css ---------------------------------------------- r18870 | mrjc | 2009-05-17 20:52:54 -0400 (Sun, 17 May 2009) | 1 line temp fix for ie7 ---------------------------------------------- r18869 | jonnybradley | 2009-05-17 20:39:08 -0400 (Sun, 17 May 2009) | 2 lines [FIX] Tentative fix for login bar in Strasa on IE7 ---------------------------------------------- r18868 | marclaporte | 2009-05-17 19:22:26 -0400 (Sun, 17 May 2009) | 1 line [MOD] Changing from time and date to date only for last blog posts module. 1- This makes the module have way too much clutter. 2- time is available on mouse-over, so it's duplicate info. 3- People typically post less than once per day so it's not relevant, and even if it was posts, are in chronological order anyway. Blog profile is now good with this. ---------------------------------------------- r18867 | xavidp | 2009-05-17 16:36:52 -0400 (Sun, 17 May 2009) | 1 line [FIX] Homepage_content updated to latest content from English language.php, and some some more strings translated for the latest install process, + a few more things ---------------------------------------------- r18866 | xavidp | 2009-05-17 16:35:30 -0400 (Sun, 17 May 2009) | 1 line [FIX] some more typos and consistancy changes to strings ---------------------------------------------- r18865 | xavidp | 2009-05-17 15:47:00 -0400 (Sun, 17 May 2009) | 1 line [FIX]Usability fix: custom.php_example files added, as in the fr lang, to help admins find out how to add customizations through that file ---------------------------------------------- r18864 | xavidp | 2009-05-17 15:45:40 -0400 (Sun, 17 May 2009) | 1 line [FIX]Typo ---------------------------------------------- r18863 | xavidp | 2009-05-17 15:36:58 -0400 (Sun, 17 May 2009) | 1 line [FIX]HOMEPAGE_CONTENT updated to meet latest english homepage (much better nowadays, imho). Thanks Pascal St-Jean for that ---------------------------------------------- r18862 | jonnybradley | 2009-05-17 11:54:05 -0400 (Sun, 17 May 2009) | 2 lines [FIX] IE6 #siteloginbar positioning fix ---------------------------------------------- r18861 | jonnybradley | 2009-05-17 11:01:13 -0400 (Sun, 17 May 2009) | 2 lines [FIX] Use transparent GIF for installer tiki3 logo on IE6 ---------------------------------------------- r18860 | mrjc | 2009-05-17 10:59:42 -0400 (Sun, 17 May 2009) | 1 line added --debug-packaging: run tikirelease.sh with the -x option. ---------------------------------------------- r18853 | nkoth | 2009-05-16 13:05:51 -0400 (Sat, 16 May 2009) | 2 lines [FIX] plugin help not refreshed on plugin on/off changes ---------------------------------------------- r18851 | nkoth | 2009-05-16 08:38:24 -0400 (Sat, 16 May 2009) | 2 lines [FIX] remove debug code ---------------------------------------------- r18849 | sylvieg | 2009-05-16 08:03:38 -0400 (Sat, 16 May 2009) | 1 line [FIX]tracker: do not look for voting if tracker does not use voting-> save one query per items ---------------------------------------------- r18848 | sylvieg | 2009-05-16 06:30:30 -0400 (Sat, 16 May 2009) | 1 line [FIX]tracker: 'edit field' button must not have sort_mode param transmitted ---------------------------------------------- r18845 | xavidp | 2009-05-15 12:33:11 -0400 (Fri, 15 May 2009) | 1 line [FIX] Upgrade instructions tip added to the installer, and translated to Spanish ---------------------------------------------- r18844 | xavidp | 2009-05-15 12:32:24 -0400 (Fri, 15 May 2009) | 1 line [FIX] Upgrade instructions tip added to the installer, and translated to German (thx FrankP_german) ---------------------------------------------- r18843 | xavidp | 2009-05-15 12:29:58 -0400 (Fri, 15 May 2009) | 1 line [FIX] Upgrade instructions tip added to the installer, and translated to French (thx Sylvieg) ---------------------------------------------- r18811 | sept_7 | 2009-05-15 10:19:02 +0200 (ven. 15 mai 2009) | 2 lines [FIX] release script : avoir shipping the wrong version of Tiki ---------------------------------------------- r18809 | Jyhem | 2009-05-15 09:38:08 +0200 (ven. 15 mai 2009) | 1 line [FIX] Oops in 18771 (automated script did not like | ) ---------------------------------------------- r18801 | mrjc | 2009-05-15 02:13:28 +0200 (ven. 15 mai 2009) | 1 line allows for pwd with spaces in (for my mac) ---------------------------------------------- r18800 | nkoth | 2009-05-15 01:44:25 +0200 (ven. 15 mai 2009) | 2 lines [FIX] this checkbox's function is now simply to select/deselect all categories, no longer the old legacy purpose of "remove all categories", so it should not use "cat_clearall" functionality anymore, otherwise it is not possible to select all categories through the use of this. ---------------------------------------------- r18799 | nkoth | 2009-05-15 00:18:18 +0200 (ven. 15 mai 2009) | 2 lines [FIX] typo (capitalization) ---------------------------------------------- r18798 | nkoth | 2009-05-15 00:05:18 +0200 (ven. 15 mai 2009) | 2 lines [FIX] There is no need for sitemycode_publish to be 'y' for admins to see the new link to ask them to change look and feel + logo. This is to make sure users don't inadvertently see legacy sitemycode stuff they should not in upgrade situations. ---------------------------------------------- r18797 | sylvieg | 2009-05-14 23:35:06 +0200 (jeu. 14 mai 2009) | 1 line [FIX]structure: to have some categories when creating a new structure ---------------------------------------------- r18795 | sylvieg | 2009-05-14 22:52:04 +0200 (jeu. 14 mai 2009) | 1 line [FIX] sorry - must not encode all the page if postfilter is on ---------------------------------------------- r18793 | nkoth | 2009-05-14 21:19:24 +0200 (jeu. 14 mai 2009) | 2 lines [MOD] New barebones homepage with intro on the ways to configure Tiki ---------------------------------------------- r18792 | nkoth | 2009-05-14 21:11:28 +0200 (jeu. 14 mai 2009) | 2 lines [MOD] allow way to preload list by specifying profiles and categories in query string ---------------------------------------------- r18788 | jonnybradley | 2009-05-14 20:23:40 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Removing typos - does the whole commit need rolling back? (r18771) ---------------------------------------------- r18786 | nkoth | 2009-05-14 19:32:13 +0200 (jeu. 14 mai 2009) | 2 lines [FIX] spelling ---------------------------------------------- r18785 | sept_7 | 2009-05-14 19:26:52 +0200 (jeu. 14 mai 2009) | 5 lines [ENH] installer : better handling of the setting of max_execution_time add @ before ini_set to hide failure, and show a remark box in step 5 "Install/upgrade" do warn the user that in case of a blank page it is a pb with the creation/upgrade of the database... ---------------------------------------------- r18783 | sept_7 | 2009-05-14 19:05:09 +0200 (jeu. 14 mai 2009) | 4 lines [EHN] Autosave ; move autosave from broken to need polish list in admin panel. I have fixed problems with it last week, so should work better, if it not the case please report... ---------------------------------------------- r18782 | chibaguy | 2009-05-14 19:03:32 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Reinstated flexible height for #header-top div as this is necessary to accommodate various logo sizes. Also misc. layout.css improvements, and new font property for tikinewt (thanks to Matt). ---------------------------------------------- r18781 | sept_7 | 2009-05-14 19:02:36 +0200 (jeu. 14 mai 2009) | 3 lines [FIX] move the feature_floating_help in the right admin panel, it was not a feature of textarea... ---------------------------------------------- r18780 | Jyhem | 2009-05-14 18:43:03 +0200 (jeu. 14 mai 2009) | 1 line [ENH] Use utf-8 unbreakable space (is correct both for html pages and plain-text outbound emails) ---------------------------------------------- r18778 | jonnybradley | 2009-05-14 18:19:07 +0200 (jeu. 14 mai 2009) | 2 lines [MOD] Use Strasa/Cold for installer (only) ---------------------------------------------- r18777 | nkoth | 2009-05-14 18:14:00 +0200 (jeu. 14 mai 2009) | 2 lines [FIX] metatags robots admin field not working (bug 2300, bug 2141) ---------------------------------------------- r18776 | Jyhem | 2009-05-14 18:07:48 +0200 (jeu. 14 mai 2009) | 1 line [FIX] no html escapes in outbound test mail ---------------------------------------------- r18771 | Jyhem | 2009-05-14 15:39:50 +0200 (jeu. 14 mai 2009) | 1 line [ENH] Mass text correction (thanks Marc) ---------------------------------------------- r18770 | jonnybradley | 2009-05-14 15:33:53 +0200 (jeu. 14 mai 2009) | 3 lines [MOD] Adding feature checkboxes for pre-existing hidden features (feature_print_indexed and feature_multilingual_one_page) No idea what they do but you can now switch them on and off! ---------------------------------------------- r18767 | jonnybradley | 2009-05-14 14:30:25 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Icon link to install/upgrade step and <em> tag around install/upgrade item in installation steps list to make it stand out a bit more (if existing $dbcon found) ---------------------------------------------- r18765 | lphuberdeau | 2009-05-14 13:39:57 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Allow pages in profiles to specify translations ---------------------------------------------- r18763 | jonnybradley | 2009-05-14 13:12:10 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Plugin form submit was breaking on IE6 when no 'content' field in form ---------------------------------------------- r18762 | mrjc | 2009-05-14 12:55:21 +0200 (jeu. 14 mai 2009) | 1 line Brought forward from trunk --no-commit and more descriptive packaging (I had meant to put it on 3.0 in the first place!) ---------------------------------------------- r18761 | marclaporte | 2009-05-14 12:32:46 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Adding a link, visible only to admin, to edit logo, etc. (as discussed on IRC) ---------------------------------------------- r18760 | marclaporte | 2009-05-14 11:02:04 +0200 (jeu. 14 mai 2009) | 1 line [MOD] On clean install, mnu_application_menu is no longer visible to Anonymous. It is for Registered and up. And it moved lower on the left. 1- It conflicts with Blog profile and Intranet profile. 2- We are moving to using more & more the Site Identity menu, managed by the Tiki admin and more focused on each specific use case. 3- Moving lower on the left is to make space for inserting modules above if necessary. Longer term, more permanent solution will be to have bare-bones as a native profile so that profiles can move or remove modules. ---------------------------------------------- r18759 | marclaporte | 2009-05-14 07:16:42 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Still not crazy about the idea, but logo back by popular demand. ---------------------------------------------- r18758 | marclaporte | 2009-05-14 06:10:39 +0200 (jeu. 14 mai 2009) | 1 line [UI] Re-ordering help, while continuing to respect the WYSIWYG check. ---------------------------------------------- r18757 | marclaporte | 2009-05-14 05:15:48 +0200 (jeu. 14 mai 2009) | 1 line [UI] More UI cleanup without affecting language strings ---------------------------------------------- r18756 | marclaporte | 2009-05-14 04:54:32 +0200 (jeu. 14 mai 2009) | 1 line [UI] Clearer documention. Using existing strings so translators need not worry :-) ---------------------------------------------- r18755 | marclaporte | 2009-05-14 04:47:14 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Edit help was false because of missing feature check. ---------------------------------------------- r18754 | ricks99 | 2009-05-14 04:31:38 +0200 (jeu. 14 mai 2009) | 1 line [ENH]Use better plugin icons (instead or re-using the comment icons). Each icon should have a singular purpose. ---------------------------------------------- r18753 | marclaporte | 2009-05-14 04:28:12 +0200 (jeu. 14 mai 2009) | 1 line [UI] Removing redudant text which adds no new information. However, keep similar text which explains the feature in different words. ---------------------------------------------- r18752 | marclaporte | 2009-05-14 03:41:26 +0200 (jeu. 14 mai 2009) | 1 line [UI] adding space to be consistent with other icons ---------------------------------------------- r18751 | marclaporte | 2009-05-14 03:02:33 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Removing extra quotes in edit help. 1- It was inconsistent, sometimes, with, sometimes without. 2- It's better without because it should be quite obvious that this is a syntax and we don't want people to think quotes are necessary. 3- Often, it's good to copy/paste from the help to get started and then, we end up with unwanted quotes. ---------------------------------------------- r18750 | marclaporte | 2009-05-14 02:48:48 +0200 (jeu. 14 mai 2009) | 1 line [MOD] Remove dynamic content from quicktags on clean install. 1- It wasn't using the right syntax for plugin help like Flash 2-There is no way to make quicktags optional so when people use this quicktag and feature is off, they get an ugly error. 3- It's easily accessible via edit plugin. 4- It's typically not something you use often like image or Flash plugin ---------------------------------------------- r18749 | marclaporte | 2009-05-14 02:03:38 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Definition list syntax was incorrect ---------------------------------------------- r18748 | marclaporte | 2009-05-14 01:54:55 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Adding feature check on this part of the edit help (Block Preformatting) ---------------------------------------------- r18747 | marclaporte | 2009-05-14 01:28:42 +0200 (jeu. 14 mai 2009) | 1 line [FIX] Remove duplicate documentation. cookie and polls are handled by plugins now. Also, poll needed a feature check. ---------------------------------------------- r18744 | marclaporte | 2009-05-13 23:31:07 +0200 (mer. 13 mai 2009) | 1 line [MOD] In wiki help, with a goal to reduce scrolling, change from table to line break. This permits to take advantage of screen real estate space that is otherwise empty. This space is especially wasted for syntax like comments and external links. This typically shaves off 2-3 lines in my tests. ---------------------------------------------- r18743 | marclaporte | 2009-05-13 23:05:47 +0200 (mer. 13 mai 2009) | 1 line [FIX] Removing wiki help for img and file. Reasons. 0- Too much scrolling. 1- They are both covered by edit plugin help. 2- file plugin depends on wiki attachment feature to be on, thus potential cause of error to user. 3-img plugin is covered by a quicktag, so users don't really need the help anyway. 4- Edit help should stick to the basics to keep it easy to translate, and most advanced stuff should be on doc.tikiwiki.org Any potentially useful information was added to doc.tikiwiki.org/PluginFile and doc.tikiwiki.org/PluginImg ---------------------------------------------- r18742 | sylvieg | 2009-05-13 22:47:25 +0200 (mer. 13 mai 2009) | 1 line [FIX]ldap: always check in ldap ---------------------------------------------- r18741 | marclaporte | 2009-05-13 22:10:40 +0200 (mer. 13 mai 2009) | 1 line [FIX] indicate difference between this plugin and the file plugin ---------------------------------------------- r18740 | marclaporte | 2009-05-13 22:06:10 +0200 (mer. 13 mai 2009) | 1 line [FIX] correct false information and add link to documentation. ---------------------------------------------- r18739 | nagendra016 | 2009-05-13 21:33:39 +0200 (mer. 13 mai 2009) | 1 line [FIX] More information regarding enabling session storage in db added. Asked by Jonny n Matthew. ---------------------------------------------- r18738 | marclaporte | 2009-05-13 21:08:28 +0200 (mer. 13 mai 2009) | 1 line [FIX] Removing dynamic variables from basic help section, because 1-the feature can be turned off, 2- it's a duplication from plugin help. ---------------------------------------------- r18737 | marclaporte | 2009-05-13 20:49:10 +0200 (mer. 13 mai 2009) | 1 line [FIX] Removing RSS in edit help since it's already covered in plugin help. ---------------------------------------------- r18736 | marclaporte | 2009-05-13 20:40:56 +0200 (mer. 13 mai 2009) | 1 line [MOD] More compact UI for plugins help. Tested with __Floating edit help__ on or off. Would be better a table, but not simple to do because of template nesting. ---------------------------------------------- r18735 | nkoth | 2009-05-13 20:35:54 +0200 (mer. 13 mai 2009) | 2 lines [FIX] It will be nice to have shadowbox when js is on but floating help off. But when the shadowbox is closed, there is no way to get back to help as there is no icon to click. So hide the button for now in these cases. ---------------------------------------------- r18734 | jonnybradley | 2009-05-13 20:31:09 +0200 (mer. 13 mai 2009) | 2 lines [FIX] CSS fixes for IE6. Plugin edit form positioning now absolute near top (was appearing at bottom of page) and tabcontent now not covering up the tabs. ---------------------------------------------- r18733 | nkoth | 2009-05-13 20:13:42 +0200 (mer. 13 mai 2009) | 2 lines [FIX] better fix of r18724, make flip still work for js on, but feature_floating_help off ---------------------------------------------- r18732 | jonnybradley | 2009-05-13 19:48:51 +0200 (mer. 13 mai 2009) | 3 lines [FIX] Protect against attempts to set empty timezone. Was happening for me in installer using profiles creating blog posts, but this fix should stop the problem occurring in other cases. ---------------------------------------------- r18731 | jonnybradley | 2009-05-13 19:46:04 +0200 (mer. 13 mai 2009) | 2 lines [FIX] Plugin-edit GUI with nested plugins part 2 - this time for mootools (the default for 3.0) as well, only did jquery last time - oops ---------------------------------------------- r18730 | marclaporte | 2009-05-13 19:41:05 +0200 (mer. 13 mai 2009) | 1 line [DOC] Adding documentation to the code. ---------------------------------------------- r18729 | sylvieg | 2009-05-13 19:23:51 +0200 (mer. 13 mai 2009) | 1 line [FIX]swf: the directory swffix has been renamed swfobject ---------------------------------------------- r18728 | nkoth | 2009-05-13 19:08:07 +0200 (mer. 13 mai 2009) | 2 lines [FIX] preserve previous behavior where empty params are stripped (this is desired where there are many options) ---------------------------------------------- r18727 | marclaporte | 2009-05-13 18:59:39 +0200 (mer. 13 mai 2009) | 1 line [MOD] Turn off some plugins on barebones install to make it cleaner/simpler. Totally debatable. Remember that we can turn them on in relevant profiles. ---------------------------------------------- r18726 | Jyhem | 2009-05-13 18:40:30 +0200 (mer. 13 mai 2009) | 1 line [FIX] We send the test mail with utf-8 content. The header needs to reflect that. ---------------------------------------------- r18725 | sylvieg | 2009-05-13 18:35:18 +0200 (mer. 13 mai 2009) | 1 line [FIX]banner: need the swf include in module - the html code has already been recorded and we do not go through embed_flash again - so we need to load the swf js ---------------------------------------------- r18724 | nkoth | 2009-05-13 18:30:48 +0200 (mer. 13 mai 2009) | 2 lines [FIX] Make floating help optional ---------------------------------------------- r18723 | nkoth | 2009-05-13 17:40:33 +0200 (mer. 13 mai 2009) | 2 lines [FIX] do not show edit help if no perms to edit ---------------------------------------------- r18720 | jonnybradley | 2009-05-13 15:55:25 +0200 (mer. 13 mai 2009) | 1 line [FIX] Plugin-edit GUI with nested plugins (e.g. {img} inside VERSIONS()) should not show parsed html output of inner plugins in edit form body. ---------------------------------------------- r18713 | Jyhem | 2009-05-13 13:21:50 +0200 (mer. 13 mai 2009) | 1 line [FIX] Minor typos in the french installer, including html escapes in outbound test mail ---------------------------------------------- r18712 | sylvieg | 2009-05-13 12:00:41 +0200 (mer. 13 mai 2009) | 1 line rollback 18563 + give e perm denied message. Pretty tracker wiki page needs an additional perm: this page should be not viewable (as they are construction page , but a perm check is needed as a user can use TRACKER with a forbidden page that has nothing to do with trackers ---------------------------------------------- r18711 | Jyhem | 2009-05-13 11:17:41 +0200 (mer. 13 mai 2009) | 1 line [FIX] 'read' requires a parameter: this avoids a useless error message ---------------------------------------------- r18708 | nkoth | 2009-05-13 01:00:48 +0200 (mer. 13 mai 2009) | 2 lines [FIX] typo in prev commit ---------------------------------------------- r18707 | nkoth | 2009-05-13 00:58:37 +0200 (mer. 13 mai 2009) | 2 lines [FIX] (UI) Default to show 3.0+ mods, to avoid clutter of lots of old mods by default ---------------------------------------------- r18705 | nkoth | 2009-05-13 00:50:38 +0200 (mer. 13 mai 2009) | 2 lines [FIX] Add warning message to avoid users setting store session in db and getting themselves into trouble ---------------------------------------------- r18703 | nkoth | 2009-05-13 00:26:09 +0200 (mer. 13 mai 2009) | 2 lines [FIX] do not allow changing of username field when changing password when username is already provided (otherwise users might try to change their username) ---------------------------------------------- r18700 | nkoth | 2009-05-12 22:57:46 +0200 (mar. 12 mai 2009) | 2 lines [FIX] Do not show edit plugin icons in features other than wikis since they won't save the changes anyway ---------------------------------------------- r18699 | sylvieg | 2009-05-12 22:44:19 +0200 (mar. 12 mai 2009) | 1 line [FIX]BLOGLIST: Blog post title was supporting html -> no escape ---------------------------------------------- r18698 | sylvieg | 2009-05-12 22:22:14 +0200 (mar. 12 mai 2009) | 1 line [FIX]BLOGLIST: respect perm + sefurl + multilingual date + use a tpl ---------------------------------------------- r18695 | sylvieg | 2009-05-12 20:17:40 +0200 (mar. 12 mai 2009) | 1 line [FIX]structure: demote was not updating the pos of the previous brothers (but the pos of the previous uncles) ---------------------------------------------- r18692 | sylvieg | 2009-05-12 16:41:02 +0200 (mar. 12 mai 2009) | 1 line backport from trunk - to have the batch_structure working ---------------------------------------------- r18690 | nkoth | 2009-05-12 15:59:33 +0200 (mar. 12 mai 2009) | 1 line fix the top right corner login box location, was not visible ---------------------------------------------- r18687 | sylvieg | 2009-05-12 15:40:41 +0200 (mar. 12 mai 2009) | 1 line [FIX]search: help on the title to the doc + take away the little help near advanced search - as redundant with the big help + some label and classes for styling like find.tpl ---------------------------------------------- r18686 | awolfff | 2009-05-12 14:28:00 +0200 (mar. 12 mai 2009) | 2 lines [FIX] !bug 2435: File galeries did not present an upload dialogue if the margin is in "em". (Firefox 3.0.10) ---------------------------------------------- r18684 | sylvieg | 2009-05-12 14:24:17 +0200 (mar. 12 mai 2009) | 1 line rollback 18682 ---------------------------------------------- r18683 | awolfff | 2009-05-12 13:45:13 +0200 (mar. 12 mai 2009) | 2 lines [ENH] Translation ---------------------------------------------- r18682 | sylvieg | 2009-05-12 13:44:22 +0200 (mar. 12 mai 2009) | 1 line [MOD] homogenize add_help message with a click here ---------------------------------------------- r18681 | jonnybradley | 2009-05-12 13:35:31 +0200 (mar. 12 mai 2009) | 1 line [FIX] Replace missing grey icons (in the right place this time) ---------------------------------------------- r18680 | jonnybradley | 2009-05-12 13:31:41 +0200 (mar. 12 mai 2009) | 1 line [KIL] Remove unused option dir ---------------------------------------------- r18679 | jonnybradley | 2009-05-12 13:24:38 +0200 (mar. 12 mai 2009) | 2 lines [FIX] Restore blue folder icons for strasa default ---------------------------------------------- r18678 | awolfff | 2009-05-12 13:16:25 +0200 (mar. 12 mai 2009) | 2 lines [ENH] Translations and date format ---------------------------------------------- r18676 | jonnybradley | 2009-05-12 13:04:29 +0200 (mar. 12 mai 2009) | 1 line [MOD] Added warning message if feature_clear_passwords = y (admin_security already lists this if on) ---------------------------------------------- r18675 | jonnybradley | 2009-05-12 12:31:21 +0200 (mar. 12 mai 2009) | 2 lines [FIX] Put back incorrectly deleted global $tikipath (thanks SylvieG) ---------------------------------------------- r18671 | Jyhem | 2009-05-12 09:26:45 +0200 (mar. 12 mai 2009) | 1 line [ENH] Grammar ---------------------------------------------- r18667 | chibaguy | 2009-05-12 08:06:11 +0200 (mar. 12 mai 2009) | 1 line [FIX] Misc. improvements. ---------------------------------------------- r18666 | chibaguy | 2009-05-12 07:51:10 +0200 (mar. 12 mai 2009) | 1 line [FIX] Full width + padding caused scrollbar. ---------------------------------------------- r18665 | chibaguy | 2009-05-12 07:43:52 +0200 (mar. 12 mai 2009) | 1 line [FIX] Workaround for IE6's #siteloginbar position problems. ---------------------------------------------- r18663 | chibaguy | 2009-05-12 04:34:35 +0200 (mar. 12 mai 2009) | 1 line [FIX] Zero-height br in conditional comment to prevent top-bar custom code from overlapping siteloginbar in IE7. ---------------------------------------------- r18662 | sept_7 | 2009-05-12 02:44:39 +0200 (mar. 12 mai 2009) | 3 lines [FIX] add_help : probabily a typo, allow add_help to set the alt text of the icon ---------------------------------------------- r18659 | mrjc | 2009-05-11 22:52:37 +0200 (lun. 11 mai 2009) | 1 line [FIX] plugin editor was discarding parameters not listed in module_info (jonnyb, as discussed on IRC with nkoth, please help to review. Thanks) ---------------------------------------------- r18658 | sept_7 | 2009-05-11 22:45:05 +0200 (lun. 11 mai 2009) | 3 lines [FIX] better fix for commit 18647 : Try to set a longer execution time for the installer ---------------------------------------------- r18656 | nkoth | 2009-05-11 21:29:20 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Provide enough space on top for "Register" when activated ---------------------------------------------- r18655 | nkoth | 2009-05-11 20:50:10 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Do not allow checkbox to change inline plugin setting if it is hardcoded in plugin itself ---------------------------------------------- r18654 | jonnybradley | 2009-05-11 20:06:00 +0200 (lun. 11 mai 2009) | 3 lines [FIX] initialise $js_script if needed for array_merge() below to work (was set before by autosave i think) Fixes quicktags etc in AJAX edit mode ---------------------------------------------- r18653 | jonnybradley | 2009-05-11 19:43:25 +0200 (lun. 11 mai 2009) | 4 lines [FIX] Use same selectors for buttons in strasa/mono option (selectors have to be the same to override) Sorry about button2 leakage - TODO (again) for 3.1 ---------------------------------------------- r18652 | marclaporte | 2009-05-11 19:31:13 +0200 (lun. 11 mai 2009) | 1 line [ENH] turning profile plugin on by default because we need in barebones install. ---------------------------------------------- r18651 | sylvieg | 2009-05-11 19:30:17 +0200 (lun. 11 mai 2009) | 1 line rollback 17317 ---------------------------------------------- r18650 | nkoth | 2009-05-11 19:11:22 +0200 (lun. 11 mai 2009) | 2 lines [MOD] Fix confusing UI ---------------------------------------------- r18648 | jonnybradley | 2009-05-11 18:42:25 +0200 (lun. 11 mai 2009) | 6 lines [FIX][CSS] Use fix from Strasa for div#tikihelp invisibly covering up the right hand column and/or textarea scrollbar in all other themes (including transitional and layout). Unfortunately only works with an absolute pixel height value - 400px for now is small but safe. TODO for 3.1 - replace with dedicated JS function to use 95% (or whatever) of window height ---------------------------------------------- r18646 | marclaporte | 2009-05-11 18:13:09 +0200 (lun. 11 mai 2009) | 1 line [FIX] accidental commit ---------------------------------------------- r18644 | nkoth | 2009-05-11 18:12:32 +0200 (lun. 11 mai 2009) | 2 lines [FIX] This plugin should require admin validation to change, and also be set to inline ---------------------------------------------- r18642 | jonnybradley | 2009-05-11 17:50:57 +0200 (lun. 11 mai 2009) | 2 lines [MOD] Change 'forgotPass' pref to 'y' to reduce chance of admins' logging themselves out of new installs (providing they entered an admin email address) ---------------------------------------------- r18641 | nkoth | 2009-05-11 17:39:27 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Profile plugin should be inline, i.e. without edit UI ---------------------------------------------- r18640 | nkoth | 2009-05-11 17:28:12 +0200 (lun. 11 mai 2009) | 2 lines [FIX] reinsert new prefs (seems to have somehow disappeared on prev commit ---------------------------------------------- r18639 | jonnybradley | 2009-05-11 17:27:16 +0200 (lun. 11 mai 2009) | 1 line [ENH] Mono folder icons for strasa/mono (again?) ---------------------------------------------- r18637 | nkoth | 2009-05-11 16:56:51 +0200 (lun. 11 mai 2009) | 2 lines [FIX] page history functions/previews/views should not include edit plugin UI ---------------------------------------------- r18635 | sylvieg | 2009-05-11 16:05:55 +0200 (lun. 11 mai 2009) | 1 line [FIX]freetag: clean up also freetags that reference also objects not existing anymore ---------------------------------------------- r18633 | nkoth | 2009-05-11 15:46:44 +0200 (lun. 11 mai 2009) | 2 lines [FIX] edit plugin icons should not show in preview mode ---------------------------------------------- r18630 | lphuberdeau | 2009-05-11 15:24:51 +0200 (lun. 11 mai 2009) | 1 line [NEW] Profile installer plugin (requested by marc) ---------------------------------------------- r18627 | chibaguy | 2009-05-11 14:31:18 +0200 (lun. 11 mai 2009) | 1 line [FIX] Fix top-level horizontal menu item widths in IE6. ---------------------------------------------- r18626 | jonnybradley | 2009-05-11 14:26:16 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Smarty icon plugin now theme "option" aware i.e. it will use images in styles/my_style/options/my_option/pics/icons/ etc for folder images etc ---------------------------------------------- r18625 | chibaguy | 2009-05-11 11:58:42 +0200 (lun. 11 mai 2009) | 1 line [FIX] Suckerfish menu appearance and function improved in IE6. ---------------------------------------------- r18624 | chibaguy | 2009-05-11 11:57:35 +0200 (lun. 11 mai 2009) | 1 line [FIX] Second-level lists losing focus in IE6. ---------------------------------------------- r18623 | pkdille | 2009-05-11 11:43:03 +0200 (lun. 11 mai 2009) | 1 line [FIX] calendar: fix the prev and next buttons position in viewmode div ---------------------------------------------- r18622 | chibaguy | 2009-05-11 08:53:41 +0200 (lun. 11 mai 2009) | 1 line [FIX] er, no need for ie6 hacks in ie6.css. ---------------------------------------------- r18621 | chibaguy | 2009-05-11 08:47:17 +0200 (lun. 11 mai 2009) | 1 line [FIX] Prevent css menu dropdowns from displaying behind/under tabs and tab content. ---------------------------------------------- r18620 | chibaguy | 2009-05-11 07:41:20 +0200 (lun. 11 mai 2009) | 1 line [FIX] Height settings for IE6 (which doesn't support min-height) ---------------------------------------------- r18619 | chibaguy | 2009-05-11 07:29:54 +0200 (lun. 11 mai 2009) | 1 line [FIX] For IE6, prevent module widening in columns; log-in bar location also fixed in Feb12 ---------------------------------------------- r18618 | nkoth | 2009-05-11 02:36:53 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Make edit plugin icon optional at the level of each icon, so that they can be disabled in the event of problems. ---------------------------------------------- r18617 | nkoth | 2009-05-11 00:56:56 +0200 (lun. 11 mai 2009) | 2 lines [FIX] Make img plugin as all other plugins be pref controllable ---------------------------------------------- r18616 | nkoth | 2009-05-10 23:24:18 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Make top-right floating help plugins-help, add plugin work with text areas, and also quicktag plugin adding work. ---------------------------------------------- r18615 | gezzzan | 2009-05-10 21:57:11 +0200 (dim. 10 mai 2009) | 1 line HUN translation for wiki and plugin help and many other translations ---------------------------------------------- r18614 | sept_7 | 2009-05-10 21:22:06 +0200 (dim. 10 mai 2009) | 2 lines [FIX] save wiki page in WYSIWYG mode... /me go hidding under a rock :( ---------------------------------------------- r18613 | lindonb | 2009-05-10 19:43:49 +0200 (dim. 10 mai 2009) | 1 line [FIX] World's smallest fix. Changed one character (O to Z) so time zone appears instead of %O. ---------------------------------------------- r18612 | nkoth | 2009-05-10 18:29:11 +0200 (dim. 10 mai 2009) | 2 lines [FIX] hide insert plugin syntax tool in floating help area in wysiwyg and other cases with no textarea id set, as it won't work anyway. For the wysiwyg case, later we should have a way of inserting plugins from within the wysiwyg... ---------------------------------------------- r18611 | nkoth | 2009-05-10 18:27:42 +0200 (dim. 10 mai 2009) | 2 lines [FIX] add top-right floating help tool ---------------------------------------------- r18610 | nkoth | 2009-05-10 18:25:30 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Since the generation of plugin help content is within list_plugins, info about textarea needs to be there, also the cache needs to respect for different text area ---------------------------------------------- r18609 | chibaguy | 2009-05-10 17:48:22 +0200 (dim. 10 mai 2009) | 1 line [FIX] More "mono-izing" of colors needed. ---------------------------------------------- r18608 | chibaguy | 2009-05-10 16:48:34 +0200 (dim. 10 mai 2009) | 1 line [FIX] label for needs an id, not class, so changed back to id but different name for module instance. (No bundled stylesheets currently style this id.) ---------------------------------------------- r18607 | chibaguy | 2009-05-10 16:29:46 +0200 (dim. 10 mai 2009) | 1 line [FIX] Same id (login-remember) appearing more than once in page causes validation error, so changed to class. ---------------------------------------------- r18606 | luciash | 2009-05-10 16:24:22 +0200 (dim. 10 mai 2009) | 1 line [FIX] wiki editpage JS quicktags icon to add image from file gallery: add at least an empty alt attribute to prevent xhtml validation errors ---------------------------------------------- r18605 | chibaguy | 2009-05-10 16:17:26 +0200 (dim. 10 mai 2009) | 1 line [FIX] bad <br /> clear property ---------------------------------------------- r18604 | luciash | 2009-05-10 16:13:22 +0200 (dim. 10 mai 2009) | 1 line [FIX] wiki editpage JS quicktags icon to add image from file gallery: use relative path instead of absolute ---------------------------------------------- r18603 | luciash | 2009-05-10 15:35:38 +0200 (dim. 10 mai 2009) | 1 line show help in strasa theme: have it displayed full height again when marc merged wiki syntax and plugins help ---------------------------------------------- r18602 | pkdille | 2009-05-10 09:20:40 +0200 (dim. 10 mai 2009) | 1 line [FIX] coelesce: typo ---------------------------------------------- r18601 | pkdille | 2009-05-10 08:53:36 +0200 (dim. 10 mai 2009) | 1 line [FIX] coelesce: some fix in the header: with and without logo and with various browsers ---------------------------------------------- r18600 | chibaguy | 2009-05-10 08:52:08 +0200 (dim. 10 mai 2009) | 1 line [FIX] Lost sitesearchbar when file was killed, so it returns for now. ---------------------------------------------- r18599 | chibaguy | 2009-05-10 08:30:41 +0200 (dim. 10 mai 2009) | 1 line [FIX] Adjustments mostly in site header and posts. ---------------------------------------------- r18598 | chibaguy | 2009-05-10 08:12:09 +0200 (dim. 10 mai 2009) | 1 line [FIX] Vertical alignment of site title and subtitle. ---------------------------------------------- r18597 | chibaguy | 2009-05-10 08:07:52 +0200 (dim. 10 mai 2009) | 1 line [KIL] Problem of bad display of site title when no logo was solved by using default template. Apparently css changes, etc. have made this file unnecessary. Please watch for any bad effect of removal. ---------------------------------------------- r18596 | marclaporte | 2009-05-10 08:02:24 +0200 (dim. 10 mai 2009) | 1 line [FIX] Remove link to nowhere. Unfortunately, there is no RSS feed for all changes across all trackers. You have to specify a trackerID. RSS feed per tracker can be found on tiki-view_tracker.php?trackerId= ---------------------------------------------- r18595 | marclaporte | 2009-05-10 07:45:57 +0200 (dim. 10 mai 2009) | 1 line [FIX] RSS feed should show most recent change as no.1 ---------------------------------------------- r18594 | nkoth | 2009-05-10 07:33:35 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Make add plugin buttons in help panel work (Note: lots of other sections need similar fix) ---------------------------------------------- r18593 | nkoth | 2009-05-10 05:44:37 +0200 (dim. 10 mai 2009) | 2 lines [FIX] retrieve cached plugin list properly ---------------------------------------------- r18592 | nkoth | 2009-05-10 05:26:04 +0200 (dim. 10 mai 2009) | 2 lines [FIX] Help insert plugin popup tool must specify area name to work ---------------------------------------------- r18591 | marclaporte | 2009-05-10 05:09:27 +0200 (dim. 10 mai 2009) | 1 line [FIX/MOD] merging back again wiki help and plugin help because for most users, there is no distinction between adding a link and adding a video. plugins are just advanced wiki syntax. Also, the plus buttons are not reliable and some users may not see the plugins section. Finally, adding a plugin is currently broken (but not by this commit). ---------------------------------------------- r18590 | marclaporte | 2009-05-10 02:00:54 +0200 (dim. 10 mai 2009) | 1 line [FIX] Adding __required__ note for comments body because if you leave blank, you get an error message. I don't think body should be mandatory but it is. ---------------------------------------------- r18589 | nkoth | 2009-05-09 22:44:34 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Plugin embedded editor wuicktag to add plugin tag not working before (e.g. in tracker plugin) ---------------------------------------------- r18588 | sylvieg | 2009-05-09 21:57:53 +0200 (sam. 09 mai 2009) | 1 line [FIX] missing one - thx nkoth ---------------------------------------------- r18587 | sylvieg | 2009-05-09 21:49:44 +0200 (sam. 09 mai 2009) | 1 line [FIX]wiki: to have also plugin quicktag working in other area than editwiki ---------------------------------------------- r18585 | nkoth | 2009-05-09 20:23:31 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Plugin list cache should be language specific ---------------------------------------------- r18584 | nkoth | 2009-05-09 19:33:14 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Invalidate plugin list cache on plugin activation/deactivation ---------------------------------------------- r18583 | pkdille | 2009-05-09 17:57:17 +0200 (sam. 09 mai 2009) | 1 line [FIX] coelesce.css: the sitetitle and sitesubtitle have to stay on the side of the logo and not below. Import layout.css in this theme. ---------------------------------------------- r18582 | chibaguy | 2009-05-09 17:53:46 +0200 (sam. 09 mai 2009) | 1 line [FIX] Rollback to undo rename of Feb12, Darkroom, TheNews, and Tikinewt themes. ---------------------------------------------- r18581 | chibaguy | 2009-05-09 14:40:35 +0200 (sam. 09 mai 2009) | 2 lines [FIX] Renamed themes that would have compatibility problems at sites where the Tiki 2 versions are already installed (to prevent deprecated Tiki 2 version theme-specific tpl files from being used). (feb12.css missed in earlier commit.) ---------------------------------------------- r18580 | chibaguy | 2009-05-09 13:17:21 +0200 (sam. 09 mai 2009) | 1 line [FIX] Renamed theme in credits, for consistency. ---------------------------------------------- r18579 | chibaguy | 2009-05-09 13:13:15 +0200 (sam. 09 mai 2009) | 1 line [FIX] Renamed themes that would have compatibility problems at sites where the Tiki 2 versions are already installed (to prevent deprecated Tiki 2 version theme-specific tpl files from being used). ---------------------------------------------- r18578 | chibaguy | 2009-05-09 12:31:14 +0200 (sam. 09 mai 2009) | 1 line [FIX] Styling for span.button2 mostly missing, so class added to .button, etc. ---------------------------------------------- r18576 | sylvieg | 2009-05-08 22:20:00 +0200 (ven. 08 mai 2009) | 1 line [FIX]: no mail message ending with : must be translated into : because it wil be excaped ---------------------------------------------- r18575 | marclaporte | 2009-05-08 22:12:59 +0200 (ven. 08 mai 2009) | 1 line [FIX] Remove reference to source page in template as it's alwys blank. Applogies to translators. ---------------------------------------------- r18574 | sylvieg | 2009-05-08 21:16:39 +0200 (ven. 08 mai 2009) | 1 line [FIX]fgal: some perms errors messages ---------------------------------------------- r18573 | nkoth | 2009-05-08 20:24:48 +0200 (ven. 08 mai 2009) | 2 lines [FIX] Remove unnecessary and broken wiki help buttons (duplicates floating help) ---------------------------------------------- r18571 | sampaioprimo | 2009-05-08 18:43:29 +0200 (ven. 08 mai 2009) | 2 lines [FIX] tabs displaying properly in all admin pages when using tikinewt theme ---------------------------------------------- r18570 | sylvieg | 2009-05-08 18:16:10 +0200 (ven. 08 mai 2009) | 1 line [FIX]sheet: \n bugs javascript ---------------------------------------------- r18567 | sylvieg | 2009-05-08 17:37:19 +0200 (ven. 08 mai 2009) | 1 line [FIX]fr: better to see vendredi 8 mai than vendredi 08 mai ---------------------------------------------- r18566 | sylvieg | 2009-05-08 16:00:58 +0200 (ven. 08 mai 2009) | 1 line [FIX]print: no plugin edit icon when printing ---------------------------------------------- r18565 | jonnybradley | 2009-05-08 16:00:24 +0200 (ven. 08 mai 2009) | 1 line [FIX] Don't show unnecessary section edit button if hdr 1 is top of the page (and there is no section 0) [wish 2484] ---------------------------------------------- r18564 | sylvieg | 2009-05-08 15:49:23 +0200 (ven. 08 mai 2009) | 1 line [FIX]tracker: do not show the edit header/plugin icon for a pretty tracker ---------------------------------------------- r18563 | sylvieg | 2009-05-08 14:57:00 +0200 (ven. 08 mai 2009) | 1 line [FIX]tracker: tiki_p_use_as_template is not really useful as each field is tested individually ---------------------------------------------- r18561 | jonnybradley | 2009-05-08 13:38:41 +0200 (ven. 08 mai 2009) | 1 line [FIX] Changed Smarty var $name to $langname (fixes conflict with file gal edit, possibly others) ---------------------------------------------- r18560 | sylvieg | 2009-05-08 12:37:09 +0200 (ven. 08 mai 2009) | 1 line [FIX] use the same edist section icon ---------------------------------------------- r18559 | luciash | 2009-05-08 03:29:11 +0200 (ven. 08 mai 2009) | 1 line [FIX] attach wikiplugin: "applied" http://dev.tikiwiki.org/patch2475 (thanks to lindon) ---------------------------------------------- r18558 | sylvieg | 2009-05-07 23:55:14 +0200 (jeu. 07 mai 2009) | 1 line [FIX]sefurl: replace sequence mulitple - with - because 1/ more simple 2/ do not interfer with SPLIT ---------------------------------------------- r18557 | sylvieg | 2009-05-07 22:03:38 +0200 (jeu. 07 mai 2009) | 1 line [MOD]calendar_new: link the title to tiki-calendar ---------------------------------------------- r18556 | sylvieg | 2009-05-07 21:43:11 +0200 (jeu. 07 mai 2009) | 1 line [FIX]calendar: better fix for not show location in group popup + class around date in group popup ---------------------------------------------- r18552 | aproulx | 2009-05-07 20:03:04 +0200 (jeu. 07 mai 2009) | 1 line [ADD]Class for the month name ---------------------------------------------- r18551 | sylvieg | 2009-05-07 19:47:34 +0200 (jeu. 07 mai 2009) | 1 line [FIX]calendar: do not show location in popup in calendar_new ---------------------------------------------- r18367 | luciash | 2009-05-02 12:25:49 -0700 (Sat, 02 May 2009) | 1 line [DEL] removing unused workspaces images (again) from Tiki before 3.0 ---------------------------------------------- r18366 | luciash | 2009-05-02 12:10:00 -0700 (Sat, 02 May 2009) | 1 line [FIX] installer: use the help.png icon as everywhere else in Tiki instead of the M$ copyrighted one ---------------------------------------------- r18365 | changi67 | 2009-05-02 10:51:14 -0700 (Sat, 02 May 2009) | 1 line French Translation ---------------------------------------------- r18364 | luciash | 2009-05-02 09:49:20 -0700 (Sat, 02 May 2009) | 1 line [FIX] some mascara to improve watch icons ---------------------------------------------- r18363 | chibaguy | 2009-05-02 09:33:29 -0700 (Sat, 02 May 2009) | 1 line [FIX] Avoid transparent border backgrounds in popups. ---------------------------------------------- r18361 | luciash | 2009-05-02 09:17:15 -0700 (Sat, 02 May 2009) | 1 line [FIX] wikiplugin edit: use rather the cross icon from default iconset than the weird fullscreen_minimize icon to close the helper ---------------------------------------------- r18360 | luciash | 2009-05-02 09:03:46 -0700 (Sat, 02 May 2009) | 1 line [FIX] better icon for plugin edit ---------------------------------------------- r18359 | chibaguy | 2009-05-02 08:57:06 -0700 (Sat, 02 May 2009) | 1 line [FIX] A little more padding in .tabcontent. ---------------------------------------------- r18358 | gezzzan | 2009-05-02 08:56:07 -0700 (Sat, 02 May 2009) | 1 line latest HUN translation ---------------------------------------------- r18357 | chibaguy | 2009-05-02 08:47:08 -0700 (Sat, 02 May 2009) | 1 line [FIX] Catching up with corresponding changes in strasa.css. ---------------------------------------------- r18356 | chibaguy | 2009-05-02 08:29:43 -0700 (Sat, 02 May 2009) | 1 line [FIX] More selectors added. ---------------------------------------------- r18355 | luciash | 2009-05-02 08:10:07 -0700 (Sat, 02 May 2009) | 1 line [FIX] distinguish whole page edit icon from section edit icon ---------------------------------------------- r18354 | chibaguy | 2009-05-02 07:18:11 -0700 (Sat, 02 May 2009) | 1 line [FIX] Avoid scrollbar on post titles. ---------------------------------------------- r18353 | luciash | 2009-05-02 06:58:43 -0700 (Sat, 02 May 2009) | 1 line [FIX] Strasa theme: polishing graphics + some adjustments to article titleb and action icons padding ---------------------------------------------- r18352 | luciash | 2009-05-02 06:10:35 -0700 (Sat, 02 May 2009) | 1 line [FIX] Strasa theme: menu arrows transparent now to display nicely in right column menus too ---------------------------------------------- r18351 | chibaguy | 2009-05-02 05:51:36 -0700 (Sat, 02 May 2009) | 1 line [FIX] Better separation between articles, etc. ---------------------------------------------- r18349 | sylvieg | 2009-05-01 14:36:24 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: do not show file field is no perm to attach ---------------------------------------------- r18348 | sylvieg | 2009-05-01 12:58:19 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: warning if use an attachment field when tracker does not use attachement ---------------------------------------------- r18347 | sylvieg | 2009-05-01 12:30:55 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: strange characters after attach file in tracker_view_tracker via a field - no idea why the fields were needed in the url ---------------------------------------------- r18345 | sylvieg | 2009-05-01 09:18:41 -0700 (Fri, 01 May 2009) | 1 line [FIX]tracker: a computed field can use some fields that are not in th REQUEST - so prefill the computed array on what exists in the database ---------------------------------------------- r18341 | nyloth | 2009-05-01 06:43:55 -0700 (Fri, 01 May 2009) | 11 lines [ENH] release scripts: lot of improvements for main release script (doc/devtools/release.php). Main changes are: * main script now handles update of changelog.txt, copyright.txt and README files (with their own steps and report) * interactive mode is a bit more intelligent and don't propose to commit if there is no changes * using the php program that called the release script, instead of just 'php' * now propose to delete the tag if it already exists (useful if a particular release gone wrong and has to be redone quickly) * PHP syntax check should not fail on Segfaults anymore and now displays a percentage progression * new option --http-proxy=HOST:PORT to be able to release behind a proxy (used to get info on sourceforge, not for subversion) * update of the release HOWTO, now displayed by using: php doc/devtools/release.php --howto ---------------------------------------------- r18340 | sylvieg | 2009-05-01 05:27:37 -0700 (Fri, 01 May 2009) | 1 line [FIX]module: assign button ion tab2 must go in tab1 ---------------------------------------------- r18331 | changi67 | 2009-04-30 13:33:05 -0700 (Thu, 30 Apr 2009) | 1 line One shot of get_string to add new text ---------------------------------------------- r18330 | changi67 | 2009-04-30 13:29:33 -0700 (Thu, 30 Apr 2009) | 1 line French translation ---------------------------------------------- r18329 | fantoms | 2009-04-30 13:02:27 -0700 (Thu, 30 Apr 2009) | 1 line [fix] bug which uses wrong perm instead of $tiki_p_articles_admin_topics ---------------------------------------------- r18327 | Jyhem | 2009-04-30 08:19:57 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Same buttons as in tiki-view_forum ---------------------------------------------- r18326 | pkdille | 2009-04-30 08:00:13 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] view forum: Do not go in edit mode after a topic deletion (thks nyloth) ---------------------------------------------- r18325 | aproulx | 2009-04-30 07:31:02 -0700 (Thu, 30 Apr 2009) | 1 line [ADD] info for the ne parameter css_id ---------------------------------------------- r18323 | ricks99 | 2009-04-30 07:05:16 -0700 (Thu, 30 Apr 2009) | 1 line [FIX]re-added the missing user preferences. moved from old admin: login to admin: community. ---------------------------------------------- r18322 | sylvieg | 2009-04-30 06:13:27 -0700 (Thu, 30 Apr 2009) | 1 line [FIX]structure: a better fix as the pos can have other hole ---------------------------------------------- r18321 | sylvieg | 2009-04-30 06:04:29 -0700 (Thu, 30 Apr 2009) | 1 line [FIX]structure: a bug somewhere creates 2 first nodes with the same pos 2. If the node is moved up and as no previous node, force it to be on pos 1 ---------------------------------------------- r18320 | chibaguy | 2009-04-30 00:41:52 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Link in table heading, contrast. ---------------------------------------------- r18319 | chibaguy | 2009-04-30 00:18:17 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Horizontal suckerfish menu top item width reduced for IE6 (was wasted space). ---------------------------------------------- r18318 | chibaguy | 2009-04-30 00:01:23 -0700 (Thu, 30 Apr 2009) | 1 line [FIX] Some improvements in Strasa cold theme option. ---------------------------------------------- r18317 | chibaguy | 2009-04-29 20:55:52 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Strasa sitetitles style used here to fix partial display of site title in IE7. ---------------------------------------------- r18314 | sylvieg | 2009-04-29 12:36:48 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]tracker: sort the dynamic list values ---------------------------------------------- r18313 | sylvieg | 2009-04-29 09:55:09 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]menu: let & and + to be compared to & and '+' ---------------------------------------------- r18312 | sylvieg | 2009-04-29 09:51:27 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]darkroom: to have the selected effect in tiki menu like in css menu ---------------------------------------------- r18311 | Jyhem | 2009-04-29 09:51:15 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] This only appears in an email, so is inappropriate ---------------------------------------------- r18310 | marclaporte | 2009-04-29 09:18:50 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] fixing feature check from something that doesn't exist, to my best guess. Someone who uses this feature, please test and report if this is the right behavior. ---------------------------------------------- r18306 | jonnybradley | 2009-04-29 07:59:08 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] unset($TWV) call moved outside conditional and $email_test_to var moved outside translated string (thanks Nyloth) ---------------------------------------------- r18305 | jonnybradley | 2009-04-29 07:46:50 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] Missing global ---------------------------------------------- r18304 | jonnybradley | 2009-04-29 07:46:35 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] Return early with warning about missing required params ---------------------------------------------- r18303 | jonnybradley | 2009-04-29 07:45:48 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Return if no $data (stops letexrender blowing up) ---------------------------------------------- r18302 | jonnybradley | 2009-04-29 07:44:55 -0700 (Wed, 29 Apr 2009) | 2 lines [FIX] Missing global (and parameter info) fixed ---------------------------------------------- r18301 | marclaporte | 2009-04-29 07:14:49 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Missing doc link ---------------------------------------------- r18298 | sylvieg | 2009-04-29 06:56:00 -0700 (Wed, 29 Apr 2009) | 1 line [FIX]sefurl: sefurl on blogpost + some optimisation ---------------------------------------------- r18296 | marclaporte | 2009-04-29 06:31:23 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] link to documentation ---------------------------------------------- r18295 | marclaporte | 2009-04-29 05:52:32 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Adding feature checks on some plugins. ---------------------------------------------- r18294 | marclaporte | 2009-04-29 05:25:59 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Deactivating some plugins on bare-bones installs. They should be turned on in relevant profiles. ---------------------------------------------- r18293 | marclaporte | 2009-04-29 05:24:33 -0700 (Wed, 29 Apr 2009) | 1 line question about feature_events ---------------------------------------------- r18292 | jonnybradley | 2009-04-29 05:08:28 -0700 (Wed, 29 Apr 2009) | 3 lines [FIX] Allow installer mail-sending test to be sent to the user so they can tell if it worked. Also (optionally) copies mailtest@tikiwiki.org which sends a welcome mail. ---------------------------------------------- r18291 | luciash | 2009-04-29 05:08:24 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] tikibuttons to match the Tiki 3.0 logo style ---------------------------------------------- r18290 | marclaporte | 2009-04-29 05:02:08 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Security and documentation links on various plugins ---------------------------------------------- r18288 | marclaporte | 2009-04-29 04:47:09 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] PluginEvents: 1- feature_events doesn't seem to do anything/exist, so removing from conditions 2- Adding link to documentation ---------------------------------------------- r18286 | marclaporte | 2009-04-29 03:23:40 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Better image link, because it can be overriden by icon themes. tks Nyloth ---------------------------------------------- r18285 | marclaporte | 2009-04-29 02:45:20 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] plugin help 1- making link to documentation open in a new window and not lose current edit 2- change insert icon totemplates/tiki-plugin_help.tpl ---------------------------------------------- r18283 | marclaporte | 2009-04-29 01:25:41 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Better documentation for module parameters ---------------------------------------------- r18282 | marclaporte | 2009-04-29 00:30:26 -0700 (Wed, 29 Apr 2009) | 1 line [FIX] Adding more security on a few plugins ---------------------------------------------- r18280 | sylvieg | 2009-04-28 14:45:14 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]sefurl: more sefurls for structure + clean the code by centralizing the construction of the url in a smarty fucntion ---------------------------------------------- r18279 | sylvieg | 2009-04-28 14:34:55 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]banner: not to have 2 banners if no logo + cutom code ---------------------------------------------- r18278 | changi67 | 2009-04-28 14:28:58 -0700 (Tue, 28 Apr 2009) | 1 line French translation : 80% ---------------------------------------------- r18276 | sylvieg | 2009-04-28 14:23:18 -0700 (Tue, 28 Apr 2009) | 1 line rollback 17960 ---------------------------------------------- r18275 | luciash | 2009-04-28 13:54:34 -0700 (Tue, 28 Apr 2009) | 1 line no change, code indentation only ---------------------------------------------- r18273 | ricks99 | 2009-04-28 09:28:43 -0700 (Tue, 28 Apr 2009) | 1 line [MOD]change mail test email. now uses autoresponder. sender's email is *not* maintained or saved ---------------------------------------------- r18272 | sylvieg | 2009-04-28 09:06:14 -0700 (Tue, 28 Apr 2009) | 1 line [MOD]tracker: mandatory class around input for mandatory fields ---------------------------------------------- r18271 | ricks99 | 2009-04-28 08:55:59 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]show all versions during preview ---------------------------------------------- r18269 | jonnybradley | 2009-04-28 08:21:20 -0700 (Tue, 28 Apr 2009) | 4 lines [FIX] Now works as advertised with the simple example on http://doc.tikiwiki.org/PluginVersions (tested locally - needs more real world testing) Not changed nav=n mode as i don't understand it (the code or the intention) Needs a proper overhaul IMHO ---------------------------------------------- r18268 | sylvieg | 2009-04-28 08:09:48 -0700 (Tue, 28 Apr 2009) | 1 line [FIX]structure: check perm on page when fetching a structure + backport a routine from trunk ---------------------------------------------- r18267 | nyloth | 2009-04-28 07:43:34 -0700 (Tue, 28 Apr 2009) | 1 line [ENH] release script: add an interactive mode, new options and more checks ---------------------------------------------- r18266 | nyloth | 2009-04-28 07:41:45 -0700 (Tue, 28 Apr 2009) | 2 lines [FIX] update db creation files ---------------------------------------------- r18265 | marclaporte | 2009-04-28 07:25:52 -0700 (Tue, 28 Apr 2009) | 1 line [FIX] ---------------------------------------------- r18263 | sylvieg | 2009-04-28 06:42:43 -0700 (Tue, 28 Apr 2009) | 1 line [MOD]darkroom: go for a darker background in tabs to have an easier text reading ---------------------------------------------- r18261 | marclaporte | 2009-04-28 04:38:50 -0700 (Tue, 28 Apr 2009) | 1 line [FIX] fix URL to release notes ---------------------------------------------- r18260 | jonnybradley | 2009-04-28 03:56:14 -0700 (Tue, 28 Apr 2009) | 2 lines [CSS] Lighter menu separators and slightly darker module separators ---------------------------------------------- r18258 | jonnybradley | 2009-04-28 03:23:26 -0700 (Tue, 28 Apr 2009) | 3 lines [FIX] Removing last-child selector on col2 module boxes as it's for CSS 3 only Was causing problems on IE6 especially (and not validating for CSS 2.1) ---------------------------------------------- r18255 | chibaguy | 2009-04-28 01:24:09 -0700 (Tue, 28 Apr 2009) | 1 line [FIX] In lieu of a better solution to white-background tiki-top displaying against dark site header, let login bar be full width. Not identical to strasa in modern browsers, but ok. ---------------------------------------------- r18253 | sylvieg | 2009-04-27 15:19:21 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]tracker: fix dynamic list iitem with value containing a quote ---------------------------------------------- r18252 | sylvieg | 2009-04-27 14:54:08 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]tracker: do not truncate an items list field that is not a text (otherwise it can truncate the html ---------------------------------------------- r18249 | sylvieg | 2009-04-27 13:00:07 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]date: show date if no option to date field ---------------------------------------------- r18246 | jonnybradley | 2009-04-27 10:14:10 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Removed confusing 'Save' button from plugin aliases form 'Change preferences' button works for this tab just like the others now ---------------------------------------------- r18245 | jonnybradley | 2009-04-27 09:22:25 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Replacing missing '>' closing script tag (my bad - r17713) Was causing IE JS errors with shoutbox module ---------------------------------------------- r18244 | sylvieg | 2009-04-27 08:40:43 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]theme: the group theme can be wrong (after upgrade if =old theme) ---------------------------------------------- r18243 | jonnybradley | 2009-04-27 08:15:36 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Added 'experimental' etc warnings to some plugins' descriptions. Added a couple of help tips to the tpl and restored separation between wiki and plugin help sections for (slightly) easier navigation. ---------------------------------------------- r18242 | sylvieg | 2009-04-27 07:52:38 -0700 (Mon, 27 Apr 2009) | 1 line [FIX]wiki: list pages on initial must be case insentitive ---------------------------------------------- r18241 | jonnybradley | 2009-04-27 07:13:00 -0700 (Mon, 27 Apr 2009) | 2 lines [FIX] Switch theme now resets theme option to site default when choosing 'site default' or changing themes (via switch theme module) ---------------------------------------------- r18240 | xavidp | 2009-04-27 07:12:46 -0700 (Mon, 27 Apr 2009) | 1 line [FIX] some more strings translated ---------------------------------------------- r18239 | jonnybradley | 2009-04-27 06:56:17 -0700 (Mon, 27 Apr 2009) | 2 lines [FIX] Mods version filter now picks up ' 3 ' or ' 3+' anywhere in version field ---------------------------------------------- r18236 | jonnybradley | 2009-04-27 05:29:26 -0700 (Mon, 27 Apr 2009) | 3 lines [FIX] Disable unfinished JQuery replacement for FileGals Slideshow for release. Also, it doesn't need mootools feature check as it contains it's own version of the library ---------------------------------------------- r18235 | nyloth | 2009-04-27 04:23:12 -0700 (Mon, 27 Apr 2009) | 1 line [FIX] filegals: make slideshow optional (was a blocker for 3.0) + default view as an option ---------------------------------------------- r18143 | sylvieg | 2009-04-22 00:53:00 +0200 (Wed, 22 Apr 2009) | 1 line oops: forgot a file for commit 15076(move the translation of the enumeration from php to smarty) ---------------------------------------------- r18142 | sylvieg | 2009-04-22 00:46:02 +0200 (Wed, 22 Apr 2009) | 1 line global ---------------------------------------------- r18137 | nyloth | 2009-04-21 23:29:42 +0200 (Tue, 21 Apr 2009) | 1 line more french translations (mainly for the installer) ---------------------------------------------- r18136 | nyloth | 2009-04-21 23:28:02 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] admin menu: update strings in admin_menu.tpl to reflect the strings used in the database menu (for get_strings) ---------------------------------------------- r18135 | nyloth | 2009-04-21 23:26:43 +0200 (Tue, 21 Apr 2009) | 2 lines [FIX] installer: allow translation of profile names + remove old smarty code for the length of the list of profiles + don't move to top of page when clicking on 'help' icons that displays detailed explanations. ---------------------------------------------- r18134 | marclaporte | 2009-04-21 23:26:26 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] fix doc link ---------------------------------------------- r18133 | marclaporte | 2009-04-21 23:01:57 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] Fix links to documentation for Galaxia Workflow ---------------------------------------------- r18132 | marclaporte | 2009-04-21 22:21:10 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] Correct two broken links ---------------------------------------------- r18131 | sylvieg | 2009-04-21 21:52:18 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]menu: prefer to have an url on Admin section ---------------------------------------------- r18130 | jonnybradley | 2009-04-21 20:19:41 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] Deactivate feature_jquery_tablesorter by default (unfinished feature) ---------------------------------------------- r18129 | jonnybradley | 2009-04-21 20:14:33 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] No non-minified version of this file in autocomplete libs ---------------------------------------------- r18128 | marclaporte | 2009-04-21 19:17:40 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] activating __smarty_notice_reporting__ by default, as this is more sensible default as a suboption of general error reporting (which remains off by default). So Smarty reporting only happens if general reporting is on. ---------------------------------------------- r18127 | marclaporte | 2009-04-21 19:03:06 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] __ Each group can have its theme__ should be in relevant profiles, but not in barebones install. ---------------------------------------------- r18126 | chibaguy | 2009-04-21 17:49:34 +0200 (Tue, 21 Apr 2009) | 1 line [NEW] Global IE7 stylesheet (alternative to IE7-targetting hacks in regular stylesheets). ---------------------------------------------- r18125 | chibaguy | 2009-04-21 17:45:57 +0200 (Tue, 21 Apr 2009) | 1 line [ENH] Add conditional comment for ie7.css and enable theme ie7.css files, same as for IE6. ---------------------------------------------- r18124 | sylvieg | 2009-04-21 17:01:55 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]wysiwyg: do not show smileys as not working+ fck has its own smileys ---------------------------------------------- r18123 | nyloth | 2009-04-21 15:42:29 +0200 (Tue, 21 Apr 2009) | 1 line [ENH] release copyright script: be able to use this script through an http proxy using the new '--tcpproxy' param. ---------------------------------------------- r18122 | sylvieg | 2009-04-21 15:37:11 +0200 (Tue, 21 Apr 2009) | 1 line [MOD]lang: check the syntax of the custom.php and displays an error (todo: find out how to get the eval error) ---------------------------------------------- r18121 | sylvieg | 2009-04-21 13:57:12 +0200 (Tue, 21 Apr 2009) | 1 line [MOD]darkroom: do not use a special visited font in menu + less contrast for categorizator ---------------------------------------------- r18120 | pkdille | 2009-04-21 13:57:08 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] get_strings: global tikilib was at the wrong place ---------------------------------------------- r18119 | sylvieg | 2009-04-21 13:41:09 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]rollback 17760: now the edit button is in the text on the right of the plugin ---------------------------------------------- r18118 | sylvieg | 2009-04-21 13:32:23 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]fullscreen: url like tiki-index.php?page=xxx must not haev the = escaped ---------------------------------------------- r18116 | nyloth | 2009-04-21 09:54:06 +0200 (Tue, 21 Apr 2009) | 1 line [FIX] breadcrumbs: titles on admin pages were using wrong encoding, which was generating weird characters in french for example ---------------------------------------------- r18115 | sylvieg | 2009-04-21 00:04:28 +0200 (Tue, 21 Apr 2009) | 1 line [FIX]fullscreen: url like tiki-index.php?page=xxx must not haev the = escaped ---------------------------------------------- r18114 | sylvieg | 2009-04-20 23:55:13 +0200 (Mon, 20 Apr 2009) | 1 line [FIX]to avoid double declaration ---------------------------------------------- r18113 | ricks99 | 2009-04-20 21:53:07 +0200 (Mon, 20 Apr 2009) | 1 line [ENH]Use icons instead of text ---------------------------------------------- r18112 | ricks99 | 2009-04-20 20:15:24 +0200 (Mon, 20 Apr 2009) | 1 line [FIX]removed empty div ---------------------------------------------- r18111 | ricks99 | 2009-04-20 20:02:55 +0200 (Mon, 20 Apr 2009) | 1 line [ENH]allow for manual installation - link to do page (at step 4), better explanation of htaccess file (step 6). ---------------------------------------------- r18109 | nyloth | 2009-04-20 15:37:58 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] release script: remove temporary files and backup files of get_strings.php to avoid them in the secdb step ---------------------------------------------- r18106 | nyloth | 2009-04-20 15:16:26 +0200 (Mon, 20 Apr 2009) | 2 lines [REL] Preparing 3.0beta4 release ---------------------------------------------- r18105 | nyloth | 2009-04-20 15:10:14 +0200 (Mon, 20 Apr 2009) | 1 line french translations for last updates of the installer ---------------------------------------------- r18104 | nyloth | 2009-04-20 14:18:49 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] installer: missing tr for a string ---------------------------------------------- r18103 | nyloth | 2009-04-20 13:45:53 +0200 (Mon, 20 Apr 2009) | 1 line [REL] SecDB for 3.0beta4 ---------------------------------------------- r18102 | nyloth | 2009-04-20 13:45:12 +0200 (Mon, 20 Apr 2009) | 1 line [REL] Update language.php files for 3.0beta4 ---------------------------------------------- r18101 | nyloth | 2009-04-20 13:33:38 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] release script: fix commit message of the update of language.php files ---------------------------------------------- r18100 | nyloth | 2009-04-20 13:29:52 +0200 (Mon, 20 Apr 2009) | 1 line [ENH] release: automatically update language.php files when running release.php ---------------------------------------------- r18099 | nyloth | 2009-04-20 13:27:23 +0200 (Mon, 20 Apr 2009) | 1 line [MOD] get_strings: to add it to the release script, allow running get_strings.php on a checkout, without a tiki installation (no database). In this case, it uses default prefs from lib/setup/prefs.php which has also been changed to be called without tikilib if needed. ---------------------------------------------- r18098 | nyloth | 2009-04-20 13:20:12 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] typo in a french translation ---------------------------------------------- r18097 | chibaguy | 2009-04-20 09:58:58 +0200 (Mon, 20 Apr 2009) | 1 line [FIX] Removed excess white space caused by switching article title from div to h2. ---------------------------------------------- r18096 | chibaguy | 2009-04-19 17:40:10 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Move print, etc. icons from center to right side. ---------------------------------------------- r18095 | chibaguy | 2009-04-19 15:32:33 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Missing property for file gallery Actions popup contents (thanks to spoonypjk for spotting problem). ---------------------------------------------- r18094 | luciash | 2009-04-19 14:04:44 +0200 (Sun, 19 Apr 2009) | 1 line Id to svn:keywords, removed svn:executable (there's no need to have this file executable) ---------------------------------------------- r18093 | luciash | 2009-04-19 13:41:34 +0200 (Sun, 19 Apr 2009) | 1 line just Id to svn:keywords, \brief and @author ---------------------------------------------- r18092 | luciash | 2009-04-19 13:32:33 +0200 (Sun, 19 Apr 2009) | 1 line [MOD] redirect plugin - SEO: Redirect with HTTP status 301 - Moved Permanently rather than the default response by header("Location: ") which is 302 - Found ---------------------------------------------- r18091 | marclaporte | 2009-04-19 09:43:43 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] update installation docs ---------------------------------------------- r18090 | marclaporte | 2009-04-19 08:37:20 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Using Tiki's cache clearing mechanism which preserves .svn files, and not smarty ---------------------------------------------- r18089 | marclaporte | 2009-04-19 06:16:45 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Adding link to doc.tikiwiki.org only if feature_help is on. ---------------------------------------------- r18088 | chibaguy | 2009-04-19 05:50:54 +0200 (Sun, 19 Apr 2009) | 1 line [KIL] Not needed; new method for arrows. ---------------------------------------------- r18087 | marclaporte | 2009-04-19 05:45:05 +0200 (Sun, 19 Apr 2009) | 1 line [FIX] Improve UI of edit help. 1- Merge quicktags & wiki syntax in one section which reduces duplication. 2- Move less important comment about paragraph format to the bottom ---------------------------------------------- r18086 | chibaguy | 2009-04-18 16:44:05 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] #tiki-center's position:relative causing hover popup dislocation, and no longer needed due to changed page-top background method. ---------------------------------------------- r18085 | luciash | 2009-04-18 15:46:35 +0200 (Sat, 18 Apr 2009) | 1 line [KIL] Simple theme: removing unmaintained theme before 3.0 release ---------------------------------------------- r18084 | luciash | 2009-04-18 15:45:27 +0200 (Sat, 18 Apr 2009) | 1 line [KIL] Simple theme: removing unmaintained theme before 3.0 release ---------------------------------------------- r18083 | luciash | 2009-04-18 15:37:21 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] darkroom theme: specify background-color for html to match theme colors because some browsers display it system default (white or light grey) after the footer ends ---------------------------------------------- r18081 | marclaporte | 2009-04-18 10:37:44 +0200 (Sat, 18 Apr 2009) | 1 line With automatic upgrade and SecDB loaded automatically, there is no reason anymore to go back. And if someone did, they can use left-hand menu. ---------------------------------------------- r18080 | marclaporte | 2009-04-18 04:45:06 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] Fix version number when using __lastup__ ---------------------------------------------- r18079 | marclaporte | 2009-04-18 03:13:19 +0200 (Sat, 18 Apr 2009) | 1 line [FX] Propagating search filter settings to modules. ---------------------------------------------- r18078 | marclaporte | 2009-04-18 02:58:19 +0200 (Sat, 18 Apr 2009) | 1 line [MOD] Turning off mono plugin, by default, because it's not, errr, of the highest quality :-) ---------------------------------------------- r18077 | marclaporte | 2009-04-18 02:52:06 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] cosmetic improvements to edit plugin interface. ---------------------------------------------- r18076 | marclaporte | 2009-04-18 02:46:22 +0200 (Sat, 18 Apr 2009) | 1 line [FIX] cosmetic improvements to edit plugin interface. ---------------------------------------------- r18074 | sylvieg | 2009-04-17 22:15:45 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]sefurl: keep the space as + - ex: lang[]=en&lang[]=fr et space -> lang%255B%255D%253Den%2526lang%255B%255D%253Dfr+et+spaces ---------------------------------------------- r18073 | sylvieg | 2009-04-17 21:43:47 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]perms: tiki_p_lock is more a tiki_p_edit_categorized than a tiki_p_view_categorized ---------------------------------------------- r18072 | marclaporte | 2009-04-17 20:36:28 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] link to doc ---------------------------------------------- r18071 | jonnybradley | 2009-04-17 20:21:56 +0200 (Fri, 17 Apr 2009) | 5 lines [ENH] Cosmetic improvements to category picker - feedback welcome (Only in transitions CSS so far) ---------------------------------------------- r18070 | marclaporte | 2009-04-17 20:05:38 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Adding more security to two plugins. ---------------------------------------------- r18069 | marclaporte | 2009-04-17 20:03:06 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] dos2unix ---------------------------------------------- r18068 | marclaporte | 2009-04-17 19:53:43 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Adding padding to make profiles installer nicer. ---------------------------------------------- r18067 | jonnybradley | 2009-04-17 18:42:56 +0200 (Fri, 17 Apr 2009) | 2 lines [MOD] Added new Smarty var $ie6 if IE6 browser detected and changed #col3 inline CSS style in tiki.tpl to suit ---------------------------------------------- r18066 | marclaporte | 2009-04-17 18:06:57 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] shorter URLs for 2 tracker modules, __like in since your last visit__ module ---------------------------------------------- r18065 | sylvieg | 2009-04-17 17:14:18 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]include plugin: the max_times was preventing to load more than 5 times the same page but with start and end different..... now test on start and end too -> perhaps max_times must be ignored if start and end are specified ---------------------------------------------- r18064 | marclaporte | 2009-04-17 16:59:58 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Avoir error message on install. Thanks Matthew. ---------------------------------------------- r18063 | sylvieg | 2009-04-17 16:27:26 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]sefurl: take away accent ---------------------------------------------- r18062 | sylvieg | 2009-04-17 15:24:37 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]perm: module last_tracker_items and last_modif_tracker_items checks perms on tracker + kill duplicate code + new param sort_mode + new param fieldId ---------------------------------------------- r18061 | luciash | 2009-04-17 14:57:16 +0200 (Fri, 17 Apr 2009) | 1 line .plugin-form-float must be above everything (set z-index to 1000) ---------------------------------------------- r18060 | luciash | 2009-04-17 14:34:41 +0200 (Fri, 17 Apr 2009) | 1 line better message than "No Internet Connection has been found" when the installer cannot connect to the profiles repository for some reason (e.g. xmlrpc missing) ---------------------------------------------- r18059 | luciash | 2009-04-17 14:02:46 +0200 (Fri, 17 Apr 2009) | 1 line extending the note that php tags in tpl require PHP Smarty secure mode off ---------------------------------------------- r18058 | luciash | 2009-04-17 13:30:16 +0200 (Fri, 17 Apr 2009) | 1 line tiki installer: replaced "Profile" from "Install/Upgrade" strings to prevent confusion (we don't upgrade only profiles), some simpification changes of "TikiWiki" to "Tiki" where appropriate ---------------------------------------------- r18057 | luciash | 2009-04-17 13:12:25 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] thenews: align the top line of #footer nicely with bottom lines of columns ---------------------------------------------- r18056 | luciash | 2009-04-17 12:58:06 +0200 (Fri, 17 Apr 2009) | 1 line [ENH] #sitelocbar: nicer padding ---------------------------------------------- r18055 | luciash | 2009-04-17 12:49:31 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] thenews theme: give every div in #tiki-center some padding and little margin to images by default ---------------------------------------------- r18054 | luciash | 2009-04-17 11:44:45 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] tiki setup: this is all ugly hardcoded html but the opening tags could match their closing tags at least ---------------------------------------------- r18053 | luciash | 2009-04-17 11:41:26 +0200 (Fri, 17 Apr 2009) | 1 line [MOD] match the tiki 3.0 logo ---------------------------------------------- r18052 | nyloth | 2009-04-17 11:41:05 +0200 (Fri, 17 Apr 2009) | 10 lines [ENH] translations: get_strings.php can now be called as a script in command line, without authentication. Usage example: php5 get_strings.php completion lang=fr + New param 'quiet' to reduce the verbosity (keeping only most important info), especially useful in command line Note: This enhencement has mainly been done to call get_strings.php directly from the release scripts, in order to release up-to-date files to simplify the work of translators. ---------------------------------------------- r18051 | marclaporte | 2009-04-17 10:04:25 +0200 (Fri, 17 Apr 2009) | 1 line [FIX] Ephemerides is a deleted feature. Remove some traces. ---------------------------------------------- r18050 | sylvieg | 2009-04-17 00:50:20 +0200 (Fri, 17 Apr 2009) | 1 line [FIX]perm: mod-tracker_comment->todo perm on item+numrows to be satisfied ---------------------------------------------- r18049 | sylvieg | 2009-04-16 22:39:14 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]wiki: check perm on like pages ---------------------------------------------- r18048 | sylvieg | 2009-04-16 22:30:23 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]prefs: users_prefs_theme seems not ot be used ---------------------------------------------- r18046 | lphuberdeau | 2009-04-16 20:42:16 +0200 (Thu, 16 Apr 2009) | 1 line [NEW] Forum handler for profiles ---------------------------------------------- r18045 | sylvieg | 2009-04-16 20:20:57 +0200 (Thu, 16 Apr 2009) | 1 line [MOD]modules: do not allow to move a module in a column when the column is not displayed ---------------------------------------------- r18044 | sylvieg | 2009-04-16 20:08:23 +0200 (Thu, 16 Apr 2009) | 1 line [MOD]modules: do not allow to move a module in a column when the column is not displayed ---------------------------------------------- r18043 | jonnybradley | 2009-04-16 19:52:15 +0200 (Thu, 16 Apr 2009) | 2 lines [MOD] Advisory "tip" on plugin aliases tab if feature_jquery disabled ---------------------------------------------- r18042 | jonnybradley | 2009-04-16 19:41:57 +0200 (Thu, 16 Apr 2009) | 2 lines [FIX] Plugin alias admin: Show new plugin alias form when none exist to edit ---------------------------------------------- r18041 | jonnybradley | 2009-04-16 19:21:26 +0200 (Thu, 16 Apr 2009) | 2 lines [KIL] Removal of admin/plugins (aliases) as that is now a tab on admin/textarea ---------------------------------------------- r18040 | lphuberdeau | 2009-04-16 19:16:40 +0200 (Thu, 16 Apr 2009) | 1 line [Oops] ---------------------------------------------- r18039 | lphuberdeau | 2009-04-16 19:15:17 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Don't remove trackers with the same name ---------------------------------------------- r18036 | jonnybradley | 2009-04-16 18:39:46 +0200 (Thu, 16 Apr 2009) | 1 line [MOD] Sync DB files ---------------------------------------------- r18035 | jonnybradley | 2009-04-16 18:30:18 +0200 (Thu, 16 Apr 2009) | 1 line [KIL] Remove old 'Email Address' QuickTags ---------------------------------------------- r18034 | jonnybradley | 2009-04-16 18:22:02 +0200 (Thu, 16 Apr 2009) | 2 lines [ENH] Use popup_plugin_form for QuickTags that use plugins (quote, flash, code and image) ---------------------------------------------- r18033 | lphuberdeau | 2009-04-16 18:10:51 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Concatenation done before reference replacement ---------------------------------------------- r18032 | jonnybradley | 2009-04-16 18:02:07 +0200 (Thu, 16 Apr 2009) | 3 lines [FIX] Don't try to (jquery) animate the edit help panel as sometimes it wasn't resizing properly (combination of right hand position and max-width a percentage, i think) ---------------------------------------------- r18031 | lphuberdeau | 2009-04-16 17:49:52 +0200 (Thu, 16 Apr 2009) | 1 line [MOD] Report database out of date when an SQL query error occurs ---------------------------------------------- r18030 | lphuberdeau | 2009-04-16 17:43:33 +0200 (Thu, 16 Apr 2009) | 1 line [NEW] Article handler for profiles ---------------------------------------------- r18029 | lphuberdeau | 2009-04-16 16:36:01 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Adding tiki_plugin_security to default install ---------------------------------------------- r18028 | lphuberdeau | 2009-04-16 16:27:46 +0200 (Thu, 16 Apr 2009) | 1 line [NEW] Page listing plugins pending approval ---------------------------------------------- r18027 | sylvieg | 2009-04-16 16:13:00 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]translation: Do not know if 17114 must to be rolled back. all the : have been changed to : but RE: is translating RE : and then is escaped. Change this one just for now ---------------------------------------------- r18026 | lphuberdeau | 2009-04-16 15:19:47 +0200 (Thu, 16 Apr 2009) | 1 line [MOD] Moving plugin validation to its own table to ease auditing ---------------------------------------------- r18025 | sylvieg | 2009-04-16 14:19:15 +0200 (Thu, 16 Apr 2009) | 1 line [FIX]title: the escape of & in look & feel is done in breadcrumb lib ---------------------------------------------- r18024 | chibaguy | 2009-04-16 04:43:41 +0200 (Thu, 16 Apr 2009) | 1 line [FIX] Non-validating CSS for IE6 replaced with conditional comment. ---------------------------------------------- r18022 | sylvieg | 2009-04-16 00:29:47 +0200 (Thu, 16 Apr 2009) | 1 line sefurl ---------------------------------------------- r18021 | lphuberdeau | 2009-04-15 23:25:59 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Use tiki's clear function instead of smarty's ---------------------------------------------- r18020 | sylvieg | 2009-04-15 22:39:02 +0200 (Wed, 15 Apr 2009) | 1 line re-rollback 18013 17997: <textarea must be escaped, {textarea must not ---------------------------------------------- r18019 | lphuberdeau | 2009-04-15 22:28:54 +0200 (Wed, 15 Apr 2009) | 1 line [NEW] Allow profiles to specify an instruction page to redirect to after installation ---------------------------------------------- r18018 | lphuberdeau | 2009-04-15 22:08:44 +0200 (Wed, 15 Apr 2009) | 1 line [MOD] Indicate which profiles are installed in the listing and replace forget option with reinsall ---------------------------------------------- r18017 | marclaporte | 2009-04-15 21:45:12 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Instructions for robots were not identical with and without slash. To avoid this in the future, I reordered the instructions. Related: http://dev.tikiwiki.org/wish442 ---------------------------------------------- r18016 | lphuberdeau | 2009-04-15 21:43:20 +0200 (Wed, 15 Apr 2009) | 1 line [NEW] Adding RSS profile handler ---------------------------------------------- r18015 | marclaporte | 2009-04-15 21:39:56 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] fix doc ---------------------------------------------- r18014 | marclaporte | 2009-04-15 21:38:56 +0200 (Wed, 15 Apr 2009) | 1 line [MOD] Moving wiki syntax from __wiki__ admin panel to __text area__ admin panel. Someone could be using Tiki without the wiki engine and still need to configure wiki syntax. ---------------------------------------------- r18013 | sylvieg | 2009-04-15 21:38:08 +0200 (Wed, 15 Apr 2009) | 1 line rollback 17007: to have back html like '<a>' when editing a user module -> lang[]=en&lang[]=fr sitll not working in a wiki page ---------------------------------------------- r18012 | sylvieg | 2009-04-15 21:27:27 +0200 (Wed, 15 Apr 2009) | 1 line sefurl ---------------------------------------------- r18009 | marclaporte | 2009-04-15 20:20:26 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Custom Home: removing specific references to version numbers or image gallery ID. This feature is a candidate for being pulled out eventually as you can do everything in a wiki page nowadays. Could be useful for Splash pages with totally different layout if it wasn't using tiki.tpl ---------------------------------------------- r18008 | sylvieg | 2009-04-15 19:46:02 +0200 (Wed, 15 Apr 2009) | 1 line [MOD]lang: to be able to modifiy custom.php file directly from the api ---------------------------------------------- r18006 | lphuberdeau | 2009-04-15 19:34:40 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Do not return to top when clicking the details button ---------------------------------------------- r18005 | lphuberdeau | 2009-04-15 19:16:37 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Preserve line breaks ---------------------------------------------- r18004 | lphuberdeau | 2009-04-15 19:16:04 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Plugin edit submission should not rely on a javascript error to work ---------------------------------------------- r18003 | jonnybradley | 2009-04-15 19:11:14 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Include old "sorttable" JS file if feature_jquery_tablesorter not enabled ---------------------------------------------- r18001 | lphuberdeau | 2009-04-15 18:42:48 +0200 (Wed, 15 Apr 2009) | 1 line [MOD] Do not display approve and preview in plugin approval in preview mode (not usable) and only show plugin edit if javascript is enabled ---------------------------------------------- r18000 | sylvieg | 2009-04-15 17:34:19 +0200 (Wed, 15 Apr 2009) | 1 line [FIX]users: a tiki_p_admin_junior can not change password of other users ---------------------------------------------- r17999 | nyloth | 2009-04-15 16:22:05 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] installer: change strings that was too much splitted in order to have full sentences that could really be translated + french translation of the installer ---------------------------------------------- r17998 | sylvieg | 2009-04-15 16:11:26 +0200 (Wed, 15 Apr 2009) | 1 line [MOD]categ: put a class on the flipper to be able to be able to style (like put on the right ---------------------------------------------- r17997 | sylvieg | 2009-04-15 15:42:59 +0200 (Wed, 15 Apr 2009) | 1 line [FIX]wiki: to have a data like lang[]=en&lang[]=fr - please test to see if no side effect ---------------------------------------------- r17996 | sylvieg | 2009-04-15 15:27:45 +0200 (Wed, 15 Apr 2009) | 1 line [FIX]wiki: to have a page with name like lang[]=en&lang[]=fr correctlly displayed ---------------------------------------------- r17995 | aproulx | 2009-04-15 15:27:31 +0200 (Wed, 15 Apr 2009) | 1 line [ADD] class param for fancylist and correction on tiki-articles.php (committed by mistake last week) ---------------------------------------------- r17994 | luciash | 2009-04-15 14:47:26 +0200 (Wed, 15 Apr 2009) | 1 line for now just replace the strings in $mail_data marked to be translated by watcher language when simple email notification format not set in tracker, TODO: capture and translate them in smarty tpls too ---------------------------------------------- r17992 | luciash | 2009-04-15 14:14:55 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] simple tracker notifications: translate e-mails correctly by watcher language (TODO: make it cacheable/use smarty template to improve performance) ---------------------------------------------- r17991 | luciash | 2009-04-15 11:30:15 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] simple tracker notification: bring the unchanged Subject back, TODO: remove the rest of tra(), (still no idea where the notification mail gets the field names translated in) ---------------------------------------------- r17990 | pkdille | 2009-04-15 10:35:58 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] + [MOD] filegal_manager: The default behaviour was to open the file gallery 1 (since r17715) which may not exist. Now, if there's only one filegal, the filegal_manager opens it. If there are more than one, the fgal_manager opens the list of gals. ---------------------------------------------- r17989 | Jyhem | 2009-04-15 10:15:00 +0200 (Wed, 15 Apr 2009) | 1 line [ENH] Text improvement: Cosmetic fixes (thanks, Marc) ---------------------------------------------- r17988 | pkdille | 2009-04-15 10:14:25 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] send newsletters: better test on uploaded files to avoid errors (eg. if file field is empty) ---------------------------------------------- r17987 | chibaguy | 2009-04-15 10:03:18 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Search bar can't be positioned relative to #header-top bottom because activating topbar custom code pulls search bar down onto login form. ---------------------------------------------- r17986 | chibaguy | 2009-04-15 08:59:32 +0200 (Wed, 15 Apr 2009) | 1 line [ENH] Site header, menu, My Tiki, etc. improvements. ---------------------------------------------- r17985 | chibaguy | 2009-04-15 06:34:35 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] Horizontal suckerfish dropdown offset, other small padding improvements. ---------------------------------------------- r17984 | marclaporte | 2009-04-15 01:12:02 +0200 (Wed, 15 Apr 2009) | 1 line [FIX] For MyTiki articles to be treated the same way as blogs, tasks, etc. ---------------------------------------------- r17983 | marclaporte | 2009-04-14 23:59:10 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] cached file count shouldn't include svn files ---------------------------------------------- r17982 | marclaporte | 2009-04-14 23:13:04 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] templates_c cache clearing was deleting .svn info ---------------------------------------------- r17981 | marclaporte | 2009-04-14 21:48:04 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Cosmetic fix in validation email. ---------------------------------------------- r17980 | marclaporte | 2009-04-14 21:45:54 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] People don't care to know what Tiki is in their registration email. Can cause confusion about site. ---------------------------------------------- r17979 | marclaporte | 2009-04-14 20:42:01 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] fix broken link to image ---------------------------------------------- r17978 | sylvieg | 2009-04-14 19:48:14 +0200 (Tue, 14 Apr 2009) | 1 line [MOD]sefurl: option to create url like article1-title bag1-title ---------------------------------------------- r17977 | marclaporte | 2009-04-14 19:47:12 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Update post-release instructions. Do we still want, for example, to call it 1.9.2 (SVN) until it's official at 1.9.2? ---------------------------------------------- r17976 | sylvieg | 2009-04-14 18:20:30 +0200 (Tue, 14 Apr 2009) | 1 line [FIX]per: tiki_p_blog_post is more like a tiki_p_edit_categorized that a tiki_p_view_categorized ---------------------------------------------- r17975 | sylvieg | 2009-04-14 17:34:17 +0200 (Tue, 14 Apr 2009) | 1 line [MOD]sefurl: urlencode + the title article option (setting still not to be committed) ---------------------------------------------- r17974 | sylvieg | 2009-04-14 17:10:18 +0200 (Tue, 14 Apr 2009) | 1 line reference ---------------------------------------------- r17973 | sylvieg | 2009-04-14 16:11:32 +0200 (Tue, 14 Apr 2009) | 1 line admin page ---------------------------------------------- r17971 | chibaguy | 2009-04-14 13:15:17 +0200 (Tue, 14 Apr 2009) | 1 line [ENH] No need for suckerfish horizontal menu top items to have explicit width, so menu width can be reduced; also minor adjustments for IE. ---------------------------------------------- r17970 | marclaporte | 2009-04-14 12:32:16 +0200 (Tue, 14 Apr 2009) | 1 line [ENH] Adding 4 new profiles. They are still being worked on. Company_Intranet is a good example. ---------------------------------------------- r17969 | marclaporte | 2009-04-14 12:02:25 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Save user a click until calendar is created. ---------------------------------------------- r17968 | nyloth | 2009-04-14 11:40:26 +0200 (Tue, 14 Apr 2009) | 2 lines [FIX][NEW] pagination: do not display "Page 1/1" by default when there is only one page in results. Add an option "pagination_hide_if_one_page" with a checkbox 'Hide pagination when there is only one page' in admin look panel. ---------------------------------------------- r17967 | nyloth | 2009-04-14 11:37:54 +0200 (Tue, 14 Apr 2009) | 1 line [MOD] precision in tikirelease doc ---------------------------------------------- r17966 | Jyhem | 2009-04-14 11:07:52 +0200 (Tue, 14 Apr 2009) | 1 line [ENH] Text improvement: Technical accuracy (thanks, Gary) ---------------------------------------------- r17965 | marclaporte | 2009-04-14 09:49:34 +0200 (Tue, 14 Apr 2009) | 1 line [FIX] Fix broken links to category browser. ---------------------------------------------- r17964 | pkdille | 2009-04-13 23:10:50 +0200 (Mon, 13 Apr 2009) | 1 line [MOD] some french translations ---------------------------------------------- r17961 | sylvieg | 2009-04-13 18:11:24 +0200 (Mon, 13 Apr 2009) | 1 line [FIX]banner: default maxClicks in db has been set to NULL :-( ---------------------------------------------- r17960 | sylvieg | 2009-04-13 17:24:05 +0200 (Mon, 13 Apr 2009) | 1 line [FIX]banner: site banner are not depending on custom code when no logo ---------------------------------------------- r17958 | chibaguy | 2009-04-13 14:51:01 +0200 (Mon, 13 Apr 2009) | 1 line [ENH] A little padding in table.normal td (as for example in view tracker). ---------------------------------------------- r17957 | chibaguy | 2009-04-13 12:00:10 +0200 (Mon, 13 Apr 2009) | 1 line [FIX] Horizontal PHP Layers menu padding and border on right side of item. ---------------------------------------------- r17956 | pkdille | 2009-04-13 08:38:17 +0200 (Mon, 13 Apr 2009) | 1 line [LANG] get_strings on all language files ---------------------------------------------- r17955 | marclaporte | 2009-04-13 00:25:59 +0200 (Mon, 13 Apr 2009) | 1 line [FIX] Update link. ---------------------------------------------- r17954 | xavidp | 2009-04-12 18:08:39 +0200 (Sun, 12 Apr 2009) | 1 line installation / update process translated ---------------------------------------------- r17952 | chibaguy | 2009-04-12 12:53:57 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] 100% wide .horbar caused it to not share line with searchbar in IE7. ---------------------------------------------- r17951 | marclaporte | 2009-04-12 10:33:07 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Restoring help_section specific styles for 2 themes. Now identical to transition styles but the could diverge later. Thanks Gary and Pkdille ---------------------------------------------- r17950 | nyloth | 2009-04-12 10:31:24 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] installer: use the version available in lib/setup/twversion.class.php instead of an hardcoded version, to have only only central place to update when releasing ---------------------------------------------- r17949 | chibaguy | 2009-04-12 10:27:54 +0200 (Sun, 12 Apr 2009) | 1 line [ENH] Improved phplayers and css menu details. ---------------------------------------------- r17948 | marclaporte | 2009-04-12 10:26:39 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Making edit help more intuitive and to handle better if javascript is not available. 1- If javacript is available, removing the plugin examples in listing on the right-hand side. Why? 1- This section is not very large and already contains quite a bit on info. 2- We keep the description and this should be sufficient for users to know if they are interested or not in each plugin. 3- If they are interested and javascript is available, they click insert and they get a very nice form where they just fill in the boxes. This is so much better than old way of doing, which was to copy-paste sample plugin code and to fiddle in the wiki page. If javascript is not available, all the information is below the wiki edit box, much like 2.x ---------------------------------------------- r17947 | marclaporte | 2009-04-12 10:07:05 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Doc link for Mouseovr plugin ---------------------------------------------- r17946 | chibaguy | 2009-04-12 09:42:13 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] input[type=text] px width made some inputs too narrow. ---------------------------------------------- r17945 | marclaporte | 2009-04-12 09:26:07 +0200 (Sun, 12 Apr 2009) | 1 line [DEL] Removing wikiplugin_example.php because 1- It doesn't work 2- We have enoigh plugins to serve as examples. Thanks pkdille. ---------------------------------------------- r17944 | marclaporte | 2009-04-12 09:12:57 +0200 (Sun, 12 Apr 2009) | 1 line [DEL] Removing wikiplugin_example.php because 1- It doesn't work 2- We have enoigh plugins to serve as examples. ---------------------------------------------- r17943 | marclaporte | 2009-04-12 07:52:28 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Making edit help more intuitive 1- Merging two help boxes into one. Why? Two help boxes is confusing and plugins are just advanced wiki syntax anyway. 2- Help now open in one click instead of two ---------------------------------------------- r17942 | marclaporte | 2009-04-12 07:11:32 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Removing specific style info for help_sections as it's better to rely on the one in transition ---------------------------------------------- r17941 | marclaporte | 2009-04-12 06:57:39 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] To avoid messages similar to about __This edit session will expire in 300 minutes. Preview or Save your work to restart the edit session timer. __ to overlap above this edit plugin helper. ---------------------------------------------- r17939 | marclaporte | 2009-04-12 05:10:17 +0200 (Sun, 12 Apr 2009) | 1 line [MOD] Planning 3.0Beta4 ---------------------------------------------- r17938 | marclaporte | 2009-04-12 04:52:51 +0200 (Sun, 12 Apr 2009) | 1 line [ENH] Adding an admin quicklink to activate/deactivate plugins ---------------------------------------------- r17937 | marclaporte | 2009-04-12 04:50:15 +0200 (Sun, 12 Apr 2009) | 1 line [MOD] Preparing for an eventual Beta4 ---------------------------------------------- r17936 | marclaporte | 2009-04-12 02:35:20 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Improving the installer 1-Link to human-readable and translations. 2-centering so continue button doesn't look out of place ---------------------------------------------- r17935 | marclaporte | 2009-04-12 01:32:01 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Correcting instructions. We used to have to have fix and open. I am not sure how relevant this is anymore. ---------------------------------------------- r17934 | marclaporte | 2009-04-12 01:28:26 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Correcting instructions ---------------------------------------------- r17933 | marclaporte | 2009-04-12 01:22:29 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Move __Sender email__ to better place in admin panel. This setting is very important. ---------------------------------------------- r17932 | marclaporte | 2009-04-12 00:45:17 +0200 (Sun, 12 Apr 2009) | 1 line [FIX] Moving __Maximum number of records in listings__ next to pagination settings. ---------------------------------------------- r17930 | nyloth | 2009-04-11 17:49:57 +0200 (Sat, 11 Apr 2009) | 1 line [REL] SecDB for 3.0beta3 ---------------------------------------------- r17929 | chibaguy | 2009-04-11 17:13:44 +0200 (Sat, 11 Apr 2009) | 1 line [ENH] Minor menu improvements. ---------------------------------------------- r17928 | chibaguy | 2009-04-11 16:57:19 +0200 (Sat, 11 Apr 2009) | 1 line [ENH] Menu contrast and hover improvements. ---------------------------------------------- r17927 | sylvieg | 2009-04-11 16:12:44 +0200 (Sat, 11 Apr 2009) | 1 line [FIX]plugin: trim also at the end of each param cr... a plugin can be on multiple line ---------------------------------------------- r17926 | sylvieg | 2009-04-11 13:09:11 +0200 (Sat, 11 Apr 2009) | 1 line rollback 17916 - this change is topo dangerous in a prelease ---------------------------------------------- r17925 | nyloth | 2009-04-11 10:43:14 +0200 (Sat, 11 Apr 2009) | 1 line [REL] SecDB for 3.0beta3 ---------------------------------------------- r17924 | nyloth | 2009-04-11 10:41:29 +0200 (Sat, 11 Apr 2009) | 1 line [FIX] fix typo in mod-adsense.php ---------------------------------------------- r17923 | nyloth | 2009-04-11 10:36:09 +0200 (Sat, 11 Apr 2009) | 1 line [REL] SecDB for 3.0beta3 ---------------------------------------------- r17922 | nyloth | 2009-04-11 09:47:27 +0200 (Sat, 11 Apr 2009) | 2 lines [REL] Preparing 3.0beta3 release ---------------------------------------------- r17921 | nyloth | 2009-04-11 09:10:27 +0200 (Sat, 11 Apr 2009) | 1 line [FIX] fix tiki.sql for comments locking which was causing troubles on fresh installs ---------------------------------------------- r17920 | sylvieg | 2009-04-10 23:43:23 +0200 (Fri, 10 Apr 2009) | 1 line [FIX]perm: tiki_p_blog_post, tiki_p_add_events, tiki_p_upload_images, tiki_p_remove are more related to tiki_p_edit_categorized than tiki_p_view_categorized ---------------------------------------------- r17919 | lphuberdeau | 2009-04-10 23:00:45 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Rebuild patch list after clean install to make sure they are all recorded during reinstall and add DB out of date notification in admin panel ---------------------------------------------- r17917 | sylvieg | 2009-04-10 22:18:49 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] reverse 17912 and fix it correctly ---------------------------------------------- r17916 | sewilco | 2009-04-10 21:56:52 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Do not ignore Group perm on categorized object. ---------------------------------------------- r17914 | marclaporte | 2009-04-10 20:43:01 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] feature_print_indexed is a new feature, never should have been activated by default ---------------------------------------------- r17913 | lphuberdeau | 2009-04-10 19:55:14 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Avoid name conflicts ---------------------------------------------- r17912 | lphuberdeau | 2009-04-10 19:52:14 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Bad method names cause crashes ---------------------------------------------- r17911 | sewilco | 2009-04-10 18:10:07 +0200 (Fri, 10 Apr 2009) | 1 line [ENH] add "offset" parameter so article list doesnt have to start at first one. ---------------------------------------------- r17909 | luciash | 2009-04-10 11:58:12 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] tracker email notification: translations by watcher language ---------------------------------------------- r17908 | marclaporte | 2009-04-10 07:20:39 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] Restore file which seems to have been deleted accidentally in revision 17868 ---------------------------------------------- r17907 | marclaporte | 2009-04-10 07:16:40 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] After saving a page, can use edit plugin interface without the .rbox-title that overlaps ---------------------------------------------- r17905 | pkdille | 2009-04-10 01:00:19 +0200 (Fri, 10 Apr 2009) | 1 line [REL] SecDB for 3.0beta2 ---------------------------------------------- r17903 | pkdille | 2009-04-10 00:53:20 +0200 (Fri, 10 Apr 2009) | 1 line [FIX] release.php: wait between each directory for php -l ---------------------------------------------- r17902 | pkdille | 2009-04-10 00:45:10 +0200 (Fri, 10 Apr 2009) | 1 line [REL] update version in tiki-installer ---------------------------------------------- r17901 | pkdille | 2009-04-10 00:29:23 +0200 (Fri, 10 Apr 2009) | 1 line [REL] SecDB for 3.0beta2 ---------------------------------------------- r17897 | pkdille | 2009-04-09 23:40:04 +0200 (Thu, 09 Apr 2009) | 1 line [REL] SecDB for 3.0beta2 ---------------------------------------------- r17896 | luciash | 2009-04-09 23:26:59 +0200 (Thu, 09 Apr 2009) | 1 line [ENH] tracker email notification: highlight item names and New: changes and better look of the notification mail for readability ---------------------------------------------- r17895 | nyloth | 2009-04-09 23:16:03 +0200 (Thu, 09 Apr 2009) | 1 line [REL] Preparing 3.0beta2 release ---------------------------------------------- r17893 | sylvieg | 2009-04-09 19:12:52 +0200 (Thu, 09 Apr 2009) | 1 line [FIX]tracker: fix language of the tracker notification message ---------------------------------------------- r17892 | sylvieg | 2009-04-09 18:28:05 +0200 (Thu, 09 Apr 2009) | 1 line [FIX]wiki: like pages was not checking perm - thx sumo ---------------------------------------------- r17888 | sylvieg | 2009-04-09 16:02:25 +0200 (Thu, 09 Apr 2009) | 1 line [FIX]wiki: fix ~~red: blabla [http://www.myuniversity.edu/~smith] blabla ~~ ---------------------------------------------- r17887 | luciash | 2009-04-09 15:53:42 +0200 (Thu, 09 Apr 2009) | 2 lines make the mandatory star and note more semantic, so people without CSS can see it highlighted too ---------------------------------------------- r17886 | nyloth | 2009-04-09 14:49:50 +0200 (Thu, 09 Apr 2009) | 2 lines [FIX] newsletters: get_all_subscribers function now handles the 'login_is_email' preference ---------------------------------------------- r17885 | nyloth | 2009-04-09 14:47:58 +0200 (Thu, 09 Apr 2009) | 2 lines [FIX] Add a fallback value for PATH_TRANSLATED when it is not set (often the case nowadays) ---------------------------------------------- r17884 | nyloth | 2009-04-09 14:47:07 +0200 (Thu, 09 Apr 2009) | 2 lines [FIX] forum locking: missing files for forum locking in forum administration ---------------------------------------------- r17881 | luciash | 2009-04-09 14:22:29 +0200 (Thu, 09 Apr 2009) | 2 lines [ENH] nicer image for tree leaf ---------------------------------------------- r17879 | marclaporte | 2009-04-09 09:33:08 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Edit help 1- increase overall real estate to see more text. 2- Avoid right-left scrolling 3- Tested with latest stable Windows versions of Opera, Chrome, Firefox and Safari. IE6 is pretty broken still. ---------------------------------------------- r17878 | chibaguy | 2009-04-09 08:32:37 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Better padding in wikiplugin edit form (as suggested by Marc). ---------------------------------------------- r17877 | chibaguy | 2009-04-09 08:29:55 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Better padding in wikiplugin edit form (as suggested by Marc). ---------------------------------------------- r17876 | marclaporte | 2009-04-09 07:57:01 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Make edit plugin interface taller to reduce occurrences of scrolling and Avoid overlap of edit plugin interface and wiki syntax and plugins help interface (red question mark). ---------------------------------------------- r17875 | marclaporte | 2009-04-09 07:44:16 +0200 (Thu, 09 Apr 2009) | 1 line [FIX] Not letting the help section go too low, because in certain contexts, the right-left scroll is not visible. ---------------------------------------------- r17871 | pkdille | 2009-04-08 23:24:06 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] wiki history: when saving a wiki page, the description has to be saved accordingly (tikilib.php). When rollbacking a wiki page, the description has to be rollbacked too (histlib.php). Bug 1395. ---------------------------------------------- r17869 | sylvieg | 2009-04-08 22:57:59 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]tracker: export only the fileIf for an attachment ---------------------------------------------- r17868 | jonnybradley | 2009-04-08 21:29:09 +0200 (Wed, 08 Apr 2009) | 2 lines [NEW] JQuery slide-show transitions library (Cycle) ---------------------------------------------- r17867 | aproulx | 2009-04-08 20:50:49 +0200 (Wed, 08 Apr 2009) | 1 line [ADD] new customclass param to wikiplugin split ---------------------------------------------- r17866 | slordjette | 2009-04-08 20:49:13 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] Typo (my first commit) ---------------------------------------------- r17865 | sylvieg | 2009-04-08 20:43:39 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]wiki: fix export wiki pages for a multiki ---------------------------------------------- r17864 | marclaporte | 2009-04-08 20:34:10 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] ---------------------------------------------- r17863 | aproulx | 2009-04-08 19:51:09 +0200 (Wed, 08 Apr 2009) | 1 line [ADD] CSS rules added to reflect changes on wikiplugin tracker ---------------------------------------------- r17862 | luciash | 2009-04-08 19:40:51 +0200 (Wed, 08 Apr 2009) | 1 line [ENH] tracker simple email notification: added link to the tracker item, simplified email subject ---------------------------------------------- r17861 | aproulx | 2009-04-08 19:37:44 +0200 (Wed, 08 Apr 2009) | 1 line [MOD] Replacing some <i> and <b> tags for <span> with classes for best CSS manipulation ---------------------------------------------- r17860 | marclaporte | 2009-04-08 19:21:30 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] Make edit plugin interface taller to reduce occurrences of scrolling. ---------------------------------------------- r17859 | marclaporte | 2009-04-08 19:13:02 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] Avoid overlap of edit plugin interface and wiki syntax and plugins help interface (red question mark) ---------------------------------------------- r17858 | sylvieg | 2009-04-08 18:24:07 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]calendar: next/prev buttons and the same like than navigation ---------------------------------------------- r17857 | sylvieg | 2009-04-08 17:14:50 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]forum: was not anymore possible to sort on date, the type of the posts was first considered ---------------------------------------------- r17856 | jonnybradley | 2009-04-08 17:11:49 +0200 (Wed, 08 Apr 2009) | 2 lines [FIX] Missing </div> ---------------------------------------------- r17855 | jonnybradley | 2009-04-08 16:45:46 +0200 (Wed, 08 Apr 2009) | 2 lines [KIL] Removed last references to feature_siteidentity ---------------------------------------------- r17854 | sylvieg | 2009-04-08 16:43:33 +0200 (Wed, 08 Apr 2009) | 1 line notice ---------------------------------------------- r17852 | sylvieg | 2009-04-08 15:54:52 +0200 (Wed, 08 Apr 2009) | 1 line clearfix for easy transition to 3.0 ---------------------------------------------- r17851 | sylvieg | 2009-04-08 15:25:53 +0200 (Wed, 08 Apr 2009) | 1 line [FIX]wiki: permission denied error if can not view page ---------------------------------------------- r17849 | luciash | 2009-04-08 14:38:55 +0200 (Wed, 08 Apr 2009) | 1 line oops, left debug ---------------------------------------------- r17848 | luciash | 2009-04-08 14:17:19 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] PHP error reporting fixes ---------------------------------------------- r17847 | pkdille | 2009-04-08 13:56:42 +0200 (Wed, 08 Apr 2009) | 1 line [MOD] newsletters: give another icon for subscribing to a newsletter. This icon has to be different as the one on admin newsletters for the list of subscritions. ---------------------------------------------- r17846 | pkdille | 2009-04-08 10:29:49 +0200 (Wed, 08 Apr 2009) | 1 line Missed file for r17842. When useGroupTheme is deactivated we go back to the default theme for everybody ---------------------------------------------- r17845 | pkdille | 2009-04-08 09:37:27 +0200 (Wed, 08 Apr 2009) | 1 line [FIX] admin content templates: alt on remove section ---------------------------------------------- r17844 | sylvieg | 2009-04-07 21:14:03 +0200 (Tue, 07 Apr 2009) | 1 line [FIX]intertiki: use the current caps - like in normal login ---------------------------------------------- r17843 | ricks99 | 2009-04-07 19:11:24 +0200 (Tue, 07 Apr 2009) | 1 line [FIX]HTML validation ---------------------------------------------- r17842 | pkdille | 2009-04-07 18:07:18 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] & [MOD] New pref GroupTheme to enable or disable the ability to change the default theme for a group. Also hide GroupHomepage setting in tiki-admingroups when the group homepage feature is disabled ---------------------------------------------- r17841 | chibaguy | 2009-04-07 18:01:31 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Relative-positioned ancestors caused suckerfish dropdowns to be bled through by module box titles in IE7. ---------------------------------------------- r17840 | ricks99 | 2009-04-07 16:31:45 +0200 (Tue, 07 Apr 2009) | 1 line [FIX]HTML validation ---------------------------------------------- r17839 | Jyhem | 2009-04-07 16:23:54 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Plural needed ---------------------------------------------- r17838 | luciash | 2009-04-07 16:09:36 +0200 (Tue, 07 Apr 2009) | 2 lines layoutshadows for tiki-center ---------------------------------------------- r17837 | jonnybradley | 2009-04-07 15:59:17 +0200 (Tue, 07 Apr 2009) | 2 lines [MOD] Quicktag changes propagated to DB specific SQL ---------------------------------------------- r17836 | jonnybradley | 2009-04-07 15:56:17 +0200 (Tue, 07 Apr 2009) | 5 lines [MOD] More quicktags reordering (added to previous schema as there hasn't been a release since then) Also updated tiki.sql Plus: couple of new icons & updated *get_strings ---------------------------------------------- r17835 | chibaguy | 2009-04-07 15:44:44 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] topbar suckerfish menu position and background fixed for IE7. (todo: fix module title bleed through menu dropdown, also happens in thenews.) ---------------------------------------------- r17834 | chibaguy | 2009-04-07 11:19:49 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Make site header phpl menu horbar less tall so it doesn't overlap sitesearchbar; improve phpl menu in IE6. ---------------------------------------------- r17832 | chibaguy | 2009-04-07 09:12:16 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] .clearfix improved for IE7. TheNews css menus improved, esp. for IE. ---------------------------------------------- r17831 | chibaguy | 2009-04-07 08:05:21 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] IE7-specific sitesearchbar position not needed. ---------------------------------------------- r17830 | chibaguy | 2009-04-07 07:57:53 +0200 (Tue, 07 Apr 2009) | 1 line [ENH] Improvements for IE (todo: siteloginbar problems in IE6) ---------------------------------------------- r17829 | chibaguy | 2009-04-07 06:12:26 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] Improvements mostly for IE7. ---------------------------------------------- r17828 | marclaporte | 2009-04-07 02:42:39 +0200 (Tue, 07 Apr 2009) | 1 line [DB] convert sql scripts to be like tiki.sql ---------------------------------------------- r17827 | jonnybradley | 2009-04-07 02:09:53 +0200 (Tue, 07 Apr 2009) | 4 lines [FIX] Repair broken plugin edit helpers when mootools on and jquery off [damage done in 17734, sorry] Old sorttable JS must go before mootools or window.addEvent() gets overwritten. ---------------------------------------------- r17826 | jonnybradley | 2009-04-07 01:10:32 +0200 (Tue, 07 Apr 2009) | 10 lines [ENH] Change category picker layout, now nested and grouped according to parentage. (& removed extra show/hide button) TODO: Fix: default to all nodes open Check no-javascript functionality (should be ok if above worked) Remove or tidy the [+-] flippers (folder icons?) Fix: ClueTips not working for description CSS enhancements ---------------------------------------------- r17825 | marclaporte | 2009-04-07 01:10:11 +0200 (Tue, 07 Apr 2009) | 1 line [FIX] RSS picker was not appearing in module builder. ---------------------------------------------- r17823 | jonnybradley | 2009-04-07 00:27:37 +0200 (Tue, 07 Apr 2009) | 2 lines [FIX] More robust CVS import ---------------------------------------------- r17822 | jonnybradley | 2009-04-07 00:26:32 +0200 (Tue, 07 Apr 2009) | 2 lines [FIX] jquery flip() handle display styles other than block (like inline) properly - no animation ---------------------------------------------- r17821 | jonnybradley | 2009-04-07 00:23:37 +0200 (Tue, 07 Apr 2009) | 2 lines [FIX] setFlipWithSign needs to know about showhide_headings ("section" where flipWithSign stores the cookie) ---------------------------------------------- r17820 | lphuberdeau | 2009-04-06 23:31:41 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Adding default directories ---------------------------------------------- r17819 | lphuberdeau | 2009-04-06 23:19:41 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Cleaning up and preventing XSS ---------------------------------------------- r17818 | lphuberdeau | 2009-04-06 22:36:16 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Some things just never make sense ---------------------------------------------- r17817 | lphuberdeau | 2009-04-06 22:33:29 +0200 (Mon, 06 Apr 2009) | 2 lines [FIX] Sort order ---------------------------------------------- r17816 | sylvieg | 2009-04-06 22:22:39 +0200 (Mon, 06 Apr 2009) | 1 line [MOD]actionlog: add a way to modify the category in actionlog ---------------------------------------------- r17815 | lphuberdeau | 2009-04-06 22:10:35 +0200 (Mon, 06 Apr 2009) | 1 line [INDENT] Rebalancing open/close ---------------------------------------------- r17814 | lphuberdeau | 2009-04-06 21:26:41 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Normal to accept anything in the HTML plugin ---------------------------------------------- r17813 | sylvieg | 2009-04-06 21:21:32 +0200 (Mon, 06 Apr 2009) | 1 line [FIX]articles: topic was broken ---------------------------------------------- r17811 | luciash | 2009-04-06 21:04:45 +0200 (Mon, 06 Apr 2009) | 2 lines [FIX] someone forgot to add global and include for the smarty icon function call ;) ---------------------------------------------- r17810 | lphuberdeau | 2009-04-06 20:23:42 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Invalidate page's cache after validation ---------------------------------------------- r17809 | lphuberdeau | 2009-04-06 20:15:54 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] WYSIWYCA for plugin validation ---------------------------------------------- r17808 | lphuberdeau | 2009-04-06 19:42:55 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] Send correct data as default ---------------------------------------------- r17807 | aproulx | 2009-04-06 19:41:27 +0200 (Mon, 06 Apr 2009) | 1 line add div param on fancytable for using div instead of ol ---------------------------------------------- r17806 | jonnybradley | 2009-04-06 17:45:31 +0200 (Mon, 06 Apr 2009) | 6 lines [FIX] wikiplugin_versions showing all versions' text Beefed up preg_replace pattern to detect next '---(version x)---' tag (hope it holds!) Also fixed some var name typos & strpos evals (thanks Ricks99) ---------------------------------------------- r17805 | chibaguy | 2009-04-06 16:14:25 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] jquery reflection seems to make 'div.adminanchors a' display:block so they need to be floated. ---------------------------------------------- r17804 | nyloth | 2009-04-06 15:26:56 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] missing files for commit 17801 ---------------------------------------------- r17803 | nyloth | 2009-04-06 15:21:36 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] missing file for commit 17801 ---------------------------------------------- r17802 | sylvieg | 2009-04-06 15:06:03 +0200 (Mon, 06 Apr 2009) | 1 line [MOD]module: split the code to be able to execute a module individually ---------------------------------------------- r17801 | nyloth | 2009-04-06 15:05:11 +0200 (Mon, 06 Apr 2009) | 3 lines [MOD][BP-17799] new 'feature_comments_locking' pref to allow the user to disable the locking of comments (this has no impact on forums, where the locking feature never was an option) + fix a missing global smarty [NEW][BP-16740] forum and comments: New locking feature ---------------------------------------------- r17798 | pkdille | 2009-04-06 14:05:03 +0200 (Mon, 06 Apr 2009) | 1 line [MOD] coelesce: title and subtitle positionning in header + fix tiki-top horbar height ---------------------------------------------- r17795 | chibaguy | 2009-04-06 08:17:39 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] div.cbox and .cbox-data need overflow:hidden for IE7 to wrap the contents (problem noticed with icons on tiki-admin.php). ---------------------------------------------- r17794 | chibaguy | 2009-04-06 07:45:19 +0200 (Mon, 06 Apr 2009) | 1 line [FIX] No need for inline elements (a.icon) to be floated (was causing column overflow in IE7). ---------------------------------------------- r17793 | sylvieg | 2009-04-06 00:25:14 +0200 (Mon, 06 Apr 2009) | 1 line [FIX]group watch: missing commit ---------------------------------------------- r17792 | sylvieg | 2009-04-06 00:22:45 +0200 (Mon, 06 Apr 2009) | 1 line some references ---------------------------------------------- r17791 | sylvieg | 2009-04-06 00:20:51 +0200 (Mon, 06 Apr 2009) | 1 line string ---------------------------------------------- r17790 | sylvieg | 2009-04-05 22:41:06 +0200 (Sun, 05 Apr 2009) | 1 line global (trying to have the module code not necessary in an include but to risky for 3.0 ---------------------------------------------- r17787 | pkdille | 2009-04-05 20:53:42 +0200 (Sun, 05 Apr 2009) | 1 line [MOD] Admin system: some html code cleanup ---------------------------------------------- r17786 | pkdille | 2009-04-05 20:26:48 +0200 (Sun, 05 Apr 2009) | 1 line [MOD] Admin system: code indenting - no changes ---------------------------------------------- r17785 | sylvieg | 2009-04-05 18:12:14 +0200 (Sun, 05 Apr 2009) | 1 line [FIX]article: sort param ---------------------------------------------- r17783 | chibaguy | 2009-04-05 17:14:54 +0200 (Sun, 05 Apr 2009) | 1 line [FIX] Minor improvements. ---------------------------------------------- r17782 | chibaguy | 2009-04-05 17:10:58 +0200 (Sun, 05 Apr 2009) | 1 line [FIX] Site header adjustments, etc. ---------------------------------------------- r17779 | jonnybradley | 2009-04-04 20:13:33 +0200 (Sat, 04 Apr 2009) | 3 lines [FIX] Oops, debug flag left in on tablesorter ---------------------------------------------- r17777 | chibaguy | 2009-04-04 10:41:46 +0200 (Sat, 04 Apr 2009) | 1 line [FIX] localhost link apparently left behind from testing. ---------------------------------------------- r17776 | pkdille | 2009-04-04 00:10:17 +0200 (Sat, 04 Apr 2009) | 1 line [FIX] assignpermission: some very tiny code reorganizing ---------------------------------------------- r17775 | pkdille | 2009-04-04 00:04:01 +0200 (Sat, 04 Apr 2009) | 1 line [MOD] assignpermissions: code indenting - no changes ---------------------------------------------- r17773 | sylvieg | 2009-04-03 15:27:52 +0200 (Fri, 03 Apr 2009) | 1 line [FIX]forum: fix watch ---------------------------------------------- r17772 | sylvieg | 2009-04-03 15:17:26 +0200 (Fri, 03 Apr 2009) | 1 line [FIX]comment: display only the show button on the topic - because the code dealing with notification looks at only the topic ---------------------------------------------- r17771 | sylvieg | 2009-04-03 14:40:51 +0200 (Fri, 03 Apr 2009) | 1 line [MOD]forum: do not show move to topic if no other topic ---------------------------------------------- r17770 | sylvieg | 2009-04-03 12:53:14 +0200 (Fri, 03 Apr 2009) | 1 line [FIX]forum: to be able to reply to a post ---------------------------------------------- r17769 | pkdille | 2009-04-03 09:01:28 +0200 (Fri, 03 Apr 2009) | 1 line [FIX] list_faqs: fix the item count in this function (cant did not check the perms). Replace user_has_perm_on_object with new function get_perm_object. ---------------------------------------------- r17765 | sylvieg | 2009-04-02 23:17:27 +0200 (Thu, 02 Apr 2009) | 1 line [FIX]forum: delete watches when deleting topic ---------------------------------------------- r17763 | sylvieg | 2009-04-02 18:03:28 +0200 (Thu, 02 Apr 2009) | 1 line [MOD]calendar: group watch ---------------------------------------------- r17762 | pkdille | 2009-04-02 17:22:58 +0200 (Thu, 02 Apr 2009) | 1 line [MOD][BP-17758][BP-17747] newsletters : some small enhancements ---------------------------------------------- r17761 | sylvieg | 2009-04-02 17:14:09 +0200 (Thu, 02 Apr 2009) | 1 line oops trace ---------------------------------------------- r17760 | sylvieg | 2009-04-02 17:13:08 +0200 (Thu, 02 Apr 2009) | 1 line [FIX]wiki: an INCLUDE of a page beginning with a ! must be interpreted (do not consider the edit plugin button) ---------------------------------------------- r17759 | pkdille | 2009-04-02 11:05:25 +0200 (Thu, 02 Apr 2009) | 1 line [MOD] coelesce : some left margin in the pagetitle icons and aligning in the middle the text in cbox-title ---------------------------------------------- r17757 | nyloth | 2009-04-01 22:11:24 +0200 (Wed, 01 Apr 2009) | 1 line [FIX][BP-17744] newsletters fixes ---------------------------------------------- r17756 | jonnybradley | 2009-04-01 21:34:26 +0200 (Wed, 01 Apr 2009) | 2 lines [CSS] Feint lines under left hand modules in strasa ---------------------------------------------- r17755 | jonnybradley | 2009-04-01 21:16:57 +0200 (Wed, 01 Apr 2009) | 2 lines [CSS] flipmodimage had gone again ---------------------------------------------- r17754 | jonnybradley | 2009-04-01 20:48:58 +0200 (Wed, 01 Apr 2009) | 5 lines [NEW] JQuery wikiplugin (wikiplugin_jq) Options for not to execute on doc ready and to change the string returned if feature not enabled. Needs approval and shows on admin/security as unsafe. ---------------------------------------------- r17753 | sylvieg | 2009-04-01 19:42:27 +0200 (Wed, 01 Apr 2009) | 1 line [MOD] more goup watches ---------------------------------------------- r17752 | jonnybradley | 2009-04-01 19:30:17 +0200 (Wed, 01 Apr 2009) | 2 lines [FIX] Typo and missing flag image ref removed (sorry Korea) ---------------------------------------------- r17751 | jonnybradley | 2009-04-01 19:21:37 +0200 (Wed, 01 Apr 2009) | 3 lines [MOD] mod-switch_lang word mode replaces mod-switch_lang2 Includes script to replace assigned switch_lang2 module with switch_lang (mode=words) ---------------------------------------------- r17750 | chibaguy | 2009-04-01 18:53:50 +0200 (Wed, 01 Apr 2009) | 1 line [ENH] Minor calendar color change (days before/after month). ---------------------------------------------- r17749 | jonnybradley | 2009-04-01 18:48:09 +0200 (Wed, 01 Apr 2009) | 5 lines [MOD] mod-shoutjax finally replaces mod-shoutbox so it now works with AJAX if enabled. Retains previous behaviour if AJAX disabled Includes script to replace assigned shoutjax module with shoutbox ---------------------------------------------- r17748 | jonnybradley | 2009-04-01 18:33:29 +0200 (Wed, 01 Apr 2009) | 3 lines [MOD] Last changes to shoutjax module in preparation for replacing previous (non-ajax) shoutbox module ---------------------------------------------- r17746 | jonnybradley | 2009-04-01 16:31:34 +0200 (Wed, 01 Apr 2009) | 3 lines [ENH] Switch Theme mod: Add "site default" to options menu, capitalise theme names and remove .css's ---------------------------------------------- r17745 | chibaguy | 2009-04-01 16:12:43 +0200 (Wed, 01 Apr 2009) | 1 line [ENH] Better arrow positions. ---------------------------------------------- r17743 | sylvieg | 2009-04-01 16:01:16 +0200 (Wed, 01 Apr 2009) | 1 line [FIX]tracker: quick dirty patch: each computed field must be recalculated and stored in the db value to be able to sort on this field: TODO move all the mandatory action like evaluation of computed field, user selctor... in replace_item + use only the stored value for computed field instead of recalculating each time ---------------------------------------------- r17741 | chibaguy | 2009-04-01 13:28:36 +0200 (Wed, 01 Apr 2009) | 1 line [ENH] Calendar navbar link construction simplified; links using theme button style. Also a few more selectors moved from transitions to calendar.css. ---------------------------------------------- r17740 | sylvieg | 2009-04-01 00:54:30 +0200 (Wed, 01 Apr 2009) | 1 line [MOD]fgal: group watch for fgal ---------------------------------------------- r17739 | sampaioprimo | 2009-03-31 23:04:34 +0200 (Tue, 31 Mar 2009) | 2 lines pt-br translation ---------------------------------------------- r17738 | sylvieg | 2009-03-31 22:08:32 +0200 (Tue, 31 Mar 2009) | 1 line [FIX]color: when putting a background color, put a text color ---------------------------------------------- r17737 | sylvieg | 2009-03-31 21:55:58 +0200 (Tue, 31 Mar 2009) | 1 line [MOD]user info: show the email of a user to an admin - even if private ---------------------------------------------- r17736 | jonnybradley | 2009-03-31 19:47:13 +0200 (Tue, 31 Mar 2009) | 4 lines [ENH] Implement JQuery tablesorter where the old one was used before in Sys admin and perms TODO add paging and client-side find ---------------------------------------------- r17735 | jonnybradley | 2009-03-31 19:45:13 +0200 (Tue, 31 Mar 2009) | 3 lines [NEW] Added JQuery tablesorter (to go with checkbox mis-commited in [17732]) ---------------------------------------------- r17734 | jonnybradley | 2009-03-31 19:40:08 +0200 (Tue, 31 Mar 2009) | 3 lines [MOD] Move sorttable JS to separate file and include if JQuery off ---------------------------------------------- r17733 | jonnybradley | 2009-03-31 19:37:28 +0200 (Tue, 31 Mar 2009) | 4 lines [FIX] Oops - wrong file commited last time (use_minified_scripts [17732]) Rest of the modification for admin/look coming soon ---------------------------------------------- r17732 | jonnybradley | 2009-03-31 19:33:53 +0200 (Tue, 31 Mar 2009) | 3 lines {ENH] Expose and rationalise use_minified_scripts pref as a programmer's feature ---------------------------------------------- r17731 | sylvieg | 2009-03-31 17:46:36 +0200 (Tue, 31 Mar 2009) | 1 line [FIX]html: option to author style input to display in div or <TR> ---------------------------------------------- r17730 | Jyhem | 2009-03-31 17:30:17 +0200 (Tue, 31 Mar 2009) | 1 line [UI] Filtering table less conspicuous ---------------------------------------------- r17729 | jonnybradley | 2009-03-31 17:21:18 +0200 (Tue, 31 Mar 2009) | 3 lines [MOD] Don't edit the home page if no page param set in request but show an error ---------------------------------------------- r17728 | jonnybradley | 2009-03-31 16:18:22 +0200 (Tue, 31 Mar 2009) | 6 lines [FIX] AJAX loadComponent() JavaScripts now work Specifically for tiki-editpage.php called via the topline page edit icon (so mostly tested with that) Quicktags, "lose changes" and "edit timeout" (maybe more) now work, overlib tooltips don't, but no longer cause an error. ---------------------------------------------- r17727 | jonnybradley | 2009-03-31 16:03:56 +0200 (Tue, 31 Mar 2009) | 2 lines [MOD] 40 em was too wide ---------------------------------------------- r17726 | ricks99 | 2009-03-31 15:11:21 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] wrong check for wiki and articles feature :( ---------------------------------------------- r17725 | ricks99 | 2009-03-31 15:06:45 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] typo. use ':' after labels, not ';' ---------------------------------------------- r17724 | ricks99 | 2009-03-31 13:49:58 +0200 (Tue, 31 Mar 2009) | 1 line [ENH]admin ui revamp. ongoing ---------------------------------------------- r17723 | jonnybradley | 2009-03-31 12:18:17 +0200 (Tue, 31 Mar 2009) | 5 lines [MOD] Duplicate 17702 in new location (plugin alias admin moving to textarea - must KIL the old one soon!) "?\194?\160Add body label field in plugin alias editor and correctly handle validation field" ---------------------------------------------- r17720 | chibaguy | 2009-03-31 11:38:28 +0200 (Tue, 31 Mar 2009) | 1 line [ENH] Use Superfish for CSS menu arrows. ---------------------------------------------- r17719 | chibaguy | 2009-03-31 08:41:49 +0200 (Tue, 31 Mar 2009) | 1 line [MOD] These were consolidated as cssmenus.css. ---------------------------------------------- r17718 | chibaguy | 2009-03-31 07:28:14 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Put searchbar in correct position: mono-ize login button. ---------------------------------------------- r17717 | luciash | 2009-03-31 03:16:16 +0200 (Tue, 31 Mar 2009) | 2 lines [ENH] wikiplugin edit: put some usable cols and rows for wikiplugin editor textarea even for people who don't use Tiki's transition stylesheets ---------------------------------------------- r17716 | luciash | 2009-03-31 02:58:24 +0200 (Tue, 31 Mar 2009) | 2 lines [FIX] wikiplugin edit: better usability - made the textarea 100% wide and 200px in height ---------------------------------------------- r17715 | luciash | 2009-03-31 02:45:41 +0200 (Tue, 31 Mar 2009) | 8 lines [ENH] wiki: better usability when inserting image from file gallery to a wiki page * more descriptive translation string on the little icon * when opening the pop-up window go directly to galleryId=1 in image browsing mode * insert thumbnail instead of huge image linked to the original * insert shadowbox rel so the original image displays in shadowbox after click when shadowbox is on * do not insert newline but space instead so the image thumbnails appear one next to the other one TODO: check if the gallery exists and offer the gallery creation if it doesn't ---------------------------------------------- r17714 | marclaporte | 2009-03-31 00:44:46 +0200 (Tue, 31 Mar 2009) | 1 line [MOD] Versions plugin is cool, but currently broken (http://dev.tikiwiki.org/bug1775) so deactivating on new installs. ---------------------------------------------- r17713 | jonnybradley | 2009-03-31 00:42:08 +0200 (Tue, 31 Mar 2009) | 3 lines [KIL] Remove stray copy of function.js_maxlength.php Corrected Id svn:keyword & removed ancient comments on "real" file ---------------------------------------------- r17712 | marclaporte | 2009-03-31 00:23:10 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Survey plugin should only be available in survey feature is activated. ---------------------------------------------- r17711 | marclaporte | 2009-03-31 00:13:33 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Rollback 17710. Use of TR by default is necessary for now because default home page message uses it. A better solution is welcome. ---------------------------------------------- r17710 | marclaporte | 2009-03-31 00:08:08 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Only activating TR and TRANSLATED plugins if site is multilingual ---------------------------------------------- r17709 | marclaporte | 2009-03-31 00:05:09 +0200 (Tue, 31 Mar 2009) | 1 line [FIX] Only activating TR and TRANSLATED plugins if site is multilingual ---------------------------------------------- r17708 | marclaporte | 2009-03-30 23:27:48 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Turning off (on clean installs) several less important plugins. This is subjective of course, so you can just turn back on the ones which you feel should ALWAYS be on by DEFAULT for all profiles. Remember that more specific ones should be activated with profiles. ---------------------------------------------- r17707 | marclaporte | 2009-03-30 23:19:28 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Turning off equation plugin, on clean installs, which causes WSOD on my Tiki (and is not important enough to be on by default). ---------------------------------------------- r17706 | jonnybradley | 2009-03-30 23:12:04 +0200 (Mon, 30 Mar 2009) | 8 lines [MOD] Quick fix to change quicktags order to ascending by label so H1, H2, H3 (etc) list in the right order. DB schema patch to rename "bold" to " text, bold" etc so they list in a more usable order (and is more consistant across features). TODO (in quicktags revamp for 3.x) Refactor so everything uses smarty_block_textarea() ---------------------------------------------- r17705 | marclaporte | 2009-03-30 23:07:27 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Turning off some less important plugins on clean installs ---------------------------------------------- r17704 | marclaporte | 2009-03-30 22:44:00 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] Allow users to change their preferences without getting kicked out ---------------------------------------------- r17703 | lphuberdeau | 2009-03-30 22:11:34 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] Moving configuration options to the bottom ---------------------------------------------- r17702 | lphuberdeau | 2009-03-30 22:10:08 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] Add body label field in plugin alias editor and correctly handle validation field ---------------------------------------------- r17701 | sylvieg | 2009-03-30 21:56:36 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]wiki: move the best_language selection in the setup as modules... can depends on pagename (ex:category) ---------------------------------------------- r17700 | lphuberdeau | 2009-03-30 21:54:33 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] profile installation in installer ---------------------------------------------- r17699 | sylvieg | 2009-03-30 21:52:28 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]structure: fix {toc} sort in multilingual structure : sort on pos and not page creation date ---------------------------------------------- r17698 | lphuberdeau | 2009-03-30 21:35:44 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] Patching up to handle no parameters ---------------------------------------------- r17697 | marclaporte | 2009-03-30 21:23:18 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] typo ---------------------------------------------- r17695 | sylvieg | 2009-03-30 20:13:18 +0200 (Mon, 30 Mar 2009) | 1 line html fix ---------------------------------------------- r17694 | lphuberdeau | 2009-03-30 20:04:07 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] Making this XSS hole not as wide open ---------------------------------------------- r17692 | sylvieg | 2009-03-30 19:43:22 +0200 (Mon, 30 Mar 2009) | 1 line dos2unix ---------------------------------------------- r17691 | sylvieg | 2009-03-30 19:42:07 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]prefs: feature_user_watches_translations is in admin->feature ---------------------------------------------- r17685 | jonnybradley | 2009-03-30 17:23:54 +0200 (Mon, 30 Mar 2009) | 6 lines [ENH] Added JQuery show/hide management to plugin aliases admin page (tab) Hides all irrelevant panels and form items until needed, hopefully making the page easier to use and understand. A few new admin.css definitions to handle nested lists of paramerers etc ---------------------------------------------- r17684 | jonnybradley | 2009-03-30 17:15:56 +0200 (Mon, 30 Mar 2009) | 1 line [MOD] More exmaples and help on {jq} syntax ---------------------------------------------- r17683 | jonnybradley | 2009-03-30 16:58:56 +0200 (Mon, 30 Mar 2009) | 6 lines [NEW] JQuery Smarty plugin and new headerlib function helper add_jq_onready() The prefilter is only loaded if feature_jquery is on (means you don't have to escape the JS with {literal}s everywhere) Wikiplugin coming soon... ---------------------------------------------- r17682 | sylvieg | 2009-03-30 15:52:55 +0200 (Mon, 30 Mar 2009) | 1 line [FIX]blog: cancel must go back to the last page that is not tiki-blog_post ---------------------------------------------- r17681 | xavidp | 2009-03-30 14:31:11 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] Some more strings translated (those one from myself) ---------------------------------------------- r17680 | xavidp | 2009-03-30 13:33:39 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] some more strings translated, from Anna at intercanvis.net ---------------------------------------------- r17679 | pkdille | 2009-03-30 10:05:44 +0200 (Mon, 30 Mar 2009) | 1 line [FIX] find.tpl: no need to keep offset when a search is done on a grid where there is pagination ---------------------------------------------- r17677 | chibaguy | 2009-03-30 04:11:15 +0200 (Mon, 30 Mar 2009) | 1 line [ENH] Better semantic layout. ---------------------------------------------- r17674 | jonnybradley | 2009-03-28 16:50:16 +0100 (Sat, 28 Mar 2009) | 3 lines [CSS] Spacing to icon images in fieldset legends (and labels) ---------------------------------------------- r17673 | jonnybradley | 2009-03-28 16:48:44 +0100 (Sat, 28 Mar 2009) | 2 lines [FIX] Only set tab1 if there were any tabs ---------------------------------------------- r17672 | sylvieg | 2009-03-28 14:28:10 +0100 (Sat, 28 Mar 2009) | 1 line notice ---------------------------------------------- r17671 | chibaguy | 2009-03-28 11:29:18 +0100 (Sat, 28 Mar 2009) | 1 line [ENH] Calendar-related selectors moved from transitions/2.0to3.0.css to calendar.css. Transitions stylesheets are general theme stylesheet supplements; new selectors should go to appropriate feature-specific stylesheets if available. ---------------------------------------------- r17670 | chibaguy | 2009-03-28 07:39:38 +0100 (Sat, 28 Mar 2009) | 1 line [FIX] Update stylesheet to changed wiki-page body tag class (fixes wiki pagetitle background) ---------------------------------------------- r17669 | chibaguy | 2009-03-28 04:52:09 +0100 (Sat, 28 Mar 2009) | 1 line [FIX] Put suckerfish menu back to correct site header location. ---------------------------------------------- r17667 | jonnybradley | 2009-03-27 23:00:49 +0100 (Fri, 27 Mar 2009) | 3 lines [FIX] Now stays on same admin tab panel when refreshing, even if not POST ---------------------------------------------- r17666 | jonnybradley | 2009-03-27 22:49:17 +0100 (Fri, 27 Mar 2009) | 3 lines [FIX] Prevent no tabs being shown if previous one ($cookietab) not found ---------------------------------------------- r17665 | jonnybradley | 2009-03-27 22:47:09 +0100 (Fri, 27 Mar 2009) | 3 lines [CSS] admin.css mods for previous commit [17664] ---------------------------------------------- r17664 | jonnybradley | 2009-03-27 22:24:35 +0100 (Fri, 27 Mar 2009) | 14 lines [MOD] "Copied" admin/plugins (plugin aliases) to text area admin (tab 3) Corrected var name conflicts Converted from table layout to fieldsets & divs (several harsh css definitions to keep near to original layout) Commit should not have changed previous functionality - please test Clearly needs more help & interface TLC (it's a great feaute!) TODO Collapse NEW param etc form elements on load until you click "new" Create ability to delete aliases Change gen info "Plugin Name" to <select> menu CSS rafactoring Quite possibly more... ---------------------------------------------- r17663 | pkdille | 2009-03-27 20:28:35 +0100 (Fri, 27 Mar 2009) | 1 line [MOD] coelesce: tiny mods for IE7 for page-bar and toc ---------------------------------------------- r17662 | pkdille | 2009-03-27 18:07:45 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] coelesce: centering pagination_links in IE ---------------------------------------------- r17661 | sylvieg | 2009-03-27 17:56:23 +0100 (Fri, 27 Mar 2009) | 1 line [FIX]perm: tiki_p_edit must be coupled with tiki_p_edit_categorized not to give edit perm to tiki_view_categorized users ---------------------------------------------- r17660 | sylvieg | 2009-03-27 17:44:44 +0100 (Fri, 27 Mar 2009) | 1 line [FIX]article: tiki_p_view_categorized was giving the perm to edit a categorized article ---------------------------------------------- r17659 | jonnybradley | 2009-03-27 17:27:07 +0100 (Fri, 27 Mar 2009) | 3 lines [NEW] Add notification for wiki_page_deleted (for remove all versions) [wish1009] ---------------------------------------------- r17658 | pkdille | 2009-03-27 17:05:45 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] searchindex: no pagination when we are in top-bar ---------------------------------------------- r17657 | pkdille | 2009-03-27 16:57:13 +0100 (Fri, 27 Mar 2009) | 1 line [MOD] searchindex.tpl: indent code - no changes ---------------------------------------------- r17653 | ricks99 | 2009-03-27 15:34:27 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] rollback to 17630 ---------------------------------------------- r17652 | ricks99 | 2009-03-27 15:11:44 +0100 (Fri, 27 Mar 2009) | 1 line [FIX] removed extra div ---------------------------------------------- r17651 | ricks99 | 2009-03-27 14:57:04 +0100 (Fri, 27 Mar 2009) | 1 line [ENH]admin ui revamp. ongoing ---------------------------------------------- r17650 | pkdille | 2009-03-27 14:12:54 +0100 (Fri, 27 Mar 2009) | 1 line [MOD] coelesce: codelisting should be wider ---------------------------------------------- r17647 | pkdille | 2009-03-26 23:09:41 +0100 (Thu, 26 Mar 2009) | 1 line [MOD] menus admin: indent code - no changes ---------------------------------------------- r17646 | pkdille | 2009-03-26 21:31:06 +0100 (Thu, 26 Mar 2009) | 1 line [MOD] find.tpl: remove _sort_mode param. It's useless since query adds all hidden params anyway ---------------------------------------------- r17645 | jonnybradley | 2009-03-26 21:25:31 +0100 (Thu, 26 Mar 2009) | 3 lines [MOD] Moved declaration of half_width to admin.css ---------------------------------------------- r17644 | jonnybradley | 2009-03-26 21:18:02 +0100 (Thu, 26 Mar 2009) | 2 lines [MOD] Move include of admin.css to parent admin page ---------------------------------------------- r17643 | jonnybradley | 2009-03-26 20:59:46 +0100 (Thu, 26 Mar 2009) | 2 lines [MOD] Join 2 remarksboxes to be tidier ---------------------------------------------- r17642 | pkdille | 2009-03-26 20:47:30 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] find.tpl: remove the for attibute of the label and the id of the input. It's breaking the field on the grids where we have two find fields (eg. in tiki-send_newsletters) in different tabs. And, as the input is nested in the label, it's useless ---------------------------------------------- r17640 | sylvieg | 2009-03-26 15:19:41 +0100 (Thu, 26 Mar 2009) | 1 line backport soem autoargs that seems to be more complete in trunk ---------------------------------------------- r17639 | chibaguy | 2009-03-26 13:13:57 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] 100% body height caused right column to not display in IE6. ---------------------------------------------- r17638 | chibaguy | 2009-03-26 12:20:48 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] IE7 fixes. ---------------------------------------------- r17637 | pkdille | 2009-03-26 11:45:11 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] calendar search: wrong field. ---------------------------------------------- r17636 | chibaguy | 2009-03-26 11:32:40 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] Menu z-indexes too high (shadowbox conflict). ---------------------------------------------- r17635 | luciash | 2009-03-26 11:07:49 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] white bg for strasa document content on printing page ---------------------------------------------- r17634 | chibaguy | 2009-03-26 10:38:18 +0100 (Thu, 26 Mar 2009) | 1 line [ENH] Conform suckerfish menu to left column width. ---------------------------------------------- r17633 | chibaguy | 2009-03-26 09:37:03 +0100 (Thu, 26 Mar 2009) | 1 line [FIX] Menu z-indexes too high (shadowbox conflict); IE6 link padding missing. ---------------------------------------------- r17632 | chibaguy | 2009-03-26 09:20:44 +0100 (Thu, 26 Mar 2009) | 1 line [ENH] Suckerfish menu improvements. ---------------------------------------------- r17630 | luciash | 2009-03-26 04:37:22 +0100 (Thu, 26 Mar 2009) | 1 line removal of the START and END of tpl inclusion comments, thanks to sylvie for better solution ---------------------------------------------- r17628 | pkdille | 2009-03-25 23:21:20 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] find: deploy find.tpl and auto_query_args to some files ---------------------------------------------- r17627 | pkdille | 2009-03-25 22:59:03 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] quizzes : fix the tiki-edit_question_options grid search ---------------------------------------------- r17626 | pkdille | 2009-03-25 21:55:53 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] backport to 3.0 find.tpl and auto_query_args ---------------------------------------------- r17625 | ricks99 | 2009-03-25 20:15:16 +0100 (Wed, 25 Mar 2009) | 1 line [ENH]amin ui revamp. ongoing ---------------------------------------------- r17624 | luciash | 2009-03-25 19:11:27 +0100 (Wed, 25 Mar 2009) | 1 line [ENH] edit css: allow choose save and continue editing or save and display the CSS code ---------------------------------------------- r17623 | jonnybradley | 2009-03-25 19:06:22 +0100 (Wed, 25 Mar 2009) | 4 lines [MOD] Implement half_width div class in rest of file (for simpler, lighter mark-up) ---------------------------------------------- r17622 | jonnybradley | 2009-03-25 19:03:08 +0100 (Wed, 25 Mar 2009) | 6 lines [MOD] Re-arrangement of experimental features as per: http://dev.tikiwiki.org/Release30process#Suggested_new_layout_for_experimental_features_section Also new "half_width" class for these kind of divs ---------------------------------------------- r17620 | luciash | 2009-03-25 18:03:34 +0100 (Wed, 25 Mar 2009) | 1 line [ENH] edit css: allow page reload after save without re-submitting ---------------------------------------------- r17619 | luciash | 2009-03-25 16:57:54 +0100 (Wed, 25 Mar 2009) | 1 line oops, layoutshadows pref value must be checked, not just its presence ---------------------------------------------- r17617 | pkdille | 2009-03-25 16:06:24 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] forums: homogenize the heading part of view forum and view forum thread. Remove links to messu-mailbox which were strange and not optional. ---------------------------------------------- r17616 | chibaguy | 2009-03-25 15:33:30 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] Don't show auto arrows (>>) in vertical css menus (same now as horizontal). ---------------------------------------------- r17614 | sylvieg | 2009-03-25 14:05:27 +0100 (Wed, 25 Mar 2009) | 1 line [FIX]menu: fix maxRecords ---------------------------------------------- r17613 | luciash | 2009-03-25 12:57:12 +0100 (Wed, 25 Mar 2009) | 1 line site ads: oops, fixed previous commit ---------------------------------------------- r17612 | sylvieg | 2009-03-25 12:48:05 +0100 (Wed, 25 Mar 2009) | 1 line php error ---------------------------------------------- r17611 | luciash | 2009-03-25 12:41:28 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] site ads: do not duplicate ads in site header ---------------------------------------------- r17610 | pkdille | 2009-03-25 12:06:50 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] code indenting - no changes ---------------------------------------------- r17609 | luciash | 2009-03-25 11:00:10 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] IE7 bug workaround: removed html comment especially right before <html> tag because it oddly causes fail for CSS hack selectors starting with *:first-child+html it seems ---------------------------------------------- r17608 | pkdille | 2009-03-25 07:39:45 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] remove some useless code following pagination_links deploying ---------------------------------------------- r17607 | pkdille | 2009-03-25 07:13:41 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] tiki-stats: html ---------------------------------------------- r17606 | pkdille | 2009-03-25 07:05:47 +0100 (Wed, 25 Mar 2009) | 1 line [MOD] theme control: deploy remarksbox to this templates ---------------------------------------------- r17605 | chibaguy | 2009-03-25 06:25:52 +0100 (Wed, 25 Mar 2009) | 1 line [FIX] Replaced module toggle img float with positioning to prevent box content from moving around on hover (esp. a problem in narrow columns like Strasa's). ---------------------------------------------- r17604 | sylvieg | 2009-03-24 23:51:58 +0100 (Tue, 24 Mar 2009) | 1 line [FIX]smarty: do not log the tpl produced by {eval} -> TODO be more independant of smarty implementation by adding the template name managment in setup_smarty ---------------------------------------------- r17603 | sylvieg | 2009-03-24 23:13:51 +0100 (Tue, 24 Mar 2009) | 1 line notice ---------------------------------------------- r17602 | pkdille | 2009-03-24 21:21:20 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] list faqs: quickfix of pagination, cleanup unused code and deploy auto_query args ---------------------------------------------- r17600 | sylvieg | 2009-03-24 18:27:14 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]tracker: add an example line in description + 0 is not necessary the vore average when nobody has voted ---------------------------------------------- r17599 | sylvieg | 2009-03-24 18:16:52 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]log: option 'smarty tpl log' - no need anymore to add the comment in tpls ---------------------------------------------- r17598 | sylvieg | 2009-03-24 18:15:29 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]log: option 'smarty tpl log' - no need anymore to add the comment in tpls ---------------------------------------------- r17597 | sylvieg | 2009-03-24 18:14:58 +0100 (Tue, 24 Mar 2009) | 1 line [MOD]log: option 'smarty tpl log' - no need anymore to add the comment in tpls ---------------------------------------------- r17596 | sylvieg | 2009-03-24 15:57:48 +0100 (Tue, 24 Mar 2009) | 1 line [FIX]user: do not show groups an admin user is not in ---------------------------------------------- r17594 | pkdille | 2009-03-24 13:46:00 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] password reminder mail: remove useless (and incomprehensible) string ---------------------------------------------- r17593 | pkdille | 2009-03-24 11:06:24 +0100 (Tue, 24 Mar 2009) | 1 line [MOD] rankings: give this grid the same look and feel as any other ---------------------------------------------- r17590 | chibaguy | 2009-03-24 06:12:01 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] Validation errors. (For properties like opaque, maybe there could be a doc on how to uncomment after distribution; Tiki shouldn't distribute non-validating CSS IMO.) ---------------------------------------------- r17589 | chibaguy | 2009-03-24 06:05:17 +0100 (Tue, 24 Mar 2009) | 1 line [FIX] Validation errors. (For properties like opaque, maybe there could be a doc on how to uncomment after distribution; Tiki shouldn't distribute non-validating CSS IMO.) ---------------------------------------------- r17588 | luciash | 2009-03-24 04:38:39 +0100 (Tue, 24 Mar 2009) | 1 line [NEW] preference to enable additional general layout layers for shadows etc. (disabled by default) [FIX] module.tpl: render box-shadow only when layoutshadows enabled [FIX] move footer to main div where it belongs (to keep consistent with header) ---------------------------------------------- r17587 | ricks99 | 2009-03-24 02:44:36 +0100 (Tue, 24 Mar 2009) | 1 line [ENH]admin revamp ---------------------------------------------- r17586 | jonnybradley | 2009-03-24 00:54:40 +0100 (Tue, 24 Mar 2009) | 3 lines [MOD] Moved redeclaration of body as block when in FCKEditor (mainly for Safari) from *lite into theme css files and transition ---------------------------------------------- r17585 | jonnybradley | 2009-03-24 00:35:19 +0100 (Tue, 24 Mar 2009) | 3 lines [FIX] Move translation of _HOMEPAGE_CONTENT_ and trigger parse to html if in wiysiwyg mode ---------------------------------------------- r17584 | ricks99 | 2009-03-24 00:27:52 +0100 (Tue, 24 Mar 2009) | 1 line [ENH]admin ui revamp. ongoing ---------------------------------------------- r17583 | luciash | 2009-03-23 23:26:28 +0100 (Mon, 23 Mar 2009) | 3 lines [MOD] superfish menus effect: disable auto arrow mark-up by default ---------------------------------------------- r17582 | pkdille | 2009-03-23 22:00:22 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] deploy find.tpl to the last templates. Backport to 3.0 of commit 17224 ---------------------------------------------- r17579 | luciash | 2009-03-23 19:18:50 +0100 (Mon, 23 Mar 2009) | 2 lines removed site identity check and rollback of "weird" indentation for sylvie ---------------------------------------------- r17577 | luciash | 2009-03-23 19:02:43 +0100 (Mon, 23 Mar 2009) | 1 line siteidentity check obsolete, save some preferences queries ---------------------------------------------- r17576 | jonnybradley | 2009-03-23 19:00:15 +0100 (Mon, 23 Mar 2009) | 1 line [TEST] ---------------------------------------------- r17575 | luciash | 2009-03-23 18:47:49 +0100 (Mon, 23 Mar 2009) | 1 line siteidentity check obsolete, save one preference query ---------------------------------------------- r17574 | luciash | 2009-03-23 18:41:37 +0100 (Mon, 23 Mar 2009) | 1 line [ENH] iepngfix: added preferences to set it up ---------------------------------------------- r17571 | luciash | 2009-03-23 15:51:43 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] iepngfix: use uncompressed version of the script by default when use_minified_scripts not on, allow to specify what should it be applied on via iepngfix_selectors and iepngfix_elements ---------------------------------------------- r17570 | luciash | 2009-03-23 15:43:50 +0100 (Mon, 23 Mar 2009) | 1 line [NEW] iepngfix: uncompressed version of the script ---------------------------------------------- r17567 | sylvieg | 2009-03-23 13:47:21 +0100 (Mon, 23 Mar 2009) | 1 line [FIX]intertiki: fix login on the main server with an email login (was confused with the user@main feature) ---------------------------------------------- r17562 | pkdille | 2009-03-23 11:19:28 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] remove watches: All remove watches (except wiki) were broken since commit 16313 which has added the object type in the remove_user_watch function interface ---------------------------------------------- r17559 | marclaporte | 2009-03-23 07:50:05 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Avoid unexpected unsetting of admin panel variables ---------------------------------------------- r17558 | chibaguy | 2009-03-23 07:40:56 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Content not centered in IE6. ---------------------------------------------- r17557 | campbe13 | 2009-03-23 07:31:32 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] On clean installs, removing the Email quicktag because 1-We want to have less 2-The syntax conflicts with the spam protection script 3-Adding a mailto is useless since we have a setting to detect emails ---------------------------------------------- r17556 | luciash | 2009-03-23 07:18:45 +0100 (Mon, 23 Mar 2009) | 2 lines [NEW] DD_belatedPNG: another attempt on alpha transparent images PNG fix for IE6 applied by CSS selectors or via HTMLDomElement ---------------------------------------------- r17555 | marclaporte | 2009-03-23 07:16:24 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] Move __Protect email against spam__ and __External link icon__ from admin-wiki to admin-textarea because they concern all features. ---------------------------------------------- r17554 | marclaporte | 2009-03-23 05:48:42 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] __Count admin pageviews__ now off in clean installs, which is a more usual scenario. ---------------------------------------------- r17553 | marclaporte | 2009-03-23 05:05:57 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Starting in 3.0, admins that are managing the admin panels are no longer getting their code stripped. ---------------------------------------------- r17552 | marclaporte | 2009-03-23 04:11:23 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] Remove all references to feature_topbar_date in the admin panel. This is not used anywhere anymore. Site visitors don't need Tiki to tell them what time it is. If a site admin wants to, he can use Smary time-date variable in the custom code sections. ---------------------------------------------- r17551 | luciash | 2009-03-23 04:02:09 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] to prevent IE6 quirks mode no comment or anything else may be rendered before DOCTYPE declaration ---------------------------------------------- r17550 | luciash | 2009-03-23 03:33:37 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] removed the xml declaration from templates because IE6 is still an issue to be supported and it fails to quirks mode with anything before DOCTYPE present (please read http://learningtheworld.eu/2008/farewell-xml-declaration/ and http://www.w3.org/International/tutorials/tutorial-char-enc/#Slide0200 and http://www.quirksmode.org/css/quirksmode.html why) TODO: move the comments after doctype ---------------------------------------------- r17549 | marclaporte | 2009-03-23 03:22:01 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] Removing references to feature_siteidentity as now, in admin panel, all the features are optional. ---------------------------------------------- r17548 | marclaporte | 2009-03-23 02:56:22 +0100 (Mon, 23 Mar 2009) | 1 line [MOD] minor wiki edit is no longer on by default on clean installs. This is a fairly advanced wiki feature and it will be activated for relevant profiles. It is necessary if you want to use the advanced multilingual synchronization features. In the translation context, a minor edit indicates to the system that the current translations are not invalidated. ---------------------------------------------- r17547 | luciash | 2009-03-23 01:37:43 +0100 (Mon, 23 Mar 2009) | 1 line [FIX] thenews theme: align horbar items text and arrows nicely ---------------------------------------------- r17546 | luciash | 2009-03-22 23:05:33 +0100 (Sun, 22 Mar 2009) | 3 lines no code changes - put <!-- START of {$smarty.template} --> and <!-- END of {$smarty.template} --> comments at the start and end of every tpl *except for mail templates* (i'm sorry for the long list of files to svn up) this will allow better debugging of the final rendered documents for developers and theme creators (in the rendered source code comment it shows the tpl filename and place where the included template starts and ends and also distinguishes if it's default or custom theme tpl file) if anybody feels they shouldn't be rendered in the source or that it could slow down the overall tiki performance significantly they can be easily removed by script each time the release tarballs will be prepared ---------------------------------------------- r17545 | sylvieg | 2009-03-22 21:44:47 +0100 (Sun, 22 Mar 2009) | 1 line [FIX]rss: sorry broke with 15488 ---------------------------------------------- r17544 | pkdille | 2009-03-22 17:22:00 +0100 (Sun, 22 Mar 2009) | 1 line get_strings for all language files ---------------------------------------------- r17543 | marclaporte | 2009-03-22 16:59:33 +0100 (Sun, 22 Mar 2009) | 1 line [MOD] On clean installs, the RSS logo is now the TikiWiki logo instead of the old boat image ---------------------------------------------- r17542 | pkdille | 2009-03-22 16:53:28 +0100 (Sun, 22 Mar 2009) | 1 line [MOD] french translation: some + get_strings ---------------------------------------------- r17541 | pkdille | 2009-03-22 16:32:51 +0100 (Sun, 22 Mar 2009) | 1 line [MOD] admin include login: fix label ---------------------------------------------- r17540 | pkdille | 2009-03-22 15:54:03 +0100 (Sun, 22 Mar 2009) | 1 line [FIX] wikiplugin-box help: no need to translate css fixed values ---------------------------------------------- r17539 | luciash | 2009-03-22 13:48:50 +0100 (Sun, 22 Mar 2009) | 1 line removed commented out piece of code ---------------------------------------------- r17538 | luciash | 2009-03-22 13:20:37 +0100 (Sun, 22 Mar 2009) | 1 line [FIX] body: class name derived from section name must not contain spaces to be recognized as intended (e.g. ".wiki page" -> ".wiki_page") ---------------------------------------------- r17513 | luciash | 2009-03-21 23:23:15 +0100 (Sat, 21 Mar 2009) | 1 line [NEW] Tiki cache admin: allow to clear all cache at once instead of 3 steps ---------------------------------------------- r17512 | luciash | 2009-03-21 22:34:20 +0100 (Sat, 21 Mar 2009) | 1 line SVN: Header -> Id + \brief to comment, no code change ---------------------------------------------- r17511 | campbe13 | 2009-03-21 21:15:17 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] Adding Wiki Mindmaps checkbox in admin panel (experimental section). This was in Magic admin panel but had not been duplicated. ---------------------------------------------- r17510 | sylvieg | 2009-03-21 20:47:13 +0100 (Sat, 21 Mar 2009) | 1 line [FIX]tracker: if the pretty tracker wiki is dependant of the user(ex: use of TRACKERITEMFIELD of the user tracker inside), it must not be cached - approxiamtion: if there is a plugin there iit is risky (do not penalize the pretty tracker for a simple list) -> TODO perhaps a param ---------------------------------------------- r17509 | pkdille | 2009-03-21 17:25:58 +0100 (Sat, 21 Mar 2009) | 1 line [MOD] coelesce: add navbarclass definition to this stylesheet (was only in transition stylesheet). Define a line-height ---------------------------------------------- r17508 | pkdille | 2009-03-21 17:23:52 +0100 (Sat, 21 Mar 2009) | 1 line [MOD] quick and small changes to the look of that grid. Homogenize with other grids. ---------------------------------------------- r17506 | chibaguy | 2009-03-21 13:20:29 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] box-data ul property preventing suckerfish menu dropdowns from flying out in ie7. ---------------------------------------------- r17505 | chibaguy | 2009-03-21 12:56:00 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] Catch stylesheets up to class name change in module.tpl, remove redundant postioning method for flip image. ---------------------------------------------- r17504 | chibaguy | 2009-03-21 12:38:15 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] .box-title contents need protection from floats in .box-data, in IE7 (.clearfix on box-title not enough). ---------------------------------------------- r17503 | chibaguy | 2009-03-21 12:14:25 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] .box-data contents need protection from floats in .box-title, in IE7 (.clearfix on box-title not enough). ---------------------------------------------- r17502 | chibaguy | 2009-03-21 09:50:32 +0100 (Sat, 21 Mar 2009) | 1 line [ENH] Color adjustments. ---------------------------------------------- r17501 | chibaguy | 2009-03-21 09:03:14 +0100 (Sat, 21 Mar 2009) | 1 line [FIX] Strasa with no theme option was missing background images. ---------------------------------------------- r17500 | sylvieg | 2009-03-21 00:14:42 +0100 (Sat, 21 Mar 2009) | 1 line [FIX]group: do not show reg or anon when not appropriate ---------------------------------------------- r17499 | sylvieg | 2009-03-20 23:31:15 +0100 (Fri, 20 Mar 2009) | 1 line [FIX]sort: the icon for the default sort is back ---------------------------------------------- r17498 | sylvieg | 2009-03-20 23:25:11 +0100 (Fri, 20 Mar 2009) | 1 line icon self_link ---------------------------------------------- r17495 | sylvieg | 2009-03-20 22:35:42 +0100 (Fri, 20 Mar 2009) | 1 line [FIX]banner: save one query by using mysql random fct ---------------------------------------------- r17493 | Jyhem | 2009-03-20 21:13:23 +0100 (Fri, 20 Mar 2009) | 1 line [FIX] If the blog is public and the user has posting permissions then he can edit ---------------------------------------------- r17492 | nyloth | 2009-03-20 20:51:23 +0100 (Fri, 20 Mar 2009) | 1 line [FIX] calendars: do not keep filter values (displayed calendar) in user preferences for anonymous ---------------------------------------------- r17491 | nyloth | 2009-03-20 20:44:16 +0100 (Fri, 20 Mar 2009) | 3 lines [FIX] forums list: users with tiki_p_admin_forum permission where note able to see any forum in the list of forums (except when they've explicitely got tiki_p_forum_read). The function 'user_has_perm_on_object' was used and seems to take no care of 'admin' permissions. I replaced it by a call to 'get_perm_object' function which handle this. ---------------------------------------------- r17490 | Jyhem | 2009-03-20 20:36:45 +0100 (Fri, 20 Mar 2009) | 1 line [FIX] Oups ---------------------------------------------- r17487 | sylvieg | 2009-03-20 16:52:07 +0100 (Fri, 20 Mar 2009) | 1 line [MOD]group watch: move group watch magment to a specific page to 1/avoid to compute all the group/watch for each apge 2/allow other object type 3/do not use javascript ---------------------------------------------- r17486 | sylvieg | 2009-03-20 13:58:24 +0100 (Fri, 20 Mar 2009) | 1 line [MOD]upcoming_events: add also a calendarId=1|5 to use it in MODULE ---------------------------------------------- r17483 | nyloth | 2009-03-20 12:33:06 +0100 (Fri, 20 Mar 2009) | 20 lines [FIX] comments and forums: replace some wrong/unknown variables by $this in $commentslib->post_in_forum() and $commentslib->post_in_object() [MOD] change $TWV->cvs into $TWV->svn (and CVS into SVN in some places) [FIX] [BP-16748] many features: new TikiWiki version of parse_str, that: - uses a workaround for a bug in PHP 5.2.0 - Handle the value of magic_quotes_gpc to stripslashes when needed (as already done for GET/POST/... in tiki-setup_base.php) This fixes bugs in multiple places where the buggy parse_str was used (for example in smarty button, which caused problems when editing/renaming/... a wiki page that includes a ' in its name. Same problem occured, for example, when changing language of such a wiki page, ...). Please now use TikiLib::parse_str() instead of parse_str(). [DEL] [BP-16742] remove useless empty dirs [FIX] [BP-16739] survey wiki plugin: fix missing global [ENH] [BP-16738] javascript detection: use cookies instead of session vars to avoid problems due to session timeout + try to better detect using an additionnal setcookie() [FIX] [BP-16737] magic: small css class fix [MOD] [BP-16735] setup: remove useless PHP5 check, since Tiki 3.0 is not PHP4 compatible [MOD] [BP-16734] blogs: add a 'Cancel' button when writing a post [NEW] [BP-16733] youtube module: new YouTube module to display some videos + an optionnal link to the videos of a YouTube user [DEL][MOD] [BP-16732] cleaning: Remove useless files and fix related docs + Move some icons to a better place ---------------------------------------------- r17482 | luciash | 2009-03-20 11:47:27 +0100 (Fri, 20 Mar 2009) | 1 line [KIL] simple theme: custom template obsolete ---------------------------------------------- r17478 | luciash | 2009-03-20 08:44:55 +0100 (Fri, 20 Mar 2009) | 1 line [MOD] tiki.tpl: little but major change for 3.0 where the main tiki template is top parent html wrapper and includes its subtemplates more semantic way instead of gluing cutted header and footer to it. It allows better modularity and overview for developers where opened tags are closed and how the code should be indented. Will be announced to themers at the time of release. ---------------------------------------------- r17477 | jonnybradley | 2009-03-20 01:27:22 +0100 (Fri, 20 Mar 2009) | 3 lines [FIX] Make wikitopline position relative so it can appear at the bottom ---------------------------------------------- r17476 | jonnybradley | 2009-03-20 00:31:07 +0100 (Fri, 20 Mar 2009) | 3 lines [MOD] Margins when <body> inside fckeditor edit iframe ---------------------------------------------- r17475 | jonnybradley | 2009-03-20 00:03:44 +0100 (Fri, 20 Mar 2009) | 4 lines [FIX] Need to parse img plugins when swithing to wysiwyg to fix relative urls New parseimgonly option for parse_data() and parse_first() ---------------------------------------------- r17474 | jonnybradley | 2009-03-20 00:00:42 +0100 (Fri, 20 Mar 2009) | 5 lines [FIX] Workaround for Safari when in FCKEditor Reset display to default 'block' when <body> inside fckeditor edit iframe Seem to resolve all(?) Safari's problems with fck - i hope! ---------------------------------------------- r17473 | sylvieg | 2009-03-19 23:41:38 +0100 (Thu, 19 Mar 2009) | 1 line [FIX]article: notif on topic watch for an article deletion ---------------------------------------------- r17472 | sewilco | 2009-03-19 22:35:32 +0100 (Thu, 19 Mar 2009) | 1 line [ENH] add fileId to filegal list options so single file info can be shown. ---------------------------------------------- r17471 | pkdille | 2009-03-19 22:16:32 +0100 (Thu, 19 Mar 2009) | 1 line [MOD] webmail: code indenting. No changes. ---------------------------------------------- r17470 | pkdille | 2009-03-19 21:13:13 +0100 (Thu, 19 Mar 2009) | 1 line [FIX] string should be translatable ---------------------------------------------- r17469 | jonnybradley | 2009-03-19 19:52:26 +0100 (Thu, 19 Mar 2009) | 3 lines [MOD] Translate default homepage "tag" to the real page contents when editing, to give new users what they might expect normally. ---------------------------------------------- r17468 | jonnybradley | 2009-03-19 19:14:46 +0100 (Thu, 19 Mar 2009) | 3 lines [MOD] Articles notifications: Changed the way $mail_action handled in templates for easier translation (again, thanks Sylvie). ---------------------------------------------- r17467 | luciash | 2009-03-19 18:30:09 +0100 (Thu, 19 Mar 2009) | 1 line [ENH] edit templates: copied the warning from header.tpl code comment to smarty remarksbox and made it translantable ---------------------------------------------- r17466 | jonnybradley | 2009-03-19 18:08:46 +0100 (Thu, 19 Mar 2009) | 3 lines [FIX] </div> moved inside {section} posts loop (was breaking *lite) ---------------------------------------------- r17465 | jonnybradley | 2009-03-19 18:05:36 +0100 (Thu, 19 Mar 2009) | 2 lines [MOD] Indentation ---------------------------------------------- r17464 | nyloth | 2009-03-19 17:31:17 +0100 (Thu, 19 Mar 2009) | 2 lines [FIX] release process: update release instructions for 3.x releases ---------------------------------------------- r17462 | sylvieg | 2009-03-19 16:46:27 +0100 (Thu, 19 Mar 2009) | 1 line [FIX]javascript: some more feature desactivation if javascript is not on + disable ajax_autosave is no ajax ---------------------------------------------- r17460 | jonnybradley | 2009-03-19 14:46:48 +0100 (Thu, 19 Mar 2009) | 2 lines [MOD] A few more modernisations Removed most hard coded colours & reduced to 3 CSS classes ---------------------------------------------- r17459 | chibaguy | 2009-03-19 14:33:06 +0100 (Thu, 19 Mar 2009) | 1 line [FIX] <small class="description"> used in module li, and display:block added to description class in CSS files. ---------------------------------------------- r17455 | chibaguy | 2009-03-19 12:41:43 +0100 (Thu, 19 Mar 2009) | 1 line [ENH] Effect of <br /> is gained by using div (which is block element by default). class="description" is used by some themes already for slightly smaller font size and italic style. ---------------------------------------------- r17454 | jonnybradley | 2009-03-19 12:41:17 +0100 (Thu, 19 Mar 2009) | 4 lines [ENH] Added display:block for dates on blog list modules so they appear on a new line (instead of <br />s in the tpl) Also made them smaller and lighter in colour ---------------------------------------------- r17452 | sylvieg | 2009-03-19 00:03:39 +0100 (Thu, 19 Mar 2009) | 1 line notice ---------------------------------------------- r17451 | sylvieg | 2009-03-18 23:29:23 +0100 (Wed, 18 Mar 2009) | 1 line rollback 17449 - sorry - but the admin links are shown in fullscreen - that could be convenient - even if magic is not maintained ---------------------------------------------- r17450 | sylvieg | 2009-03-18 23:26:12 +0100 (Wed, 18 Mar 2009) | 1 line [FIX]modules: no need to compute the modules if they are not displayed (I do not think we have ghost module) ---------------------------------------------- r17449 | sylvieg | 2009-03-18 22:47:04 +0100 (Wed, 18 Mar 2009) | 1 line [FIX]magic: do not display magic menu if fullscreen ---------------------------------------------- r17447 | jonnybradley | 2009-03-18 21:03:01 +0100 (Wed, 18 Mar 2009) | 3 lines [MOD] theme-option should be same width as theme select (and both a tad narrower) ---------------------------------------------- r17446 | jonnybradley | 2009-03-18 20:57:35 +0100 (Wed, 18 Mar 2009) | 3 lines [ENH] More on theme thumbnail preview ---------------------------------------------- r17445 | jonnybradley | 2009-03-18 20:55:14 +0100 (Wed, 18 Mar 2009) | 6 lines [FIX] Removed (new and unused) prefs['tikidomains_share_styles'] (multitiki domains always can see the root themes as well as their own, as should have been previous behaviour) Fixed get_style_path() to properly find multitiki theme files, falling back to root/styles if not there ---------------------------------------------- r17444 | sylvieg | 2009-03-18 20:48:54 +0100 (Wed, 18 Mar 2009) | 1 line [FIX]fck: a little check if the button for autosave is defined in the toolbar - otherwise it bugged fck-> TODO when activating the feature, add the ajaxAutosave in the toolbar ---------------------------------------------- r17443 | Jyhem | 2009-03-18 20:33:21 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] Much cleaner-looking with a break ---------------------------------------------- r17442 | Jyhem | 2009-03-18 20:23:46 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] Description respects line breaks ---------------------------------------------- r17441 | luciash | 2009-03-18 19:32:28 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] there's no country nor flag for 'Antarctica' ---------------------------------------------- r17440 | Jyhem | 2009-03-18 19:23:48 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] Description respects line breaks ---------------------------------------------- r17439 | luciash | 2009-03-18 16:18:53 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] tikitabs: same max value as in header.tpl ---------------------------------------------- r17436 | luciash | 2009-03-18 14:55:59 +0100 (Wed, 18 Mar 2009) | 1 line indentation only - no code change ---------------------------------------------- r17435 | jonnybradley | 2009-03-18 14:34:46 +0100 (Wed, 18 Mar 2009) | 3 lines [MOD] Articles notifications: Changed the way $mail_action handled in templates for easier translation. ---------------------------------------------- r17434 | luciash | 2009-03-18 14:10:43 +0100 (Wed, 18 Mar 2009) | 1 line little oops ! ---------------------------------------------- r17430 | luciash | 2009-03-18 14:04:22 +0100 (Wed, 18 Mar 2009) | 1 line indentation only - no code change ---------------------------------------------- r17429 | luciash | 2009-03-18 13:11:20 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] edit CSS: monospace font for comments and properties ---------------------------------------------- r17424 | xavidp | 2009-03-18 11:49:07 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Changed sheet header cells background from blackish (took it from strasa, by mistake) to the a color more adapted to the simple.css theme ---------------------------------------------- r17423 | xavidp | 2009-03-18 11:47:26 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Added basic sheet css details ---------------------------------------------- r17420 | xavidp | 2009-03-18 11:30:44 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Changed sheet cells background from black (with black text) to white (with black text) ---------------------------------------------- r17419 | xavidp | 2009-03-18 11:29:16 +0100 (Wed, 18 Mar 2009) | 1 line [FIX] Added sheet css details to simple.css ---------------------------------------------- r17412 | luciash | 2009-03-18 01:43:07 +0100 (Wed, 18 Mar 2009) | 1 line [ENH] czech language: some more translations ---------------------------------------------- r17411 | luciash | 2009-03-17 23:19:35 +0100 (Tue, 17 Mar 2009) | 1 line [FIX] tracker notifications: fixed 'The tracker will use the text field named Subject if any in email subject' when checkbox 'Use simplified e-mail format' in tracker config is selected ---------------------------------------------- r17410 | sylvieg | 2009-03-17 22:37:04 +0100 (Tue, 17 Mar 2009) | 1 line [MOD]calendar: replace the awful prev next icons by the blue ones ---------------------------------------------- r17408 | jonnybradley | 2009-03-17 20:17:20 +0100 (Tue, 17 Mar 2009) | 3 lines {FIX] Typo was stopping "find" working ---------------------------------------------- r17407 | sylvieg | 2009-03-17 20:10:45 +0100 (Tue, 17 Mar 2009) | 1 line notice ---------------------------------------------- r17406 | sylvieg | 2009-03-17 20:03:49 +0100 (Tue, 17 Mar 2009) | 1 line [FIX]tracker: show also the average in tiki-view_tracker_item ---------------------------------------------- r17405 | jonnybradley | 2009-03-17 19:39:59 +0100 (Tue, 17 Mar 2009) | 7 lines [NEW] Version filter for mods list. Plus some other modernisations. Added note asking for users to contribute fixes (TODO: add something to dev.tw.o with more help for mods dev) ---------------------------------------------- r17404 | jonnybradley | 2009-03-17 19:20:58 +0100 (Tue, 17 Mar 2009) | 1 line [ENH] Added {strip} tags ---------------------------------------------- r17403 | jonnybradley | 2009-03-17 19:16:23 +0100 (Tue, 17 Mar 2009) | 1 line [MOD] Indentation only - no code changes ---------------------------------------------- r17402 | sylvieg | 2009-03-17 19:06:15 +0100 (Tue, 17 Mar 2009) | 1 line [FIX]style: for easy upgrade, tikidomains_share_styles must be on as it was the behavior in 2.x (look in the css in styles/ and in styles/domain) ---------------------------------------------- r17401 | sylvieg | 2009-03-17 18:31:41 +0100 (Tue, 17 Mar 2009) | 1 line [FIX] wrong include ---------------------------------------------- r17400 | jonnybradley | 2009-03-17 18:15:07 +0100 (Tue, 17 Mar 2009) | 1 line [ENH] Minor improvement to superfish effect. ---------------------------------------------- r17399 | pkdille | 2009-03-17 17:22:14 +0100 (Tue, 17 Mar 2009) | 1 line [SEC] Fix XSS vulnerability when attacking through PHP_SELF (bug 2359) ---------------------------------------------- r17397 | sylvieg | 2009-03-17 16:59:37 +0100 (Tue, 17 Mar 2009) | 1 line [FIX]MODULE: all the params can not be listed ---------------------------------------------- r17396 | luciash | 2009-03-17 16:19:40 +0100 (Tue, 17 Mar 2009) | 1 line one logo is enough: removing the obsolete one ---------------------------------------------- r17395 | sylvieg | 2009-03-17 16:12:57 +0100 (Tue, 17 Mar 2009) | 1 line [MOD]calendar: allow also to specify a list of calendars calendarId[]=4&calendarId[]=5 ---------------------------------------------- r17394 | lphuberdeau | 2009-03-17 15:16:47 +0100 (Tue, 17 Mar 2009) | 1 line [MOD] Allow to create new sheet if id parameter is omited (requested by xavi) ---------------------------------------------- r17385 | jonnybradley | 2009-03-16 22:37:48 +0100 (Mon, 16 Mar 2009) | 7 lines [NEW] Added article_edited and article_deleted notifications [wish1009] Plus some fixes to article_submitted Minimal initial implementation TODO for 4.0: refactor refactor (notifications in general) ---------------------------------------------- r17384 | sylvieg | 2009-03-16 22:03:43 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]cache: cache the wiki page only for the anonymous (Perhaps do not need to invalidate cache when updating a page) (perhaps a param to tell which group is the cached group) ---------------------------------------------- r17383 | sylvieg | 2009-03-16 21:20:24 +0100 (Mon, 16 Mar 2009) | 1 line notice ---------------------------------------------- r17382 | sylvieg | 2009-03-16 20:49:54 +0100 (Mon, 16 Mar 2009) | 1 line some indexes ---------------------------------------------- r17381 | jonnybradley | 2009-03-16 20:30:52 +0100 (Mon, 16 Mar 2009) | 3 lines [FIX] Delete tracker item notifcation email fixes [wish1009:partial] ---------------------------------------------- r17380 | jonnybradley | 2009-03-16 19:21:11 +0100 (Mon, 16 Mar 2009) | 4 lines [NEW] Added wiki_edit_minor option [wish2083] (tested with perms, seems fine - wish1697 reports problems on 2.x but i cannot reproduce on 3.0) ---------------------------------------------- r17379 | sylvieg | 2009-03-16 18:14:35 +0100 (Mon, 16 Mar 2009) | 1 line notices ---------------------------------------------- r17378 | sylvieg | 2009-03-16 18:10:52 +0100 (Mon, 16 Mar 2009) | 1 line {title} ---------------------------------------------- r17377 | sylvieg | 2009-03-16 18:02:28 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]calendar_new module: use the session calendar or def calendars if not param calIds specified->TODO: fix the display if mulitple calendars are selected ---------------------------------------------- r17376 | sylvieg | 2009-03-16 17:14:36 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]caledar: the last day of the month events were not showing ---------------------------------------------- r17375 | sylvieg | 2009-03-16 15:40:58 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]tracker: round the avg + free positionning as no idea about the max ---------------------------------------------- r17374 | sylvieg | 2009-03-16 15:01:05 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]tracker: admin can see export button ---------------------------------------------- r17373 | sylvieg | 2009-03-16 14:04:16 +0100 (Mon, 16 Mar 2009) | 1 line some tr ---------------------------------------------- r17372 | sylvieg | 2009-03-16 13:06:39 +0100 (Mon, 16 Mar 2009) | 1 line [FIX]categ fix error when modifying tracker item categories ---------------------------------------------- r17347 | amette | 2009-03-16 00:33:49 +0100 (Mon, 16 Mar 2009) | 2 lines Modules must obey max_rows ---------------------------------------------- r17346 | sylvieg | 2009-03-15 23:56:48 +0100 (Sun, 15 Mar 2009) | 1 line some ---------------------------------------------- r17345 | sylvieg | 2009-03-15 16:05:24 +0100 (Sun, 15 Mar 2009) | 1 line [FIX]theme: group_style can be empty ---------------------------------------------- r17344 | sylvieg | 2009-03-15 15:57:13 +0100 (Sun, 15 Mar 2009) | 1 line [FIX] style_option instead of style-option ---------------------------------------------- r17342 | luciash | 2009-03-15 01:02:38 +0100 (Sun, 15 Mar 2009) | 1 line [FIX] Edit CSS: escaped html in comments etc. to prevent unwanted html tags interpretation when displaying the stylesheet ---------------------------------------------- r17341 | luciash | 2009-03-15 00:34:20 +0100 (Sun, 15 Mar 2009) | 1 line no code change, indentation only ---------------------------------------------- r17340 | luciash | 2009-03-15 00:24:01 +0100 (Sun, 15 Mar 2009) | 1 line [ENH] Edit CSS: emphasized comments ---------------------------------------------- r17339 | luciash | 2009-03-15 00:13:22 +0100 (Sun, 15 Mar 2009) | 1 line typo ---------------------------------------------- r17338 | luciash | 2009-03-14 23:58:59 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] look and feel: align sitetitles where sitelogo goes ---------------------------------------------- r17337 | luciash | 2009-03-14 11:34:54 +0100 (Sat, 14 Mar 2009) | 1 line [MOD] PHPLayersMenus: change path to the tiki copies of menu template files ---------------------------------------------- r17336 | luciash | 2009-03-14 11:32:33 +0100 (Sat, 14 Mar 2009) | 1 line [NEW] PHPLayersMenus: added copies of the original templates to allow customization and avoid for example the annoying stuff like multiple s used for layouting the menus which prevented possibility to have centered menu items in top level horiz menu ---------------------------------------------- r17335 | luciash | 2009-03-14 04:09:26 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] strasa theme: location bar link colors ---------------------------------------------- r17334 | luciash | 2009-03-14 03:51:36 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] strasa theme: sitetitles position more like in original design by patrick, alignment of the logo, custom top bar code, PLMs ---------------------------------------------- r17333 | luciash | 2009-03-14 03:48:08 +0100 (Sat, 14 Mar 2009) | 1 line [FIX] site header: don't put sitetitles in sitelogo div to allow better positioning flexibility ---------------------------------------------- r17332 | luciash | 2009-03-14 03:43:54 +0100 (Sat, 14 Mar 2009) | 1 line [KIL] strasa theme: custom tiki-site_header.tpl not necessary ---------------------------------------------- r17331 | jonnybradley | 2009-03-14 00:15:21 +0100 (Sat, 14 Mar 2009) | 2 lines [NEW] Include custom.css if found (an approximation of wish1320) Will use 'styles/stylename/custom.css' or 'styles/stylename/options/optionname/custom.css' if there ---------------------------------------------- r17330 | jonnybradley | 2009-03-14 00:03:36 +0100 (Sat, 14 Mar 2009) | 4 lines [NEW] Include custom.js if found (wish2285) Will use 'styles/stylename/custom.js' or 'styles/stylename/options/optionname/custom.js' if there ---------------------------------------------- r17329 | jonnybradley | 2009-03-13 23:57:01 +0100 (Fri, 13 Mar 2009) | 1 line [MOD] Turning off other prefs not available without JS ---------------------------------------------- r17328 | jonnybradley | 2009-03-13 23:54:59 +0100 (Fri, 13 Mar 2009) | 2 lines [MOD] Refactoring repeated code into $tikilib->get_style_path() in tikilib and setup/theme.php ---------------------------------------------- r17327 | sylvieg | 2009-03-13 22:52:33 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]article: topic and type can be an expression of topics and types ---------------------------------------------- r17326 | jonnybradley | 2009-03-13 21:14:49 +0100 (Fri, 13 Mar 2009) | 1 line [ENH] Moved thumbnail inside admin table ---------------------------------------------- r17324 | jonnybradley | 2009-03-13 20:05:15 +0100 (Fri, 13 Mar 2009) | 1 line [MOD] Renamed getThumbnailFile() to get_thumbnail_file() to be more PHP-like ---------------------------------------------- r17323 | jonnybradley | 2009-03-13 19:16:51 +0100 (Fri, 13 Mar 2009) | 4 lines [MOD] Moved style-options thumbnails into sub-directories named after their option. More logical and consistant with the main styles dir layout. ---------------------------------------------- r17322 | sylvieg | 2009-03-13 19:10:13 +0100 (Fri, 13 Mar 2009) | 1 line [FXI]filter: int filter ---------------------------------------------- r17321 | jonnybradley | 2009-03-13 19:06:18 +0100 (Fri, 13 Mar 2009) | 6 lines [MOD] Refactoring repeated code into $tikilib->get_style_base() Also added $tikilib->get_style_path() and deployed in admin/look so far New pref to enable multi-tikis (tikidomains) to share the same styles dir if desired (I do) ---------------------------------------------- r17320 | jonnybradley | 2009-03-13 18:58:36 +0100 (Fri, 13 Mar 2009) | 1 line [SVN] Id ---------------------------------------------- r17319 | sylvieg | 2009-03-13 18:51:00 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]articles: max can be -1 ---------------------------------------------- r17317 | sylvieg | 2009-03-13 17:34:15 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]CODE: not to have param=>\"\" htmlescape ---------------------------------------------- r17313 | sylvieg | 2009-03-13 15:02:37 +0100 (Fri, 13 Mar 2009) | 1 line [FIX]login: do not display <br /> ---------------------------------------------- r17312 | sylvieg | 2009-03-13 14:36:48 +0100 (Fri, 13 Mar 2009) | 1 line typo ---------------------------------------------- r17311 | luciash | 2009-03-13 12:32:12 +0100 (Fri, 13 Mar 2009) | 1 line [FIX] strasa theme: better indentation and alignment of the menu items ---------------------------------------------- r17310 | Jyhem | 2009-03-13 11:26:08 +0100 (Fri, 13 Mar 2009) | 1 line [UI] Link to installer in suggestion to go to installer. Handle internationalisation ---------------------------------------------- r17309 | jonnybradley | 2009-03-13 00:24:11 +0100 (Fri, 13 Mar 2009) | 8 lines [ENH] Client-side theme options selection - part 2 Adding thumbnail images for theme preview. Filename format: styles/{$style}/{$style}.png or styles/{$style}/options/{$option}.png (also fixes a couple of problems from my last commit - apologies) ---------------------------------------------- r17308 | jonnybradley | 2009-03-13 00:18:26 +0100 (Fri, 13 Mar 2009) | 3 lines [NEW] First draft of some options for strasa (warm still TODO, cold is what strasa is at the moment, so only mono is really new) ---------------------------------------------- r17307 | sylvieg | 2009-03-12 21:02:39 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]tracker: textarea with a 1 line height is displayed as an input text ---------------------------------------------- r17304 | sylvieg | 2009-03-12 18:44:50 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]compute line: allow to have an average and a sum for the same field ---------------------------------------------- r17303 | jonnybradley | 2009-03-12 18:41:57 +0100 (Thu, 12 Mar 2009) | 3 lines [ENH] Client-side theme options selection (if jquery enabled) ---------------------------------------------- r17302 | sylvieg | 2009-03-12 17:50:04 +0100 (Thu, 12 Mar 2009) | 1 line use another icon for watch group ---------------------------------------------- r17301 | jonnybradley | 2009-03-12 15:51:18 +0100 (Thu, 12 Mar 2009) | 1 line [FIX] End of line semicolon on array declaration ---------------------------------------------- r17300 | jonnybradley | 2009-03-12 15:06:58 +0100 (Thu, 12 Mar 2009) | 1 line [KIL] Remove old jquery.ui version (1.6rc6) ---------------------------------------------- r17299 | jonnybradley | 2009-03-12 15:01:52 +0100 (Thu, 12 Mar 2009) | 1 line [ENH] Update JQuery-UI to v 1.7 (adding license and version docs) ---------------------------------------------- r17298 | jonnybradley | 2009-03-12 14:58:08 +0100 (Thu, 12 Mar 2009) | 1 line [SVN] SVN doesn't support single external files (coming in SVN 1.6 apparently) ---------------------------------------------- r17297 | jonnybradley | 2009-03-12 14:53:49 +0100 (Thu, 12 Mar 2009) | 1 line [ENH] Update JQuery-UI to v 1.7 (now an svn:external) ---------------------------------------------- r17296 | jonnybradley | 2009-03-12 14:39:27 +0100 (Thu, 12 Mar 2009) | 2 lines [SVN] Don't include the whole JQuery UI package Plan B - part 3 ---------------------------------------------- r17295 | sylvieg | 2009-03-12 14:13:26 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]jquery: also superfish effect for vertical css menu ---------------------------------------------- r17294 | jonnybradley | 2009-03-12 14:05:38 +0100 (Thu, 12 Mar 2009) | 4 lines [SVN] Don't include the whole JQuery UI package - 20MBs of demos and test we don't need. Plan B... ---------------------------------------------- r17293 | sylvieg | 2009-03-12 13:59:04 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]quicktags: strip the leading space as it is the only way now to sort the quicktags ---------------------------------------------- r17292 | jonnybradley | 2009-03-12 13:26:44 +0100 (Thu, 12 Mar 2009) | 1 line [SVN] Make JQuery-UI an svn:external ---------------------------------------------- r17290 | sylvieg | 2009-03-12 13:03:17 +0100 (Thu, 12 Mar 2009) | 1 line [MOD]wiki: add some perm icons and link to assignperm for features that need also perms like backlinks ---------------------------------------------- r17288 | sylvieg | 2009-03-12 03:15:54 +0100 (Thu, 12 Mar 2009) | 1 line [FIX]CODE: another fix to have the plugin back... ---------------------------------------------- r17287 | sylvieg | 2009-03-12 02:48:48 +0100 (Thu, 12 Mar 2009) | 1 line [MOD]tracker: to have in TRACKERLIST the possibility to add a row with some computation about all the values of a field - see traaackerlist doc on tw.org ---------------------------------------------- r17286 | jonnybradley | 2009-03-11 21:09:09 +0100 (Wed, 11 Mar 2009) | 3 lines [MOD] Only show warning if prefs or module is set to show a theme other than the site default, and changed wording to reflect that. ---------------------------------------------- r17285 | jonnybradley | 2009-03-11 21:06:35 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] JQuery version of flip() not setting state in tiki_cookie_jar (thanks Sylvie) ---------------------------------------------- r17284 | jonnybradley | 2009-03-11 19:45:06 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] Moved available_styles simple_set_value from login to look (and removed available_languages as it's already in i18n) ---------------------------------------------- r17283 | jonnybradley | 2009-03-11 19:43:41 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] Warnings ---------------------------------------------- r17282 | jonnybradley | 2009-03-11 18:38:15 +0100 (Wed, 11 Mar 2009) | 2 lines [FIX] Reset position for flipmodtitle images (IE6 can't handle that sort of thing!) Checked in thenews, strasa and coalesce ---------------------------------------------- r17281 | jonnybradley | 2009-03-11 18:35:52 +0100 (Wed, 11 Mar 2009) | 4 lines [MOD] Moved the ie6.css include from header.tpl to headerlib/output_headers() Also moved all IE6 includes to after other css so it can override them. ---------------------------------------------- r17280 | jonnybradley | 2009-03-11 17:47:54 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] Two small css corrections ---------------------------------------------- r17279 | jonnybradley | 2009-03-11 17:39:07 +0100 (Wed, 11 Mar 2009) | 9 lines [NEW] Pref: feature_ie56_correct_png in admin/look/other Enable/disable (default) JS attempt to fix transparency on PNG images in IE5.5 and 6 Moved JS function from tiki-js.js to js_detect.php called in setup so only included when necessary. When enabled IE6 menu folders and module flips do not work. ---------------------------------------------- r17278 | sylvieg | 2009-03-11 17:37:46 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] remove the application menu tpl and change its reference to the menu application module ---------------------------------------------- r17277 | jonnybradley | 2009-03-11 16:09:49 +0100 (Wed, 11 Mar 2009) | 1 line [KIL] Remove unreferenced (and badly written) function: setFolderIcons() ---------------------------------------------- r17276 | jonnybradley | 2009-03-11 16:04:17 +0100 (Wed, 11 Mar 2009) | 1 line [MOD] Indentation and syntax (semicolons and curly brackets) plus restrict correctPng to IE5 and 6 only ---------------------------------------------- r17274 | sylvieg | 2009-03-11 14:58:21 +0100 (Wed, 11 Mar 2009) | 1 line missing </div> ---------------------------------------------- r17273 | luciash | 2009-03-11 12:47:06 +0100 (Wed, 11 Mar 2009) | 1 line [FIX] sqlite: switch in case we install sqlite which desn't understand 'show tables' ---------------------------------------------- r17272 | luciash | 2009-03-11 11:31:51 +0100 (Wed, 11 Mar 2009) | 1 line little enhancements ---------------------------------------------- r17271 | luciash | 2009-03-11 09:57:04 +0100 (Wed, 11 Mar 2009) | 1 line oops, FF needs border-style specified ---------------------------------------------- r17270 | sylvieg | 2009-03-11 00:21:43 +0100 (Wed, 11 Mar 2009) | 1 line [FIX]search: when upgrading search must show the object type bar as it was before ---------------------------------------------- r17269 | luciash | 2009-03-11 00:16:47 +0100 (Wed, 11 Mar 2009) | 1 line [ENH] some fixes and enhancements to the PLM and siteloginbar look ---------------------------------------------- r17268 | pkdille | 2009-03-10 22:30:03 +0100 (Tue, 10 Mar 2009) | 1 line [FIX] menu 42: contact us option has to appear only if feature_contact AND feature_messages are enabled ---------------------------------------------- r17267 | sylvieg | 2009-03-10 21:18:46 +0100 (Tue, 10 Mar 2009) | 1 line better error message ---------------------------------------------- r17266 | sylvieg | 2009-03-10 21:12:20 +0100 (Tue, 10 Mar 2009) | 1 line [FIX]categ: is_categorized was returning true if an object had been categorized but was not anymore ---------------------------------------------- r17265 | jonnybradley | 2009-03-10 19:26:27 +0100 (Tue, 10 Mar 2009) | 3 lines [ENH] popup_link Smarty "block" now works with JQuery (and or MooTools, but puts up an alert now if neither are enabled) ---------------------------------------------- r17263 | ricks99 | 2009-03-10 16:39:11 +0100 (Tue, 10 Mar 2009) | 1 line [ENH]ongoing admin ui work. regrouping of options ---------------------------------------------- r17262 | sylvieg | 2009-03-10 15:33:29 +0100 (Tue, 10 Mar 2009) | 1 line [FIX]users: an admin junior can not see other groups than the one he is in + he can not unassign group he is not in too ---------------------------------------------- r17261 | jonnybradley | 2009-03-10 13:59:19 +0100 (Tue, 10 Mar 2009) | 1 line [FIX] Button to change theme menu if JS disabled ---------------------------------------------- r17260 | jonnybradley | 2009-03-10 13:58:06 +0100 (Tue, 10 Mar 2009) | 1 line [FIX] Tab content divs defaulting to display:none when JavScript disabled (also tested with JS on and "feature_tabs" on and off - seems ok) ---------------------------------------------- r17259 | jonnybradley | 2009-03-10 13:13:08 +0100 (Tue, 10 Mar 2009) | 1 line [KIL] Removed rendundant pref check (must have been a caching/init issue which now *seems* to be fixed) ---------------------------------------------- r17258 | chibaguy | 2009-03-10 11:25:56 +0100 (Tue, 10 Mar 2009) | 2 lines [SVN] Tikineat moved from branch 3.0. ---------------------------------------------- r17254 | chibaguy | 2009-03-10 02:29:17 +0100 (Tue, 10 Mar 2009) | 1 line [ENH] Switch from Tikineat to TheNews as the (maybe transitional) default theme, as part of removal of Tikineat from branch 3.0. ---------------------------------------------- r17253 | sylvieg | 2009-03-10 00:14:28 +0100 (Tue, 10 Mar 2009) | 1 line [FIX]tracker: deleting an item was not deleting its caegoies' asssignment resulting in empty line in browse categ ---------------------------------------------- r17252 | pkdille | 2009-03-09 22:28:51 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] search: fix search functions in tiki-quiz_stats.php, tiki-edit_quiz_results.php and tiki-received_pages.php ---------------------------------------------- r17251 | jonnybradley | 2009-03-09 22:27:15 +0100 (Mon, 09 Mar 2009) | 3 lines [MOD] Added warning message about switch theme module as it makes it look like this page doesn't work and is very confusing. TODO - always show site_style on this page. ---------------------------------------------- r17250 | pkdille | 2009-03-09 21:52:57 +0100 (Mon, 09 Mar 2009) | 1 line [MOD] code indenting - no changes ---------------------------------------------- r17249 | jonnybradley | 2009-03-09 21:50:15 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Only redirect if site_style (or option) has really changed. Looses $tikifeedback notification but only if the style/theme changes now. ---------------------------------------------- r17247 | jonnybradley | 2009-03-09 21:44:08 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Rogue $pref_toggle['feature_sitetitle'] - it's a pref_byref_value ---------------------------------------------- r17246 | sylvieg | 2009-03-09 21:01:49 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]tracker: import also the categories in the new export way ---------------------------------------------- r17244 | jonnybradley | 2009-03-09 18:31:21 +0100 (Mon, 09 Mar 2009) | 1 line [SVN] svn:keywords = Id not "Id" ---------------------------------------------- r17243 | jonnybradley | 2009-03-09 17:58:11 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Remove all Shadowbox JS (including the bug) if neither MooTools or JQuery are enabled. ---------------------------------------------- r17242 | jonnybradley | 2009-03-09 17:46:12 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] XHTML (no script tags allowed inside p tags) ---------------------------------------------- r17241 | jonnybradley | 2009-03-09 17:44:08 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] XHTML ---------------------------------------------- r17240 | jonnybradley | 2009-03-09 17:35:21 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] Typo ---------------------------------------------- r17237 | sylvieg | 2009-03-09 16:27:37 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]newsletter: do not record the computed text form when save a draft ---------------------------------------------- r17236 | sylvieg | 2009-03-09 16:01:33 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]newsletter: do not store the text in the database if it is a computed texte - because when reuse a newletter - people forget to update the text ---------------------------------------------- r17234 | sylvieg | 2009-03-09 15:08:10 +0100 (Mon, 09 Mar 2009) | 1 line icon ---------------------------------------------- r17233 | sylvieg | 2009-03-09 14:44:38 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]calendar: module calendar new - param - calIds[]=1&calIds[]=2 to view specific calendars: take away the calendarId 1 that was the only displayed : TODO: default display all the visible calendar ---------------------------------------------- r17232 | pkdille | 2009-03-09 14:39:58 +0100 (Mon, 09 Mar 2009) | 1 line [MOD] tiki-stats: some tiny cleanups and code reindenting - no changes ---------------------------------------------- r17231 | pkdille | 2009-03-09 14:02:59 +0100 (Mon, 09 Mar 2009) | 1 line [FIX] tikineat: fix the look of date informations in rss feed ---------------------------------------------- r17230 | sylvieg | 2009-03-09 13:50:41 +0100 (Mon, 09 Mar 2009) | 1 line [FIX]lang: when mulitlingual on and restricted language is off, show all the languages in edit translation ---------------------------------------------- r17229 | luciash | 2009-03-09 12:09:50 +0100 (Mon, 09 Mar 2009) | 1 line [NEW] lets have favicon for IE6 too ---------------------------------------------- r17228 | luciash | 2009-03-09 12:08:35 +0100 (Mon, 09 Mar 2009) | 1 line [MOD] new favicon ---------------------------------------------- r17226 | sylvieg | 2009-03-08 22:42:00 +0100 (Sun, 08 Mar 2009) | 1 line [FIX]fck: if ajax autosave is not on, do not load the fck plugin to avoid js error + to avoid to have 2 clicks 2 times on a action in fck ---------------------------------------------- r17225 | Jyhem | 2009-03-08 22:28:27 +0100 (Sun, 08 Mar 2009) | 1 line [FIX] Allow blog owner to post on own non-public blogs ---------------------------------------------- r17223 | sylvieg | 2009-03-08 21:15:58 +0100 (Sun, 08 Mar 2009) | 1 line [FIX]fgal: a little message to warn about the problem when changing global displays settings: TODO have the same behavior for each setting (exploror+ path have different behavior) + proposal to copy every not settings to each fgals ---------------------------------------------- r17221 | sylvieg | 2009-03-07 23:55:53 +0100 (Sat, 07 Mar 2009) | 1 line [FIX]search: missing tracker option ---------------------------------------------- r17217 | sylvieg | 2009-03-06 20:59:08 +0100 (Fri, 06 Mar 2009) | 1 line [MOD]FILES: new param to open the slideshow of a gallery in a popup ---------------------------------------------- r17216 | chibaguy | 2009-03-06 19:52:08 +0100 (Fri, 06 Mar 2009) | 1 line [FIX] Validation errors ---------------------------------------------- r17215 | sylvieg | 2009-03-06 18:03:50 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]perms: need to check tiki_p_list_file_galleries to use the filegals_manager ---------------------------------------------- r17214 | sylvieg | 2009-03-06 17:55:48 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: menu perms on fgal - as tiki_p_view_fgal can be redefined locally ---------------------------------------------- r17213 | sylvieg | 2009-03-06 17:53:59 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: menu perms on fgal - as tiki_p_view_fgal can be redefined locally ---------------------------------------------- r17212 | sylvieg | 2009-03-06 17:40:21 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]fgal perm: if galleryId=-1, cache each fgal perm ---------------------------------------------- r17211 | sylvieg | 2009-03-06 17:28:53 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]perms: fgal perm cache must be cleaned when changing local perms ---------------------------------------------- r17210 | sylvieg | 2009-03-06 17:04:49 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: another one for | option syntax ---------------------------------------------- r17209 | luciash | 2009-03-06 17:01:37 +0100 (Fri, 06 Mar 2009) | 1 line just adjusted the translation string ---------------------------------------------- r17208 | sylvieg | 2009-03-06 15:48:42 +0100 (Fri, 06 Mar 2009) | 1 line [MOD]menu: change some fields to text to allow luci to clean the menu 42 ---------------------------------------------- r17207 | sylvieg | 2009-03-06 15:12:32 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]menu: can use some local variable like user_is_operator that are not always defined ---------------------------------------------- r17206 | sylvieg | 2009-03-06 15:08:53 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]fix html + self_link ---------------------------------------------- r17205 | sylvieg | 2009-03-06 14:46:33 +0100 (Fri, 06 Mar 2009) | 1 line wrong function ---------------------------------------------- r17203 | sylvieg | 2009-03-06 01:24:45 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]mediaplayer: need extraparams ---------------------------------------------- r17198 | sylvieg | 2009-03-06 00:43:48 +0100 (Fri, 06 Mar 2009) | 1 line [FIX]plugin: update some plugins to the info... convention ---------------------------------------------- r17197 | sylvieg | 2009-03-05 22:10:49 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]prefs: feature_ticketlib feature_ticketlib2 have been moved to general ---------------------------------------------- r17196 | sylvieg | 2009-03-05 20:07:18 +0100 (Thu, 05 Mar 2009) | 1 line [FIX}wiki help: missin -+monospace+- ---------------------------------------------- r17194 | sylvieg | 2009-03-05 19:47:40 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]wiki: when parsing -+ +- keep the space before ---------------------------------------------- r17193 | jonnybradley | 2009-03-05 18:26:12 +0100 (Thu, 05 Mar 2009) | 1 line [MOD] General admin button first (same order as admin-include-anchors) ---------------------------------------------- r17192 | jonnybradley | 2009-03-05 18:14:23 +0100 (Thu, 05 Mar 2009) | 5 lines [MOD] Tidy-up of admin look & feel Moved spare prefs to the "other" tab Consistent layout on all panels (labels on left) ---------------------------------------------- r17191 | sylvieg | 2009-03-05 17:26:40 +0100 (Thu, 05 Mar 2009) | 1 line oops ---------------------------------------------- r17189 | sylvieg | 2009-03-05 17:23:35 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] more function and modifier allowed in secure smarty ---------------------------------------------- r17188 | sylvieg | 2009-03-05 16:58:32 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] temporary rollback + check wysiwyg -> until ... to have back the upload picture ---------------------------------------------- r17187 | sylvieg | 2009-03-05 16:35:44 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] some error messages in get_strings ---------------------------------------------- r17186 | sylvieg | 2009-03-05 16:16:40 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]password: the username was miising when asking for password on a not yet validated user ---------------------------------------------- r17185 | sylvieg | 2009-03-05 15:59:23 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] the norvegian language was only in 1.9 ---------------------------------------------- r17184 | sylvieg | 2009-03-05 15:47:44 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] the norvegian language was only in 1.9 ---------------------------------------------- r17182 | sylvieg | 2009-03-05 15:18:59 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]templates: some syntax fix + {tr}..{/tr} must always be surrended by double quotes not single because the translation can contain quote ---------------------------------------------- r17181 | sylvieg | 2009-03-05 14:07:25 +0100 (Thu, 05 Mar 2009) | 1 line [FIX]menu: admin section back on fresh install ---------------------------------------------- r17180 | sylvieg | 2009-03-05 03:13:07 +0100 (Thu, 05 Mar 2009) | 1 line some more translation ---------------------------------------------- r17179 | sylvieg | 2009-03-05 01:27:38 +0100 (Thu, 05 Mar 2009) | 1 line just a couple of fr translation ---------------------------------------------- r17178 | marclaporte | 2009-03-05 00:19:22 +0100 (Thu, 05 Mar 2009) | 1 line [FIX] experimental features default to off. ---------------------------------------------- r17177 | sylvieg | 2009-03-04 23:15:07 +0100 (Wed, 04 Mar 2009) | 1 line [MOD]menu: allows to do | or , on sections/perms menu options to simplify menu definition ---------------------------------------------- r17176 | sylvieg | 2009-03-04 22:29:13 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]plugins: accept spaces between plugin name and ( ex" {IMG (src="foobar.gif")} ---------------------------------------------- r17174 | sylvieg | 2009-03-04 20:21:35 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]CODE: the plugin was broken : rollback lph's commit 16313 ---------------------------------------------- r17173 | sylvieg | 2009-03-04 19:28:59 +0100 (Wed, 04 Mar 2009) | 1 line typo ---------------------------------------------- r17172 | sylvieg | 2009-03-04 19:19:27 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]plugin : to see the checkbox, the plugin name must be in the prefs ---------------------------------------------- r17171 | jonnybradley | 2009-03-04 18:52:29 +0100 (Wed, 04 Mar 2009) | 1 line [KIL] Remove obsolete swffix lib (remaining dir) ---------------------------------------------- r17170 | sylvieg | 2009-03-04 18:15:20 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]backlinks back ---------------------------------------------- r17167 | sylvieg | 2009-03-04 17:30:28 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]anchor: for language like japanese - use a md5(heading) not to have the anchor changing if new header is added ---------------------------------------------- r17166 | sylvieg | 2009-03-04 17:20:13 +0100 (Wed, 04 Mar 2009) | 1 line [FIX]wiki: anchor must begin with [a-zA-Z]and may contain . - : + if anchor contains only unvalid character - use 'anchor' ---------------------------------------------- r17164 | jonnybradley | 2009-03-04 15:38:51 +0100 (Wed, 04 Mar 2009) | 1 line [NEW] Added JQuery Sheet plugin feature_jquery_sheet - currently defaults to 'n' for future use ---------------------------------------------- r17163 | jonnybradley | 2009-03-04 15:32:54 +0100 (Wed, 04 Mar 2009) | 1 line [KIL] Redundant copy of (old) JQuery lib ---------------------------------------------- r17162 | jonnybradley | 2009-03-04 15:14:49 +0100 (Wed, 04 Mar 2009) | 1 line [MOD] Moved function decode_subject_utf8() to included library for future use (GroupMail) ---------------------------------------------- r17161 | jonnybradley | 2009-03-04 15:10:58 +0100 (Wed, 04 Mar 2009) | 1 line [ENH] Added mode='words' to mod-switch_lang so mod-switch_lang2 should now be redundant (TODO remove it if no one minds) ---------------------------------------------- r17160 | jonnybradley | 2009-03-04 15:08:29 +0100 (Wed, 04 Mar 2009) | 1 line [ENH] Improved handling of mootools global $ to avoid conflicts with JQuery and it's plugins ---------------------------------------------- r17159 | jonnybradley | 2009-03-04 13:58:50 +0100 (Wed, 04 Mar 2009) | 1 line [MOD] Some trivial changes and (commented out) experiment to override overlib tooltips (left for later, to be removed before 3.0 release if not fixed, along with toggleCols() fn) ---------------------------------------------- r17156 | jonnybradley | 2009-03-04 12:25:11 +0100 (Wed, 04 Mar 2009) | 8 lines [KIL] Remove obsolete swffix lib and replaced all references to it with swfobject, it's replacement (was causing errors in IE if enabled). Changed feature_swffix to feature_swfobj (but left it in "experimental" for now - TODO: move it) Added complete SWFObject 2.1 package and removed existing JS file. Added param for "expressintall.swf" to tikilib/embed_flash() function used by flash plugin (which includes SWFObject even if feature_swfobj is off) ---------------------------------------------- r17155 | jonnybradley | 2009-03-04 11:46:38 +0100 (Wed, 04 Mar 2009) | 1 line [SVN] Added virtuals.inc to svn:ignore ---------------------------------------------- r17154 | luciash | 2009-03-04 01:26:01 +0100 (Wed, 04 Mar 2009) | 1 line [FIX] wiki img syntax: imalign support for floating left|right instead of doing basically the same as align (iirc it was like that before) ---------------------------------------------- r17153 | luciash | 2009-03-04 01:03:18 +0100 (Wed, 04 Mar 2009) | 1 line [ENH] admin preferences anchors: use smarty icon + reflection effect when jquery reflection.js enabled ---------------------------------------------- r17152 | luciash | 2009-03-04 00:52:44 +0100 (Wed, 04 Mar 2009) | 1 line [FIX] smarty block tabs: no unwanted whitespace ---------------------------------------------- r17150 | nyloth | 2009-03-03 22:24:40 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] french translation of the homepage content ---------------------------------------------- r17149 | jonnybradley | 2009-03-03 20:43:56 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17148 | jonnybradley | 2009-03-03 20:31:13 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Removed JQuery attempt at toggleCols() - wouldn't animate nicely (left in commented out to have another go later) ---------------------------------------------- r17147 | luciash | 2009-03-03 20:23:44 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] wikiplugin_fanylist: allow wiki links and other stuff in the items ---------------------------------------------- r17146 | nyloth | 2009-03-03 19:29:41 +0100 (Tue, 03 Mar 2009) | 2 lines [ENH] default HomePage translation: allow translators to translate the default homePage by translating '_HOMEPAGE_CONTENT_' string in lang/*/language.php ---------------------------------------------- r17145 | lphuberdeau | 2009-03-03 19:15:50 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Menu handler to nest menus correctly ---------------------------------------------- r17144 | luciash | 2009-03-03 18:52:27 +0100 (Tue, 03 Mar 2009) | 1 line [SEC] wikiplugin_tag: secured to allow only tags without attributes ---------------------------------------------- r17143 | sylvieg | 2009-03-03 17:58:49 +0100 (Tue, 03 Mar 2009) | 1 line [FIX]TRACKERLIST: trackerlist with popup was not working because parse_first was replacing \ with \. I do not see why this replacement is useful ---------------------------------------------- r17142 | nyloth | 2009-03-03 17:48:20 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] new installs: do not display assistant module in default installation. Every information can be put in homepage and assistant module cannot be removed from profiles. ---------------------------------------------- r17141 | ricks99 | 2009-03-03 16:42:20 +0100 (Tue, 03 Mar 2009) | 1 line [MOD]new css styles for admin ui revamp. removed the inline styles. ---------------------------------------------- r17139 | jonnybradley | 2009-03-03 15:49:25 +0100 (Tue, 03 Mar 2009) | 6 lines [MOD] Put back theme drop-down so it doesn't change the theme without you clicking "apply". It does a post back onchange so you can select theme options. Changed message displayed when drop-down showing theme other than the site theme as it was unclear before (suggestions gratefully recieved!). Moved users change theme below theme option. Would be better if you could preview themes before selecting... TODO ---------------------------------------------- r17138 | jonnybradley | 2009-03-03 15:16:16 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17137 | sylvieg | 2009-03-03 15:15:21 +0100 (Tue, 03 Mar 2009) | 1 line [MOD]jquery: warn jquery feature must be on ad the sub setting are on by default ---------------------------------------------- r17136 | luciash | 2009-03-03 15:05:35 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] pick user avatar: updated description string reflecting the reality (not only gifs are possible) + redirect to prevent resubmit on reload ---------------------------------------------- r17135 | jonnybradley | 2009-03-03 14:57:24 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17134 | sylvieg | 2009-03-03 14:54:22 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] test also jquery is on ---------------------------------------------- r17133 | jonnybradley | 2009-03-03 14:44:11 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Removed parameter from DateTime object constructor. "Z" (timezone) part was incorrect and causing error notice. Defaults to "now" but please watch out for this in other timezones. ---------------------------------------------- r17131 | jonnybradley | 2009-03-03 14:11:34 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices ---------------------------------------------- r17129 | jonnybradley | 2009-03-03 14:02:35 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Notices (not fix my WSoD on save prefs when display_timezone is empty or Site) ---------------------------------------------- r17128 | jonnybradley | 2009-03-03 13:26:27 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] JQuery tooltips (clueTips) not high enough z-index to show in front of admin panels - now set to z-index of 400 ---------------------------------------------- r17127 | jonnybradley | 2009-03-03 13:22:34 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Suppress empty user info jquery tooltips ---------------------------------------------- r17126 | jonnybradley | 2009-03-03 12:52:39 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] 2 divs not closed (led to missing tab boxes in Safari) ---------------------------------------------- r17125 | jonnybradley | 2009-03-03 12:38:54 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Fix timezone_open() failing with empty param ---------------------------------------------- r17124 | jonnybradley | 2009-03-03 12:01:16 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] Better wording for show_mouseover_user_info pref (thanks Luci) ---------------------------------------------- r17123 | jonnybradley | 2009-03-03 11:33:03 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] Add explanation about feature_community_mouseover (because i hadn't understood it for all these years) ---------------------------------------------- r17122 | luciash | 2009-03-03 10:16:03 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] CSS class .diffheader: oops, missing td ---------------------------------------------- r17121 | nyloth | 2009-03-03 07:16:54 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] installer: remove the 'By clicking Continue you agree to the terms of this license' sentence because the user can bypass this page anyway. ---------------------------------------------- r17120 | nyloth | 2009-03-03 07:05:39 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] installer: only propose profiles installation when tiki can connect to the profiles website ---------------------------------------------- r17119 | nyloth | 2009-03-03 07:04:28 +0100 (Tue, 03 Mar 2009) | 1 line more french translations ---------------------------------------------- r17116 | chibaguy | 2009-03-03 05:41:14 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Wider edit comment textarea ---------------------------------------------- r17115 | marclaporte | 2009-03-03 05:29:54 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Turning off __user watches translation__ in barebones install ---------------------------------------------- r17114 | Jyhem | 2009-03-03 05:26:55 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] No : at the beginning of next line ---------------------------------------------- r17113 | Jyhem | 2009-03-03 04:38:51 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Handle release versions with spaces (like beta versions) ---------------------------------------------- r17112 | nyloth | 2009-03-03 04:30:51 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] tiki-login: assign_by_ref is using the second param by reference, so it needs to be a variable ---------------------------------------------- r17111 | Jyhem | 2009-03-03 04:20:49 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Update translations after installer strings chnaged ---------------------------------------------- r17110 | chibaguy | 2009-03-03 03:52:53 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] div.box overflow=y was always on instead of being set by module argument. ---------------------------------------------- r17109 | marclaporte | 2009-03-03 03:48:48 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Wiki page printing is not an essential feature for the bare-bones install ---------------------------------------------- r17108 | marclaporte | 2009-03-03 03:44:49 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Change __Allow same file to be uploaded more than once__ default behavior in file galleries from __Never__ to __Only in different galleries__ because it can cause user support issues and most people won't need this. ---------------------------------------------- r17107 | nyloth | 2009-03-03 03:36:11 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] typo in french translation ---------------------------------------------- r17106 | Jyhem | 2009-03-03 02:42:12 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Get rid of double call of Smarty_Tikiwiki in some circumstances, and overall simplification ---------------------------------------------- r17105 | marclaporte | 2009-03-03 02:25:18 +0100 (Tue, 03 Mar 2009) | 1 line [MOD] Turning off some features on a new install of the bare bones install. Relevant features will appear in appropriate profiles. ---------------------------------------------- r17104 | campbe13 | 2009-03-03 01:56:01 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] installer buttons ---------------------------------------------- r17103 | chibaguy | 2009-03-03 01:00:50 +0100 (Tue, 03 Mar 2009) | 1 line [ENH] Install steps terms improved, etc. ---------------------------------------------- r17102 | sylvieg | 2009-03-03 00:54:00 +0100 (Tue, 03 Mar 2009) | 1 line [FIX]article: using rating is a function of type , not attached to review type ---------------------------------------------- r17100 | nkoth | 2009-03-03 00:41:29 +0100 (Tue, 03 Mar 2009) | 2 lines [FIX] add missing closing bracket ---------------------------------------------- r17099 | nkoth | 2009-03-03 00:36:44 +0100 (Tue, 03 Mar 2009) | 2 lines [REL] Updated for 3.0beta1 ---------------------------------------------- r17098 | chibaguy | 2009-03-03 00:35:41 +0100 (Tue, 03 Mar 2009) | 1 line [FIX] Browser title variable updated. ---------------------------------------------- ---------------------------------------------- r17097 | marclaporte | 2009-03-02 18:16:06 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] Improving copyright text plus small fix from nyloth ---------------------------------------------- r17096 | sylvieg | 2009-03-02 18:06:41 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] change_language was lost ---------------------------------------------- r17095 | Jyhem | 2009-03-02 17:57:11 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] Add link to step 6 ---------------------------------------------- r17094 | sylvieg | 2009-03-02 17:45:08 -0500 (Mon, 02 Mar 2009) | 1 line [FIX]tracker: try to improve tracker rating by displaying both total and average -> to do in trunk: sort on average and option to choose what to display average?sum? ---------------------------------------------- r17093 | nyloth | 2009-03-02 17:18:48 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] fix release_changelog usage text ---------------------------------------------- r17092 | nyloth | 2009-03-02 17:17:31 -0500 (Mon, 02 Mar 2009) | 1 line [NEW] release_copyright.php in doc/devtools intended to update the copyright.txt during the release process + update release doc + clean release shell script to remove obsolete tasks + remove useless bin directory ---------------------------------------------- r17091 | marclaporte | 2009-03-02 16:46:59 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] No use to have date, version and debug activated by default ---------------------------------------------- r17090 | sylvieg | 2009-03-02 16:27:15 -0500 (Mon, 02 Mar 2009) | 1 line [FIX]tracker: to have also dynamic items list working in TRACKER ---------------------------------------------- r17089 | chibaguy | 2009-03-02 15:43:29 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Title bar label and variable changed to Browser title and variable. ---------------------------------------------- r17088 | Jyhem | 2009-03-02 15:41:39 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] Explain that the file is obsolete on top, too ---------------------------------------------- r17087 | luciash | 2009-03-02 15:24:08 -0500 (Mon, 02 Mar 2009) | 1 line [ENH] better look for error message when db connection not found ---------------------------------------------- r17081 | nkoth | 2009-03-02 13:37:17 -0500 (Mon, 02 Mar 2009) | 2 lines [MOD] Make category filter om admin profiles be a drop-down selector of available cats ---------------------------------------------- r17080 | marclaporte | 2009-03-02 12:34:09 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Fix link to documentation ---------------------------------------------- r17079 | Jyhem | 2009-03-02 12:12:27 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Update explanation of punctuation handling in translations ---------------------------------------------- r17078 | marclaporte | 2009-03-02 12:05:26 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] profile name changed ---------------------------------------------- r17076 | marclaporte | 2009-03-02 11:40:56 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] trimming down to just one profile for the Beta ---------------------------------------------- r17074 | Jyhem | 2009-03-02 11:11:45 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Correct english text (thanks Marc) ---------------------------------------------- r17062 | amette | 2009-03-02 00:48:11 -0500 (Mon, 02 Mar 2009) | 2 lines We don't have www.tw.o only tw.o ---------------------------------------------- r17061 | marclaporte | 2009-03-02 00:24:24 -0500 (Mon, 02 Mar 2009) | 1 line [FIX] Remove not so useful column in the plugin help, to provide more data on screen. ---------------------------------------------- r17060 | amette | 2009-03-02 00:07:47 -0500 (Mon, 02 Mar 2009) | 2 lines Correct link to Release Notes in installer ---------------------------------------------- r17059 | amette | 2009-03-01 23:46:59 -0500 (Sun, 01 Mar 2009) | 2 lines Adjust links to sites in installer - we don't have www.tw.o but only tw.o ---------------------------------------------- r17058 | amette | 2009-03-01 23:19:11 -0500 (Sun, 01 Mar 2009) | 2 lines Don't rewrite, if URL points at an existing file - no need to maintain extensions ---------------------------------------------- r17057 | marclaporte | 2009-03-01 22:38:18 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Unbreakable spaces in login box to make it cleaner. Better solution like buttons may be coming shortly from someone else. ---------------------------------------------- r17056 | nkoth | 2009-03-01 22:21:24 -0500 (Sun, 01 Mar 2009) | 1 line [REL] SecDB for 3.0beta1 ---------------------------------------------- r17055 | nyloth | 2009-03-01 20:09:28 -0500 (Sun, 01 Mar 2009) | 1 line [NEW] release_changelog.php in doc/devtools intended to update the changelog just before the final release ---------------------------------------------- r17054 | luciash | 2009-03-01 20:04:05 -0500 (Sun, 01 Mar 2009) | 1 line [SVN] proper Id property ---------------------------------------------- r17053 | luciash | 2009-03-01 19:53:01 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] when checking for new version don't display preference note but information instead ---------------------------------------------- r17052 | marclaporte | 2009-03-01 19:20:57 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Restore automatic pick of last two versions as default diff. Tks Nyloth ---------------------------------------------- r17051 | nkoth | 2009-03-01 19:12:26 -0500 (Sun, 01 Mar 2009) | 2 lines [FIX] show proper erroe message when mediawiki import TextWiki libs are missing ---------------------------------------------- r17050 | luciash | 2009-03-01 19:06:57 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] display diffs 50/50 ---------------------------------------------- r17049 | chibaguy | 2009-03-01 18:50:35 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] Removed padding in siteloginbar for better consistency with search form. ---------------------------------------------- r17048 | marclaporte | 2009-03-01 18:49:30 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Some changes related to the fact that a default diff style is now set for the site, to avoid to have the diff which happens automatically ---------------------------------------------- r17047 | nkoth | 2009-03-01 18:40:23 -0500 (Sun, 01 Mar 2009) | 2 lines [SEC] prevent access to devtools from web just in case ---------------------------------------------- r17046 | Jyhem | 2009-03-01 18:24:26 -0500 (Sun, 01 Mar 2009) | 1 line [SEC] Added even more security checks ---------------------------------------------- r17045 | luciash | 2009-03-01 18:22:49 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] code wikiplugin: nicely aligned codecaption with codelisting ---------------------------------------------- r17044 | Jyhem | 2009-03-01 18:08:37 -0500 (Sun, 01 Mar 2009) | 1 line [SEC] Added security checks ---------------------------------------------- r17043 | nkoth | 2009-03-01 18:04:54 -0500 (Sun, 01 Mar 2009) | 2 lines [FIX] add permission/includeonly checks on files ---------------------------------------------- r17042 | marclaporte | 2009-03-01 18:01:45 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Group Alert is a very cool feature but shouldn't be on by default ---------------------------------------------- r17041 | marclaporte | 2009-03-01 17:48:17 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Site Title, subtitle, logo title and Alt desciption on logo were limited to 50 characters. Now up to 200. ---------------------------------------------- r17040 | luciash | 2009-03-01 16:51:52 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] siteTitle -> browsertitle ---------------------------------------------- r17039 | luciash | 2009-03-01 16:39:26 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] browsertitle moved back to general prefs ---------------------------------------------- r17037 | luciash | 2009-03-01 16:32:05 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] preferences: siteTitle -> browsertitle + put it on General under Site Identity fieldset + link for more site customization to L&F + one tab less (moving the version check) ---------------------------------------------- r17036 | sylvieg | 2009-03-01 16:31:19 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]application menu: add tiki-admin.php on each Admin option to have a link like others section to the main page and not a javascript toggle ---------------------------------------------- r17035 | luciash | 2009-03-01 16:27:49 -0500 (Sun, 01 Mar 2009) | 1 line [MOD] preferences: siteTitle -> browsertitle ---------------------------------------------- r17032 | marclaporte | 2009-03-01 15:29:43 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] changing language is no longer handled in tiki-admin.php?page=login ---------------------------------------------- r17031 | sylvieg | 2009-03-01 14:56:36 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]tracker: page rename must update page selector ---------------------------------------------- r17029 | sylvieg | 2009-03-01 14:22:57 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]error: do not redirect on login if error on password change ---------------------------------------------- r17028 | marclaporte | 2009-03-01 14:09:51 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Matching value in prefs to the value in the form, to avoid unexpected setting change, when saving. Tks Nyloth ---------------------------------------------- r17027 | chibaguy | 2009-03-01 13:39:52 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] Removed previous fix and added vertical-align:top to td, which should be sufficient. ---------------------------------------------- r17026 | chibaguy | 2009-03-01 13:24:35 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] table.admin td.form bottom borders added to improve plugin list readability on tiki-admin.php?page=textarea. Kept mellow because these tds appear on other admin pages too. Feedback requested. ---------------------------------------------- r17025 | sylvieg | 2009-03-01 12:52:04 -0500 (Sun, 01 Mar 2009) | 1 line [FIX]darkroom: do not wrap tab label ---------------------------------------------- r17024 | chibaguy | 2009-03-01 12:10:48 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Browser title and page-top (L&F) title still interfering with each other. Browser title variable changed and admin moved from admin general to look and feel. This is partial fix; browser title still using prefs value despite new input on admin L&F. ---------------------------------------------- r17023 | marclaporte | 2009-03-01 11:13:12 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] In installer, remembers values for host, username and database (but not password) upon unsuccessful attempt to create db/local.php Thanks nyloth ---------------------------------------------- r17021 | Jyhem | 2009-03-01 10:41:08 -0500 (Sun, 01 Mar 2009) | 1 line [ENH] Translations ---------------------------------------------- r17019 | marclaporte | 2009-03-01 10:31:58 -0500 (Sun, 01 Mar 2009) | 1 line [FIX] Upon visiting the root directory of Tiki, if db/local/php is not found, assume this is a new install and send to the installer. ---------------------------------------------- r17017 | luciash | 2009-02-28 20:23:36 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] starting tag of </p> was missing, changed 'site administrator' to 'system administrator' ---------------------------------------------- r17015 | luciash | 2009-02-28 18:21:36 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] login prefs: change_theme is done on look and feel now - remove from here to prevent unwanted toggling off after applying login changes ---------------------------------------------- r17014 | campbe13 | 2009-02-28 17:55:51 -0500 (Sat, 28 Feb 2009) | 1 line [Fix] check for php vers in setup ---------------------------------------------- r17013 | nyloth | 2009-02-28 17:55:06 -0500 (Sat, 28 Feb 2009) | 1 line [ENH] release script: add a syntax check of PHP files and stop the release process if a parsing error has been found. ---------------------------------------------- r17012 | luciash | 2009-02-28 17:21:06 -0500 (Sat, 28 Feb 2009) | 1 line [ENH] add the logo ---------------------------------------------- r17011 | Jyhem | 2009-02-28 16:31:11 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] If installation happens in https, the default suggestion for https config needs to be https compatible ---------------------------------------------- r17010 | luciash | 2009-02-28 16:20:54 -0500 (Sat, 28 Feb 2009) | 1 line [ENH] make the messages translantable when local.php not found ---------------------------------------------- r17005 | nkoth | 2009-02-28 13:14:05 -0500 (Sat, 28 Feb 2009) | 1 line [REL] SecDB for 3.0beta1 ---------------------------------------------- r17004 | nkoth | 2009-02-28 13:03:22 -0500 (Sat, 28 Feb 2009) | 2 lines [FIX]mb: reintroduce the test to mb existence as th mb strings is not by default in php ---------------------------------------------- r16998 | nkoth | 2009-02-28 11:14:12 -0500 (Sat, 28 Feb 2009) | 1 line [BRANCH] Creation, trunk 0 to 16997 ---------------------------------------------- r16997 | nkoth | 2009-02-28 10:46:45 -0500 (Sat, 28 Feb 2009) | 1 line [REL] SecDB for 3.0beta1 ---------------------------------------------- r16996 | Jyhem | 2009-02-28 10:38:22 -0500 (Sat, 28 Feb 2009) | 1 line [FIX] Has been replaced by tiki-testGD.php ---------------------------------------------- r16995 | Jyhem | 2009-02-28 10:32:19 -0500 (Sat, 28 Feb 2009) | 2 lines [UI] Don't display "Go back" link when it does not make sense ---------------------------------------------- r16994 | sylvieg | 2009-02-27 16:51:12 -0500 (Fri, 27 Feb 2009) | 1 line [FIX]theme: to have wysiwyg when changing theme ---------------------------------------------- r16993 | nyloth | 2009-02-27 15:57:48 -0500 (Fri, 27 Feb 2009) | 1 line [FIX] icons: since themes could have their own icons, empty the icon cache when the theme has changed (thx chibaguy) ---------------------------------------------- r16992 | sewilco | 2009-02-27 15:28:40 -0500 (Fri, 27 Feb 2009) | 1 line [BUG] fix reversed hit tally test on a gallery. ---------------------------------------------- r16983 | sylvieg | 2009-02-27 11:53:52 -0500 (Fri, 27 Feb 2009) | 1 line [FIX]tracker: sorry rollback to 16957(test on item caetgory perm is not ready) + put the test null date ---------------------------------------------- r16980 | luciash | 2009-02-27 07:01:22 -0500 (Fri, 27 Feb 2009) | 1 line [FIX] tikilib: embed_flash() correct xhtml output in case JS is off on client side ---------------------------------------------- r16976 | luciash | 2009-02-27 05:28:52 -0500 (Fri, 27 Feb 2009) | 1 line [FIX] padding by changing the class, removed useless return to homepage ---------------------------------------------- r16975 | chibaguy | 2009-02-26 19:17:41 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Make hover behavior consistent with other buttons. ---------------------------------------------- r16974 | chibaguy | 2009-02-26 19:12:12 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Inconsistent a and a:hover padding caused movement in phpl menu. ---------------------------------------------- r16973 | chibaguy | 2009-02-26 19:02:48 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] Added title "Top" to legend # anchors. ---------------------------------------------- r16972 | chibaguy | 2009-02-26 18:47:37 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Replaced class name of div class="button". ---------------------------------------------- r16971 | chibaguy | 2009-02-26 18:35:56 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Moved checkbox out of link to # so page doesn't jump when checkbox is checked. ---------------------------------------------- r16970 | chibaguy | 2009-02-26 17:52:18 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] More padding on tiki-user_preferences.tpl. ---------------------------------------------- r16969 | chibaguy | 2009-02-26 17:51:12 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Replaced class name of td class="button". ---------------------------------------------- r16968 | chibaguy | 2009-02-26 17:18:12 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] 100% width on legend squeezed out margin on right side. ---------------------------------------------- r16967 | chibaguy | 2009-02-26 17:02:19 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] Quote plugin effect more obvious. ---------------------------------------------- r16966 | luciash | 2009-02-26 16:55:17 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] a new try to have nice alpha transparent images in MSIE=<6, at least the logo looks better when it becomes nicely blended on various backgrounds ;) ---------------------------------------------- r16965 | marclaporte | 2009-02-26 16:31:25 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] link to profiles is now in icon at the top ---------------------------------------------- r16964 | chibaguy | 2009-02-26 15:49:03 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] Minor improvements in PHPL tree menu. ---------------------------------------------- r16963 | marclaporte | 2009-02-26 15:47:24 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] Removing orphan pages from bare-bones default clean install. luci: we'll put it back in for community sites. ---------------------------------------------- r16962 | marclaporte | 2009-02-26 15:39:09 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] On creation of new image galleries, no longer show XY size. This is cleaner. ---------------------------------------------- r16961 | pkdille | 2009-02-26 15:31:13 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] articles: some tiny arrangement on a few grids (adding an icon, reorganizing action column, ...) ---------------------------------------------- r16960 | pkdille | 2009-02-26 15:21:37 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] code indent - no changes ---------------------------------------------- r16959 | pkdille | 2009-02-26 14:58:59 -0500 (Thu, 26 Feb 2009) | 1 line [MOD] code indent - no changes ---------------------------------------------- r16958 | sylvieg | 2009-02-26 13:59:07 -0500 (Thu, 26 Feb 2009) | 1 line [FIX]computed date: value must be null if computed with a null date + keep computed type not to display input field ---------------------------------------------- r16957 | chibaguy | 2009-02-26 13:46:35 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Rolling back menuLevel0 no-arrow change; effect was too strong. ---------------------------------------------- r16955 | chibaguy | 2009-02-26 13:21:08 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] CSS menu dropdown border added (missing due to cssmenus.css change apparently). ---------------------------------------------- r16954 | sewilco | 2009-02-26 12:22:34 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] fix my messed up indentation ---------------------------------------------- r16953 | chibaguy | 2009-02-26 12:21:42 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] No down arrow when menu is limited to level 0 (dropdowns not displayed); reduced default color a little (should be provided by theme in principle). ---------------------------------------------- r16952 | sewilco | 2009-02-26 12:00:45 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] minor cleanup ---------------------------------------------- r16951 | chibaguy | 2009-02-26 11:48:35 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] PHP Layers tree menu styles more consistent with themes. ---------------------------------------------- r16950 | sylvieg | 2009-02-26 11:25:27 -0500 (Thu, 26 Feb 2009) | 1 line [FIX]pluginmanager: for plugin like dbreport that have a class WikipluginDBReport but does not have the method getDescription... pick up in the info ---------------------------------------------- r16949 | sewilco | 2009-02-26 11:15:07 -0500 (Thu, 26 Feb 2009) | 1 line [ENH] IMAGE plugin restricts one of filegal, imagegal, URL. ---------------------------------------------- r16947 | sylvieg | 2009-02-26 09:13:53 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] also add the upgrade script to have a link on the 'Admin' option to be sync with a fresh install ---------------------------------------------- r16944 | chibaguy | 2009-02-26 00:05:40 -0500 (Thu, 26 Feb 2009) | 1 line [FIX] Prevent arrows in calendar tabrow from repeating vertically. ---------------------------------------------- r16943 | chibaguy | 2009-02-25 23:30:49 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] Enable CSS menu child lists to display. ---------------------------------------------- r16942 | sewilco | 2009-02-25 19:22:05 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] IMAGE plugin accepts list of images to display. ---------------------------------------------- r16941 | sylvieg | 2009-02-25 18:02:09 -0500 (Wed, 25 Feb 2009) | 1 line [FIX]tracker: textarea can be 1 line height ---------------------------------------------- r16940 | sylvieg | 2009-02-25 17:02:02 -0500 (Wed, 25 Feb 2009) | 1 line [FIX]feature: rollback sefurl in admin->feature (but let also the feature being activated in the sefurl panel) + put multilingual in admin->feature (let the option in admin->i18n too) ---------------------------------------------- r16939 | pkdille | 2009-02-25 17:00:39 -0500 (Wed, 25 Feb 2009) | 1 line [MOD] code indent - no changes ---------------------------------------------- r16938 | sylvieg | 2009-02-25 15:28:49 -0500 (Wed, 25 Feb 2009) | 1 line [MOD]language: to be able like in sumo to have the language in the url path not the url param: en/page will reach tiki-index.php?page=page&switchLang=en - you need to give the list of url params that must be converted to url path (could be also used for workspace with a little code ---------------------------------------------- r16937 | pkdille | 2009-02-25 15:01:45 -0500 (Wed, 25 Feb 2009) | 1 line [MOD] coelesce.css: change td css class "third" which is only used in forums list (tiki-forums.php) for sections. ---------------------------------------------- r16936 | sewilco | 2009-02-25 13:59:48 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] Add fileId so images in filegals can also be used. ---------------------------------------------- r16932 | marclaporte | 2009-02-25 13:16:25 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] 1- Adding some instructions on how to activate php5 via htaccess on some hosts. 2-Better handling and instructions about Apache error handling and use with TikiWiki ---------------------------------------------- r16931 | chibaguy | 2009-02-25 13:03:49 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] Small fixes and improvements in articles. ---------------------------------------------- r16930 | chibaguy | 2009-02-25 12:47:37 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] No need for original author info or url in bundled themes, because they are collaborations. ---------------------------------------------- r16929 | chibaguy | 2009-02-25 12:18:05 -0500 (Wed, 25 Feb 2009) | 2 lines [[ENH] Articles' div.articletrailer (Read more, comments link, icons) improved a little more. ---------------------------------------------- r16928 | sewilco | 2009-02-25 11:54:55 -0500 (Wed, 25 Feb 2009) | 1 line [BUG] Remove test mode due to high CPU and too much output. ---------------------------------------------- r16927 | sylvieg | 2009-02-25 11:52:50 -0500 (Wed, 25 Feb 2009) | 1 line syntax ---------------------------------------------- r16926 | sept_7 | 2009-02-25 11:01:17 -0500 (Wed, 25 Feb 2009) | 2 lines [FIX] TikiTests : small pb with session and cookie when using current connection ---------------------------------------------- r16925 | luciash | 2009-02-25 10:29:21 -0500 (Wed, 25 Feb 2009) | 1 line [ENH] enhanced notifications for changed preferences and human readability, ability to translate the preference names and little fixes ---------------------------------------------- r16922 | marclaporte | 2009-02-25 07:33:09 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] Adding defaults for 2 new plugins ---------------------------------------------- r16921 | pkdille | 2009-02-25 05:30:34 -0500 (Wed, 25 Feb 2009) | 1 line [FIX] fix the test that checks if the file is called directly which was bad in the case of files having in their name parts of other file names (e.g: /tiki-user_contacts_prefs.php was unreachable due to prefs.php) ---------------------------------------------- r16920 | chibaguy | 2009-02-24 23:36:40 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Articles page top improved (placement of background image). ---------------------------------------------- r16919 | sewilco | 2009-02-24 23:31:14 -0500 (Tue, 24 Feb 2009) | 1 line [BUG] Forgot to use ?&opts on URL so it works with simpler .htaccess rules. ---------------------------------------------- r16918 | sewilco | 2009-02-24 23:26:09 -0500 (Tue, 24 Feb 2009) | 1 line [BUG] Change URL/stuff?page=1&opts to URL/stuff1?opts ---------------------------------------------- r16917 | chibaguy | 2009-02-24 23:02:29 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Articles' div.articletrailer (Read more, comments link, icons) improved. ---------------------------------------------- r16916 | stojanovim | 2009-02-24 23:00:19 -0500 (Tue, 24 Feb 2009) | 1 line - moved php code for determining whether php extensions were loaded or not from the template file (where it didn't work) to the php file ---------------------------------------------- r16915 | luciash | 2009-02-24 22:50:31 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] gender to prefs ---------------------------------------------- r16914 | stojanovim | 2009-02-24 22:41:43 -0500 (Tue, 24 Feb 2009) | 1 line - moved php code for determining whether php extensions were loaded or not from the template file (where it didn't work) to the php file ---------------------------------------------- r16913 | luciash | 2009-02-24 22:40:39 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] tra() ---------------------------------------------- r16912 | luciash | 2009-02-24 22:38:43 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] users can choose to show their gender via user preferences (finally finished and made it optional) which will be displayed in their user profile information and in the mouseover info when enabled ---------------------------------------------- r16911 | chibaguy | 2009-02-24 21:39:33 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] Minor fixes. ---------------------------------------------- r16910 | chibaguy | 2009-02-24 21:33:30 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] Added selectors from tiki-calendar_nav.tpl and minimal properties. ---------------------------------------------- r16909 | luciash | 2009-02-24 21:13:09 -0500 (Tue, 24 Feb 2009) | 1 line [MOD] few fixes to make it work ---------------------------------------------- r16908 | luciash | 2009-02-24 20:51:26 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] PHP notice ---------------------------------------------- r16907 | luciash | 2009-02-24 20:03:18 -0500 (Tue, 24 Feb 2009) | 1 line [SVN] svn:keywords Id ---------------------------------------------- r16906 | luciash | 2009-02-24 19:54:03 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] using stringfix modifier to get correct translatable country name and countryflag to display the flag ---------------------------------------------- r16905 | luciash | 2009-02-24 19:48:14 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] using stringfix modifier to get correct translatable country name ---------------------------------------------- r16904 | luciash | 2009-02-24 19:45:34 -0500 (Tue, 24 Feb 2009) | 1 line [NEW] little smarty modifier to correct troublesome strings ---------------------------------------------- r16903 | luciash | 2009-02-24 18:42:01 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] make country flag names human readable and translatable finally + doxygenation + Id to svn:keywords ---------------------------------------------- r16902 | luciash | 2009-02-24 18:01:38 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] typo + use countryflag smarty modifier ---------------------------------------------- r16901 | sylvieg | 2009-02-24 17:53:51 -0500 (Tue, 24 Feb 2009) | 1 line [MOD]sefurl: move the sefurls setting to a new admin page ---------------------------------------------- r16900 | pkdille | 2009-02-24 17:52:07 -0500 (Tue, 24 Feb 2009) | 1 line [MOD] no changes - indent code ---------------------------------------------- r16899 | sewilco | 2009-02-24 17:43:39 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] Use different ETag for modified image than original image. ---------------------------------------------- r16898 | sewilco | 2009-02-24 14:22:00 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Remove development code superceded by default+mandatory. ---------------------------------------------- r16897 | sept_7 | 2009-02-24 14:06:25 -0500 (Tue, 24 Feb 2009) | 2 lines [EHN] tiki-filter-base : indentation no change ---------------------------------------------- r16896 | alain_desilets | 2009-02-24 13:51:06 -0500 (Tue, 24 Feb 2009) | 1 line - In tiki-filter-base, need to change \ to / in pathes, in case we are running on windows. ---------------------------------------------- r16895 | sylvieg | 2009-02-24 13:48:52 -0500 (Tue, 24 Feb 2009) | 1 line [FIX]tracker: more checking on group tracker perms ---------------------------------------------- r16894 | sewilco | 2009-02-24 13:35:15 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] Fix correct size image in modules from IMAGE plugin. ---------------------------------------------- r16892 | sewilco | 2009-02-24 12:52:00 -0500 (Tue, 24 Feb 2009) | 1 line [ENH] default dark border on IMAGE plugin. ---------------------------------------------- r16890 | sylvieg | 2009-02-24 11:29:57 -0500 (Tue, 24 Feb 2009) | 1 line [MOD]tracker: new option 'create a group for each item creation' to allow sharing a private items betwwen a group users ---------------------------------------------- r16886 | sept_7 | 2009-02-24 09:59:47 -0500 (Tue, 24 Feb 2009) | 2 lines [FIX] file galeries : fix thumbnail display... ---------------------------------------------- r16884 | pkdille | 2009-02-24 04:09:01 -0500 (Tue, 24 Feb 2009) | 1 line [FIX] admin newsletters: param allowtxt (Allow customized text...) is now saved when modifying a newsletter ---------------------------------------------- r16883 | chibaguy | 2009-02-23 23:21:09 -0500 (Mon, 23 Feb 2009) | 1 line [FIX] Improvements for IE6. ---------------------------------------------- r16882 | chibaguy | 2009-02-23 23:19:10 -0500 (Mon, 23 Feb 2009) | 1 line [FIX] Improvements for IE6. ---------------------------------------------- r16881 | sylvieg | 2009-02-23 13:19:24 -0500 (Mon, 23 Feb 2009) | 1 line [FIX]group: the user smarty params was overwrite after a group creation ---------------------------------------------- r16880 | sewilco | 2009-02-23 13:14:45 -0500 (Mon, 23 Feb 2009) | 1 line [ENH] Add blogTitle parameter for blog access by name. ---------------------------------------------- r16879 | sewilco | 2009-02-23 13:13:31 -0500 (Mon, 23 Feb 2009) | 1 line [ENH] Add border and desc (caption) configuration to IMAGE plugin. ---------------------------------------------- r16877 | campbe13 | 2009-02-23 12:48:15 -0500 (Mon, 23 Feb 2009) | 1 line [FIX] rename tiki-testGD.php http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16873 | sylvieg | 2009-02-23 11:50:52 -0500 (Mon, 23 Feb 2009) | 1 line speeling - as it has been changed in admin trackers ---------------------------------------------- r16872 | ricks99 | 2009-02-23 11:48:55 -0500 (Mon, 23 Feb 2009) | 1 line [ENH]ongoing ui revamp. user change lang and theme prefs moved from admin:login to feature-specific page (lang and look) ---------------------------------------------- r16871 | jonnybradley | 2009-02-23 11:41:58 -0500 (Mon, 23 Feb 2009) | 1 line [NEW] Added fancylist plugin placeholder definitions (no big effect on appearance here, mainly as a reminder that it's a new plugin) ---------------------------------------------- r16870 | sylvieg | 2009-02-23 11:37:33 -0500 (Mon, 23 Feb 2009) | 1 line [FIX]category: admin layout was broken ---------------------------------------------- r16869 | sylvieg | 2009-02-23 11:25:05 -0500 (Mon, 23 Feb 2009) | 1 line indetation no change ---------------------------------------------- r16867 | sylvieg | 2009-02-23 08:44:58 -0500 (Mon, 23 Feb 2009) | 1 line [MOD]tracker: propagate the date type on computed field to be able to have field like this date+2 days ---------------------------------------------- r16866 | luciash | 2009-02-22 22:20:17 -0500 (Sun, 22 Feb 2009) | 1 line [MOD] use the new wiki plugin fancylist to display the steps to get started ---------------------------------------------- r16865 | luciash | 2009-02-22 22:00:41 -0500 (Sun, 22 Feb 2009) | 1 line [NEW] new wiki plugin to display fancy CSS styled lists (currently does ol only) ---------------------------------------------- r16864 | luciash | 2009-02-22 13:15:37 -0500 (Sun, 22 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16863 | sept_7 | 2009-02-22 09:44:06 -0500 (Sun, 22 Feb 2009) | 4 lines [ENH] Installer : as requested by Rick99 : select language takes you to the next installer step, and selected language becomes preferences site_language and language after DB initialization... ---------------------------------------------- r16862 | amette | 2009-02-22 09:21:15 -0500 (Sun, 22 Feb 2009) | 2 lines Name 3.0 Betelgeuse ---------------------------------------------- r16861 | luciash | 2009-02-22 08:38:03 -0500 (Sun, 22 Feb 2009) | 1 line [ENH] strasa theme: nicer look of tabs ---------------------------------------------- r16860 | marclaporte | 2009-02-22 08:29:20 -0500 (Sun, 22 Feb 2009) | 1 line [FIX] Correct theme name ---------------------------------------------- r16858 | luciash | 2009-02-22 06:00:21 -0500 (Sun, 22 Feb 2009) | 1 line [FIX] partial rollback of 16830 changes ---------------------------------------------- r16857 | chibaguy | 2009-02-22 02:55:21 -0500 (Sun, 22 Feb 2009) | 1 line [FIX] Bad mix of old and new CSS menu properties. ---------------------------------------------- r16856 | sept_7 | 2009-02-21 09:12:56 -0500 (Sat, 21 Feb 2009) | 3 lines [ENH] Installer : add language selector + hide superflous messages We should have the first page of the installer look the same as the others ---------------------------------------------- r16855 | pkdille | 2009-02-21 08:30:14 -0500 (Sat, 21 Feb 2009) | 1 line [MOD] coelesce theme: some tiny arrangements on freetags ---------------------------------------------- r16854 | pkdille | 2009-02-21 08:21:06 -0500 (Sat, 21 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16853 | pkdille | 2009-02-21 08:06:14 -0500 (Sat, 21 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16852 | jonnybradley | 2009-02-20 20:56:30 -0500 (Fri, 20 Feb 2009) | 4 lines [FIX]? Changed the box bg colour to a slightly more muted blue, to match the pre-existing (and very nice) roundy corner graphics already there. A more pronounced effect than i expected when replaced globally, so roll-back/fix if you don't like it... but i do :) ---------------------------------------------- r16850 | sept_7 | 2009-02-20 20:33:05 -0500 (Fri, 20 Feb 2009) | 2 lines [FIX] admin panel : fix alignment of some misplaced options... ---------------------------------------------- r16849 | sylvieg | 2009-02-20 18:57:04 -0500 (Fri, 20 Feb 2009) | 1 line [FIX]darkroom: icons in css menu are defined in default css configuration + some height for vertical css menu ---------------------------------------------- r16848 | ricks99 | 2009-02-20 16:44:34 -0500 (Fri, 20 Feb 2009) | 1 line [ENH]multiple ui changes to better organize. on login tab: moved non-login prefs to general, separated different auth methods into separate tabs, removed user defaults (they are already on user prefs page). visually clarified dependent (parent/child) items. all options now include <LABEL> tags ---------------------------------------------- r16847 | pkdille | 2009-02-20 15:07:22 -0500 (Fri, 20 Feb 2009) | 1 line [MOD] move description in title column in order to homogenize the look with other features ---------------------------------------------- r16846 | sylvieg | 2009-02-20 15:02:50 -0500 (Fri, 20 Feb 2009) | 1 line [MOD]language: when switching language, if best_language is on, activate automatically best_language + not necessary to get the browser language if the user has already selected a language or if switchLang is on ---------------------------------------------- r16845 | luciash | 2009-02-20 12:24:51 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] css menu floated left to wrap nicely ---------------------------------------------- r16844 | Jyhem | 2009-02-20 11:44:22 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] Only show link to tiki-admin.php to tiki_p_admin ---------------------------------------------- r16843 | ricks99 | 2009-02-20 11:07:22 -0500 (Fri, 20 Feb 2009) | 1 line [ENH]new onchange event for droplists. can be used to hide suboptions for items with DISABLED + other options. added to installer (step 6) to hide all https options if DISABLED. ---------------------------------------------- r16842 | jonnybradley | 2009-02-20 10:11:58 -0500 (Fri, 20 Feb 2009) | 2 lines [ENH] Exposing remembermethod option (used to generate hash for rememberme cookie) New "Simple" method uses unique id instead of IP based value ---------------------------------------------- r16841 | luciash | 2009-02-20 05:15:26 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] made it working + some adjustments ---------------------------------------------- r16840 | luciash | 2009-02-20 05:03:35 -0500 (Fri, 20 Feb 2009) | 1 line [FIX] XHTML code + better tra() ---------------------------------------------- r16839 | campbe13 | 2009-02-19 17:50:58 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] added alt tag to image ref http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16838 | campbe13 | 2009-02-19 17:20:49 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] newbie error commit ---------------------------------------------- r16837 | campbe13 | 2009-02-19 17:15:39 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] testGD.php add ref: http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16836 | campbe13 | 2009-02-19 17:06:14 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] GD detected not necessarily working ref: http://dev.tikiwiki.org/wish1347 ---------------------------------------------- r16835 | pkdille | 2009-02-19 16:01:40 -0500 (Thu, 19 Feb 2009) | 1 line [MOD] newsletters: indent code - no changes ---------------------------------------------- r16834 | jonnybradley | 2009-02-19 13:29:42 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] Spellings ---------------------------------------------- r16833 | sylvieg | 2009-02-19 12:25:35 -0500 (Thu, 19 Feb 2009) | 1 line [FIX]tracker: always test on the local perms: TODO: find a better way to test the perms in the tpl ---------------------------------------------- r16832 | sylvieg | 2009-02-19 11:32:54 -0500 (Thu, 19 Feb 2009) | 1 line [FIX]tracker: a tiki_p_admin_trackers can see the users list ---------------------------------------------- r16831 | luciash | 2009-02-19 09:03:19 -0500 (Thu, 19 Feb 2009) | 1 line [DB] synchronization ---------------------------------------------- r16830 | luciash | 2009-02-19 05:30:31 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] nicely aligned cssmenu in FF (TODO: make it for IE too) ---------------------------------------------- r16829 | chibaguy | 2009-02-19 04:39:58 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] CSS menu colors fixed more. ---------------------------------------------- r16828 | chibaguy | 2009-02-19 03:53:08 -0500 (Thu, 19 Feb 2009) | 1 line [FIX] Left-column heading margin corrected; CSS menu colors fixed. ---------------------------------------------- r16827 | ricks99 | 2009-02-18 18:09:58 -0500 (Wed, 18 Feb 2009) | 1 line [ENH]use consistent field names (from registration page), inform users of pw restrictions, show pw strength meter ---------------------------------------------- r16825 | wggley | 2009-02-18 10:49:17 -0500 (Wed, 18 Feb 2009) | 1 line [MOD]tracker: Changing checkbox viewitem to 2 radios(View inserted item and Insert new item) so the user can be redirected to the insert new item page to continue entering items. ---------------------------------------------- r16824 | ricks99 | 2009-02-18 08:48:07 -0500 (Wed, 18 Feb 2009) | 1 line [ENH]UI tweaks. added more help links. css fixes for ie ---------------------------------------------- r16823 | luciash | 2009-02-17 21:18:59 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] commiting the AdminUIRevamp improvements by ricks99 (http://dev.tikiwiki.org/Regrouping+the+General+Admin+page) ---------------------------------------------- r16822 | luciash | 2009-02-17 20:18:36 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] introducing tabs smarty block: propagate everywhere ;) ---------------------------------------------- r16821 | luciash | 2009-02-17 19:35:42 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] introducing tabs smarty block: propagate everywhere ;) ---------------------------------------------- r16820 | luciash | 2009-02-17 19:23:48 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] introducing tabs smarty block: propagate everywhere ;) ---------------------------------------------- r16819 | luciash | 2009-02-17 19:21:23 -0500 (Tue, 17 Feb 2009) | 1 line [NEW] tabs smarty block: easier way of generating tabs in a smarty template TODO: some optional params for class, etc. ---------------------------------------------- r16818 | luciash | 2009-02-17 18:55:21 -0500 (Tue, 17 Feb 2009) | 2 lines [FIX] little fix to tikitabs [ADD] Id to svn:keywords ---------------------------------------------- r16817 | luciash | 2009-02-17 16:26:56 -0500 (Tue, 17 Feb 2009) | 1 line svn:keywords correct property (must be Id, not "Id") ---------------------------------------------- r16816 | pkdille | 2009-02-17 16:13:13 -0500 (Tue, 17 Feb 2009) | 1 line [MOD] no changes - indent code only ---------------------------------------------- r16815 | pkdille | 2009-02-17 15:24:36 -0500 (Tue, 17 Feb 2009) | 1 line [MOD] list surveys: move description in title column in order to homogenize the look with other features ---------------------------------------------- r16814 | pkdille | 2009-02-17 15:02:31 -0500 (Tue, 17 Feb 2009) | 1 line [MOD] list surveys: no changes - indent code only ---------------------------------------------- r16813 | pkdille | 2009-02-17 11:47:47 -0500 (Tue, 17 Feb 2009) | 1 line [FIX] coelesce: fix width of actions zone in blog ---------------------------------------------- r16810 | ricks99 | 2009-02-17 07:23:57 -0500 (Tue, 17 Feb 2009) | 1 line [MOD]Added new parameter so the antibot-code row in the table will match the style of the rest of the table. ---------------------------------------------- r16807 | chibaguy | 2009-02-17 05:14:37 -0500 (Tue, 17 Feb 2009) | 1 line [ENH] CSS (suckerfish) menu treatment from experimental/ui-revamp. Multiple menus ok as IE6 sfhover js uses class not id and stylesheet selectors aren't specific to any module box; css/cssmenu_horiz.css and css/cssmenu_vert.css are consolidated and updated as css/cssmenus.css for layout but minimal styling. Theme stylesheets contain color properties, etc. Darkroom needs properties sorted out still since it already had some specified. ---------------------------------------------- r16806 | chibaguy | 2009-02-17 02:53:26 -0500 (Tue, 17 Feb 2009) | 1 line [FIX] overflow=y parameter produces inline style="overflow:visible" (missing since 1.9* but handy for CSS menus) ---------------------------------------------- r16805 | chibaguy | 2009-02-17 01:04:23 -0500 (Tue, 17 Feb 2009) | 1 line [FIX] Typo (button background color) ---------------------------------------------- r16804 | sewilco | 2009-02-16 17:10:45 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Add missing popular m4v video/mpeg MIME type. ---------------------------------------------- r16803 | sylvieg | 2009-02-16 12:56:10 -0500 (Mon, 16 Feb 2009) | 1 line [MOD]group tracker: use all the user groups ---------------------------------------------- r16802 | sylvieg | 2009-02-16 12:35:43 -0500 (Mon, 16 Feb 2009) | 1 line [FIX]group tracker: trackerlist must also filter on group ---------------------------------------------- r16801 | sylvieg | 2009-02-16 12:04:26 -0500 (Mon, 16 Feb 2009) | 1 line [FIX]group tracker: some fix about perms: an item with a group creator field must be visible/editable to each group member ---------------------------------------------- r16800 | lphuberdeau | 2009-02-16 11:13:42 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Hide initial error when checking for schema presence ---------------------------------------------- r16798 | jonnybradley | 2009-02-16 10:43:05 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Spellings ---------------------------------------------- r16797 | lphuberdeau | 2009-02-16 10:37:58 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] Missing library ---------------------------------------------- r16796 | marclaporte | 2009-02-16 10:25:25 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] db schema change files need to have _tiki suffix. All existing trunk installs will have this change applied at their next upgrade. ---------------------------------------------- r16795 | marclaporte | 2009-02-16 10:12:00 -0500 (Mon, 16 Feb 2009) | 1 line [ENH] Changing to the new amazing profiles system in the installer. Tks LP. ---------------------------------------------- r16794 | marclaporte | 2009-02-16 10:08:30 -0500 (Mon, 16 Feb 2009) | 1 line [FIX] dos2unix ---------------------------------------------- r16793 | sylvieg | 2009-02-16 08:24:32 -0500 (Mon, 16 Feb 2009) | 1 line [FIX]button: if doing tiki-view_tracker_item.php?view=+user, the trackerId is reconstructed - but {query} considers only the post and get in the url reconstruction. why?. So pas directly the trackerId in the href ---------------------------------------------- r16791 | obnoxxx | 2009-02-15 20:29:14 -0500 (Sun, 15 Feb 2009) | 3 lines [MOD] make the sinc-last-visit-new module only show the new users that have completed their registration. ---------------------------------------------- r16790 | obnoxxx | 2009-02-15 20:27:52 -0500 (Sun, 15 Feb 2009) | 3 lines [MOD] make the since-last-visit module only show the users that have completed the registration by confirming their email. ---------------------------------------------- r16789 | obnoxxx | 2009-02-15 20:23:08 -0500 (Sun, 15 Feb 2009) | 5 lines [MOD] update registrationDate upon user confirmation This allows to distinguish between the creation date (stored in `created`) and the date of the completed registration. ---------------------------------------------- r16788 | obnoxxx | 2009-02-15 19:48:20 -0500 (Sun, 15 Feb 2009) | 2 lines [FIX] fix id tag of tiki-information.php to have the proper file name ---------------------------------------------- r16787 | obnoxxx | 2009-02-15 19:43:54 -0500 (Sun, 15 Feb 2009) | 2 lines [FIX] fix intentation/tabbing of confirm_user() ---------------------------------------------- r16786 | sylvieg | 2009-02-15 18:15:09 -0500 (Sun, 15 Feb 2009) | 1 line [MOD]comments/forum: take away duplicated code in post topic in forum and post reply in forum and in comments.php itself: 2 new functions post_in_forum to post a topic or a reply and post_in_object to post a comment ---------------------------------------------- r16785 | sylvieg | 2009-02-15 17:37:55 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] good colspan ---------------------------------------------- r16784 | pkdille | 2009-02-15 15:19:34 -0500 (Sun, 15 Feb 2009) | 1 line [MOD] french translation file : get_strings + some translations ---------------------------------------------- r16783 | marclaporte | 2009-02-15 12:57:54 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] Making the password field use stars ---------------------------------------------- r16782 | marclaporte | 2009-02-15 12:56:13 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] dos2unix ---------------------------------------------- r16781 | matwho | 2009-02-15 11:22:02 -0500 (Sun, 15 Feb 2009) | 1 line a test ---------------------------------------------- r16780 | matwho | 2009-02-15 11:10:37 -0500 (Sun, 15 Feb 2009) | 1 line a test ---------------------------------------------- r16779 | rlopezs | 2009-02-15 11:05:50 -0500 (Sun, 15 Feb 2009) | 1 line Rober's first commit.From TikiFest Madrid ---------------------------------------------- r16778 | axold | 2009-02-15 11:02:52 -0500 (Sun, 15 Feb 2009) | 1 line I added a file in test directory ---------------------------------------------- r16777 | axold | 2009-02-15 11:01:13 -0500 (Sun, 15 Feb 2009) | 1 line I added a file in test directory ---------------------------------------------- r16776 | chibaguy | 2009-02-15 09:56:46 -0500 (Sun, 15 Feb 2009) | 1 line [NEW] Implementation of Strasa design by Patrick Allard; initial commit of files. ---------------------------------------------- r16775 | lphuberdeau | 2009-02-15 09:53:25 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] Include path changes broke webservices ---------------------------------------------- r16774 | sylvieg | 2009-02-15 09:46:45 -0500 (Sun, 15 Feb 2009) | 1 line [MOD]contribution: better layout ---------------------------------------------- r16773 | chibaguy | 2009-02-15 08:06:49 -0500 (Sun, 15 Feb 2009) | 1 line [NEW] Coelesce theme design by Patrick Allard for COE ui-revamp; initial commit of files adapted for trunk. ---------------------------------------------- r16772 | chibaguy | 2009-02-15 07:27:15 -0500 (Sun, 15 Feb 2009) | 1 line [FIX] Roll back if necessary, but link class="tableheading" didn't seem to have effect; style provided by "th a". ---------------------------------------------- r16771 | chibaguy | 2009-02-15 06:30:35 -0500 (Sun, 15 Feb 2009) | 1 line [ENH] Blog title changed from div to h1 for uniformity; "breadcrumbs" added; title for tag list. ---------------------------------------------- r16770 | chibaguy | 2009-02-15 06:25:27 -0500 (Sun, 15 Feb 2009) | 1 line [ENH] Layout tables replaced with divs and spans; anchor class changed for uniformity. ---------------------------------------------- r16769 | pkdille | 2009-02-15 03:18:18 -0500 (Sun, 15 Feb 2009) | 1 line [MOD] french translation file : get_strings + some translations ---------------------------------------------- r16768 | sylvieg | 2009-02-14 18:22:00 -0500 (Sat, 14 Feb 2009) | 1 line syntax ---------------------------------------------- r16767 | sylvieg | 2009-02-14 18:13:13 -0500 (Sat, 14 Feb 2009) | 1 line why is the file duplicated? (20081105_calendar_items_allday_tiki.sql) ---------------------------------------------- r16765 | sylvieg | 2009-02-14 06:04:17 -0500 (Sat, 14 Feb 2009) | 1 line syntax ---------------------------------------------- r16764 | pkdille | 2009-02-14 03:11:15 -0500 (Sat, 14 Feb 2009) | 1 line [MOD] french translations : some ---------------------------------------------- r16763 | chibaguy | 2009-02-14 03:08:02 -0500 (Sat, 14 Feb 2009) | 1 line [FIX] Reverted Look and Feel site title variable to previous name (sitetitle) to maintain consistency with existing themes. Case distinguishes it from browser title bar variable (siteTitle). ---------------------------------------------- r16762 | chibaguy | 2009-02-14 02:42:14 -0500 (Sat, 14 Feb 2009) | 1 line [ENH] Replaced the (only) two instances of div class="advanced" with remarksbox type "warning". ---------------------------------------------- r16761 | marclaporte | 2009-02-13 20:24:12 -0500 (Fri, 13 Feb 2009) | 1 line [FIX] Making x -to- y translatable in trackertimeline ---------------------------------------------- r16760 | sylvieg | 2009-02-13 15:52:55 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]poll: from sumo: each poll can have a vote consideration span= last days nb for which statitics are computed + can choose the time span results are displayed + perm to see the poll voters (REPLACE THE FEATURE POLL IS PUBLIC + DISABLE LOCAL VOTERS LIST (as the option was already there - rollback 15708) ---------------------------------------------- r16759 | sylvieg | 2009-02-13 15:43:44 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]poll: from sumo: each poll can have a vote consideration span= last days nb for which statitics are computed + can choose the time span results are displayed + perm to see the poll voters (REPLACE THE FEATURE POLL IS PUBLIC + DISABLE LOCAL VOTERS LIST (as the option was already there - rollback 15708) ---------------------------------------------- r16758 | ricks99 | 2009-02-13 15:40:13 -0500 (Fri, 13 Feb 2009) | 1 line [FIX]typos. installer will now skip general settings for upgrades ---------------------------------------------- r16757 | ricks99 | 2009-02-13 13:49:48 -0500 (Fri, 13 Feb 2009) | 1 line [FIX]add missing labels. done? ---------------------------------------------- r16756 | ricks99 | 2009-02-13 13:32:15 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]Now checks for upgrade and allows user to jump directly to the install/upgrade script page. ---------------------------------------------- r16755 | ricks99 | 2009-02-13 12:08:57 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]tell user if existing db connection found, and allow to keep it or create a new connection. ---------------------------------------------- r16754 | ricks99 | 2009-02-13 11:49:57 -0500 (Fri, 13 Feb 2009) | 1 line [MOD] mail test now optional ---------------------------------------------- r16753 | ricks99 | 2009-02-13 11:17:28 -0500 (Fri, 13 Feb 2009) | 1 line [FIX] validation errors ---------------------------------------------- r16752 | ricks99 | 2009-02-13 11:05:18 -0500 (Fri, 13 Feb 2009) | 1 line [FIX] unclosed div ---------------------------------------------- r16751 | ricks99 | 2009-02-13 10:12:10 -0500 (Fri, 13 Feb 2009) | 1 line [MOD]revamped installer. new ui. installation steps. performs some basic checks. allows for some configuration. ---------------------------------------------- r16750 | sylvieg | 2009-02-13 04:24:59 -0500 (Fri, 13 Feb 2009) | 1 line missing forums_queue update ---------------------------------------------- r16747 | marclaporte | 2009-02-12 16:24:19 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] When viewing tracker items at tiki-view_tracker_item.php, use a translation if available from lang/*/language.php, like it already does in edit mode. ---------------------------------------------- r16746 | marclaporte | 2009-02-12 16:09:02 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] Making trackertimeline categories (left-hand side) use any available translation ---------------------------------------------- r16743 | marclaporte | 2009-02-12 15:16:46 -0500 (Thu, 12 Feb 2009) | 1 line [FIX/MOD] minisidediff setting wasn't working. Removing because in 3.0, diff style is a site-wide setting. The diff is broken as of today in trunk but it has nothing to do with this change. This will give shorter URLs as a bonus. ---------------------------------------------- r16727 | sylvieg | 2009-02-12 14:27:18 -0500 (Thu, 12 Feb 2009) | 1 line [MOD]forum topic: from sumo: anonymous can give email at topic post for notification + fix approval topic post with attachment/anonymous name,mail/tags + take away duplicate code in topic post ---------------------------------------------- r16726 | luciash | 2009-02-12 12:52:38 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] some fixes for non-tab layout (when you copy&paste please don't copy everything but modify accordingly) ---------------------------------------------- r16725 | luciash | 2009-02-12 12:48:48 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] set bg color for highlight ---------------------------------------------- r16724 | luciash | 2009-02-12 12:22:43 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] added help links to the title ---------------------------------------------- r16723 | luciash | 2009-02-12 11:41:07 -0500 (Thu, 12 Feb 2009) | 1 line [MOD] simplification using the label element instead of complicated non-semantic ul list (CSS for those who need it displayed on each row: .findtable label {display: block}) ---------------------------------------------- r16722 | luciash | 2009-02-12 11:12:14 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] XHTML code fix: improperly closed form which is not open if $checkboxes_on are not 'y' ---------------------------------------------- r16721 | chibaguy | 2009-02-12 10:21:18 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] A way is needed to specify site title text for Look and Feel, so to differentiate from the browser title bar variable ($siteTitle), set in admin general, use ($siteheadertitle) in admin Look and Feel. Theme-specific tiki-site_header.tpl files will need updating for the variable name change. ---------------------------------------------- r16720 | luciash | 2009-02-12 08:33:28 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] better look for fieldsets when tabs are off ---------------------------------------------- r16719 | luciash | 2009-02-12 08:10:38 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] vertical-align: middle for inputs ---------------------------------------------- r16717 | ricks99 | 2009-02-12 07:32:16 -0500 (Thu, 12 Feb 2009) | 1 line [FIX]added the missing support for 120x240 and 200x200 ad sizes. ---------------------------------------------- r16716 | jonnybradley | 2009-02-12 07:19:21 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] Show module flip icons (with partial opacity - but not for IE6) so it can be used on iPhone and is more intuitive generally (imho) ---------------------------------------------- r16715 | jonnybradley | 2009-02-12 07:17:05 -0500 (Thu, 12 Feb 2009) | 1 line [ENH] Profile image now more like the other ones - changed unused plugins ones ready for new plugins manager page just so it's different from "plugins aliases" ---------------------------------------------- r16714 | luciash | 2009-02-12 07:10:16 -0500 (Thu, 12 Feb 2009) | 1 line [DEL] no time to maintain and enhance this sub-theme, sorry ---------------------------------------------- r16713 | jonnybradley | 2009-02-12 07:08:57 -0500 (Thu, 12 Feb 2009) | 1 line [FIX] Adding popup_init for overlib (and the Id svn:keyword) ---------------------------------------------- r16712 | luciash | 2009-02-12 05:04:58 -0500 (Thu, 12 Feb 2009) | 1 line [MOD] better matching icon already available for plugins from the Jini iconset ---------------------------------------------- r16710 | chibaguy | 2009-02-11 22:42:25 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] PHPLayers horizontal background image and padding fixed. ---------------------------------------------- r16709 | lphuberdeau | 2009-02-11 17:34:10 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] Wrong permission name preventing backlinks from being displayed (part 2) ---------------------------------------------- r16708 | pkdille | 2009-02-11 15:29:23 -0500 (Wed, 11 Feb 2009) | 1 line [NEW] mail notifications: add a perm "tiki_p_admin_notifications" in order to be able to delegate this activity to a user which has not tiki_p_admin ---------------------------------------------- r16707 | sylvieg | 2009-02-11 15:25:17 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] another try to have the title always the same- as there were 2 prefs - the genral is chosen and look is not always activated ---------------------------------------------- r16706 | sylvieg | 2009-02-11 14:58:40 -0500 (Wed, 11 Feb 2009) | 1 line [FIX]site title: the default site was appearing on pages with no breadcrumb ---------------------------------------------- r16705 | lphuberdeau | 2009-02-11 14:56:34 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] Wrong permission name preventing backlinks from being displayed ---------------------------------------------- r16704 | jonnybradley | 2009-02-11 14:02:14 -0500 (Wed, 11 Feb 2009) | 1 line [ENH] Icon for profiles admin, also found three more unlinked admin panels, so included them too (plugins, semantic and webservices). Images and admin pages need work on these. ---------------------------------------------- r16703 | sylvieg | 2009-02-11 13:47:40 -0500 (Wed, 11 Feb 2009) | 1 line try-out - seems that the .xml fck needs are not considered as normal file so adding the .xml is a correct extension ---------------------------------------------- r16702 | marclaporte | 2009-02-11 13:35:34 -0500 (Wed, 11 Feb 2009) | 1 line [NEW] Adding link in the admin panels for profiles. Icon still needed. Thanks jonny ---------------------------------------------- r16701 | sylvieg | 2009-02-11 13:04:26 -0500 (Wed, 11 Feb 2009) | 1 line [MOD]forum: avoid a query to get the sticky before + add regexp for forum attachment for sumo need ---------------------------------------------- r16700 | chibaguy | 2009-02-11 11:20:44 -0500 (Wed, 11 Feb 2009) | 1 line [ENH] Improve blog and blog post page tops, unify CSS selectors with those in forums to simplify styling. ---------------------------------------------- r16697 | sylvieg | 2009-02-11 10:34:04 -0500 (Wed, 11 Feb 2009) | 1 line [FIX]logsql: test adodb + if table exists ---------------------------------------------- r16695 | wggley | 2009-02-11 10:23:14 -0500 (Wed, 11 Feb 2009) | 2 lines Fixing bug id 2276 that occurs when someone selects a filter and try to select another filter. The input for the filter where alternating between visible or not, causing the bug. ---------------------------------------------- r16691 | pkdille | 2009-02-11 08:53:39 -0500 (Wed, 11 Feb 2009) | 1 line [FIX] list forums: fix the colspan of the section row ---------------------------------------------- r16690 | marclaporte | 2009-02-11 07:53:54 -0500 (Wed, 11 Feb 2009) | 20 lines A- People are already setting the DB connection without SSL. Is it possible to install with only SSL? B- Most people don't change the default settings and most people don't have SSL. So the current setup leads to having the vast majority of TikiWiki sites having the [ Standard | Secure ] and the secure link causes an error. This can lead to a bad reputation for Tiki and the site. C- The current workflow is: 1- go to web root 2- see a link to tiki-install.php 3- enter db credentials (without SSL) 4- pick which profile to install 5- login as admin where a password change is enforced (tiki-change_password.php?user=admin) (without SSL) Here, I could have clicked secure to login in SSL but it's not currently in the workflow. 6- After password change, I am logged in as admin. So, I will revert the setting to what is what in 1.9.x and people can use this profile: http://profiles.tikiwiki.org/Activate_SSL I hope there is enough energy to fix the installer in time so the whole process (db credentials, etc) is in SSL. http://dev.tikiwiki.org/InstallRevamp ---------------------------------------------- r16688 | sylvieg | 2009-02-11 07:02:08 -0500 (Wed, 11 Feb 2009) | 1 line syntax ---------------------------------------------- r16687 | marclaporte | 2009-02-11 06:56:26 -0500 (Wed, 11 Feb 2009) | 1 line [MOD] Change back List Orphan pages to on, on a default install. We will need profiles to handle both cases. ---------------------------------------------- r16686 | luciash | 2009-02-11 05:23:20 -0500 (Wed, 11 Feb 2009) | 1 line [MOD] code simplification (no need to repeat the same xhtml 3 times) + small fixes and adjustments ---------------------------------------------- r16685 | pkdille | 2009-02-11 04:48:36 -0500 (Wed, 11 Feb 2009) | 1 line [MOD] get_strings on french translation file ---------------------------------------------- r16684 | marclaporte | 2009-02-10 22:56:43 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] On clean installs, no longer show IP by default in wiki history (cleaner & confidentiality) ---------------------------------------------- r16683 | marclaporte | 2009-02-10 22:53:34 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Adding check to see if IP should be shown in Last changes. ---------------------------------------------- r16682 | marclaporte | 2009-02-10 22:49:40 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] convertscripts run ---------------------------------------------- r16681 | marclaporte | 2009-02-10 22:28:46 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Making ListOrphans page optional, and turned off on clean installs. Wiki orphan pages is a concept more useful when there is no menu. Most TikiWiki sites use a menu. ---------------------------------------------- r16680 | marclaporte | 2009-02-10 22:07:34 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Deactivating WikiWords on a clean install, as they sometime leads to unintended links. ---------------------------------------------- r16679 | marclaporte | 2009-02-10 22:03:50 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Deactivating List authors on a clean install, to make as clean as possible ---------------------------------------------- r16678 | marclaporte | 2009-02-10 22:00:12 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Cosmetic changes to the error message pages, like when Tiki can't connect to the database ---------------------------------------------- r16677 | marclaporte | 2009-02-10 21:49:19 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] No experimental features in default profiles. ---------------------------------------------- r16676 | marclaporte | 2009-02-10 21:38:25 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Making search results cleaner by default, by deactivating object type, and by deactivating hit count, which some webmasters prefer not to disclose anyway. ---------------------------------------------- r16675 | marclaporte | 2009-02-10 21:36:31 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Clearer label ---------------------------------------------- r16674 | marclaporte | 2009-02-10 21:33:10 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Making object filter optional. ---------------------------------------------- r16673 | marclaporte | 2009-02-10 21:31:25 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] convertscripts run ---------------------------------------------- r16672 | marclaporte | 2009-02-10 21:13:57 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Changing search link in menu to be the same at searching in top bar (Site Identity) ---------------------------------------------- r16671 | marclaporte | 2009-02-10 21:01:20 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] mass changing of tikineat.css to thenews.css in various system messages and error messages. ---------------------------------------------- r16670 | marclaporte | 2009-02-10 20:49:04 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Some cosmetic changes to the installer. Still not good, but less awful. ---------------------------------------------- r16669 | marclaporte | 2009-02-10 20:43:50 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Some cosmetic changes to the installer. Still not good, but less awful. ---------------------------------------------- r16668 | marclaporte | 2009-02-10 20:32:13 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Making object filters optional in tiki-searchindex.php ---------------------------------------------- r16667 | marclaporte | 2009-02-10 20:21:07 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Cosmetic fix in search ---------------------------------------------- r16666 | marclaporte | 2009-02-10 19:52:15 -0500 (Tue, 10 Feb 2009) | 1 line [NEW] More security warning messages ---------------------------------------------- r16665 | marclaporte | 2009-02-10 19:49:16 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Changing default for new installs, to need to validate the email addresses (click link in email). This only is the case if users can register, which is still default to no. ---------------------------------------------- r16663 | marclaporte | 2009-02-10 19:32:14 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] convertscripts run ---------------------------------------------- r16662 | marclaporte | 2009-02-10 19:26:40 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Adding default preferences for a few plugins ---------------------------------------------- r16661 | marclaporte | 2009-02-10 19:14:46 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Default to off for a plugin which can be used to disclose information in certain contexts ---------------------------------------------- r16660 | marclaporte | 2009-02-10 19:10:58 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Cosmetic changes to installer ---------------------------------------------- r16659 | marclaporte | 2009-02-10 19:09:18 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Updating security information related to new plugin system in 3.0 ---------------------------------------------- r16658 | marclaporte | 2009-02-10 19:00:14 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] On new installs, removing obvious link to mods, as admins can find via tiki-admin.php and there are many errors in mods. http://twitter.com/afahad/statuses/1173416234 ---------------------------------------------- r16657 | sylvieg | 2009-02-10 18:14:14 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]wiki: update theme control when deleting a page ---------------------------------------------- r16655 | lphuberdeau | 2009-02-10 17:54:42 -0500 (Tue, 10 Feb 2009) | 1 line [FIX] Incompatible syntax on older versions of MySQL ---------------------------------------------- r16652 | sylvieg | 2009-02-10 15:39:53 -0500 (Tue, 10 Feb 2009) | 1 line [MOD]forum: from sumo: possibilty to filter in a forum view on topic type, topic with no answer, topic I participated + some optimisations ---------------------------------------------- r16651 | marclaporte | 2009-02-10 14:15:09 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] Moving AntiBot feature checkbox to more appropriate admin panel ---------------------------------------------- r16650 | sylvieg | 2009-02-10 11:05:39 -0500 (Tue, 10 Feb 2009) | 1 line layout ---------------------------------------------- r16649 | sylvieg | 2009-02-10 10:33:01 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]tracker: you can also download the attachment even if an admin has downloaded the file for your item ---------------------------------------------- r16648 | sylvieg | 2009-02-10 10:31:35 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]tracker: check perms to go to the right tab ---------------------------------------------- r16647 | sylvieg | 2009-02-10 09:25:55 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]forum: ambigous approved column ---------------------------------------------- r16646 | sylvieg | 2009-02-10 08:23:04 -0500 (Tue, 10 Feb 2009) | 1 line [FIX]tracaker: chack antibot + antibot activated by default ---------------------------------------------- r16645 | niclone | 2009-02-10 08:03:19 -0500 (Tue, 10 Feb 2009) | 2 lines [FIX] fck: use the right css file with multitiki ---------------------------------------------- r16644 | niclone | 2009-02-10 07:21:06 -0500 (Tue, 10 Feb 2009) | 2 lines [FIX] fck: prefer <br> instead of <p> (better for converting from/to html <-> wiki syntaxe, and less problems with wiki parser) ---------------------------------------------- r16643 | pkdille | 2009-02-10 04:00:17 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] edit quiz: move description field in quiz column ---------------------------------------------- r16642 | pkdille | 2009-02-10 03:48:59 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] list quizzes: move actions in an Actions column and Description in Quiz column ---------------------------------------------- r16641 | pkdille | 2009-02-10 03:25:46 -0500 (Tue, 10 Feb 2009) | 1 line [MOD] list quizzes: indenting code - no changes ---------------------------------------------- r16640 | jonnybradley | 2009-02-09 14:16:27 -0500 (Mon, 09 Feb 2009) | 1 line [FIX] Missing php directive ---------------------------------------------- r16637 | jonnybradley | 2009-02-09 13:24:05 -0500 (Mon, 09 Feb 2009) | 1 line [FIX] Removing whitespace in moduleflip name capture (causing JS error in IE7) ---------------------------------------------- r16636 | sylvieg | 2009-02-09 13:16:12 -0500 (Mon, 09 Feb 2009) | 1 line [FIX]page: some missing page assign ---------------------------------------------- r16631 | pkdille | 2009-02-09 11:10:53 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] list faqs: move description field under title as a subcomment ---------------------------------------------- r16629 | pkdille | 2009-02-09 11:00:46 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] list faqs: indent code - no changes ---------------------------------------------- r16625 | pkdille | 2009-02-09 10:09:21 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] view forum: put action icons in a column at the right side of the table (as in blog list, wiki list pages, forum list, etc...) ---------------------------------------------- r16624 | sylvieg | 2009-02-09 09:54:12 -0500 (Mon, 09 Feb 2009) | 1 line lost file ---------------------------------------------- r16623 | pkdille | 2009-02-09 09:44:26 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] forum list: put admin icon in a column at the right side of the table (as in blog list, wiki list pages, etc...) ---------------------------------------------- r16621 | pkdille | 2009-02-09 05:06:14 -0500 (Mon, 09 Feb 2009) | 1 line [MOD] blog list: Description field is now in "Blog" field with css class subcomment (quite the same as tiki-listpages) ---------------------------------------------- r16619 | luciash | 2009-02-08 16:06:11 -0500 (Sun, 08 Feb 2009) | 3 lines [NEW] new logo approach for Tiki 3.0 [MOD] in site title use 3.0 instead of 3.x [MOD] bg of logo transparent by default ---------------------------------------------- r16618 | luciash | 2009-02-08 16:01:32 -0500 (Sun, 08 Feb 2009) | 1 line [NEW] new logo approach for Tiki 3.0 ---------------------------------------------- r16617 | sylvieg | 2009-02-08 15:29:05 -0500 (Sun, 08 Feb 2009) | 1 line [FIX]best lang: look first the best lang page before looking for the structure(will work for page=x&bl=y with open as a structure option): STILL A BUG: if page_ref_id=x&bl=y or page=x&structure=y&bl=y no way to find the right structure as structure does not know their translation (page can belong to multiple structure ---------------------------------------------- r16615 | sylvieg | 2009-02-08 14:36:17 -0500 (Sun, 08 Feb 2009) | 1 line rollback 16611 unitl better fix - if fix is needed ---------------------------------------------- r16614 | jonnybradley | 2009-02-08 14:30:43 -0500 (Sun, 08 Feb 2009) | 5 lines [NEW] Adding mode=flags to mod-switch_lang to show little flags for languages where available. Retains previous behaviour (optional mode=menu) New lang/flagmapping.php table with initial default flags where obvious - hope they don't cause any international incidents! Please update where necessary ;) Minor mod to renderlib to expose previously calculated $trads var (translations of current page) to PHP for effieciency. New CSS class (.unavailable) for languages not available for exising object (with defaults in 2.0to3.0.css) ---------------------------------------------- r16613 | jonnybradley | 2009-02-08 14:10:21 -0500 (Sun, 08 Feb 2009) | 1 line [FIX] minimal layout improvements ---------------------------------------------- r16611 | pjollans | 2009-02-08 09:12:18 -0500 (Sun, 08 Feb 2009) | 26 lines Modified logic for selection of the best language for wiki pages. Previously, the 'best language' logic was only used if no specific wiki page was specified, i.e. only on the default wiki page. This meant that if you selected a specific language version of a given page, and then followed a link to another wiki page, you would go back to the original language, even if there was a translated version of the new page. In the new version, the 'best language' is always used, unless a specific version has been selected via the dropdown list. Furthermore, when the user selects a specific language, the selected language is stored in a session variable as his or her preferred language, and later used in the 'best language' selection. The update consists of the changes: 1. A hidden input field userLanguageSelected is added to translated-lang.tpl 2. The logic to set $use_best_language in tiki-index.php is moved down a couple of lines, so that is applies when a specific wiki page is selected. However, is does not set $use_best_language if the hidden input userLanguageSelected is detected. 3. When the hidden input userLanguageSelected is detected, the language of the selected page is stored in the session variable prefLang (in tiki-index.php). 4. In the function preferedLangs() in multilinguallib.php, if there is a session variable prefLang, then the language stored in this variable is placed at the head of the list of preferred languages. ---------------------------------------------- r16610 | sylvieg | 2009-02-07 18:42:46 -0500 (Sat, 07 Feb 2009) | 1 line [FIX]poll: revert partially 15709. keep the date use by sumo - put back the vote in the generic rating table tiki_user_votings(because the new implementation was not preserving the existing - the old ratings were ignored) + add a cookie to control anonymous voting + avoid in a same session anonymous voting + user voting + better anonymous voting control for the lucky ones that have an intranet with fix IP(to preserve the 15709 commit) + wysiwyg ---------------------------------------------- r16609 | sylvieg | 2009-02-07 17:59:13 -0500 (Sat, 07 Feb 2009) | 1 line [FIX]poll: why rating a page with polls need categories feature on? ---------------------------------------------- r16607 | sylvieg | 2009-02-07 13:21:59 -0500 (Sat, 07 Feb 2009) | 1 line [FIX] oops again on the {textarea} ---------------------------------------------- r16594 | sylvieg | 2009-02-06 11:20:39 -0500 (Fri, 06 Feb 2009) | 1 line [FIX]menu: content template was in tiki1.8, tiki1.9 - and was lost in tiki2 ---------------------------------------------- r16593 | chibaguy | 2009-02-06 11:06:13 -0500 (Fri, 06 Feb 2009) | 1 line [ENH] put remember me after user and pass, before register link. ---------------------------------------------- r16592 | sylvieg | 2009-02-06 10:59:47 -0500 (Fri, 06 Feb 2009) | 1 line [FIX]style: rollback 16550 -> style in darkroom ---------------------------------------------- r16591 | sylvieg | 2009-02-06 09:20:33 -0500 (Fri, 06 Feb 2009) | 1 line [FIX]textarea: fix form in admin modules + reintroduce cols are it is a mandatory param in html + option in {textarea} _enlarge to show only the enlarge buttons that are not dependant on the quicktags ---------------------------------------------- r16590 | sylvieg | 2009-02-06 07:42:44 -0500 (Fri, 06 Feb 2009) | 1 line path ---------------------------------------------- r16589 | stojanovim | 2009-02-06 00:42:48 -0500 (Fri, 06 Feb 2009) | 1 line - Google Translate wrapper can translate text of more than 1800 chars (urlencoded) ---------------------------------------------- r16588 | sylvieg | 2009-02-05 18:50:19 -0500 (Thu, 05 Feb 2009) | 1 line [MOD] tell what password it is ---------------------------------------------- r16587 | sylvieg | 2009-02-05 15:36:13 -0500 (Thu, 05 Feb 2009) | 1 line [FIX]module: textarea+move data after the 2 columns to have a bigger space ---------------------------------------------- r16586 | sylvieg | 2009-02-05 14:22:53 -0500 (Thu, 05 Feb 2009) | 1 line [FIX]fgal: let extension .flv in a podcast fgal ---------------------------------------------- r16585 | sylvieg | 2009-02-05 13:15:37 -0500 (Thu, 05 Feb 2009) | 1 line forgotten file ---------------------------------------------- r16582 | luciash | 2009-02-05 12:22:50 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] add user doc link and admin page as parameters to the title smarty block ---------------------------------------------- r16581 | luciash | 2009-02-05 12:02:35 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] smarty title ---------------------------------------------- r16580 | luciash | 2009-02-05 11:59:46 -0500 (Thu, 05 Feb 2009) | 1 line [FIX] use proper class for the form table ---------------------------------------------- r16577 | sylvieg | 2009-02-05 10:53:28 -0500 (Thu, 05 Feb 2009) | 1 line [FIX]menu: case in menu ---------------------------------------------- r16576 | sept_7 | 2009-02-05 10:52:55 -0500 (Thu, 05 Feb 2009) | 2 lines [FIX] autosave... how ambarrassing ;p ---------------------------------------------- r16575 | luciash | 2009-02-05 10:37:14 -0500 (Thu, 05 Feb 2009) | 1 line [REM] cleaning: removed some commented out code ---------------------------------------------- r16574 | luciash | 2009-02-05 10:16:38 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] some enhancements ---------------------------------------------- r16573 | lphuberdeau | 2009-02-05 10:08:51 -0500 (Thu, 05 Feb 2009) | 1 line [FIX] Add some protection ---------------------------------------------- r16571 | lphuberdeau | 2009-02-05 09:37:11 -0500 (Thu, 05 Feb 2009) | 1 line [NEW] Plugin to hide and show a block of text ---------------------------------------------- r16570 | chibaguy | 2009-02-05 09:16:29 -0500 (Thu, 05 Feb 2009) | 1 line [FIX] Missing closing div tag broke column layout. ---------------------------------------------- r16569 | sampaioprimo | 2009-02-05 09:16:09 -0500 (Thu, 05 Feb 2009) | 2 lines [ADD] update morcego wiki3d browser to version 0.6.0 ---------------------------------------------- r16568 | sampaioprimo | 2009-02-05 08:55:00 -0500 (Thu, 05 Feb 2009) | 2 lines [DEL] removing old version of morcego to update it ---------------------------------------------- r16567 | sampaioprimo | 2009-02-05 08:29:42 -0500 (Thu, 05 Feb 2009) | 2 lines [FIX] add line to .htaccess to fix morcego wiki3d browser ---------------------------------------------- r16565 | chibaguy | 2009-02-05 04:35:16 -0500 (Thu, 05 Feb 2009) | 1 line [ENH] Make mod-quick_edit input[type=text] width more flexible and controlled by CSS. ---------------------------------------------- r16563 | stojanovim | 2009-02-04 23:34:55 -0500 (Wed, 04 Feb 2009) | 3 lines - all PHPUnit tests now inherit from TikiTestCase (added to deal with global variables) - some changes to GoogleTranslateWrapper and its test ---------------------------------------------- r16562 | marclaporte | 2009-02-04 21:43:34 -0500 (Wed, 04 Feb 2009) | 1 line [MOD] In the diff, changing color of characters that are different but added from red to blue. It could be something else to attract users attention but red conveys that this text has been deleted, when in fact, it's added. Please share how you feel about this. ---------------------------------------------- r16561 | luciash | 2009-02-04 20:22:05 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] slightly better look of horiz PLM ---------------------------------------------- r16560 | luciash | 2009-02-04 19:35:03 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] highlight selected menu item ---------------------------------------------- r16559 | luciash | 2009-02-04 19:29:35 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] padding and background image for menu options ---------------------------------------------- r16558 | luciash | 2009-02-04 18:36:06 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] colorful .rbox ---------------------------------------------- r16557 | luciash | 2009-02-04 17:46:24 -0500 (Wed, 04 Feb 2009) | 1 line [FIX] remove text-indent on box-title, using margin instead to prevent weird indentation in case text wraps ---------------------------------------------- r16556 | luciash | 2009-02-04 17:38:35 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] default margin for all inputs ---------------------------------------------- r16555 | sylvieg | 2009-02-04 16:35:09 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]tracker: sned not only the first field in the moderation mail ---------------------------------------------- r16554 | pkdille | 2009-02-04 15:07:08 -0500 (Wed, 04 Feb 2009) | 1 line [FIX] forums list: bad file merge during last commit :-( ---------------------------------------------- r16553 | sylvieg | 2009-02-04 13:26:50 -0500 (Wed, 04 Feb 2009) | 1 line [MOD]tracker: when admin must valid the user, send also the tracker fields values the user gave at registration ---------------------------------------------- r16550 | sylvieg | 2009-02-04 11:36:10 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]layout: findtable is often a float ---------------------------------------------- r16549 | sept_7 | 2009-02-04 10:40:41 -0500 (Wed, 04 Feb 2009) | 6 lines [FIX] re-add lib/pear in include path as it is too much trouble if you use PEAR::Auth... For sites that are not permitted to change their include path, copy or link the needed stuff in proper locations... Sad but we currently have no other choice :( ---------------------------------------------- r16548 | pkdille | 2009-02-04 10:39:06 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] forum list: add a pref for the length of the forum description (it was hardcoded to 240) ---------------------------------------------- r16547 | sylvieg | 2009-02-04 10:34:58 -0500 (Wed, 04 Feb 2009) | 1 line rollback sorry ---------------------------------------------- r16546 | sylvieg | 2009-02-04 10:06:56 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]default: no ssl by default ---------------------------------------------- r16545 | sept_7 | 2009-02-04 10:05:21 -0500 (Wed, 04 Feb 2009) | 2 lines [FIX] tiki-filter-base.php : try to better detect from where we are executed... ---------------------------------------------- r16544 | sylvieg | 2009-02-04 09:48:54 -0500 (Wed, 04 Feb 2009) | 1 line [FIX]contact: putting cols in the tpl can kill some styles ---------------------------------------------- r16543 | sept_7 | 2009-02-04 08:55:07 -0500 (Wed, 04 Feb 2009) | 3 lines [FIX] tikidate : better version checking to see if we can enable the PHP5 date functions... ---------------------------------------------- r16542 | sept_7 | 2009-02-04 08:51:27 -0500 (Wed, 04 Feb 2009) | 2 lines [FIX] tiki-install.php : check for PHP5 else says it needs PHP5... ---------------------------------------------- r16541 | sept_7 | 2009-02-04 08:22:53 -0500 (Wed, 04 Feb 2009) | 4 lines [ENH] This is a special commit for Marc. Style of the default diff can be changed in the admin panel... Since we already have it in the admin panel but it was not uptodate... Now it is :D ---------------------------------------------- r16539 | luciash | 2009-02-04 05:28:04 -0500 (Wed, 04 Feb 2009) | 1 line [ENH] thenews.css tiki tabs beautification: way towards perfection :) ---------------------------------------------- r16538 | sept_7 | 2009-02-04 05:07:39 -0500 (Wed, 04 Feb 2009) | 12 lines [FIX] partial rollback of 16517 : I only rollbacked the Zend part, we need lib/core/lib in the include_path for Zend... It is the only library that needs this :( Not cool for people having ISP that do not allow modifications of include_path. For them the solution is to copy lib/core/lib/Zend to a directory included in the include path... They can also make a symlink from lib/core/lib/Zend to a place where PHP can find it... ---------------------------------------------- r16537 | luciash | 2009-02-03 21:39:22 -0500 (Tue, 03 Feb 2009) | 1 line [ADD] button and submit classes to be easily styled ---------------------------------------------- r16536 | luciash | 2009-02-03 21:28:05 -0500 (Tue, 03 Feb 2009) | 2 lines [MOD] better siteTitle to prevent confusion with MyTiki, better site_crumb_seper [ADD] default bg color for sitelogo ---------------------------------------------- r16535 | luciash | 2009-02-03 20:57:52 -0500 (Tue, 03 Feb 2009) | 1 line [ADD] set some site title by default after installation ---------------------------------------------- r16534 | luciash | 2009-02-03 20:35:32 -0500 (Tue, 03 Feb 2009) | 1 line [ADD] submit input button class ---------------------------------------------- r16533 | luciash | 2009-02-03 20:33:36 -0500 (Tue, 03 Feb 2009) | 2 lines [FIX] font size changes for #siteloginbar and little margin for its elements [ADD] wikiaction input styled as button ---------------------------------------------- r16532 | marclaporte | 2009-02-03 20:24:29 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Various cosmetic and documentation enhancements on the mouseover plugin. Making rectangular, adding a padding parameter, setting some defaults (offset, background-color to light-grey instead of white for better visibility). ---------------------------------------------- r16531 | luciash | 2009-02-03 20:11:30 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] IE6 doesn't like bracket selectors and ignores the rest in multiple class styling ---------------------------------------------- r16530 | luciash | 2009-02-03 19:42:19 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] little padding to fieldsets ---------------------------------------------- r16529 | luciash | 2009-02-03 19:28:42 -0500 (Tue, 03 Feb 2009) | 1 line [ENH] add little space margin after fieldset ---------------------------------------------- r16528 | luciash | 2009-02-03 19:22:10 -0500 (Tue, 03 Feb 2009) | 3 lines [FIX] renamed function and div for detecting capslock to not interfere with the same used for login module [ENH] added h1 with "Registration" string [ENH] added fieldset and renamed table class ---------------------------------------------- r16527 | marclaporte | 2009-02-03 19:09:09 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] Clearer documentation for tracker form plugin ---------------------------------------------- r16526 | luciash | 2009-02-03 18:48:35 -0500 (Tue, 03 Feb 2009) | 1 line [ENH] better smarty condition + [FIX] XHTML: <p /> cannot contain <div /> ---------------------------------------------- r16525 | luciash | 2009-02-03 18:38:30 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] XHTML: there is no attribute "onKeyUp" ---------------------------------------------- r16524 | luciash | 2009-02-03 18:31:17 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] wrong position of </td> + SVN $Id ---------------------------------------------- r16523 | sylvieg | 2009-02-03 18:27:35 -0500 (Tue, 03 Feb 2009) | 1 line [MOD]plugin: add the plugin name to the edit button - can have a lot of plugin buttons ---------------------------------------------- r16522 | luciash | 2009-02-03 18:24:23 -0500 (Tue, 03 Feb 2009) | 1 line code indentation only ---------------------------------------------- r16521 | luciash | 2009-02-03 17:57:14 -0500 (Tue, 03 Feb 2009) | 1 line [KIL] br killing time ---------------------------------------------- r16520 | luciash | 2009-02-03 17:51:41 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] bit of padding for elements in #siteloginbar ---------------------------------------------- r16519 | luciash | 2009-02-03 17:35:03 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] thenews.css as default style; lets dogfood new theme for 3.0 (blame marc who nudged me :-p) ---------------------------------------------- r16518 | luciash | 2009-02-03 17:20:21 -0500 (Tue, 03 Feb 2009) | 1 line [FIX] make .advanced more readable ---------------------------------------------- r16517 | adren67 | 2009-02-03 17:06:34 -0500 (Tue, 03 Feb 2009) | 6 lines force full path for require_once to comply with strict ISP (namely free.fr) that forbids set_include_path and ini_set among others remove prependIncludePath and appendIncludePath which are not used anymore ---------------------------------------------- r16516 | luciash | 2009-02-03 16:53:10 -0500 (Tue, 03 Feb 2009) | 1 line code indentation only ---------------------------------------------- r16514 | sylvieg | 2009-02-03 16:18:30 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]tracker: some fixes on google map field(can see again the map, can display multiple map,somf fix on map_locator(mroe to come) ---------------------------------------------- r16513 | sylvieg | 2009-02-03 15:22:41 -0500 (Tue, 03 Feb 2009) | 1 line [MOD]tracker: support page selector filter + checkbox filter ---------------------------------------------- r16512 | marclaporte | 2009-02-03 15:12:46 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Larger input box in plugin alias administration page ---------------------------------------------- r16511 | marclaporte | 2009-02-03 14:23:52 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Reverting part of commit 16508. Not sure why we have both feature_debug_console & feature_debugger_console ---------------------------------------------- r16510 | sylvieg | 2009-02-03 14:18:29 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]schema: no reason to say not null for an optional value ---------------------------------------------- r16509 | marclaporte | 2009-02-03 12:53:05 -0500 (Tue, 03 Feb 2009) | 1 line [MOD] Larger input box in plugin alias administration page ---------------------------------------------- r16508 | sewilco | 2009-02-03 12:34:50 -0500 (Tue, 03 Feb 2009) | 1 line [NEW] IMAGE plugin for configuration-oriented image handling ---------------------------------------------- r16507 | sept_7 | 2009-02-03 11:44:59 -0500 (Tue, 03 Feb 2009) | 3 lines [FIX] tiki-install.php : remove error Parse error: syntax error, unexpected T_STRING in tiki-install.php ---------------------------------------------- r16506 | sylvieg | 2009-02-03 11:35:43 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]features: layout_section is in look ---------------------------------------------- r16504 | sylvieg | 2009-02-03 10:19:52 -0500 (Tue, 03 Feb 2009) | 1 line [FIX]banner: sql error + typo ---------------------------------------------- r16503 | sept_7 | 2009-02-03 05:59:18 -0500 (Tue, 03 Feb 2009) | 3 lines [ENH] searchresults.tpl : do not display advanced search options in menu mode as requested by Gary ---------------------------------------------- r16500 | sylvieg | 2009-02-02 17:59:16 -0500 (Mon, 02 Feb 2009) | 1 line [FIX]sefurl: tracker image was not going through(seems a file without extension is not considered a regular file(-s) ---------------------------------------------- r16497 | ricks99 | 2009-02-02 16:19:34 -0500 (Mon, 02 Feb 2009) | 1 line [UI]better looking pages to match the rest of tiki, better messages to help new tiki admins ---------------------------------------------- r16495 | pkdille | 2009-02-02 15:17:10 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] newsletters: fix the request in order to be able to change the 'Validate email addresses' setting (bug 2207 - thx knollbert) ---------------------------------------------- r16490 | ricks99 | 2009-02-02 12:02:33 -0500 (Mon, 02 Feb 2009) | 1 line [MOD]moved location of the generate pw option, so not to interfere with tab sequence for pw entry and pw verification ---------------------------------------------- r16489 | sylvieg | 2009-02-02 10:35:09 -0500 (Mon, 02 Feb 2009) | 1 line [FIX]theme: at least to be able to change theme: TODO use the new style ---------------------------------------------- r16487 | chibaguy | 2009-02-02 04:28:44 -0500 (Mon, 02 Feb 2009) | 1 line [ENH] Tab and .tabcontent styling, etc. ---------------------------------------------- r16486 | chibaguy | 2009-02-02 03:51:39 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] Since many td's (on admin pages) were found to have class="button", I figured I shouldn't delete the class but instead changed the class to "input_submit_container" to be more descriptive and differentiate from clickable objects that have class="button". ---------------------------------------------- r16485 | chibaguy | 2009-02-02 01:42:31 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] button class should be used for objects intended to be buttons, not divs containing them. ---------------------------------------------- r16484 | chibaguy | 2009-02-02 01:36:58 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] hr is redundant when adjacent divs have borders. ---------------------------------------------- r16483 | chibaguy | 2009-02-02 01:05:42 -0500 (Mon, 02 Feb 2009) | 1 line [FIX] No reason for div.heading to also be .button; caused cursor to change to pointer on non-clickable area. ---------------------------------------------- r16482 | luciash | 2009-01-31 05:09:00 -0500 (Sat, 31 Jan 2009) | 1 line [FIX] prevent too small body font size under some circumstances in modern browsers like FF3 and Opera ---------------------------------------------- r16480 | lphuberdeau | 2009-01-30 14:08:36 -0500 (Fri, 30 Jan 2009) | 1 line [FIX] Pref definition required to be listed in admin panel ---------------------------------------------- r16477 | sylvieg | 2009-01-30 12:01:51 -0500 (Fri, 30 Jan 2009) | 1 line [FIX]poll: do not show comment if looking at all teh polls ---------------------------------------------- r16476 | sylvieg | 2009-01-30 12:00:10 -0500 (Fri, 30 Jan 2009) | 1 line self_link+ less duplicate code ---------------------------------------------- r16475 | sylvieg | 2009-01-30 11:52:57 -0500 (Fri, 30 Jan 2009) | 1 line [FIX]style: never change background color withouit changing texte color ---------------------------------------------- r16474 | pkdille | 2009-01-30 11:36:15 -0500 (Fri, 30 Jan 2009) | 1 line [DEL] forum: remove unused pref ---------------------------------------------- r16473 | sept_7 | 2009-01-30 10:46:58 -0500 (Fri, 30 Jan 2009) | 9 lines [ENH] Search : o change in the database to allow Full Text Search on Calendar Items o for tiki-searchresult add search on date based on lastModif (All, or 1 month... 11 monthes) o for tiki-searchresult add {add_help} for Advanced Search (aka boolean) o for tiki-searchresult rework of the layout to match searchindex o for tikisearch*.tpl use of buttons ---------------------------------------------- r16472 | sept_7 | 2009-01-30 10:31:54 -0500 (Fri, 30 Jan 2009) | 3 lines [ENH] help_section : change the CSS a little to have the help section take all the place to the bottom of the page. ---------------------------------------------- r16471 | sept_7 | 2009-01-30 10:29:56 -0500 (Fri, 30 Jan 2009) | 6 lines [ENH] smarty button and self_link : add option to select and disable buttons and provide class when button are selected/disabled... Example : {button _auto_args='where,highlight,date' href="?where=pages" _text="{tr}Entire Site{/tr}" _selected_class='highlight' _selected="'$where'=='pages'"} ---------------------------------------------- r16470 | sylvieg | 2009-01-30 08:53:13 -0500 (Fri, 30 Jan 2009) | 1 line slef_link ---------------------------------------------- r16469 | sylvieg | 2009-01-30 07:38:48 -0500 (Fri, 30 Jan 2009) | 1 line [FIX]rss: do not show up the edit plugin icon in rss ---------------------------------------------- r16468 | luciash | 2009-01-30 05:35:48 -0500 (Fri, 30 Jan 2009) | 1 line [ENH] OK as a translantable string ---------------------------------------------- r16467 | jonnybradley | 2009-01-29 17:00:19 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] Removing debug border-color defs ---------------------------------------------- r16466 | jonnybradley | 2009-01-29 16:42:48 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] Oops, wrong version of shadowbox.js included ---------------------------------------------- r16465 | jonnybradley | 2009-01-29 15:19:41 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] Shadowbox property correction ---------------------------------------------- r16464 | sylvieg | 2009-01-29 13:57:34 -0500 (Thu, 29 Jan 2009) | 1 line [FIX]button: when changing the auto_query_args, need also to change params: Ex: url: tiki-view_tracker_item.php?itemId=1, the 'tracker item list' button must know trackerId ---------------------------------------------- r16463 | pkdille | 2009-01-29 10:40:37 -0500 (Thu, 29 Jan 2009) | 1 line [FIX] view forum: remove duplicated breadcrumb and respect line breaks in forum desc. ---------------------------------------------- r16462 | sewilco | 2009-01-28 17:02:33 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] make debug console visible in darkroom theme ---------------------------------------------- r16461 | sewilco | 2009-01-28 16:59:06 -0500 (Wed, 28 Jan 2009) | 1 line [NEW] add config of RSS feed link, config author in RSS ---------------------------------------------- r16458 | sylvieg | 2009-01-28 15:09:31 -0500 (Wed, 28 Jan 2009) | 1 line [FIX]fck: to be able to have {img src=show_image.php?id=1} and {img src="show_image.php?id=1"} as we have {img src=/show_image.php?id=1} or {img src=http://../show_image.php?id=1} ---------------------------------------------- r16457 | sylvieg | 2009-01-28 14:36:09 -0500 (Wed, 28 Jan 2009) | 1 line [MOD]img: showing also the short url ---------------------------------------------- r16456 | jonnybradley | 2009-01-28 13:44:45 -0500 (Wed, 28 Jan 2009) | 1 line [SVN] Ignore a new Eclipse (3.4) project file ---------------------------------------------- r16455 | jonnybradley | 2009-01-28 13:33:33 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] elseif in smarty (another) ---------------------------------------------- r16454 | lphuberdeau | 2009-01-28 13:21:27 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] Oops, that should not have been part of previous commit ---------------------------------------------- r16453 | lphuberdeau | 2009-01-28 13:20:23 -0500 (Wed, 28 Jan 2009) | 1 line [MOD] Allow multiple categories in the filter ---------------------------------------------- r16450 | sylvieg | 2009-01-28 11:19:49 -0500 (Wed, 28 Jan 2009) | 1 line notice: gpc and clean_xss are not defined in remove_gpc: Is it the right fix? ---------------------------------------------- r16449 | sept_7 | 2009-01-28 10:10:16 -0500 (Wed, 28 Jan 2009) | 2 lines [FIX] fix bad usage of filter... ---------------------------------------------- r16448 | sept_7 | 2009-01-28 09:35:04 -0500 (Wed, 28 Jan 2009) | 2 lines [ENH] searchlib (old one in lib/searchlib.php) : add more permissions checks ---------------------------------------------- r16447 | sept_7 | 2009-01-28 09:33:55 -0500 (Wed, 28 Jan 2009) | 5 lines [FIX] fix call to the getOne() function to use $this->getOne() instead of $this->db->getOne() as the later doesn't work with PDO [FIX] fix call to now deleted function make_clean replaced with $inputFilter->filter() ---------------------------------------------- r16446 | pkdille | 2009-01-28 08:36:44 -0500 (Wed, 28 Jan 2009) | 6 lines [MOD] footnote : Add links between footnotes and footnotearea, Remove inline style and give css selectors to footnotearea, Add a minimalistic style in transition stylesheet Add plugin info functions which are the functions for the help in tiki >= 3.0. ---------------------------------------------- r16445 | sylvieg | 2009-01-28 07:51:50 -0500 (Wed, 28 Jan 2009) | 1 line [FIX]elseif in smarty ---------------------------------------------- r16443 | jonnybradley | 2009-01-28 06:55:18 -0500 (Wed, 28 Jan 2009) | 1 line [FIX] else if doesn't work in Smarty, always use elseif (note to self) ---------------------------------------------- r16442 | sylvieg | 2009-01-27 19:05:04 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]perms: compromise? when changing a feature (bet they are all toggle) clear the allperms cache taht is only done for active feature ---------------------------------------------- r16441 | stojanovim | 2009-01-27 17:25:47 -0500 (Tue, 27 Jan 2009) | 1 line - first shot at GoogleTranslateWrapper ---------------------------------------------- r16440 | sylvieg | 2009-01-27 16:43:54 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]typo on sitetiel ---------------------------------------------- r16439 | alain_desilets | 2009-01-27 15:32:39 -0500 (Tue, 27 Jan 2009) | 1 line - Use ; instead of : to separate include path directories in lib/core/test/AllTests.php. ---------------------------------------------- r16438 | sylvieg | 2009-01-27 15:10:12 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]freetag: fix freetaging wiki page ---------------------------------------------- r16436 | sylvieg | 2009-01-27 13:55:10 -0500 (Tue, 27 Jan 2009) | 1 line [FIX] indetation + take away one </div> ---------------------------------------------- r16435 | luciash | 2009-01-27 13:45:20 -0500 (Tue, 27 Jan 2009) | 1 line [FIX] align top border line of footer nicely with bottom border line of main col ---------------------------------------------- r16434 | sylvieg | 2009-01-27 13:31:07 -0500 (Tue, 27 Jan 2009) | 1 line [MOD]freetag: feature to display or not freetags in the middle column (as they can be displayed in a module ---------------------------------------------- r16433 | luciash | 2009-01-27 13:21:22 -0500 (Tue, 27 Jan 2009) | 1 line [ENH] made Cache: translantable string ---------------------------------------------- r16431 | sept_7 | 2009-01-27 12:36:28 -0500 (Tue, 27 Jan 2009) | 3 lines [FIX] searchlib : fix call to the concat function to allow both PDO and AdoDB to work properly ---------------------------------------------- r16430 | sept_7 | 2009-01-27 11:53:35 -0500 (Tue, 27 Jan 2009) | 5 lines [ENH] Search : for the old search : add search in Calendar Items, rework the results page to print the object type. for the new search add a way to reindex all the content based on activated features (not perfect but first try). ---------------------------------------------- r16429 | sylvieg | 2009-01-27 11:30:36 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]pod: can display the thumbnail of pod file ---------------------------------------------- r16428 | sylvieg | 2009-01-27 11:06:25 -0500 (Tue, 27 Jan 2009) | 1 line [FIX]podcast: podcast files have the extension in the path ---------------------------------------------- r16426 | sept_7 | 2009-01-27 05:50:20 -0500 (Tue, 27 Jan 2009) | 4 lines [ENH] editpage : allow section edition of the text before the first section. Marc, is that what you wanted in : http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1800 ---------------------------------------------- r16425 | sept_7 | 2009-01-27 05:05:35 -0500 (Tue, 27 Jan 2009) | 4 lines [ENH] editpage : when editing a page in section mode, go to the section after save... Marc is that what you wanted in http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1800 ---------------------------------------------- r16423 | jonnybradley | 2009-01-26 19:28:30 -0500 (Mon, 26 Jan 2009) | 3 lines [ENH] Added pref: remembermethod as first attempt to mend the rememberme function If absent or empty behaves as before (cookie hash value dependent on IP address) If remembermethod=simple (new) uses random number as cookie hash value ---------------------------------------------- r16422 | sewilco | 2009-01-26 17:41:41 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] spelling ---------------------------------------------- r16421 | lphuberdeau | 2009-01-26 17:23:34 -0500 (Mon, 26 Jan 2009) | 1 line [INDENT] No changes ---------------------------------------------- r16419 | lphuberdeau | 2009-01-26 17:19:54 -0500 (Mon, 26 Jan 2009) | 1 line [MOD] Adding basic support to fetch plugin info and repair broken tests by path changes in files ---------------------------------------------- r16417 | marclaporte | 2009-01-26 16:46:53 -0500 (Mon, 26 Jan 2009) | 1 line [MOD] Turning off a few experimental features on a default install. Please revert if you feel these features should be on. ---------------------------------------------- r16416 | patrickallard | 2009-01-26 15:47:36 -0500 (Mon, 26 Jan 2009) | 1 line [ENH] Re-indenting and improving search results to make many things optional, as adjustable in tiki-admin.php?page=search ---------------------------------------------- r16414 | sylvieg | 2009-01-26 15:04:04 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] no wysiwyg if no javascript ---------------------------------------------- r16413 | lphuberdeau | 2009-01-26 14:19:56 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Group watch & watch remove ---------------------------------------------- r16412 | sylvieg | 2009-01-26 14:19:05 -0500 (Mon, 26 Jan 2009) | 1 line [FIX]history: fix source for html page ---------------------------------------------- r16411 | sylvieg | 2009-01-26 13:30:46 -0500 (Mon, 26 Jan 2009) | 1 line [FIX]wysiwyg: it makes no sense to check semi parsed and parsed - only one ---------------------------------------------- r16410 | jonnybradley | 2009-01-26 12:48:38 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Suppress alert("Handler could not be removed") when addEvent fails ---------------------------------------------- r16409 | lphuberdeau | 2009-01-26 12:17:49 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Rewrite rules to lookup for existing files before applying rules ---------------------------------------------- r16408 | marclaporte | 2009-01-26 11:58:37 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] was breaking iepngfix.htc ---------------------------------------------- r16407 | lphuberdeau | 2009-01-26 11:36:00 -0500 (Mon, 26 Jan 2009) | 1 line [FIX] Applying post filter to avoid the initial flag to also catch Eacute when searching for A ---------------------------------------------- r16406 | sept_7 | 2009-01-26 11:03:27 -0500 (Mon, 26 Jan 2009) | 2 lines [FIX] edit_section : put the icon in the right place... well I think ---------------------------------------------- r16405 | luciash | 2009-01-26 10:54:43 -0500 (Mon, 26 Jan 2009) | 2 lines [FIX] when not giving search results yet, display "Search" as the page title ---------------------------------------------- r16404 | luciash | 2009-01-26 10:44:44 -0500 (Mon, 26 Jan 2009) | 2 lines [FIX] when not giving search results yet, display "Search" as the page title ---------------------------------------------- r16403 | Jyhem | 2009-01-26 10:40:44 -0500 (Mon, 26 Jan 2009) | 1 line [ENH] Go directly to the correct tab ---------------------------------------------- r16402 | sept_7 | 2009-01-26 10:16:29 -0500 (Mon, 26 Jan 2009) | 3 lines [FIX] edit_section : we need to ignore !* in non-parsed (~np~) or pre (~pp~) section, else we go the section number wrong... ---------------------------------------------- r16401 | sylvieg | 2009-01-26 09:11:29 -0500 (Mon, 26 Jan 2009) | 1 line [FIX]intertiki: the warn ing was not exact. The master groups are only added not sync on the slave ---------------------------------------------- r16400 | sylvieg | 2009-01-26 08:10:10 -0500 (Mon, 26 Jan 2009) | 1 line remarksbox ---------------------------------------------- r16399 | sept_7 | 2009-01-26 04:51:17 -0500 (Mon, 26 Jan 2009) | 3 lines [ENH] tiki-editpage : it is now possible to set the level of section you want to edit. ---------------------------------------------- r16398 | sylvieg | 2009-01-25 18:36:27 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]tracker: duplicate save buttom at the top only for tracker with more than 5 fields ---------------------------------------------- r16397 | sylvieg | 2009-01-25 18:17:23 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]tracker: do not duplicate the save button (in an insert new, you have to go down ) + show mandatory comment at the top + simplify tab label ---------------------------------------------- r16396 | sylvieg | 2009-01-25 18:04:29 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]description: homogenize description - same class+escape ---------------------------------------------- r16395 | sylvieg | 2009-01-25 18:00:04 -0500 (Sun, 25 Jan 2009) | 1 line [MOD]description: homogenize description - same class+escape ---------------------------------------------- r16394 | Jyhem | 2009-01-25 17:52:22 -0500 (Sun, 25 Jan 2009) | 1 line [MOD] Better php syntax ---------------------------------------------- r16393 | Jyhem | 2009-01-25 17:29:25 -0500 (Sun, 25 Jan 2009) | 1 line [FIX] The previous syntax caused Reply-To issues with valid return emails such as 'TW Notification <do-not-reply@example.com>' ---------------------------------------------- r16392 | sylvieg | 2009-01-23 18:19:39 -0500 (Fri, 23 Jan 2009) | 1 line [FIX] allow more file extension not to be rewrite -> need to find another solution ---------------------------------------------- r16391 | sylvieg | 2009-01-23 14:29:07 -0500 (Fri, 23 Jan 2009) | 1 line [MOD]admin: also have a feedback for prefs other than checkbox ---------------------------------------------- r16390 | Jyhem | 2009-01-23 13:23:01 -0500 (Fri, 23 Jan 2009) | 1 line [ENH] Better display ---------------------------------------------- r16389 | sylvieg | 2009-01-23 13:14:17 -0500 (Fri, 23 Jan 2009) | 1 line [FIX]categ: more fix from 15261: list categs must only show the p_view_categories. Some categories like stagging categories must be only be viewed by an admin as they need to be synchronised with other actions like rename... But the page can be still edit/view by user ---------------------------------------------- r16386 | sylvieg | 2009-01-23 11:08:42 -0500 (Fri, 23 Jan 2009) | 1 line [FIX]notif: fix filtering on admin notif + fix count + more filetring ---------------------------------------------- r16385 | sylvieg | 2009-01-23 10:30:37 -0500 (Fri, 23 Jan 2009) | 1 line [FIX]login: to avoid any redirection to please login when error at login ---------------------------------------------- r16384 | sylvieg | 2009-01-23 10:23:35 -0500 (Fri, 23 Jan 2009) | 1 line [FIX] for mysql4 ---------------------------------------------- r16382 | sept_7 | 2009-01-23 08:56:16 -0500 (Fri, 23 Jan 2009) | 2 lines [ENH] use correct paths for included files... ---------------------------------------------- r16381 | sept_7 | 2009-01-23 08:55:15 -0500 (Fri, 23 Jan 2009) | 2 lines [ENH] use correct paths for the included files... ---------------------------------------------- r16380 | sept_7 | 2009-01-23 08:52:34 -0500 (Fri, 23 Jan 2009) | 4 lines [FIX] fix profiles with Firefox Note : XMLHttpRequest.send() needs a string even if you don't send any data in the body so use '' and NOT null... ---------------------------------------------- r16377 | sylvieg | 2009-01-22 17:19:45 -0500 (Thu, 22 Jan 2009) | 1 line [FIX]tracker: no multilingual on computed ---------------------------------------------- r16376 | sylvieg | 2009-01-22 16:55:47 -0500 (Thu, 22 Jan 2009) | 1 line pb in commit ---------------------------------------------- r16375 | sylvieg | 2009-01-22 12:00:50 -0500 (Thu, 22 Jan 2009) | 1 line [FIX]perm: If perm on categ for a wiki page, give only the view_source, view_comment, view_att perm if have already the global perm ---------------------------------------------- r16374 | sylvieg | 2009-01-22 09:30:10 -0500 (Thu, 22 Jan 2009) | 1 line rename ---------------------------------------------- r16373 | sylvieg | 2009-01-22 09:05:27 -0500 (Thu, 22 Jan 2009) | 1 line [MOD]mp3/flv player: add support for flv file + rename the plugin ---------------------------------------------- r16372 | sylvieg | 2009-01-22 09:02:16 -0500 (Thu, 22 Jan 2009) | 1 line [MOD]plugin: allow plugin names with numeric and _ ---------------------------------------------- r16371 | sylvieg | 2009-01-22 08:55:33 -0500 (Thu, 22 Jan 2009) | 1 line [FIX]notif: filter must contain ticket info - is it a way to put them in a generic place? ---------------------------------------------- r16370 | Jyhem | 2009-01-22 05:10:50 -0500 (Thu, 22 Jan 2009) | 1 line [ENH] Better explanation ---------------------------------------------- r16369 | Jyhem | 2009-01-22 05:02:23 -0500 (Thu, 22 Jan 2009) | 1 line [ENH] Nicer display ---------------------------------------------- r16368 | lphuberdeau | 2009-01-21 18:30:59 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] All matcher tests now pass ---------------------------------------------- r16367 | sylvieg | 2009-01-21 17:29:48 -0500 (Wed, 21 Jan 2009) | 1 line [MOD]AUDIOPLUGIN: a simple plugin to insert mp3 player - see http://flash-mp3-player.net - for now the .swf are get from this site ---------------------------------------------- r16366 | lphuberdeau | 2009-01-21 17:06:45 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] Add skipping of no parse zones ---------------------------------------------- r16365 | lphuberdeau | 2009-01-21 16:50:28 -0500 (Wed, 21 Jan 2009) | 2 lines [MOD] Started matcher implementation ---------------------------------------------- r16364 | lphuberdeau | 2009-01-21 11:34:39 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] More tests ---------------------------------------------- r16362 | jonnybradley | 2009-01-21 09:51:23 -0500 (Wed, 21 Jan 2009) | 1 line [NEW] Option for Darkroom theme with smaller type ---------------------------------------------- r16361 | jonnybradley | 2009-01-21 09:48:50 -0500 (Wed, 21 Jan 2009) | 6 lines [NEW] AJAX version of the ShoutBox - v1.0 Initially developed as an add-on to 2.0 with mpvolt (but it's no longer compatible with 3.0) Retains compatibility with non-AJAX mode and should replace the old ShoutBox before release and when everyone's happy with it! Committed as a new module because Nyloth had some comments on better ways for modules to "do" AJAX, but i don't think this is doing what he suggested (help?) ---------------------------------------------- r16360 | sylvieg | 2009-01-21 09:40:11 -0500 (Wed, 21 Jan 2009) | 1 line [FIX]group: need to check if group name not already taken ---------------------------------------------- r16359 | jonnybradley | 2009-01-21 09:28:01 -0500 (Wed, 21 Jan 2009) | 2 lines [ENH] Add use of flashvars to embed_flash() (defaults to empty) Also use "id" param if passed for object ---------------------------------------------- r16358 | jonnybradley | 2009-01-21 09:24:46 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Couldn't modify a group if it existed ---------------------------------------------- r16357 | sylvieg | 2009-01-21 08:38:13 -0500 (Wed, 21 Jan 2009) | 1 line [FIX]trackeritemfiled: do not erase trackerId id given as a param ---------------------------------------------- r16355 | sylvieg | 2009-01-21 08:20:44 -0500 (Wed, 21 Jan 2009) | 1 line [MOD]sefurl: use rule in database in the smarty modifier or the smarty output filter ---------------------------------------------- r16354 | sylvieg | 2009-01-21 08:04:17 -0500 (Wed, 21 Jan 2009) | 1 line must be finished with _tiki ---------------------------------------------- r16353 | sylvieg | 2009-01-21 07:46:52 -0500 (Wed, 21 Jan 2009) | 1 line [MOD] some smarty sefurl ---------------------------------------------- r16351 | chibaguy | 2009-01-21 02:58:33 -0500 (Wed, 21 Jan 2009) | 1 line [SVN] Moved wikiplugin tpl to its directory; please rollback if necessary. ---------------------------------------------- r16350 | chibaguy | 2009-01-21 02:29:09 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Prevent div overflow in IE. ---------------------------------------------- r16349 | chibaguy | 2009-01-21 02:27:06 -0500 (Wed, 21 Jan 2009) | 1 line [ENH] Minor edits. ---------------------------------------------- r16348 | chibaguy | 2009-01-21 02:20:54 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Improvements from experimental/ui-revamp (not including CSS menus or page controls, etc.) ---------------------------------------------- r16347 | chibaguy | 2009-01-21 01:43:27 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Improvements from experimental/ui-revamp (not including CSS menus or page controls, etc.) ---------------------------------------------- r16346 | chibaguy | 2009-01-21 01:34:48 -0500 (Wed, 21 Jan 2009) | 1 line [FIX] Improvements from experimental/ui-revamp (not including CSS menus or page controls, etc.) ---------------------------------------------- r16345 | lphuberdeau | 2009-01-20 22:00:14 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] Started writing tests for plugin parsers... which apparently executes plugins backwards ---------------------------------------------- r16344 | sylvieg | 2009-01-20 18:38:41 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]style: some tuning for button with icon ---------------------------------------------- r16343 | sylvieg | 2009-01-20 18:26:00 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]rollback: partial rollback 16209: _menu_text is showing the title of the icon as text - so use this option to have no side effect ---------------------------------------------- r16342 | sylvieg | 2009-01-20 17:33:35 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]plugin: missing iframe ---------------------------------------------- r16341 | lphuberdeau | 2009-01-20 16:40:24 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] Add page selector to profile options ---------------------------------------------- r16340 | lphuberdeau | 2009-01-20 16:10:58 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] Add link to the plugin alias manager ---------------------------------------------- r16339 | lphuberdeau | 2009-01-20 14:47:34 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] Adding wikiplugin enable controls in normal admin panel ---------------------------------------------- r16338 | sylvieg | 2009-01-20 14:44:46 -0500 (Tue, 20 Jan 2009) | 1 line [FIX]help: no need button as handled by tiki-edit_help ---------------------------------------------- r16337 | marclaporte | 2009-01-20 14:37:59 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] Change from post to get in URL for page history so people can bookmark or send that exact view to someone. Ex.: Hey, I just updated this page ---------------------------------------------- r16334 | sylvieg | 2009-01-20 14:14:39 -0500 (Tue, 20 Jan 2009) | 1 line [MOD] button browse gallery ---------------------------------------------- r16333 | robferguson | 2009-01-20 11:56:28 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] new wikiplugin for footnotes ---------------------------------------------- r16332 | robferguson | 2009-01-20 11:56:06 -0500 (Tue, 20 Jan 2009) | 1 line [NEW] new wikiplugin for footnotes ---------------------------------------------- r16329 | sylvieg | 2009-01-20 09:42:01 -0500 (Tue, 20 Jan 2009) | 1 line [MOD]wikistructure: use plugin toc in the smarty function ---------------------------------------------- r16325 | sylvieg | 2009-01-20 08:51:03 -0500 (Tue, 20 Jan 2009) | 1 line [FIX] tiki_p_search_categorized ---------------------------------------------- r16323 | lphuberdeau | 2009-01-19 16:38:42 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Allow user input to specify filters ---------------------------------------------- r16322 | sylvieg | 2009-01-19 16:21:47 -0500 (Mon, 19 Jan 2009) | 1 line [FIX]tracker: cleaning perm check on item + not sure categ was properly checked on closed and pending items ---------------------------------------------- r16321 | lphuberdeau | 2009-01-19 16:20:04 -0500 (Mon, 19 Jan 2009) | 1 line [NEW] Support for data channels through profiles ---------------------------------------------- r16320 | lphuberdeau | 2009-01-19 16:19:05 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Allow to ignore cache when fetching page info ---------------------------------------------- r16319 | lphuberdeau | 2009-01-19 14:18:53 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Use of eval really not required ---------------------------------------------- r16318 | lphuberdeau | 2009-01-19 13:47:10 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Indent and re-order controls ---------------------------------------------- r16317 | lphuberdeau | 2009-01-19 13:27:06 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Allow to load profiles from local DB ---------------------------------------------- r16316 | lphuberdeau | 2009-01-19 13:07:00 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] More refactoring ---------------------------------------------- r16315 | lphuberdeau | 2009-01-19 12:25:05 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Add override mode for wiki pages that exist and refactoring or init code ---------------------------------------------- r16314 | lphuberdeau | 2009-01-19 11:32:59 -0500 (Mon, 19 Jan 2009) | 1 line [MOD] Show watch checkbox in edit screen ---------------------------------------------- r16313 | lphuberdeau | 2009-01-19 11:31:56 -0500 (Mon, 19 Jan 2009) | 1 line [FIX] Multiple inconsistencies in encoding (should have been commited a few days ago) ---------------------------------------------- r16312 | sylvieg | 2009-01-19 10:33:32 -0500 (Mon, 19 Jan 2009) | 1 line [MOD]TRACKERLIST: can give a list of itemId ---------------------------------------------- r16311 | sylvieg | 2009-01-19 10:31:53 -0500 (Mon, 19 Jan 2009) | 1 line [FIX]darkroom: some more black text on white background ---------------------------------------------- r16310 | sylvieg | 2009-01-19 09:14:23 -0500 (Mon, 19 Jan 2009) | 1 line [FIX]fgal: lost commit on 08/06/07 was not correctly restored - hope no side effect ---------------------------------------------- r16308 | chibaguy | 2009-01-19 04:03:58 -0500 (Mon, 19 Jan 2009) | 1 line [FIX] "if $prefs.feature_bidi eq y, then dir=rtl" applied to page columns and top and bottom areas separately to avoid bad display in IE. ---------------------------------------------- r16307 | billsos | 2009-01-18 13:19:39 -0500 (Sun, 18 Jan 2009) | 1 line version 1.2 - corrected setting of default wiki classes. ---------------------------------------------- r16306 | billsos | 2009-01-18 12:24:06 -0500 (Sun, 18 Jan 2009) | 1 line version 1.1 - correction to parsing of html attributes in $data, added handling for html attributes for <caption> and <col> elements. ---------------------------------------------- r16305 | sewilco | 2009-01-16 12:07:37 -0500 (Fri, 16 Jan 2009) | 1 line [ENH] add feature_sefurl_filter for Smarty SEFURL filtering (web cache recommended). ---------------------------------------------- r16304 | sylvieg | 2009-01-16 11:03:24 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]sefurl: allow also page name with . ---------------------------------------------- r16303 | sylvieg | 2009-01-16 10:14:44 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]tracker: computed field must be sorted as number ---------------------------------------------- r16302 | sylvieg | 2009-01-16 10:12:02 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]tracker: display 0 for a nul numeric ---------------------------------------------- r16301 | sylvieg | 2009-01-16 10:00:29 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]tracker: default field type to text instead of action -> fix the incoherent text help ---------------------------------------------- r16300 | sylvieg | 2009-01-16 09:39:23 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]switch-lang: to have all the languages on a fresh install ---------------------------------------------- r16299 | sylvieg | 2009-01-16 09:24:31 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]prefs: notice + to have site_language for instance correctly set on fresh instal ---------------------------------------------- r16298 | sylvieg | 2009-01-16 08:33:17 -0500 (Fri, 16 Jan 2009) | 1 line wysiwyg ---------------------------------------------- r16297 | sylvieg | 2009-01-16 08:09:24 -0500 (Fri, 16 Jan 2009) | 1 line [FIX]darkroom: find box tuning ---------------------------------------------- r16295 | sylvieg | 2009-01-15 16:10:21 -0500 (Thu, 15 Jan 2009) | 1 line [FIX]TRACKERLIST: display parsed description if needed + test local perm not global ---------------------------------------------- r16287 | jonnybradley | 2009-01-15 10:35:05 -0500 (Thu, 15 Jan 2009) | 1 line [TEST] checking commit from Eclipse (also had to changed the password) ---------------------------------------------- r16286 | jonnybradley | 2009-01-15 10:22:44 -0500 (Thu, 15 Jan 2009) | 1 line [TEST] 2nd commit from shell? ---------------------------------------------- r16285 | jonnybradley | 2009-01-15 10:21:26 -0500 (Thu, 15 Jan 2009) | 1 line [TEST] commit from shell ---------------------------------------------- r16284 | sylvieg | 2009-01-15 08:45:10 -0500 (Thu, 15 Jan 2009) | 1 line graph2 has been replaced in tiki-stat wiht the graphengine ---------------------------------------------- r16283 | billsos | 2009-01-15 06:35:08 -0500 (Thu, 15 Jan 2009) | 1 line A plugin to display a <table> using MediaWiki syntax ---------------------------------------------- r16281 | sylvieg | 2009-01-14 13:26:39 -0500 (Wed, 14 Jan 2009) | 1 line [FIX]style: some tuning in calendar+if redefine background, redefine also the text color ---------------------------------------------- r16277 | sylvieg | 2009-01-14 11:20:54 -0500 (Wed, 14 Jan 2009) | 1 line [MOD]tra: add also a custom.php for each tikidomain in a multidomain context ---------------------------------------------- r16271 | sylvieg | 2009-01-13 13:29:39 -0500 (Tue, 13 Jan 2009) | 1 line [MOD]module: use button ---------------------------------------------- r16270 | jonnybradley | 2009-01-13 13:17:19 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Moved saved_msg "flag" from $_REQUEST to $_SESSION to avoid people linking to &saved_msg=y version of the page ---------------------------------------------- r16267 | jonnybradley | 2009-01-13 12:10:13 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Removed hard coded line breaks before p.editdate contents (wiki_authors_style) and increased padding-top in most themes and transistion CSS ---------------------------------------------- r16266 | jonnybradley | 2009-01-13 11:54:36 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Removed hard coded line break and added span.categpath (defined as display:block) in transition 2 to 3 css ---------------------------------------------- r16264 | xavidp | 2009-01-13 09:25:32 -0500 (Tue, 13 Jan 2009) | 1 line [ENH]Force chmod to 644 the published .tgz, since it seems needed on some servers ---------------------------------------------- r16262 | jonnybradley | 2009-01-13 07:52:11 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Better defaults for wiki_3d ---------------------------------------------- r16261 | jonnybradley | 2009-01-13 07:51:32 -0500 (Tue, 13 Jan 2009) | 1 line [FIX] contact_anon's admin is on the general admin page now ---------------------------------------------- r16259 | chibaguy | 2009-01-13 05:15:16 -0500 (Tue, 13 Jan 2009) | 1 line [ENH] Make normal-width side columns version the default, and narrow-left, wider-right the theme option (based on advice from luciash). ---------------------------------------------- r16257 | sewilco | 2009-01-12 19:15:17 -0500 (Mon, 12 Jan 2009) | 1 line [ENH] add feature_sefurl_filter for Smarty SEFURL filtering (web cache recommended). ---------------------------------------------- r16252 | lphuberdeau | 2009-01-12 15:56:46 -0500 (Mon, 12 Jan 2009) | 1 line [NEW] Interface to add group watches ---------------------------------------------- r16251 | sylvieg | 2009-01-12 15:31:37 -0500 (Mon, 12 Jan 2009) | 1 line [MOD]categ: from sumo rev 11657: make querying of category perms only happen once for each access, instead of each perm : around 80 queries less on a categorized page - thx nelson ---------------------------------------------- r16250 | sylvieg | 2009-01-12 13:55:11 -0500 (Mon, 12 Jan 2009) | 1 line oops param is twice ---------------------------------------------- r16249 | sylvieg | 2009-01-12 13:51:00 -0500 (Mon, 12 Jan 2009) | 1 line [FIX]mouseover: reintroduce the param label to support older version with text that was the mouseover content + delete the overlib stuff as pure javascript works (thx lph) ---------------------------------------------- r16248 | lphuberdeau | 2009-01-12 13:40:34 -0500 (Mon, 12 Jan 2009) | 1 line [INDENT] No changes ---------------------------------------------- r16247 | lphuberdeau | 2009-01-12 11:57:20 -0500 (Mon, 12 Jan 2009) | 1 line [MOD] Getting closer to group watch UI ---------------------------------------------- r16246 | lphuberdeau | 2009-01-12 11:33:17 -0500 (Mon, 12 Jan 2009) | 1 line [FIX] Add sticky parameter ---------------------------------------------- r16245 | lphuberdeau | 2009-01-12 11:20:47 -0500 (Mon, 12 Jan 2009) | 1 line [FIX] All broken... ---------------------------------------------- r16244 | jonnybradley | 2009-01-12 11:10:26 -0500 (Mon, 12 Jan 2009) | 1 line [FIX] Attaching wiki-admin checkbox to edit plugin pref (and WYSIWYG mode switch) ---------------------------------------------- r16243 | sylvieg | 2009-01-12 11:02:58 -0500 (Mon, 12 Jan 2009) | 1 line [FIX]mouseover: reintroduce the overlib params: if none are set, do not use the overlib lib+ for previous compatibility introduce param label that use data as the text (the param text is still using the data as label) + use a param for background color ---------------------------------------------- r16242 | lphuberdeau | 2009-01-12 10:40:53 -0500 (Mon, 12 Jan 2009) | 1 line [MOD] Add options to use wiki pages as links in the tracker timeline ---------------------------------------------- r16241 | lphuberdeau | 2009-01-12 10:02:45 -0500 (Mon, 12 Jan 2009) | 1 line [MOD] Re-adding offset and parse parameters ---------------------------------------------- r16240 | sylvieg | 2009-01-11 14:47:43 -0500 (Sun, 11 Jan 2009) | 1 line [FIX]trackeritemfield: more genric approach to value interpretation ---------------------------------------------- r16239 | lphuberdeau | 2009-01-10 18:17:02 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] Plugin edit data block to avoid additional backslashes being added and general breakage, remove duplicate feature to disable plugin edit icons ---------------------------------------------- r16238 | lphuberdeau | 2009-01-10 17:36:08 -0500 (Sat, 10 Jan 2009) | 1 line [MOD] Rewrite of the mouseover plugin to work in more contexts ---------------------------------------------- r16237 | lphuberdeau | 2009-01-10 15:51:26 -0500 (Sat, 10 Jan 2009) | 1 line [MOD] Get image fields to render as images ---------------------------------------------- r16236 | marclaporte | 2009-01-10 15:43:53 -0500 (Sat, 10 Jan 2009) | 1 line [DB] syncdb ---------------------------------------------- r16235 | jonnybradley | 2009-01-10 14:07:38 -0500 (Sat, 10 Jan 2009) | 1 line [EHN] Pref value for "editplugin" icons (also fix for wysiwyg editor switch and CSS class for more options) ---------------------------------------------- r16234 | jonnybradley | 2009-01-10 14:05:13 -0500 (Sat, 10 Jan 2009) | 1 line [ENH] Now uses the "special" global $maxRecords for default value ---------------------------------------------- r16232 | lphuberdeau | 2009-01-10 13:54:35 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] Remove debug information ---------------------------------------------- r16229 | jonnybradley | 2009-01-10 12:13:55 -0500 (Sat, 10 Jan 2009) | 1 line [SVN] add another svn:ignore ---------------------------------------------- r16228 | jonnybradley | 2009-01-10 12:08:48 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] Just needed wikilib - woo! ---------------------------------------------- r16227 | jonnybradley | 2009-01-10 12:07:15 -0500 (Sat, 10 Jan 2009) | 1 line [ENH] Put the search menu in a span so can be hidden by CSS ---------------------------------------------- r16226 | jonnybradley | 2009-01-10 12:04:58 -0500 (Sat, 10 Jan 2009) | 1 line [FIX] No sign of hide_unhide.png so switched to use omodule.png (although i'm not sure why we need two show/hide buttons?) ---------------------------------------------- r16224 | sylvieg | 2009-01-09 17:52:13 -0500 (Fri, 09 Jan 2009) | 1 line [FIX]group: display error if rename a group with an existing group name (instead of sql error) ---------------------------------------------- r16223 | sylvieg | 2009-01-09 14:20:16 -0500 (Fri, 09 Jan 2009) | 1 line smarty syntax ---------------------------------------------- r16221 | sylvieg | 2009-01-09 13:08:43 -0500 (Fri, 09 Jan 2009) | 1 line [MOD]tracker: userlink on comment's author ---------------------------------------------- r16220 | sylvieg | 2009-01-09 12:47:47 -0500 (Fri, 09 Jan 2009) | 1 line [FIX]perm: check perm for tiki-user_info/tiki_my_tiki list ---------------------------------------------- r16219 | sylvieg | 2009-01-09 12:27:16 -0500 (Fri, 09 Jan 2009) | 1 line oops diaplay also the item name ---------------------------------------------- r16218 | sylvieg | 2009-01-08 16:29:37 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]user_info: do not redirect to the login box ---------------------------------------------- r16217 | sylvieg | 2009-01-08 16:18:02 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]mytiki: add my articles ---------------------------------------------- r16215 | sylvieg | 2009-01-08 15:52:55 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]user: when displaying tracker info in user info, look for the exactvalue of the username not a value like (dev.tw1902) ---------------------------------------------- r16213 | sylvieg | 2009-01-08 14:18:23 -0500 (Thu, 08 Jan 2009) | 1 line [MOD]user_information: displays also the user items and the forum topics ---------------------------------------------- r16211 | sylvieg | 2009-01-08 11:52:40 -0500 (Thu, 08 Jan 2009) | 1 line [MOD]mytiki: more explicit message as it is the user items and not the items created by a user + some optimization ---------------------------------------------- r16209 | sylvieg | 2009-01-08 10:54:32 -0500 (Thu, 08 Jan 2009) | 1 line [MOD]mytiki: {button} + able to display the icon and the text inna button + icon name with - ---------------------------------------------- r16208 | sylvieg | 2009-01-08 08:57:23 -0500 (Thu, 08 Jan 2009) | 1 line [FIX]img: display the thumbnail is given (the thumbnail must have the right dimension ---------------------------------------------- r16207 | ricks99 | 2009-01-07 15:58:25 -0500 (Wed, 07 Jan 2009) | 1 line [FIX]to admin the comments, need to check for tiki-p-admin-comments permission -- not tiki-p-admin ---------------------------------------------- r16199 | lphuberdeau | 2009-01-07 11:14:17 -0500 (Wed, 07 Jan 2009) | 1 line [MOD] Removing silent error avoidance and using less verbose filter declarations (example) ---------------------------------------------- r16198 | sylvieg | 2009-01-07 10:21:55 -0500 (Wed, 07 Jan 2009) | 1 line notice: wondering why DecFilter needs so many level of array? ---------------------------------------------- r16194 | sylvieg | 2009-01-06 19:08:04 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]user: display only the page that have been created or updated in user information ---------------------------------------------- r16193 | lphuberdeau | 2009-01-06 16:34:57 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] Add WYSIWYCA to mind map (and fix it too) ---------------------------------------------- r16192 | lphuberdeau | 2009-01-06 16:10:47 -0500 (Tue, 06 Jan 2009) | 1 line [FIX] Picking up a few loose ends ---------------------------------------------- r16191 | lphuberdeau | 2009-01-06 15:46:10 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] Adding more preferences to control search results output ---------------------------------------------- r16190 | sylvieg | 2009-01-06 15:30:23 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]FLASH: do not json_encode just a " to be able to have flash url with / ---------------------------------------------- r16189 | lphuberdeau | 2009-01-06 14:33:32 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] Include group watches in the admin list ---------------------------------------------- r16188 | lphuberdeau | 2009-01-06 13:00:44 -0500 (Tue, 06 Jan 2009) | 1 line [INDENT] No changes ---------------------------------------------- r16187 | lphuberdeau | 2009-01-06 12:18:33 -0500 (Tue, 06 Jan 2009) | 1 line [NEW] Support for group watches, UI still to come ---------------------------------------------- r16186 | nyloth | 2009-01-06 11:25:45 -0500 (Tue, 06 Jan 2009) | 1 line [MOD] blog_last_comments module: add a date info as in 'last_blog_post' module + 'nodate' param to hide it ---------------------------------------------- r16185 | nyloth | 2009-01-06 11:00:13 -0500 (Tue, 06 Jan 2009) | 1 line [FIX] ajax: handle confirmation steps through AJAX using a javascript dialog ---------------------------------------------- r16184 | sylvieg | 2009-01-06 10:20:34 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]gal: indicate the default for thumb and image row to give an idea to user + do not display 0 ---------------------------------------------- r16183 | sylvieg | 2009-01-06 08:51:06 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]img: use the max upload size from fgal as the one in img is bugged(do not look at post_max_size) ---------------------------------------------- r16182 | sylvieg | 2009-01-06 07:50:38 -0500 (Tue, 06 Jan 2009) | 1 line [FIX]watch: the feature user_watches is only for the eye and not the general admin watching like all pages changed ---------------------------------------------- r16181 | sylvieg | 2009-01-05 18:32:10 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]tracker: query syntax error ---------------------------------------------- r16177 | lphuberdeau | 2009-01-05 15:57:38 -0500 (Mon, 05 Jan 2009) | 1 line [NEW] Allow to add users to group from group members page ---------------------------------------------- r16176 | lphuberdeau | 2009-01-05 15:31:07 -0500 (Mon, 05 Jan 2009) | 1 line [MOD] Add support for printing tracker items ---------------------------------------------- r16175 | lphuberdeau | 2009-01-05 13:52:31 -0500 (Mon, 05 Jan 2009) | 1 line [NEW] Allow printing of multiple objects with indexes above for large documents ---------------------------------------------- r16174 | lphuberdeau | 2009-01-05 13:45:55 -0500 (Mon, 05 Jan 2009) | 1 line [FIX] Admin bar should not be part of header - appears in print ---------------------------------------------- r16173 | sylvieg | 2009-01-05 13:45:34 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]TRACKERFILTER: button+javascript check ---------------------------------------------- r16172 | sylvieg | 2009-01-05 11:56:23 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]darkroom: some tuning with button in page-bar ---------------------------------------------- r16171 | lphuberdeau | 2009-01-05 09:41:53 -0500 (Mon, 05 Jan 2009) | 1 line [FIX] Wrong include ---------------------------------------------- r16170 | sylvieg | 2009-01-05 08:50:39 -0500 (Mon, 05 Jan 2009) | 1 line [FIX]tracker: do not export the flag of a country ---------------------------------------------- r16169 | sylvieg | 2009-01-04 17:37:28 -0500 (Sun, 04 Jan 2009) | 1 line buttons ---------------------------------------------- r16168 | jonnybradley | 2009-01-01 12:46:20 -0500 (Thu, 01 Jan 2009) | 1 line more tidying up - sorry (i'll read http://dev.tikiwiki.org/SvnTips - thanks LP ;) ---------------------------------------------- r16164 | jonnybradley | 2009-01-01 11:11:59 -0500 (Thu, 01 Jan 2009) | 1 line initial branch - take 2(?) ---------------------------------------------- r16159 | sewilco | 2008-12-31 15:17:29 -0500 (Wed, 31 Dec 2008) | 1 line [FIX] Change *_info() name from Image to Img. ---------------------------------------------- r16158 | sewilco | 2008-12-31 14:25:44 -0500 (Wed, 31 Dec 2008) | 1 line [FIX] add imalign to *_info() parameters. ---------------------------------------------- r16153 | marclaporte | 2008-12-30 11:12:42 -0500 (Tue, 30 Dec 2008) | 1 line Default forum threading to be more like other forum applications as per the discussion (Some suggestions related to the Official Tikiwiki forum) on the Tiki users mailing list, started by joomlagate.com on Dec 16th, 2008. Previous behavior is still available by changing __Default thread sort mode__ at tiki-admin.php?page=forums ---------------------------------------------- r16149 | chibaguy | 2008-12-26 23:31:19 -0500 (Fri, 26 Dec 2008) | 1 line [NEW] More normal side column widths, via theme option. (Asymmetrical column widths left as the default, but if it's better to have the "normal" widths as default and the asymmetrical widths as the option, the dimensions can be switched and the option css renamed.) ---------------------------------------------- r16148 | sylvieg | 2008-12-25 17:40:58 -0500 (Thu, 25 Dec 2008) | 1 line [FIX]xml export: some fix on structures ---------------------------------------------- r16147 | lphuberdeau | 2008-12-25 17:07:55 -0500 (Thu, 25 Dec 2008) | 1 line [FIX] Position issues in tracker timeline ---------------------------------------------- r16144 | chibaguy | 2008-12-25 01:47:37 -0500 (Thu, 25 Dec 2008) | 1 line [FIX] CSS menu li's and other floated objects need clearing. ---------------------------------------------- r16143 | sylvieg | 2008-12-24 17:56:51 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]xml zip: import ---------------------------------------------- r16141 | sylvieg | 2008-12-24 17:37:16 -0500 (Wed, 24 Dec 2008) | 1 line a forgotten commit: categ perm needs to be checked ---------------------------------------------- r16140 | sylvieg | 2008-12-24 17:36:19 -0500 (Wed, 24 Dec 2008) | 1 line a forgotten commit: categ perm needs to be checked ---------------------------------------------- r16139 | sylvieg | 2008-12-24 17:35:27 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]error: mask login redirection ---------------------------------------------- r16138 | sylvieg | 2008-12-24 17:34:24 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]strcuture: see the message delete page when deleting structure - only when perms ---------------------------------------------- r16137 | sylvieg | 2008-12-24 12:49:52 -0500 (Wed, 24 Dec 2008) | 1 line [FIX]style: better to use a div than a br between object of different nature ---------------------------------------------- r16136 | sylvieg | 2008-12-24 11:28:24 -0500 (Wed, 24 Dec 2008) | 1 line pear xml parser ---------------------------------------------- r16134 | sylvieg | 2008-12-24 11:13:53 -0500 (Wed, 24 Dec 2008) | 1 line [NEW] pages or structure export in an zip xml format where comment, history, image, attachment are include ---------------------------------------------- r16133 | chibaguy | 2008-12-24 05:54:24 -0500 (Wed, 24 Dec 2008) | 1 line [FIX] Removed deprecated image border="0" tag. CSS for all themes and transition CSS confirmed to have img {border:0}. ---------------------------------------------- r16132 | sylvieg | 2008-12-22 19:02:47 -0500 (Mon, 22 Dec 2008) | 1 line [ENH]comment: when comment need to be approved, display a message in the comment box(perhaps not the nest place but..) to tell the comment is queued for approval ---------------------------------------------- r16129 | sylvieg | 2008-12-22 09:29:23 -0500 (Mon, 22 Dec 2008) | 1 line [MOD]calendar: reintroduce the week number display in month view that was lost + add link on this week number and on day to the view week and view day corresponding ---------------------------------------------- r16128 | sylvieg | 2008-12-22 08:36:06 -0500 (Mon, 22 Dec 2008) | 1 line [FIX]perm: fix perm on categ with remove_page. TODO: redo categ perm ---------------------------------------------- r16127 | sylvieg | 2008-12-22 08:30:56 -0500 (Mon, 22 Dec 2008) | 1 line button ---------------------------------------------- r16126 | sylvieg | 2008-12-22 07:49:59 -0500 (Mon, 22 Dec 2008) | 1 line MOD: ajax is doen in setup ---------------------------------------------- r16125 | Jyhem | 2008-12-22 05:24:43 -0500 (Mon, 22 Dec 2008) | 1 line [ENH] Typo ---------------------------------------------- r16122 | marclaporte | 2008-12-21 18:51:44 -0500 (Sun, 21 Dec 2008) | 1 line [FIX] Removed 'input' from line 89 to improve look of wiki edit buttons ---------------------------------------------- r16121 | sylvieg | 2008-12-20 16:42:28 -0500 (Sat, 20 Dec 2008) | 1 line [FIX]tracker: at least an error message if the attachment of a file can not be done for instance a too big file ---------------------------------------------- r16120 | sylvieg | 2008-12-20 15:19:30 -0500 (Sat, 20 Dec 2008) | 1 line [FIX]perm: get rid of tiki-pagesetup that was only checking special perm and not categ perm, and replace with get_perm_object ---------------------------------------------- r16118 | sylvieg | 2008-12-19 18:14:05 -0500 (Fri, 19 Dec 2008) | 1 line [FIX] tiki-index_raw must check also special perm ---------------------------------------------- r16117 | sylvieg | 2008-12-19 17:09:53 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]tracker: attaching 2 files in TRACKER was gining the same attId ---------------------------------------------- r16116 | sylvieg | 2008-12-19 14:19:10 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]trackers: add a / at the end of the directory if not there ---------------------------------------------- r16115 | sylvieg | 2008-12-19 13:50:22 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]fgal: assign perms on checked committed on 08/06/2007 had been lost :-( ---------------------------------------------- r16113 | nyloth | 2008-12-19 10:05:40 -0500 (Fri, 19 Dec 2008) | 2 lines [FIX] blogs: display the "You have mistyped the anti-bot verification code; please try again." above the comment edit area instead of a new error page + keep the comment zone open when previewing ---------------------------------------------- r16111 | sylvieg | 2008-12-19 09:55:24 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]structure: replace the edit icon with info icon - as somebody with no structure edit perm can go to see the detail of the structure ---------------------------------------------- r16109 | sylvieg | 2008-12-19 09:45:57 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]structure: do nto see edit button when you can not edit a page ---------------------------------------------- r16106 | sylvieg | 2008-12-19 09:13:57 -0500 (Fri, 19 Dec 2008) | 1 line [FIX]img: better to add the galleryId id giving the img name ---------------------------------------------- r16105 | nyloth | 2008-12-19 06:05:25 -0500 (Fri, 19 Dec 2008) | 2 lines [FIX] newsletters: fix images in mails by make wiki parsing 'absolute urls' option work again. Seems that some guys just don't care (as usual) about environment... :[ ---------------------------------------------- r16104 | nyloth | 2008-12-19 06:02:52 -0500 (Fri, 19 Dec 2008) | 1 line [FIX] fix typo in french translation ---------------------------------------------- r16102 | nyloth | 2008-12-18 17:40:47 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] calendars: fix some errors/notices reported ---------------------------------------------- r16101 | sylvieg | 2008-12-18 17:28:47 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]darkroom: take away some duplication for button + button for IE6 + some styles for calendar ---------------------------------------------- r16100 | sewilco | 2008-12-18 17:17:15 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] Add summary of "quiet" option to plugin ARTICLES. ---------------------------------------------- r16099 | sewilco | 2008-12-18 17:11:53 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] change titleonly of plugin ARTICLES to use y/n options, use generic URL ---------------------------------------------- r16098 | nyloth | 2008-12-18 16:54:50 -0500 (Thu, 18 Dec 2008) | 7 lines [MOD] calendars: change sticky popups to behave more like other well-known web calendars: now the user has to click on an event (title or background) to open the popup. The popup is closed through the 'Close' icon inside the popup or by clicking somewhere else on the calendar. + add some quick action icons (Edit, Delete, View) inside sticky popups + remove obvious 'Events' title on day mode + hide 'export' button if not enough permissions (WYSIWYCA) + change '+' tooltip into 'Add Event' + invert 'configlinks' and 'navbar' divs since navbar is generally used for buttons ---------------------------------------------- r16097 | nyloth | 2008-12-18 16:51:36 -0500 (Thu, 18 Dec 2008) | 3 lines [ENH] calendars admin: change 'y' and 'n' into 'Yes' and 'No' [FIX] remove sort link on Url column since it's not handled and causes a db error + fix french (at least) translation problems of 'Permissions' ---------------------------------------------- r16096 | nyloth | 2008-12-18 16:38:31 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] calendars: add a cancel button and use smarty userlink for participants and organizers when editing item + better All-Day input + translate 'All-Day' ---------------------------------------------- r16095 | nyloth | 2008-12-18 16:27:33 -0500 (Thu, 18 Dec 2008) | 1 line [MOD] calendars: use smarty userlink for participants and organizers + little tuning for events width ---------------------------------------------- r16094 | nyloth | 2008-12-18 16:22:37 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] calendars: fix saving a recurring event without specifying a status (if no status is specified, use the default status of the calendar or 'confirmed' if not set) ---------------------------------------------- r16093 | nyloth | 2008-12-18 16:12:56 -0500 (Thu, 18 Dec 2008) | 1 line [MOD] default prefs: enable calendar sticky popups by default ---------------------------------------------- r16092 | nyloth | 2008-12-18 16:11:45 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] translations: more french translations for calendars ---------------------------------------------- r16091 | nyloth | 2008-12-18 16:10:30 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] calendar: css fixes of cell heights in calendar views for IE6 and IE7 ---------------------------------------------- r16090 | nyloth | 2008-12-18 16:09:07 -0500 (Thu, 18 Dec 2008) | 1 line [NEW] new langname smarty modifier to convert a language code like 'en' (or 'fr') into the translation of the language name like 'English' (or 'French') ---------------------------------------------- r16089 | nyloth | 2008-12-18 16:07:14 -0500 (Thu, 18 Dec 2008) | 1 line [NEW] new yesno smarty modifier to convert 'y' into the translation of 'Yes' and 'n' into the translation of 'No' ---------------------------------------------- r16088 | nyloth | 2008-12-18 16:05:39 -0500 (Thu, 18 Dec 2008) | 1 line [FIX] ical export: no need to check both tiki_p_admin and tiki_p_admin_calendar ---------------------------------------------- r16087 | sylvieg | 2008-12-18 15:47:33 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]pref: do not register in databse pref change - fix calendar visible for anonymous ---------------------------------------------- r16086 | sewilco | 2008-12-18 13:27:28 -0500 (Thu, 18 Dec 2008) | 1 line [ENH] add titleonly to plugin ARTICLES, patch 1226 Redhatter ---------------------------------------------- r16084 | sylvieg | 2008-12-18 11:13:41 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]image: if show-image.php is used with the name you should have the possibility to use the galleryId as name can be ambiguous ---------------------------------------------- r16082 | sylvieg | 2008-12-18 10:24:07 -0500 (Thu, 18 Dec 2008) | 1 line [FIX]categ: cycle is only defined later ---------------------------------------------- r16080 | sylvieg | 2008-12-18 10:10:37 -0500 (Thu, 18 Dec 2008) | 1 line missing global ---------------------------------------------- r16075 | sylvieg | 2008-12-17 13:04:26 -0500 (Wed, 17 Dec 2008) | 1 line [FIX] do not allow to zip the files if only tiki_p_clean_cache ---------------------------------------------- r16074 | sylvieg | 2008-12-17 13:01:31 -0500 (Wed, 17 Dec 2008) | 1 line [MOD]admin: can build a zip on the server containing all the local storage dirs used by tikiwiki(todo local css+tpl) ---------------------------------------------- r16073 | sept_7 | 2008-12-17 12:00:14 -0500 (Wed, 17 Dec 2008) | 5 lines [FIX+ENH] tiki-calendar : fix export ical with IE, fix display of multiple events per day, fix too many PHP errors in semester or year view, fix popup placement, fix allday display, fix events placement (do not overlap events), fix FF/linux display... and probabily more ;p ---------------------------------------------- r16071 | sylvieg | 2008-12-17 11:03:00 -0500 (Wed, 17 Dec 2008) | 1 line [FIX]structure: when deleting a page, update position of the other pages in structures ---------------------------------------------- r16068 | lphuberdeau | 2008-12-17 10:08:51 -0500 (Wed, 17 Dec 2008) | 1 line [FIX] Consistent use of with and without GPC (which should always be off) ---------------------------------------------- r16067 | lphuberdeau | 2008-12-17 09:59:18 -0500 (Wed, 17 Dec 2008) | 1 line Rollback r16065... wiki edit broken ---------------------------------------------- r16065 | sept_7 | 2008-12-17 06:01:48 -0500 (Wed, 17 Dec 2008) | 2 lines [FIX] better fix to _REQUEST filter ---------------------------------------------- r16063 | sylvieg | 2008-12-16 17:35:08 -0500 (Tue, 16 Dec 2008) | 1 line missing global ---------------------------------------------- r16062 | sylvieg | 2008-12-16 17:24:11 -0500 (Tue, 16 Dec 2008) | 1 line sql syntax ---------------------------------------------- r16061 | sylvieg | 2008-12-16 16:42:01 -0500 (Tue, 16 Dec 2008) | 1 line transparent icons in polls ---------------------------------------------- r16060 | sylvieg | 2008-12-16 16:28:36 -0500 (Tue, 16 Dec 2008) | 1 line broken layout ---------------------------------------------- r16059 | sylvieg | 2008-12-16 16:05:14 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]tracker: multilingue on text & textarea in normal view and TRACKER ---------------------------------------------- r16058 | alain_desilets | 2008-12-16 14:27:05 -0500 (Tue, 16 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r16057 | sylvieg | 2008-12-16 14:15:13 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]user: name pattern can be empty->no limitation ---------------------------------------------- r16055 | sylvieg | 2008-12-16 14:11:45 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]login: all login errors must not redirect to login box ---------------------------------------------- r16053 | sylvieg | 2008-12-16 14:09:13 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]print: some cleaining ---------------------------------------------- r16052 | sylvieg | 2008-12-16 14:06:17 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]user: use the name pattern prefs ---------------------------------------------- r16051 | sylvieg | 2008-12-16 14:04:49 -0500 (Tue, 16 Dec 2008) | 1 line [MOD] clear cache button - forgotten commit ---------------------------------------------- r16050 | sylvieg | 2008-12-16 14:01:48 -0500 (Tue, 16 Dec 2008) | 1 line comment_button ---------------------------------------------- r16049 | alain_desilets | 2008-12-16 13:31:16 -0500 (Tue, 16 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r16048 | sylvieg | 2008-12-16 12:14:58 -0500 (Tue, 16 Dec 2008) | 1 line [FIX]tracker: multilingual etxt and textarea ---------------------------------------------- r16047 | sylvieg | 2008-12-16 11:53:41 -0500 (Tue, 16 Dec 2008) | 1 line only formatting and quote ---------------------------------------------- r16045 | sylvieg | 2008-12-15 17:33:17 -0500 (Mon, 15 Dec 2008) | 1 line [FIX]tracker: doc for page selector ---------------------------------------------- r16044 | sept_7 | 2008-12-15 09:30:46 -0500 (Mon, 15 Dec 2008) | 2 lines [FIX] add remove_gpc on $_REQUEST ... grrrr ---------------------------------------------- r16041 | sylvieg | 2008-12-14 17:11:04 -0500 (Sun, 14 Dec 2008) | 1 line [MOD]tracker: a remarks box to explain the role of fieldId when exporting ---------------------------------------------- r16040 | sylvieg | 2008-12-14 16:40:20 -0500 (Sun, 14 Dec 2008) | 1 line [FIX]what_is_related: check for perm for each object ---------------------------------------------- r16039 | lphuberdeau | 2008-12-14 16:00:40 -0500 (Sun, 14 Dec 2008) | 1 line [MOD] Missing alter in the table ---------------------------------------------- r16038 | lphuberdeau | 2008-12-14 15:47:13 -0500 (Sun, 14 Dec 2008) | 2 lines [FIX] WYSIWYCA... breaking profiles ---------------------------------------------- r16037 | lphuberdeau | 2008-12-14 13:10:46 -0500 (Sun, 14 Dec 2008) | 1 line [MOD] Add UI to set filters on plugin alias ---------------------------------------------- r16036 | lphuberdeau | 2008-12-14 12:15:07 -0500 (Sun, 14 Dec 2008) | 4 lines [FIX] Multiple fixes in plugin alias and webservice plugins cause by other changes [NEW] Allow post requests to be made from webservice plugin [MOD] Loosen up handling of declared received types to handle bad services ---------------------------------------------- r16035 | lphuberdeau | 2008-12-13 17:01:13 -0500 (Sat, 13 Dec 2008) | 1 line Moving bilingual aligner to core to fit in the unit testing framework ---------------------------------------------- r16032 | lphuberdeau | 2008-12-13 15:14:47 -0500 (Sat, 13 Dec 2008) | 1 line [MOD] Adding flexible input filters (declfilter branch) ---------------------------------------------- r16030 | nyloth | 2008-12-13 07:18:53 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: only show the 'more info' grouping box when 4 or more events are concurrent (not when there is more than 4 events on the days that will not overlap) + tune events position in calendar (move them up of 1 or 2 px) + fix position of 'more info' box ---------------------------------------------- r16029 | nyloth | 2008-12-13 07:13:42 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: indentation only ---------------------------------------------- r16028 | nyloth | 2008-12-13 07:09:56 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: fix saved hours of allday events + do not redirect to main page when error + remove duplicated 'impossibleDates' code ---------------------------------------------- r16027 | nyloth | 2008-12-13 07:06:58 -0500 (Sat, 13 Dec 2008) | 1 line [FIX] calendar: fix ical export in IE over https ---------------------------------------------- r16026 | sylvieg | 2008-12-12 18:15:48 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]login: allow no restriction in login name ---------------------------------------------- r16025 | sylvieg | 2008-12-12 18:13:59 -0500 (Fri, 12 Dec 2008) | 1 line layout ---------------------------------------------- r16024 | sylvieg | 2008-12-12 16:52:51 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]register: any error at registration must not redirect to 'you are not log-in ---------------------------------------------- r16023 | sylvieg | 2008-12-12 15:13:14 -0500 (Fri, 12 Dec 2008) | 1 line [MOD]perm: view backlink perm ---------------------------------------------- r16022 | sylvieg | 2008-12-12 15:09:45 -0500 (Fri, 12 Dec 2008) | 1 line [MOD]perm: a clear cache button ---------------------------------------------- r16017 | sylvieg | 2008-12-12 13:12:02 -0500 (Fri, 12 Dec 2008) | 1 line [MOD]tracker: move the position avec options, to avoid people confusing position and ID ---------------------------------------------- r16012 | sylvieg | 2008-12-12 09:48:02 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]antibot: antibot for tracker comments + do not redirect to login page if antibot is on or if system error ---------------------------------------------- r16011 | Jyhem | 2008-12-12 09:22:44 -0500 (Fri, 12 Dec 2008) | 1 line [MOD] Respect line breaks in forum descriptions ---------------------------------------------- r16010 | sylvieg | 2008-12-12 09:16:52 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]tracker: can have post_comment_tracker without view ---------------------------------------------- r16008 | sylvieg | 2008-12-12 08:34:40 -0500 (Fri, 12 Dec 2008) | 1 line [FIX]calendar: rollback 15972 - goto still needed when no javascript + oopen the recurrence box if no javascript + some notice ---------------------------------------------- r16007 | sylvieg | 2008-12-11 16:09:52 -0500 (Thu, 11 Dec 2008) | 1 line [FIX]Score: only accessible from admin pannel ---------------------------------------------- r16006 | Jyhem | 2008-12-11 12:45:16 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] Let's not reject valid emails (see RFC 2822, chapter 3.4) ---------------------------------------------- r16005 | jonnybradley | 2008-12-11 12:38:37 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] Observe $prefs['feature_ajax_autosave'] to prevent JS error ---------------------------------------------- r16004 | jonnybradley | 2008-12-11 12:25:57 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] $base_url changed to $url_path as it was giving permission error on some servers (cpanel) using the absulute address in a parameter ---------------------------------------------- r16003 | Jyhem | 2008-12-11 12:19:38 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] More expressive translations ---------------------------------------------- r16002 | sept_7 | 2008-12-11 12:10:08 -0500 (Thu, 11 Dec 2008) | 3 lines [FIX] calendar : viewmode == week, in case of too many events just display the popup events once... and not every hour of the day... ---------------------------------------------- r16000 | sylvieg | 2008-12-11 11:41:40 -0500 (Thu, 11 Dec 2008) | 1 line [FIX]tracker: do not check writeCanModifier if not logged in ---------------------------------------------- r15999 | niclone | 2008-12-11 11:13:45 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: when adding a new file line, previous added file inputs was cleared ---------------------------------------------- r15998 | niclone | 2008-12-11 11:05:58 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: when sending directly whithout saving as draft, files wasn't sent ---------------------------------------------- r15997 | niclone | 2008-12-11 10:23:17 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: sql files.. ---------------------------------------------- r15996 | niclone | 2008-12-11 10:01:24 -0500 (Thu, 11 Dec 2008) | 1 line [FIX] newsletters: sql table for attachements ---------------------------------------------- r15995 | niclone | 2008-12-11 09:38:28 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: show errors messages on sent report. ---------------------------------------------- r15994 | niclone | 2008-12-11 09:31:23 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: don't send newsletter more than one time to same email address. ---------------------------------------------- r15992 | niclone | 2008-12-11 09:21:37 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: check that email seem to be valid before sending it. ---------------------------------------------- r15991 | sept_7 | 2008-12-11 09:01:43 -0500 (Thu, 11 Dec 2008) | 2 lines [FIX] calendar : fix display of short events, of events starting before the calendar hour, of all-day events. ---------------------------------------------- r15990 | niclone | 2008-12-11 07:32:48 -0500 (Thu, 11 Dec 2008) | 1 line [MOD] newsletters: added support for attached files. ---------------------------------------------- r15987 | niclone | 2008-12-10 16:41:21 -0500 (Wed, 10 Dec 2008) | 1 line [FIX] newsletters: re-import some code for drafts and 'text' support + somes fixs to make it work. ---------------------------------------------- r15985 | sylvieg | 2008-12-10 16:07:08 -0500 (Wed, 10 Dec 2008) | 1 line [MOD]tracker: new option to an image field to have a shadowbox ---------------------------------------------- r15981 | sylvieg | 2008-12-10 11:42:42 -0500 (Wed, 10 Dec 2008) | 1 line [MOD]gal: use default if image per row/ column is stupid ---------------------------------------------- r15980 | sept_7 | 2008-12-10 11:39:05 -0500 (Wed, 10 Dec 2008) | 2 lines [FIX] autosave : tikilib must be global for tikilib->get_ip_address() ---------------------------------------------- r15978 | sylvieg | 2008-12-10 11:20:58 -0500 (Wed, 10 Dec 2008) | 1 line [MOD]calendar: color the calendar name ---------------------------------------------- r15974 | sylvieg | 2008-12-10 10:20:52 -0500 (Wed, 10 Dec 2008) | 1 line [FIX]calendar: move the calendars button in another navbar + color the calendar select ---------------------------------------------- r15972 | sylvieg | 2008-12-10 09:58:08 -0500 (Wed, 10 Dec 2008) | 1 line [FIX]calendar: move down recurrence input (no code change) + delete goto as calendar change as properly handle now ---------------------------------------------- r15971 | sylvieg | 2008-12-10 09:54:08 -0500 (Wed, 10 Dec 2008) | 1 line [FIX]calendar: refresh the input event panal as soon as the calendar is changed + can add an event to the first calendar even if no calendar has been selected (as the info view is the one of the first calendar) ---------------------------------------------- r15968 | chibaguy | 2008-12-10 07:26:04 -0500 (Wed, 10 Dec 2008) | 1 line [FIX] div#footer should be below, not in, div#middle. ---------------------------------------------- r15967 | chibaguy | 2008-12-10 06:52:36 -0500 (Wed, 10 Dec 2008) | 1 line [FIX] Replaced tables with divs and lists for better semantic layout and consistency with other modules. Typo fixed in .php file to enable nonums parameter. ---------------------------------------------- r15966 | sept_7 | 2008-12-10 04:35:06 -0500 (Wed, 10 Dec 2008) | 2 lines [FIX] calendar : fix Go to and new event creation... ---------------------------------------------- r15965 | alain_desilets | 2008-12-09 17:33:28 -0500 (Tue, 09 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r15964 | sewilco | 2008-12-09 15:30:34 -0500 (Tue, 09 Dec 2008) | 1 line [FIX] object needed for get_ip_address. ---------------------------------------------- r15963 | alain_desilets | 2008-12-09 15:26:16 -0500 (Tue, 09 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r15962 | sewilco | 2008-12-09 14:24:14 -0500 (Tue, 09 Dec 2008) | 1 line [FIX] used wrong object for get_ip_address. ---------------------------------------------- r15961 | sylvieg | 2008-12-09 14:19:31 -0500 (Tue, 09 Dec 2008) | 1 line fix html for multi pages print ---------------------------------------------- r15960 | sylvieg | 2008-12-09 14:13:45 -0500 (Tue, 09 Dec 2008) | 1 line missing tikilib ---------------------------------------------- r15959 | sylvieg | 2008-12-09 11:19:12 -0500 (Tue, 09 Dec 2008) | 1 line [MOD]plugin files: can specify multiple categories (ID separated with :) the file or fgal must have one of the categories ---------------------------------------------- r15958 | Jyhem | 2008-12-09 11:15:16 -0500 (Tue, 09 Dec 2008) | 1 line [MOD] Respect newlines entered in textarea field ---------------------------------------------- r15957 | rischconsulting | 2008-12-09 11:10:42 -0500 (Tue, 09 Dec 2008) | 1 line [FIX]Check for empty page selector field value to avoid automatic creation of nameless wiki pages ---------------------------------------------- r15956 | Jyhem | 2008-12-09 08:31:27 -0500 (Tue, 09 Dec 2008) | 1 line [UI] highlight good news ---------------------------------------------- r15953 | sewilco | 2008-12-08 18:35:56 -0500 (Mon, 08 Dec 2008) | 1 line [NEW] Use ->get_ip_address() for IP of user instead of 127.0.0.1 proxy. ---------------------------------------------- r15952 | sylvieg | 2008-12-08 16:34:11 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: add event button in week view + non fixed format date ---------------------------------------------- r15951 | sylvieg | 2008-12-08 16:06:21 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: redisplay tthe calendar nav bar (only the date - to know what is displayed below ---------------------------------------------- r15950 | sylvieg | 2008-12-08 14:08:52 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: minimum of styles in the tpl: no opacity ---------------------------------------------- r15949 | sylvieg | 2008-12-08 14:05:47 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: minimum of styles in the tpl: no opacity - calendars must be visible if no popup are on ---------------------------------------------- r15948 | sylvieg | 2008-12-08 14:03:29 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: suppress display of categ and location - seems to be unfinished: not th and no test on cal config ---------------------------------------------- r15947 | sylvieg | 2008-12-08 13:37:04 -0500 (Mon, 08 Dec 2008) | 1 line [FIX]calendar: standard colors must be optional to preserve the existant ---------------------------------------------- r15946 | sylvieg | 2008-12-08 12:20:21 -0500 (Mon, 08 Dec 2008) | 1 line [MOD]articles: new param title ---------------------------------------------- r15945 | sylvieg | 2008-12-08 11:28:00 -0500 (Mon, 08 Dec 2008) | 1 line [MOD]upcoming eventsL new param title ---------------------------------------------- r15943 | nyloth | 2008-12-08 09:26:52 -0500 (Mon, 08 Dec 2008) | 1 line [MOD] filegal slideshow: make popup resizable ---------------------------------------------- r15942 | nyloth | 2008-12-08 09:22:56 -0500 (Mon, 08 Dec 2008) | 1 line [FIX] filegal slideshow: fix javascript for IE + minor changes in smarty template ---------------------------------------------- r15941 | nyloth | 2008-12-08 08:15:47 -0500 (Mon, 08 Dec 2008) | 1 line [ENH] filegals slideshow: revamp slideshow (add slideshow third_party to lib) ---------------------------------------------- r15940 | nyloth | 2008-12-08 08:13:39 -0500 (Mon, 08 Dec 2008) | 1 line [ENH] filegals slideshow: revamp slideshow ---------------------------------------------- r15938 | sept_7 | 2008-12-08 07:57:29 -0500 (Mon, 08 Dec 2008) | 2 lines [ENH] calendar : better default dates for export and better feature checks ---------------------------------------------- r15937 | sept_7 | 2008-12-08 05:16:13 -0500 (Mon, 08 Dec 2008) | 2 lines [FIX] calendar : check start and end dates, an event cannot end before its start ---------------------------------------------- r15936 | sept_7 | 2008-12-08 04:58:54 -0500 (Mon, 08 Dec 2008) | 2 lines [FIX] calendar : export to iCal now works... ---------------------------------------------- r15929 | nyloth | 2008-12-05 17:37:01 -0500 (Fri, 05 Dec 2008) | 9 lines [FIX] calendars: fixes for timezones * uses Tiki date functions instead of PHP native date functions + add new TikiLib::date_format2() function that uses date() format instead of strftime() format * no need to format a timestamp using 'U' format. It's already a timestamp... * fix minor bug in Tikidate::getTimezoneId() ---------------------------------------------- r15923 | Jyhem | 2008-12-05 13:52:06 -0500 (Fri, 05 Dec 2008) | 1 line [FIX] Now accepts batch-import of coma-separated lists of email mostly compliant with RFC 822 ---------------------------------------------- r15919 | nyloth | 2008-12-05 13:09:25 -0500 (Fri, 05 Dec 2008) | 1 line [FIX] oops ---------------------------------------------- r15918 | nyloth | 2008-12-05 13:01:25 -0500 (Fri, 05 Dec 2008) | 13 lines [NEW][MOD] calendars: revamping of calendars + new features * New look of calendars in every views, especially in week view which is now displayed with hours details. Events on multiple days are also better displayed. In week view, when there is more than 3 events, a special zone will be displayed and the overbox will contain all details, * New recurrence feature to have the same event each week/month/year between two dates or for X occurences. An event from an occurence can be modified later. When modifying an event from a recurrence, TikiWiki will ask the user if he wants to change only the current event, all the events of the recurence, or events of the recurence which were not already modified, * New iCal export feature, * New option to choose the calendars to display by default. Also keep in database the user last calendar choices in order to keep use the same filter when he comes back, * New "standard colors" when creating a calendar to ease the choice of calendar colors ---------------------------------------------- r15917 | nyloth | 2008-12-05 12:38:41 -0500 (Fri, 05 Dec 2008) | 1 line [FIX][MOD] self_link and query smarty plugins: correctly handle new xajax libs + add a _style param to self_link. ---------------------------------------------- r15916 | nyloth | 2008-12-05 12:36:31 -0500 (Fri, 05 Dec 2008) | 1 line [MOD] filegals upload: add a note indicating the max file size that can be uploaded ---------------------------------------------- r15912 | sylvieg | 2008-12-05 11:02:24 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]attach: fix attach button open by default ---------------------------------------------- r15911 | sylvieg | 2008-12-05 10:49:58 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]comments: bew param to button to have the feature comments open by default working ---------------------------------------------- r15909 | sept_7 | 2008-12-05 10:01:25 -0500 (Fri, 05 Dec 2008) | 3 lines [ENH] categorize.tpl : better layout and style... all in transitions/2.0to3.0.css ---------------------------------------------- r15908 | sylvieg | 2008-12-05 09:23:06 -0500 (Fri, 05 Dec 2008) | 1 line [MOD]comments: gather all the code about comments button in a tpl ---------------------------------------------- r15907 | alain_desilets | 2008-12-05 09:19:24 -0500 (Fri, 05 Dec 2008) | 1 line - Still working on automatic paralel text alignment. ---------------------------------------------- r15906 | sept_7 | 2008-12-05 08:53:58 -0500 (Fri, 05 Dec 2008) | 3 lines [FIX] autosave : fix pb with preview mode not showing the good content in the edit box :( ---------------------------------------------- r15905 | sept_7 | 2008-12-05 08:45:47 -0500 (Fri, 05 Dec 2008) | 3 lines [FIX] mouseoverplugin : really don't parse data when not asked to. to parse wiki syntax use the parse parameter ---------------------------------------------- r15904 | sylvieg | 2008-12-05 08:33:04 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]find: clear - clear also the filed lang,... ---------------------------------------------- r15903 | sylvieg | 2008-12-05 07:56:13 -0500 (Fri, 05 Dec 2008) | 1 line [FIX]darkroom: find + autocompleter tuning ---------------------------------------------- r15902 | Jyhem | 2008-12-05 04:59:50 -0500 (Fri, 05 Dec 2008) | 1 line [FIX] When one is not logged in, the meaningful message is to login, not an error. This is the way it used to work ---------------------------------------------- r15900 | pkdille | 2008-12-04 16:45:25 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] & [KIL] replace pagination.php/tpl with pagination_links in 2 grids. Remove pagination.php/tpl which is no more used ---------------------------------------------- r15899 | pkdille | 2008-12-04 16:16:42 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] indenting code - no changes ---------------------------------------------- r15897 | sylvieg | 2008-12-04 13:42:12 -0500 (Thu, 04 Dec 2008) | 1 line [FIX]gal: good pagination if find not empty + clear find needs to keep param as galleryId+ use find.tpl ---------------------------------------------- r15895 | lphuberdeau | 2008-12-04 11:58:04 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] Adding support for file galleries in the thumbnail plugin ---------------------------------------------- r15894 | lphuberdeau | 2008-12-04 10:51:39 -0500 (Thu, 04 Dec 2008) | 1 line [FIX] Edge case where no parameters are defined and short syntax was used for plugins in annotation plugin ---------------------------------------------- r15891 | Jyhem | 2008-12-04 05:02:40 -0500 (Thu, 04 Dec 2008) | 1 line [MOD] Correct translation tense ---------------------------------------------- r15890 | pkdille | 2008-12-03 16:21:27 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] pagination links: deploy to some templates ---------------------------------------------- r15889 | jonnybradley | 2008-12-03 12:44:39 -0500 (Wed, 03 Dec 2008) | 2 lines [ENH] Allow fgal popup to stay open during page editing. Uses checkbox inside the popup (defaults to not). TODO: WYSIWYG "Browse server" button opens a new popup everytime - should check if fgals_window is already open (how?) ---------------------------------------------- r15888 | pkdille | 2008-12-03 12:19:05 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] deploy pagination lins to some templates ---------------------------------------------- r15887 | sylvieg | 2008-12-03 11:35:05 -0500 (Wed, 03 Dec 2008) | 1 line missing doc ---------------------------------------------- r15886 | jonnybradley | 2008-12-03 11:17:00 -0500 (Wed, 03 Dec 2008) | 1 line [FIX] Shadowbox attribute stopping filegals_manager mode working when editing pages ---------------------------------------------- r15885 | pkdille | 2008-12-03 10:56:13 -0500 (Wed, 03 Dec 2008) | 1 line [FIX] directory admin related: fix the form ---------------------------------------------- r15883 | pkdille | 2008-12-03 07:58:46 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] indent code - no changes ---------------------------------------------- r15882 | pkdille | 2008-12-03 02:55:42 -0500 (Wed, 03 Dec 2008) | 1 line [MOD] look: remove <br>'s above pagination_links ---------------------------------------------- r15881 | chibaguy | 2008-12-02 22:41:47 -0500 (Tue, 02 Dec 2008) | 1 line [ENH] New sitetitles div to contain sitetitle and subtitle divs, to apply margin, etc. uniformly. ---------------------------------------------- r15880 | chibaguy | 2008-12-02 19:55:26 -0500 (Tue, 02 Dec 2008) | 1 line [FIX] Remove empty line. ---------------------------------------------- r15879 | chibaguy | 2008-12-02 19:49:27 -0500 (Tue, 02 Dec 2008) | 1 line [FIX] Removing "design by..." since the themes have become collaborations. ---------------------------------------------- r15878 | sylvieg | 2008-12-02 18:16:38 -0500 (Tue, 02 Dec 2008) | 1 line [MOD]actionlog: be able to change contributors of an action + do not loose contributors when changinf contributions ---------------------------------------------- r15877 | pkdille | 2008-12-02 17:17:47 -0500 (Tue, 02 Dec 2008) | 1 line [MOD] deploy pagination links to some mplates ---------------------------------------------- r15876 | alain_desilets | 2008-12-02 16:00:49 -0500 (Tue, 02 Dec 2008) | 1 line - Shortest path algorithm now works fine. ---------------------------------------------- r15875 | sylvieg | 2008-12-02 15:53:09 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]trackerlist: fields is opotional ---------------------------------------------- r15874 | pkdille | 2008-12-02 15:42:27 -0500 (Tue, 02 Dec 2008) | 1 line [MOD] deploy pagination links to some templates ---------------------------------------------- r15873 | sylvieg | 2008-12-02 14:59:14 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]darkroom: fix td class=button in page history ---------------------------------------------- r15872 | sylvieg | 2008-12-02 13:37:57 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]calendar: in view list mode, it seems not appropriate to show events before focus date. It seems better to display one week/month.. events ahead ---------------------------------------------- r15871 | pkdille | 2008-12-02 11:29:02 -0500 (Tue, 02 Dec 2008) | 1 line [MOD] code indentation - no changes ---------------------------------------------- r15870 | sylvieg | 2008-12-02 10:09:23 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]newsletter: stupid message - if there is no newsletter do not say you do not have perm ---------------------------------------------- r15869 | sept_7 | 2008-12-02 09:17:12 -0500 (Tue, 02 Dec 2008) | 2 lines [FIX] images library : better error handling... Don't crash. ---------------------------------------------- r15867 | sylvieg | 2008-12-02 08:33:56 -0500 (Tue, 02 Dec 2008) | 1 line [FIX]tracker: Attachment with same name were overwritting each other ---------------------------------------------- r15866 | alain_desilets | 2008-12-02 08:17:08 -0500 (Tue, 02 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15865 | sylvieg | 2008-12-01 18:50:07 -0500 (Mon, 01 Dec 2008) | 1 line pagination ---------------------------------------------- r15864 | sylvieg | 2008-12-01 17:40:42 -0500 (Mon, 01 Dec 2008) | 1 line [MOD]tracker: new param to page selector to create the page if does not exit copy of another page ---------------------------------------------- r15861 | pkdille | 2008-12-01 16:36:06 -0500 (Mon, 01 Dec 2008) | 1 line [MOD] remove useless commented code ---------------------------------------------- r15860 | ricks99 | 2008-12-01 15:41:36 -0500 (Mon, 01 Dec 2008) | 1 line updated dependencies, show time/date examples ---------------------------------------------- r15859 | sewilco | 2008-12-01 15:28:28 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] restore db/features.csv apparently deleted in error in 15855. ---------------------------------------------- r15858 | pkdille | 2008-12-01 14:58:40 -0500 (Mon, 01 Dec 2008) | 1 line [MOD] remove useless (some are very old) comments in files ---------------------------------------------- r15857 | ricks99 | 2008-12-01 14:12:40 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]Use the site_crumb_seper from the preferences instead of hardcoding "::" ---------------------------------------------- r15855 | ricks99 | 2008-12-01 14:06:36 -0500 (Mon, 01 Dec 2008) | 1 line updated dependencies, show time/date examples ---------------------------------------------- r15854 | sylvieg | 2008-12-01 13:53:31 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]trackerlist: view=page must also select the item associated to a page even if the item was not created from the page ---------------------------------------------- r15853 | sylvieg | 2008-12-01 13:20:29 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]menu: fix type perm+ key yellow or green if perms+ pagination + button ---------------------------------------------- r15851 | alain_desilets | 2008-12-01 13:12:50 -0500 (Mon, 01 Dec 2008) | 1 line - Implemented a shortest path algorithm. ---------------------------------------------- r15850 | alain_desilets | 2008-12-01 13:06:45 -0500 (Mon, 01 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15849 | marclaporte | 2008-12-01 11:58:58 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] fix test failed message ---------------------------------------------- r15848 | marclaporte | 2008-12-01 11:57:03 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] dos2unix ---------------------------------------------- r15847 | pkdille | 2008-12-01 11:41:26 -0500 (Mon, 01 Dec 2008) | 1 line [FIX] block textarea: add quicktagslib global var ---------------------------------------------- r15846 | sylvieg | 2008-12-01 10:56:58 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]fgal: sync add comment button with box ---------------------------------------------- r15845 | sylvieg | 2008-12-01 10:21:39 -0500 (Mon, 01 Dec 2008) | 1 line [FIX]menu: site menu can also be done with CSS menus: If the feature phplayers is not activated ---------------------------------------------- r15844 | sylvieg | 2008-12-01 09:57:17 -0500 (Mon, 01 Dec 2008) | 1 line button + black background for white text for darkroom ---------------------------------------------- r15843 | alain_desilets | 2008-12-01 09:48:42 -0500 (Mon, 01 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15842 | pkdille | 2008-12-01 09:36:33 -0500 (Mon, 01 Dec 2008) | 1 line [MOD] code indentation - no changes ---------------------------------------------- r15841 | ricks99 | 2008-12-01 09:12:23 -0500 (Mon, 01 Dec 2008) | 1 line [NEW]add new colwidth parameter to specify the width of the the first (label) column when creating tracker forms. Also fixed the formatting for type 'h' (header) fields. ---------------------------------------------- r15838 | sylvieg | 2008-12-01 08:12:27 -0500 (Mon, 01 Dec 2008) | 1 line syntax ---------------------------------------------- r15836 | alain_desilets | 2008-12-01 05:05:46 -0500 (Mon, 01 Dec 2008) | 1 line - Started working on classes for segmenting and aligning bilingual parallel texts. ---------------------------------------------- r15835 | sewilco | 2008-11-30 22:22:31 -0500 (Sun, 30 Nov 2008) | 1 line [NEW] remove debugging from SHARE plugin. My bad. ---------------------------------------------- r15834 | sewilco | 2008-11-30 22:16:45 -0500 (Sun, 30 Nov 2008) | 1 line [NEW] Add SHARE plugin for flexible social networking control. ---------------------------------------------- r15833 | gillesm | 2008-11-30 17:48:47 -0500 (Sun, 30 Nov 2008) | 1 line [ENH] object user permissions for menus ---------------------------------------------- r15832 | gillesm | 2008-11-30 17:27:54 -0500 (Sun, 30 Nov 2008) | 2 lines [FIX] change of name end ---------------------------------------------- r15831 | gillesm | 2008-11-30 17:26:30 -0500 (Sun, 30 Nov 2008) | 2 lines [FIX] Change of name of schema file ---------------------------------------------- r15830 | gillesm | 2008-11-30 17:25:41 -0500 (Sun, 30 Nov 2008) | 2 lines [FIX] mispell fix ---------------------------------------------- r15829 | gillesm | 2008-11-30 15:50:12 -0500 (Sun, 30 Nov 2008) | 1 line [ENH] Object Permission for menus ---------------------------------------------- r15828 | pkdille | 2008-11-30 14:54:29 -0500 (Sun, 30 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15826 | gillesm | 2008-11-30 11:30:12 -0500 (Sun, 30 Nov 2008) | 1 line [fix] Editor mistake ---------------------------------------------- r15825 | gillesm | 2008-11-30 10:53:04 -0500 (Sun, 30 Nov 2008) | 1 line [FIX] Oups mistake ---------------------------------------------- r15824 | gillesm | 2008-11-30 10:51:39 -0500 (Sun, 30 Nov 2008) | 1 line [ENH] templates don't show group alert if freature is desabled ---------------------------------------------- r15823 | sylvieg | 2008-11-29 17:42:50 -0500 (Sat, 29 Nov 2008) | 1 line [MOD]darkroom: some styles for horiz css menu ---------------------------------------------- r15822 | pkdille | 2008-11-29 17:37:28 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15821 | pkdille | 2008-11-29 15:09:14 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15820 | pkdille | 2008-11-29 10:56:59 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] deploy pagination_links to some templates ---------------------------------------------- r15819 | pkdille | 2008-11-29 10:32:17 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] deploy pagination_links to some templates ---------------------------------------------- r15818 | pkdille | 2008-11-29 02:15:42 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15817 | pkdille | 2008-11-29 01:28:06 -0500 (Sat, 29 Nov 2008) | 1 line [MOD] last blog post module: xhtml validation ---------------------------------------------- r15814 | sylvieg | 2008-11-28 18:16:15 -0500 (Fri, 28 Nov 2008) | 1 line [FIX]darkroom: highlight current view+ icon ---------------------------------------------- r15812 | pkdille | 2008-11-28 17:49:51 -0500 (Fri, 28 Nov 2008) | 1 line [MOD] pagination_links: deploy to some templates ---------------------------------------------- r15810 | pkdille | 2008-11-28 17:39:10 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] find.tpl: xhtml ---------------------------------------------- r15808 | pkdille | 2008-11-28 16:10:29 -0500 (Fri, 28 Nov 2008) | 1 line [MOD] quiz: indent templates ---------------------------------------------- r15798 | pkdille | 2008-11-28 12:28:09 -0500 (Fri, 28 Nov 2008) | 1 line [MOD] quizz: deploy pagination_links to some templates ---------------------------------------------- r15797 | sept_7 | 2008-11-28 12:25:22 -0500 (Fri, 28 Nov 2008) | 2 lines [FIX] autosave : better fix to a pb reported by jonny B ---------------------------------------------- r15796 | jonnybradley | 2008-11-28 12:15:40 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] More temp/cache ignores (missed one) ---------------------------------------------- r15795 | jonnybradley | 2008-11-28 12:11:11 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] More temp/cache ignores ---------------------------------------------- r15793 | jonnybradley | 2008-11-28 11:07:58 -0500 (Fri, 28 Nov 2008) | 4 lines [ENH] Added feature_ajax_autosave and implement TODO Magic ---------------------------------------------- r15792 | jonnybradley | 2008-11-28 11:02:21 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] Only remove_save on what we've put into auto_save_id[], not all the mootools objects, or whatever they are (didn't actually fix my problem, see next commit) ---------------------------------------------- r15786 | jonnybradley | 2008-11-28 09:05:04 -0500 (Fri, 28 Nov 2008) | 4 lines [FIX] Stops JS error when no menu cookie present. Doesn't do what it's supposed to though (set default section show/hide states), because this is being fired before the DOM is ready, i think. TODO Move to after "domready" (but how to do that also without MooTools?) ---------------------------------------------- r15785 | jonnybradley | 2008-11-28 08:26:16 -0500 (Fri, 28 Nov 2008) | 1 line [FIX] Help button in front of modules ---------------------------------------------- r15784 | sylvieg | 2008-11-27 16:41:53 -0500 (Thu, 27 Nov 2008) | 1 line [MOD]upcoming_events: new params: showDescription, showEnd, showColor+fix date_format ---------------------------------------------- r15783 | pkdille | 2008-11-27 16:38:45 -0500 (Thu, 27 Nov 2008) | 1 line [MOD] pagination links: deploy to some templates ---------------------------------------------- r15782 | pkdille | 2008-11-27 15:54:52 -0500 (Thu, 27 Nov 2008) | 1 line [MOD] user files: deploy pagination links ---------------------------------------------- r15781 | pkdille | 2008-11-27 15:16:19 -0500 (Thu, 27 Nov 2008) | 1 line [MOD] user tasks: deploy pagination links ---------------------------------------------- r15779 | sylvieg | 2008-11-27 12:38:41 -0500 (Thu, 27 Nov 2008) | 1 line tr ---------------------------------------------- r15778 | lphuberdeau | 2008-11-27 12:33:36 -0500 (Thu, 27 Nov 2008) | 1 line [FIX] \n would be added for no apparent reason, moving JS to header ---------------------------------------------- r15777 | sylvieg | 2008-11-27 10:26:36 -0500 (Thu, 27 Nov 2008) | 1 line [MOD]feature: create a feature groupofalert as it can be consumming ressource on large sites ---------------------------------------------- r15776 | sylvieg | 2008-11-27 09:53:36 -0500 (Thu, 27 Nov 2008) | 1 line [FIX] missing feature_comments_moderation? ---------------------------------------------- r15775 | sylvieg | 2008-11-27 08:48:13 -0500 (Thu, 27 Nov 2008) | 1 line [FIX]categ: feature needs to be checked - thx bem ---------------------------------------------- r15774 | jonnybradley | 2008-11-27 07:02:09 -0500 (Thu, 27 Nov 2008) | 1 line [FIX] Handle changing theme (style) options better. Remove correct file from $headerlib and cope with empty ('None') option. ---------------------------------------------- r15770 | sylvieg | 2008-11-26 17:34:11 -0500 (Wed, 26 Nov 2008) | 1 line [FIX]calendar: do not loose the already entered event data when changing calendar + change onchange and not onclick for usability ---------------------------------------------- r15768 | sylvieg | 2008-11-26 16:35:50 -0500 (Wed, 26 Nov 2008) | 1 line [FIX]darkroom: each thumbnail with same height+ a border, findtable with some space + zombie shadow of icons in fgal (tested FF, IE6,IE7, OP9) ---------------------------------------------- r15767 | pkdille | 2008-11-26 16:25:09 -0500 (Wed, 26 Nov 2008) | 1 line [MOD] tiki-webmail: deploy initials_filter_links to this grids ---------------------------------------------- r15766 | pkdille | 2008-11-26 15:49:09 -0500 (Wed, 26 Nov 2008) | 1 line [MOD] tiki-contacts: deploy initials_filter_links to this grid ---------------------------------------------- r15765 | pkdille | 2008-11-26 15:37:29 -0500 (Wed, 26 Nov 2008) | 1 line [MOD] smarty function initials_filter_links: give a css selector to this code (which is already used) ---------------------------------------------- r15764 | jonnybradley | 2008-11-26 13:43:48 -0500 (Wed, 26 Nov 2008) | 1 line [FIX] Allow None as a style_option in theme control ---------------------------------------------- r15763 | sewilco | 2008-11-26 12:20:51 -0500 (Wed, 26 Nov 2008) | 1 line [NEW] Add SHARETHIS plugin to db/features.csv ---------------------------------------------- r15762 | chibaguy | 2008-11-26 01:45:16 -0500 (Wed, 26 Nov 2008) | 1 line [FIX] siteloginbar position fixed, etc. ---------------------------------------------- r15760 | sewilco | 2008-11-25 18:32:59 -0500 (Tue, 25 Nov 2008) | 1 line [NEW] SHARETHIS plugin for Share This social bookmarking popup window, by Andrew Hafferman. ---------------------------------------------- r15759 | kerrnel22 | 2008-11-25 17:28:03 -0500 (Tue, 25 Nov 2008) | 1 line [NEW] Adding Ping.php pear lib unchanged from version that's on the Pear website. This is in anticipation of the ping macro that's forthcoming. ---------------------------------------------- r15758 | kerrnel22 | 2008-11-25 16:32:20 -0500 (Tue, 25 Nov 2008) | 1 line [DOC] Updated header of trackerlib to a phpdoc-friendly header. Also enabled Id and Rev SVN tags. As I work on files, I'll be continuing to add documentation, however in fairness to the SVN reviewers, documentation unrelated to actual coding changes will occur in their own commits, separating the two actions. ---------------------------------------------- r15756 | kerrnel22 | 2008-11-25 16:10:19 -0500 (Tue, 25 Nov 2008) | 1 line [MOD] Changed tracker type field to 15 char length to accommodate more descriptive types and to facilitate moving to more descriptive standard. ---------------------------------------------- r15755 | sylvieg | 2008-11-25 15:15:44 -0500 (Tue, 25 Nov 2008) | 1 line [MOD]calendar: add calendar color in view list too + default colors are none to avoid bad style on dark styles ---------------------------------------------- r15754 | sylvieg | 2008-11-25 13:37:59 -0500 (Tue, 25 Nov 2008) | 1 line [FIX]icon: replace with an icon in an autorized smarty directory (as not sure about the orign of the other one, stick with the famfam icons ---------------------------------------------- r15753 | sylvieg | 2008-11-25 12:10:44 -0500 (Tue, 25 Nov 2008) | 1 line [FIX]category: rollback 15691 because now object with a category with a special perm can be seen without perm checking ---------------------------------------------- r15751 | sylvieg | 2008-11-25 11:17:07 -0500 (Tue, 25 Nov 2008) | 1 line [FIX]image gal: when looking for visible gals, do not check public - public is only for download ---------------------------------------------- r15750 | sylvieg | 2008-11-25 08:12:46 -0500 (Tue, 25 Nov 2008) | 1 line [MOD] the params are already in options - thx lph ---------------------------------------------- r15749 | sylvieg | 2008-11-24 18:48:38 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]parsing: when using wyswyg and if auto-mono-spaced in on and as fck puts space before <li>, the space before <li> is interpreted as a <tt> => do not do this when your are in html as space are not significant ---------------------------------------------- r15748 | pkdille | 2008-11-24 17:20:42 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] indent code - no changes ---------------------------------------------- r15747 | pkdille | 2008-11-24 17:06:18 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] admin groups: deploy pagination_links ---------------------------------------------- r15746 | pkdille | 2008-11-24 16:39:25 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] tiki-notepad: deploy pagination_links ---------------------------------------------- r15745 | jonnybradley | 2008-11-24 14:00:15 -0500 (Mon, 24 Nov 2008) | 4 lines [ENH] New prefs for positioning wiki page top and bottom "bars" ('page_bar_position' and 'wiki_topline_position') TODO Magic admin (still trying) ---------------------------------------------- r15744 | sylvieg | 2008-11-24 13:11:57 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]trackerlist: document export ---------------------------------------------- r15743 | sylvieg | 2008-11-24 12:02:28 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]tracker: reintroduce export in admin page to be nice with users ---------------------------------------------- r15742 | sylvieg | 2008-11-24 12:01:53 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]tracker: right perm check ---------------------------------------------- r15740 | sylvieg | 2008-11-24 09:24:16 -0500 (Mon, 24 Nov 2008) | 1 line missing global ---------------------------------------------- r15736 | sylvieg | 2008-11-24 08:44:35 -0500 (Mon, 24 Nov 2008) | 1 line [FIX]search: take away the general perm checking as perms can be redefined for each object (ex: Anononymous have no tiki_p_view - but tiki_p_view for only some pages) ---------------------------------------------- r15733 | pkdille | 2008-11-24 07:55:18 -0500 (Mon, 24 Nov 2008) | 1 line [MOD] tiki-contacts: remove <div align="center"> as decided during tikifest (reindent code). Remove link class of the "<a href" tags in alphafilter span ---------------------------------------------- r15732 | pkdille | 2008-11-23 17:40:42 -0500 (Sun, 23 Nov 2008) | 1 line [MOD] indenting code - no changes ---------------------------------------------- r15729 | rischconsulting | 2008-11-21 18:21:53 -0500 (Fri, 21 Nov 2008) | 1 line blank line at end after } killed ajax in FF3. See Rev 15688 ---------------------------------------------- r15728 | sylvieg | 2008-11-21 17:24:49 -0500 (Fri, 21 Nov 2008) | 1 line [FIX]prefs: put into a prefs the login pattern+ add space and ' ---------------------------------------------- r15727 | sylvieg | 2008-11-21 17:05:51 -0500 (Fri, 21 Nov 2008) | 1 line [MOD]trackerlist: option export to have a buttom linked to the export page where selected fields and filters from TRACKERFILTER or param filterfields will be preselected ---------------------------------------------- r15726 | sylvieg | 2008-11-21 16:43:09 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] take away useof cache (rev:15716-15587) The cache has not the same format: QUestion: what is better change the cache format and the API get_group_permission or not use cache (one query) ---------------------------------------------- r15725 | sewilco | 2008-11-21 16:24:40 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] remove my silly newline ---------------------------------------------- r15724 | sewilco | 2008-11-21 16:18:12 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] view_article titles link to the articles. marclaporte's tracker item number unavailable at moment. ---------------------------------------------- r15722 | rook1666 | 2008-11-21 14:19:09 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] Added field 'allday' tinyint(1) to tiki_calendar_items for allday-support ---------------------------------------------- r15721 | rook1666 | 2008-11-21 14:17:23 -0500 (Fri, 21 Nov 2008) | 1 line [FIX] Added field 'allday' tinyint(1) to tiki_calendar_items for allday-support ---------------------------------------------- r15720 | aproulx | 2008-11-21 13:10:35 -0500 (Fri, 21 Nov 2008) | 1 line updating code for categories in imags Galleries ---------------------------------------------- r15717 | sept_7 | 2008-11-21 12:40:31 -0500 (Fri, 21 Nov 2008) | 2 lines [FIX] filegals : delete unneeded perm, Sylvie is right... ---------------------------------------------- r15716 | sept_7 | 2008-11-21 11:54:58 -0500 (Fri, 21 Nov 2008) | 3 lines [BPB] BPB for Nyloth :D [FIX] filegals and others : fix permissions setting ... ---------------------------------------------- r15715 | Jyhem | 2008-11-21 11:51:55 -0500 (Fri, 21 Nov 2008) | 1 line [ENH] Some more capitalization ---------------------------------------------- r15714 | sylvieg | 2008-11-21 10:37:19 -0500 (Fri, 21 Nov 2008) | 1 line [FIX]tracker: to have computed on computed ---------------------------------------------- r15713 | sylvieg | 2008-11-21 08:49:21 -0500 (Fri, 21 Nov 2008) | 1 line [FIX]trackers: partiel fix: sort on computer fields: now save the value of the computed field in the database. But will work only if the computed field uses simple field - not field from another item. The items must be resaved to be sorted ---------------------------------------------- r15712 | rischconsulting | 2008-11-20 19:04:39 -0500 (Thu, 20 Nov 2008) | 1 line Scoping error reintroduced. See 15368 ---------------------------------------------- r15711 | pkdille | 2008-11-20 18:42:02 -0500 (Thu, 20 Nov 2008) | 1 line [MOD] deploy smarty button ---------------------------------------------- r15710 | pkdille | 2008-11-20 18:37:07 -0500 (Thu, 20 Nov 2008) | 1 line [KIL] tiki-blog_post for simple theme: remove forked file which is broken for wysiwyg/non wysiwyg switch and has, anyway, the same look than the original one ---------------------------------------------- r15709 | johannesmoser | 2008-11-20 17:58:29 -0500 (Thu, 20 Nov 2008) | 12 lines Added additional functionality to the tikiwiki polls * better usability * settings for vote authenticy * better layout for polls in wiki pages database * new table for votes * new column in tiki_polls minor changes * load data -> update database race condition * shows titles of polloptions ---------------------------------------------- r15708 | rlpowell | 2008-11-20 17:40:12 -0500 (Thu, 20 Nov 2008) | 2 lines Two new poll option: show the users who voted, and allow vote changing. ---------------------------------------------- r15707 | aproulx | 2008-11-20 15:44:59 -0500 (Thu, 20 Nov 2008) | 1 line new file for schema ---------------------------------------------- r15706 | sylvieg | 2008-11-20 15:43:08 -0500 (Thu, 20 Nov 2008) | 1 line [FIX]article: last_articles was not showing img - thx mplvolt ---------------------------------------------- r15705 | aproulx | 2008-11-20 15:30:16 -0500 (Thu, 20 Nov 2008) | 1 line oups remove {debug} ---------------------------------------------- r15704 | aproulx | 2008-11-20 15:22:08 -0500 (Thu, 20 Nov 2008) | 1 line [MOD] add checkbox categories in tiki-gallery form and updating imagegallib ---------------------------------------------- r15703 | sylvieg | 2008-11-20 12:54:41 -0500 (Thu, 20 Nov 2008) | 1 line [MOD]tracker: move export from admin to view tracker page + new perm to export + some fix on perm when exporting field with special perms ---------------------------------------------- r15702 | jonnybradley | 2008-11-20 10:43:45 -0500 (Thu, 20 Nov 2008) | 1 line [FIX] Incorrect div#siteloginbar closing tag position ---------------------------------------------- r15701 | jonnybradley | 2008-11-20 10:36:18 -0500 (Thu, 20 Nov 2008) | 1 line [FIX] Mend bad layout caused by my site_header changes on darkroom, thenews and tikinewt themes ---------------------------------------------- r15700 | aproulx | 2008-11-20 10:23:12 -0500 (Thu, 20 Nov 2008) | 1 line [MOD] little changes and indents ---------------------------------------------- r15699 | jonnybradley | 2008-11-20 09:53:31 -0500 (Thu, 20 Nov 2008) | 1 line [FIX] Edit category was being prevented by check for duplicate new one ---------------------------------------------- r15698 | rlpowell | 2008-11-19 18:45:36 -0500 (Wed, 19 Nov 2008) | 2 lines Order matters. ---------------------------------------------- r15697 | aproulx | 2008-11-19 16:14:24 -0500 (Wed, 19 Nov 2008) | 1 line adding class in 2.0to3.0.css for category list in image gallery ---------------------------------------------- r15696 | sylvieg | 2008-11-19 16:12:39 -0500 (Wed, 19 Nov 2008) | 1 line rename ---------------------------------------------- r15695 | jonnybradley | 2008-11-19 15:26:28 -0500 (Wed, 19 Nov 2008) | 1 line [ENH] Add support for theme options to theme control (categories only so far) ---------------------------------------------- r15694 | jonnybradley | 2008-11-19 15:25:03 -0500 (Wed, 19 Nov 2008) | 1 line [FIX] Set no style_option to empty properly when no options ---------------------------------------------- r15693 | aproulx | 2008-11-19 15:04:32 -0500 (Wed, 19 Nov 2008) | 1 line [MOD] adding class in tikineat for category list in image gallery ---------------------------------------------- r15692 | aproulx | 2008-11-19 14:04:08 -0500 (Wed, 19 Nov 2008) | 1 line [ADD] add categories listing for image in tiki-browse_gallery.php ---------------------------------------------- r15691 | jonnybradley | 2008-11-19 13:35:23 -0500 (Wed, 19 Nov 2008) | 1 line [FIX] Added group check to get_object_categories_perms() (Anonymous couldn't view categorized objects) ---------------------------------------------- r15690 | jonnybradley | 2008-11-19 11:11:34 -0500 (Wed, 19 Nov 2008) | 3 lines [ENH] Siteheader: Added siteloginbar.logged-in class for more control and re-ordered elements to be more logical and shorter. Changed a couple of divs to spans. Added CSS defs to improve layout (in tikineat.css only so far) ---------------------------------------------- r15689 | sylvieg | 2008-11-19 10:29:04 -0500 (Wed, 19 Nov 2008) | 1 line [FIX]darkroom: update findtable + some space around navbar ---------------------------------------------- r15688 | sylvieg | 2008-11-19 10:18:04 -0500 (Wed, 19 Nov 2008) | 1 line [MOD]modules: take away the ?> at the end because if there is an empty line after ?>, ajax will not work ---------------------------------------------- r15687 | jonnybradley | 2008-11-19 10:16:59 -0500 (Wed, 19 Nov 2008) | 1 line [ENH] Add remember me checkbox if optional ---------------------------------------------- r15686 | sylvieg | 2008-11-19 10:07:09 -0500 (Wed, 19 Nov 2008) | 1 line rollback 15680 ---------------------------------------------- r15684 | sept_7 | 2008-11-19 04:46:59 -0500 (Wed, 19 Nov 2008) | 2 lines [ENH] filgals : put a pagination block at the top of the list if maxRecords > 20 ---------------------------------------------- r15683 | sept_7 | 2008-11-19 04:41:21 -0500 (Wed, 19 Nov 2008) | 2 lines [FIX] fix button function and auto_query_args : don't nullify auto_query_args ---------------------------------------------- r15681 | sylvieg | 2008-11-18 15:41:28 -0500 (Tue, 18 Nov 2008) | 1 line [FIX]smarty: strip is a nested tag->if you have a better idea to avoid the smarty error, welcome ---------------------------------------------- r15680 | sylvieg | 2008-11-18 15:31:33 -0500 (Tue, 18 Nov 2008) | 1 line fix ajax pagination ---------------------------------------------- r15679 | pkdille | 2008-11-18 15:06:34 -0500 (Tue, 18 Nov 2008) | 1 line [KIL] tiki_pages.tpl: remove unused file ---------------------------------------------- r15678 | sylvieg | 2008-11-18 14:33:42 -0500 (Tue, 18 Nov 2008) | 1 line useless code ---------------------------------------------- r15676 | sylvieg | 2008-11-18 14:25:19 -0500 (Tue, 18 Nov 2008) | 1 line pagination ---------------------------------------------- r15675 | sylvieg | 2008-11-18 14:17:48 -0500 (Tue, 18 Nov 2008) | 1 line [FIX]tracker: pagination + memo descriptionIsPardes ---------------------------------------------- r15674 | pkdille | 2008-11-18 14:16:21 -0500 (Tue, 18 Nov 2008) | 1 line [MOD] find.tpl: change html structure from divs to a list. This will give more flexibility for changing the style of find sections. Every single part has a css selector. Transition is managed in transition style sheet. ---------------------------------------------- r15673 | sept_7 | 2008-11-18 11:53:26 -0500 (Tue, 18 Nov 2008) | 2 lines [FIX] filegals+shadowbox+ajax : fix shadow box with ajax ---------------------------------------------- r15672 | sylvieg | 2008-11-18 10:55:38 -0500 (Tue, 18 Nov 2008) | 1 line [MOD]fgal: add a upload button when listing all the fgals ---------------------------------------------- r15671 | sylvieg | 2008-11-18 09:18:30 -0500 (Tue, 18 Nov 2008) | 1 line [MOD]fgal: string to explain what is a public gallery ---------------------------------------------- r15670 | sylvieg | 2008-11-18 09:13:44 -0500 (Tue, 18 Nov 2008) | 1 line [FIX]fgal: a gal is public by default + simplify by using gal_info in smarty + fix strip name when save ---------------------------------------------- r15669 | sept_7 | 2008-11-18 03:26:20 -0500 (Tue, 18 Nov 2008) | 2 lines [FIX] missing Ajax API changes... noticed by Sylvieg, thanx. ---------------------------------------------- r15668 | sylvieg | 2008-11-17 19:00:37 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]fgal: oops: need also to have the list of all galleries when moving files ->todo get the list with ajax ---------------------------------------------- r15665 | sewilco | 2008-11-17 17:22:46 -0500 (Mon, 17 Nov 2008) | 1 line [FIX] No code change, only reformatting indentation. ---------------------------------------------- r15664 | niclone | 2008-11-17 17:15:16 -0500 (Mon, 17 Nov 2008) | 3 lines [FIX] tikilib/parse_data: replacing of [url] was remplacing all the occurence of url (and not [url]) in the page ---------------------------------------------- r15663 | sewilco | 2008-11-17 16:41:10 -0500 (Mon, 17 Nov 2008) | 1 line [FIX] Use configured port during connect, add progress messages, add debug console messages. ---------------------------------------------- r15662 | sylvieg | 2008-11-17 15:49:57 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]fgal: no style in tpl - please do a class if needed: the galleries were trunkated with IE7 if too long ---------------------------------------------- r15659 | sylvieg | 2008-11-17 14:04:11 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]fgal: a tiki_p_admin_files_galleries was able to see the upload button on a private gallery but not able to see the gal in the list ---------------------------------------------- r15658 | sylvieg | 2008-11-17 13:47:02 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]articles: topic permissions were not checked ---------------------------------------------- r15656 | sylvieg | 2008-11-17 09:54:12 -0500 (Mon, 17 Nov 2008) | 1 line [FIX]ajax: missing define in the lib + setFlag instead of setFlags and move to non deprecated function ---------------------------------------------- r15655 | pkdille | 2008-11-17 09:25:08 -0500 (Mon, 17 Nov 2008) | 1 line [MOD] button smarty plugin ---------------------------------------------- r15654 | jonnybradley | 2008-11-17 09:00:15 -0500 (Mon, 17 Nov 2008) | 1 line [FIX] Don't store 'None' as the style_option and removed some unused smarty vars ---------------------------------------------- r15653 | jonnybradley | 2008-11-17 08:57:59 -0500 (Mon, 17 Nov 2008) | 3 lines [FIX] Problems with admin:look theme setting when mod-switch_theme enabled. Had to properly implement $pref['site_style'] (although it's still not initializing correctly). Also improvements in style_option handling. ---------------------------------------------- r15652 | gillesm | 2008-11-17 08:45:03 -0500 (Mon, 17 Nov 2008) | 3 lines [FIX] banner maxClicks in installer/schema ---------------------------------------------- r15651 | duebel | 2008-11-15 18:49:11 -0500 (Sat, 15 Nov 2008) | 5 lines [FIX] Attach file to notification when file is in database and not on disk An empty mime part was attached to notification emails when file was saved in database. Please fix STABLE branch, too. ---------------------------------------------- r15650 | chibaguy | 2008-11-15 18:43:16 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Tikisheet cell text/background color contrast fixed. ---------------------------------------------- r15649 | chibaguy | 2008-11-15 18:39:16 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Tikisheet cell text/background color contrast fixed. Default link color brightened to be more obvious. ---------------------------------------------- r15648 | luciash | 2008-11-15 17:47:08 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] display third level admin ul only when applicable ---------------------------------------------- r15647 | luciash | 2008-11-15 17:39:56 -0500 (Sat, 15 Nov 2008) | 1 line code indenting ---------------------------------------------- r15646 | duebel | 2008-11-15 17:26:58 -0500 (Sat, 15 Nov 2008) | 3 lines [ENH] Do not display "forum: topic" in ranking when forum is preselected. I want the module forum_last_topics to display only the topics when a forum is selected. Maybe this is not the right approach. Please correct me if I'm wrong. ---------------------------------------------- r15645 | duebel | 2008-11-15 16:15:37 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Join incomplete. Topic and forum were not matched. See tracker item 2148. Please also fix stable. ---------------------------------------------- r15644 | duebel | 2008-11-15 16:01:30 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Subject with non ASCII characters is not decoded when mail was sent with Thunderbird ---------------------------------------------- r15643 | lphuberdeau | 2008-11-15 12:36:05 -0500 (Sat, 15 Nov 2008) | 1 line [FIX] Button plugin broke the toggle ---------------------------------------------- r15642 | jonnybradley | 2008-11-14 18:59:44 -0500 (Fri, 14 Nov 2008) | 1 line [ENH] Allow list_style_options() to use other styles apart from $prefs['style'] (for forthcoming themecontrol functionality) ---------------------------------------------- r15641 | gillesm | 2008-11-14 12:12:08 -0500 (Fri, 14 Nov 2008) | 3 lines [NEW] You can now specify a maxclicks for each banner and not only a max impression ---------------------------------------------- r15640 | sept_7 | 2008-11-14 11:30:52 -0500 (Fri, 14 Nov 2008) | 2 lines [ENH] use Xajax 0.5rc2 ---------------------------------------------- r15637 | sept_7 | 2008-11-13 11:02:24 -0500 (Thu, 13 Nov 2008) | 3 lines [FIX] new help feature : if javascript is not enabled then show the help at the bottom of the page as requiered by sylvie. ---------------------------------------------- r15636 | sept_7 | 2008-11-13 10:51:02 -0500 (Thu, 13 Nov 2008) | 3 lines [ENH] Introduce autosave feature for wiki edition both for normal edition and WYSIWYG via a FCKEditor plugin... First draft. ---------------------------------------------- r15635 | sept_7 | 2008-11-13 04:10:05 -0500 (Thu, 13 Nov 2008) | 2 lines [FIX] filegals : if exif thumbnail is empty then set it to NULL ---------------------------------------------- r15633 | adren67 | 2008-11-12 18:48:53 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] revert mistake (off by one error ?) in one of the cleaning of suffix spaces ---------------------------------------------- r15632 | pkdille | 2008-11-12 17:07:55 -0500 (Wed, 12 Nov 2008) | 1 line [MOD] deploy smarty button ---------------------------------------------- r15631 | nyloth | 2008-11-12 16:44:00 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] filegals: empty more cache when removing a gallery ---------------------------------------------- r15630 | pkdille | 2008-11-12 16:35:19 -0500 (Wed, 12 Nov 2008) | 1 line [MOD] deploying smarty buttons ---------------------------------------------- r15629 | nyloth | 2008-11-12 16:19:24 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] filegals: when downloading file using session infos, do not get fgal_use_dir pref from db if it's already in session vars + fix handling images stored in DB ---------------------------------------------- r15628 | sept_7 | 2008-11-12 13:47:53 -0500 (Wed, 12 Nov 2008) | 3 lines [ENH] filegals : optimization on thumbnail generation if exif thumbnail exists... it is just six time faster ! ;p ---------------------------------------------- r15627 | sylvieg | 2008-11-12 12:01:12 -0500 (Wed, 12 Nov 2008) | 1 line [NEW]tracker: permission view_comments ---------------------------------------------- r15626 | niclone | 2008-11-12 11:32:50 -0500 (Wed, 12 Nov 2008) | 2 lines [FIX] better support for virtuals in setup script ---------------------------------------------- r15625 | sylvieg | 2008-11-12 10:48:15 -0500 (Wed, 12 Nov 2008) | 1 line [FIX]css: take away invalid comment ---------------------------------------------- r15624 | sept_7 | 2008-11-12 10:39:26 -0500 (Wed, 12 Nov 2008) | 2 lines [FIX] filegals : rework download_file optimization to work with AdoDB and PDO ---------------------------------------------- r15623 | sept_7 | 2008-11-12 10:23:55 -0500 (Wed, 12 Nov 2008) | 3 lines [ENH] filegals : thumbnail optimization use minimal function to have a twofold performance increase... ---------------------------------------------- r15621 | nyloth | 2008-11-12 05:35:52 -0500 (Wed, 12 Nov 2008) | 1 line [ENH] filegals: optimize thumbnails generation by using EXIF thumbnail if available (thanx sept_7). ---------------------------------------------- r15620 | nyloth | 2008-11-12 02:35:56 -0500 (Wed, 12 Nov 2008) | 1 line [ENH] filegals: add support of client cache (with etag and last-modified headers) + reduce download file memory usage + use DB hash for cache key instead of regenerating one + remove useless function and comments + some minor perf improvements ---------------------------------------------- r15619 | nyloth | 2008-11-12 02:32:30 -0500 (Wed, 12 Nov 2008) | 1 line [FIX] images lib: better handle some special error cases ---------------------------------------------- r15618 | pkdille | 2008-11-11 22:01:29 -0500 (Tue, 11 Nov 2008) | 1 line [MOD] deploy smarty button ---------------------------------------------- r15617 | pkdille | 2008-11-11 11:19:15 -0500 (Tue, 11 Nov 2008) | 1 line [MOD] tiki sheets: deploy smarty buttons ---------------------------------------------- r15616 | adren67 | 2008-11-11 08:39:25 -0500 (Tue, 11 Nov 2008) | 1 line [FIX] first round of removal of space suffix in translation strings (60 more to go) ---------------------------------------------- r15615 | sylvieg | 2008-11-11 08:15:36 -0500 (Tue, 11 Nov 2008) | 1 line [FIX]allow basename in smarty function ---------------------------------------------- r15614 | sylvieg | 2008-11-11 08:11:19 -0500 (Tue, 11 Nov 2008) | 1 line [FIX]error: 401 and 403 are both used for perms denied + repalce the {php} + some layout form darkroom ---------------------------------------------- r15613 | sylvieg | 2008-11-11 07:42:13 -0500 (Tue, 11 Nov 2008) | 1 line [FIX]missing global ---------------------------------------------- r15611 | nyloth | 2008-11-11 07:24:39 -0500 (Tue, 11 Nov 2008) | 1 line [ENH] get_strings.php: now fully handle punctuations at the end of strings (to reduce duplicates). This was already supported by 'tra' function, but not enough by get_strings.php. ---------------------------------------------- r15610 | pkdille | 2008-11-10 23:20:21 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] some smarty buttons ---------------------------------------------- r15609 | pkdille | 2008-11-10 23:18:06 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] indenting file ---------------------------------------------- r15608 | pkdille | 2008-11-10 17:50:42 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] smarty buttons in adminusers too ---------------------------------------------- r15607 | sylvieg | 2008-11-10 17:19:23 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]cache: all the user modules had the same cache ---------------------------------------------- r15606 | pkdille | 2008-11-10 17:16:25 -0500 (Mon, 10 Nov 2008) | 1 line [MOD] code indenting ---------------------------------------------- r15605 | adren67 | 2008-11-10 17:11:05 -0500 (Mon, 10 Nov 2008) | 1 line [FIX] more removal of prefix/suffix space in translation strings ---------------------------------------------- r15604 | sylvieg | 2008-11-10 16:26:27 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]theme: can not change theme when group has a theme ---------------------------------------------- r15602 | sylvieg | 2008-11-10 14:06:21 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]theme: if there was no group theme, it was impossible to switch theme as the cache was set to the prefs ---------------------------------------------- r15601 | adren67 | 2008-11-10 12:55:04 -0500 (Mon, 10 Nov 2008) | 1 line [FIX] removal of prefix space in translation strings and change in code accordingly ---------------------------------------------- r15600 | sept_7 | 2008-11-10 12:44:56 -0500 (Mon, 10 Nov 2008) | 2 lines [FIX] filegals : case where cache is empty or return false or "" ---------------------------------------------- r15599 | sylvieg | 2008-11-10 12:44:01 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]install: installer was deleting all the tikidomain directories of a multi tiki ---------------------------------------------- r15598 | sept_7 | 2008-11-10 11:55:55 -0500 (Mon, 10 Nov 2008) | 2 lines [ENH] filgals : add cache for perms on file galleries ---------------------------------------------- r15597 | sylvieg | 2008-11-10 10:21:16 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]missing global ---------------------------------------------- r15596 | sylvieg | 2008-11-10 10:14:33 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]sessionId ---------------------------------------------- r15595 | sylvieg | 2008-11-10 08:51:06 -0500 (Mon, 10 Nov 2008) | 1 line [FIX]parsing: the noparse must use str_repalce and not preg_replace- because the code can contain code like \0 that will be infinitively parsed + allows space around , in module params ---------------------------------------------- r15594 | sept_7 | 2008-11-10 08:14:35 -0500 (Mon, 10 Nov 2008) | 2 lines [FIX] for old gd library... ---------------------------------------------- r15593 | sept_7 | 2008-11-10 08:06:18 -0500 (Mon, 10 Nov 2008) | 2 lines [FIX] filegals : fix isfile case in lib/images/gd.php ---------------------------------------------- r15592 | obnoxxx | 2008-11-10 06:36:54 -0500 (Mon, 10 Nov 2008) | 15 lines [MOD]in sql_error(), don't print arbitrarily long strings. When an sql error occurs due to exceeded packet size, e.g. trying to upload an image that is too big, then sql_error() prints all data from the query, also the encoded binary image data. This can occupy a client machine for quite some time, rendering the web browser unresponsive, because the browser (firefox in my cas) is loading special fonts for all the characters of the encoded string. This change prevents sql_error() from printing strings that are longer than 1024 characters. This limit is hard-coded and should probably be made configurable. Michael ---------------------------------------------- r15591 | nyloth | 2008-11-10 05:35:49 -0500 (Mon, 10 Nov 2008) | 1 line [ENH] filegals: optimize image loading in case of filesystem storage ---------------------------------------------- r15590 | nyloth | 2008-11-10 05:06:17 -0500 (Mon, 10 Nov 2008) | 1 line [ENH] filegals: download file will not get content twice when stored on filesystem + correctly handle cache in filesystem case ---------------------------------------------- r15589 | nyloth | 2008-11-10 04:29:10 -0500 (Mon, 10 Nov 2008) | 4 lines [ENH] filegals: add cache for thumbnails and javascript preview [FIX] cachelib: fix empty cache by type [FIX] filegals: show the 'browse' button even for non-admins ---------------------------------------------- r15588 | nyloth | 2008-11-09 20:01:14 -0500 (Sun, 09 Nov 2008) | 1 line [FIX] file missing in previous commit ---------------------------------------------- r15587 | nyloth | 2008-11-09 20:00:10 -0500 (Sun, 09 Nov 2008) | 29 lines [ENH] Performance: Many enhencements, mainly to reduce number of main DB queries and CPU needed for theme/perms/menus/modules by adding cache Performance DB / Cache changes: * Cache added on the following data: - categories - menus - user_modules - page meta-data (except 'data' and 'cache' field if they are not explicitely requested) - group_theme - group_perms * lastUpdatePrefs is retrieved from DB at tiki-setup_base stage in a query that was already done for other prefs, * check 'feature_hotwords' before doing queries in wiki parsing, * check 'feature_backlinks' before doing queries in wiki rendering, * check 'feature_wiki_save_draft' before doing queries for this feature, * make page_exists_* functions use page meta-data cache, * get left and rights modules in only one query, * update 'tiki_sessions' table only when one of the related functions is called, not anymore all the time, * do not make queries for handling UTF8 pagenames when they are not needed Other changes: * transition_style_ver pref changed to 2.0 by default (instead of 1.9), * feature_backlinks pref disabled by default since it's CPU consuming, * use one call to 'date_format' instead of three Wiki Rendering fixes: * add canUndo(), setInfos(), setInfo() functions to wiki renderlib in order to fix wiki 'undo' action (also disable AJAX for this button yet), * better fix the "lock/unlock" action ---------------------------------------------- r15586 | gillesm | 2008-11-09 19:55:38 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] Tracker implementation of group alert notification ---------------------------------------------- r15585 | nyloth | 2008-11-09 19:55:32 -0500 (Sun, 09 Nov 2008) | 1 line [MOD] debug bar: use PHP5 sys_getloadavg function to get the server load ---------------------------------------------- r15584 | gillesm | 2008-11-09 19:28:34 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] Calendar implementation of group alert notification ---------------------------------------------- r15583 | nyloth | 2008-11-09 18:54:09 -0500 (Sun, 09 Nov 2008) | 1 line [FIX] fix svn conflict ---------------------------------------------- r15582 | gillesm | 2008-11-09 18:14:58 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] File Galery implementation of email alert ---------------------------------------------- r15581 | gillesm | 2008-11-09 18:13:25 -0500 (Sun, 09 Nov 2008) | 3 lines [FIX] index.pho in lib libalert.php ---------------------------------------------- r15580 | obnoxxx | 2008-11-09 18:00:25 -0500 (Sun, 09 Nov 2008) | 2 lines [FIX] in list_tables, don't fail silently but return empty list when query fails ---------------------------------------------- r15579 | gillesm | 2008-11-09 17:44:57 -0500 (Sun, 09 Nov 2008) | 1 line [ENH] Notification procedure to send alert implemented in file gallerie ---------------------------------------------- r15578 | adren67 | 2008-11-09 09:47:39 -0500 (Sun, 09 Nov 2008) | 1 line [FIX] more fr translations (mainly typos) ---------------------------------------------- r15577 | obnoxxx | 2008-11-08 18:20:44 -0500 (Sat, 08 Nov 2008) | 2 lines [MOD] fix leading space/tab mixup. ---------------------------------------------- r15576 | obnoxxx | 2008-11-08 18:19:56 -0500 (Sat, 08 Nov 2008) | 2 lines [MOD] fix one level of indentation in connect failed error page. ---------------------------------------------- r15575 | obnoxxx | 2008-11-08 18:14:40 -0500 (Sat, 08 Nov 2008) | 4 lines [FIX] add missing semicolon to print statement Introduced with r15573. ---------------------------------------------- r15574 | obnoxxx | 2008-11-08 18:11:27 -0500 (Sat, 08 Nov 2008) | 5 lines [MOD] reformat error page for "select `login`" error in tiki-db-adodb. This makes the html code better readable (proper indentation/line break). It also adds one missing paragrapgh closing. ---------------------------------------------- r15573 | obnoxxx | 2008-11-08 17:58:23 -0500 (Sat, 08 Nov 2008) | 5 lines [MOD] reformat error page for connect failed in tiki-db-adodb. This makes the html code better readable (proper indentation/line break). It also adds one missing paragrapgh closing. ---------------------------------------------- r15572 | obnoxxx | 2008-11-08 17:24:26 -0500 (Sat, 08 Nov 2008) | 5 lines [MOD] separate error paths for connect to db and "select `login` ...". Adapt error message for the "select `login`" case. ---------------------------------------------- r15571 | pkdille | 2008-11-08 17:22:27 -0500 (Sat, 08 Nov 2008) | 1 line [MOD] indenting file ---------------------------------------------- r15569 | nyloth | 2008-11-08 04:04:04 -0500 (Sat, 08 Nov 2008) | 4 lines [MOD] blogs: * change list_blog_posts() API to make $blogId param optional (to be able to get posts from all blogs at once) * new list_blog_post_comments() function in blogslib to remove specific code and sql queries from 'blog_last_comments' module ---------------------------------------------- r15568 | nyloth | 2008-11-08 03:36:50 -0500 (Sat, 08 Nov 2008) | 1 line [MOD] blog post: define auto_query_args ---------------------------------------------- r15567 | sylvieg | 2008-11-07 19:08:22 -0500 (Fri, 07 Nov 2008) | 1 line rollback unitl we understand where is the problem - sorry - thx nyloth ---------------------------------------------- r15566 | sylvieg | 2008-11-07 17:57:48 -0500 (Fri, 07 Nov 2008) | 1 line [FIX]style: seems it is necessary to overload icon ---------------------------------------------- r15565 | sylvieg | 2008-11-07 11:47:25 -0500 (Fri, 07 Nov 2008) | 1 line [FIX]menu: show the admin section if perm on edit css/tpl ---------------------------------------------- r15564 | aproulx | 2008-11-07 11:37:49 -0500 (Fri, 07 Nov 2008) | 1 line [ADD] adding parameter to customize menu id and prevent automatic id renaming when a menu is removed ---------------------------------------------- r15563 | sylvieg | 2008-11-07 11:30:04 -0500 (Fri, 07 Nov 2008) | 1 line [MOD]menu: add View Templates and Edit Css in menu 42 as it can be given to people without tiki_p_admin ---------------------------------------------- r15561 | nyloth | 2008-11-07 09:50:05 -0500 (Fri, 07 Nov 2008) | 1 line [MOD] buttons: propagate smarty button ---------------------------------------------- r15559 | sept_7 | 2008-11-07 08:18:56 -0500 (Fri, 07 Nov 2008) | 2 lines [ENH] use popup div for wikiplugin edition... ---------------------------------------------- r15558 | sept_7 | 2008-11-07 05:44:36 -0500 (Fri, 07 Nov 2008) | 2 lines [FIX] : use UTF-8 encoding when escaping htmlentities... ---------------------------------------------- r15557 | nyloth | 2008-11-07 03:59:54 -0500 (Fri, 07 Nov 2008) | 1 line [FIX] smarty button plugin: fix the way auto_query_args gets back its original values to avoid problems when auto_query_args is initially empty ---------------------------------------------- r15554 | sylvieg | 2008-11-06 16:45:09 -0500 (Thu, 06 Nov 2008) | 1 line [MOD]fgal: add a cache for all_galleries - cache depends on user groups ---------------------------------------------- r15553 | sylvieg | 2008-11-06 15:31:53 -0500 (Thu, 06 Nov 2008) | 1 line [FIX]fgal: the save button at the button was not working ---------------------------------------------- r15552 | nyloth | 2008-11-06 15:08:36 -0500 (Thu, 06 Nov 2008) | 1 line [FIX] remove debugging info + better indentation ---------------------------------------------- r15551 | lphuberdeau | 2008-11-06 13:55:45 -0500 (Thu, 06 Nov 2008) | 1 line [FIX] Sort modifier no longer exists ---------------------------------------------- r15550 | rook1666 | 2008-11-06 13:55:20 -0500 (Thu, 06 Nov 2008) | 1 line Fixed time-toggling-bug in the all-day feature ---------------------------------------------- r15549 | sylvieg | 2008-11-06 13:33:24 -0500 (Thu, 06 Nov 2008) | 1 line [FIX]fgal: rollback 15349 :-( ---------------------------------------------- r15548 | gillesm | 2008-11-06 13:25:58 -0500 (Thu, 06 Nov 2008) | 2 lines [NEW] some improvment in calendar and upload-file for alert ---------------------------------------------- r15547 | lphuberdeau | 2008-11-06 13:21:51 -0500 (Thu, 06 Nov 2008) | 1 line [FIX] _tiki is required ---------------------------------------------- r15546 | lphuberdeau | 2008-11-06 13:05:39 -0500 (Thu, 06 Nov 2008) | 1 line [ENH] Restoring sanity ---------------------------------------------- r15543 | sylvieg | 2008-11-06 12:28:42 -0500 (Thu, 06 Nov 2008) | 1 line syntax ---------------------------------------------- r15542 | sylvieg | 2008-11-06 12:26:14 -0500 (Thu, 06 Nov 2008) | 1 line [FIX]userlevel: setting was broken ---------------------------------------------- r15541 | sept_7 | 2008-11-06 12:07:04 -0500 (Thu, 06 Nov 2008) | 8 lines [ENH] Add a help button and a help panel on the right. Add also a smarty block : {add_help show='y|n' title="title" id="id"} The content of the block is automatically added in a help section in the help panel... For the moment only tiki-editpage is modified to take avantage of this. The show attribute of the block permit to have a direct link via a help icon to the corresponding section in the help panel. ---------------------------------------------- r15540 | c_schmitz | 2008-11-06 10:41:22 -0500 (Thu, 06 Nov 2008) | 1 line [MOD] Commented out 'dead' assertion. Calling assert() without a callback functions seems to give the dreaded blank page with some servers on HTML diffs. ---------------------------------------------- r15539 | sylvieg | 2008-11-06 10:33:13 -0500 (Thu, 06 Nov 2008) | 1 line [MOD]module: can specify multiple page where a module occurs (ex:page[]=x&page[]=y) + nopage param where a module is displayed except in these page + can cumulate the filter (ex: nopage[]=x§ion=wiki) ---------------------------------------------- r15536 | sept_7 | 2008-11-06 05:39:58 -0500 (Thu, 06 Nov 2008) | 2 lines [BPB] for sylivie: in smarty comment are {* *} not // ! :DDD ---------------------------------------------- r15535 | Jyhem | 2008-11-06 04:50:13 -0500 (Thu, 06 Nov 2008) | 1 line [ENH] Translations for new survey question type ---------------------------------------------- r15534 | obnoxxx | 2008-11-05 18:36:09 -0500 (Wed, 05 Nov 2008) | 3 lines [MOD] setup.sh: make messages display nicely wrapped in 80 column terminals ---------------------------------------------- r15532 | pkdille | 2008-11-05 16:42:38 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] buttons: some more smarty buttons ---------------------------------------------- r15531 | pkdille | 2008-11-05 16:02:55 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] buttons: some more smarty buttons ---------------------------------------------- r15530 | rook1666 | 2008-11-05 15:46:24 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events. Items have now a switch for time or all-day option ---------------------------------------------- r15528 | rook1666 | 2008-11-05 14:50:56 -0500 (Wed, 05 Nov 2008) | 1 line Added field 'allday' tinyint(1) to tiki_calendar_items for allday-support ---------------------------------------------- r15527 | sylvieg | 2008-11-05 14:48:51 -0500 (Wed, 05 Nov 2008) | 1 line [MOD]plugin banner: new plugin banner + fix flash plugin to be able to work on a cached page + use the object tag if javascript not allowed + replace in banner swffix with swfobject that is the new lib (old banners using swffix will still be interpreted) ---------------------------------------------- r15526 | jonnybradley | 2008-11-05 14:45:39 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] .button2 changed to .button ---------------------------------------------- r15525 | rook1666 | 2008-11-05 14:38:34 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events ---------------------------------------------- r15524 | jonnybradley | 2008-11-05 14:25:51 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] Typos & format (no visual change) ---------------------------------------------- r15523 | rook1666 | 2008-11-05 12:55:53 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events ---------------------------------------------- r15522 | rook1666 | 2008-11-05 12:53:59 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events. Those Events aren't displayed now with their start and end-time ---------------------------------------------- r15521 | rook1666 | 2008-11-05 12:53:08 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events. Those Events are displayed now at the start of the day ---------------------------------------------- r15520 | rook1666 | 2008-11-05 12:52:14 -0500 (Wed, 05 Nov 2008) | 1 line Added support for all-day events ---------------------------------------------- r15519 | nyloth | 2008-11-05 11:39:55 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] blogs: in tiki-view_blog_post, add a 'clear:both' style on the HR tag to avoid breakages from post content (float elements/images...) ---------------------------------------------- r15518 | nyloth | 2008-11-05 11:30:07 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] blogs: in tiki-view_blog, add a 'clear:both' style on the HR tag to avoid breakages from post content (float elements/images...) ---------------------------------------------- r15517 | jonnybradley | 2008-11-05 11:25:35 -0500 (Wed, 05 Nov 2008) | 2 lines [NEW] Pref: 'style_option' additions to mod-switch_theme ---------------------------------------------- r15516 | nyloth | 2008-11-05 11:15:42 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] blogs: change API of tikilib 'list_blogs_user_can_post' function because the user comes from global vars, not from the arguments ---------------------------------------------- r15515 | nyloth | 2008-11-05 11:14:34 -0500 (Wed, 05 Nov 2008) | 3 lines [MOD] blogs: do not display a dropdown list of blogs to post to (in tiki-blog_post.php) if there is only one blog where the user can post or if the user came from a specific blog + when writing a new post (i.e. not editing an existing one), the title is 'Post' instead of 'Edit Post' [FIX] blogs: do not add a hidden input field for 'blogId' when it can be selected in a list by the user ---------------------------------------------- r15514 | nyloth | 2008-11-05 11:06:49 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] month_links module: better check of 'sections' array content ---------------------------------------------- r15513 | nyloth | 2008-11-05 09:32:01 -0500 (Wed, 05 Nov 2008) | 1 line [FIX] blogs: 'Return to blog' button from a post detail was not working anymore ---------------------------------------------- r15512 | nyloth | 2008-11-05 09:07:04 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] last_blog_posts module: links on post titles goes into the post itself and not into the blog ---------------------------------------------- r15511 | nyloth | 2008-11-05 09:01:20 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] last_blog_posts module: new option 'nodate' that will hide the post date when set to 'y' + do not show blog title when blogid option is used (which means there is only one blog used) + simplify code for nonums option + remove useless easter-egg option to display post title twice ---------------------------------------------- r15510 | sylvieg | 2008-11-05 08:48:54 -0500 (Wed, 05 Nov 2008) | 1 line [FIX]flash: to have the plugin working (except movie link on IE6) without javascript ---------------------------------------------- r15508 | pkdille | 2008-11-05 06:05:47 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] browse freetags: deploy smarty buttons in browse freetags template. ---------------------------------------------- r15507 | nyloth | 2008-11-05 03:14:36 -0500 (Wed, 05 Nov 2008) | 2 lines [FIX] file gallery: fix button to change view in browse (thumbnails) mode, which was breaking shadowbox effects when using AJAX. ---------------------------------------------- r15506 | pkdille | 2008-11-05 01:28:28 -0500 (Wed, 05 Nov 2008) | 1 line [MOD] buttons: some more smarty buttons ---------------------------------------------- r15505 | gillesm | 2008-11-04 21:31:18 -0500 (Tue, 04 Nov 2008) | 2 lines [FIX] correction of a roolback by mistake .. escuse me ---------------------------------------------- r15504 | nyloth | 2008-11-04 19:14:40 -0500 (Tue, 04 Nov 2008) | 3 lines [ENH] smarty buttons: deploy in tiki-page_bar.tpl [FIX] fix comments and attachments buttons/zones to keep their state (hidden or displayed) for the user when he come back on a wiki page. ---------------------------------------------- r15503 | nyloth | 2008-11-04 19:09:06 -0500 (Tue, 04 Nov 2008) | 4 lines [ENH] smarty button: two new params (to handle special hide/show buttons, like those used for comments) - _flip_id: id HTML atribute of the element to show/hide (for type 'flip'). This will automatically generate an 'onclick' attribute that will use tiki javascript function flip() to show/hide some content. - _flip_hide_text: if set to 'n', do not display a '(Hide)' suffix after _text when status is not 'hidden' ---------------------------------------------- r15502 | gillesm | 2008-11-04 18:03:30 -0500 (Tue, 04 Nov 2008) | 2 lines [FIX] bug fixes in fileupload and modifications in alert (folliwing the remarks in the mailing list) ---------------------------------------------- r15501 | jonnybradley | 2008-11-04 12:56:23 -0500 (Tue, 04 Nov 2008) | 11 lines [NEW] Pref: 'style_option' to allow different versions of styles/themes to be made easily HOW-TO: Add directory called "options" inside the /styles/$style_base dir containing CSS files with modifications to the base style (see /styles/tikineat/options/ for initial examples). New drop down menu automatically appears on the Look & Feel admin page with these filenames (plus "None") if found. TO-DO: More work on the new CSS files (currently very basic) Add options for other styles Add to Magic admin... ---------------------------------------------- r15500 | sylvieg | 2008-11-04 10:18:08 -0500 (Tue, 04 Nov 2008) | 1 line [FIX]tracker: sort on rating must be done in numeric ---------------------------------------------- r15499 | pkdille | 2008-11-04 08:13:49 -0500 (Tue, 04 Nov 2008) | 1 line [MOD] module last blog posts: code indenting ---------------------------------------------- r15498 | sylvieg | 2008-11-04 08:03:54 -0500 (Tue, 04 Nov 2008) | 1 line [FIX]tracker: rating was sometimes erasing some other field ---------------------------------------------- r15496 | nyloth | 2008-11-04 04:00:07 -0500 (Tue, 04 Nov 2008) | 2 lines [NEW] new survey wiki-plugin (to include a survey into a wiki page) ---------------------------------------------- r15495 | nyloth | 2008-11-04 03:58:37 -0500 (Tue, 04 Nov 2008) | 2 lines [MOD] surveys: move some code of tiki-take_survey.php into lib/surveys/surveylib.php register_answers() function to be able to reuse it ---------------------------------------------- r15493 | chibaguy | 2008-11-03 21:43:02 -0500 (Mon, 03 Nov 2008) | 1 line [ENH] 1em default margin added to floated box's text-wrapped sides. ---------------------------------------------- r15492 | pkdille | 2008-11-03 17:31:03 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: deploy smarty plugin button ---------------------------------------------- r15491 | pkdille | 2008-11-03 16:28:04 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: change wiki and plugin help buttons into smarty plugin buttons ---------------------------------------------- r15490 | pkdille | 2008-11-03 16:06:40 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: deploy smarty plugin button ---------------------------------------------- r15489 | pkdille | 2008-11-03 16:03:46 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] code indenting ---------------------------------------------- r15488 | sylvieg | 2008-11-03 12:20:08 -0500 (Mon, 03 Nov 2008) | 1 line [FIX]rss: one query less per RSS ---------------------------------------------- r15487 | sylvieg | 2008-11-03 11:18:13 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] save one query per module ---------------------------------------------- r15486 | sylvieg | 2008-11-03 09:55:08 -0500 (Mon, 03 Nov 2008) | 1 line [FIX]rss: duplicate queries ---------------------------------------------- r15485 | nyloth | 2008-11-03 09:19:28 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] wikiplugin edit: start pos at -1 to be able to match plugins that starts at position 0 of the page. ---------------------------------------------- r15484 | nyloth | 2008-11-03 08:57:31 -0500 (Mon, 03 Nov 2008) | 1 line [ENH] tikinewt: add style for div.thumbnailcontenerchecked (same as in tikineat) ---------------------------------------------- r15483 | pkdille | 2008-11-03 08:27:25 -0500 (Mon, 03 Nov 2008) | 1 line [MOD] buttons: deploy smarty plugin button ---------------------------------------------- r15482 | sylvieg | 2008-11-03 06:53:26 -0500 (Mon, 03 Nov 2008) | 1 line PLEASE: commit in unix end of line ---------------------------------------------- r15480 | pkdille | 2008-11-03 05:03:55 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] smarty textarea: display the textarea even if there is no content yet (thks nyloth) ---------------------------------------------- r15479 | pkdille | 2008-11-03 04:52:31 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] smarty self_link: For ajax autodetection, handle the special case of tiki-index.php which is not using tiki-index.tpl but tiki-showpage.tpl ---------------------------------------------- r15478 | pkdille | 2008-11-03 04:49:55 -0500 (Mon, 03 Nov 2008) | 1 line [FIX] wiki: fix lock/unlock status. This fixes the lock/unlock button wich will now change immediately after clicking on lock/unlock button ---------------------------------------------- r15477 | EricIsGood | 2008-11-02 18:55:23 -0500 (Sun, 02 Nov 2008) | 7 lines 1. added an option to process multiple emails per connection. 2. added variable 'maxImport' to define max emails to import at one time to prevent the page from timing out. 3. try to get the date from the email, instead of using 'now()' which may be quite a bit later than the email was received. 4. If the email address can't be found in the user database, post using the 'anon user' feature. 5. Correct for obfusicated email addresses from the mailman list manager. 6. added option to keep inbound emails even if the email address appears invalid (in case the address is obfusicated). 7. Corrected bug where inbound emails were being called a discussion about a wiki page. ---------------------------------------------- r15476 | pkdille | 2008-11-02 14:39:46 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] buttons: deploy button smarty plugin to some templates ---------------------------------------------- r15475 | pkdille | 2008-11-02 14:37:36 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] code indenting. ---------------------------------------------- r15474 | nyloth | 2008-11-02 14:02:11 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] surveys: survey description is now wiki-parsed + add quicktags to textarea ---------------------------------------------- r15473 | nyloth | 2008-11-02 10:11:19 -0500 (Sun, 02 Nov 2008) | 1 line [ENH] tikineat and tikinewt: remove underline for titles (only underline when hover) and overbox (e.g. filegal contextual menu) ---------------------------------------------- r15472 | pkdille | 2008-11-02 09:50:47 -0500 (Sun, 02 Nov 2008) | 1 line [MOD] buttons: deploy button smarty plugin to some templates ---------------------------------------------- r15471 | nyloth | 2008-11-02 09:46:29 -0500 (Sun, 02 Nov 2008) | 1 line [ENH] tikinewt: better display when buttons are on more than one line ---------------------------------------------- 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 Freetags ------------------------------------------------------------------------ r6264 | amette | 2005-12-16 01:05:46 +0100 (ven, 16 déc 2005) | 2 lines Check for tiki_p_freetag_tag/view ------------------------------------------------------------------------ r6263 | amette | 2005-12-16 00:46:13 +0100 (ven, 16 déc 2005) | 2 lines Added perms tiki_p_view_freetags and tiki_p_freetag_tag - only first one is being checked yet ------------------------------------------------------------------------ r6262 | amette | 2005-12-15 23:41:29 +0100 (jeu, 15 déc 2005) | 2 lines If no tag specified, focus on a random tag ------------------------------------------------------------------------ r6261 | sylvieg | 2005-12-15 23:31:05 +0100 (jeu, 15 déc 2005) | 2 lines the missing styles between 1.8 and 1.10 if the style version has not been inserted in the style ex:@Version:19 ------------------------------------------------------------------------ r6260 | amette | 2005-12-15 23:04:08 +0100 (jeu, 15 déc 2005) | 2 lines Added freetag-styles ------------------------------------------------------------------------ r6259 | sylvieg | 2005-12-15 22:59:56 +0100 (jeu, 15 déc 2005) | 2 lines better split style ------------------------------------------------------------------------ r6258 | sylvieg | 2005-12-15 22:57:08 +0100 (jeu, 15 déc 2005) | 2 lines don't forget to put the new styles in this file ------------------------------------------------------------------------ r6257 | amette | 2005-12-15 22:56:20 +0100 (jeu, 15 déc 2005) | 2 lines Freetag-3D-browser has it's own set of settings ------------------------------------------------------------------------ r6256 | amette | 2005-12-15 22:41:44 +0100 (jeu, 15 déc 2005) | 2 lines Added Freetags-admin-screen ------------------------------------------------------------------------ r6255 | lfagundes | 2005-12-15 22:02:56 +0100 (jeu, 15 déc 2005) | 2 lines checking for feature_morcego wherever we check for wiki_feature_3d ------------------------------------------------------------------------ r6254 | amette | 2005-12-15 21:52:11 +0100 (jeu, 15 déc 2005) | 2 lines Created feature_morcego - wiki3d-config gets hidden if this feature is disabled - browse-tags checks for feature_morcego ------------------------------------------------------------------------ r6253 | amette | 2005-12-15 21:21:55 +0100 (jeu, 15 déc 2005) | 2 lines AJAXification of tiki-register and adding feature_ajax to SQL-scripts ------------------------------------------------------------------------ r6252 | lfagundes | 2005-12-15 20:51:52 +0100 (jeu, 15 déc 2005) | 2 lines changing references to tiki-freetag_list_objects to tiki-browse_freetags ------------------------------------------------------------------------ r6251 | sylvieg | 2005-12-15 20:29:54 +0100 (jeu, 15 déc 2005) | 2 lines preserve the carriage return ------------------------------------------------------------------------ r6250 | lfagundes | 2005-12-15 20:09:24 +0100 (jeu, 15 déc 2005) | 4 lines [DEL] freetag_list_objects [MOD] browse_freetags now checks if ajax and morcego are enabled and handle all cases [ADD] ajax and morcego as global features ------------------------------------------------------------------------ r6249 | sylvieg | 2005-12-15 20:01:44 +0100 (jeu, 15 déc 2005) | 2 lines missing global ------------------------------------------------------------------------ r6248 | lfagundes | 2005-12-15 17:58:57 +0100 (jeu, 15 déc 2005) | 2 lines better layout for object listing in browse_freetags ------------------------------------------------------------------------ r6247 | lfagundes | 2005-12-15 17:42:52 +0100 (jeu, 15 déc 2005) | 3 lines [ADD] suggestion of tags also pt-br translation for tags ------------------------------------------------------------------------ r6246 | sylvieg | 2005-12-15 17:12:20 +0100 (jeu, 15 déc 2005) | 2 lines sync ------------------------------------------------------------------------ r6245 | sylvieg | 2005-12-15 15:16:13 +0100 (jeu, 15 déc 2005) | 2 lines add nonums param ------------------------------------------------------------------------ r6244 | lfagundes | 2005-12-14 18:40:34 +0100 (mer, 14 déc 2005) | 3 lines [ADD] browse users with morcego a replication of tiki-browse_freetags, extracting user relations from wiki page edition history ------------------------------------------------------------------------ r6243 | amette | 2005-12-13 23:15:42 +0100 (mar, 13 déc 2005) | 2 lines No div around h1 - thanks to sylvieg for shouting ;) ------------------------------------------------------------------------ r6242 | amette | 2005-12-13 22:18:18 +0100 (mar, 13 déc 2005) | 2 lines Oops, need the JS-change, too ;) ------------------------------------------------------------------------ r6241 | amette | 2005-12-13 22:03:37 +0100 (mar, 13 déc 2005) | 2 lines Enhanced template ------------------------------------------------------------------------ r6240 | amette | 2005-12-13 19:14:21 +0100 (mar, 13 déc 2005) | 2 lines Restructured the Morcego-settings-panel ------------------------------------------------------------------------ r6239 | sylvieg | 2005-12-13 14:57:42 +0100 (mar, 13 déc 2005) | 2 lines new module list article topics ------------------------------------------------------------------------ r6238 | sylvieg | 2005-12-13 13:14:45 +0100 (mar, 13 déc 2005) | 2 lines bad merge ------------------------------------------------------------------------ r6237 | sylvieg | 2005-12-13 13:12:45 +0100 (mar, 13 déc 2005) | 2 lines missing ; ------------------------------------------------------------------------ r6236 | lfagundes | 2005-12-13 09:41:02 +0100 (mar, 13 déc 2005) | 2 lines change tag name when browsing to different tag ------------------------------------------------------------------------ r6235 | lfagundes | 2005-12-13 08:10:54 +0100 (mar, 13 déc 2005) | 2 lines [fix] highlighted buttons must have both styles ------------------------------------------------------------------------ r6234 | lfagundes | 2005-12-13 07:35:41 +0100 (mar, 13 déc 2005) | 2 lines missing two buttons for highlight ------------------------------------------------------------------------ r6233 | sampaioprimo | 2005-12-13 03:21:01 +0100 (mar, 13 déc 2005) | 2 lines little changes on wikiplugin calendar, but still not working properly ------------------------------------------------------------------------ r6232 | lfagundes | 2005-12-13 02:59:34 +0100 (mar, 13 déc 2005) | 2 lines one more missing file ------------------------------------------------------------------------ r6231 | lfagundes | 2005-12-13 02:53:24 +0100 (mar, 13 déc 2005) | 2 lines oops, forgot to commit template :-) ------------------------------------------------------------------------ r6230 | lfagundes | 2005-12-13 02:42:10 +0100 (mar, 13 déc 2005) | 4 lines [ADD] ajax browsing for freetags tks to amette for cpaint library styles missing though ------------------------------------------------------------------------ r6229 | sampaioprimo | 2005-12-13 02:37:04 +0100 (mar, 13 déc 2005) | 2 lines wesley and I commited the wikiplugin_calendar by mistake on 1.9, this is supposed to be on 1.10. fixing it : ) ------------------------------------------------------------------------ r6228 | lfagundes | 2005-12-12 23:45:06 +0100 (lun, 12 déc 2005) | 2 lines [ADD] freetag browse through related tags with morcego ------------------------------------------------------------------------ r6227 | lfagundes | 2005-12-12 23:13:38 +0100 (lun, 12 déc 2005) | 2 lines show tags in wiki page. needs layout review ------------------------------------------------------------------------ r6226 | lfagundes | 2005-12-12 21:40:33 +0100 (lun, 12 déc 2005) | 2 lines rip the empty room for category tree ------------------------------------------------------------------------ r6225 | sylvieg | 2005-12-12 19:36:46 +0100 (lun, 12 déc 2005) | 2 lines some fixes from the merge + user can choose a group at registration time ------------------------------------------------------------------------ r6224 | sylvieg | 2005-12-12 19:24:37 +0100 (lun, 12 déc 2005) | 2 lines user can choose a group at registration time ------------------------------------------------------------------------ r6223 | mose | 2005-12-12 16:18:58 +0100 (lun, 12 déc 2005) | 2 lines merge from BRANCH-1-9 to HEAD : many conflicts, possibly borking head for the time to fix issues ------------------------------------------------------------------------ r6222 | amette | 2005-12-11 16:27:04 +0100 (dim, 11 déc 2005) | 2 lines Forgot to include the freetag-library ------------------------------------------------------------------------ r6221 | amette | 2005-12-10 18:25:58 +0100 (sam, 10 déc 2005) | 2 lines Corrected some links ------------------------------------------------------------------------ r6220 | amette | 2005-12-10 18:02:50 +0100 (sam, 10 déc 2005) | 2 lines Link correction from tiki-browse_tags to tiki-freetag_list_objects ------------------------------------------------------------------------ r6219 | amette | 2005-12-10 17:07:11 +0100 (sam, 10 déc 2005) | 2 lines Adding a very quick rip-off of tiki-browse_categories.tpl to be able to browse tagged objects ------------------------------------------------------------------------ r6218 | amette | 2005-12-10 16:21:30 +0100 (sam, 10 déc 2005) | 2 lines [FIX] corrected function-call and SQL-query for listing freetags ------------------------------------------------------------------------ r6217 | amette | 2005-12-10 16:12:23 +0100 (sam, 10 déc 2005) | 2 lines Added checking for feature_freetags in Simple.css, too ------------------------------------------------------------------------ r6216 | amette | 2005-12-10 16:00:36 +0100 (sam, 10 déc 2005) | 2 lines added auto_increment to tiki_objects table modification ------------------------------------------------------------------------ r6215 | lfagundes | 2005-12-10 15:58:30 +0100 (sam, 10 déc 2005) | 2 lines [MOD] applying rename of file everywhere with regex ------------------------------------------------------------------------ r6214 | lfagundes | 2005-12-10 15:52:52 +0100 (sam, 10 déc 2005) | 3 lines [ADD] list of objects from a tag [MOD] renamed this list of objects from freetags_browse to freetag_list_object, the first will be a list of tags. have to rename everywhere ------------------------------------------------------------------------ r6213 | amette | 2005-12-10 15:02:23 +0100 (sam, 10 déc 2005) | 2 lines Checking, if feature-freetag is enabled, is not a dumb idea at all... my bad - fixed! ------------------------------------------------------------------------ r6212 | amette | 2005-12-10 13:22:50 +0100 (sam, 10 déc 2005) | 2 lines Blog Post Folksonomy Tagging with standard templates ------------------------------------------------------------------------ r6211 | amette | 2005-12-10 13:13:41 +0100 (sam, 10 déc 2005) | 2 lines Folksonomy Tagging for Blogs Posts - including tablelesser templates for Simple.css(blogpost-tagging only in simple yet) ------------------------------------------------------------------------ r6210 | lfagundes | 2005-12-09 21:40:06 +0100 (ven, 09 déc 2005) | 3 lines [FIX] objects were losing categories [MOD] removed that drop thing, better breaking linearity than compromising upgrade script ------------------------------------------------------------------------ r6209 | sylvieg | 2005-12-08 20:30:04 +0100 (jeu, 08 déc 2005) | 2 lines edit section via {SPLIT(first=col,edit=y)}. Works only for wiki page yet ------------------------------------------------------------------------ r6208 | lfagundes | 2005-12-07 16:30:39 +0100 (mer, 07 déc 2005) | 2 lines changing other libs to match object structure ------------------------------------------------------------------------ r6207 | lfagundes | 2005-12-07 16:14:39 +0100 (mer, 07 déc 2005) | 2 lines change wikilib to match new object structure ------------------------------------------------------------------------ r6206 | lfagundes | 2005-12-07 16:03:55 +0100 (mer, 07 déc 2005) | 2 lines create new structure for tiki_categorized_objects in upgrade script too ------------------------------------------------------------------------ r6205 | lfagundes | 2005-12-06 21:10:54 +0100 (mar, 06 déc 2005) | 3 lines [MOD] freetag working with new object shared structure sorry, but had to drop freetag data ------------------------------------------------------------------------ r6204 | lfagundes | 2005-12-06 19:08:05 +0100 (mar, 06 déc 2005) | 3 lines [MOD] Refactor: abstract object concept from categories to a general structure tiki_objects. tiki_categorized_objects is there now just to match the checkbox "categorize this object", but maybe we can remove it ------------------------------------------------------------------------ r6203 | amette | 2005-12-06 16:24:57 +0100 (mar, 06 déc 2005) | 2 lines No destructive actions in upgrade script ------------------------------------------------------------------------ r6202 | sylvieg | 2005-12-05 22:33:22 +0100 (lun, 05 déc 2005) | 2 lines backup back: don't look at comments in tiki.sql + quote field for such field than order in tiki_events ------------------------------------------------------------------------ r6201 | sylvieg | 2005-12-05 15:47:48 +0100 (lun, 05 déc 2005) | 2 lines new optional param sort ------------------------------------------------------------------------ r6200 | yuzhenxin | 2005-12-05 13:44:36 +0100 (lun, 05 déc 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6199 | lfagundes | 2005-12-02 21:34:44 +0100 (ven, 02 déc 2005) | 3 lines [ADD] filter by type in get_objects_with_tag [MOD] renamed tiki_freetagged_objects.tagged_on to "created", for preserving environment. sorry, didn't know how to rename field in update script ------------------------------------------------------------------------ r6198 | lfagundes | 2005-12-02 20:53:12 +0100 (ven, 02 déc 2005) | 2 lines [MOD] renaming mod-freetags_user_popular do mod-freetags_prefered ------------------------------------------------------------------------ r6197 | lfagundes | 2005-12-02 19:52:02 +0100 (ven, 02 déc 2005) | 2 lines [ADD] freetag cloud modules ------------------------------------------------------------------------ r6196 | lfagundes | 2005-12-02 19:49:22 +0100 (ven, 02 déc 2005) | 2 lines [ADD] freetags for wiki page ------------------------------------------------------------------------ r6195 | lfagundes | 2005-12-02 18:49:42 +0100 (ven, 02 déc 2005) | 2 lines avoid warning ------------------------------------------------------------------------ r6194 | amette | 2005-12-02 18:04:50 +0100 (ven, 02 déc 2005) | 2 lines Create freetag-tables also when upgrading ------------------------------------------------------------------------ r6193 | sylvieg | 2005-12-01 20:13:27 +0100 (jeu, 01 déc 2005) | 2 lines missing error ------------------------------------------------------------------------ r6192 | lfagundes | 2005-12-01 02:17:25 +0100 (jeu, 01 déc 2005) | 2 lines [FIX] index on null fields of freetag table ------------------------------------------------------------------------ r6191 | ggeller | 2005-11-30 20:41:27 +0100 (mer, 30 nov 2005) | 2 lines Update for tiki version 1.10. Move tikiwiki directory tree to /var/www/ to match default on Fedora Core 3. ------------------------------------------------------------------------ r6190 | lfagundes | 2005-11-30 15:14:45 +0100 (mer, 30 nov 2005) | 2 lines created function updated_tags that will also delete tags not sent again, according to conversation with Gordon, author of original freetag implementation ------------------------------------------------------------------------ r6189 | yuzhenxin | 2005-11-27 08:23:29 +0100 (dim, 27 nov 2005) | 2 lines new strings have been translated.. ------------------------------------------------------------------------ r6188 | yuzhenxin | 2005-11-26 10:27:01 +0100 (sam, 26 nov 2005) | 2 lines Add new translated Strrings.. and modified some string after review with my friends. ------------------------------------------------------------------------ r6187 | yuzhenxin | 2005-11-26 10:06:34 +0100 (sam, 26 nov 2005) | 2 lines Add new translated Strrings.. and modified some string after review with my friends. ------------------------------------------------------------------------ r6186 | yuzhenxin | 2005-11-26 09:03:29 +0100 (sam, 26 nov 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6185 | yuzhenxin | 2005-11-26 07:26:31 +0100 (sam, 26 nov 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6184 | yuzhenxin | 2005-11-25 13:22:20 +0100 (ven, 25 nov 2005) | 2 lines Add some new translated strings... ------------------------------------------------------------------------ r6183 | yuzhenxin | 2005-11-24 12:13:40 +0100 (jeu, 24 nov 2005) | 2 lines add some new translated strings. Yuzhenxin ------------------------------------------------------------------------ r6182 | sylvieg | 2005-11-23 22:47:13 +0100 (mer, 23 nov 2005) | 2 lines sent to login pannel if not logged in ------------------------------------------------------------------------ r6181 | sampaioprimo | 2005-11-23 14:24:39 +0100 (mer, 23 nov 2005) | 2 lines Enable option of freetags on tiki admin ------------------------------------------------------------------------ r6180 | lfagundes | 2005-11-23 13:47:45 +0100 (mer, 23 nov 2005) | 2 lines [ADD] feature_freetags in tiki-setup.php ------------------------------------------------------------------------ r6179 | lfagundes | 2005-11-23 13:38:59 +0100 (mer, 23 nov 2005) | 2 lines [ADD] use freetags for image galleries ------------------------------------------------------------------------ r6178 | yuzhenxin | 2005-11-23 13:31:57 +0100 (mer, 23 nov 2005) | 2 lines add new translationed... ------------------------------------------------------------------------ r6177 | yuzhenxin | 2005-11-22 14:14:23 +0100 (mar, 22 nov 2005) | 2 lines modify some translation, make it easier understand. ------------------------------------------------------------------------ r6176 | yuzhenxin | 2005-11-21 14:56:39 +0100 (lun, 21 nov 2005) | 2 lines remove alll unrecognisable character ( Not a UTF-8 character ), and fix some translation.. ------------------------------------------------------------------------ r6173 | sylvieg | 2005-11-17 17:20:49 +0100 (jeu, 17 nov 2005) | 2 lines check_permission doesn't check for categ. Better to let user_has_perm_on_object to do the job later ------------------------------------------------------------------------ r6172 | lfagundes | 2005-11-17 13:26:34 +0100 (jeu, 17 nov 2005) | 2 lines [FIX] find page if user types url with accent and browser doesn't send in utf-8 ------------------------------------------------------------------------ r6171 | sylvieg | 2005-11-15 19:51:45 +0100 (mar, 15 nov 2005) | 2 lines new feature that redirects you to the homepage when you switch language and the current page doesn't exist in the target language ------------------------------------------------------------------------ r6170 | sylvieg | 2005-11-14 23:47:53 +0100 (lun, 14 nov 2005) | 2 lines some move around in the template to distinguish the database search and the database independant/tiki search ------------------------------------------------------------------------ r6169 | sylvieg | 2005-11-14 23:22:39 +0100 (lun, 14 nov 2005) | 2 lines sorry rollback.. with a refresh rate of 0 there is no indexation refresh ------------------------------------------------------------------------ r6168 | sylvieg | 2005-11-14 22:10:57 +0100 (lun, 14 nov 2005) | 2 lines oops a trace ------------------------------------------------------------------------ r6167 | sylvieg | 2005-11-14 20:35:22 +0100 (lun, 14 nov 2005) | 2 lines new feature_search_tiki_refresh to take away (in a batch or if not use) the random tiki search refresh that is time consuming and too randoom ------------------------------------------------------------------------ r6166 | sylvieg | 2005-11-09 17:31:46 +0100 (mer, 09 nov 2005) | 2 lines actionlog volume don't count the quoted replied source ------------------------------------------------------------------------ r6165 | sylvieg | 2005-11-09 16:40:49 +0100 (mer, 09 nov 2005) | 2 lines list comments in application menu ------------------------------------------------------------------------ r6164 | sylvieg | 2005-11-09 16:16:46 +0100 (mer, 09 nov 2005) | 2 lines a better implementation for default lang& theme & mailencoding default user pref+fixes ------------------------------------------------------------------------ r6163 | sylvieg | 2005-11-07 22:42:30 +0100 (lun, 07 nov 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6162 | sylvieg | 2005-11-07 20:09:04 +0100 (lun, 07 nov 2005) | 2 lines add an optional param class for the surrounding div ------------------------------------------------------------------------ r6161 | sylvieg | 2005-11-07 19:17:16 +0100 (lun, 07 nov 2005) | 2 lines *** empty log message *** ------------------------------------------------------------------------ r6160 | sylvieg | 2005-11-07 19:04:45 +0100 (lun, 07 nov 2005) | 2 lines comment can be recorded in actionlog ------------------------------------------------------------------------ r6159 | damosoft | 2005-11-07 17:20:31 +0100 (lun, 07 nov 2005) | 2 lines Remember people its <br /> not <br/> ------------------------------------------------------------------------ r6158 | sylvieg | 2005-11-07 16:16:57 +0100 (lun, 07 nov 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6157 | sylvieg | 2005-11-07 15:47:41 +0100 (lun, 07 nov 2005) | 2 lines for previous compatibility, add an option + 2 buttons to be able to view or to download a wiki attachement (files are not necessary viewable in a browser) ------------------------------------------------------------------------ r6156 | amette | 2005-11-05 23:27:19 +0100 (sam, 05 nov 2005) | 2 lines Fixed typo in variable-name - thanks to omnicolos ------------------------------------------------------------------------ r6155 | sylvieg | 2005-11-04 20:23:04 +0100 (ven, 04 nov 2005) | 2 lines add sorting on the action lists ------------------------------------------------------------------------ r6154 | sylvieg | 2005-11-04 17:47:53 +0100 (ven, 04 nov 2005) | 2 lines vol table on user/categ basis + switch kb/bytes in actionlog ------------------------------------------------------------------------ r6153 | sylvieg | 2005-11-03 18:28:15 +0100 (jeu, 03 nov 2005) | 2 lines fix some recursion in diff bytes ------------------------------------------------------------------------ r6152 | sylvieg | 2005-11-03 15:43:19 +0100 (jeu, 03 nov 2005) | 2 lines change syntax ------------------------------------------------------------------------ r6151 | sylvieg | 2005-11-03 15:21:52 +0100 (jeu, 03 nov 2005) | 2 lines bad merge ------------------------------------------------------------------------ r6150 | sylvieg | 2005-11-02 19:24:04 +0100 (mer, 02 nov 2005) | 2 lines separate added bytes and deleted bytes + actions can be recorded and not viewed ------------------------------------------------------------------------ r6149 | sylvieg | 2005-11-02 19:23:33 +0100 (mer, 02 nov 2005) | 2 lines separate added bytes and deleted bytes + actions can be recorded and not viewed + post message volume ------------------------------------------------------------------------ r6148 | sylvieg | 2005-11-02 15:53:01 +0100 (mer, 02 nov 2005) | 2 lines display 0 if volume is unknown ------------------------------------------------------------------------ r6147 | sylvieg | 2005-11-01 18:30:11 +0100 (mar, 01 nov 2005) | 2 lines new split param first: first='col': r1c1---r2c1---r3c1@@@r1c2---r2c2 (the editorial way) / first='line' (default): r1c1---r1c2@@@r2c1---r2c2 (the html table way) ------------------------------------------------------------------------ r6146 | mashmorgan | 2005-10-31 18:25:51 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6145 | mashmorgan | 2005-10-31 18:08:46 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6144 | mashmorgan | 2005-10-31 17:50:49 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6143 | mashmorgan | 2005-10-31 17:28:45 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6142 | mashmorgan | 2005-10-31 17:12:51 +0100 (lun, 31 oct 2005) | 2 lines remove unnecessary double quotes ------------------------------------------------------------------------ r6141 | sylvieg | 2005-10-29 13:49:00 +0200 (sam, 29 oct 2005) | 2 lines lost in merge ------------------------------------------------------------------------ r6140 | sylvieg | 2005-10-28 17:44:44 +0200 (ven, 28 oct 2005) | 2 lines add download file to actionlog ------------------------------------------------------------------------ r6139 | sylvieg | 2005-10-27 22:12:33 +0200 (jeu, 27 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6138 | sylvieg | 2005-10-27 18:16:05 +0200 (jeu, 27 oct 2005) | 2 lines oops: some trace ------------------------------------------------------------------------ r6137 | xavidp | 2005-10-27 17:53:18 +0200 (jeu, 27 oct 2005) | 2 lines updated with new strings from 1.10 ------------------------------------------------------------------------ r6136 | sylvieg | 2005-10-26 22:20:23 +0200 (mer, 26 oct 2005) | 2 lines can select a list of users or a list of groups ------------------------------------------------------------------------ r6135 | amette | 2005-10-26 17:36:38 +0200 (mer, 26 oct 2005) | 2 lines Ran convertscript for tiki.sql ------------------------------------------------------------------------ r6134 | amette | 2005-10-26 17:30:59 +0200 (mer, 26 oct 2005) | 2 lines quicktags in upgrade-script ------------------------------------------------------------------------ r6133 | amette | 2005-10-26 17:11:03 +0200 (mer, 26 oct 2005) | 2 lines Each feature can have a quicktag-set of its own ------------------------------------------------------------------------ r6132 | sylvieg | 2005-10-25 21:05:56 +0200 (mar, 25 oct 2005) | 2 lines 1 index to speed up if new search used ------------------------------------------------------------------------ r6130 | sylvieg | 2005-10-24 22:51:27 +0200 (lun, 24 oct 2005) | 2 lines 2 indexes to boost tiki-stats and orphan_pages (was too slow for more than 3000 pages) ------------------------------------------------------------------------ r6129 | sylvieg | 2005-10-21 22:20:40 +0200 (ven, 21 oct 2005) | 2 lines forum post deleted + forum bytes update in action log ------------------------------------------------------------------------ r6128 | sylvieg | 2005-10-21 19:00:39 +0200 (ven, 21 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6127 | atooni | 2005-10-21 10:36:08 +0200 (ven, 21 oct 2005) | 2 lines Added the possibilty to add complete structures in tiki-print_pages.php ------------------------------------------------------------------------ r6126 | rlpowell | 2005-10-21 01:29:41 +0200 (ven, 21 oct 2005) | 2 lines Fixed two *major* bugs with wiki attachments. ------------------------------------------------------------------------ r6125 | redflo | 2005-10-21 01:07:02 +0200 (ven, 21 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6124 | redflo | 2005-10-21 00:44:44 +0200 (ven, 21 oct 2005) | 2 lines add option to move storage of system gallery ------------------------------------------------------------------------ r6123 | redflo | 2005-10-21 00:42:43 +0200 (ven, 21 oct 2005) | 2 lines forget path and cleanup class vars in mass update. ------------------------------------------------------------------------ r6122 | toggg | 2005-10-19 18:40:35 +0200 (mer, 19 oct 2005) | 2 lines a special dedicace to sylvieg, hope you like this one :) ------------------------------------------------------------------------ r6121 | redflo | 2005-10-19 16:36:45 +0200 (mer, 19 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6120 | redflo | 2005-10-19 14:56:11 +0200 (mer, 19 oct 2005) | 2 lines removing scaled images from fs works ------------------------------------------------------------------------ r6119 | redflo | 2005-10-19 01:59:06 +0200 (mer, 19 oct 2005) | 2 lines make moving image storage work - not perfectly yet. ------------------------------------------------------------------------ r6118 | toggg | 2005-10-18 20:33:05 +0200 (mar, 18 oct 2005) | 2 lines Autoclose plugins parsed at first thru array, arguments with a single char ------------------------------------------------------------------------ r6114 | redflo | 2005-10-18 17:08:29 +0200 (mar, 18 oct 2005) | 2 lines start of wanted feature: change store of images from/to db/fs ------------------------------------------------------------------------ r6113 | sylvieg | 2005-10-18 14:38:04 +0200 (mar, 18 oct 2005) | 2 lines previous parser didn't need\n ------------------------------------------------------------------------ r6112 | toggg | 2005-10-18 14:08:46 +0200 (mar, 18 oct 2005) | 2 lines Opened the pre_gamtch to get also 1.9.1to1.9.2.sql update script ------------------------------------------------------------------------ r6111 | sampaioprimo | 2005-10-17 22:46:43 +0200 (lun, 17 oct 2005) | 2 lines [MOD] refactor tiki-calendar to create wikiplugin-calendar without repeating code ------------------------------------------------------------------------ r6110 | sylvieg | 2005-10-17 16:20:18 +0200 (lun, 17 oct 2005) | 2 lines to have plugin working (why plugin are in the same rule that pp or np or pre?) + plugin closed in the opening{ARTICLE(id=>1)/} ------------------------------------------------------------------------ r6109 | lfagundes | 2005-10-17 02:05:54 +0200 (lun, 17 oct 2005) | 2 lines freetag template, works like categorize.tpl ------------------------------------------------------------------------ r6108 | lfagundes | 2005-10-17 02:04:56 +0200 (lun, 17 oct 2005) | 2 lines corrected some errors in freetaglib.php, created freetag_apply and freetag_list that work like categorize and categorize_list.php respectively. ------------------------------------------------------------------------ r6107 | lfagundes | 2005-10-16 19:11:58 +0200 (dim, 16 oct 2005) | 2 lines [ADD] FreetagLib, based on Freetag, translated to tiki style ------------------------------------------------------------------------ r6106 | mose | 2005-10-16 16:35:10 +0200 (dim, 16 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6105 | amette | 2005-10-16 05:51:06 +0200 (dim, 16 oct 2005) | 2 lines PHP5 compat ------------------------------------------------------------------------ r6104 | sylvieg | 2005-10-14 20:06:44 +0200 (ven, 14 oct 2005) | 2 lines some escape ------------------------------------------------------------------------ r6103 | sylvieg | 2005-10-14 15:50:34 +0200 (ven, 14 oct 2005) | 2 lines list_comments displays a summary of all the comments (wiki, article, blog..) and enable you to delete them - handy in case of spam ------------------------------------------------------------------------ r6094 | michael_davey | 2005-10-11 11:26:41 +0200 (mar, 11 oct 2005) | 2 lines global before include ------------------------------------------------------------------------ r6092 | michael_davey | 2005-10-10 19:49:57 +0200 (lun, 10 oct 2005) | 2 lines use tiki error page for var checks ------------------------------------------------------------------------ r6091 | michael_davey | 2005-10-10 19:46:31 +0200 (lun, 10 oct 2005) | 2 lines if msg is present and error is not, use that ------------------------------------------------------------------------ r6090 | michael_davey | 2005-10-10 19:45:53 +0200 (lun, 10 oct 2005) | 2 lines hex var check ------------------------------------------------------------------------ r6089 | michael_davey | 2005-10-09 23:19:13 +0200 (dim, 09 oct 2005) | 2 lines fix undefined variable info - move return statement to correct place ------------------------------------------------------------------------ r6078 | luciash | 2005-10-07 02:34:30 +0200 (ven, 07 oct 2005) | 2 lines * hide gender info when set to "Hidden" ------------------------------------------------------------------------ r6077 | luciash | 2005-10-07 01:08:04 +0200 (ven, 07 oct 2005) | 2 lines * KISS - removing the optional feature requirement from user's gender while it's set to "Hidden" by default anyway and doesn't need to consume more unnecessary feature checks ------------------------------------------------------------------------ r6076 | sylvieg | 2005-10-06 19:32:08 +0200 (jeu, 06 oct 2005) | 2 lines kilobytes ------------------------------------------------------------------------ r6075 | sylvieg | 2005-10-06 19:19:50 +0200 (jeu, 06 oct 2005) | 2 lines some stat about volume/category ------------------------------------------------------------------------ r6074 | sylvieg | 2005-10-06 17:31:17 +0200 (jeu, 06 oct 2005) | 2 lines edit css button display ------------------------------------------------------------------------ r6073 | lfagundes | 2005-10-05 15:42:36 +0200 (mer, 05 oct 2005) | 2 lines [FIX] upcoming event link to event details instead of calendar ------------------------------------------------------------------------ r6072 | sylvieg | 2005-10-04 14:08:14 +0200 (mar, 04 oct 2005) | 2 lines some timeout were missing - sessionId can be reused ------------------------------------------------------------------------ r6071 | sylvieg | 2005-10-04 13:58:05 +0200 (mar, 04 oct 2005) | 2 lines don't record anonymous timeout ------------------------------------------------------------------------ r6070 | sylvieg | 2005-10-04 12:56:07 +0200 (mar, 04 oct 2005) | 2 lines don't record anonymous timeout ------------------------------------------------------------------------ r6069 | sylvieg | 2005-10-04 12:53:34 +0200 (mar, 04 oct 2005) | 2 lines fix nb of dicarded when only group pb ------------------------------------------------------------------------ r6067 | sylvieg | 2005-10-04 00:13:57 +0200 (mar, 04 oct 2005) | 2 lines test ------------------------------------------------------------------------ r6066 | sylvieg | 2005-10-03 23:45:48 +0200 (lun, 03 oct 2005) | 2 lines a better control of overwrite if upload user with different case + can overwrite groups + warning if group doesn't exist ------------------------------------------------------------------------ r6065 | sylvieg | 2005-10-03 19:46:06 +0200 (lun, 03 oct 2005) | 2 lines bad merge ------------------------------------------------------------------------ r6064 | sylvieg | 2005-10-03 19:21:46 +0200 (lun, 03 oct 2005) | 2 lines Instant-Auto-Merge from BRANCH-1-9 to HEAD ------------------------------------------------------------------------ r6063 | toggg | 2005-10-03 18:58:28 +0200 (lun, 03 oct 2005) | 2 lines The most important was still missing in the parser NT : Smileys !!! ------------------------------------------------------------------------ r6062 | michael_davey | 2005-10-02 21:37:04 +0200 (dim, 02 oct 2005) | 2 lines use accesslib ------------------------------------------------------------------------ r6061 | toggg | 2005-10-01 18:18:10 +0200 (sam, 01 oct 2005) | 2 lines Function ans Phplookup rules aren't used by Tiki ------------------------------------------------------------------------ r6060 | toggg | 2005-10-01 17:56:29 +0200 (sam, 01 oct 2005) | 2 lines Back from pear: Function and Phplookup rules not used by tiki ------------------------------------------------------------------------ r6059 | toggg | 2005-10-01 17:54:35 +0200 (sam, 01 oct 2005) | 2 lines Back from pear: ~np~ , ~pp~ , <pre> and plugins now done the same "round" ------------------------------------------------------------------------ r6057 | michael_davey | 2005-10-01 17:34:39 +0200 (sam, 01 oct 2005) | 2 lines fix kludge by using an additional db column ------------------------------------------------------------------------ r6055 | michael_davey | 2005-10-01 15:58:30 +0200 (sam, 01 oct 2005) | 2 lines additional column for tiki_events table: file to include ------------------------------------------------------------------------ r6054 | toggg | 2005-09-30 22:19:44 +0200 (ven, 30 sep 2005) | 2 lines backport from pear : > is already > , 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.