summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* config plugin update - fix choices for 'maxtoclevel'chris2006-02-24
| | | | darcs-hash:20060223230053-9b6ab-5fa0fbee8f0a1cb792d7ee21ed97d94fce31cf17.gz
* usermanager update for enhanced canDochris2006-02-08
| | | | darcs-hash:20060208020657-9b6ab-4499d17f3e1b3b67c906b2f27a661cc9449a8d72.gz
* change only changed datamatthiasgrimm2006-02-02
| | | | | | | | This patch changed the modifyUser function of the user manager so that it only forward data fields to the backend that the user really changed. Unchanged or empty fields will be skipped. darcs-hash:20060202192030-7ef76-a221f16cafd24eef632b6554ada90aee8b500b8b.gz
* serbian translationFilip Brcic2006-02-04
| | | | darcs-hash:20060204144729-513c7-c3116877b07365cfb128c3477a3f9bf4d962c30a.gz
* new way of auth module capability checkingAndreas Gohr2006-02-03
| | | | | | | | | | This changes the way of how the capabilities of the used auth module are checked as suggested as first option in http://www.freelists.org/archives/dokuwiki/01-2006/msg00267.html The MySQL backend WAS NOT TESTED and probably needs some work. darcs-hash:20060203150302-7ad00-c524cafe20499f32e76ad42b4e68d7c635f6a9e9.gz
* fix for PHP5/Win, avoid initialising an array as a function parameterchris2006-02-03
| | | | darcs-hash:20060202232249-9b6ab-714f97dd150f2e0e7bef5458ab74f5336a1e5f8c.gz
* user manager fix, avoid calling getUserCount method when it isn't availablechris2006-02-02
| | | | darcs-hash:20060202022500-9b6ab-896f1c762fa6aa9307fe30e8762fd6b424c717f7.gz
* plugin manager fix for php5/win bugchris2006-02-02
| | | | darcs-hash:20060202022424-9b6ab-36275dd4c71c272d332de76dd39cc45024c6cc18.gz
* show disabled user edit button in greymatthiasgrimm2006-02-01
| | | | | | | | This patch adds a grey image for the user edit button that indicates that the button is inactive and can't be triggered. darcs-hash:20060201182902-7ef76-f2054073d349662c0021edc4a16244504df5c77d.gz
* conflict resolving for plugin manager updateAndreas Gohr2006-01-31
| | | | darcs-hash:20060131211639-7ad00-910dc1d06c7375284fc351376c4a6af49dc41c27.gz
* update wl,ml,buildURLParams with optional separator string, update config ↵chris2006-01-31
| | | | | | plugin redirect with new wl(), add meta & lang details for $conf['resendpasswd'] darcs-hash:20060130232818-9b6ab-2f395bc25c536b06bb5ade616a8252060ecb5278.gz
* plugin manager update - remove refresh command, strings & associated htmlchris2006-01-30
| | | | darcs-hash:20060130222720-9b6ab-2c71b10602e0052050c5813f5b7b6c02d386b229.gz
* config plugin - updated fix for redirect url constructionchris2006-01-30
| | | | darcs-hash:20060130215927-9b6ab-8b37f29e304c0852c01d2b7e582b8995a1e26a19.gz
* language updatesAndreas Gohr2006-01-30
| | | | darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz
* config plugin - correct prev fix for redirect urlchris2006-01-30
| | | | darcs-hash:20060130142414-9b6ab-908e1c38b395de038436be7946fc56a07978a72a.gz
* config plugin fix for incorrect construction of redirect urlchris2006-01-30
| | | | darcs-hash:20060130141843-9b6ab-ae98b660e830c37c652e96c8d0b28c24ddea0ba2.gz
* config manager update - fix for missing $ID in URLschris2006-01-30
| | | | darcs-hash:20060130134210-9b6ab-6f7f0eb50d95997c1e0d3df79011d7963721591e.gz
* indonesian translationmubaidillah2006-01-29
| | | | darcs-hash:20060129102109-e8571-5fbd8694737fbfcf2c10056d7aed05193bb15e39.gz
* Several more french updates (UI and plugins)gb2006-01-29
| | | | darcs-hash:20060129001120-2060e-aca189a18e75d422619f8c4e66d0abceaaf76593.gz
* config plugin update, fix php5 warnings + other improvementschris2006-01-28
| | | | darcs-hash:20060128011605-9b6ab-38b917f8e1b311ff319d1cfd356369e428e95c3e.gz
* config plugin style changechris2006-01-27
| | | | darcs-hash:20060127215330-9b6ab-f0ded8e33e65ca4b74616ebe88bab8973f464b90.gz
* moved translations for ACL managerAndreas Gohr2006-01-27
| | | | darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
* functions for handling plugin settings with config managerEsther Brunner2006-01-27
| | | | darcs-hash:20060127001636-283c4-a54e5b7aaab261d9c875686fe4ccfb483ee7358b.gz
* closed <td> in acl pluginAnika Henke2006-01-26
| | | | darcs-hash:20060126225603-d5083-eade1a84225396378bcf52ebce70c5dc74f8ee04.gz
* usermanager start value missingmatthiasgrimm2006-01-26
| | | | | | | | | | The start value of the user list was corrupted, if in search mode but _REQUEST['search'] was empty. An empty start value passed to the authentication backends might cause an error (in MySQL backend for sure). This patch fixes this. darcs-hash:20060126195356-7ef76-d899fb08bba42de487f695536f4ae0cdeb3a0eaa.gz
* scroll__here supportAndreas Gohr2006-01-26
| | | | | | | | This adds a simple JavaScript behavior. When an element with the id 'scroll__here' is found in the document the browser will scroll this element into view. Useful to scroll to some output after form submitting. darcs-hash:20060126212926-7ad00-b359915a5d6a299652134d8dfa64015786283b6b.gz
* java script changesAndreas Gohr2006-01-26
| | | | | | | This adds a javascript confirmation for the delete button in the user manager. It also adds the $() shortcut function known from the prototype library. darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz
* $conf[sepchar] update for config pluginchris2006-01-26
| | | | darcs-hash:20060126012607-9b6ab-ae48f0437ff6170b30514402abc22801fef36902.gz
* user manager updatechris2006-01-26
| | | | darcs-hash:20060126011718-9b6ab-d3d0f485472891ac899b2a3904182382182ebbd8.gz
* config plugin update & removal of $conf['pluginmanager'] optionchris2006-01-26
| | | | darcs-hash:20060126011342-9b6ab-40d04573bef34fa4012edac74186355b9a7ff0d9.gz
* config pluginchris2006-01-25
| | | | darcs-hash:20060125001546-9b6ab-02a6255db9adc4dc22f4970b01a3b148d2b1810c.gz
* user manager pluginchris2006-01-25
| | | | darcs-hash:20060125000731-9b6ab-f42d90c270edd795038b814516a1da90c0824e71.gz
* plugin manager styles update for css substitutionschris2006-01-24
| | | | darcs-hash:20060124145255-9b6ab-6d89986c1f867975cd8ebd7f538a6fb7829a053d.gz
* removed graphical list bulletAndreas Gohr2006-01-21
| | | | | | | | | | | | | | | | | Unordered lists used a graphic for the list bullet. Using the same technique as in the ordered lists we don't need an image just to have the color. This has two advantages: 1. The list bullets still have the correct color when colors are adjusted in style.ini 2. List bullets grow and shrink correctly with the fontsize It has a disadvantage as well: All list items need to be marked up like this: <li><div class darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz
* stricter xhtml compliance -- part 2Anika Henke2006-01-15
| | | | darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz
* plugin manager update, remove js & css file aggregation, improve error handlingchris2006-01-13
| | | | darcs-hash:20060113023414-9b6ab-76bd7b12af34e8f32135c32c22403bd0fb14c98a.gz
* plugin manager, polish locale files (thanks Michal Tkacz)chris2005-11-20
| | | | darcs-hash:20051120173922-9b6ab-c7cb962e1b5c90e19176fb073b6a8b9040ade920.gz
* remove compress detection changes from tarlib, its handled in the wrapperchris2005-09-28
| | | | darcs-hash:20050927223208-9b6ab-dffa89c68fd62072e5da60133ce3e49cc524966f.gz
* plugin manager fix: include some missing global $IDchris2005-09-22
| | | | darcs-hash:20050922154548-9b6ab-5dd76b0175dfbd72910795cea430999e54bbb768.gz
* plugin manager: remove settings buttonchris2005-09-19
| | | | darcs-hash:20050919163618-9b6ab-1c1ccc9103bf1f82e62aba97a244bba787679e28.gz
* plugin manager plugin: remove unneeded global declarationchris2005-09-19
| | | | darcs-hash:20050919153110-9b6ab-799ea7bd45d48f64fc26c6e86fe7fb6678173912.gz
* plugin manager update, improved compression type detectionchris2005-09-15
| | | | darcs-hash:20050915005634-9b6ab-37a0f62cb856f0bdd30956074fabd9c225d926a1.gz
* plugin info fix - correct strtr parameterschris2005-09-14
| | | | darcs-hash:20050914115643-50fdc-df95b6d9464a1e49e16c69b84b389eb10f08a8b7.gz
* io_download mod to allow use of attachment names, plugin manager fix to use ↵chris2005-09-11
| | | | | | new io_download darcs-hash:20050911142126-50fdc-dd1b45c40b33153c3ea993ec53c11d063c34154c.gz
* Fix for Bug#530, remove errant style from Plugin Manager pluginchris2005-09-09
| | | | darcs-hash:20050908221009-50fdc-f25108c07e52a9bf2f3a491c4a4a15d97d4c206d.gz
* plugin manager updatechris2005-09-08
| | | | darcs-hash:20050908000843-50fdc-671b676257b1869e805235459925778a60e7d6f7.gz
* update admin plugin base class, remove plugin_ prefix from main methods, ↵chris2005-09-08
| | | | | | leaving original functions in deprecated form. provide plugin name if no menutext is found darcs-hash:20050908000305-50fdc-0d5fe129ac9ab6a39e2e0ae28b5dbcce83faa70a.gz
* add localisation methods to syntax plugin base classchris2005-09-08
| | | | darcs-hash:20050908000225-50fdc-abc9e505bc9510e309ae061b995bbfbfd1a97b01.gz
* minor fixes needed for searchindex pluginAndreas Gohr2005-09-04
| | | | darcs-hash:20050904203437-7ad00-e0856739efaff3eb63b6ef0821ac318b4f84af9e.gz
* minor fix for obfuscate patchAndreas Gohr2005-09-02
| | | | darcs-hash:20050902203054-7ad00-76384ca4515031c63766eb2e54f3fd3c88ae08b9.gz