← Back to team overview
anewt-developers team mailing list archive
Thread
Date
anewt-developers team
Mailing list archive
Messages by thread
Messages by thread
Messages sent to the anewt-developers mailing list, ordered by thread from the newest to oldest.
200 of 320 messages, page 1 |
2
Last • Next
•
Previous
•
First
[Branch ~uws/anewt/anewt.uws] Rev 1824: [page] Implement AnewtPage::add_conditional_stylesheet()
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1823: [page] Don't make append() depend on the 'blocks' property
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1822: [page] Refactor HEAD/BODY building into own methods
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1821: [page] Use XHTML nodes for top level structure
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1820: [xhtml] Add AnewtXHTML{Html, Head, Body} elements
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1819: [page] Add support for a custom wrapper div element
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1818: [database] Fix SQLite tests
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1817: [form] Fix string casts for multiple select choice controls
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1816: [form] Cast choice control values to strings when filling
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1815: [form] Add null-value support to choice control
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1814: [form] Minor logic cleanup in choice control
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1813: [autorecord] Don't fill SQL templates too early
From: noreply, 2011-03-17
[Branch ~uws/anewt/anewt.uws] Rev 1812: Update and expand HACKING file
From: noreply, 2010-11-28
[Branch ~uws/anewt/anewt.uws] Rev 1811: [form] Only include id attribute if actually set
From: noreply, 2010-11-09
[Branch ~uws/anewt/anewt.uws] Rev 1810: [urldispatcher] Support callback functions passed as string
From: noreply, 2010-11-09
[Branch ~uws/anewt/anewt.uws] Rev 1808: [core] Silence Doxygen
From: noreply, 2010-11-05
[Branch ~uws/anewt/anewt.uws] Rev 1807: [database] Silence Doxygen
From: noreply, 2010-11-05
[Branch ~uws/anewt/anewt.uws] Rev 1809: [autorecord] Minor doc updates
From: noreply, 2010-11-05
[Branch ~uws/anewt/anewt.uws] Rev 1806: [form] Support any renderable value in AnewtForm::add_node()
From: noreply, 2010-11-05
[Branch ~uws/anewt/anewt.uws] Rev 1805: [page] Add 'wrapper-div-class' property to AnewtPage
From: noreply, 2010-11-05
[Branch ~uws/anewt/anewt.uws] Rev 1804: [xhtml] Fix attributes parameter handling in ax_*() API
From: noreply, 2010-10-26
[Branch ~uws/anewt/anewt.uws] Rev 1803: [xhtml] Add support for <iframe> elements
From: noreply, 2010-10-26
[Branch ~uws/anewt/anewt.uws] Rev 1802: [core] Return early when parsing date strings
From: noreply, 2010-10-26
[Branch ~uws/anewt/anewt.uws] Rev 1801: [datetime] Mark AnewtDateTimeAtom fields public
From: noreply, 2010-10-26
[Branch ~uws/anewt/anewt.uws] Rev 1800: [database] Add AnewtDatabaseQueryExceptionConstraint
From: noreply, 2010-10-26
[Branch ~uws/anewt/anewt.uws] Rev 1799: [database] MySQL: cast BIGINT when it is <= PHP_INT_MAX
From: noreply, 2010-10-26
[Branch ~uws/anewt/anewt.uws] Rev 1798: [mail] Use proper newlines in mail messages
From: noreply, 2010-10-05
[Branch ~uws/anewt/anewt.uws] Rev 1797: [xml/dom] Move __toString() to Node, not Element
From: noreply, 2010-10-05
[Branch ~uws/anewt/anewt.uws] Rev 1796: [database] Unconditionally obtain field types in result sets
From: noreply, 2010-10-05
[Branch ~uws/anewt/anewt.uws] Rev 1795: [core] Optimize AnewtContainer::_seed() by avoiding ::_set()
From: noreply, 2010-10-05
Launchpad Bugs Re-enabling Auto Expiring Bugs
From: deryck . hodge, 2010-10-05
<Possible follow-ups>
Launchpad Bugs Re-enabling Auto Expiring Bugs
From: deryck . hodge, 2010-10-05
[Branch ~uws/anewt/anewt.uws] Rev 1794: [curl] New module wrapping curl
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1793: [form] Use correct variable for form control help text
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1792: [renderer/grid] Add title param to cell renderer constructor
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1791: [i18n] Fix typos in API documentation
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1790: [database] Log executed queries as debug messages
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1789: [database] Don't try to connect before each query
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1788: [autorecord] Avoid double loops when instantiating objects
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1787: [autorecord] Correctly handle empty lists in db_find_*_by_id
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1786: [logging] Disable AnewtLogHandlerFirePHP for IE
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1785: [logging] Include date and time in CLI logging output
From: noreply, 2010-10-02
[Branch ~uws/anewt/anewt.uws] Rev 1784: [database] Performance optimzation of row casting for MySQL
From: noreply, 2010-03-31
[Branch ~uws/anewt/anewt.uws] Rev 1783: [core] Cleanup to_string() function
From: noreply, 2010-03-31
[Branch ~uws/anewt/anewt.uws] Rev 1782: [form] Output additional CSS classes in form renderer output
From: noreply, 2010-03-27
[Branch ~uws/anewt/anewt.uws] Rev 1781: [core] Add support for year-week dates to AnewtDateTime
From: noreply, 2010-03-27
[Branch ~uws/anewt/anewt.uws] Rev 1780: [core] Initial work on transitioning to UTF-8
From: noreply, 2010-03-27
[Branch ~uws/anewt/anewt.uws] Rev 1779: [database] Fix typo in comment
From: noreply, 2010-03-26
[Branch ~uws/anewt/anewt.uws] Rev 1778: [database] Fixup default SQL template fillv() parameter
From: noreply, 2010-03-26
[Branch ~uws/anewt/anewt.uws] Rev 1777: [urldispatcher] Actually use global constraints
From: noreply, 2010-03-26
[Branch ~uws/anewt/anewt.uws] Rev 1775: [core] Optimize array_group() by avoiding to_string()
From: noreply, 2010-03-26
[Branch ~uws/anewt/anewt.uws] Rev 1776: [core] Cleanup HTTP status constants
From: noreply, 2010-03-26
[Branch ~uws/anewt/anewt.uws] Rev 1774: [logging] Add log handler for Firebug/FirePHP
From: noreply, 2010-03-26
[Branch ~uws/anewt/anewt.uws] Rev 1773: [logging] Do not change whitespace in messages; cleanups
From: noreply, 2010-03-21
[Branch ~uws/anewt/anewt.uws] Rev 1772: [core] Implement AnewtRequest::{get, post, cookie}_value()
From: noreply, 2010-03-21
[Branch ~uws/anewt/anewt.uws] Rev 1771: [logging] Display colors in log output on stderr
From: noreply, 2010-03-20
[Branch ~uws/anewt/anewt.uws] Rev 1770: [core] Avoid deprecation warning on PHP >= 5.3; cleanup
From: noreply, 2010-03-20
[Branch ~uws/anewt/anewt.uws] Rev 1769: [core] Allow non-magic container property access
From: noreply, 2010-03-06
[Branch ~uws/anewt/anewt.uws] Rev 1768: [core] Implement array_group() function
From: noreply, 2010-03-06
[Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1491: [form] Merged subform support from a private project.
From: noreply, 2010-02-26
[Branch ~uws/anewt/anewt.uws] Rev 1767: [core] Add AnewtRequest::is_ajax() method
From: noreply, 2010-02-24
[Branch ~uws/anewt/anewt.uws] Rev 1766: [form] Support autocomplete property; improve id generation
From: noreply, 2010-02-24
[Branch ~uws/anewt/anewt.uws] Rev 1765: [i18n] Implement dpgettext(), dnpgettext() and npgettext()
From: noreply, 2010-02-22
[Branch ~uws/anewt/anewt.uws] Rev 1764: [i18n] Implement contextual translation support
From: noreply, 2010-02-22
[Branch ~uws/anewt/anewt.uws] Rev 1763: [urldispatcher] Implement external commands using callbacks
From: noreply, 2010-02-20
[Branch ~uws/anewt/anewt.uws] Rev 1762: [urldispatcher] urldecode() extracted url parameters
From: noreply, 2010-02-20
[Branch ~uws/anewt/anewt.uws] Rev 1761: [image] Use truetype text rendering methods
From: noreply, 2010-02-20
[Branch ~uws/anewt/anewt.uws] Rev 1760: [core] Accept integer keys in array_unset_key()
From: noreply, 2010-02-16
[Branch ~uws/anewt/anewt.uws] Rev 1759: [core] Cleanup array utility functions
From: noreply, 2010-02-16
[Branch ~uws/anewt/anewt.uws] Rev 1758: [page] Implement array access syntactic sugar for AnewtPage
From: noreply, 2010-02-16
[Branch ~uws/anewt/anewt.uws] Rev 1757: [xml/dom] Implement magic __toString() method for DOM nodes
From: noreply, 2010-02-16
[Branch ~uws/anewt/anewt.uws] Rev 1756: [xml/dom] Implement ArrayAccess interface for DOM nodes
From: noreply, 2010-02-16
[Branch ~uws/anewt/anewt.uws] Rev 1755: [core] Rename AnewtDateTime::render into __toString()
From: noreply, 2010-02-16
[Branch ~uws/anewt/anewt.uws] Rev 1754: [core] Minor code cleanup in redirect() function
From: noreply, 2010-02-16
[Branch ~uws/anewt/anewt.uws] Rev 1753: [doc] Minor changes
From: noreply, 2010-02-15
[Branch ~uws/anewt/anewt.uws] Rev 1752: [autorecord] Fix broken db_find_{one, all}_by_id()
From: noreply, 2010-02-15
[Branch ~uws/anewt/anewt.uws] Rev 1751: [config] Throw error when accessing key that does not exist
From: noreply, 2010-02-15
[Branch ~uws/anewt/anewt.uws] Rev 1750: [doc] Match and ignore <anchor> elements in Doxygen XML
From: noreply, 2010-02-15
[Branch ~uws/anewt/anewt.uws] Rev 1749: [autorecord] Implement ::db_find_{one, all}_by_columns()
From: noreply, 2010-02-15
[Branch ~uws/anewt/anewt.uws] Rev 1748: [xhtml] Add ax_h() convenience function
From: noreply, 2010-02-15
[Branch ~uws/anewt/anewt.uws] Rev 1747: [xhtml] Implement ax_join() analogous to join()
From: noreply, 2010-02-15
[Branch ~uws/anewt/anewt.uws] Rev 1746: [xhtml] Add ax_vsprintf() to complement ax_sprintf()
From: noreply, 2010-02-15
[Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1490: [autorecord] Remove AutoRecord::_db_skip_on_insert()
From: noreply, 2010-01-26
[Branch ~uws/anewt/anewt.uws] Rev 1745: [scripts/textilize] Fix syntax error and tidy up a bit
From: noreply, 2010-01-08
[Branch ~uws/anewt/anewt.uws] Rev 1744: [xml/dom] Remove reference operator
From: noreply, 2010-01-06
[Branch ~uws/anewt/anewt.uws] Rev 1743: [xml/dom] Don't use reference operator for objects
From: noreply, 2010-01-06
[Branch ~uws/anewt/anewt.uws] Rev 1742: [database] Only cast MySQL's BIGINT to PHP integers on 64bit
From: noreply, 2010-01-05
[Bug 38194] Re: Parser for HTTP_ACCEPT_LANGUAGE
From: Wouter Bolsterlee (uws), 2010-01-05
<Possible follow-ups>
[Bug 38194] Re: Parser for HTTP_ACCEPT_LANGUAGE
From: Wouter Bolsterlee (uws), 2010-01-05
[Branch ~uws/anewt/anewt.uws] Rev 1741: [core] Magic method handling in AnewtContainer::add() is broken
From: noreply, 2010-01-05
[Branch ~uws/anewt/anewt.uws] Rev 1740: [xhtml] ax_img_src() should not put filename in alt attribute
From: noreply, 2010-01-05
[Branch ~uws/anewt/anewt.uws] Rev 1739: [autorecord] Avoid parsing and escaping SQL queries twice
From: noreply, 2010-01-05
[Branch ~uws/anewt/anewt.uws] Rev 1738: [autorecord] Expand tests with values containing SQL template escapes
From: noreply, 2010-01-05
[Branch ~uws/anewt/anewt.uws] Rev 1737: [autorecord] Simplify _db_find_by_id() implementation
From: noreply, 2010-01-05
[Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1489: [autorecord] Using a safer method to insert values
From: noreply, 2010-01-04
[Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1488: [form] Added ability to render a specific choice control form option
From: noreply, 2010-01-04
[Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1487: [database] Fix debugging for delayed connections
From: noreply, 2010-01-04
[Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1486: [form] Test whether an option is selected on AnewtFormControlChoice
From: noreply, 2010-01-04
[Branch ~uws/anewt/anewt.uws] Rev 1736: [datetime] Fix typo in abbreviated month names regex
From: noreply, 2009-10-20
[Bug 121560] Re: URL generation for (Multi)URLDispatcher
From: Wouter Bolsterlee (uws), 2009-10-05
<Possible follow-ups>
[Bug 121560] Re: URL generation for (Multi)URLDispatcher
From: Wouter Bolsterlee (uws), 2010-01-29
[Fwd: mindaslab wants to join]
From: Sander van Schouwenburg, 2009-08-05
[Branch ~uws/anewt/anewt.uws] Rev 1735: [urldispatcher] More docs
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1734: [filters] Added PregFilter
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1733: [validator] Remove no longer usefule AnewtValidatorChoice
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1731: [core] Recognize (but ignore) SQL datetimes with a TZ
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1732: [database] Recognize and cast PostgreSQL's timestamptz type
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1730: [core] Use correct HTTPS port in AnewtRequest
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1729: [urldispatcher] Completely refactor (total rewrite!)
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1728: [form] Tiny doc fix
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1727: [doc] Minor style changes
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1726: [database] Support ?int[]? style placeholders for array values
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1725: [database] Add more documentation
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1724: [calendar] Completely reworked calendar module
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1723: [page] Improve AnewtPage example code in manual
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1722: [session] Refactored AnewtSession class replacing old code
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1721: [page] Always include <title> element in HTML output
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1720: [xml/writer] Minor cleanups and documentation fixes
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1719: [core] Rename Container to AnewtContainer (huge API break!)
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1718: [database] Remove obsolete test code
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1717: [form] Update code for AnewtRequest API changes
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1716: [database.old, autorecord.old] Remove obsolete modules
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1715: [core] Cleanup AnewtURL test code
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1714: [core, gpc] Merge AnewtGPC into AnewtRequest
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1713: [image, page, rss, textile, urldispatcher] Update for AnewtRequest
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1712: [core] Refactor static Request class into AnewtRequest
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1711: [doc] Improvements to Doxygen XSLT; create valid XHTML
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1710: [form] Silence Doxygen
From: noreply, 2009-08-02
[Branch ~uws/anewt/anewt.uws] Rev 1709: [autorecord] Minor SQL logic refactoring
From: noreply, 2009-07-26
[Branch ~uws/anewt/anewt.uws] Rev 1708: [database] Implement AnewtDatabaseConnectionMemcache
From: noreply, 2009-07-26
Thoughts (and code!) on AnewtAutoRecord and JOIN support (was: anewt.uws c1707: [autorecord] Support extra select columns and manual joins)
From: Wouter Bolsterlee, 2009-07-21
Re: Thoughts (and code!) on AnewtAutoRecord and JOIN support (was: anewt.uws c1707: [autorecord] Support extra select columns and manual joins)
From: Sander van Schouwenburg, 2009-07-22
Re: Thoughts (and code!) on AnewtAutoRecord and JOIN support (was: anewt.uws c1707: [autorecord] Support extra select columns and manual joins)
From: Wouter Bolsterlee, 2009-07-22
[Branch ~uws/anewt/anewt.uws] Rev 1707: [autorecord] Support extra select columns and manual joins
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1706: [autorecord] More tests
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1705: [textile] Fix textile test script that used obsolete API
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1704: [page] Don't use class members for head and body nodes
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1703: [core] Support $code parameter in AnewtException
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1702: [sparkline] Fix dimension setting after Container changes
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1701: [form] Only include hidden fieldset if form has hidden controls
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1700: [doc] Fix missing text; support strong text and ordered lists
From: noreply, 2009-07-21
[Branch ~uws/anewt/anewt.uws] Rev 1699: [database] Use proper way to set MYSQLi charset; fix docs
From: noreply, 2009-07-21
[Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1485: [form] Moved assertion to AnewtFormOption
From: noreply, 2009-07-21
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1472: [form] Fixed bug with simple text required markers.
From: Wouter Bolsterlee, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1698: [database] Treat MySQL SHOW queries as SELECT queries
From: noreply, 2009-07-20
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1483: [Core] Corrected the default ssl port for Request::canonical_base_url()
From: Wouter Bolsterlee, 2009-07-20
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1482: [database] Force opening a new PostgreSQL connection on instantiation
From: Wouter Bolsterlee, 2009-07-20
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1480: [form] Extra method on forms to return all controls.
From: Wouter Bolsterlee, 2009-07-20
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1480: [form] Extra method on forms to return all controls.
From: Sander van Schouwenburg, 2009-07-21
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1479: [form] Ids and extra attibutes for radio buttons and checkboxes
From: Wouter Bolsterlee, 2009-07-20
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1479: [form] Ids and extra attibutes for radio buttons and checkboxes
From: Sander van Schouwenburg, 2009-07-21
Re: Rev 1479: [form] Ids and extra attibutes for radio buttons and checkboxes
From: Wouter Bolsterlee, 2009-07-21
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1479: [form] Ids and extra attibutes for radio buttons and checkboxes
From: Sander van Schouwenburg, 2009-07-22
Re: [+launchpad] [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1481: [page] Allow adding of custom elements to page header
From: Wouter Bolsterlee, 2009-07-20
Re: [+launchpad] [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1481: [page] Allow adding of custom elements to page header
From: Sander van Schouwenburg, 2009-07-21
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1471: [form] FormOptionGroup support in radiobutton/checkbox mode.
From: Wouter Bolsterlee, 2009-07-20
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1471: [form] FormOptionGroup support in radiobutton/checkbox mode.
From: Sander van Schouwenburg, 2009-07-21
Re: [Branch ~sander-sinaasappel/anewt/anewt.new.cxs] Rev 1474: [form] Added missing assertion to AnewtFormControlChoice
From: Wouter Bolsterlee, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1697: [database] Add debug stuff and improve MySQL error handling
From: noreply, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1696: [core, datetime] Merge datetime module into core
From: noreply, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1695: [core] Completely refactor URL code (more API breaks)
From: noreply, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1694: [database] Simplify version comparison in MySQL backend
From: noreply, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1693: [doc] Exclude old files from generated documentation
From: noreply, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1692: [xhtml] Various code strictness changes and doc fixes
From: noreply, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1691: [database] Simplify freeing result sets in MySQL backend
From: noreply, 2009-07-20
[Branch ~uws/anewt/anewt.uws] Rev 1690: [xhtml] Output valid XHTML in test code
From: noreply, 2009-07-19
[Branch ~uws/anewt/anewt.uws] Rev 1689: [renderer] Cleanup renderer module (breaks API)
From: noreply, 2009-07-19
[Branch ~uws/anewt/anewt.uws] Rev 1688: [page] Support for 'favicon' on AnewtPage
From: noreply, 2009-07-19
[Branch ~uws/anewt/anewt.uws] Rev 1687: [xhtml] Add ax_link_favicon()
From: noreply, 2009-07-19
[Branch ~uws/anewt/anewt.uws] Rev 1686: [database] Handle MySQL connection errors more gracefully
From: noreply, 2009-07-19
[Branch ~uws/anewt/anewt.uws] Rev 1685: [page] Slightly change rendering code
From: noreply, 2009-07-19
[Branch ~uws/anewt/anewt.uws] Rev 1684: [page] Throw errors instead of using assertions
From: noreply, 2009-07-19
[Bug 34852] Re: Caching control for Page
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 51845] Re: DateTimeInterval class
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 73132] Re: Default handler
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 173044] Re: AutoRecord::delete('mykey') deletes the record, not the key
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 229860] Re: Implement form control for date/time entry
From: Wouter Bolsterlee (uws), 2009-07-18
<Possible follow-ups>
[Bug 229860] Re: Implement form control for date/time entry
From: Sander van Schouwenburg (Sandworm), 2009-07-20
[Bug 55887] Re: Autorecord API additions
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 325754] Re: Proposal for major AutoRecord changes
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 238868] Re: Allow database to fill in default values on insert
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 58196] Re: Variable number of url parts in URLDispatcher
From: Wouter Bolsterlee (uws), 2009-07-18
<Possible follow-ups>
[Bug 58196] Re: Variable number of url parts in URLDispatcher
From: Wouter Bolsterlee (uws), 2009-08-02
[Bug 3281] Re: Filter support for forms
From: Sander van Schouwenburg (Sandworm), 2009-05-05
<Possible follow-ups>
[Bug 3281] Re: Filter support for forms
From: Sander van Schouwenburg (Sandworm), 2009-05-05
[Bug 3281] Re: Filter support for forms
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 3281] Re: Filter support for forms
From: Sander van Schouwenburg (Sandworm), 2009-07-20
[Bug 3281] Re: Filter support for forms
From: Wouter Bolsterlee (uws), 2009-08-10
[Bug 38036] Re: SelectOptionFormControl needs special treatment when optional
From: Wouter Bolsterlee (uws), 2009-04-12
<Possible follow-ups>
[Bug 38036] Re: SelectOptionFormControl needs special treatment when optional
From: Sander van Schouwenburg (Sandworm), 2009-04-14
[Bug 38036] Re: SelectOptionFormControl needs special treatment when optional
From: Wouter Bolsterlee (uws), 2009-04-14
[Bug 319966] Re: AnewtFormControlChoice ensuring selection
From: Wouter Bolsterlee (uws), 2009-04-12
<Possible follow-ups>
[Bug 319966] Re: AnewtFormControlChoice ensuring selection
From: Sander van Schouwenburg (Sandworm), 2009-04-14
[Bug 319966] Re: AnewtFormControlChoice ensuring selection
From: Wouter Bolsterlee (uws), 2009-07-18
[Bug 34192] Re: Container seed() is confused by mixed lists/dicts
From: Wouter Bolsterlee (uws), 2009-04-12
<Possible follow-ups>
[Bug 34192] Re: Container seed() is confused by mixed lists/dicts
From: Wouter Bolsterlee (uws), 2009-04-12
[Bug 37886] Re: Container::addref
From: Wouter Bolsterlee (uws), 2009-04-12
[Bug 322678] Re: AutoRecord: skip_on_insert should be removed
From: Wouter Bolsterlee (uws), 2009-04-12
<Possible follow-ups>
[Bug 322678] Re: AutoRecord: skip_on_insert should be removed
From: Sander van Schouwenburg (Sandworm), 2009-04-14
[Bug 322678] Re: AutoRecord: skip_on_insert should be removed
From: Wouter Bolsterlee (uws), 2009-07-18
200 of 320 messages, page 1 |
2
Last • Next
•
Previous
•
First