Skip to content
  1. Mar 17, 2016
  2. Feb 02, 2016
  3. Dec 09, 2015
  4. Feb 06, 2015
  5. Sep 29, 2014
  6. Apr 12, 2014
  7. Jan 05, 2013
  8. Sep 20, 2012
  9. Jan 12, 2012
  10. Nov 27, 2011
  11. Sep 30, 2011
  12. Aug 14, 2011
  13. Aug 13, 2011
  14. Mar 02, 2011
  15. Feb 28, 2011
  16. Feb 27, 2011
  17. Dec 15, 2010
    • Jonny Bradley's avatar
      [bp/r31354 & 31355] From xajax_removal branch. · b54002d2
      Jonny Bradley authored
      [KIL] xajax removal: First pass of removing Xajax.
      3rd party library link disconnected and support files removed.
      "loadComponent" functionality removed.
      Remaining dependant features' (gmap, webmail, shoutbox) ajax operation disabled and marked with AJAX_TODO comments.
      [KIL] xajax removal: Part 2 - feature_wiki_save_draft
      Table tiki_page_drafts not removed to preserve existing data but removed from tiki.sql for new installs.
      Script in devtools started for manual removal.
      b54002d2
  18. Sep 13, 2010
    • Jonny Bradley's avatar
      [bp r29148,29149,29150] from wysiwyg_ckeditor_update - splitting feature_ajax. · 0bed187f
      Jonny Bradley authored
      [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).
      0bed187f
  19. Aug 09, 2010
  20. Feb 11, 2010
  21. Feb 07, 2010
  22. Aug 11, 2009
    • Jonny Bradley's avatar
      [MOD] QuickTags to Toolbars: The big renaming ceremony! · 88f6ed32
      Jonny Bradley authored
      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.
      88f6ed32
  23. Aug 07, 2009
    • Jonny Bradley's avatar
      [NEW] Toolbars revamp from coe branch · 08147fae
      Jonny Bradley authored
      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!
      08147fae
  24. Aug 05, 2009
  25. Jul 07, 2009
  26. May 27, 2009
  27. May 10, 2009
  28. Mar 30, 2009
  29. Dec 01, 2008
  30. Nov 27, 2008
  31. Jul 13, 2008
  32. Jul 04, 2008
  33. Mar 30, 2008
  34. Mar 24, 2008
  35. Oct 20, 2007
  36. Oct 12, 2007
    • nyloth's avatar
      [MOD] prefs and user prefs: $prefs array deployement in php + some small fixes · 86185302
      nyloth authored
      (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
      86185302
  37. Aug 10, 2007