summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2010-04-17Update py-gdata to 2.0.9obache3-9/+184
Inspired by PR#42892 from Wen Heping (fixes dependency pattern). === 2.0.9 === March 5, 2010 (revision 964) - Fixed URL related bug in gdata.calendar.service. You can now edit and delete against https URLs. - Removed hard coded Python version from gdata.contacts. Resolves issue 347. === 2.0.8 === February 26, 2010 (revision 960) - Added support for resumable uploads with a sample that shows it's use with Google Docs. Thanks Eric! - Added the publish element and copy() method to the DocsClient. Thanks Eric! - Added support for the JSON-C data format recently released for the YouTube API. - Fixed import bug when using cryptomath with Python2.4 and lower. - Modified gdata.gauth to be usable under Python2.3. - Fixed errors which affect RetrieveAllEmailLists RetrieveEmailLists RetrieveAllRecipients RetrieveAllNicknames RetrieveNicknames RetrieveAllUsers in gdata.apps.service. Resolves issue 340 . Thanks Aprotim! - Fixed issues with contacts client returning a raw get and not a ContactEntry and a few auth_tokens are not being passed into the HTTP request. Resolves issue 332 . Thanks vinces! - Fixed issue parsing worksheet feed, entry was the wrong type, corrected to WorksheetEntry. Resolves issue 343. Thanks Igor! - Fixed typo in gdata.spreadsheets.client (auth_service). Resolves issue 342. Thanks to Igor once again! - Fixed bug in Google Apps APIs UpdateSSOSettings. - The gdata.data.LinkFinder now looks in both the link and feed_link members for an ACL link. Resolves issue 339. - Removed client side check on video type in YouTube service. Rely on the server to provide an error if the format is not supported. Resolves issue 338. - Improved documentation for SpreadsheetsService's UpdateRow method to explain the use case it addresses and recomment alternatives. - Changed projecthosting to use the host member with relative URLs. - Added a get_headers function to be used in Python2.2 and 2.3 since httplib.HTTPResponse does not have getheaders in those versions of Python. Resolves issue 335. - Added a client smoke test to check version and auth related class members which all gdata.x.client's should have. - Updated the docs service_test.py to run as part of run_all_tests.py. === 2.0.7 === January 26, 2010 (revision 937) - Added gdata.calendar_resource.client to support the management of calendar resources (like conference rooms) for Google Apps domains. Thanks Vic! - Updated the sites API client to use version 1.1 of the sites API. - Added support for 2 Legged OAuth to the GDClient and included a sample app. Thanks Eric! - Added a revoke_token method to GDClient to invalidate AuthSub or OAuth tokens. - Added a get_record method to the Spreadsheets client to fetch a single record entry. - Added includeSuspendedUsers parameter to the apps groups API. Thanks Will Charles! - Fixed a client login bug present in the Maps API client. Thanks Roman! - The client_id property in the YouTube service object is now optional. - Added optional 'feed' parameter to YouTube service's Query classes. Resolves issue 323. - Updated tlslite's use of sha1 to use hashlib if using python2.5 or higher. Resolves issue 290 . Thanks Jay Lee! - Added a deadline parameter to gdata.alt.appengine to allow the urlfetch timeout to be modified to as high as 10 seconds. - Added GetGeneratorFromLinkFinder to GDataService which simplifies pagination across the entries in a feed. Resolves issue 325 . Thanks Aprotim! - Removed the default value for the test domain option. - Moved auth scopes to gdata.gauth from gdata.service. === 2.0.6 === December 17, 2009 (revision 914) - updated the Google Analytics Data Export API to v2. Thanks Nick! - added support for batch operations on contacts and profiles. Thanks Julian! - added a DocsQuery class for the Documents List v3 API. - removed now obsolete ACL classes from gdata.docs.data in favor of using classes in gdata.acl.data. Thanks Eric! - fixed bug in querying group membership by email. Thanks Will Charles! - removed import which are not present in Python2.2 from gdata.service to maintain support for Python2.2. - added additional debug information to MockHttpClient. === 2.0.5 === November 24, 2009 (revision 900) - added new gdata.contacts.client (and data) which uses version 3.0 of the contacts API. Thanks Vince! - added new gdata.docs.client which uses version 3.0 of the Documents List API. Thanks Eric! - added new v2 modules for the Analytics API (gdata.analytics.client). Thanks Nick! - added conditional get using etags on get_entry. Thanks Eric! - fixed bug in how Calendar redirect headers are handled when using this library in an App Engine app. - added new Calendar XML elements to the gdata.calendar module. Thanks Michael Ballbach! - added v2 data model classes for finance, notebook, webmastertools, ACLs, opensearch and youtube. - fixed issues with contacts.service when editing profiles. Thanks Julian! - fixed bug in GDClient's get_next method. - improved usability in Python2.3, though tests do not run the src modules should be Python2.3 compatible. === 2.0.4 === October 15, 2009 (revision 864) - Added support for the project hosting issue tracker API. Thanks Joe LaPenna! - Added a get-with-retries method to the v1 service for use with the Google Apps API to automatically retry. Thanks Takashi Matsuo! - Revised Google Sites client to use text input when creating a page. Thanks Eric! - Changed demo calendar in the Google Calendar API example. Thanks Trevor! === 2.0.3 === October 9, 2009 (revision 856) - Added support for Google Sites Data API. Thanks Eric! - Added support for Google Contacts profiles. Thanks Julian Toledo and Pedro Morais! - Added support for the Spreadsheets v3 API Tables feed and Records feed. - Added support for the Google Apps Admin Settings API. Thanks Jay Lee! - New sample which illustrates use of the Blogger v1 API on App Engine using OAuth. Thanks Wiktor Gworek! - Added a new MediaSource for use with v2 data model classes. Thanks Eric! - The v2 client classes can now force all requests to be made over SSL. Thanks Eric! - Revised the test config system to allow test settings to be specified as command line arguments or prompt the user to enter them interactively. - Fixed UTF encoding issue in unittest on big endian architectures. - Fixed XML parsing bug in Spreadsheets data class. Thanks ppr.vitaly! - Fixed bug in webmaster tools service verification method arguments. Thanks eyepulp! - Fixed download URL recognition in Document List Data API. - Some progress made in re-adding support for Python2.3, not sure yet if full Python2.3 support is completely feasible. Python 2.4-2.6 should work. === 2.0.2 === August 20, 2009 (revision 823) - Added support for the Google Maps Data API. Thanks Roman! - Added data model classes for the v3 Spreadsheets API. This API is not yet fully supported by the library and the gdata.spreadsheets package should be considered experimental until the next release. The v1 gdata.spreadsheet package is unchanged and should still work. - Auth token lookups when running in App Engine are now memcached which should improve efficiency. Thanks Marc! - Fixed a bug with the v2 HTTP proxy client. If behind a proxy, the full URL is now sent as the request selector. Thanks Dody! - Removed the gdata.client.GDataClient class which had been deprecated. === 2.0.1 === July 23, 2009 (revision 805) - Added support for Secure AuthSub, OAuth with HMAC and with RSA to the v2 auth code. - Added v2 data model classes for all XML elements in the gd namespace. - Usability improvements in the gdata.docs.service module, thanks Eric! - Made the dependency on elementtree only required if you are using Python 2.4 and lower. Thanks brosner! - Setting the ssl member in atom.service.AtomService will now override a URL which starts with http:. Many thanks to Michael Ballbach for the patch. - Added a proxy HTTP client which will use proxy environment variables to send all requests through the desired proxy server if present. - Added user agent string indicating that this is from the gdata python v2 library. - Removed unneeded title parameter from the Blogger client's add_comment method. - Added an all_tests_local script which runs all tests except those which would make HTTP requests to remote servers. - Added the birthday element to contacts entry, the reminder element to calendar events, and the method attribute to calendar's reminder class. All with great thanks to Marc! - The analytics GetData method no longer requires the dimensions argument. Thanks Jim! === 2.0.0 === June 29, 2009 (revision 777) - Released support for version 2 of the Google Data APIs protocol. To use the new version-aware code, use the gdata.client, atom.data, gdata.data modules and classes that derive from them. For example, use gdata.blogger.client.BloggerClient instead of gdata.blogger.service.BloggerService. High level, service specific classes are not available yet for other services, so feel free to migrate as they become available. The v1 service classes are still included so your existing code should be unaffected. - Included new Blogger samples to illustrate v2 support, a command line demo and an app for App Engine. - Added OAuth sample app which uses App Engine. - Added the gCal:sequence element to CalendarEventEntry (thanks Anton). - Added two decorators to diaply warnings when deprecated methods are used. - Added a login utility for command line samples to share to standardize the auth process on in a sample program. - Fixed a bug in v2 XML parsing which prevented multiversion XML classes from correctly parsing and generating v2 code. - Fixed v1 HTTP Host header settings, not default ports should now be included in the Host header. - Fixed pickle error when an OAuth-RSA token is saved to the App Engine datastore. - Fixed missing data in the Document List API unit tests. - Improved backwards compatibility of v2 data model classes be adding aliases to v1 functions. === 1.3.3 === June 5, 2009 (revision 724) - Added support for the Google Finance API. Thanks Swee Heng! - The Google Data Service classes now support version 1.0a of the OAuth protocol (Thanks Eric!). - Fixed a naming bug in unit tests for atom.service which appeared when using Python 2.6.x - Fixed URL parameter propogation when calling GDataService.Delete. The URL parameters are now preserved. - Fixed incorrect return type for gdata.FeedLinkFromString. - Added data model classes for the Atom and AtomPub XML elements which support version 2 of the Google Data APIs (by means of dynamic AtomPub namespace switching). The version 2 XML classes are much more backwards compatible with v1 classes than in previous releases. === 1.3.2 === May 22, 2009 (revision 711) - Added support for the Google Analytics API. Thanks Sal Uryasev! - Added support for the Google Book Search API. Thanks James Sams! - Improved support for 2 legged OAuth and added a sample app. Thanks Eric Bidelman! - Simplified the way an XML response from the server is parsed into the desired class for the version 2.0 API client (gdata.client.GDClient). === 1.3.1 === April 23, 2009 (revision 695) - Fixed issues with setting the developer key in the YouTubeService constructor. - For the Document List API (thanks Eric!): - Added writersCanInvite element - Fixed a small errors in Document Entry - Added category label when creating different types of docs - Fixed DownLoad helpers which shouldn't write a file if server returns error. Fixes issue 240. - Added DocumentListEntryFromString converter and using DocumentListEntry class instead of GDataEntry class to create entries. - URLs in HTTP requests can now be unicode strings. Resolves issue 233. - Improvements for the upcoming version 2.0.0 release: - The v2 auth code now support AuthSub and has been tested on App Engine. - Unit tests for the v2 client code will default to not use the local file cache but will make live requests unless cached responses is set to True in the test configuration module. - Older v1 unit tests can now use the v2 testing framework, migrated contacts API tests as a proof of concept. This will come in handy when testing backwards compatibility for the 2.0 release. - Improved support for unicode and other character encodings in the v2 XML core module. === 1.3.0 === Mar 20, 2009 (revision 665) - Added support for the Google Health API. (Thanks Eric Bidelman!) - Added support for the groups management in the Google Apps Provisioning API. (Thanks to Tony Chen and Oskar Casquero!) - Added the following new features for the Google Documents List API: (Thanks again to Eric Bidelman for adding all of these!) - Folder create, move docs/folders in and out of other folders. (Thanks Nizam Sayeed!) - Suppport for modifications to Access Control Lists for documents. - Export functionality for documents, spreadsheets, and presentations. - Updated the docs_example.py sample app. - New new XML elements: resourceID, lastViewed, and lastModifiedBy. - Added ability to update web clip settings in the Google Apps email settigns API. (Thanks Takashi Matsuo.) - Fixed a bug in calendarExample that would cause execution to fail when an event attendee does not have any attendeeStatus data. (Thanks Trevor Johns!) - Fixed AuthSub request URLs which should be https. (Yay Eric!) - Fixed logic when changing email settings when using the Google Apps API to only send properties which have been specified. (Thanks Jay Lee!) - Includes a new and experimental client class (gdata.client.GDClient) which can be used with version two of the Google Data API protocol. This class may change in backwards incompatible ways before the 2.0.0 release, so use at your own risk.
2010-04-16Update typolight28-translations pacakge to 20100415.taca4-25/+26
Update Czech, French, Italian, Lithuanian and Swedish language files.
2010-04-16Add & enable p5-Starletseb1-1/+2
2010-04-16Initial import of p5-Starlet version 0.08 in the NetBSD Packagesseb3-0/+36
Collection. The Perl 5 module Starlet provides a standalone HTTP/1.0 server. It is suitable for running HTTP application servers behind a reverse proxy and supports the following features: prefork and graceful shutdown using Parallel::Prefork, hot deployment using Server::Starter, fast HTTP processing using HTTP::Parser::XS .
2010-04-14Update p5-Starman from version 0.1006 to version 0.2001.seb2-9/+7
Pkgsrc changes: - adjust dependencies Upstream changes: 0.2001 Tue Apr 13 21:45:15 PDT 2010 - Fixed the way to set the default Delayed loader 0.2000 Tue Apr 13 20:22:24 PDT 2010 - INCOMPATIBLE: starman executable by default loads the application with Delayed to be safer. Use --preload-app command line option to preload the application in the master process. See `starman --help` for details. 0.1007 Tue Apr 13 19:45:59 PDT 2010 - Fixed a bug where Content-Length less response are sent in Keep-Alive without chunked, choking HTTP/1.0 clients (patspam) #6
2010-04-14Update p5-Plack from version 0.9929 to version 0.9930.seb2-7/+7
Pkgsrc changes: - Adjust dependencies Upstream changes: 0.9930 Tue Apr 13 20:18:06 PDT 2010 - Added Plack::Handler::Net::FastCGI (chansen) - Made Test::TCP a hard dependency since Plack::Test needs it - Added Delayed loader for Starlet and Starman (clkao) - Hide logger middleware from log4perl's caller stack (haarg)
2010-04-13update to 3.28.3drochner2-7/+6
changes: bugfixes
2010-04-13Update typolight28-translations package to 20100413.taca3-12/+12
Update Czech and Japanese translation files are updated to support TYPOlight 2.8.2.
2010-04-13Update typolight28 package to 2.8.2.taca3-11/+22
Version 2.8.2 (2010-04-13) -------------------------- - Updated TCPDF to version 4.9.011 (#1802) - Updated TinyMCE to version 3.3.2 (#1711) - Updated MooTools More to version 1.2.4.4 (#1697) - Added: added the white Mediabox theme (#1637) - Added: DC_Table "oncut_callback" and "oncopy_callback" (#1745) - Added: added the active record to "ondelete_callbacks" (#1721) - Added: added class "trail" to the custom navigation module (#1691) - Added: added the wildcard ##token## to the newsletter subscription module (#1729) - Added: added the Russian typolinks translation to TinyMCE (#1744) - Added: the image resizer now considers the file modification time (#1743) - Added: added ­ as basic entity (#1768) - Added: added the "mode" parameter to the image insert tag (#1712) - Added: added a loadDataContainer hook (#1687) - Added: added an addComment hook (#1669) - Fixed: special HTML characters were encoded twice (#1642) - Fixed: the newsletter reader failed to replace insert tags (#1645) - Fixed: the subtree navigation did not work in the popup file manager (#1653) - Fixed: the BBCode parser did not add missing URI protocols (#1658) - Fixed: PDF exports contained incorrect download links (#1654) - Fixed: the option "always show in sitemap" did not work for hidden pages (#1679) - Fixed: the downloads element did not hide meta.txt files (#1688) - Fixed: the downloads element did not pass all meta information (#1689) - Fixed: reverted the changes to the navigation menu (#1635) - Fixed: the function addToUrl() generated invalid URLs in the front end (#1707) - Fixed: the Config library did not handle numeric strings correctly (#286) - Fixed: the Mediabox plugin did not support .jpeg file extensions (#1728) - Fixed: the file manager allowed invalid file and folder names (#1699) - Fixed: the news and event reader did not overwrite the page description (#1702) - Fixed: regular users were not able to copy/move multiple content elements (#1715) - Fixed: the PDF export function did not handle whitespace characters correctly (#1716) - Fixed: news headlines appeared twice in link headlines (#1749) - Fixed: the search module did not remove insert tags from the keywords string (#1750) - Fixed: the file tree widget did not validate the mounted paths (#1746) - Fixed: the task center e-mails contained invalid links (#1753) - Fixed: the option "show protected pages" also showed guest pages (#1694) - Fixed: the list wizard did not render correctly if the first item was empty (#1740) - Fixed: System::idnaEncode() encoded more than just the domain name (#1748) - Fixed: the Captcha field was missing class="mandatory" (#1767) - Fixed: the newsletter recipient importer did not count correctly (#1732) - Fixed: regular users could not edit comments on unmounted pages (#1659) - Fixed: the ZipReader class failed to handle empty files (#1804) - Fixed: the Newsletter module did not embed images correctly (#1799) - Fixed: parameters passed to the file insert tag were cached by the Input object (#1818) - Fixed a possible request forgery vulnerability in the back end - Fixed some minor issues
2010-04-13Add & enable p5-Twiggyseb1-1/+2
2010-04-13Initial import of p5-Twiggy version 0.1005 in the NetBSD Packagesseb3-0/+38
Collection. the Perl 5 module Twiggy is a lightweight and fast HTTP server with unique features such as: PSGI, AnyEvent, fast header parser, and superdaemon aware.
2010-04-13Update p5-Starman from version 0.1005 to version 0.1006.seb2-6/+6
Upstream changes: 0.1006 Tue Apr 13 00:01:23 CEST 2010 - Fixed 100% CPU loop when an unexpected EOF happens (Graham Barr)
2010-04-12-fix jit on netbsd/x86 (at least I hope so -- midori and epiphany workdrochner6-304/+126
well for me now) -update to 1.2.0 -- sorry, no concise changelog available
2010-04-12Introduce webkit-jit option, enabled by default (no changes).obache2-1/+16
Disabling jit will avoid startup crash of www/midori and www/epiphany, on NetBSD-5, reported as PR#42687 and PR#43039.
2010-04-12ikiwiki-{calendar,transition} are preprocessed now. PKG_DEVELOPER=YESschmonz1-3/+3
catches this, pointed out by wiz@ and spz@ with a fix from the latter. Not sure how I missed it.
2010-04-11Add a note about p5-Test-TCP dependencyseb1-1/+2
2010-04-11Add & enable p5-Dancerseb1-1/+2
2010-04-11Initial import of p5-Dancer version 1.175 in the NetBSD Packagesseb3-0/+41
Collection. Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide the simplest way for writing web applications, and offers the flexibility to scale between a very simple lightweight web service consisting of a few lines of code in a single file, all the way up to a more complex fully-fledged web application with session support, templates for views and layouts, etc.
2010-04-11Add & enable p5-Starmanseb1-1/+2
2010-04-11Initial import of p5-Starman version 0.1005 in the NetBSD Packagesseb3-0/+40
Collection. Starman is a PSGI perl web server that has unique features such as: high performance, preforking, signals suport, superdaemon aware, multiple interfaces and UNIX Domain Socket support, small memory footprint, PSGI compatible, HTTP/1.1 support, UNIX only.
2010-04-11Update p5-HTML-Parser from version 3.64 to version 3.65.seb2-6/+6
Upstream changes: 2010-04-04 Release 3.65 Gisle Aas (1): Eliminate buggy entities_decode_old Salvatore Bonaccorso (1): Fixed endianness typo [RT#50811] Ville Skyttä (1): Documentation fixes.
2010-04-11Update p5-FCGI from version 0.69 to version 0.71.seb2-7/+7
Pkgsrc changes: - placate pkglint Upstream changes: Version 0.71 -- 1 Apr 2010 <rafl@debian.org> Florian Ragwitz o Fix some more defined(%hash) warnings on perl 5.12. Version 0.70 -- 22 Mar 2010 <bobtfish@bobtfish.net> Tomas Doran o Fix use of defined %hash which becomes deprecated in perl 5.12
2010-04-11Add & enable p5-CGI-PSGIseb1-1/+2
2010-04-11Initial import of p5-CGI-PSGI version 0.10 in the NetBSD Packagesseb3-0/+28
Collection. The Perl 5 module CGI::PSGI is for web application framework developers who currently uses CGI to handle query parameters, and would like for the frameworks to comply with the PSGI protocol.
2010-04-11Add & enable p5-CGI-Emulate-PSGIseb1-1/+2
2010-04-11Initial import of p5-CGI-Emulate-PSGI version 0.06 in the NetBSDseb3-0/+30
Packages Collection. The Perl 5 module CGI::Emulate::PSGI allows an application designed for the CGI environment to run in a PSGI environment, and thus on any of the backends that PSGI supports.
2010-04-11+ php-uploadprogressobache1-1/+2
2010-04-11Add & enable p5-HTTP-Server-Simple-PSGIseb1-1/+2
2010-04-11Import php5-uploadprogress-1.0.1 as www/php-uploadprogress.obache3-0/+23
Based on PR#41692 by Mike Bowie. PHP extension to track progress of a file upload.
2010-04-11Initial import of p5-HTTP-Server-Simple-PSGI version 0.14 in theseb3-0/+29
NetBSD Packages Collection. The Perl 5 module HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that can run PSGI applications.
2010-04-11Add & enable p5-FCGI-Clientseb1-1/+2
2010-04-11Initial import of p5-FCGI-Client version 0.04 in the NetBSD Packagesseb3-0/+31
Collection. The Perl 5 module FCGI::Client is a client library for fastcgi protocol.
2010-04-10Add & enable p5-CGI-Compileseb1-1/+2
2010-04-10Initial import of p5-CGI-Compile version 0.11 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module CGI::Compile is an utility to compile CGI scripts into a code reference, like ModPerl::Registry, that can run many times on its own namespace, as long as the script is ready to run on a persistent environment.
2010-04-10Add & enable p5-Net-FastCGIseb1-1/+2
2010-04-10Initial import of p5-Net-FastCGI version 0.11 in the NetBSD Packagesseb3-0/+34
Collection. The Perl 5 module Net::FastCGI aims to provide a complete API for working with the FastCGI protocol. The primary goal is to provide a function oriented and object oriented API which are not tied to a specific I/O model or framework. Secondary goal is to provide higher level tools/API which can be used for debugging and interoperability testing.
2010-04-10Add & enable p5-HTTP-Parser-XSseb1-1/+2
2010-04-10Initial import of p5-HTTP-Parser-XS version 0.07 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module HTTP::Parser::XS is a fast, primitive HTTP request parser that can be used either for writing a synchronous HTTP server or a event-driven server.
2010-04-10Add & enable p5-PSGI and p5-Plackseb1-1/+3
2010-04-10Initial import of p5-Plack version 0.9929 in the NetBSD Packagesseb3-0/+43
Collection. The Perl 5 module Plack is a set of tools for using PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.
2010-04-10Initial import of p5-PSGI version 1.03 in the NetBSD Packagesseb3-0/+30
Collection. PSGI specifies a standard interface between web servers and Perl web applications or frameworks, to promote web application portability and reduce the duplicated efforts by web application framework developers It is a specification to decouple web server environments from web application framework code.
2010-04-10Update konq-plugins to 4.4.0markd3-17/+109
Version for KDE SC 4.4. Changes unknown.
2010-04-10Update KDE to 4.4.2markd2-122/+5
For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore
2010-04-10Update midori to 0.2.4.obache4-21/+46
v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-09Update to ap-mono 2.6.3 and mono-xsp 2.6.3, part of mono 2.6.3kefren5-26/+26
Full Changelog: http://www.mono-project.com/Release_Notes_Mono_2.6.3
2010-04-09Update typo3 package to 4.3.3.taca3-10/+12
I coudn't access release note with the URL in release announce but I could with http://wiki.typo3.org/index.php/TYPO3_4.3.3 at this moment. Quote from release announce: TYPO3 version 4.3.3 is ready for download. It is a maintenance release of version 4.3 and therefore contains only bugfixes and security fixes. IMPORTANT: This version includes an important security fix to the TYPO3 core. A security announcement has just been released: http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-008/ For details about the release, see: http://wiki.typo3.org/TYPO3_4.3.3
2010-04-07Updated www/mediawiki to 1.15.3martti2-6/+6
This is a security and bugfix release of MediaWiki 1.15.3 and MediaWiki 1.16.0beta2. MediaWiki was found to be vulnerable to login CSRF. An attacker who controls a user account on the target wiki can force the victim to log in as the attacker, via a script on an external website. If the wiki is configured to allow user scripts, say with "$wgAllowUserJs = true" in LocalSettings.php, then the attacker can proceed to mount a phishing-style attack against the victim to obtain their password. Even without user scripting, this attack is a potential nuisance, and so all public wikis should be upgraded if possible. Our fix includes a breaking change to the API login action. Any clients using it will need to be updated. We apologise for making such a disruptive change in a minor release, but we feel that security is paramount. For more details see https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
2010-04-06Update typolight28-translations package to 20100406.taca3-8/+8
Update Dutch language files.
2010-04-05Update typolight28-translations package to 20100405.taca3-8/+8
Update Swedish language files.
2010-04-04Update typolight28-translations package to 20100404.taca3-8/+8
Update Czech language files.