| #
9a01fb1d |
| 28-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Add some breaks to while loops.
|
| #
ce2f6047 |
| 28-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Add working EoF and BoF checks when chunck reading. Also isset on meta-last_change-date entry.
|
| #
f9528c0c |
| 27-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Added diff navigation Navigation links to move to previous edit before revision in left column or next/last edit after revision in right column.
|
| #
d14415e3 |
| 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into subscription
* master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct Germ
Merge branch 'master' into subscription
* master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct German plugin manager translation (download != install) correct return in sendDigest() Fix case-insensitive match in ACL checking GeSHi update to 1.0.8.11 ignore empty header on mail sending remove empty BCC/CC mail headers Galician language update some welcome page changes Combine subsequent calls to strtr into a single transformation changed semicolon to colon in link to welcome page to make it less confusing fixed wrong sidebar showing in namespaces when sidebar is disabled Typo fix for TL;DR removed a bunch of outdated and irrelevant networking acronyms added another place to look for logo to make it more consistent (FS#2656) French language update Czech language update compat js findPosX/y more closely mimic historical function ...
Conflicts: inc/auth.php inc/common.php inc/subscription.php lib/exe/indexer.php
show more ...
|
| #
59f20ea3 |
| 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Fix types in inc/changelog.php and initialize variables
|
| #
e920a0a1 |
| 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
handle empty changelog in getRecentsSince()
|
| #
1d901ab2 |
| 02-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed media only RSS feed
when the SKIP_DELETED flag was set, no recent changes where returned for media only queries, becuase file checks where done on page files instead of media files
|
| #
7fa35bb1 |
| 10-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
limit edit summaries to 255 characters
|
| #
b824abd4 |
| 10-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fixes a problem with parsing overlong changelog lines
When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelo
Fixes a problem with parsing overlong changelog lines
When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelog reader (8192 bytes) causing the reader to abort the operation.
This meant that old revisions where no longer accessible. This patch fixes the reader (it continues reading chunks until a full line is found).
However, limiting the summary makes sense and will be added in another patch.
show more ...
|
| #
42025dfd |
| 20-Aug-2011 |
Michael Hamann <michael@content-space.de> |
Fix the permission and file existence check in the recent changes
Before it was possible that changes for media files the user can't access were shown if the user could access a page with the same n
Fix the permission and file existence check in the recent changes
Before it was possible that changes for media files the user can't access were shown if the user could access a page with the same name. This also reverts the file existence check so it now really checks for media changes that the media file exists and for page changes the page and that not one of the two suffice for both.
show more ...
|
| #
6dd095f5 |
| 02-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #10 media revisions/changes in RSS feed
|
| #
421ec38e |
| 30-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #38 links and icons in recent changes
|
| #
b5941dfa |
| 25-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
Recent Changes integration of media changes
|
| #
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
|
| #
29778747 |
| 04-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media revisions in recent changes
|
| #
e4f389ef |
| 26-May-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media version saving
|
| #
a8e72133 |
| 22-Dec-2010 |
Andreas Gohr <gohr@cosmocode.de> |
store the creator's login name in metadata FS#1397
|
| #
a365baee |
| 13-Nov-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
improved some metadata comments
|
| #
de3eb1d7 |
| 28-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Small fixes / cleanup
|
| #
ee4d22e0 |
| 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1826, stop forcing rendering of metadata when updating metadata in addLogEntry()
|
| #
49eb6e38 |
| 15-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
some more coding standard compliance updates
|
| #
c66972f2 |
| 04-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $IN
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient
darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
show more ...
|
| #
2f9daf16 |
| 10-Apr-2009 |
Andreas Gohr <andi@splitbrain.org> |
Make more use of clientIP() FS#1668
Ignore-this: 13616da575fbe56064b2aa3d1d803bf5
darcs-hash:20090410181613-7ad00-b74c82c1f9296a2cb0d00b03316141b19821bda1.gz
|
| #
99c8d7f2 |
| 18-Jan-2009 |
michael <michael@content-space.de> |
Media changelog added
There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, tha
Media changelog added
There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions.
Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten.
darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz
show more ...
|