summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2008-09-04Import py-Paste-1.7.1.epg4-0/+304
These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (`PEP 333`_) interface, and should be compatible with other middleware based on those interfaces.
2008-09-04Update to 2.62.1. From the changelog:schmonz4-12/+40
2.62.1: * filecheck: Fixed two bits broken in move from attachment. 2.62: The teximg plugin now has a configurable LaTeX preamble. As part of this change the mchem LaTeX package has been removed from the default LaTeX preamble as it wasn't included in many TeX installations. The previous behaviour can be restored by adding the following to your ikiwiki setup: teximg_prefix => '\documentclass{scrartcl} \usepackage[version=3]{mhchem} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \pagestyle{empty} \begin{document}', In addition, the rendering mechanism has been changed to use dvipng by default, if available. * Avoid using cp -a (again). (HenrikBrixAndersen) * Avoid using hostname -f for portability to eg, OS X, use Net::Domain instead, and prompt if it fails. * Fix bug in wikiname sanitisation in the setup automator. * ikiwiki-makerepo: Added support for monotone. (Thomas Keller) * map: The fix for #449285 was buggy and broke display of parents in certian circumstances. * teximg: The prefix is configurable, and has changed to not include the nonstandard mhchem by default. (willu) * teximg: dvipng is used if available to render images. Its output is antialiased and better than dvips. If not available, the old dvips+convert chain will be used. (willu) * Drop suggests on texlive-science, add suggests on dvipng. * listdirectives: New plugin. (willu) * filecheck: New plugin factoring out the PageSpec additions that were originally part of the attachment plugin. * edittemplate: Don't wipe out edits on preview. * color: New plugin from ptecza. * autoindex: Avoid re-adding previously deleted (or renamed) pages. 2.61: * poll: Fix typo that broke plugin. * graphviz: Fix breakage of the name of the preprocessor directive. 2.60: Admin preferences are moving from the web interface to the setup file. There are three new options in the setup file: locked_pages, banned_users, and allowed_attachments. The admin prefs page can still be used, but that's deprecated, and the prefs will be hidden if a value is not already set. If a value is set in the web interface, you're encouraged to move that setting to your setup file now, since version 3.0 will remove the deprecated admin prefs web interface. Also, the layout of the setup file has changed in a significant way in this release. Old setup files will continue to work, but new features, like the new websetup interface, require a new format setup file. You can convert old setup files into the new format by running ikiwiki-transition setupformat ikiwiki.setup [ Joey Hess ] * Starting with this version, "ikiwiki -setup /etc/ikiwiki/auto.setup" can be used create a new wiki in seconds. * websetup: New plugin providing a setup form on the web. * ikiwiki --dumpsetup can generate a nice setup file snapshotting ikiwiki's current configuration. * The way wrappers are defined in the setup file has changed. Old setup files will continue to work, for now. * ikiwiki-transition setupformat can be used to convert a setup file to the new format. * Version control backends promoted to first-class plugins. * ikiwiki-update-wikilist: Add -r switch to remove. Default behavior is now always to add. * Start moving admin preferences from the web interface to the setup file. * Add getsetup hook, all plugins should use it to record information about themselves and any fields they add to %config * Large amounts of internal config data reorg. * ikiwiki-makerepo: Bail if both srcdir and repository are not specified. Closes: #493628 * Clarify some wording in the setup documentation that could maybe lead users to putting paths with "~/" in the setup file, which doesn't work. Closes: #493835 * autoindex: Ignore internal pages, and take underlay directories into account. Also, avoid making index pages for directories that contain no files. * external: Fix support for hooks called in an array context. * Options set in the setup file are now immediatly loaded by ikiwiki -setup. This allows later switches to override them. Previously, setup file options overrode most command line options. * Added a small icon to the search input box. [ Josh Triplett ] * Add Suggests on texlive and texlive-science for the teximg plugin [ Joey Hess ] * inline: Ignore parent dirs when sorting pages by title. * rename: Support changing page extensions. (willu) * Danish update. Closes: #494632
2008-09-02s/OpsnSSL/OpenSSL/epg1-2/+2
2008-09-02Dont bother buidling on <4.0.ahoka1-1/+4
2008-09-01Update drupal6-translations to 20080901.taca6-24/+98
* pkgsrc changes: Now intdoruce options framework to select translation files. (All languages are selected if no option specified.) * 20080901 changes: - Enable gu (Gujarati language) support since 1.0 was released. - Update pt-br (Brazilian Portuguese) to 1.0-rc5.
2008-08-31Patchfile no longer needed.is2-5/+1
2008-08-29Update to Django 1.0beta2:joerg3-94/+139
- Refactored django.contrib.comments - Refactored documentation - Removal of the remaining parts and glue for oldforms - Bugfixes
2008-08-27Update plone3 package to 3.1.5.1.taca4-49/+20
Change log * Internationalization updates: o Correct incorrect translation of default content on site creation. Fixes 8379. o Update normalization rules for French, Greek and Scandinavian languages. Fixes 7513 and 8308. o Use the native language name in the language selector viewlet. Fixes 7103. o Correct Unicode handling in the content rules mail action, sharing page and CMF action titles. Fixes 7650, 7576 and 7133. * Site setup improvements: o Expose both automatic and manual versioning policies through the types control panel. o Add an option to disable inline editing. o Simplify the mail control panel to use a single tab, making it less confusing with validation errors. This fixes 7425, 7694 and 6916. * Add and use a new multi checkbox widget with accessible <label>s. Fixes 7211. * Always use current file system path when looking for translation files. This prevents problems on ZEO environments or migrations where file system paths differ between instances. * When replying to a comment use the title of the replied-to comment as default for the new comment. Fixes 8323. * Allow changing ownership to users defined outside the Plone site. Fixes 5730. * Show a proper error message instead of a system error when trying to cut a locked item. Fixes 7711. * Make sure events do not appear in both previous and upcoming events collections at the same time. Fixes 7790. * Handle logins directly after a password reset correctly. Fixes 5548 and 8356. * Hitting enter in the user search box on the groups overview page should not add a new group. Fixes 6187. * Hide the language selector when printing. Fixes 8299. * Support batching of collection contents on all views. Fixed 8121. * Improve handling of hCard/hCalendar support on the Events page. Fixes 6888 and 6889. * Upgrade jQuery to 1.2.6. * Improved support for OpenID 2 and OpenID delegation. Updated packages and products * Products.ATReferenceBrowserWidget 2.0.3 * Products.CMFPlone 3.1.5.1 * Products.PlacelessTranslationService 1.4.13 * Products.PloneTranslations 3.1.4 * borg.localrole 2.0.1 * plone.app.contentmenu 1.1.5 * plone.app.contentrules 1.1.5 * plone.app.controlpanel 1.1.2 * plone.app.form 1.1.5 * plone.app.i18n 1.0.5 * plone.app.iterate 1.1.5 * plone.app.layout 1.1.5 * plone.app.openid 1.1 * plone.app.portlets 1.1.5.1 * plone.app.viewletmanager 1.2.1 * plone.app.vocabularies 1.0.5 * plone.app.workflow 1.1.5 * plone.fieldsets 1.0.3 * plone.i18n 1.0.6 * plone.intelligenttext 1.0.2 * plone.openid 1.2 * plone.portlet.static 1.1.5
2008-08-27Update PLONE3_VERSION to 3.1.5.1.taca1-2/+2
2008-08-27Add PRINT_PLIST_AWK for PLONE_BASE substitution.taca1-1/+8
2008-08-27Add PRINT_PLIST_AWK for ZOPE_BASE replacement.taca1-1/+5
2008-08-27Update to KDE 3.5.10markd2-5/+6
minor bugfixes
2008-08-26Build all modules shared if APACHE_MODULES=all-shared. Bump PKGREVISION.epg2-2/+50
approved by tron
2008-08-25Drop translation files which are in development status.taca12-482/+12
It was rashed to chase these development versions. Call it 20080826 version now.
2008-08-24Update the CGI.pm Perl module to version 3.40 (from 3.35) as required bytonnerre2-6/+7
devel/rt3 in fastcgi mode. Changes since 3.35: - CGI::Fast no longer depends on a specific Perl version. - Makefile.PL now depends on FCGI so that CGI::Fast installs properly. - Fixed regression in "exists" function when using tied interface to CGI via $q->Vars. - Added nobr() function. - popup_menu() allows multiple items to be selected by default. - Patch from Renee Backer to avoid doubled <http-equiv> headers. - Fixed documentation bug that describes what happens when a parameter is empty. - Fixed overlap of attribute and parameter space. - Fix pragmas so that they persist over modperl invocations. - Fixed handling of chunked multipart uploads. - Fix CGI::Cookie to support cookies that are separated by "," instead of ";". Maybe we should add a patch to handle the p5-FCGI dependency as an option later?
2008-08-24Update to version 9.52.ahoka4-24/+24
Patch provided by Juan RP in PR pkg/39269. Changes since Opera 9.51 User Interface * Added several improvements to the icons and skin * Added a bookmark path to autocompleted bookmarks in the address bar to better distinguish them from visited pages * Added a Help button to Engine Init() Failed error message on start-up to inform users about a problem Mail, News, Chat * Fixed an issue where Mark all as read in Opera Mail would also mark as read some mails not visible in the current view * Fixed the creation of the POP AOL/aim.com account * Fixed a problem with POP accounts where message bodies were not downloaded * Added work-arounds for problems with various POP servers * Fixed mail appearance when Opera is installed in a folder with a # character in its name * Fixed a problem that could occur when opening mail notification popups on a secondary monitor * Fixed a problem connecting to online.no o Note: Users experiencing problems with online.no should change their incoming server to use Plaintext authentication * Fixed a problem updating signature when switching accounts * Fixed a problem where UI would not update after unsubscribing an IMAP folder * Fixed an issue where IRC would disconnect users without informing them Display and Scripting * Fixed an issue with history navigation: an iframe with document.write is not added to history anymore * window.close() now functions after invoking a context menu - now also works in widgets * Fixed a URL encoding issue: javascript: URLs * Fixed an issue with lists not displaying correctly when text is rendering in RTL * Fixed a problem where content blocker adds a generalized block rule when using the Details button Security * Sites can no longer change framed content on other sites: see our advisory * Fixed an issue that could allow cross-site scripting, as reported by Chris Weber of Casaba Security: details will be disclosed at a later date * Custom shortcuts no longer pass the wrong parameters to applications, as reported by Michael A. Puls II: see our advisory * Prevented insecure pages from showing incorrect security information, as reported by Lars Kleinschmidt: see our advisory * Feed links can no longer link to local files: see our advisory * Feed subscription can no longer cause the wrong page address to be displayed: see our advisory Miscellaneous * Fixed a problem where Gmail would not load * Fixed the opening of files in external applications when disk cache is off * Fixed an issue with low quality on YouTube video previews * Embedded YouTube videos should work more often now without having to reload * Fixed RealPlayer on BBC * Fixed a small memory leak in the BitTorrent code * Fixed some translation errors UNIX-specific changes * Made the -geometry command line argument work even when Opera was previously maximized * Added a Close Tab entry to the File menu Changes since Opera 9.5 User Interface * Fine-tuned the new Opera skin. * Improved drag/drop of tabs. * Fixed problems with search engines when upgrading from Opera 9.2x. * Fixed a stability issue when printing or when in print preview. * Added an option to toggle mouse flips in opera:config (User Prefs - Enable Mouse Flips). * Textarea inputs now clear when no-cache is set. * Saving of images is no longer recorded in transfers. Mail/News * Feeds now show the first time when you subscribe. * Corrected a stability issue that could occur when clicking the drop-down to switch views. * Adjusted thread expanding in Mail when receiving new messages. * Corrected a problem where multiple views (access points) show for the same account. Display and Scripting * Corrected a stability issue with User JS. * Style sheets now load when navigating in history. * window.close() now functions after invoking a context menu and when closing Opera Dragonfly. Security * Fixed an issue where <canvas> functions could reveal data from random places in memory, as reported by Philip Taylor. See our advisory. * Security status is now correctly set when navigating from HTTP to HTTPS. * Corrected an issue related to OCSP and CRLs that would lower security. o Note: This will take effect with the weekly update, or when checking manually for an update (Help > Check for Updates). Miscellaneous * Corrected a stability issue with Yahoo! Mail. * TinyMCE 2.1.x editor now works properly. * Printing of chat items has been improved. * Reconnection of the IRC client has been adjusted and improved. * Menus on deviantart.com now work properly. * Eliminated unwanted line breaks in rich text editors. UNIX-specific changes * An Opera package for 64-bit Linux is now available. * Corrected an issue that would prevent pages from closing on Qt4 builds. * Improved the saving of changes to plugin configuration. Changes Since Opera 9.27 User Interface * Introduced Opera Link. o Opera Link enables the synchronization of Bookmarks, Personal bar, Speed Dial and Notes with other instances of the browser via the menu option File > Synchronize Opera. See: Opera Link - Web Everywhere. o The most recent Speed Dial entries will always be used during the Opera Link synchronization process. * Added Quick Find, an improved full text history search tool. Quick Find searches for text inside pages previously visited, not just the title and address. It is available from: o the address field o the history panel o opera:historysearch * A redesigned Address bar drop-down is displayed when entering text in the Address bar: o Improved the visual design. o Includes excerpts from previously visited pages (Quick Find - see above). o Added bookmark title and URL to the address bar auto-completion. o Improved the panel selector dropdown. o Added local file auto-completion. * Re-enabled the Status bar by default and copied some UI elements from the View bar to Status bar; View bar is now disabled by default. * Speed Dial: o Changed default Speed Dial search engine from Yahoo to Ask. o Added Undo capability for Speed Dial entries through Edit > Undo, and Ctrl+Z, which restores a cleared url entry. * Added alternative tab-closing behaviors. The preferences now include the following options when closing a tab: o Activate the last active tab (default). o Activate the next tab. o Activate first tab opened from current tab. * "Open with" functionality added to web page context menu and Transfer panel/page. * Content blocking improvements: o Added site-specific toggling of content blocking. o Double-clicking entries in the Details dialog now edits them. o CSS and JS files matching blocked patterns are now also shown in the Details dialog. * Added ability to save only the active window as a session (File > Sessions > Save This Session > Only save active window). * Disabled dragging links/favicons to arbitrary toolbars (exceptions: Personal bar and opera: buttons); hold Shift or open the Tools > Appearances dialog to enable dragging. * Wand feature will no longer block form submits, making it possible to see if login was successful before storing your login credentials. * Introduced a new security notification scheme in the address field; see Security.. * New spatial navigation highlighting introduced, similar to the one used in Opera Mini 4 and the Wii browser. * Added spatial navigation for client side image maps, Xlink references in SVG documents and elements with click event handlers that simulate links/buttons. Customization * Introduced a new default skin. o A Home icon is now present by default. o The New Tab icon has been moved to the right of the Tab order. * Allow cascading dialog.ini files. * Added .mini toolbar state (used in the Status bar) to make buttons and padding 80% of normal size. Accessibility * Experimental screen reader support: o Added support for Microsoft Active Accessibility API (MSAA). o Preliminary support for Window-Eyes, JAWS, NVDA, and OS X VoiceOver. o Collaborated with GW Micro on improved compatibility with future releases of Window-Eyes. o Added basic implementation of Accessible Rich Internet Applications (ARIA). * Keyboard Shortcut improvements: o Disabled most single-key shortcuts. To re-enable single-key shortcuts, go to Preferences > Advanced > Shortcuts > Enable single-key shortcuts. o All keyboard navigation methods (spatial navigation, Ctrl/Cmd+Up/Down, inline find, etc.) should now work based on the same elements, which allows you to use spatial navigation after inline find, etc. o Keyboard shortcuts using Ctrl/Cmd+Shift no longer always open in a background tab. o "Save Draft" shortcut Ctrl+S removed due to the new autosaving of drafts. o Shortcut Ctrl+Enter now sends a message, in addition to Ctrl+Shift+S. o Shortcut Ctrl+O added for adding attachments in the compose window. o Shortcut for "Duplicate Tab" has been removed. o Shortcut for "Reopen Closed Tab" has been changed from Ctrl+Alt+Shift+Z to Ctrl+Shift+T. o Further reference: Changes in Keyboard Shortcuts between Opera 9.27 and 9.50 * Spatial navigation improvements: o Restore navigated element when moving in history. Mail/News New storage and indexing formats are introduced for Opera Mail. If you copy your Mail directory from an existing profile, you will be prompted to convert all accounts into the new format and re-index your messages. You will not be able to downgrade to a previous version of Opera after starting the conversion process. Back-ends * Opera Mail is now more secure, reliable and faster. * Improved search results in Opera Mail when using Quick Find. * Easier mail setup for well-known providers using the mailproviders.xml template. * SMTP Authentication is enabled by default for new mail accounts. * Performance improvements include reduced memory usage, reduced disk accesses, and reduced freezing when checking for new mail/feeds. * Improved the moving and copying of messages on an IMAP account. * Improved IMAP reliability, especially when fetching mail with multiple clients. * Improved downloading mail from POP servers. * When using "Leave messages on server", POP3 messages are permanently removed from the server when the Trash view is emptied (disable by setting "Permanent delete=0" for the relevant account in accounts.ini) * Made "Send queued e-mail after checking e-mail" setting POP-specific. * Improved handling of multipart messages and message attachments, including messages sent from Apple Mail. * Messages in the selected IMAP sent folder are now shown in the Sent view. User Interface * Improved the Search and Filter property dialogs. * "Move Spam to Trash" and "Empty Trash" are now limited to the active account(s). * IMAP mailboxes that cannot be checked are greyed out. * Improved the View > Encoding setting for messages. * New notification system: each message will generate a notification, though one notification per account will appear if more than three messages are received. * Changed the Mail panel, which replaces the status pane with account icons. * Pressing F5 will check for new messages in the current view; useful for manually checking for new feeds. * Replaced "Save as draft" button in the Compose window with a "Discard draft" button: drafts are auto-saved once text is entered in the message body. * The Mail panel now indicates nested filters or mailboxes. * Mail passwords are now stored in the Wand password database and displayed with ghost text instead of asterisks. * Added an option to filter/search based only on message bodies. * Improved spatial navigation of messages. * Added Ctrl/Cmd+O shortcut to add attachments to messages. * Improved the display of Japanese file names in Mail. * Changed handling of Delete: o Del Always moves to Trash bin. o Shift+Del Now deletes completely without using the Trash bin. * Several improvements to the Undo functionality: o Undo after marking all as read works now. o Undo now reverts marking as spam. o Undo removing items from filter. Import * Added an Opera 7/8/9 importer and a recursive mbox importer. * Made Netscape, Eudora, and Opera 5/6 import options available cross-platform. * Improvements importing mail from Thunderbird and Outlook Express. Chat * Notifications can be limited to private messages rather than all channel activity (can be enabled in Preferences > Advanced > Notifications) Feeds * Improved feed download speed. Display and Scripting Rendering Engine * Many performance, stability and memory improvements throughout the engine. * Added support for the CSS3: o overflow-x and overflow-y properties (demo) o text-shadow property (demo) o Selectors (demo) o outline-offset property (demos) o background-size property (only accessible via the custom -o-background-size property) o currentColor color keyword * Added support for the CSS2.1: o white-space: pre-line value * Added support for the: o :-o-prefocus pseudo-class, which allows styling of form elements reached via spatial navigation. o custom -o-language-string(n) property for use in User and Internal Stylesheets to allow localized strings in stylesheets. o custom-o-table-baseline property, used to determine which row of an inline-table will be used as the baseline of the table. + The property accepts either an integer or inherit value, where the integer refers to the table row to use as the table's baseline. + -1 refers to the last row of the table and -n refers to the nth row from the bottom. + If the integer value is 0, the bottom margin edge of the table will be treated as the table's baseline. + The initial value is 1; this property only applies to inline-tables. o label attribute of option elements o min-width and max-width properties for elements styled with display: table-cell (such as td and th elements) o color attribute for hr elements o overflow in inline-table and inline-block elements, which fixes unclickable links and truncated content on Dell.com. o display: table-column and table-column-group values on elements other than col and colgroup * Improved support for the: o CSS outline property o @import, @media, @namespace, and @page at-rules * rowspan=0 is now also supported in Quirks mode. * :lang() selector now correctly matchs the full string. * Disallowed use of percentage width values for the border-width property. * Removed support for class selectors starting with a digit in Quirks mode. * Improved the table layout algorithm. * Major improvements to the shrink-wrapping algorithm. * Updated tabindex attribute handling: o Any element with a tabindex that is a positive number should be reachable by tabbing. o Elements with a negative tabindex should never be reachable by tabbing. * Improved redraw when reducing the width of td elements via DOM. * Improved display of full-screen YouTube videos. * Improved focusing of the message composition area on Gmail. * Allow: o Changing the background of input type=image elements. o Inheritance of frameset encoding into frame documents, using the same restrictions as used for inline frames. o Storing of original strings in HTML attributes for use by CSS selectors and the DOM. * Enabled employing percentage height on blocks inside table cells. * Corrected use of padding on table elements when setting the border-spacing property and using the separated-border model. * Media queries are now dynamic, allowing them to update when the window size is changed not just when the page loads. Acid3 * Zero bytes in encodeURIComponent and encodeURI are now handled correctly. * Unicode escapes can no longer be used to put non-identifier characters into identifiers. * getSVGDocument is now supported in an iframe. * createDocumentType now throws an exception for malformed qualified name. * NodeFilter no longer returns true => 1. * HTMLTableRowElement.rowIndex and .sectionRowIndex are now defined for table rows created via DOM. * HTMLButtonElement.type now defaults to "submit". * Form control collection is now indexed by name when outside the main document tree. * Improved Range.surroundContents(). * Changed insertNode to not collapse range. * removeNamedItem() and removeNamedItemNS() will now throw a not-found error. * NodeIterator now functions properly under dynamic changes. * Date.UTC() now does proper 1900 year offsetting. JavaScript/DOM * The ECMAscript engine has been rewritten, which is now more flexible and uses less memory. * Improved JavaScript performance. * Improved process of calling abort() from readyState 2 or 3 in XHR. * Various improvements to XPath. * Added integration of Opera Dragonfly (alpha) web developer debugger to Tools > Advanced > Developer Tools. * Added support for JavaScript 1.5 Getters and Setters. * Added support for the DOM 3 Core: o Node.isSameNode method o Text.wholeText attribute and Text.replaceWholeText method o Node.compareDocumentPosition method (used by Google Pages) * Added support for the HTML5: o {Document,Element}.getElementsByClassName method o Navigator.onLine attribute and the Window.{online,offline} events o Canvas.getImageData and Canvas.putImageData methods, including support for creating an ImageData object using the ImageData custom interface o Canvas.transform, Canvas.setTransform, and Canvas.isPointInPath methods o Element.tabindex attribute and the Element.{blur,focus} methods * Added support for: o Gecko DOM Range.comparePoint method (used by Google Pages) o Microsoft XMLDocument class used for all XML documents (except SVG and XHTML) for cross-browser consistency. + The DOM 3 Load and Save Document.async attribute and Document.load method will no longer work in the Document class. o document.moveFocus{left,right,up,down} methods for directing spatial navigation via JavaScript. o start and stop methods of marquee elements o CSSOM ElementLayout.{getClientRects,getBoundingClientRect} methods (demos) o getClientRects and getBoundingClientRect o CSS color and background-color properties for the ::selection pseudo-element * em tag is now inserted instead of i tag when using italic execCommand parameter. * Improved changing the font size of textarea elements via DOM. * Fixed issue that caused non-breaking spaces to be inserted in textarea elements as seen at Gmail. * Renamed LSLoadEvent.input attribute (was LSLoadEvent.filter). * Adjustments made where mouse events had built-in effects before script event processing was finished. o Cancelled mousedown should not move focus. o Blur/focus events caused by mousedown event should be processed after, rather than before the mousedown event causing them. * Stopped showing text nodes in script and style elements when using the Document.all collection. * Trigger is now enabled for a onload event for images set to display:none. * Adjusted canvas locking in the 2dgame context to allow updating when the canvas is locked and fixed the update function to actually work. * Disabled Document.length, as it caused issues in the Apple.com CoverFlow demo. * Removed the text attribute from the HTMLSelectElement collection. * Date.getYear() now returns a full year when the year is > 1999 or < 1900 for cross-browser compatibility (despite breaking the JS spec). * Removed IE-compatibility where Document.getElementById treated name and id attributes the same, which caused issues with jQuery. * Events are no longer shared between the Window and Document objects. * Date method with an out of range day parameter no longer becomes the current date. * Multiple text nodes are no longer created when there is more than 32KB of data in the text node. * Improved changing the type attribute of button elements. * Setting the scrollTop attribute for textarea elements will now scroll the textarea content. * Several adjustments made to Document.activeElement for consistency. * XMLHttpRequest now resolves URLs according to the HTML base element. * Event.keyCode now returns keyboard codes for punctuation keys in addition to alphanumeric keys, improving keyboard navigation at Gmail. * scrollTop working on both the html and body element simultaneously now allows proper display of maps on theaa.com * document.body.{clientHeight,clientWidth} and document.documentElement.{clientHeight,clientWidth} now return the correct values in Strict mode, which fixes issues with Novell GroupWise. * Made event capturing more cross-browser compatible: o It no longer captures load events if a listener is attached to the window and firing capture events at target. o Attach listeners to the document object if you need to capture load events from within the document. * input element created via the DOM when changing the type attribute no longer loses the value, which caused issues when editing del.icio.us bookmarks. * References to undefined variables as a single statement now throws an error. * scrollWidth and scrollHeight on the html element now return the size of the html element instead of the size of the document (viewport). * onmouseout event now fires if an element's innerText changes while it is being hovered. * Adjusted the return value of getComputedStyle and currentStyle. * Attribute values in innerHTML are now encoded as required by HTML5. * Added MathML support. o See the article on Dev.Opera. * Opera now cloaks document.all. o See the discussion on Hallvord's blog. * Web page performance is now improved with XMLHttpRequest (AJAX). SVG * Added partial SVG Tiny 1.2 support. * Added support for using SVGs in img elements and the CSS background-image and list-style-image properties * Added external reference support for SVGs. * Use Opera to render SVGs embedded using the embed element, not just the object element. * SVGs can now be used as the source for canvas drawImage and createPattern operations. Rich Text Input * Use line/paragraph breaking in rich text editor: Enter should insert block-break (new paragraph) and Shift+Enter should insert line-break (br element). * Improved handling of inserted and removed elements. Other * Improved the SVG, DOM, WML, Web Forms 2.0, XPath, and XSLT implementations. * Added support for UAX #14 Line Breaking Properties and UAX #29 Text Boundaries annexes. * Added support for XSLT document() function. * Enabled RTL support in text inputs (including Opera Mail) and form elements. * Fixed issue where the HttpURLConnection Java object did not support getHeaderField and getHeaderFieldKey. * Allow installation of certificates that generate warnings. * Always obey server-set Expiry header. Security * Fixed an issue where certain characters could obscure the page address, as reported by Tony Thomas. See our advisory. * Solved an issue where Images could be read cross-domain with canvas, as reported by Philip Taylor. See our advisory. * Pages held in frames are no longer able to change the location of pages in unrelated frames on the parent page. See our advisory. * Improved Fraud Protection now includes advanced malware prevention and upgraded phishing detection technologies. See article: Opera Fraud Protection. * Added support for Extended Validation (EV) certificates. * Added automatic downloading of trusted root certificates when required. * Disabled SSL v2 and weak ciphers. * Improvements made to certificate handling, the new certificate repository and the certificates UI. * Introduced a new security notification scheme in the address field: o black padlock with a check mark on green field for secure sites with Extended Validation o black padlock without a check mark on yellow field for regular secure sites o question mark on gray field for HTTPS sites with issues o no notification for normal sites o fraud warning on red field for blacklisted sites * Opera now distinguishes between local servers on localhost, intranet servers, and remote servers on the Internet. o Local servers can use remote resources, but not vice versa. Miscellaneous * Offline mode is improved. * Redesigned Info panel: it now includes the page display mode, download date, META tags, links to stylesheets and JavaScript files, etc. * Items in opera:cache no longer use file extensions. * Added "Drag to scroll" (disabled by default) which allows scrolling by "grabbing" the page, much like on mobile phones with touch screens. o This functionality is also available if you press and hold Ctrl+Alt and drag the page. * opera:config will now function correctly when JavaScript is disabled. * Added support for the BitTorrent peer exchange protocol, which is compatible with libtorrent and µTorrent. * Reduced CPU usage when downloading torrents. * Added support for JIS X 0212 in EUC-JP code set 3 and ISO-2022-JP. * Added support for JIS-Roman output in ISO-2022-JP. * Enabled auto-detection of ISO-2022-JP-1 support. * Added zh-SG and zh-MO as known language codes and SG and MO as country codes for selecting Chinese variant. * All mail and history searching now occurs in a separate processor thread. * New search.ini. UNIX-specific changes * Thirty-four languages are now pre-installed in Opera 9.5. * All packages are now fully localized. * 64-bit FreeBSD and Linux builds are now available. * QT4 Linux builds are now available, complete with support for native QT skins. * Discontinued support for the SPARC Linux platform. * Discontinued support for FreeBSD 4. Added New native FreeBSD 7 builds. * Added support for windowless plug-ins. * 32-bit plug-ins (like Flash Player) and 64-bit plug-ins now work out of the box in 64-bit Linux builds. * Added support for GTK+ based plug-ins such as Gecko MediaPlayer, mplayerplug-in and recent Flash versions. * Added support for GTK+ filechooser for better integration with the users' environment. * Improved platform integration regarding external handlers and icons.
2008-08-23ftp.php.net is not resolved.obache1-3/+2
2008-08-23Add & enable p5-HTTP-Server-Simple-Recorderseb1-1/+2
2008-08-23Initial import of p5-HTTP-Server-Simple-Recorder version 0.02 inseb3-0/+30
the NetBSD Packages Collection. The Perl 5 module HTTP::Server::Simple::Recorder allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients.
2008-08-23Add & enable p5-Test-HTTP-Server-Simpleseb1-1/+2
2008-08-23Initial import of p5-Test-HTTP-Server-Simple version 0.09 in theseb3-0/+29
NetBSD Packages Collection. The Perl 5 module Test::HTTP::Server::Simple is a mixin class providing methods to test an HTTP::Server::Simple-based web server.
2008-08-23Add & enable p5-HTML-Lintseb1-1/+2
2008-08-23Initial import of p5-HTML-Lint version 2.04 in the NetBSD Packagesseb3-0/+30
Collection. The Perl 5 module HTML::Lint checks for HTML errors in a string or file. HTML::Lint also comes with a wrapper program called weblint that handles linting from the command line.
2008-08-23Remove unresolvable hosts from MASTER_SITES.obache3-9/+6
Noticed by Zafer Aydogan via private mail.
2008-08-23Update ja-trac to trac-0.11.1pl1, aka Trac-0.11.1.ja1obache2-6/+6
Trac-0.11.1.ja1 (Aug 19, 2008) * Merge Trac-0.11.1 * Fixes redundant imports. * trac/wiki/intertrac.py * trac/wiki/interwiki.py * Fixes TracError on 'About Trac' page with show config. * trac/about.py * Fixes TracError on MIMEview with large file. * trac/templates/macros.html * Fixes broken wiki links. * trac/wiki/default-pages/TracUpgrade * trac/wiki/default-pages/WikiProcessors Trac 0.11.1 (August 6, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11.1 Trac 0.11.1 contains a number of bug fixes and minor enhancements. The following list contains only a few highlights: * Improved DB connection handling (new connection pool) * Better MySQL backend unicode support. "utf8" and "utf8_bin" is the recommended database charset and collation settings. * Fixes intermittent "constraint violation" and "invalid form token" error messages. * Fixes roadmap layout glitch in Firefox 3. * Safer default umask value for tracd (can be set using --umask option) * Better default PYTHON_EGG_CACHE value. The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.11.1
2008-08-22Remove alias "sr" which serves no purpose, but conflicts with theis7-8/+76
compiler "sr" (from package lang/sr). Whoever wants an alias, should add it in his/her shell startup script.
2008-08-22Add DESTDIR support and fix PLIST(try to create two empty directories).obache3-21/+26
2008-08-21...also fix PLIST for psycopg2.joerg1-7/+1
2008-08-21Fix PLIST for non-default options.joerg1-70/+70
2008-08-20+p5-HTML-RewriteAttributestonnerre1-1/+2
2008-08-20Add the HTML::RewriteAttributes Perl module as required by the new rt3.tonnerre3-0/+31
2008-08-20Fix XSS (http://secunia.com/advisories/31519/). Bump PKGREVISION.minskim3-2/+31
2008-08-20Add & enable p5-HTML-TokeParser-Simpleseb1-1/+2
2008-08-20Initial import of p5-HTML-TokeParser-Simple version 3.15 in theseb3-0/+27
NetBSD Packages Collection. The Perl 5 module HTML::TokeParser::Simple provides a more intuitive interface to the module HTML::TokeParser.
2008-08-20Patch no longer needed, besides failing for some boundary conditions.is4-21/+8
Feature request/code had been submitted upstream "back then", and apparently a different solution has been implemented upstream in the meantime, but our package was upgraded without removing our patch.
2008-08-18Add & enable p5-CGI-Cookie-Splitterseb1-1/+2
2008-08-18Initial import of CGI-Cookie-Splitter version 0.02 in the NetBSDseb3-0/+29
Packages Collection. The Perl 5 module CGI::Cookie::Splitter provides a pretty simple interface to generate small cookies that are under a certain limit, without wasting too much effort.
2008-08-18Set MAINTAINER to pkgsrc-users@.epg4-8/+8
2008-08-17Upgrade to 0.23. Many fixes and features. See http://webpy.org/changesdarcy3-11/+13
for details.
2008-08-17Fix broken amd64 build:dholland7-19/+105
- use -fPIC in all the needed places. - add USE_TOOLS+=gmake; this requires gmake to build properly. - add missing dir to PLIST. Also fix some LP64 issues that warned but didn't break the build. Note however that the SSL code will not work in an LP64 environment; it relies heavily on being able to cast pointers to int without losing information. The ssl option should probably be blacklisted on LP64 platforms. PKGREVISION++.
2008-08-17Security Enhancements and Fixes in PHP 4.4.9:adrianp4-9/+15
* Updated PCRE to version 7.7. * Fixed overflow in memnstr(). * Fixed crash in imageloadfont when an invalid font is given. * Fixed open_basedir handling issue in the curl extension. * Fixed mbstring.func_overload set in .htaccess becomes global. For a full list of changes in PHP 4.4.9, see the ChangeLog. (http://www.php.net/ChangeLog-4.php#4.4.9) This also adds ${PREFIX}/lib/php to the default include_path in php.ini which makes integration with PEAR a little simpler.
2008-08-17Update from 0.121nb2 to 0.13.he2-8/+7
Pkgsrc changes: o Canonicalize HOMEPAGE Upstream changes: 0.13 Fri Jan 7 00:47:13 2005 - bugs 9468, 7828
2008-08-17Add some changes from Zope's svn repository which should fixtaca12-6/+399
Zope's security advisory 2008-08-12. Bump PKGREVISION.
2008-08-17Update 20080817 version.taca2-7/+9
- de language file update to de-6.x-1.0-rc1.
2008-08-17Update from version 0.12 to 0.14.he2-8/+8
Pkgsrc changes: o Bump dependency on CXCRUD as dictated below Upstream changes: 0.14 11 Aug 2008 * fix Makefile.PL to reflect CXCRUD 0.28 required 0.13 11 Aug 2008 * change form_to_object() to support PKs of multiple columns
2008-08-17Update from version 0.20 to 0.21. Changes:he2-6/+6
0.21 Mon Aug 11 2008 - add a cookbook entry for converting an existing config to Config::General format - fix up pod to explain in more detail how to pass options to each driver class (Sergio Salvi) - add nice syntax for plugins to match models/views/controllers (ilmari)
2008-08-17Use -fPIC in more places; fixes broken amd64 build and perhaps others.dholland3-5/+37
Fix a long/int type mismatch hidden by use of ... and va_arg; fixes broken LP64 builds.
2008-08-17Add and enable drupal6-translations.taca1-1/+2
2008-08-17Importing drupal6-translations package which provides varioustaca29-0/+1256
language files for drupal6.
2008-08-15Add RubyForge's project page as HOMEPAGE.taca1-1/+2