Skip to content
Snippets Groups Projects
  1. Jan 21, 2006
    • Andreas Gohr's avatar
      urlencode -> rawurlencode (related to #685) · b6c6979f
      Andreas Gohr authored
      This changes nearly all occurences of urlencode to rawurlencode. The latter
      encodes spaces as %20 while the former uses a + sign. For the use in browser
      URLs %20 is the correct form.
      
      darcs-hash:20060121192747-7ad00-6563b77368a41f071609495c6a145982938a8301.gz
      b6c6979f
    • Andreas Gohr's avatar
      removed graphical list bullet · 0c6b58a8
      Andreas Gohr authored
      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
      0c6b58a8
  2. Jan 15, 2006
  3. Jan 14, 2006
  4. Nov 25, 2005
  5. Nov 18, 2005
  6. Nov 11, 2005
  7. Nov 03, 2005
    • Andreas Gohr's avatar
      hidepages configoption · 0dc92c6f
      Andreas Gohr authored
      This new option accepts a RegExp to filter certain pages from all automatic
      listings (RSS, recent changes, search results, index). This is useful to
      exclude certain pages like the ones used in the sitebar templates. The
      regexp is matched against the full page ID with a leading colon. If it
      matches the page is assumed to be a hidden one.
      
      IMPORTANT: this is not related to ACL. A hidden page is still visible to all
      users (if not restricted by ACL) when linked or called directly.
      
      darcs-hash:20051103101726-6e07b-8d45912a1b4f6cfc9e3fce147c15f84a58ea7ca2.gz
      0dc92c6f
  8. Nov 01, 2005
  9. Oct 29, 2005
  10. Oct 28, 2005
    • Andreas Gohr's avatar
      JavaScript refactoring · bad31ae9
      Andreas Gohr authored
      This patch addes a first go on a central javascript and CSS dispatcher
      which builds a single script from all needed scripts, does optimizing
      and caching.
      
      darcs-hash:20051029002652-7ad00-7558b569c2bf65f5e41820644580d97c62edd0d6.gz
      bad31ae9
  11. Oct 21, 2005
  12. Oct 20, 2005
  13. Oct 15, 2005
    • Andreas Gohr's avatar
      insert media with leading colon · 6e37f3d9
      Andreas Gohr authored
      fixes a bug when a mediafile from the top namespace is referenced in
      a subnamespace. Thanks to Otto Vainio for reporting
      
      darcs-hash:20051015191850-7ad00-b5c2c965b6032b081973e25d02adb2a9408b54de.gz
      6e37f3d9
    • Andreas Gohr's avatar
      more unobstrusive javascript · 5e163278
      Andreas Gohr authored
      The edit form now is free of inline event handlers. There are still other
      places where inline javascript and even document.write is used which should
      be fixed as well. Currently the window.onload event is used to initialize
      everything which may not the best way to do so. Dean Edwards may have a
      solution: http://dean.edwards.name/weblog/2005/09/busted/
      
      darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
      5e163278
  14. Oct 08, 2005
  15. Oct 13, 2005
    • matthiasgrimm's avatar
      back button fix · 6222040c
      matthiasgrimm authored
      The back button corrupted the varable $ID which is used by the indexer.
      
      darcs-hash:20051013170633-7ef76-8102f8c8e658d0032783d825a648c13303373c82.gz
      6222040c
  16. Oct 02, 2005
    • Andreas Gohr's avatar
      minor edit checkbox · b6912aea
      Andreas Gohr authored
      This patch adds a minor edit checkbox to the edit form for logged in
      users. Minor edits are displayed different in recent changes and the
      page revision history. The RSS feed excludes minor edits by default -
      this can be changed by adding a minor
      
      darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz
      b6912aea
  17. Oct 01, 2005
  18. Sep 21, 2005
  19. Sep 16, 2005
    • su's avatar
      action_link classes · b7af031c
      su authored
      darcs-hash:20050916232433-0835e-fa17547516d5cd02175c9d96806100f9a9eca6ba.gz
      b7af031c
  20. Sep 14, 2005
    • joe.lapp's avatar
      made tpl_img() arguments more intuitive · f8925855
      joe.lapp authored
      Caller passes non-zero dimension only when proportionately limiting the
      image by that dimension; no need to pass very large numbers to preserve
      the image's original dimensions or to leave one dimension unconstrained.
      
      darcs-hash:20050915035516-36b45-660f49670164c75285cf3e9051d10786216ec6df.gz
      f8925855
  21. Sep 04, 2005
  22. Aug 27, 2005
    • Andreas Gohr's avatar
      comment additions · bbd37938
      Andreas Gohr authored
      darcs-hash:20050827122257-7ad00-a69f022b248a3ac2d234b5c25eb4bdcf917851b4.gz
      bbd37938
    • Nigel McNie's avatar
      small changes to tpl_youarehere() · 6bd812df
      Nigel McNie authored
      There were a bug where the $conf['startpage'] link is shown twice,
      and I changed the behaviour on finding a link to a page that doesn't
      exist.
      
      darcs-hash:20050827121154-d87d2-d49833b3229523f5b5ae9354fe8d3aff24f983da.gz
      6bd812df
    • Carles Bellver's avatar
      addslashes for JavScript language strings · 1917aabc
      Carles Bellver authored
      If you use a single quote (escaped with a slash, of
      course) in strings 'notsavedyet' or 'qb_alert', then
      the edit toolbar doesn't show in your edit pages.
      This is caused by the way these strings are inserted
      in javascript code in inc/template.php. This patch
      fixes it.
      
      darcs-hash:20050827113536-cc4ee-02805ca80c3cc3fedac65e908dae71af92f412f7.gz
      1917aabc
  23. Aug 24, 2005
  24. Aug 23, 2005
  25. Aug 14, 2005
  26. Aug 08, 2005
    • steven-danz's avatar
      subscribe_changes.patch · f9eb5648
      steven-danz authored
      Updates to the subscription patch to add a configuration option to enable/disable
      the feature, move the messages to the language files, and general cleanup
      
      darcs-hash:20050808045034-4c315-88a72dc8d2b22fdd9af8caa0505ef5c737965c86.gz
      f9eb5648
  27. Aug 14, 2005
    • Andreas Gohr's avatar
      URL rewriting for media files · 6de3759a
      Andreas Gohr authored
      This patch adds nicer URLs for media files (for fetch.php and
      detail.php)
      
      !IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess
      See .htaccess.dist for an example
      
      darcs-hash:20050814101834-7ad00-37ef1dea00affc9d808d9ee1289fa7454199cd24.gz
      6de3759a
  28. Aug 06, 2005
  29. Jun 26, 2005
    • Steven Danz's avatar
      track_changes.patch · b158d625
      Steven Danz authored
      Second go at including changes to allow users to sign up on
      mailing lists so they may receive emails each time the page
      they are interested in is updated.
      
      darcs-hash:20050627021748-3ed6d-5f6993f51ab649e3928a513b0fbe7c421d880325.gz
      b158d625
  30. Aug 01, 2005
    • Andreas Gohr's avatar
      Load plugin javascript · 3600bd52
      Andreas Gohr authored
      Javascript files from plugins called script.js are loaded automatically
      
      darcs-hash:20050801182242-7ad00-2bc839c92c54e641347ed1cbeadf8bba3ef6a7a8.gz
      3600bd52
  31. Jul 31, 2005
    • Andreas Gohr's avatar
      image metadata editor · 36df6fa3
      Andreas Gohr authored
      This patch adds an meta data editor for JPEG files. Currently title,
      caption, artist, copyright and keywords can be saved. The data is saved
      to the apropriate IPTC fields. Additional fields can be added in the
      appropriate template.
      
      Compatibility testing with other programs is needed!
      
      darcs-hash:20050731163554-7ad00-dd936ec19549203dcf72de8774309c0b17d0b679.gz
      36df6fa3
    • Andreas Gohr's avatar
      optimized Image metadata handling · 23a34783
      Andreas Gohr authored
      darcs-hash:20050731115030-7ad00-2a1a423985864f0daae57545c2f3945abfc10257.gz
      23a34783
    • Andreas Gohr's avatar
      Plugins can add their own CSS now · 4b15e09d
      Andreas Gohr authored
      Plugins can use their own styleheets now. They are loaded in the tpl_metaheader
      function.
      
      The following files are used if existing in the plugin's directory:
      
      style.css  - overall style used always
      screen.css - only used in normal view (media
      
      darcs-hash:20050731073521-7ad00-dcece7a255d3b08a1d2da9f2444b31e628ee76ea.gz
      4b15e09d
  32. Jul 29, 2005
Loading