History log of /dokuwiki/inc/common.php (Results 276 – 300 of 546)
Revision Date Author Comments
# 84c1127c 12-Aug-2012 Andreas Gohr <andi@splitbrain.org>

correctly check if subscriptions are enabled


# 835242b0 12-Aug-2012 Andreas Gohr <andi@splitbrain.org>

subscription system should work now again

This readds the last part of the subscription system: the normal "every"
subscriptions.


# adec979f 12-Aug-2012 Andreas Gohr <andi@splitbrain.org>

more subscription refactoring BROKEN

now the actual sending of bulk messages (digest, list) is reimplemented
and partially tested.

Still not complete


# 079b3ac1 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

highlight queries from popular serch engines only FS#2448


# 25ca5b17 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

removed obsolete parameter from script() FS#2365


# 7d01a0ea 27-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

more INPUT wrapper uses: cache purge, sectok, getID


# 3272d797 25-Jun-2012 Andreas Gohr <andi@splitbrain.org>

some code cleanup and php docs


# 16f15a81 14-May-2012 Dominik Eckelmann <deckelmann@gmail.com>

empty ID in wl() will be treated as $conf['start']


# 22ef1e32 23-Apr-2012 Andreas Gohr <andi@splitbrain.org>

added option to disable reverse DNS lookups


# ae7c596c 15-Apr-2012 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into htmlmail

* master: (382 commits)
Romanian language update
Marathi language update
Arabic Language Update
when there's not enough space for images, make sure they s

Merge branch 'master' into htmlmail

* master: (382 commits)
Romanian language update
Marathi language update
Arabic Language Update
when there's not enough space for images, make sure they stay proportional (might be FS#2480)
added minimal RTL print styles (part of FS#2185)
moved plugins' rtl.css to their style.css counterpart (part of FS#2185)
removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary
removed comments from accidentally commented lines in tpl_includeFile()
removed obsolete template file
added tpl_includeFile() to core
Make getTitle method in remote interface public
Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors.
BG: language update
Korean language update
fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447)
deleted very old (and unused) images
added accidentally removed '<?php' back in (was in 57fc5edd)
wrapped X-UA-Compatible meta tag with conditional comments
added explanation to todo in _forms.css
removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950)
...

Conflicts:
inc/auth.php
inc/load.php

show more ...


# 63703ba5 16-Mar-2012 Andreas Gohr <andi@splitbrain.org>

coding style updates


# 04058413 14-Mar-2012 Andreas Gohr <gohr@cosmocode.de>

add missing table tags for HTML diff mails


# 9f3eca0b 09-Mar-2012 Andreas Gohr <andi@splitbrain.org>

Add various headers to the mails FS#2247. pull request #83 closed


# 47a906ea 09-Mar-2012 Andreas Gohr <andi@splitbrain.org>

use inlinestyles for diffs in HTML mails


# b796e32e 04-Mar-2012 Andreas Gohr <andi@splitbrain.org>

fixed missing replacement for HTML notify mails


# 2adaf2b8 13-Nov-2011 Andreas Gohr <andi@splitbrain.org>

allow non-txt extensions when accessing locales


# 6df843ee 12-Nov-2011 Andreas Gohr <andi@splitbrain.org>

Make use of new Mailer class in notify()

It now uses inline diff format for diff HTML mails


# 8071beaa 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

bind security token to username

This makes the security token more robust agains session fixation
attacks. A CSRF warning will no longer abort a page save but lead to the
preview mode to avoid infor

bind security token to username

This makes the security token more robust agains session fixation
attacks. A CSRF warning will no longer abort a page save but lead to the
preview mode to avoid information loss when a user logs in during
editing (eg in another tab).

show more ...


# 85fef7e2 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

allow page unlocking based on session IDs FS#2262


# 407e65b9 15-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Treat a whitespace-only page as empty and delete it FS#2283


# 554a8c9f 24-Sep-2011 Adrian Lang <mail@adrianlang.de>

More mediamanager reworking


# 47e84e7a 25-Aug-2011 Kate Arzamastseva <pshns@ukr.net>

merging


# c5f92742 19-Aug-2011 Michael Hamann <michael@content-space.de>

Don't delete meta files when pages are deleted, fixes FS#2301

As we need to keep all core meta files anyway (the only core file that
had been deleted but shouldn't be deleted is the .indexed file) a

Don't delete meta files when pages are deleted, fixes FS#2301

As we need to keep all core meta files anyway (the only core file that
had been deleted but shouldn't be deleted is the .indexed file) and
plugins can keep care of their own metadata files using the
IO_WIKIPAGE_WRITE event there is no reason for using the expensive
metaFiles() function during the deletion of pages.

show more ...


# 0b926329 10-Jun-2011 Kate Arzamastseva <pshns@ukr.net>

recent changes fix


# 61f1aad8 05-Jun-2011 Kate Arzamastseva <pshns@ukr.net>

media version saving fixes


1...<<11121314151617181920>>...22