summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31Update moodle to 2.1.6, include some security fixes.obache3-317/+339
Based on maintainer update request by PR 46498. Upstream changes: Highlights * MDL-32431 Calendar events can be backed-up and restored * MDL-29262 Moodle 2 backup_controllers table is no longer needlessly massive Functional changes * MDL-27862 Ability to unset a theme * MDL-31835 Recent conversations link added when viewing a message * MDL-27427 Option added to delete external blog entries Security issues * MSA-12-0024 Hidden information access issue * MSA-12-0025 Personal communication access issue * MSA-12-0026 Quiz capability issue * MSA-12-0027 Question bank capability issues * MSA-12-0028 Insecure authentication issue * MSA-12-0029 Information editing access issue * MSA-12-0030 Capability manipulation issue * MSA-12-0031 Cross-site scripting vulnerability in Wiki * MSA-12-0032 Cross-site scripting vulnerability in Web services * MSA-12-0035 Cross-site scripting vulnerability in "download all" * MSA-12-0036 Cross-site scripting vulnerability in category identifier * MSA-12-0037 Write access issue in Database activity module * MSA-12-0038 Calendar event write permission issue Fixes and improvements * MDL-32061 Backup fixed when there is a lesson with attempts in the course * MDL-31008 CSS fixed to display dimmed objects * MDL-30867 Lesson essay question formatting fixed * MDL-31528 Breadcrumbs appearing consistently when editing is off * MDL-31631 Caching fixed so deleted activities do not remain listed * MDL-26674 Wiki Module activity logs activity fully * MDL-31510 Students in groups see only assignments in the Gradebook according to their group allocation * MDL-32141 Custom TinyMCE additions now work in Firefox 11
2012-05-30Fix build with gc-7.2b.wiz2-6/+17
2012-05-29Link with CC like other platforms. Fixes module build with Clang.joerg3-7/+19
2012-05-29Update to 7.26:wiz4-32/+33
This release includes the following changes: o nss: the minimal supported version of NSS bumped to 3.12.x o nss: human-readable names are now provided for NSS errors if available o add a manual page for mk-ca-bundle o added --post303 and the CURL_REDIR_POST_303 option for CURLOPT_POSTREDIR o smtp: Add support for DIGEST-MD5 authentication o pop3: Added support for additional pop3 commands This release includes the following bugfixes: o nss: libcurl now uses NSS_InitContext() to prevent collisions if available [1] o URL parse: reject numerical IPv6 addresses outside brackets [4] o MD5: fix OOM memory leak [5] o OpenSSL cert: provide more details when cert check fails o HTTP: empty chunked POST ended up in two zero size chunks [6] o fixed a regression when curl resolved to multiple addresses and the first isn't supported [7] o -# progress meter: avoid superfluous updates and duplicate lines [8] o headers: surround GCC attribute names with double underscores [9] o PolarSSL: correct return code for CRL matches o PolarSSL: include version number in version string o PolarSSL: add support for asynchronous connect o mk-ca-bundle: revert the LWP usage [12] o IPv6 cookie domain: get rid of the first bracket before the second o connect.c: return changed to CURLE_COULDNT_CONNECT when opensocket fails o OpenSSL: Made cert hostname check conform to RFC 6125 [10] o HTTP: reset expected DL/UL sizes on redirects [11] o CMake: fix Windows LDAP/LDAPS option handling [2] o CMake: fix MS Visual Studio x64 unsigned long long literal suffix [3] o configure: update detection logic of getaddrinfo() thread-safeness o configure: check for gethostbyname in the watt lib o curl-config.1: fix curl-config usage in example [13] o smtp: Fixed non-escaping of dot character at beginning of line o MakefileBuild.vc: use the correct IDN variable o autoconf: improve handling of versioned symbols o curl.1: clarify -x usage o curl: shorten user-agent o smtp: issue with the multi-interface always sending postdata [14] o compile error with GnuTLS+Nettle fixed o winbuild: fix IPv6 enabled build
2012-05-29Update to 2.0.17:wiz2-7/+6
The gdata.youtube.service class now explicitly sets the GData-Version: 1 header, and is updated to use the correct ClientLogin URL. Adding support for OAuth2 revoke endpoint. Make Resource and ResourceFeed "Batch" compatible. Forgot to add camelcase alias for batch in issue 5970062. Adding support for performance data in Content API for Shopping (fixes Issue 5976061). Added support for custom attributes in Content API for Shopping (fixes Issue 5970070). Changed dest attrs in Content API to iterable, added validate_dest and fixed qname on app:control (fixes Issue 5976046). Added camel case names to content API client public methods (fixes Issue 5970062). Added support for Content for API errors on single and batch requests (fixes Issue 5971061). Added support for start-token in Content API for Shopping (closes Issue 5980044). Change gdata.docs.client.DocsClient.DeleteResource to use the entry instead of the link. Allow for random kwargs in atom.client.AtomClient.request method. Changing Shipping to list element in Content API for Shopping. Fixing behavior in atom.http_core.Uri._get_query_string for query parameters with no parameter value (closes Issue 5938047). Fixed batch function issues in content api for shopping client. Updated GetFeed methods in the Email Settings API to return typed feeds Namespace for channel element (in contentforshopping) was promoted from scp to sc. Fixed release date year. Fixing bug in recent change to the Email Settings API client library (rev. 194d0fd21fdd) + some typos Updating the Email Settings API to return instances of the correct classes when retrieving settings Added a sample to create a group and update its settings using the Groups Provisioning and Groups Settings APIs. Added docs:description element to docs resources. Fixed error in docs sample. Added scopes for all Admin APIs in apps tag Added a sample for Email Audit API demonstrating CRUD operations on email monitors Fixed small doc errors, made tax a list element Fix issues 590/591: Contact's gender XML element was wrong. Added a sample marketplace application Sample to delete obsolete suspended users Sample to retrieve user's profile and contacts using 2LO Fixing issue 587. Wrong URL used for batch ACL changes. Added a sample to list all the members of a group Adding access_type=offline to OAuth 2.0 authorize URL. Check document list entries have a content before trying to download them. Added tag 2.0.16 for changeset c67f3c6398ba
2012-05-27Use SUBST_BASH instead of hand-rolled seddery (and don't hardwire /usr/pkg).dholland1-7/+6
While here fix the other preexisting SUBST to run at pre-configure instead of post-patch time.
2012-05-27www/ies4linux: Fix disallowed script interpretersmarino1-3/+7
This package failed on script-interpreter check, "/usr/bin/env bash" is not allowed. Replace with "/usr/pkg/bin/bash"
2012-05-27* allow adobe-flash-plugin packages for libflashplayer plugin.obache1-5/+4
* no need to require motif here, drop it. * bump require suse version Bump PKGREVISION.
2012-05-26pretty big version bumpmspo2-8/+8
2.96 2012-05-21 - Added merge method to Mojo::Path. - Improved documentation. - Improved tests. - Fixed small memory leak in Mojolicious. - Fixed small bug that prevented already prepared IO::Socket::SSL handles to be used by Mojo::UserAgent. - Fixed small Mojo::URL and Mojo::Path stringification bugs. 2.95 2012-05-10 - Improved documentation. - Fixed bug that caused inactivity timeouts to be logged too often. 2.94 2012-05-09 - Added support for 308 redirects to Mojo::UserAgent. - Added support for new HTTP status codes. - Improved exception handling of all scripts. - Improved built-in web servers to log inactivity timeouts as debug messages instead of errors. - Improved documentation. - Fixed html_escape to always use entities with semicolon. (OlegG, crab) - Fixed typo in 414 status message. - Fixed small cookie formatting bug. - Fixed small bug in cookie parser. - Fixed small backlog bug in Mojo::Server::Daemon. 2.93 2012-05-05 - Added remove method to Mojolicious::Routes::Route. - Improved 32bit Perl support of Mojo::Transaction::WebSocket. (mikemagowan, sri) - Improved exception handling of application and config file loaders. - Improved exception handling of Mojolicious::Plugin::I18N. - Improved renderer log messages. - Improved documentation. - Improved tests. - Fixed bug that prevented helper names from starting with "end". (Akron) - Fixed bug that prevented helper names from ending with "begin". - Fixed empty frame handling in Mojo::Transaction::WebSocket. - Fixed small rendering bug in Mojolicious::Plugin::PODRenderer. - Fixed small code generation bug in Mojolicious::Plugin::I18N. - Fixed small escaping bug in Mojo::URL. 2.92 2012-04-30 - Added commands attribute to Mojolicious. - Improved documentation. - Improved tests. - Fixed attribute namespace selector bugs in Mojo::DOM::CSS. 2.91 2012-04-26 - Added cookies method to Mojo::Message. - Updated HTML5 entities in Mojo::Util. - Improved documentation. 2.90 2012-04-25 - Fixed small JavaScript bug in Mojolicious::Plugin::PODRenderer. 2.89 2012-04-24 - Made logo on built-in templates smaller. - Improved CSS of built-in templates. - Improved documentation. - Improved tests. 2.88 2012-04-24 - Improved documentation. - Improved tests. 2.87 2012-04-23 - Improved html_escape performance and added pattern support. - Improved documentation. - Improved tests. - Fixed small escaping bug. 2.86 2012-04-23 - Added support for TO_JSON method to Mojo::JSON. - Updated HTML5 entities in Mojo::Util. - Increased default heartbeat_timeout from 10 to 20 seconds in Mojo::Server::Hypnotoad. - Improved Mojo::Template exception handling. - Improved ojo exception handling. - Improved documentation. - Improved tests. - Fixed a few HTML5 unescaping bugs. 2.85 2012-04-19 - Modernized ".perltidyrc". - Improved documentation. (diegok, sri) - Fixed bug in "user_agent.t". 2.84 2012-04-19 - Improved documentation. - Improved tests. - Fixed flash. 2.83 2012-04-18 - Added hostname verification support to Mojo::IOLoop::Client and Mojo::UserAgent. - Added SNI support to Mojo::IOLoop::Client and Mojo::UserAgent. - Improved documentation. - Fixed bug that prevented conditions to work in embedded applications. - Fixed bug that changed default values in embedded applications. - Fixed small bug in cpanify command. 2.82 2012-04-16 - Deprecated relaxed placeholders "/(.foo)" in favor of "/#foo". - Deprecated Mojolicious::Routes::Route->waypoint. - Deprecated Mojolicious::Routes::Route->block. - Improved Mojolicious::Routes::Pattern to render formats. - Improved regex formatting in routes command. - Improved documentation. - Improved tests. 2.81 2012-04-15 - Improved router to allow disabled format detection to be inheritable by nested routes. - Improved error handling in Mojolicious::Plugin::JSONConfig. - Improved match method in Mojolicious::Routes::Pattern to support format detection. - Improved router log messages. - Improved all debug messages. - Improved documentation. - Improved tests. - Fixed format detection bugs in Mojolicious::Routes::Pattern. - Fixed format handling in routes command. 2.80 2012-04-10 - Added support for alternative MIME types to Mojolicious::Types. - Added endpoint method to Mojo::UserAgent::Transactor. - Improved tests. - Fixed HTTPS proxy keep alive bug in Mojo::UserAgent. 2.79 2012-04-10 - Improved makefile and plugin generators to always use the latest Mojolicious version. - Improved documentation. - Improved tests. - Fixed HTTPS proxy support in Mojo::UserAgent. - Fixed multiple Mojo::UserAgent::Transactor bugs. 2.78 2012-04-09 - Improved Mojolicious::Routes to allow redispatching controllers. - Improved Mojolicious::Routes logging. - Improved documentation. 2.77 2012-04-09 - Improved Mojo::Transaction::WebSocket to allow custom message parsers. - Improved help command to be less strict. - Improved documentation. (tempire, sri) - Improved tests. - Fixed bug that prevented --help and -h flags from working for generator commands. - Fixed small bug that prevented non-string secrets in Mojolicious. 2.76 2012-04-05 - Improved documentation. 2.75 2012-04-05 - Improved documentation. - Improved tests. - Fixed small bug in params method of Mojo::Parameters. 2.74 2012-04-04 - Improved documentation. - Improved tests. - Fixed multiple small bugs in form method of Mojo::UserAgent::Transactor. 2.73 2012-04-03 - Improved documentation. - Improved tests. - Fixed multiple progress event bugs in Mojo::Message. 2.72 2012-04-03 - Added kept_alive method to Mojo::Transaction::WebSocket. - Improved documentation. 2.71 2012-04-03 - Improved Hypnotoad error handling. - Improved version command to detect proxy servers automatically. - Improved documentation. - Improved tests. - Fixed small argument bug in to_hash method of Mojo::Headers. 2.70 2012-03-30 - Improved speed of version command by switching to the MetaCPAN API. - Improved all bundled TLS test certificates to expire at the same time. - Improved documentation. - Improved tests. - Fixed handler detection precedence bug in Mojolicious::Renderer. - Fixed ability to disable inactivity timeout in Hypnotoad. - Fixed ability to disable accepts limit in Hypnotoad. - Fixed small bug in get_all_data method of Mojo::Command. - Fixed small bug in inflate command. (memowe)
2012-05-24Fix path in .so includes to be relative to ${PKGMANDIR}.wiz1-1/+10
Bump PKGREVISION.
2012-05-21www/yaws: Fix PLIST for DragonFlymarino1-0/+2
2012-05-20www/htdig: Fix unwanted directory removalmarino1-1/+2
Add share/htdig/common to INSTALLATION_DIRS since it's installing files there. Without it, share/htdig/common is left over after www/htdig is deinstalled.
2012-05-18Bump PKGREVISION.ryoon3-2/+30
Fix PR pkg/46458 * Fix download delay problem https://issues.apache.org/bugzilla/show_bug.cgi?id=53253
2012-05-17Update to 3.20120516. From the changelog:schmonz2-6/+6
* meta: Security fix; add missing sanitization of author and authorurl. Thanks, Raúl Benencia
2012-05-16www/nspluginwrapper: Fix indirect linking on DragonFlymarino1-1/+3
2012-05-16LICENSE=apache-2.0obache1-1/+2
2012-05-15Update to 3.0.3ryoon4-10/+13
* Add .htaccess file to package * Fix MESSAGES, to be more useful Changelog: changelog is not available officially. The following is provided by SuSE. - Security: Several CSRF fixes - Security: .htaccess uploading blacklist - Backport link in the Help center to the online documentatio - Backport link in the Help center to the "Big Files" howto - Check if JSon module is installed - Check if GD module is installed
2012-05-15PR#45840 www/py-uwsgi: Fix DragonFly Portmarino4-3/+56
2012-05-14Set USE_LANGUAGES properly. It works without this for some reason... butdholland1-1/+2
randomly broke because of it when I was mucking about last night.
2012-05-14Depending on what gcc one builds with, the file throw_gcc.h may or may notdholland1-1/+3
get installed. Instead of dealing with conditional PLIST logic, create an empty file. (tnn made the same adjustment to xulrunner in July)
2012-05-13Proper destdir support (hi darcy!)wiz1-8/+9
2012-05-13Add gwtryoon1-1/+2
2012-05-13Import gwt-2.4.0 as www/gwt.ryoon4-0/+6506
Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, and used by thousands of developers around the world.
2012-05-12Update to 2.91 and call it 2.9.1 because previous was 2.9 and I don't trustwiz2-8/+8
perl module version numbers :) Changes: 2.91 Fri Mar 30 2012 - Feature: RT #18901 - Added new utf8 option to make it really simple to use UTF-8 encoded templates [Michael Peters] - Feature: RT #30586 - Added new open_mode option to allow for Perl IO layers to interact when using open() on the template files [moritz@faui2k3.org and Michael Peters] - Feature: RT #38189 - Allow clean XML style tags "<tmpl_var foo />" to be used as well. [allard@byte.nl] - Feature: RT #46285 - Added support for lazily-evaluated coderefs for TMPL_LOOPs. [Justin DeVuyst and Michael Peters] - Feature: RT #64797 - Added new option die_on_missing_include (defaults to true) that allows users to turn off the behavior of dieing when an include can't be found [Zdenek Styblik and Michael Peters] - Feature: Add new cache_lazy_vars option so that the values from coderefs used for TMPL_VARs can be cached and the coderef not run multiple times [Michael Peters] - Feature: Add new cache_lazy_loops option so that the values from coderefs used for TMPL_LOOPs can be cached and the coderef not run multiple times [Michael Peters] - Feature: Added __even__, __outer__ and __index__ loop context vars. [Michael Peters] - Bug Fix: RT #26456 - force_untaint can't work in Perl < 5.8.0 [admin@photoresearchers.com] - Bug Fix: RT #67663 - remove warning under Perl > 5.14.0 about using tied with a file handle without "*" [RENEEB, TODDR and Michael Peters] - Bug Fix: RT #35534 - Using the same loop multiple times with different vars will no longer cause an error if die_on_bad_params is set. [Ron Savage & Michael Peters] - Bug Fix: RT #38325 - Give a better error message if param() is set with a reference to a reference. [Mark Stosberg & Michael Peters] - Test Fix: RT #26103 - t/05-blind-cache.t no longer modifies the distribution during the tests but instead uses temp files [Jan Dubois and Michael Peters] - Test Fix: Tests that create and modify files now use temp files and file_cache_dir is always a temp directory [Michael Peters] - Doc Fix: Using more POD formatting [Michael Peters] - Doc Fix: RT #46244 - fix broken link to tutorial [Michael Peters] - Doc Fix: RT #60282 - fix various mispellings [Florian Ernst] - Doc Fix: RT #60283 - fix broken HTML example [Florian Ernst] - Doc Fix: RT #60284 - fix broken POD [Florian Ernst and Michael Peters] - Development: Moved development to GitHub (https://github.com/mpeters/html-template) - Development: Switched to using Dist::Zilla internally for release management - Development: Added Michael Peters as co-maintainer
2012-05-11Update Opera to 11.64.obache2-17/+17
Release date: 2012-05-10 Opera 11.64 is a recommended upgrade offering security and stability enhancements. Fixes and Stability Enhancements since Opera 11.62 General and User Interface * Stability improvements * Resolved a handshake failure on https://autoupdate.opera.com Network and Site-Specific * Fixed an error where an on-demand-plugin placeholder could lower the security status of a secure site to insecure * Fixed an issue with some secure pages not loading - PayPal, Ebay * dojotoolkit.org: Errors when using the dojo amd loader have been resolved * rts.rs: A JavaScript error has been resolved Security * Fixed an issue where certain URL constructs could allow arbitrary code execution, as reported by Andrey Stroganov; see our advisory: http://www.opera.com/support/kb/view/1016/
2012-05-07Add a patch forgot to commit.taca2-1/+28
Bump PKGREVISION.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland13-26/+26
It turns out there were a lot of these.
2012-05-07Update ruby-httpclient to 2.2.5.obache3-7/+10
= Changes in 2.2.5 = May 06, 2012 - version 2.2.5 * Bug fixes * Added Magic encoding comment to hexdump.rb to avoid encoding error. * Add workaround for JRuby issue on Windows (JRUBY-6136) On Windows, calling File#size fails with an Unknown error (20047). This workaround uses File#lstat instead. * Require open-uri only on ruby 1.9, since it is not needed on 1.8. * Features * Allow symbol Header name for HTTP request. * Dump more SSL certificate information under $DEBUG. * Add HTTPClient::SSLConfig#ssl_version property. * Add 'Accept: */*' header to request by default. Rails requies it. It doesn't override given Accept header from API. * Add HTTPClient::SSLConfig#set_default_paths. This method makes HTTPClient instance to use OpenSSL's default trusted CA certificates. * Allow to set Date header manually. ex. clent.get(uri, :header => {'Date' => Time.now.httpdate})
2012-05-06www/webkit-gtk: DragonFly toomarino2-8/+7
DragonFly needs the same modification to osinclude.h that NetBSD does.
2012-05-06Bump PKGREVISION.ryoon2-5/+4
* Required java is 6 or later * Remove unnecessary CLASSPATH definition in tomcat.sh Thank you, tnozaki@.
2012-05-06Make sure to contao211's version to 2.11.3.taca1-2/+2
Noted by David Holland, thanks much.
2012-05-06Not MAKE_JOBS_SAFE. (and now it takes that much longer to build... sigh)dholland1-1/+3
2012-05-05Update contao211-translations to 201205050.taca3-23/+26
Update Bulgarian, Persian, Japanese, Swedish and Ukrainian language files. These language support Contao 2.11.3 except Bulgarian.
2012-05-05Update contao211 to 2.11.3 (Contao 2.11.3).taca2-6/+6
pkgsrc change: install .htaccess as configuration file with .htaccess.default as an example. * Fix permission checking problem of Task center. * Provide improved .htaccess.default. * Several bug fixes and improvements.
2012-05-04Fix inline usage.joerg2-1/+18
2012-05-04Add salt and seed target file.ryoon1-2/+2
2012-05-04Add PHP_PKG_PREFIX to PKGNAME.ryoon1-1/+2
2012-05-04Add sencha-snsryoon1-1/+2
2012-05-04Import sencha-sns-1.0.3 as www/sencha-sns.ryoon6-0/+1228
Sencha SNS is Social Networking Service (SNS) software for intranet and the Internet SNS. This software has Japanese UI only.
2012-05-04Update to 5.5.2.1ryoon3-107/+448
Changelog: 5.5.2.1 Behavioral Improvements * Better update checking for new versions of concrete5. * Attribute types have friendlier names (Checkbox instead of Boolean, etc...) * When a fixed footprint isn't set, the image cropper in the file manager now defaults to the full size of the image. * Improved performance of intelligent search * Fixed http://www.concrete5.org/developers/bugs/5-5-2/login-and-error-pages-dont-use-the-menu-logo-settings/ And bugfixes 5.5.2 Feature Updates * Replaced Picnik with built-in crop, rotate and zoom functionality. Crop+Zoom provided by jQuery Cropzoom by Gaston Robledo (http://www.cropzoom.com.ar/) * Added ability to specify a file set on a form block for files uploaded through form. (Thanks danklassen!) * Prettier edit/add experience for image block. * Image block can now automatically resize thumbnails (previous default) or accept a fixed size, which can be passed to the image editor directly as a fixed width/height * Ability to receive an email when new users register (Thanks Mnkras.) Behavioral Improvements * Made better use of space on dashboard home and system & settings * Newsflow arrows are more prominent * Moved sessions into filers/tmp/ on each site for better security. * Download File script now redirects to files instead of forcing all files to download (to allow PDFs, images to display in browser) * Fixed: http://www.concrete5.org/developers/bugs/5-5-1/cant-open-sitemap-visit-links-in-new-tab-5.5/ * Improved installation will remove user-created configuration files if something goes wrong in installation, removing an infinite installation loop unless the files were removed by hand. * More robust UI handling when concrete5 is used with themes with greedy center styles. * Adding wmode=transparent to youtube videos for better display * File blocks now are searchable through the site-wide search block. And bugfixes 5.5.1 Feature Updates * New Interface Settings page in Systems & Settings that lets you control your dashboard background image, and the behavior of the quick nav. * Newsflow One is now located at /dashboard/news. /dashboard now houses a table of contents for the dashboard. You can navigate to this by clicking the dashboard button. * Page attributes that are setup to be viewed by default will now show when adding pages of that type. Better add page experience (more page types, etc...) * Improved the marketplace browsing experience by simplifying and increasing the number of results in a given request. Now able to filter by compatible marketplace packages. Behavioral Improvements * Better Edit Bar Interaction * ccm.app.js is now minified * Content Importer library now reindexes pages after content is imported. * Move the content down when edit bar appears (this used to work so just figure out what got lost and bring it back) * Add multiple files window now closes after using multiple file uploader * The language name should always be displayed in that language when editing a user's record in the dashboard on a multilingual site. * Brought back enter key event when adding values to select attribute And bugfixes 5.5.0 Feature Updates * Completely revampled, overhauled and refined interface in the front-end and in the dashboard. Too many improvements to list here. * No more scrapbook! Simpler, streamlined, faster clipboard for copy and paste, and "Stacks" for managing global areas, with support for version control and block reordering. * Improved Installation that lets you specify your admin password, an installation language, gives you more access to sample content. * Comprehensive white-labeling support, including the ability to specify alternate install packages, an alternate logo. * Deleted pages now go into the trash for easy restore or bulk deletion. * Better Page Attributes, including the ability to define attribute sets for page attributes, including reordering. Attributes can also be used with page defaults. Much better interface for choosing page attributes. * Better marketplace integration, including the ability to read full descriptions, better search, a more attractive and fully informative informative, and the ability to purchase items directly from your website. * Beautiful new "Greek Yogurt" Theme, installed with the sample content. * New bulk commands in page search, including bulk delete, bulk move/copy, bulk design, and bulk speed settings * Page Search and User Search now have fully customizable columns * Better Anti-Spam Controls. Easy installation of new captcha libraries like reCAPTCHA (available for free download from concrete5.org) and anti-spam libraries like Akismet. Performance Improvements * Extensive CSS and JavaScript Minification and Combination. Far fewer files and code loaded. * UI now uses sprites for better performance. * Much JavaScript is now loaded in the footer to prevent blocking. * Make Config values use one database query at startup to load, or one cache call. (Integrated and modified pull request from christiaan) * More optimized dynamic PHP function calls (thanks christiaan) * Page List is lighter weight with system pages no longer cached or calculated on the fly. * Included an optimization job that can remove all but the most recent 10 versions of pages. * Page reindexing no longer happens every time we set attribute or exit edit mode. Now instead it happens when running the index search job, or when visiting a page you have edit access to (through a silent, non-blocked reindex AJAX request.) (Note: this behavior can be modified by defining ENABLE_PROGRESSIVE_PAGE_REINDEX to false.) * Much improved performance on the better designed Form Results page. * Removed the Database class. Instead just go directly to ADODB and add our functions as stubs Additional Features and behavioral Improvements * Updated TinyMCE to 3.4.6, fixing bugs, improving stability, and enabling editing on iOS devices. * Dialog windows should no longer be larger than the container browser window. * Cleaner page list block template (thanks jordanlev) * Departments of France are now included when checking France as an active country (thanks marcandre) * Default mod_rewrite rules now make it so that pages like "jobs" that match directory names can be created (thanks christiaan) * Included iPhone home screen thumbnail in the site icons dashboard page. and bugfixes and Developer Updates
2012-05-04Fix typo in database name.ryoon1-2/+2
2012-05-04Add step to start apache httpd.ryoon1-2/+5
2012-05-04Add MASTER_SITE_MOZILLA_ESR, for Extended Support Release version ofryoon1-3/+2
mozilla.org products (firefox and thunderbird). Suggested by obache on pkgsrc-changes@.
2012-05-03Update drupal7 to 7.14.taca3-7/+21
Drupal 7.14 2012-05-02 ---------------------- - Fixed "integrity constraint" fatal errors when rebuilding registry. - Fixed custom logo and favicon functionality referencing incorrect paths. - Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL. - Split field_bundle_settings out per bundle. - Improve UX for machine names for fields (UI change). - Fixed User pictures are not removed properly. - Fixed HTTPS sessions not working in all cases. - Fixed Regression: Required radios throw illegal choice error when none selected. - Fixed allow autocompletion requests to include slashes. - Eliminate $user->cache and {session}.cache in favor of $_SESSION['cache_expiration'][$bin] (Performance). - Fixed focus jumps to tab when pressing enter on a form element within tab. - Fixed race condition in locale() - duplicates in {locales_source}. - Fixed Missing "Default image" per field instance. - Quit clobbering people's work when they click the filter tips link - Form API #states: Fix conditionals to allow OR and XOR constructions. - Fixed Focus jumps to tab when pressing enter on a form element within tab. (Accessibility) - Improved performance of node_access queries. - Fixed Fieldsets inside vertical tabs have no title and can't be collapsed. - Reduce size of cache_menu table (Performance). - Fixed unnecessary aggregation of CSS/JS (Performance). - Fixed taxonomy_autocomplete() produces SQL error for nonexistent field. - Fixed HTML filter is not run first by default, despite default weight. - Fixed Overlay does not work with prefixed URL paths. - Better debug info for field errors (string change). - Fixed Data corruption in comment IDs (results in broken threading on PostgreSQL). - Fixed machine name not editable if every character is replaced. - Fixed user picture not appearing in comment preview (Markup change). - Added optional vid argument for taxonomy_get_term_by_name(). - Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30. - Fixed {trigger_assignments()}.hook has only 32 characters, is too short. - Numerous fixes to run-tests.sh. - Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests. - Numerous JavaScript performance fixes. - Numerous documentation fixes. - Fixed All pager links have an 'active' CSS class. - Numerous upgrade path fixes; notably: - system_update_7061() fails on inserting files with same name but different case. - system_update_7061() converts filepaths too aggressively. - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
2012-05-03Update drupal6 package to 6.26.taca2-7/+6
Drupal 6.26, 2012-05-02 ---------------------- - Fixed a small number of bugs. - Made code documentation improvements.
2012-05-03Fix build with glib-2.32.wiz3-2/+18
2012-05-03Update dupal7 to 7.13.taca2-7/+6
Drupal 7.13 2012-05-02 ---------------------- - Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
2012-05-02s/tiki/concrete5/g, fix pastoryoon1-4/+4
2012-04-30needs glib2>=2.32drochner1-1/+2
2012-04-29Update contao211-translations to 201204290.taca3-8/+8
Update Slovak language files.