summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2014-01-09Needs zlib.jperkin1-1/+2
2014-01-08Needs pkg-config.jperkin1-2/+2
2014-01-08Needs zlib.jperkin1-1/+2
2014-01-08Update to 4.66wen2-6/+6
Upstream changes: 4.66 2014-01-04 - Added success attribute to Test::Mojo. - Improved Mojo::DOM::CSS and Mojo::DOM::HTML performance. - Fixed XML detection bug in Mojo::DOM. - Fixed escaping bugs in Mojo::DOM::CSS. 4.65 2014-01-02 - Deprecated use of hash references for optgroup generation with select_field helper in favor of Mojo::Collection objects. - Added b and c helpers to Mojolicious::Plugin::DefaultHelpers. - Fixed reference handling bug in Mojo::Collection. 4.64 2014-01-01 - Fixed helper export bug in Mojolicious::Plugin::EPRenderer. 4.63 2013-12-19 - Deprecated Mojolicious::secret in favor of Mojolicious::secrets. - Added support for rotating secrets. - Added secrets method to Mojolicious. 4.62 2013-12-17 - Deprecated Mojo::URL::to_rel. 4.61 2013-12-16 - Added select_one method to Mojo::DOM::CSS. - Improved performance of Mojo::DOM::at significantly. 4.60 2013-12-11 - Improved Mojolicious::Validator::Validation to allow custom validation errors. 4.59 2013-12-04 - Added CSRF protection support. - Added support for permessage-deflate WebSocket compression. - Added csrf_protect method to Mojolicious::Validator::Validation. - Added build_message method to Mojo::Transaction::WebSocket. - Added csrf_token attribute to Mojolicious::Validator::Validation. - Added compressed and context_takeover attributes to Mojo::Transaction::WebSocket. - Added csrf_token helper to Mojolicious::Plugin::DefaultHelpers. - Added csrf_field helper to Mojolicious::Plugin::TagHelpers. - Removed deprecated mode specific methods in application class. - Relicensed all artwork to CC-SA version 4.0.
2014-01-07Fix build on SunOS, no <paths.h> and needs socket libraries.jperkin3-2/+21
2014-01-06Curses! This package needs py-curses. (Thought i'd added it when it was inrodent1-1/+2
-wip...) Thanks to kleink for the notice.
2014-01-05+py-uwsgitoprodent1-1/+2
2014-01-05Import py27-uwsgitop-0.6.2 as www/py-uwsgitop.rodent4-0/+35
uwsgitop is a top-like command that uses the stats server. Run your uWSGI server with the stats server enabled. Ex.: uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket Then, connect uwsgitop to the stats socket: uwsgitop /tmp/stats.socket
2014-01-05Add py-uliwebwen1-1/+2
2014-01-05Import uliweb-0.2.3 as www/py-uliweb.wen4-0/+903
Uliweb is a full-stacked Python based web framework. It has three main design goals, they are: reusability, configurability, and replaceability. All the functionalities revolve around these goals.
2014-01-05Fix patch header.rodent2-4/+4
2014-01-04Update to 1.4.10, the oldest version supported by upstream. See py-uwsgi inrodent6-61/+63
-wip for the newest supported version. Partial ChangeLog: * 1.4.1 - fixed typos in corerouter plugins - fixed offloading when the number of threads is higher than 1 - fixed static_maps for non-existent paths - fixed uwsgi_connect() on modern Linux systems to reset the socket to blocking mode * 1.4 - gevent improvements - improved http/https router and fastrouter - Go official support - a new set of infos are exported to the stats system - improved systemd support - log filtering and routing - improved tracebacker - offload transfer for static files, and network transfers - matheval support - plugins can be written in Obj-C - smart attach daemon - added support for PEP 405 virtualenvs - rawrouter with xclient support - internal routing plugin for cache * 1.3 - python tracebacker - user-governed harakiri - simplified external plugin development - Linux namespace mountpoint improvements - secured subscription system - merged routers codebase (fastrouter, http, rawrouter) - https support in the http router - config report at the end of uWSGI build process - improved subscription system (multicast and unix socket) - custom options - graceful reloads on shared sockets - configurable log-master buffer size - extreme-optimizations for the stats subsystem - redislog and mongodblog plugins - added python logger - mongodb and postgres imperial monitors - implemented psgix.logger and psgix.cleanup - full rack spec compliance - preliminary ipv6 support - gevent graceful reloads - support for multiple loggers and logformat - lazy-apps to load apps after fork() but without changing reloading subsystem - emperor heartbeat subsystem - cheaper busyness plugin - pluggable clock sources - added router_rewrite and router_http plugins - external spoolers - support for section:// and fd:// loaders - alarm subsystem (with curl and xmpp plugins)
2014-01-04Update to 0.11wen2-8/+14
Update DEPENDS Upstream changes: 0.11 2013-12-15 14:19:22 Europe/Amsterdam [ ENHANCEMENTS ] * GH#481: Don't pollute @INC automatically when Dancer2 is imported, each runner is now responsible of including the local ./lib dir if needed. * GH#469, 418: Dancer2::Plugin provides a ':no_dsl' flag for modern Plugins (Pedro Melo) * GH#485: Keywords 'redirect' and 'forward' exit immediatly when executed in a route/hook. New dependency on Return::MultiLevel (Russell Jenkins). * GH#495: Use accessor and predicates instead of direct access. Addresses GH#493 too. (Russell Jenkins) * GH#502,GH#472: Rework halt to use with_return from Return::MultiLevel. (Russell Jenkins) * GH#479,GH#480,GH#508: Pass parameters to params() in the DSL. (Slava Goltser, unickuity, Russell Jenkins) * GH#505: Fix empty HTTP_REFERER in Dancer::Core::Request (Menno Blom). * GH#503: Multiple reverse proxy support (Menno Blom). * GH#371,GH#506: CLI tool rewrite (using App::Cmd, supports plugins, etc.). (Ivan Kruglov, Samit Badle, Sawyer X) * GH#498: Add some missing items in MANIFEST.SKIP (Gabor Szabo, Sawyer X). [ DOCUMENTATION ] * GH#489: Remove link to Dancer2::Deployment pod which does not exist (Sweet-kid) * GH#511: s/Deflator/Deflater/; (Cesare Gargano) * GH#491: Updated config paths for template_toolkit in cookbook. (Mark A. Stratman) * GH#494: Update session config details (Dancer2::Config), namespace fixup in Dancer2::Core::cookie. (Russell Jenkins) * GH#470: Fix Plack::Builder mount usage (Pedro Melo). * GH#507: Fix plenty of typos (David Steinbrunner). * GH#477: Document problem with Plack Shotgun on Windows (Ahmad M. Zawawi). * GH#504: Add link to Dancer2::Plugin::Sixpack (Menno Blom). * GH#490: Document Dancer2 should be FatPackable (Sawyer X). * GH#452: Make a complete authors section, clean it up (Pau Amma). * More fixes to main documentation (Pau Amma).
2014-01-03distfiles update for fixed dtrace patch in patch-asrichard1-2/+2
2014-01-03fix dtrace patch in patch-asrichard1-8/+8
2014-01-03Update to 1.3120wen2-6/+6
Upstream changes: 1.3120 24.12.2013 [ ENHANCEMENTS ] * GH #974: Make plugins play nicely with mro 'c3'. (Fabrice Gabolde) [ DOCUMENTATION ] * GH #972: Correction of a truckload of typos. (David Steinbrunner) * GH #971: Stress that the request's 'env()' method is prefered over accessing '%ENV' directly. (isync) * GH #968: Fix 'ScriptAlias' example in Deployment docs. (reported by tednolan) * GH #976: Document and trap limitation in Dancer::Test. (Tom Hukins) * GH #976: Improve references to related modules. (Tom Hukins)
2014-01-03Fix build (on systems that do not accidently bring in a memcpy prototypemartin2-1/+17
via other includes). No change of the binary pkg if it did build before.
2014-01-03Fixes PHP version check condition:obache1-3/+4
* move phpversion.mk to above of checking php version * use PKG_PHP_VERSION for PHP version check, PHP_PKG_PREFIX is not a integer.
2014-01-03+py-flask-bootstraprodent1-1/+2
2014-01-03Import py27-flask-bootstrap-3.0.3.1 as www/py-flask-bootstrap.rodent4-0/+56
Flask-Bootstrap packages Twitter's Bootstrap into an extension that mostly consists of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap from a CDN and works with no boilerplate code in your application.
2014-01-03Update to 3.20140102. From the changelog:schmonz3-23/+7
* aggregate: Improve display of post author. * poll: Fix behavior of poll buttons when inlined. * Fixed unncessary tight loop hash copy in saveindex where a pointer can be used instead. Can speed up refreshes by nearly 50% in some circumstances. * Optimized loadindex by caching the page name in the index. * Added only_committed_changes config setting, which speeds up wiki refresh by querying git to find the files that were changed, rather than looking at the work tree. Not enabled by default as it can break some setups where not all files get committed to git. * comments: Write pending moderation comments to the transient underlay to avoid conflict with only_committed_changes. * search: Added google_search option, which makes it search google rather than using the internal xapain database. (googlesearch plugin is too hard to turn on when xapain databases corrupt themselves, which happens all too frequently). * osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197 * style.css: Add compatibility definitions for more block-level html5 elements. Closes: #731199 * aggregrate: Fix several bugs in handling of empty and colliding titles when generating filenames.
2014-01-02Update to 1.3.3:wiz2-7/+6
Serf 1.3.3 [2013-12-09, from /tags/1.3.3, r????] Fix issue 129: Try more addresses of multihomed servers Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE correctly (r2225) Return APR_TIMEUP from poll() to enable detecting connection timeouts (r2183)
2014-01-02php-apc isn't available for PHP 5.5+, use php-opcache then instead.jperkin2-3/+9
2014-01-02update to bozohttpd 20140102. changes include:mrg4-16/+22
o update a few content types o add support for directly calling lua scripts to handle processes, from mbalmer@netbsd.org o properly escape generated HTML o add authentication for redirections, from martin@netbsd.org o handle chained ssl certifications, from elric@netbsd.org o add basic support for gzipped files, from elric@netbsd.org o properly escape generated URIs XXX: could integrate this with lua, but left undone for now.
2014-01-01Update py-flask-login to 0.2.9.kleink2-6/+6
Version 0.2.9-dev ----------------- Released on December 28th, 2013 - Fixes anonymous user assignment. - Fixes localization in Python 3. Version 0.2.8 ------------- Released on December 21st 2013 - Support login via authorization header. This allows login via Basic Auth, for example. Useful in an API presentation context. - Ability to override user ID method name. This is useful if the ID getter is named differently than the default. - Session data is now only read when the user is requested. This can be beneficial for cookie and caching control when differenting between requests that use user information for rendering and ones where all users (including anonymous) get the same result (e.g. static pages) - BREAKING: User *must* always be accessed through the ``current_user`` local. This breaks any previous direct access to ``_request_ctx.top.user``. This is because user is not loaded until current_user is accessed. - Fixes unnecessary access to the session when the user is anonymous and session protection is active. see https://github.com/maxcountryman/flask-login/issues/120 - Fixes issue where order dependency of applying the login manager before dependent applications was required. see https://github.com/mattupstate/flask-principal/issues/22 - Fixes Python 3 ``UserMixin`` hashing. - Fixes incorrect documentation.
2014-01-01Update py-flask-wtf to 0.9.4.kleink2-6/+6
Version 0.9.4 ------------- Released 2013/12/20 - Bugfix for csrf module when form has a prefix - Compatible support for wtforms2 - Remove file API for FileField
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz37-65/+74
2014-01-01Changes 1.8.5.2:adam1-2/+1
* "git diff -- ':(icase)makefile'" was unnecessarily rejected at the command line parser. * "git cat-file --batch-check=ok" did not check the existence of the named object. * "git am --abort" sometimes complained about not being able to write a tree with an 0{40} object in it. * Two processes creating loose objects at the same time could have failed unnecessarily when the name of their new objects started with the same byte value, due to a race condition. Also contains typofixes, documentation updates and trivial code clean-ups
2013-12-31+py-http-parserrodent1-1/+2
2013-12-31Import py27-http-parser-0.8.3 as www/py-http-parser.rodent4-0/+50
HTTP request/response parser for Python compatible with Python 2.x (>=2.6), Python 3 and Pypy. If possible a C parser based on http-parser from Ryan Dahl will be used.
2013-12-31Update to 2.2.9:wiz3-15/+23
Tue Dec 10 15:49:46 GMT 2013 - surfraw 2.2.9 * New elvi: + S - search using w3_custom_search (see below) + cisco - search Cisco documentation + debcodesearch - search Debian codebase + github - search github + gmane - search mailing lists + jquery - search jQuery documentation + mdn - search Mozilla Developer Network + mysqldoc - search MySQL documentation + oraclesearch - search Oracle documentation + pgdoc - search PostgreSQL documentation + phpdoc - search PHP documentation + pin - search pinboard.in + wolfram - search Wolfram Alpha + yacy - search YaCy P2P search engines, including ScienceNet * Changed elvi: + aur - uses HTTPS by default, use -no-https to disable + deblists * Removed options -author, -lists, -lang * added options -ml (message links) and -mv (list view) + duckduckgo: * removed -p (clashes with global print option), use -safe instead * stopped -l[ucky] from clobbering -lh + google: changed -g option to -G to avoid clash with -g for graphical view * Fixed elvi: ask, ctan, deli, genportage, jamendo, javasun, openbsd musicbrainz, rae, slashdot, slinuxdoc * Removed elvi for dead sites: happypenguin, scroogle, sunonesearch (replaced by oraclesearch) * w3_custom_search + elvi that use a search engine as a backend with site: and inurl: can now choose which search engine to use. So far, google and duckduckgo are supported, with duckduckgo the default. + Affected elvi: mdn, mysqldoc, netbsd, openbsd, pgdoc, slinuxdoc + To select on the commandline use -custom-search=google or -custom-search=duckduckgo + Or configure SURFRAW_customsearch_provider * New variable: SURFRAW_bookmark_search_elvis When using searchable bookmarks, if all else fails run this elvis. Defaults to google * New example elinks integration script in examples/hooks.lua. * Debian packaging now included in release, in debian/ dir. * Known problems at time of release + deblogs - down (hopefully) temporarily + yacy - demo portal down, ScienceNet still up + scicom - down, status unknown
2013-12-31Update to later snapshot - many many changes - key item is:abs4-45/+24
- Made it work with OpenJDK build 25 Otherwise 1600 lines of changelog without any clear way to filter Bump PKGREVISION
2013-12-31+ php-tt-rss-fever-pluginwiz1-1/+2
2013-12-31Import php-tt-rss-fever-plugin-1.2 as www/php-tt-rss-fever-plugin.wiz5-0/+45
This enable Fever emulation in Tiny Tiny RSS, to make Tiny Tiny RSS accessible for more different news readers which support Fever.
2013-12-31Changes 1.6.1:adam2-7/+7
Bug fixes Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3. Fixed a regression that prevented a ForeignKey with a hidden reverse manager (related_name ending with ‘+’) from being used as a lookup for prefetch_related. Fixed Queryset.datetimes raising AttributeError in some situations. Fixed ModelBackend raising UnboundLocalError if get_user_model() raised an error. Fixed a regression that prevented editable GenericRelation subclasses from working in ModelForms. Added missing to_python method for ModelMultipleChoiceField which is required in Django 1.6 to properly detect changes from initial values. Fixed django.contrib.humanize translations where the unicode sequence for the non-breaking space was returned verbatim. Fixed loaddata error when fixture file name contained any dots not related to file extensions or when fixture path was relative but located in a subdirectory. Fixed display of inline instances in formsets when parent has 0 for primary key. Fixed a regression where custom querysets for foreign keys were overwritten if ModelAdmin had ordering set. Removed mention of a feature in the --locale/-l option of the makemessages and compilemessages commands that never worked as promised: Support of multiple locale names separated by commas. It’s still possible to specify multiple locales in one run by using the option multiple times. Fixed a regression that unnecessarily triggered settings configuration when importing get_wsgi_application. Fixed test client logout() method when using the cookie-based session backend. Fixed a crash when a GeometryField uses a non-geometric widget. Fixed password hash upgrade when changing the iteration count. Fixed a bug in the debug view when the URLconf only contains one element. Re-added missing search result count and reset link in changelist admin view. The current language is no longer saved to the session by LocaleMiddleware on every response, but rather only after a logout. Fixed a crash when executing runserver on non-English systems and when the formatted date in its output contained non-ASCII characters. Fixed a crash in the debug view after an exception occurred on Python ≥ 3.3. Fixed a crash in ImageField on some platforms (Homebrew and RHEL6 reported). Fixed a regression when using generic relations in ModelAdmin.list_filter.
2013-12-31Changes 3.4.2:adam2-7/+6
* Added missing header in client_side_reply.cc for clang * Bug 3498: FTP PUT assertion Server.cc:246: 'r->body_pipe != NULL' * Bug 3985: 60s limit introduced by balance_on_multiple_ip breaks bad IP recovery * Fix \-unescaping in quoted strings from helpers * WCCPv2: fix assertion 'Cannot convert non-IPv4 to IPv4' on FreeBSD * Fix missing cast in rev.13162 * Bug 3980: FATAL ERROR due to max_user_ip -s option * Fix linker errors "relocation R_X86_64_32 against .rodata" * Regression in URL helper API * Bug 3806: Caching responses with Vary header * Set sslcrtvalidator_children concurrency option default value to 1 * Release notes: update HTML version
2013-12-31Changes 7.34.0:adam3-7/+8
SSL: protocol version can be specified more precisely imap/pop3/smtp: Added graceful cancellation of SASL authentication Add "Happy Eyeballs" for IPv4/IPv6 dual connect attempts base64: Added validation of base64 input strings when decoding curl_easy_setopt: Added the ability to set the login options separately smtp: Added support for additional SMTP commands curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals nss: allow to use TLS > 1.0 if built against recent NSS SECURITY: added this document to describe our security processes parseconfig: warn if unquoted white spaces are detected Bugfixes: SECURITY VULNERABILITY: libcurl cert name check ignore with GnuTLS darwinssl: un-break iOS build after PKCS/12 feature added tool: use XFERFUNCTION to save some casts usercertinmem: fix memory leaks ssh: Handle successful SSH_USERAUTH_NONE NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE option test906: Fixed failing test on some platforms sasl: initialize NSS before using NTLM crypto sasl: Fixed memory leak in OAUTH2 message creation imap/pop3/smtp: Fixed QUIT / LOGOUT being sent when SSL connect fails cmake: unbreak for non-Windows platforms ssh: initialize per-handle data in ssh_connect() glob: fix broken URLs configure: check for long long when building with cyassl CURLOPT_RESOLVE: mention they don't time-out docs/examples/httpput.c: fix build for MSVC FTP: make the data connection work when going through proxy NSS: support for CERTINFO feature curl_multi_wait: accept 0 from multi_timeout() as valid timeout glob_range: pass the closing bracket for a-z ranges tool_help: Updated --list-only description to include POP3 Curl_ssl_push_certinfo_len: don't %.*s non-zero-terminated string cmake: fix Windows build with IPv6 support ares: Fixed compilation under Visual Studio 2012 curl_easy_setopt.3: clarify CURLOPT_SSL_VERIFYHOST documentation curl.1: mention that -O does no URL decoding darwinssl: PKCS/12 import feature now requires Lion or later darwinssl: check for SSLSetSessionOption() presence when toggling BEAST configure: Fix test with -Werror=implicit-function-declaration sigpipe: factor out sigpipe_reset from easy.c curl_multi_cleanup: ignore SIGPIPE globbing: curl glob counter mismatch with {} list use parseconfig: dash options can't specified with colon or equals digest: fix CURLAUTH_DIGEST_IE curl.h: for OpenBSD darwinssl: Fix #if 10.6.0 for SecKeychainSearch TFTP: fix return codes for connect timeout login options: remove the ;[options] support from CURLOPT_USERPWD imap: Fixed incorrect fallback to clear text authentication parsedate: avoid integer overflow curl.1: document -J doesn't %-decode multi: add timer inaccuracy margin to timeout/connecttimeout
2013-12-31Update to 2.5.3 from 2.4.6ryoon3-56/+296
Changelog: 2.5.3: Bugs Fixed 0002967: [display] Album list management display enhancement, faster load 0002964: [configuration] zero should be allowed for the recent period 0002980: [other] Fatal error when renaming a group 0002977: [albums] move a public album into a private album may create inconsistent permissions 0002975: [template] Internet Explorer 7, album creation form is broken 0002974: [configuration] avoid deprecated errors 0002973: [metadata] missing characters from IPTC when using encoding windows-1252 0002970: [other] Division by zero on batch manager 0002934: [authentication] [Smartpocket ] Can't register 2.5.2: Bugs Fixed 0002921: [tags] Can't create tags with special chars like ( + [ 0002915: [synchronization] synchronization not really disabled 0002894: [albums] set as album thumbnail on picture.php does not apply to all users 0002895: [display] dark administration theme, plugins menu flashes 0002907: [albums] wrong number of sub-albums 0002917: [web API] [pwg.images.delete] if the photo is album thumbnail, blocking error on gallery 0002909: [users & groups] give permission on an empty list of albums produces SQL error 0002901: [photos] [Batch Manager] french, set author action, default value should disappear 0002899: [metadata] ability to allow HTML in EXIF/IPTC 0002896: [technical] Apply trigger render_element_description for thumbnail title (for picture description) Technical changes 0002922: [technical] Add caseSensitive option to TokenInput (web form for tag creation) 0002929: [photos] [multiple size] strip metadata on configurable threshold 0002925: [template] new function theme_delete 2.5.1: Bugs Fixed 0002892: [web API] [pwg.images.setInfo] empty tag_ids input parameter produces errors 0002865: [database] [mysqli] support for mysql sockets and port number 0002891: [navigation] unexpected flat parameter in home link on picture page breadcrumb 0002864: [authentication] open_basedir restriction and new password generator 0002887: [user comments] Comments accessible anonymously if comments author is known 0002861: [installation & upgrade] invalid password on manual upgrade 0002867: [template] [LocalFiles Editor] can't create new template-extension 0002881: [web API] [pwg.images.addSimple] undefined constant tags-assumed "tags" 2.5.0 Many changes include User features User comments: Email and Website added Tag duplication Pagination on albums Batch manager: filter on dimensions Group manager Better looking icons Connect with Facebook, Google, OpenID... Temporary image while loading 51 languages Physical vs virtual albums Protection of original photos Tag exclusion in quick search IP address and sessions Tecnical features New web API explorer increased security on passwords mysqli library for MySQL JSmin replaced by JavaScriptPacker Sprite for flags Sessions can store infos, errors and warnings Add triggers on all main pages Add template method to sort action buttons jquery 1.8.3, jquery.ui 1.10.1 Earlier detection of mobile device Triggers for login system 2.4.7: Bugs Fixed 0002819: [template] Link problem in menu with smartpocket 0002843: [security] [install.php on Windows] improved security on temporary config file download (reported by htbridge and fixed in collaboration with Gjoko Krstic) 0002844: [security] increase security on LocalFiles Editor (reported by htbridge) 0002793: [technical] Fatal error: Cannot redeclare PclZipUtilPathReduction 0002797: [template] local css for "clear" impacts admin theme "clear"
2013-12-31Fix pasto, and change default mysql version.ryoon1-4/+4
2013-12-30Update the COMMENTs for the firefox packages to include the upstreamdholland10-20/+20
version number, as suggested in PR 47418 a year ago. Also make sure the localization packages claim they belong to the right corresponding firefox packages, as a number of them were wrong.
2013-12-29Explicitly disable CPU optimized instruction. (--enable-arch-native istaca1-2/+5
default.) Enabling CPU optimized instruction gains some performance, but it lost portability of the binary package. Bump PKGREVISION.
2013-12-28For PKG_OPTIONS.squid = -ssl, do not PLIST files that will not behauke3-5/+7
installed.
2013-12-27Update to 3.8ryoon3-47/+150
Changelog: For WordPress 3.8 ja * Update WP Multibyte Patch to 1.9 For WordPress 3.8 Highlights Introduces a new, modern admin design A fresh, uncluttered design Clean typography with Open Sans Superior contrast and large, comfortable type Responsive interfaces throughout Refined, theme management Smoother, click-to-add widget management New Default Theme - Twenty Fourteen Easily create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. For Developers External Libraries have been updated. Better RTL support What's New General Replace PNG-based plugins ratings stars with Dashicons for performance gains Improved help tab text in various screens Clicking "Check Again" on the Updates screen now provides more immediate feedback Dashboard Consolidate several Dashboard widgets to improve readability Replace the 'Right Now' widget with the new and improved 'At a Glance' widget Appearance Introduce 8 new admin color schemes Improved readability throughout using Open Sans typeface (where supported) Responsive Toolbar for smaller-screen devices Leverage Dashicons instead of icon sprites for crisper experience on all resolutions Big RTL improvements throughout Make the dashboard more usable on any size device with responsive all the things Improve the login screen experience for Internet Explorer 8 users Improve Quick Edit experience for non-English users Improve the Menus experience for mobile users Themes New Default Theme -- Twenty Fourteen Make it possible to check for any post format assigned to a post with has_post_format() Better custom background theme support defaults, can now specify 'default-repeat', 'default-position-x', and 'default-attachment' arguments for background images. Tags for width changed to layout: responsive-layout, fluid-layout, and fixed-layout New tag: accessibility-ready to denote a theme is aware of accessibility best practices such as color contrast, keyboard navigation, and form/link focus. See WP theme accessibility guidelines. Theme screenshots' size have increased from 600x450 to 880x 660. Widgets New click-to-add interface for adding widgets to sidebars Improved interface for devices of all resolutions Better drag-and-drop experience Accessibility Make list table row actions keyboard accessible Improve color contrast throughout the admin Multisite Improved performance when deleting users in Multisite Under The Hood General Heartbeat performance and API improvements A $taxonomy argument was added to each of the adjacent post functions. Define $is_nginx in vars.php Apply capital_P_dangit() to the wp_title filter Make sure ajaxurl is defined in the Customizer validate_active_plugins() now checks the manage_network_plugins capability instead of is_super_admin() Allow passing false for the meta_box_cb argument in register_taxonomy() to turn off the meta box display entirely Make it easier to target video shortcodes by adding a wp-video class to the parent container Add CSSMin, SASS, CSSJanus, and jsHint to build tools for core development Bug Fixes Fix bug where top-level categories were only redirecting if they had no children Fix bug in wp_get_object_terms() where returned were strings not integers Fix a bug where passing a null value to meta_query resulted in wonkiness with the comparison operator Fix "'wp_signups' already exists for query" error after updating a Multisite network Fix bug in get_bookmarks() caused by missing parentheses Fix comment_notification_recipients filter behavior so that it is still respected even on comments left by the post author Fix a date comparison error in dashboard_relative_date() Fix keyboard accessibility for row actions in list tables. Fix no-js and accessibility modes in in the Widgets screen Fix a bug where menus could still be assigned to a non-existent theme location Silence jQuery Migrate errors in the General settings page Multisite Classes Introduce WP_Screen::remove_option() Introduce WP_Screen::remove_options() Introduce WP_Screen::get_options() Functions Introduce wp_dashboard_quick_press() Introduce wp_dashboard_site_activity() Introduce wp_dashboard_recent_posts() Introduce wp_dashboard_recent_comments() Introduce wp_dashboard_primary_output() Introduce wp_heartbeat_set_suspension() Introduce wp_star_rating() Introduce get_theme_update_available() Introduce wp_prepare_themes_for_js() Actions & Filters Actions Introduce automatic_updates_complete Filters Introduce automatic_updates_debug_email Introduce wp_prepare_themes_for_js External Libraries Add a copyright notice to zxcvbn (password strength meter) script Deprecated screen_icon() get_screen_icon() wp_dashboard_incoming_links_output() wp_dashboard_secondary_output() wp_dashboard_incoming_links() wp_dashboard_incoming_links_control() wp_dashboard_plugins() wp_dashboard_primary_control() wp_dashboard_recent_comments_control() wp_dashboard_secondary() wp_dashboard_secondary_control() no_update_actions() Miscellaneous Many unused images were removed from core. See the full list
2013-12-27Fix typoryoon1-2/+2
2013-12-27Update to 6.0.0aryoon3-982/+4982
* Switch to 6 branch * Replace interpreters with REPLACE_* Changelog: Version 6.0.0a Dec 14th 2013 Remove wrong warnings from logfile Fix LDAP authentication Fix LDAP configuration Fix Share dialog Fix migration under certain conditions Fix database encoding for old PHP versions Fix select all checkbox Fix migration with lucene search enabled Fix migration for postgresql Version 6.0.0 Dec 11th 2013 User Avatars Previews in files app and other places Updated design, less clutter and more whitespace Public gallery sharing Activities Better file conflict handling dialog Improved public App API Sharing API Example Files Share Email Notifications New Doctrine based database layer Plural translations Refactored OC.dialogs (both code and design wise) Priorize often used languages in personal-settings language selection Update jquery to 1.10.0 and add jquery-migrate 1.2.1 Show a summary as the last filelist entry Improve app-management (more verbose error-messages) Show ‘More apps’ link to app administration directly in app navigation Templates for newly created files Add MB indicator to size column Google Drive external storage uses a new library New icons for shared and external folders File uploads conflicts dialog Possibility to prepopulate a new users home with a skeleton Public upload with encryption enabled Users now can decrypt the files again if their encryption app was enabled Many quota related fixes Total used space (with quota) now only counts user’s own files Many external storage fixes, improved performance Improved file navigation performance by using Ajax calls (no full page reload for each folder) The file owner can now also restore deleted shared files New version drop-down with previews and the ability to downloading versions directly
2013-12-27Remove two patches to avoid conflict with files/.ryoon3-32/+1
These patches are stored in files/.
2013-12-26Update to 2.23ryoon3-70/+92
* Sync with seamonkey-2.23
2013-12-26Update to 2.23ryoon62-1126/+4121
Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26Use absolute path for seamonkey and firefox.ryoon1-2/+2
2013-12-23Reset maintainer for resigned developers.wiz3-8/+6