Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Apply official three patches.
- 2004-12-08 01:03 (Minor) cachemgr vm_objects segfault
- 2004-12-08 00:47 (Minor) httpd_accel_port 0 (virtual) not working correctly
- 2004-12-07 23:45 (Cosmetic / Minor Security issue) Random error messages
in response to malformed host name
* use VARBASE for data directory.
* better handling data directory and user and group for squid with
bsd.pkg.install.mk.
|
|
2.4.3. Also closes PR# 27592.
|
|
- Lots of documentation/bugfix/feature improvements, see CHANGES for full
details
- Closes PR# 27592 opened by carl (at) rollcage2.bl.echidna.id.au which
suggested the update. Thanks Carl.
CVS ----------------------------------------------------------------------
|
|
is necessary to avoid being subject to e.g. open_basedir or safe_mode settings
|
|
|
|
some extra docs and tests
|
|
Changes:
* Quanta Plus
o don't crash after editing a cell of a newly inserted row/column
in the table editor
o show the right index of the main cell in case of merged rows in a
table
o don't crash on column removal form a table
o read the tables correctly also if the doctype definition is wrong
(for example HTML tables inside XHTML)
o fix node tree corruption while parsing scripts inside a tag
o don't crash when deleting a file using the context menu
o disable Proceed button in the upload dialog once the upload is
started. Fixes various problems like non-responding Quanta after
upload and possibly the bug described in
o don't try to add a newly created action to a non-existent All toolbar
o don't crash on exit if the user removed an action
o enable full copy/paste from documentation and preview. Until now it
worked only with the mouse through the selection.
o improvement: recognize one-line PHP comments starting with #
* KFileReplace
o hide columns that are not useful (but confusing) when doing search
only
|
|
XXX May be apache2 package's LOCALBASE/share/httpd/build/config_vars.mk
definition of LIBTOOL needs to be adjusted instead of doing this.
|
|
creates its own compiler wrapper script. This "meta_ccld" script
isn't recognized by the installed libtool script as a compiler, and
libtool gets confused as to which compiler tag to use. Rather than
inserting "--tag=CC" into the Makefiles, we patch the configure script
to not make the wrapper script, and instead, to simply append the
appropriate pthreads CFLAGS to the normal CFLAGS variable subsituted
into Makefiles. This fixes PR pkg/28485.
|
|
|
|
Mew 4.x.
|
|
handled for us when it was all in a single package depending on a
threaded python. I think this fixes NetBSD < 2.0 build.
|
|
Add DEPENDS on p5-Text-Template.
Add commented-out DEPENDS on p5-Template-Toolkit (it pulls in "the world",
and the module is optional).
Change log:
revision 2.13
date: 2004/10/04 18:00:56; author: nwiger; state: Exp; lines: +89 -46
many patches, including a big Text::Template enhancement and <label> addition
|
|
Add HOMEPAGE pointing into search.cpan.org.
Change log:
0.02 Thu Aug 16 22:17:00 2001
- Fixed error in parsing of DBILogConfig_log_format that caused
things to break when whitespace was used in parameters.
- Added support for the following logging formats:
b - bytes sent, excluding HTTP headers, in CLF format, i.e. a
'-' rather than a 0 when no bytes are sent
B - Bytes sent, excluding HTTP headers (%b used to be the format for this)
H - The request protocol
m - The request method
q - The query string (prepended with a ? if a query string
exists, otherwise an empty string)
- Added stubs for future support of:
A - Local IP-address
c - Connection status when response is completed
'X' = connection aborted before the response completed
'+' = connection may be kept alive after the response is sent
'-' = connection will be closed after the response is sent
V - The server name according to the UseCanonicalName setting
Support for these formats will be completed when mod_perl makes
this information available via the Apache request, connection
and server APIs.
|
|
Add HOMEPAGE pointing into search.cpan.org.
Change log:
2.02
18 March 2004
- Changed the history section in the POD to add the original
author's consent for the adoption of the module by Anthony Peacock.
Thanks to Stacy Lacey <stacy-lacy@computer.org> for this.
- Beta testing over, promote this version to production.
2.02-beta
18 Feb 2004
- Bug in getTable method, when using row attributes.
Thanks to Piotr Kodizis <Piotr.Kodzis@inteligo.pl> for
bug report and fix
2.01-beta
19 Nov 2003
- Bug in sort routine caused by change to new data structure.
Thanks to Brad Rubenstein <Brad@bradrubenstein.com> for
bug report and fix
2.00-beta
24 Oct 2003
- First beta test version of the 2.xx strand. This version
introduces a new internal representation for the table data and
attributes which should make maintenance and development
much easier.
1.20 22 Oct 2003
- Changed setRowVAlign to set the attribute in the TR tag
instead of in each TD tag.
Fixed by Anthony Peacock <a.peacock@chime.ucl.ac.uk>
- Changed setRowNoWrap to set the attribute in the TR tag
instead of in each TD tag. Fixed by Anthony Peacock
<a.peacock@chime.ucl.ac.uk>
- Changed all of the set* methods to accept -1 as a col or
row reference. Where -1 is used, the method will work
on the last row or col. Fixed by Anthony Peacock
<a.peacock@chime.ucl.ac.uk>
- Updated the documentation to include the setLast methods
(added July 2002!) and the -1 col/row parameter change.
Fixed by Anthony Peacock <a.peacock@chime.ucl.ac.uk>
1.19 22 Aug 2003
- Added MIDDLE and BASELINE parameters to setCellVAlign.
Thanks to Alejandro Juarez <alex@BSDCoders.Org> for adding this
1.18a 9 May 2003
- Fixed bug in new method, where specifying -rows and -head or -data caused
unexpected behaviour.
Thanks to Tom Brown <rvvs30@email.sps.mot.com> for finding this
1.18 6 May 2003
- Improved sort method.
Thanks to David Link <dvlink@yahoo.com> for this addition
1.17 2 September 2002
- Added the 'head' parameter to the new method.
Thanks to Tommi Maekitalo <t.maekitalo@epgmbh.de> for this addition
- Added the ability to initialise the table from an array
ref to the new method. Thanks to Tommi Maekitalo
<t.maekitalo@epgmbh.de> for this addition
1.16 22 July 2002
- Method setCellSpan was documented but not implemented.
Thanks to David Link <dvlink@yahoo.com> for finding this
- Added methods setClass|setCellClass|setRowClass|setColClass.
Thanks to Al Tobey <albert.tobey@priority-health.com>
for suggesting this
- Added method sort. Sorts a table by the values of a specified column.
Sort can be numeric or alphanumeric, ascending or descending.
Thanks to David Link <dvlink@yahoo.com> for this addition
- Added versions of the setCell|Row|Col methods, setLastCell|Row|Col.
These automatically apply the method to the last Cell|Row|Col
in the table. Thanks to Paul Vernaza <vernaza@stwing.upenn.edu>
for this addition
- Added quotes around caption style parameter.
Thanks to Ville Skytta" <ville.skytta@iki.fi> for fixing this
- Changed the <br> tag to <br /> in _getTableHashValues.
Thanks to Ville Skytta" <ville.skytta@iki.fi> for fixing this
|
|
Change HOMEPAGE to author-independent link on search.cpan.org.
Change log:
2004-12-04 Gisle Aas <gisle@ActiveState.com>
Release 3.42
Avoid sv_catpvn_utf8_upgrade() as that macro was not
available in perl-5.8.0.
Patch by Reed Russell <Russell.Reed@acxiom.com>.
Add casts to suppress compilation warnings for char/U8
mismatches.
HTML::HeadParser will always push new header values.
This make sure we never loose old header values.
2004-11-30 Gisle Aas <gisle@ActiveState.com>
Release 3.41
Fix unresolved symbol error with perl-5.005.
2004-11-29 Gisle Aas <gisle@ActiveState.com>
Release 3.40
Make utf8_mode only available on perl-5.8 or better. It produced
garbage with older versions of perl.
Emit warning if entities are decoded and something in the first
chunk looks like hibit UTF-8. Previously this warning was only
triggered for documents with BOM.
2004-11-23 Gisle Aas <gisle@ActiveState.com>
Release 3.39_92
More documentation of the Unicode issues. Moved around HTML::Parser
documentation a bit.
New boolean option; $p->utf8_mode to allow parsing of raw UTF-8.
Documented that HTML::Entities::decode_entities() can take multiple
arguments.
Unterminated entities are now decoded in text (compatibility
with MSIE misfeature).
Document HTML::Entities::_decode_entities(); this variation of the
decode_entities() function has been available for a long time, but
have not been documented until now.
HTML::Entities::_decode_entities() can now be told to try to
expand unterminated entities.
Simplified Makefile.PL
2004-11-23 Gisle Aas <gisle@ActiveState.com>
Release 3.39_91
The HTML::HeadParser will skip Unicode BOM. Previously it
would consider the <head> section done when it saw the BOM.
The parser will look for Unicode BOM and give appropriate
warnings if the form found indicate trouble.
If no matching end tag is found for <script>, <style>, <xmp>
<title>, <textarea> then generate one where the next tag
starts.
For <script> and <style> recognize quoted strings and don't
consider end element if the corresponding end tag is found
inside such a string.
2004-11-17 Gisle Aas <gisle@ActiveState.com>
Release 3.39_90
The <title> element is now parsed in literal mode, which
means that other tags are not recognized until </title> has
been seen.
Unicode support for perl-5.8 and better.
Decoding Unicode entities always enabled; no longer a compile
time option.
Propagation of UTF8 state on strings.
Patch contributed by John Gardiner Myers <jgmyers@proofpoint.com>.
Calculate offsets and lengths in chars for Unicode strings.
Fixed link typo in the HTML::TokeParser documentation.
2004-11-11 Gisle Aas <gisle@ActiveState.com>
Release 3.38
New boolean option; $p->closing_plaintext
Contributed by Alex Kapranoff <alex@kapranoff.ru>
2004-11-10 Gisle Aas <gisle@ActiveState.com>
Release 3.37
Improved handling of HTML encoded surrogate pairs and illegally
endoded Unicode; <http://rt.cpan.org/Ticket/Display.html?id=7785>.
Patch by John Gardiner Myers <jgmyers@proofpoint.com>.
Avoid generating bad UTF8 strings when decoding entities
representing chars beyond #255 in 8-bit strings. Such bad
UTF8 sometimes made perl-5.8.5 and older segfault.
Undocument v2 style subclassing in synopsis section.
Internal cleanup:
Make 'gcc -Wall' happier.
Avoid modification of PVs during parsing of attrspec.
Another patch by John Gardiner Myers.
2004-04-01 Gisle Aas <gisle@ActiveState.com>
Release 3.36
Improved MSIE/Mozilla compatibility. If the same attribute
name repeats for a start tag, use the first value instead
of the last. Patch by Nick Duffek <html-parser@duffek.com>.
<https://rt.cpan.org/Ticket/Display.html?id=5472>
|
|
Change log:
2004-06-01 Sean M. Burke <sburke@cpan.org>
Release 2.04 -- just cosmetic doc changes
Also, bumping all the version numbers up to 2.04 just for fun.
|
|
Add HOMEPAGE pointing into search.cpan.org.
Change log (yes, it really says 1.10, but this *is* 1.04. Probably typo.):
1.10 - March 8th, 2004
Now queries passed objects for form fields as it encounters them instead of
asking for all fields up front. This allows the type of object passed
to not have to return all the fields in a empty ->param() call.
(Dave Rolsky)
Generate XHTML-compliant tags (Dave Rolsky)
Documented behavior when passing undef values.
Fixed bug when HTML form has two or more radio buttons and second or
higher radio button is selected. (Dan Kubb)
Made ignore_fields work with fdat, included new test script
18_ignore_fdat.t (James Tolley)
|
|
Add dependence on p5-libapreq, as that appears to be required
to run this with mod_perl (what would otherwise be the point? ;-)
Change log:
1.28 November 6, 2004
This version is entirely identical to 1.27 except for a fix to make
CPAN/PAUSE properly index the version number in
HTML::Mason::ApacheHandler. If you already installed 1.27 you do not
need to install this version unless you want to fix the "out of date
modules" report from the CPAN or CPANPLUS shells.
1.27 October 28, 2004
[ ENHANCEMENTS ]
- Full support for Apache2/mod_perl2.
[ BUG FIXES ]
- The request object was not available as $m in the preamble if
in_package was set. Reported by David Wheeler and David Baird. Task
id #538.
- Component with subcomponents or methods were not getting freed when
they were purged from the code cache. Task id #549.
- Component calls (<& &>) starting with a newline were compiled
incorrectly. Reported by Rick Delaney. Task id #564.
- If both a parent request and subrequest had autoflush set, output
from the subrequest wasn't actually flushed. Reported by Tony
Clayton. Task id #550.
- The documentation in HTML::Mason::Tests for the path and call_path
parameters was wrong. Reported by Michael Gray. Task id #528.
- Line numbers in errors were incorrectly reported if the error
happened in code after an <%args>, <%attr>, or <%flags> block.
Reported by Tony Clayton. Task id #552.
- The Apache handler now only sends headers once if make_request()
aborts, such as when a redirect is executed in a
MasonX::Interp::WithCallbacks callback.
|
|
Add a HOMEPAGE pointing into CPAN.
Change log:
1.16 12 Nov 2004 - Added CGI::Simple to the benchmarks table. Tweaked
regresssion tests for MS-Windows. Added 'delete' and
'delete_all' methods and regression tests. Added
':preload' flag for preloading all sub-components at
module 'use' time. Fixed bug introduced with 1.15 in
param value setting code.
1.15 09 Nov 2004 - Added more regression tests. Fixed url encoder to comply
better with RFC2396. Tuned performance some more. Extended
benchmarks table to cover more CGI form decoders.
1.14 16 Oct 2004 - Tuned module load time (about a 40% improvement) and
add performance tuning hints
1.13 28 Sep 2004 - Removed support for Module::Build.
1.12 25 Sep 2004 - Tweaked the default form parser to accept ';' as a field
seperator in addition to '&'. Change suggested by
Peter Karman. Eliminated the explicit
application/sgml-form-urlencoded support as redundant
(it still works, it is just not explicitly different
than application/x-www-form-urlencoded support
anymore).
Adjusted the multipart form parser to be more robust
against malformed MIME boundaries and the build tests
to work around a bug in Perl 5.8.0 UTF8ness and split.
Added documentation of command line script testing behavior.
Tightened up the code to reduce size (went from 14.9K
to 11K).
Removed the 'sgml_safe_mode' redirect code since there
was no exposed interface to it anyway.
Squashed a bug where the global buffer might fail to
initialize correctly for 0 byte POST forms (only
impacted use of the 'raw' method for POST use).
Added regression test for form truncation
Added LICENSE section to documentation
Added Module::Build installation support
1.11 28 Sep 2003 - Tweaked test script to avoid warnings about
opening STDIN filehandle for writing. No functional
changes.
1.10 04 Apr 2003 - Added 'binmode STDIN' on module load to correct for
windows defaulting to 7-bit filehandles. Fixed problem
where split would fail on unusual MIME boundary strings.
Problems noticed by Markus Wichitill.
Deferred loading of 'Carp' unless actually needed.
Small code cleanups.
Removed big disclaimer from .pm and moved
in pod to 'DISCLAIMERS' section
Added tests
1.09 19 Mar 2002 - Exposed CGI::Minimal::reset_globals class method to
support non-mod_perl persistent execution environments.
1.08 26 Jul 2001 - Added 'raw' method for obtaining a dump of the
raw input buffer data without any parsing.
Seperated POD docs into a distinct .pod file.
1.07 01 Dec 2000 - Added capability of taking a GET style parameter string
via STDIN if running at the command line.
|
|
Added a HOMEPAGE pointing into CPAN.
Change log:
3.31 Sun Sep 26, 2004
- Documentation clean-ups. No code changes.
3.30 Sun Sep 26, 2004
- Refactored test suite to use Test::More (Gabor Szabo)
- Removed warnings being emitted for documented API calls
- minor code clean-up to load_tmpl() (Emanuele Zeppieri)
- Support for passing multiple template paths to HTML::Template
(Michael Peters)
- Added error_mode to support trapping runmodes dying (Rob Kinyon)
- Added Plug-in related documentation. (Mark Stosberg)
- mode_param() updated to more easily set the run mode from
$ENV{PATH_INFO} (Mark Stosberg)
3.22 Fri Feb 13, 2004
- The nocgicarp flag introduced in 3.2 has now been removed due
to ill importing side effects. Instead, we now simply use Carp
instead of CGI::Carp. You must now explicitly load CGI::Carp if you want
it. Any code that used the brief-lived 'nocgicarp' feature will need to
be updated.
- Support for run modes named '0'. (Josh Glover)
3.21 Wed Feb 4, 2004
- Updated some header tests to be compatible with old and new versions of
CGI.pm, which handled the capitalization of the header differently.
(Mark Stosberg)
3.2 Sat Jan 31, 2004
- header_add() has been added to allow setting extra headers, particularly
cookies, after header_props has already been called (Cees Hek,
Mark Stosberg)
- CGI::Carp is now optional. See docs for details. (Steve Hay)
- Avoid 'unitialized value' warning on redirects (Cees Hek)
- Some tests added (Mark Stosberg)
- Updated documentation to use term "Run Mode" consistently, versus
"Run-Mode" with a dash. Run-mode-with-a-dash is dead. Don't revive it.
Also added mentions of the CGI::Application wiki and
CGI::Application::ValidateRM (Mark Stosberg)
- Fixed typo in cgiapp_postrun documentation (Steve Hay)
- Improved exception handling (Steve Hay)
- delete() method added to remove items stored using param()
(Michael Peters)
- 'CGI_APP_RETURN_ONLY' environment variable that is used for testing is now
documented (Michael Peters)
- dump_html() is now properly HTML-escaped (podmaster, Brian Cassidy)
- Migrated from Makefile.PL to Build.PL. Either can now be used for
installation.
- Updated 'Changes' file to put new releases on top.
3.1 Mon Jun 2 07:54:31 EDT 2003
- Changed dump_html default run mode to be referenced by name
instead of sub-ref. This allows dump_html() to be overridden
in sub-class.
- Added current run mode to output of dump() and dump_html().
(Thanks to Mark Stosberg for the suggestion.)
- Added example of doing an HTTP redirect (suggested by Sam Tregar)
- Fixed bug where non-CGI.pm query objects couldn't be set
at initialization time via the new() method. (Thanks to Steve
Hay for the catch.)
- Added header_type("none") to surpress HTTP header output.
(Thanks to Steve Comrie for the suggestion.)
- Numerous typos corrected in POD.
- Added cgiapp_postrun() hook. This hook allows run mode output
to be "pipelined" through optional filters, modifying the
content and HTTP headers if so desired.
3.0 Sat Feb 1 02:27:19 EST 2003
- Changed run_modes() method to allow list of run modes to be
designated via an array reference. This will automatically
create a run modes table which maps from a run mode to a
run mode method of the same name. Bumped major revision
number to reflect this significant change in functionality.
- Clarified license for module (GPL or Artistic). Included
licenses in distribution package.
2.6 Mon Oct 7 07:34:35 EDT 2002
- Changed the run() method to use Perl's built-in dynamic method
call for all run modes, whether by name or by code ref. This
is intended to improve run-time performance somewhat. Thanks
to Darin McBride for this patch.
- Added new override-able method cgiapp_get_query(). This method
is called when CGI::Application first needs access to the CGI
query object. By default, this is a CGI.pm object. It is
possible to override the cgiapp_get_query() method to return
an object of some other module besides CGI.pm, providing
that it is sufficiently compatible. Thanks to Eric Andreychek
for the suggestion and his help troubleshooting the code.
2.5 Thu Jul 18 07:45:47 EDT 2002
- Changed mailing list address. The new mailing list address.
To subscribe: cgiapp-subscribe@lists.erlbaum.net
To post message: cgiapp@lists.erlbaum.net
2.4 Sat May 25 13:32:44 EDT 2002
- Modified tmpl_path() to propagate to HTML::Template's PATH
parameter. This provides much more useful and intuitive
behavior. Thanks to Sam Tregar for the patch!
- Added prerun_mode() method to allow the run mode to be
dynamically changed inside the cgiapp_prerun() method.
Thanks to Steve Comrie for the suggestion of using a
method call for this function. Thanks to many other list
members for further refining this idea.
- Refactored some test cases, general code clean-up.
- Refactored POD a bit to make it less intimidating for
new users.
2.3 Mon May 6 07:12:09 EDT 2002
- Fixed minor bug in build system for older Perl versions.
2.2 Sun Aug 19 12:20:21 EDT 2001
- Added new module CGI::Application::Mailform as both an
example of how to use CGI::Application and a useful
(albeit simple) reusable web-based application.
- CGI::Application::Mailform allows the contents of
data submitted through HTML forms to be easily sent
via email to a specified recipient. This application
is intended to be very easy to reuse, yet secure
and functional enough to replace some of the most
onerous "mailform" scripts which have been floating
around the Internet for ages.
- Added cgiapp_prerun() hook, for adding global behaviors
before the run mode method is called. The cgiapp_prerun()
gets the name of the run mode as a parameter. This would
allow the user to perform some action based on the
current run mode.
|
|
Change log:
2.7 Thu Jun 24 12:00:00 2004
- New Feature: Added javascript escaping with ESCAPE=JS. (Craig Manley)
- Bug Fix: Improved cache keying to be sensitive to options which
alter the compilation of templates (path, search_path,
loop_context_vars and global_vars). Calls to new() with
different settings for any of these options will no longer pull
incorrect cached objects.
- Bug Fix: Added code to detect broken Perl 5.8.0 installs
during installation (i.e. Redhat 8 and 9).
- Bug Fix: Fixed parsing of ESCAPE='URL' (Paul Baker)
- Bug Fix: Added check for empty filename passed to new().
- Test Fix: Migrated tests to Test::More. This will allow the
easier introduction of new tests and the use of
Devel::Cover. (Gabor Szabo)
|
|
=========================
Changes
* Fix tab closing with tab-grouper extension
* Select first menu item when popping up context menu with keyboard
* Fix compilation with latest mozilla trunk
* Simplify certificates extension
* Fix build with latest mozilla trunk
Updated translations
* Christian Neumair (de)
* David Lodge (en_GB)
* Francisco Javier F. Serrador (es)
* Yannick Tailliez (fr)
* Takeshi AIHANA (ja)
* Reinout van Schouwen (nl)
* Raphael Higino (pt_BR)
Epiphany Extensions 1.4.2
=========================
Interface improvements
* Implement context menu in "Links" tab of the Page Info dialog
(Christian)
Bug fixes
* Fix a mem leak (Christian)
* 64 bit portability fix (Andrzej DopieraĆa)
Translations updates
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* David Lodge (en_GB)
* Gabor Kelemen (hu)
* Takeshi AIHANA (ja)
Epiphany Extensions 1.4.1
=========================
New extensions
* Sidebar extension, written by Crispin Flowerday
Bug fixes
* Fix some mem leaks (Adam) [#153470, #153471, #153473]
* Fix crash (Christian) [#153712]
* Always load unnamed stylesheets (Adam) [#153739]
* Don't block stylesheets without "media" attribute (Adam) [#153710]
* Fix many compiler warnings (Christian)
Translation updates
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Reinout van Schouwen (nl)
* Raphael Higino (pt_BR)
|
|
* Fixes:
- Fix double-protocol insertion in Insert Image dialog. (Todd).
- Fix double-mnemonic in Format menu (Adam).
- Make menus translatable (Isak).
- Update the RPM spec file to handle Scrollkeeper data (Todd).
|
|
|
|
|
|
|
|
|
|
define HAVE_SOCKLEN_T
|
|
stable branch of mozilla was switched to 1.7-branch
mostly copied from www/mozilla
|
|
|
|
chroot environment.
mod_chroot makes running Apache in a secure chroot environment easy.
You don't need to create a special directory hierarchy containing
/dev, /lib, /etc...
mod_chroot allows you to run Apache in a chroot jail with no additional files.
The chroot() system call is performed at the end of startup procedure - when
all libraries are loaded and log files open.
|
|
fix PR pkg/28396
bump PKGREVISION
|
|
Suggested by Roland Illig, ok'd by various.
|
|
|
|
Changes:
* Added Polish translation and default feed list.
(Jakub W. Jozwicki)
* Article skimming keybinding is now global.
(Lars Lindner)
* Not matching types for proxy port variable fixed.
This should solve proxy problems on Solaris.
(Lars Lindner)
* Fixes a bug that caused the items of a deleted feed
not to be removed from all vfolders.
(Jakub W. Jozwicki)
* Workaround for unwanted GtkHTML2 default background
color. Liferea now enforces a white background.
(Juha-Mikko Ahonen)
|
|
ruby16, it should depneds on ruby16-openssl package.
This should fix bulkbuild problem.
|
|
This should fix bulkbuild problem.
|
|
|
|
build modules if APR_LIBTOOL is defined in the environment. Force
the use of the libtool wrapper by module packages by setting APR_LIBTOOL
in apache2/buildlink3.mk. Bump the PKGREVISION.
|
|
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
|
|
|
|
Changes
* Fix wrong certificate stored (Christian) [#158453]
* Disallow favicon links from subframes (Christian)
* Fix opening of content when not downloading automatically (Marco) [#158466]
* Add --disable-filepicker configure option (Christian)
* Fix tabs menu ordering when using the tab-groups extension (Christian)
* Fix event context computation (Christian)
* Adapt to mozilla API changes (Christian; patch adapted from a galeon patch
by Crispin Flowerday)
* Fix out-of-srcdir build (Marco, Christian)
* Don't raise windows when using --new-tab (Christian) [#158923]
Translation updates
* Jordi Mallach (ca)
|
|
|
|
|
|
in this package has split into py-clearsilver and clearsilver-base.
Release Notes for Clearsilver 0.9.13 11/24/2004
-------------------------------------
bugfix release
- one incompatible change: semi-public function cgi_html_ws_strip now
takes a second argument to set the level of stripping
- white space stripper now has two levels: 1 is the old debug level
(which doesn't strip whitespace at the beginning of a line) and the
second strips all duplicate whitespace
- make java/perl/python/ruby wrappers for CS include the html strfuncs
(ie, filters)
- make hdf destroy less recursive (so we don't blow the stack on
really large data sets)
Release Notes for Clearsilver 0.9.12 09/29/2004
-------------------------------------
bugfix release
- fix bugs in Java wrapper and add white space stripper option
- fix some allocation bugs in cs parser
- add single quotes to the list of characters to escape in url_escape
- fix core dump in find_context (hit during parse error in evar)
- fix some operator precedence bug and some bad expression handling of
empty strings
Release Notes for Clearsilver 0.9.11 08/03/2004
-------------------------------------
bugfix release
- fix bugs in Java wrapper
- update copyright notice
- fixes to get rid of gcc3 warnings
- fix bug in cgi/html.c
Release Notes for Clearsilver 0.9.10 06/02/2004
-------------------------------------
bugfix release
- Parenthesis in the wrong place in the last patch
- fix some memory leaks in template parsing and rendering
Release Notes for Clearsilver 0.9.9 05/14/2004
-------------------------------------
A small release.
INCOMPATIBLE CHANGE - The convert_text_html_alloc_options()
HTML_CONVERT_OPTS struct now has another member, link_name, which (if
not NULL) will be used instead of the link as the title of the link
which gets created. If you don't zero out your HTML_CONVERT_OPTS
struct (using either memset or calloc, for instance), you'll need to
initialize the link_name member (probably to NULL). Users of the
older convert_text_html_alloc() function or the python wrapped version
don't have to worry about this.
Also, added a ne_file_read_len() for loading binary files since it
returns the length of the loaded data.
Release Notes for Clearsilver 0.9.8 04/22/2004
-------------------------------------
A bit more than a bugfix release, we have some new features and
abilities.
New Features
- Internal functions in ClearSilver can now take multiple arguments.
This includes support for the comma ',' operator in CS, which works
like the comma operator in C.
- added string.slice function as an example of a multiple argument
function.
- added string.length function to replace old len function
- added subcount function to replace bad len function overloading
- added gettext support from Gerald Dachs <gda at gmx.de>
- INCOMPATIBLE CHANGE: added secure flag to cgi_cookie_set function
- Add new allocating sprintf routines which take the char * as an
argument and return the size of the allocated string
- Dave added a bunch of my public python code to the python example
code (we need to define a real package for this stuff at some point)
- support for sqlite in odb, and various odb improvements
Bug fixes
- gzip compression was broken, thanks to the guys at OmniWeb for
pointing out my mistake.
- handle redirects when using https correctly
- handle invalid form data without erroring out (or segfaulting)
|
|
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.
This package contains the Ruby binding to clearsilver.
|
|
|
|
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.
This package contains the Python binding to clearsilver.
|