[ Index ] |
|
Code source de Serendipity 1.2 |
1 # $Id$ 2 3 (The latest changes are documented in the NEWS-file) 4 5 Version 0.5-pl1 (February, 14th 2004) 6 ------------------------------------------------------------------------ 7 8 * Fixed XHTML-invalid anchor name (garvinhicking) 9 10 * Fixed installation problems [file_get_contents, htacces 11 copy&paste] for PHP < 4.3.0 (garvinhicking) 12 13 * Fix leaking draft entries by directly entering URL or using 14 quicksearch (garvinhicking) 15 16 * Fixed output of an empty external stylesheet on admin panel 17 (garvinhicking) 18 19 * Do not output comment-type ("NORMAL") on entry view 20 (garvinhicking) 21 22 * Fixed RSS 0.91 feed (was not printing any entries) (garvinhicking) 23 24 Version 0.5 (February 6th, 2004) 25 ------------------------------------------------------------------------ 26 27 * Fixed bug not showing comment or entry admin-tools on apparently 28 static pages (garvinhicking, tomsommer) 29 30 * RSS 1.0 feed supported (garvinhicking) 31 32 * Redirection after a comment has been added to prevent users 33 refreshing a page and double-submitting. (garvinhicking) 34 35 * Fixed RSS feed to only show comments when they are associated with 36 an entry_id (garvinhicking) 37 38 * Fixed page counter to count pages depending on the entries per 39 page, and not hardcoded 15 entries (garvinhicking) 40 41 * Atom 0.3 feed supported (with xml-stylesheet display) 42 (garvinhicking) 43 44 * Fixed format of mail to not send invalid mails (garvinhicking) 45 46 * Added Yahoo! blog ping (garvinhicking) 47 48 * Format trackbacks with link to the originating blog in comments 49 plugin (garvinhicking) 50 51 * The items of the comment-RSS feeds now have their GUID per 52 comment, not per entry. This allows feedreaders to properly 53 display updated to that feed. (garvinhicking) 54 55 * Do not output our own trackbacks inside the comments plugin. Use 56 anchors on the title-link to each comment. (garvinhicking) 57 58 * Moved languages to its own folder and added available languages as 59 a dropdown in the installer (tomsommer) 60 61 * Added spanish translation (Luis Cervantes) 62 63 * Added input box to admin entry panel where you can provide an 64 entry id to be directly edited. (garvinhicking) 65 66 * Edit an entry directly from your frontend (link beside trackbacks) 67 (garvinhicking) 68 69 * Made pinging blogs configurable/changeable per-entry. Added 70 "blogg.de" to RPC-ping list (garvinhicking) 71 72 * Fixed referrer and exit tracking on PostgreSQL (jtate) 73 74 * Added support for pinging weblogs.com, blo.gs, blogrolling.com and 75 technorati.com to announce new entries. (jimwinstead & 76 sebastianbergmann) 77 78 * Added mod_rewrite rules to .htaccess templates (garvinhicking) 79 80 * Changed installer to allow selection of desired rewrite rule, if 81 any. (tomsommer) 82 83 * Used patch from Craig O'Shannessy (modified and expanded to all 84 occurences) to allow usage of s9y without mod_rewrite/ 85 ErrorDocument Handlers. (garvinhicking) 86 87 * Created a clickable label for the autologin, german translation 88 (garvinhicking) 89 90 * Allow Autologin, saving login information in a cookie (tomsommer 91 & jtate) 92 93 * HTML-Nugget can now be configured to preserve textformatting. 94 Default is 'apply textformatting' to stay backwards-compatible. 95 (garvinhicking) 96 97 Version 0.4 (December 12th, 2003) 98 ------------------------------------------------------------------------ 99 100 * Fixed bug #841972 - Remove reference to leer.png (tomsommer) 101 102 * RSS2.0-feed now contains wfw:comments link for per-entry comments. 103 Is interpreted by SharpReader i.e. (garvinhicking) 104 105 * XHTML1 compatibility fixes, missing <tr> from the calendar fixed. 106 Thanks to casper/jedijab79 from the forums (garvinhicking) 107 108 * Reworked Syndication plugin to allow future embedding of new RSS- 109 fields depending with individual content. 110 111 First example is the pubDate-field for the 'channel'-context, as 112 suggested by Justin Alcorn (garvinhicking) 113 114 * Added ability to close (and re-open) comments for certain entries 115 [needs DB update!] (garvinhicking) 116 117 * Fixes for comments-plugin (for 0 comments, dateformat) (tomsommer) 118 119 * Fixes for mt-XMLRPC API (gschlossnagle) 120 121 * Fixed embed-check for more strict type comparison (garvinhicking) 122 123 * Relative links inside the RSS-feed will get converted to absolute 124 ones (garvinhicking) 125 126 * Fixed trackbacks sending HTML tags and registering unslashed text 127 in excerpt (tomsommer) 128 129 * Fix bug #816499 - Serendipity should search for `convert` binary 130 in /usr/bin (tomsommer) 131 132 * Corrected path to entries printed in the comment plugin 133 (tomsommer) 134 135 Version 0.3 (October 7th, 2003) 136 ------------------------------------------------------------------------ 137 138 * Fixed evaluation of the 'embed' variable and added a small 'HowTo' 139 to the INSTALL file (garvinhicking) 140 141 * Fixed problem with escaping single quotes during installation 142 (tomsommer) 143 144 * Fixed problem with dual-trailing slashes in paths during 145 installation (tomsommer) 146 147 * Configuration/installation will now save the current s9y version 148 to the config file... Thereby allowing upgrades at a later point 149 (tomsommer) 150 151 * Include <slash:comments> in RSS-Feed. Shows amount of comments 152 available 153 154 * Differentiate subscription mails between regular comment and 155 trackback and adjust the mail's content corresponding to this 156 (garvinhicking) 157 158 * Added verbose output for DB creation on installation, PostgreSQL 159 DB-setup fixes (jtate) 160 161 * Made XHTML-compatibility fix to radio buttons of the installer 162 (garvinhicking) 163 164 * Allow for browseing of categories (on multiple pages) and have 165 per-category RSS-feed (garvinhicking & sbergmann) 166 167 * Fixed display of category in full article (garvinhicking) 168 169 * Expand all config categories in installer when s9y is first 170 installed (garvinhicking) 171 172 * Added select-dropdown configuration directive for the plugins 173 (garvinhicking) 174 175 * Prepended language defines with a '@' to suppress error messages 176 for fallback-language (garvinhicking) 177 178 * Fixed search results not displaying all content (garvinhicking) 179 180 * Fixed some undefined indexes/constants (garvinhicking) 181 182 * Support manual editing of the publish date on articles, can be 183 disallowed via $serendipity['allowDateManipulation'] ( 184 garvinhicking) 185 186 * Added SQL upgrade files from 0.2 to 0.3 (troutgirl) 187 188 * Fixed a number of bugs with language detection and display during 189 installation (tomsommer) 190 191 * Fixed bug for fetching entries on a certain date. Now s9y dies 192 with an error message if MySQL errors occur (garvinhicking) 193 194 * Display link to trackbacks on single-article view (garvinhicking) 195 196 * Enable preview to include extended body (garvinhicking) 197 198 * Display author in previewed entry (tomsommer) 199 200 * Resize images based on original image proportions, not by fixed 201 width & height (tomsommer) 202 203 * Added option to preview entries (jhermanns) 204 205 * Added ability to save drafts of entries (jhermanns) 206 207 * Fixed some links not being formatted for exit-tracking, if the 208 link appeared more than once in an entry (tomsommer) 209 210 * Added radio-button and "spacer" configuration directives for the 211 plugins (garvinhicking) 212 213 * RSS-feeds and fields can now be customized within the plugin 214 configuration (garvinhicking 215 216 * Send X-Powered-By and X-Engine mail-headers with each mail 217 Serendipity sends, for easier debugging (tomsommer) 218 219 * Added Powered-By META tag to identify Serendipity Blogs even if 220 the admin has disabled the power-by plugin (tomsommer) 221 222 * Allow for descriptions of each configuration-category (tomsommer) 223 224 * Timestamps in comments are now shown in 24-hour format (tomsommer) 225 226 * Send X-Powered-By and X-Engine mail-headers with each mail 227 Serendipity sends, for easier debugging (tomsommer) 228 229 * Trackback pings where only accepted on a POST method. Moveable 230 Type uses GET, so we now accept both. (garvinhicking) 231 232 * Fixed issue where trackbackpings were only sent to links in 233 extended entry, if one existed, discarding the standard body 234 (garvinhicking) 235 236 * Fixed issue where two users sharing same username & password would 237 not be able to log in correctly, causing errors on the admin pages 238 (tomsommer) 239 240 * Fixed issue where installation would execute SQL instructions even 241 if a table already existed, creating "ghost"-authors (tomsommer) 242 243 * Allow unsubscription of already subscribed entries (tomsommer) 244 245 * Allow subscription of blog-visitors to receive comments for an 246 entry (tomsommer) 247 248 * Restrict calendar to only browse between the dates you have 249 comments available for (garvinhicking) 250 251 * Added external plugin to display the latest comments on a sidebar 252 (experimental, garvinhicking) 253 254 * Add Link to extended entry in RSS-feed, if existing 255 (garvinhicking) 256 257 * Unified and optimized admin login functionality (tomsommer) 258 259 * Fixed trackback functionality (tomsommer) 260 261 * Send User-Agent "Serendipity/v" when trackbacking (tomsommer) 262 263 * New default theme (tomsommer) 264 265 * New config section ('Appearance') and new option to block certain 266 hosts from being put into the referer table (garvinhicking) 267 268 * Installer/configuration categories can now be folded in DHTML- 269 compatible browsers (garvinhicking, tomsommer) 270 271 * Conserve linebreaks in RSS comments. (garvinhicking) 272 273 * Allow deleting categories (moving articles to another category) 274 (garvinhicking) 275 276 * Autodetect language on installation (garvinhicking) 277 278 * RSS feeds properly utf8encoded, added <webMaster>, 279 <managingEditor>,<comments>,<category> and <generator> tag 280 (garvinhicking) 281 282 * RSS feed now contains <image> link to pixel/rss_banner.png (if 283 existing), otherwise use pixel/s9y_banner_tiny.png (garvinhicking) 284 285 * External Plugin for hotword/acronym replacements, as well as any 286 other content-rewriting plugin (garvinhicking) 287 288 * Show updated values after submit, remove config entries when a 289 plugin is removed (garvinhicking) 290 291 * Added an RSS-feed for comments to entries only (garvinhicking) 292 293 * Fixed archives to not properly show entries from the first/last 294 day of a month (garvinhicking) 295 296 * Fixed the database by separating primary key from {AUTOINCREMENT} 297 (jtate) 298 299 * Rewrote installer (tomsommer) 300 301 * Added support for postgres (jtate) 302 303 * Fixed replacement of {TEMPLATE_PATH} to be relative (tomsommer) 304 305 * Major codestyle, HTML and XHTML cleanup (garvinhicking) 306 307 * Removed lots of static non-translated text (garvinhicking) 308 309 * Remove config entries when a plugin is removed (garvinhicking) 310 311 * After plugin update, show the new values for the plugin instead 312 the old ones (garvinhicking) 313 314 * After submitting a comment, redirect back to the actual previous 315 page (tomsommer) 316 317 * Fixed inclusion of templates vs. database-CSS (tomsommer) 318 319 * Fixed CSS not being showed during installation (tomsommer) 320 321 * Cleaned up the comment-form (tomsommer) 322 323 * Fixes a bug that the last day of a month was not taken into 324 account of the archives (garvinhicking) 325 326 * Allow embeding of serendipity in your custom homepage (wrapFile 327 directive - see http://blog.supergarv.de/ for example) 328 (garvinhicking) 329 330 * Added a new file serendipity_define.js.php which can be pre- 331 included to a Java-script to set some variables (garvinhicking) 332 333 * alt tag with '' instead of "" (garvinhicking) 334 335 * Added CVS ID tags to file-headers (garvinhicking) 336 337 * Added 'Force XHTML11' config option [not used yet] (garvinhicking) 338 339 * Made direct links to each comment, actually point to the right URI 340 (tomsommer) 341 342 * Inserted htmlentities() for comments output. Was vulnerable to 343 cross-site scripting attacks (garvinhicking) 344 345 * Fixed the "categories listing" so that if there were no 346 categories, it didn't display garbage (jtate) 347 348 * XML header should be utf-8, not ISO-8859-1. This should fix the 349 encoding problems (sterling) 350 351 * Use ISO-8859-1 Charset to display pages (tomsommer) 352 353 * serendipity_date is now an H3, serendipity_title is now an H4 354 (troutgirl) 355 356 * Import stylesheets using @import (troutgirl) 357 358 * Made "H" in 'Posted by X in Y at H' a link, like in movabletype 359 (tomsommer) 360 361 * The line trailing each entry is now adapted to the "common format" 362 'Posted by xx in xx at xx | comments (n) | trackbacks (n)' 363 (jhermanns) 364 365 * Fixed minor problem with case in generated filenames (jhermanns) 366 367 * Removed all short tags '<?=' (jtate) 368 369 * Shortened the search field a little (jhermanns) 370 371 * Updated INSTALL instructions (troutgirl) 372 373 * Solved linebreak problem in "posted by..." via CSS (mueslix) 374 375 * Changed CSS class of "View Extended Entry" and "Posted by..." to 376 serendipity_entryFooter (mueslix) 377 378 * Default template is now set in the DB during installation 379 (jhermanns) 380 381 * Moved includes out of the templates (jhermanns) 382 383 * Fixed some problems with CSS not loading a first try (tomsommer) 384 385 * Saved lots of SQL queries when fetching config variables from the 386 database (tomsommer) 387 388 * Added new template system (tomsommer) 389 390 * Enhanced the insertion of emoticons (jhermanns) 391 392 * Removed static text and made some RSS regexps case-insensitive 393 (jhermanns) 394 395 * Added link to entry in emails, sent when comments or trackbacks 396 are made (tomsommer) 397 398 * Escape potential HTML characters in <title> in RSS feeds (Joyce P 399 & gschlossnagle) 400 401 * HTML is no longer allowed in comments, all HTML is formatted to 402 plain-text (tomsommer) 403 404 * Added direct link, to an entry, in the trackback dialog 405 (tomsommer) 406 407 * Top Referrers and Exits are now click-able (tomsommer) 408 409 * Admin area now uses the same styles as the rest of the blog 410 (tomsommer) 411 412 * New layout in the installer/configuration section (tomsommer) 413 414 * Fixed bug not showing the 6th row in the calendar, if the first 415 day of the month was a Sunday (tomsommer) 416 417 * Both emails and URLs, submitted with comments, are now shown. 418 E-mails are spam-secured, and URLs are checked for validity 419 (tomsommer) 420 421 * Avoid removing static files if pregenerate is not set (Joyce P & 422 tomsommer) 423 424 * Beautified the archives (jhermanns) 425 426 * RSS 2.0 is now default type of feed (sterling) 427 428 * Submitted mails in comments are now click-able (tomsommer) 429 430 * Added support for using *.gif in Image Manager, even if PHP is 431 compiled with read-only gif (tomsommer) 432 433 * Fixing bug #720632 (exit-links in html_nuggets plugin aren't 434 counted) (tomsommer) 435 436 * We now send different notification emails if the comment is a 437 trackback. (tomsommer) 438 439 * Stripped mail from HTML tags (tomsommer) 440 441 * When viewing a single entry, page <title> becomes entry's title. 442 (jhermanns) 443 444 * Links to entries are now called /archives/id_title_of_entry.html 445 (used to be /archives/e_id.html) (jhermanns) 446 447 * Time-ranges are now accessed like this: /archives/200203.html 448 (used to be /archives/d_200203.html) (jhermanns) 449 450 * Better non-WYSIWYG editor for Mozilla and IE users (tomsommer) 451 452 * Added validation to trackback-detection (tomsommer) 453 454 * You can now delete comments and trackbacks if you are logged in 455 (tomsommer) 456 457 * New logo in "Powered By" plugin (jhermanns & tomsommer) 458 459 * Sorting Comments & trackbacks by ID (tomsommer) 460 461 * We now remember comment details in cookies if requested, and 462 delete them if wanted (tomsommer) 463 464 * Added link back to main page (tomsommer) 465 466 * Added support for deletion in blogger and metaweblog APIs 467 (gschlossnagle) 468 469 * Added lots of error-handling to image manager (tomsommer) 470 471 * We now show trackbacks in a separate window, and count them 472 separately (jhermanns) 473 474 * Superuser-login initially sends you to authoring suit now 475 (jhermanns) 476 477 * Beautified mails (tomsommer) 478 479 * In Admin-module 'Edit entries' is now called 'Authoring Suite' 480 (tomsommer) 481 482 * Improved imagick thumbnail generation (jhermanns) 483 484 * You can now delete images in image manager (tomsommer) 485 486 * Fixed lots of missing translations (jhermanns) 487 488 * Added notice if search-string is smaller than 4 chars (tomsommer) 489 490 * Link to the archives is now /archive (jhermanns) 491 492 * Disallow empty comments (tomsommer) 493 494 * Fixed broken auto-trackback discovery (gschlossnagle) 495 496 * Fixed problem with echoing of .htaccess and paths, if installation 497 fails (tomsommer) 498 499 * Added CSS to installation-screen (tomsommer) 500 501 * Fixed bug when displaying individual days by clicking on the 502 calendar (tomsommer) 503 504 * Fixed bug #719016 - (entry-title does not escape correctly) 505 (tomsommer) 506 507 * Allow the showing of *complete* archived months (tomsommer) 508 509 * Fixed typo in serendipity_getCSS_avail() mysql-query (tomsommer) 510 511 * Prevent the Admin interface to be logged as referrer when using 512 the 'Back to Blog' link (bergmann) 513 514 * Added full language support - English, German (jhermanns) 515 516 * Keep track of which blog entry was linked from or referred to 517 (bergmann) 518 519 * Regenerate the .htaccess file, if installation fails (sterling & 520 muesli) 521 522 Version 0.2 (April 4th, 2003) 523 ------------------------------------------------------------------------
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |