Age | Commit message (Collapse) | Author | Files | Lines |
|
in pkg/16289 as 2.06, and further update to 2.07 by me.
Some of changes from 2.04 are:
* Add 'valign' as an option to the html/cell template.
* Added the 'uri' filter for URI escaping text.
* Incorporated Doug's XS Stash.
* Modified Template::Plugins fetch() method to accept $factory as a code
reference.
* 'orange' became valid colour.
* Added 'sorted' as a flag to the HTML plugin.
* Added get_all() and get() to the DBI iterator.
And many bug fixes as usual.
|
|
Pointed out by Yasushi Oshima <oshimaya@sc.starcat.ne.jp> in pkg/17098.
|
|
Add patch-ae forget to add at previous commit.
|
|
in the handling of the '<input type="file">' tag which could be used to
transfer files from the local host without the user noticing.
|
|
|
|
regen distinfo.
|
|
and add some patch to work with mozilla-1.0rc3
Changes from ChangeLog:
- Patch from Tai, to make find have the options to wrap around, search
in frames and match entire words.
- Updated nl.po from Francois Duprez.
- Petr Balhos sent in a patch for the zoomer plugin to remmeber
zoom history, I modified this patch to not store history for each
site, instead now there is a context menu when right clicking on
the plugin, it either asks to remember or unremember a setting
for a specific url.
- Fixed the location entry not resizing when window is resized.
- Patch from Doug Kearns to enable
skipstone to convert relative paths to full paths so that the
mozilla widget can find them correctly.
- Patch from Seth Kingsley to improve argument quoting when passing
mailto urls to mua's.
- Patch from Daniel to move embed creation in window mode a notch up so
the favicon plugin doesn't complain.
- Patch from Tai for SearchToolBar to encode search strings, structurize
and add a border to the toolbar to make it look better.
- Mem leaks in FavIcon fixed.
- Another patch from Daniel, adds an option to go to last focused tab when
closing another instead of the notebook widget jumping to the most left
tab. I added config ui and its off by default, to turn it on go to misc
config node.
- locale fixes from Tai-hwa Liang
- Patch from Daniel Mooney - Fixes expansion/shrinking
of progressbar, adds two context message ids to statusbar and improves
the overall display of statusbar messages. Also fixed memory leaks pointed
by Daniel, thanks for his work.
- Added Bulgarian translation by Miroslav Iordanov
- Alt-+ is changed to Alt-= for next tab.
- Configure patch applied from Nick Blievers .
SkipStone distributions from now on, will contain configure, people
checking out from CVS will have to run autoconf to generate a configure
file. Thanks a lot to Nick and everybody for thier work on this.
- Remove pref that caused entries to have scrollbars when reached the end,
you also have to remove it from your prefs.js ng.layout.gfx.scrollbars line.
- Changed the printing API and made it possible to print selected ranges in
addition to all pages or selected pages.
- Compile with debug was broken, fixed. Thanks to Muthu Kumar for finding out.
|
|
Changes from release mail:
- mozilla 1.0rc3 compatibilty/requirement
- bugfixes
|
|
* We've landed 139 bug fixes since RC2, including fixes for plugins, usability, crashes, and internationalization issues.
See release notes for detail.
http://www.mozilla.org/releases/mozilla1.0/
|
|
If you've used tomcat this probably comes under the category of bugfix :)
|
|
Remove them, to take advantage of buildlink and not include anything
from ${LOCALBASE}/include, to prevent lynx from tripping over the
similarites between NetBSD curses and ncurses. This allows the NetBSD
"curses" build to succeed while "ncurses" is installed, and may close
PR pkg 16949. I still haven't checked all possible combinations.
|
|
|
|
Makes PLIST correct... [forgot to add the patch?].
|
|
|
|
|
|
|
|
|
|
|
|
This is the elinks tree - intended to provide feature-rich version of links,
however not rock-stable and dedicated mainly for testing. Its purpuose is to
make alternative to links, until Mikulas will have some time to maintain it,
and to test and tune various patches for Mikulas to be able to include them
in the official links releases.
Provided by Dawid Szymanski <dawszy@arhea.net> in pkg/16851,
slightly modified by myself.
|
|
|
|
by YAMAMOTO Takashi. Thanks.
Bump pacakge revision to w3m-0.3nb2.
|
|
URI::Heuristic will guess better on strings like "123.3.3.3:8080/foo".
URI::WithBase will not keep the full history of any base URI's base URI.
URI::URL->new("foo", "bar")->base now returns an URI::URL.
Deal properly with file:///-URIs.
|
|
6.0 beta 2 is not available yet.
|
|
- Added PROGRESSFREQ to the list of forbidden commands from the form
interface, because it allows a denial-of-service attack.
- Also emphasised in the documentation that allowing untrusted users to
run analog through the form interface is inherently open to a
denial-of-service attack.
- Fixed two bugs which caused occasional crashes while outputting.
- Russian language files included (KOI8-R and Windows-1251 character sets).
- Added new domains to the French domains files.
- New How-To on configuring IIS
|
|
puts leading white space at the beginning of the very first header
line. (Leading blanks are supposed to signify a continuation of the
previous header line, but for the "server:" line, there aren't any
previous lines, so who knows why they do that.) This patch was
suggested by Andrew M. Bishop, "wwwoffle"'s author and maintainer.
Don't know if it's going to be in the next release, or not.
|
|
|
|
Changes from release notes are follows:
- A security vulnerability reported in Mozilla by GreyMagic Software
has now been fixed. For more information see the mozilla.org
statement.
- Fifteen of our most frequently encountered crashes have been
fixed. You can help us find any that are left by banging on Mozilla
and sending in those TalkBack crash reports.
- Ten of our most frequently encountered application freezes have been
fixed (including the dreaded bug 96504 on Linux).
- We finally support CSS2 :hover the way web developers want us
to. (Bug bug 5693)
- It is now possible to install colormap on 8 bit displays using
-install. (Bug 22337)
- Cookies can now be disabled for Mozilla Mail. (Bug 22994)
- You can now enable in preferences HTTP 1.1 pipelining (not on by
default). (Bug 93054)
|
|
|
|
Switch to MASTER_SITE_SOURCEFORGE.
|
|
XXX: should be buildlinked.
|
|
|
|
Changes since 0.96:
Big forms are a bit faster
Swapeed x and y entries when reporting image in form
END doesn't skip to next line when wrapping
Do not recode invisible form values to display charset and back
Do not strip '?' from url when method is POST
Danish translation
Process broken html tags
Ctrl-W selects last item in menu
Fixed one leak when links came out of memory
Ftp doesn't send more commands at once -- slower but safe with MS IIS or
Novell
Do not swallow ' ' in filenames
Do not print contents of posted data in 'downloads' menu
Charset in values in <SELECT> tag
Always trust 'Content-Length' when communicating with HTTP/1.1 server --
work around broken HTTP/1.1 servers that send Connection: close, but
keep the connection
Handle encoding to utf-8 correctly
Do not accept '<' without name as a tag
-dump does not stuck in redirect loops
Report terminal size in User-Agent
Improved performance of rendering nested tables
Indonesian translation
Finnish translation
Added € symbol
Manpage update
Romanian translation
Cookie expiration
Do not reject cookies with insecure domain (but send them only to
original server, not to the whole domain)
Fix stripping '?' out of form url
Add "LISTING" tag
Fix relative redirect on -dump and -source
Use "imgtitle" if there's no "alt"
Catalan translation
Dutch translation
Do not allow larger input fiels than screen size
And lots of miscellaneous bugfixes.
|
|
|
|
image support, respectively.
inline image support requires glib, which is so large for such as light-
weight text-based browser w3m especially on slower ports.
it's based on the diffs supplied by uebayashi. This also addresses
pkg/16495.
|
|
on Solaris 8.
So add SunOS-*-* to ONLY_FOR_PLATFORM.
|
|
|
|
local files"
See bugzilla for detail:
http://bugzilla.mozilla.org/show_bug.cgi?id=141061
Demo of this vulnerability:
http://sec.greymagic.com/adv/gm001-ns/
|
|
|
|
|
|
Collection.
This package is the same as www/htmldoc, the only difference is whether or not
the X11 GUI is provided.
This address part of the PR pkg/14557 by <collver@linuxfreemail.com>.
|
|
There are really too many changes to mention them all here, previous version
of the package was 20 htmldoc versions behind! See the file CHANGES.txt in the
sources for more details. Anyway you should update.
As suggested in PR pkg/14557 by <collver@linuxfreemail.com> the package had
been strongly buildlinked. This update address part of this PR.
Also introduce support for another package of htmldoc with the X Windows GUI
activated.
|
|
|
|
fetches in parallel, to test the throughput of a web server. Provided by
<xs.kittenz.org>, thanks! This closes PR pkg/16665.
|
|
obscure bugs; few, if any, visible changes.
|
|
|
|
qDecoder is a library for CGI programming.
Being a Web Application Interface for C/C++ use, qDecoder is a solution
product for developers. The Query Fetch algorithm of qDecoder based on the
linked-list provides transparency with low layers by the simple library
interface regardless of COOKIE/GET/POST(including File Upload). Thus, it
enables the web based software to be more intuitively designed and
implemented. qDecoder is developed according to the free software model and
is publicly distributed.
|
|
of cookies. Provided by the package maintainer Benjamin Wong
<ben@wongs.net>. This closes PR pkg/16539.
|
|
- mozilla 1.0 rc1 compatibility
- autoscroll
- mozilla native print preview
- bugfixes
|
|
Noteable changes from release notes are follows.
See release notes for detail
http://www.mozilla.org/releases/mozilla1.0/
- Mozilla Composer now implements one button publishing which allows
you to save html documents directly to web sites where you have an
established account.
- Our most frequently reported bug has been fixed. Viewing the source
of a cgi generated page now works properly.
- Mozilla now implements LDAP over SSL and allows LDAP Address Book
replication.
- The following JavaScript statements are now acceptable, as they are
with Netscape Navigator 4.7 and Internet Explorer 6:
for(i in undefined){}
for(i in null){}
var obj; for (i in obj){}
- Improved GB18030 support -- the Unicode surrogate range support is
now available on Windows.
- Linux scaled bitmap font support is available This improves
quality of bitmap font display even when a font does not contain
embedded bitmap fonts in many different sizes.
- There is now a preference to match the browser's default
locale/region to the operating system default. In all.js:
pref("intl.locale.matchOS", false);
When its value is "true", browser will find the system's locale
and set its UI language and region content to match it. For example,
when installing on an English (US) system, on start up, the client
will use English as its UI language and US as its region locale until
a user profile is selected. If a (pair) of locale is defined in the
selected profile, browser will honor the profile locale. In addition,
when cmdline switches, '-UILocale' and/or 'contentLocale', are
present, the cmdline switch takes precedence. (Bug 121744)
Note: Having this preference on is an expensive operation. Therefore,
when this preference is "true", there will be approximately a 30%
increase in startup time.
|
|
Bug Fixes:
Ensure that only one argument is given to wwwoffle -o or -O. Some more version
2.7 documentation updates. Fix crash using 'wwwoffle -O|-o|-put|-post <URL>'.
Put refresh URLs in the outgoing directory with correct URL. Delete
auto-generated files in Makefile before re-generating. Choosing 'edit selected
item' in configuration pages shows current values. Fix potential crash with
wwwoffle-hash. Put a DESTDIR variable in Makefile for easier installation.
Fix parsing IPv6 addresses in audit-usage.pl script. Makefile change for
FreeBSD make. Bug fix for the Alias section of the config file. Fix Makefile
for Win32.
New Features:
Allow CGI scripts to be used with the built-in web server.
|