summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-04-05Added a patch needed for gcc-2.95. Approved by wiz.rillig2-1/+22
2005-04-05Use INSTALLATION_DIRS to pre-create all the needed directories.reed1-5/+3
(I saw that my pkg/share/examples was not a directory but a Count configuration file.)
2005-04-05Replace NO_BUILD with empty do-build target.wiz1-2/+3
2005-04-05Update to 3.0.5:wiz2-6/+6
Changes in 3.0.5, released 2005-01-22: * Fixed links in human readable diff view when it's the default diff format. * Submitting the option form preserves hidden user settings. * Improvements related to tightly controlled setups such as SELinux. * Configuration and configuration documentation improvements. * Tab expansion fix for HTMLized views.
2005-04-04"squid-2.5.STABLE9-2GB.patch" was updated again. Update checksum,tron2-79/+79
use different sub directory and bump package revision.
2005-04-04*** empty log message ***abs5-38/+14
2005-04-04Update galeon to 1.3.20, and drop maintainership:abs1-6/+6
Changes in 1.3.19: * Works with mozilla 1.7 -> 1.7.5, 1.8a3 -> 1.8a6 and trunk (Note that there's a bug in 1.8a6 that prevents it working with galeon if mozilla is compiled by FC3's gcc or gcc cvs. This is fixed in trunk.) * Try and stop the page from stealing focus from the location bar * Jump to tabs that open javascript dialogs, secunia advisory SA12712 * Make the location bar turn yellow for secure sites * Myportal overhaul, including clickable folder headers, and working file urls * Fix cookie preferences * Improved Javascript console * Allow compilation against FireFox libs (no type-ahead-find though) * Allow compilation against Thunderbird libs (requires custom thunderbird build with extra components) * Launch urls opened from the command line in a new tab if a galeon window is on the current workspace * Encode smart bookmarks better, so they work when the substituion is in the path portion of the url * Use the iso-codes package if it is available for language names * Lots of other bug fixes Changes in 1.3.20: * Works with mozilla 1.7 -> 1.7.5, 1.8a3 -> 1.8b1 and trunk * Using FireFox patched according to the instructions on http://live.gnome.org/Epiphany_2fMozillaPatches, type ahead find will work. * Further improvements to the attempt to stop the focus being stolen from web pages. * Works with Gnome 2.10: o Use startup notification when launching programs o Don't steal focus from other applications when launching new windows o Show application icons in the "Open With" menu * Don't show security dialogs twice * Use our own version of the security dialogs to look nicer, and allow better translation * Much improved favicon cache - only store favicons on disk for bookmarks * When saving files, check the user has permission. * Lots of other bug fixes
2005-04-04Oops, I forgot the update of DIST_STAMP just before.taca1-76/+76
2005-04-04One of official patch has been updated.taca2-79/+79
* 2005-04-04 00:19 (Medium) Fails to process requests for files larger than 2GB in size Since the name of the patch file is the same as before, DIST_SUBDIR has been udpated via DIST_STAMP. Bump PKGREVISION.
2005-04-03Update to 3.0.1 and switch to .tar.bz2 distfile.jschauma2-9/+10
Changes: * web/pie.php (1.5): Updated the file to explicitly reflect that this file was/is released into the public domain * web/header.php (1.6): Make some more information available to templates. * web/host_view.php (1.5): Patched web frontend to report gmond_started http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=31 * web/: cluster_view.php (1.6), conf.php (1.6), templates/default/cluster_view.tpl (1.7): Make packet graph optional in a way that allows new optional graphs to be easily added as well. Fix bug reported by Koo Kee Kiat relating to null arrays. * web/conf.php (1.5): Use the generated version.php instead of hard coding the value here. * web/: conf.php (1.4), get_context.php (1.6), graph.php (1.8), templates/default/cluster_view.tpl (1.6), templates/default/host_view.tpl (1.7): MKN: Add cpu_wio to the CPU Summary. Lost in the CVS wars :-) MKN: Add Packets/sec summary to Cluster and Host view. Ditto lost. MKN: Bring version to 3.0.0 to be in line with release name.
2005-04-02The SuSE 7.3 emulators/suse_libc5 has been modified to be independantjdolecek1-2/+2
on the actual used emulation base (i.e. works now even when using SuSE 9.1 emulation packages otherwise), update depends accordingly. Adresses PR pkg/29561 by Robert Elz
2005-04-02MOZILLA_USE_GTK2 needs --disable-gnomevfs, so make this so inabs3-6/+4
mozilla/Makefile.common, rather than adding it into each Makefile (also fixes thunderbird-gtk2).
2005-04-02cut trailing whitespaceabs1-2/+2
2005-04-01jakarta-tomcat now jakarta-tomcat5abs1-2/+2
2005-04-01re-imported as jakarta-tomcat5abs7-2213/+0
2005-04-01re-Import jakarta-tomcat (5.0.x) as jakarta-tomcat5abs7-0/+2217
2005-04-01Add jakarta-tomcat55abs1-1/+2
2005-04-01Import jakarta-tomcat 5.5.7abs7-0/+1199
Tomcat is the Java Servlet / Java Server Page environment produced by the Apache Foundation's Jakarta Project. Tomcat can be run as a standalone web server with Servlet and JSP support, or using Apache Server as its web server via the mod_jk Apache module (www/ap-jk). This is the Tomcat 5.5 package, which is a Java Serlet 2.4 and JSP 2.0 server.
2005-04-01use ${RM} rather than rmabs1-2/+2
2005-04-01Fix URL from which list of mirror sites is obtainedabs1-1/+1
2005-04-01Explicitly pass --disable-gnomevfs to avoid attemping to pull in gnomevfsabs1-1/+2
if installed on the system. Follows www/firefox/Makefile 1.13. PKGREVISION unchanged as generated binary unaltered (on those systems which could build it previously)
2005-03-31explicitely --disable-gnomevfs; otherwise gnome stuff will be founddrochner1-1/+2
and some extension tried to be built which fails because not buildlink'd
2005-03-31Update squid packate to 2.5.9nb2.taca3-8/+88
Add these official patches: * 2005-03-30 22:51 (Cosmetic) external acls requiring authentication does not request new credentials on access denials like proxy_auth does. * 2005-03-29 09:52 (Cosmetic) New cachemgr pending_objects and client_objects actions * 2005-03-26 23:53 (Minor) rename() related cleanup * 2005-03-30 22:51 (Medium) Fails to process requests for files larger than 2GB in size * 2005-03-19 23:57 (Cosmetic) aufs warning about open event filedescriptors on shutdown * 2005-03-19 01:35 (Minor) --disable-hostname-checks not working * 2005-03-19 01:11 (Cosmetic) LDAP helpers fails to compile with SUN LDAP SDK * 2005-03-21 20:44 (Minor) CONNECT requests truncated if client side disconnects first assertion failed: comm.c:430: "ntohs(address->sin_port) != 0" * 2005-03-19 00:25 (Minor) Basic authentication fails with very long logins or password * 2005-03-29 08:45 (Minor) Several minor aufs issues * 2005-03-09 15:46 (Cosmetic) Extend relaxed_header_parser to work around "excess data from" errors from many major web servers. * 2005-03-09 15:46 (Cosmetic) Duplicate content-length headers logged as conflicting with relaxed_header_parser off * 2005-03-09 15:46 (Cosmetic) Defer digest fetch if the peer is not allowed to be used * 2005-03-10 23:38 (Minor) Incorrect use of ctype functions * 2005-03-15 04:27 (Minor) compile warnings due to pid_t not being an int * 2005-03-09 15:46 (Minor) bzero is a non-standard function not available on all platforms * 2005-03-09 15:46 (Cosmetic) Check several squid.conf directives for int overflows * 2005-03-09 15:46 (Cosmetic) Clarify delay_access function * 2005-03-09 15:46 (Minor) reload_into_ims fails to revalidate negatively cached entries * 2005-03-09 15:46 (Minor) Handle odd date formats
2005-03-30- Update Horde to 3.0.4adrianp3-9/+12
> Major changes compared to the Horde version 3.0.4-RC2 are: > * Fixed an XSS vulnerability. > * Added PostgreSQL specific upgrade script. > * Updated Dutch translation. > * Some minor bug fixes. > > Major changes compared to the Horde version 3.0.4-RC1 are: > * Improved SQL configuration. > * Improved Oracle support. > * Updated Finnish, French, Italian, Norwegian Bokmaal, and Slovak > translations. > * Some layout and bug fixes. > > Major changes compared to the Horde version 3.0.3 are: > * Re-added support for the mime_magic extension. > * Added database specific connection parameters to setup interface. > * Added Horde_Tree_select class. > * Improved IMAP folder trees and IMAP message threads. > * Improved IMSP support. > * Automatically create configuration files if possible. > * Updated German, Hungarian, Italian, Japanese, and Slovenian translations. > * Lots of improvements and bug fixes.
2005-03-30Update www/ap_jk to 1.2.8.erh5-23/+75
2005-03-30Use PKG_PHP_VERSION variable in both places in the LoadModule commanddarcy1-3/+3
instead of just for the file part.
2005-03-28Mention where to get the most recent versions of imp and hordeerh1-0/+2
2005-03-27take maintainershiprecht1-2/+2
2005-03-26Update to 3.6.1:jmmv3-7/+9
* a11y fixes (Mengjie Yu) * cursor movement fixes * color changes notification fix (Mengjie Yu) * stress test suite * fixed table cells parsing * fixed deleting around tables * updated translations (Abel Cheung)
2005-03-26ABI did not change, add BUILDLINK_RECOMMENDED instead of updating ↵taya2-4/+6
BUILDLINK_DEPENDS.
2005-03-25zlib/buildlink3.mk is needed to build on platforms without native zlib.minskim1-1/+2
2005-03-25- Bump to nb1adrianp2-3/+6
- Fix missing entry in PLIST - Fix permissions on installed directory
2005-03-25Bump BUILDLINK_RECOMMENDED, not BUIDLINK_DEPENDS for security fixes.salo2-4/+6
2005-03-24Don't check for USE_BUILDLINK3 anymore in these files. These are includedjlam1-4/+3
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz6-13/+6
useful.
2005-03-24Remove album* entries, until the corresponding packages get imported for real.wiz1-3/+1
2005-03-24Update HTML-TableExtract to v1.10. v1.09 appears to have disappeared fromchris2-6/+6
cpan mirrors. Changes: 1.10 Mon Mar 7 10:45:54 EST 2005 - Minor fix to resets during calls to parse(). Resets must be requested manually. - Docs update to reflect impending arrival of 2.x series.
2005-03-24Update firefox & firefox-gtk1 to 1.0.2taya4-10/+10
Firefox 1.0.2 is a security and stability update. Followings bugs are fixed in this release. MFSA 2005-32 Drag and drop loading of privileged XUL MFSA 2005-31 Arbitrary code execution from Firefox sidebar panel MFSA 2005-30 GIF heap overflow parsing Netscape extension 2
2005-03-24Update mozilla & mozilla-gtk2 to 1.7.6taya7-14/+20
This is a security fix release. Fixed bugs are follows. MFSA 2005-32 Drag and drop loading of privileged XUL MFSA 2005-30 GIF heap overflow parsing Netscape extension 2 MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files MFSA 2005-27 Plugins can be used to load privileged content MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab MFSA 2005-25 Image drag and drop executable spoofing MFSA 2005-24 HTTP auth prompt tab spoofing MFSA 2005-23 Download dialog source spoofing MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts MFSA 2005-18 Memory overwrite in string library MFSA 2005-17 Install source spoofing with user:pass@host MFSA 2005-16 Spoofing download and security dialogs with overlapping windows MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion MFSA 2005-14 SSL "secure site" indicator spoofing MFSA 2005-13 Window Injection Spoofing see changelog for detail. http://www.mozilla.org/releases/mozilla1.7.6/changelog.html
2005-03-24Add album, a program to generate web photo albums. The album_theme packageaugustss1-1/+3
contains various themes for the generator.
2005-03-24Update "firefox-gtk2-bin" package to version 1.0.2. The new version fixestron2-6/+6
the following security issues: MFSA 2005-32 Drag and drop loading of privileged XUL MFSA 2005-31 Arbitrary code execution from Firefox sidebar panel MFSA 2005-30 GIF heap overflow parsing Netscape extension 2
2005-03-23Update to KDE 3.4markd3-57/+174
Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23update ns-remote to 1.10:abs2-6/+5
- when giving the URL to a running 'netscape' do not explicitly specify a new window, let the browser decide (allows firefox to use a new tab based on user preference) - move firefox ahead of communicator in preference terms
2005-03-22Update epiphany-extensions to 1.6.0:jmmv3-50/+82
========================= Epiphany Extensions 1.6.0 ========================= Changes * Enable extension description translations. * Make sure mozilla is started before setting the prefs * Sync headers with Epiphany * Implement Metadata tab in Page Info dialogue * Don't start off-line if NetworkManager is unavailable Contributors: Christian Persch and Jean-François Rameau, and the translators Frank Arnold (de), Adam Weinberger (en_CA) and Gabor Kelemen (hu). ========================= Epiphany Extensions 1.5.8 ========================= Changes * Fix build for sh != bash [Grzegorz Golawski, #167011] * Adapt to mozilla API change * Improved Find extension * Ref the tray icon [#163819] * Destroy open "Add to sidebar" dialogues when unloading the extension [#156523] * Don't activate find bar when pressing Space [#167415] * Focus links while finding * Disable gestures while print preview mode [Jean-François Rameau] Contributors: Grzegorz Golawski, Christian Persch and Jean-François Rameau; and the translators David Lodge (en_GB), Francisco Javier F. Serrador (es), Francesco Marletta (it), Takeshi AIHANA (ja), Changwoo Ryu (ko), Reinout van Schouwen (nl), Estêvão Samuel Procópio (pt_BR) and Marcel Telka (sk). ========================= Epiphany Extensions 1.5.7 ========================= New extensions * "Actions" extension, written by Jean-Yves Lefort * "Net Monitor" extension, written by Jean-François Rameau (experimental; requires Epiphany compiled with --enable-dbus) Changes * Implement EphyExtension's attach_window/detach_window interface instead of simulating them * Fix LOG() statements in non-gcc varargs case * Updated HOWTO to include some Python * Add missing QI in page info helper * Remove tooltip from window [#166010] * Better error dialog when command failed in actions extension Contributors to this release: Adam Hooper, Jean-Yves Lefort, Christian Persch, Jean-François Rameau, and the translators Rostislav Raykov (bg), Miloslav Trmac (cs), Frank Arnold (de), Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Takeshi AIHANA (ja), Žygimantas Beručka (lt), Reinout van Schouwen (nl) and Marcel Telka (sk). ========================= Epiphany Extensions 1.5.6 ========================= New extensions * 'Find' extension adds a find-bar. This extension is experimental and will crash or hang your browser. * 'Tab-States' extensions Changes * Build extensions modules as not versioned DSO * Hook adblock extension onto "check-content" signal * Adapt to Mozilla API change * Fix a small memory leak * Removed prefs dialogue from smart-bookmarks extension * Work-in-progress: huge refactoring of adblock * Fix builddir != srcdir build * Use pcre instead of pcreposix. Check for utf-8 support, too * Implement EphyExtension attach_window/detach_window interface in page-info ext * Adapt to Epiphany API changes Contributors to this release: Adam Hooper, Tomasz Kłoczko, Christian Persch, Jean-François Rameau, and the translators Frank Arnold (de) and Takeshi AIHANA (ja). ========================= Epiphany Extensions 1.5.5 ========================= Changes * Fix fox bookmarks with underscore in their names [#161832] * Adapt to changes Epiphany APIs * Add DND to Media and Links tabs, and plug a few mem leaks * Fix page info for pages with # in the url [#161201] * Update sample extensions * Hook into the "add-sidebar" signal in epiphany and remove mozilla dependency from the sidebar extension [#156849, #157088] Contributors to this release: Jean-François Rameau, Crispin Flowerday and the translators: Miloslav Trmac (cs), Hendrik Brandt (de), Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Gabor Kelemen (hu), Takeshi AIHANA (ja), Reinout van Schouwen (nl), Marcel Telka (sk) ========================= Epiphany Extensions 1.5.4 ========================= Bug fixes * Fix crash when going to Media tab in Page Info dialog [#161815] Epiphany Extensions 1.5.3 ========================= Changes * Sync headers with Epiphany * List applet, embed and object elements in the Page Info dialogue, add Media tab, only preview images (Jean-François Rameau, Christian) * Makefile.am modernisations * Use ellipsised labels instead of shortening strings * Use GtkAboutDialog (Adam Hooper) [#161519] Bug fixes * Abort gesture on unmap (ported from galeon) [#160228] * Fix context menu on Media page of Page Info dialogue Translation updates * Hendrik Brandt (de) * Takeshi AIHANA (ja) * Pablo Saratxaga (wa) ========================= Epiphany Extensions 1.5.2 ========================= Changes * Select first menu item when popping the menu up with keyboard * Fix compilation with latest mozilla trunk * Use ephy_embed_show_page_certificate * Sync headers with Epiphany * Also list CSS background images and mailto links in the page info dialogue (Jean-François Rameau) * Fix out-of-srcdir build Bug fixes * Fix tab closing with tab-groups extension Translation updates * Adam Weinberger (en_CA) * Yannick Tailliez (fr) * Takeshi AIHANA (ja) ========================= Epiphany Extensions 1.5.1 ========================= New features * Created copy-template script * Added "Sidebar" extension, written by Crispin Flowerday * Added "Extensions Manager" extension, written by Adam Hooper * Added "Bookmarks Tray" extension Changes * Updated for epiphany 1.5 API changes * Cleanup of mozilla stylesheet handling. * Skip style sheets not for "screen" or "all" media * Add tab-groups to default_extensions * Fix context menu positioning * Add warnings to CFLAGS and CXXFLAGS * Fix loads of compiler warnings * Set window icons * Implement context menu in "Links" tab * Add extension description files * Make dialogue transient to the opening window * Add separators in the Tools menu * Use new gtk+ HIG message dialogue API. * Listen to ephy-extension-manager's added/removed signals to add/remove extensions from the list Bug fixes * Fix mem leaks [#153470, #153471, #153473] * Fix crash after unloading the error-viewer extension [#153712] * Make all extensions unload-proof * Always load unnamed stylesheets [#153739] * Don't block stylesheets without "media" attribute. Shorten menu entries to 32 chars max [#153710] * Hide the sidebar when in print preview mode * 64-bit fix [Andrzej Dopierała] * Don't make the extensions description ediable [#155389] * Fix the extensions .xml description file build process * Detach correctly from the window [#155388] * Destroy info dialoguess with Extension Manager UI dialogue * Fix alignment of "Authors" label Documentation * Updated HOW-TO Translation updates * Ole Laursen (da) * Christian Neumair (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Yannick Tailliez (fr) * (hr) * Francesco Marletta (it) * Reinout van Schouwen (nl) * Raphael Higino (pt_BR)
2005-03-22Update to 1.6.0:jmmv4-43/+70
============== Epiphany 1.6.0 ============== Translation updates: * Dafydd Harries (cy) * Ole Laursen (da) * Christophe Merlet (RedFox) (fr) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Mugurel Tudor (ro) * Данило Шеган (sr, st@Latn) * Maxim Dziumanenko (uk) ============== Epiphany 1.5.8 ============== Changes * Try to approximate startup time if not given in environment [#168820, Elijah Newren] * Fix crash when quitting with queued downloads [#165999] * Depend on gtk+ >= 2.6.3 ============== Epiphany 1.5.7 ============== Code changes * Implement nsIWebProgressListener in MozDownload [#165328] * Remove ephy_tab_get_action() * Launch applications and handlers with user time Bug fixes * Move style notifier to ephy-toolbars-model, and apply the flags to new toolbars * Move all the stuff from EphyWindow::finalize to dispose * Keep a ref on the tray icon [#166143] * Fix mixing up workspaces of windows when restoring session [#130990] * Use event time when grabbing the pointer [#167473] * Unparent the fixed toolbar before destroying the dock * Unset size request if the fixed toolbar is present * Don't activate startup notification with the recovery dialogue * Don't switch tabs to modal alerts in ppv mode * Fix bookmarks import [#163341] * Don't assert if we don't have a new embed in new_window callback [#165445] * Check the favicon file type and only allow ico, gif & png [#163886] * Fix compress_tilde to only look at the prefix Contributors: Piers Cornwell, Xan Lopez, Carlos Garnacho Parro, Christian Persch and Jean-François Rameau; and the translators Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs), Ole Laursen (da), Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Pauli Virtanen (fi), Vincent Carriere (fr), Ankit Patel (gu), Takeshi AIHANA (ja), Changwoo Ryu (ko), Žygimantas Beručka (lt), Kjartan Maraas (nb), Reinout van Schouwen (nl), Kjartan Maraas (no), GNOME PL Team (pl), Afonso Celso Medina (pt_BR), Duarte Loreto (pt), Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq), Christian Rose (sv) and Maxim Dziumanenko (uk) ============== Epiphany 1.5.6 ============== Code changes * Move new-window signal to the embed single, and new window creation from EphyTab to EphyShell * Make EphyWindow implement EphyLink interface * Make ephy-link.h public Bug fixes * Better wording for the import-failed dialogue * Default security.warn_submit_insecure.show_once to false * Fix sidebar signal emission * Fix "Go Up" not to omit the directory if the uri references a file [#165094] * Alert the user when sidebar extension is not activated [#162685] * Don't show the Leave Fullscreen button in lockdown fullscreen mode [#165256] * Switch to fullscreen toolbar also in lockdown fullscreen mode [#165256] * Fix reference counting problem in extensions manager * Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled * Add lock fullscreen key to schemas file and improve key descriptions * Fix LOG() statements for non-gcc varargs case * Some sparse fixes * Add title signal handler for XUL dialogues * Ungrab the pointer when moving tab between notebooks [#165797] * Set "Clear" context menu entry insensitive in lockdown mode [#165540] * Don't weak ref the shell when it's finalised already [#165542] * Chain up to GtkWindow's keypress handler in EphyWindow * Don't show the menubar with F10 in lockdown mode [#165550] * Don't disable print preview if print setup is locked down [#165552] * Re-enable typeaheadfind autostart [#141963, #165811] * Plug some mem leaks * Force new windows in tabs in lockdown fs mode [#165566] * Don't copy params with the email address [#144469] * Don't exit when DBUS restarts * Forward startup IO to the already-running ephy instance [#150085] Documentation * Update documentation. Contributors: Piers Cornwell, Crispin Flowerday, Adam Hooper, Christian Persch and Jean-François Rameau; and the translators Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs), Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge (en_GB), Francisco Javier F. Serrador (es), Pauli Virtanen (fi), Takeshi AIHANA (ja), Changwoo Ryu (ko), Žygimantas Beručka (lt), Kjartan Maraas (nb), Reinout van Schouwen (nl), Kjartan Maraas (no), Afonso Celso Medina (pt_BR), Duarte Loreto (pt), Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq), Christian Rose (sv) and Liu Songhe (zh_CN). ============== Epiphany 1.5.5 ============== New features Interface improvements * Improved the fullscreen interface: show security and status indicator in the popup, use new stock icon; and show it only if the toolbar is hidden; otherwise embed it in the toolbar [#153270, #164676] * Added favicon and security icon to location entry [#116482, #149506] * Renamed Remove action on bookmarksbar context menu [#162132] * Don't focus the zoom combo on click * Don't use <tt> in the strings [#163378] * Fix button text and capitalisation in the confirm-redirect-update dialogue [#164131] * Unify accels to Open in New _Window[s] [#164130] * Show profile name for mozilla bookmarks, so we can distinguish between different profiles. Don't show firefox bookmarks as mozilla bookmarks [#143982] * Ellipsize the value and path labels in the cookie content dialogue Code changes * Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types, to match the new Nautilus _NETSCAPE_URL DnD behaviour [#163937] * Simplify cookie struct * Add a function to get the default ephy_shell, making it easier for bindings to get it * Add boxed type for EphyNode * Rename the password manager's methods to give better names in the bindings * Remove useless ephy_node_get_property_time method * Make ephy-bookmarks.h's enum a named enum, generate type.[ch] for it and make sure our enum type is registered * Added ephy_statusbar_remove_widget() * Add proper _NETSCAPE_URL drag support, supplying the URL as well as the title [#163937] * Default typeaheadfindsea to on [#157435] * Set typeaheadfind.autostart to off [#141963] * Don't allow javascript to capture the context menu call * Divert the contract ID of the nsSecureBrowserUIImpl class [#164670] Documentation * Some gtk-doc fixes Bug fixes * Fix parallel (make -j) builds * Fix primary text of confirm-close command not to have a period * Remove stamp files also on make clean * Fix mem leak [#164302] * Really make confirm-overwrite dialogue have a parent window [#164189] Contributors: Jorn Baayen, Piers Cornwell, Crispin Flowerday, Adam Hooper, Tomasz Kłoczko, Christian Persch, Jean-François Rameau and Matthew Schick, and the translators Vladimir Petkov (bg), Miloslav Trmac (cs), Rhys Jones (cy), Frank Arnold (de), Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Ivar Smolin (et), Takeshi AIHANA (ja), Žygimantas Beručka (lt), Marcel Telka (sk), Laurent Dhima (sq), Christian Rose (sv) and Liu Songhe (zh_CN) ============== Epiphany 1.5.4 ============== New features * Make extensions loading extensible Interface improvements * Open the bookmarks in the new tabs in the same order as they in the menu * Make "Open Image" open the image in the default application [#138396] * Better tab sizing [#153725] * Select first row when tabbing to the topics selector [#162331] * Don't allow focus on the tab close buttons [#119461] * Unify some strings * Add context menu on notebook [#132989] * Open the GNOME background properties capplet when setting the background [#161215] * Improved security warning dialogues [#163278] * Implement toolbar style overriding as per HIG [#102520] Code changes * Add context to ambiguous strings [#113932] * Remove about: redirections * Add sidebar backend * Change C_lear to Cl_ear [#162706] * Add GTypes for all flags and enums in public headers * Adapt to mozilla API changes * Display open lock for low 'secure' sites too [#151709] * Unify the location and favicon actions * Don't show the description for no-secure and broken sites * Add more categories to desktop file [#162973] Bug fixes * Don't destroy the filepicker dialogue with the parent [#156816] * Fix some mem leaks * Don't store more than 5 hidden popups [#160863] Contributors to this release: Piers Cornwell, Crispin Flowerday, Adam Hooper, Jean-François Rameau and the translators: Vladimir Petkov (bg), Miloslav Trmac (cs), [unknown] (el), Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Takeshi AIHANA (ja), Žygimantas Beručka (lt), Kjartan Maraas (nb), Reinout van Schouwen (nl), Leonid Kanter (ru), Marcel Telka (sk), Laurent Dhima (sq) ============== Epiphany 1.5.3 ============== New features * Update bookmarks from HTTP 301 [#126312] * Add bookmarks export to bookmarks editor (patch by John Spray, XSL stylesheet by Stefan Rotsch) [#157745] Interface improvements * Fix "Open Frame" menu item name [#153816] * Use stock icon for "Open In New Tab" in History Window and Bookmarks Editor * Use ellipsised labels everywhere instead of shortening strings * Tell the user with which application we're going to open the content [#141327] * Add stock icon to "Save As..." button in content handler * Add "Clear" to entry context menu [#118395] * Add app name to content handler dialogue [#141327] * Implement context menu on tray icon, as per HIG [#152903] * Add "View Properties" to duplicated bookmarks dialogue [#117643, #138300] * Remove inline help in toolbar editor [#137603] Code changes * Removed usage of deprecated gconf API * Removed usage of deprecated glade API * Makefile.am modernisations * Ensure the extensions manager UI is loaded * Use alignments instead of empty labels for alignment in glade files * Disable search in downloader window [#157157] * Check the encodings before we set the mozilla pref [#150266] * Add attach_tab and detach_tab functions to extension interface (Crispin Flowerday, Adam Hooper) [#153732] * Use gtk_show_about_dialog(), and handle urls and mailto (Adam Hooper) * Disable Zoom items for images, and disable zoom, encoding and view source for images and xml (xul) documents [#132240] * Make sure we don't have any app-modal dialogues [#110479] * Adapt to mozilla API changes Bug fixes * Don't offer to resume if there are open windows [#160345] * Deactivate the context menu on window close [#156812] * Fix double-opening of content [backed out patch from #158466] * Fix name for "gd" language (Scots Gaelic) [#161509] * Disable Print and Print Preview while still loading the page [#116344] * Don't show multiple toolbar editors for the same window [#111114] * Correct language code for Afrikaans * Fix untranslated string in downloader window [#161739] Translation updates * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * Marcel Telka (sk) * Laurent Dhima (sq) * Ercin Eker (tr) * Liu Songhe (zh_CN) ============== Epiphany 1.5.2 ============== Interface improvements * When popping up the context menu with keyboard, select the first item[#154907] * Don't detach the tab when releasing the mouse button while still over the same window [#143954] * Better wording for the crash recovery dialogue (Piers, Christian) * Make the "duplicate bookmark" dialogue not modal * Better wording for the accept cert dialogue [#127234] * Add short-time filter in history window * Better positioning for the context menu popup in a treeview (Crispin Flowerday) * Add resize grip [#137845] * Warn before deleting a topic (Xan) [#149294] * Implement history deletion on per-site basis [#116609] * Add shortcut to Send To menuitem, as per HIG [#148655] * Make content handler dialogue not modal Code changes * Bring the window to the foreground when showing a modal alert * Show language code in the string in languages editor [#115355] * More porting to GtkMessageDialog * Don't hardcode "epiphany" as argv[0], use g_get_prgname() instead [#118427] * Size-allocate the embed if it's not mapped but has never been size-allocated before [#156854] * Fixes for mozilla API changes * Don't save session_crashed.xml while shutting down * Check favicon urls with script sec manager and content policy * Simplify the gconf -> mozilla prefs bridge * Add a way to show the cert info dialogue for the page's certificate * Disallow favicon links from subframes * Add --disable-filepicker to use when the mozilla build itself has a native gtk+ filepicker * Remove generic 'site' hostname fallback (Mikhail Zabaluev) [#155442] * If the iso-codes package is available, use that to translate language names and offer a wider variety of languages [#155498] * Don't use deprecated gnome vfs APIs (Marco) Bug fixes * Show tooltips for zoom control again[#155826] * Make tooltips on zoom control work for Ctrl-F1 * Fix a mem leak (Adam) * Sanitise the embed popup position [#157162] * Fix button sensitivity setting in language editor * Fix check for nsIPassword.h header to look in the right place [#157743] * Fix time filter in history window for time zones != GMT * Fix signed/unsigned int confusion * Fix opening content with external content handlers (Marco) * Portability fix for 64 bit systems (James Henstridge) * Fix hang after --import-bookmarks [#136170] * Fix crash when getting the "die" signal from session manager * Don't access freed memory [#158202] * Fix wrong certificate shown [galeon #158453] * Fix opening of content when not downloading automatically [#158466] * Fix build without PSM * Fix tabs menu ordering with tab-groups extension * Fix some string comparision bugs in event context * Fix out-of-srcdir build (Marco, Christian) * Don't raise window on --new-tab [#158923] * Fix a mem leak (Vincent Untz) Documentation updates * Added manual translation into Finnish, by Pauli Virtanen. Translation updates * Jordi Mallach (ca) * Miloslav Trmac (cs) * Hendrik Richter (de) * Adam Weinberger (en_CA) * David Lodge (en_GB) * (es) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Reinout van Schouwen (nl) * Gustavo Noronha Silva (pt_BR) * Marcel Telka (sk) * Laurent Dhima (sq) ============== Epiphany 1.5.1 ============== New features * Load and unload extensions on user demand Interface improvements * Separate context menu for email links [#144244] * Select the topic when adding it [#151925] * Better positioning of context menus for treeviews [#152431] * Install a placeholder for the view toggles group [#153767] * Add tooltips for context menus [#151764] * Support multiple printers in the print dialog * Add tooltips on the navigation history arrows, and fix the tooltip on the "Up" button to be consistent with nautilus [#155825] * Add tooltip on the drag handle [#155827] * Add tooltip on close button [#155828] * Use new gtk+ HIG message dialogue API [#130232] * Make the confirm-close-with-form-data dialogue window modal * When showing a modal alert put up by a web page, switch the window to that tab Code changes * Adapt to mozilla API changes * Use ellipsisation support in GtkLabel * Use new gtk+ GtkCellRendererProgress * Use more icons from icon theme * Use the gtk setting for the menubar accel instead of hardcoding F10 * Use new GtkMenuToolButton * Just pass a GType to ephy_embed_factory_new_object() * Add another mimetype to import types file filter * Install ephy-embed-factory.h * Add ephy_window_get_ui_manager(), and remove the manager from the public EphyWindow struct * Use GtkAboutDialog * Make ephy-state.h public [#153809] * Improved debugging support [#153805] * Don't reference private objects from public headers [#153766] * Split the default prefs into the common part, and mozilla/new toolkit specific parts. * Use gtk_window_set_default_icon_name() * Recognise "Desktop" special downloads directory [#152926] * Notify when entering or leaving print preview mode [#154591] * Initialize plugins path env var for backward compatibility * Allow to set the default window state to maximize, default to maximise * Read extension descriptions from .xml, load them with the specified loader (for now, just only .so is supported) * Add extensions-manager-ui as default active extension * Validate extension XML files against an XSD Schema * Add varargs version of ephy_dialog_get_control to get more than one widget at a time * Remove ephy_string_parse_uri_list, and use new glib function g_uri_list_extract_uris() instead * Only multiplex [attach|detach]_window to extensions implementing the EphyExtension interface * Annotate "if (type == 0)" in get_type functions with G_UNLIKELY * Add EPHY_NODE_CHANGED signal [Peter Harvey] * Save tons of strdups in bookmarks menu * Unset the use-underline label property instead of doubling the underscores * Use named icon for the logo in about dialogue * Use gtk_entry_set_width_chars() to set the smart bookmark entry width * Use ellipsising labels to shorten the bookmarks and topics titles [#147765] * Avoid strdups in entry completion func [Peter Harvey] * Make bookmarks menu take a configurable path where to merge its UI * Allow localised extensions names and descriptions * Disable description file validation for now * Fix node signal [dis]connection while a signal emission is running * Make sure there's only one properties dialogue per bookmark [#148398] * Remove remaining time from tooltip of tray icon [#145955] Bug fixes * Remove -s switch which was used by now-gone nautilus view * Use a small custom icon for tabs close button [#144772] * Fix navigation and Go button proxy menu items [#151648, #141548] * Use rm -f as remove command, not rm -r * Use SAME_APP flag for drag destination [#152388] * Keep popup position synced with his size requisition [#143585] * Enable conversion for favicon downloads [#152866] * Fix download progress indicator in downloader view * Fix overflow in remaining time calculation [#153136, Jhon Spray] * Initialise position passed to gtk_editable_insert_text() * Fix some mem leaks * Remove explicit PAC autoconf call, it works perfectly ok without it * Don't size-allocate unmapped tabs, fixing slow resizes [#128191] * Fix print preview and fullscreen mode interaction [#154456] * Don't allow activation of the hidden menubar in ppv mode * Grammar fix in schema [#154605] * Fix crash in bookmarks menu [#154805] * Remove duplicate AM_PROG_INTLTOOL [#155028] * Fix EphyNode callback data destruction [#152718, Peter Harvey] * Fix import of bookmarks in root folder [#152443] * Activate tray with double-click, as per HIG [#152899] * Always chain up to parent's dispose handler * Fix return type of tab_delete slot * Move window destruction after tab-removed signal emission [#151607] * De-couple instantiation and initialisation of the extensions manager * Correctly change the statusbar children's frams's shadow type when the statusbar shadow type changes * Don't open all bookmarks in tabs [#156843] * Depend on libxml >= 2.6.12, for its fix of bug #150647 * Fix restoring window size on crash recovery [#156881] * Fix crash when deleting bookmark with open properties dialogue [#155880] * Fix activation of the Go button while in toolbar activation mode [#155650] Documentation updates * Document EPHY_DEBUG_BREAK * Add manpage [#156067, Jordi Mallach] Translation updates * Abdulaziz Al-Arfaj (ar) * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Marie Lund (da) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Meelad Zakaria (fa) * Olivier Cortes (fr) * Žygimantas Beručka (lt) * Hasbullah Bin Pit (ms) * Reinout van Schouwen (nl) * Marcel Telka (sk) * Laurent Dhima (sq) * Danilo Segan (sr)
2005-03-22Add and enable gtkhtml36.jmmv1-1/+2
2005-03-22Update gtkhtml3 to 3.6.0. Reimporting it as a different package becausejmmv7-0/+308
the API has changed (thus being incompatible): gtkhtml-3.6.0 "Airedale" 2004-03-07 ------------------------------------------------ New in this release * fixed possible infinite loop * fixed crash when pasting html with DIV blocks * updated translations (Laszlo Dvornik, Danilo Šegan) gtkhtml-3.5.7 "Snow white" 2004-02-28 ------------------------------------------------ New in this release * fixed margins calculation for RTL * fixed quotation parsing * keypress event return value fix (Harry Lu) * fixed plain save padding for RTL * fixed citation rendering * fixed spell errors rendering * fixed crash in cursor line down function * fixed crash in cursor base calculation * bind to Sun Undo/Copy/Cut/Paste keys (Mengjie Yu) * a11y fixes (Mengjie Yu) * rtl improvements - use keymap, save direction to html elements * extended test suite * updated translations (Kjartan Maraas, Leonid Kanter, Priit Laes, Kostas Papadimas, Takeshi Aihana, David Lodge, Vincent van Adrighem, Alexander Shopov, Laurent Dhima, Maxim Dziumanenko, Duarte Loreto, Nikos Charonitakis, Raphael Higino, Miloslav Trmač, Christophe Merlet, Martin Willemoes Hansen, Ankit Patel, Amanpreet Singh Alamwala, Jordi Mallach, Artur Flinta) gtkhtml-3.5.6 "Winter mood" 2004-02-07 ------------------------------------------------ New in this release * fixed broken cursor navigation around tables * fixed RTL line up/down cursor navigation * allow \' in email auto recognition * fixed compilation with gcc 4.0.0 (amd) * fixed nested cluev's editing * fixed RTL item rendering * fixed RTL citations * more tests in regression test suite * updated translations (Changwoo Ryu, Francisco Javier F. Serrador, Frank Arnold, Pauli Virtanen, Adam Weinberger, Priit Laes, Miloslav Trmac) gtkhtml-3.5.5 "Try RTL" 2004-01-31 ------------------------------------------------ New in this release * merged fixes to RTL editing from rtl branch * fixed selection drawing * added more tests to regression test suite * a11y fixes (Mengjie Yu) * added a11y names (Mengjie Yu) * fixed tabs drawwing/editing * fixed nowrap keyword in table cells (Changwoo Ryu) * added missing mnenonics in editor (Mengjie Yu) * fixed nested iframes rendering * fixed crash when deleting table/row/column when selection is active * updated translations (Hendrik Brandt, Alexander Shopov, Kjartan Maraas, Francisco Javier F. Serrador, Duarte Loreto, Adam Weinberger, Miloslav Trmac, Priit Laes, Žygimantas Beručka, Christian Rose, Vincent van Adrighem, Funda Wang) gtkhtml-3.5.4 "Snowman" 2004-01-24 ------------------------------------------------ New in this release * fixed symbols conflict with gal's color combo * fixed performance problem in paragraph direction code * fixed bug in quotation code * html input logging switching with GTK_HTML_LOG_INPUT_STREAM environment variable * color combo fixed to be accessible from keyboard (Mengjie Yu) * fixed problem with unavailable toolbar icons * put 2 insert icons back to be compatible with gnome icon theme from gnome 2.6 * fixed Home/End navigation in Caret Mode (Mengjie Yu) * introduced regression test suite gtkhtml-3.5.3 "Resort" 2004-01-10 ------------------------------------------------ New in this release * Right-to-Left display support * fix crash on a double-click on the background of the mail header * i18n fixes (Mengjie Yu) * a11y fixes (Mengjie Yu) gtkhtml-3.5.2 "Valley" 2004-12-20 ------------------------------------------------ New in this release * run ask replace dialog until finished * fix symbol conflicts with gal * a11y fixes (Mengjie Yu) gtkhtml-3.5.1 "Fern" 2004-11-01 ------------------------------------------------ New in this release * padding, border style for DIV tag * background color style for clues * merged changes from gtkhtml 3.3.x (Owen Taylor, gnome-2-8-devel branch) * beginning of rtl support - HTML tags * i18n fixes - use glib's i18n instead of deprecated libgnome i18n (Mariano Suarez-Alvarez) * fixed crash in aligned images drawing * use more GIT icons * fixed two memory leaks gtkhtml-3.5.0 "Frond" 2004-11-01 ------------------------------------------------ New in this release * added id attribute to objects * beginning of border style
2005-03-22Update "firefox-gtk2-bin" package to version 1.0.1. Besides various bugtron2-6/+6
fixes the following security issuses were fixed: MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files MFSA 2005-27 Plugins can be used to load privileged content MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab MFSA 2005-25 Image drag and drop executable spoofing MFSA 2005-24 HTTP auth prompt tab spoofing MFSA 2005-23 Download dialog source spoofing MFSA 2005-22 Download dialog spoofing using Content-Disposition header MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts MFSA 2005-19 Autocomplete data leak MFSA 2005-18 Memory overwrite in string library MFSA 2005-17 Install source spoofing with user:pass@host MFSA 2005-16 Spoofing download and security dialogs with overlapping windows MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion MFSA 2005-14 SSL "secure site" indicator spoofing MFSA 2005-13 Window Injection Spoofing
2005-03-22Update "mozilla-bin" package to version 1.7.6. Besides various bug fixestron2-6/+6
the following security issuses were fixed: MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files MFSA 2005-27 Plugins can be used to load privileged content MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab MFSA 2005-25 Image drag and drop executable spoofing MFSA 2005-24 HTTP auth prompt tab spoofing MFSA 2005-23 Download dialog source spoofing MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts MFSA 2005-18 Memory overwrite in string library MFSA 2005-17 Install source spoofing with user:pass@host MFSA 2005-16 Spoofing download and security dialogs with overlapping windows MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion MFSA 2005-14 SSL "secure site" indicator spoofing MFSA 2005-13 Window Injection Spoofing Support for Solaris SPARC and x86 is not available due to lack of a precompiled binary at this point of time.
2005-03-21Fix build on 1.6, and make sure File::PathConvert is not installed.wiz3-3/+16
Closes PR 27024.