November 2005 Archives by thread
Starting: Tue Nov 1 11:36:55 CDT 2005
Ending: Wed Nov 30 12:27:19 CDT 2005
Messages: 134
- [Html_ajax-svn] [154] small bug fix around url generation
jeichorn at bluga.net
- [Html_ajax-svn] [155] fix a typo
jeichorn at bluga.net
- [Html_ajax-svn] [156] make serialize examples work out of hte box,
and link them in
jeichorn at bluga.net
- [Html_ajax-svn] [157] Add a flag to disable sending a
content-length header,
we may move to this being off by default in the future
jeichorn at bluga.net
- [Html_ajax-svn] [158] ready package.xml for release
jeichorn at bluga.net
- [Html_ajax-svn] [159] include json in the default list
jeichorn at bluga.net
- [Html_ajax-svn]
[160] basic review an item example, still needs work
jeichorn at bluga.net
- [Html_ajax-svn] [161] add click to edit
jeichorn at bluga.net
- [Html_ajax-svn] [162] new example in the package.xml file so its
installable
jeichorn at bluga.net
- [Html_ajax-svn] [163] move the behavior stuff to a subdir
jeichorn at bluga.net
- [Html_ajax-svn] [164] this code is in phpSerializer.js
jeichorn at bluga.net
- [Html_ajax-svn] [165] this makes more sense as a name for what the
method does, if your using the old method please update
jeichorn at bluga.net
- [Html_ajax-svn] [166] ok i think this makes sense as the api name
jeichorn at bluga.net
- [Html_ajax-svn] [167] getElementsByClassName isn't ready to go yet,
but this makes it not die
jeichorn at bluga.net
- [Html_ajax-svn] [168] nothing like not testing before commiting,
no errors this time
jeichorn at bluga.net
- [Html_ajax-svn] [169] init classes need a reference back to there
parent server
jeichorn at bluga.net
- [Html_ajax-svn] [170] add stub support to the helper
jeichorn at bluga.net
- [Html_ajax-svn] [171] if it was possible to make a typo in this
file i did
jeichorn at bluga.net
- [Html_ajax-svn] [172] make the review example actually work
jeichorn at bluga.net
- [Html_ajax-svn] [173] Improved behavior javascript example
emsmith at bluga.net
- [Html_ajax-svn] [174] behavior.js and css-Query.js were moved into
their own directory, updating paths
emsmith at bluga.net
- [Html_ajax-svn] [175] Add name to authors file
emsmith at bluga.net
- [Html_ajax-svn] [176] Notes on work, Josh,
add them to the changelog!
emsmith at bluga.net
- [Html_ajax-svn] [177] added PHP and Urlencoded to the serializer
type map, removed non-working Urlencoded implementation
arpad at bluga.net
- [Html_ajax-svn] [178] implementation and examples for Urlencoded
serializer
arpad at bluga.net
- [Html_ajax-svn] [179] added PHP and Urlencoded serializers to build
list, updated path for behaviour files
arpad at bluga.net
- [Html_ajax-svn] [180] rewrote varDump(),
added getType() and strRepeat()
arpad at bluga.net
- [Html_ajax-svn] [181] moved error handling into the main class;
renamed the main class to fit other serializers;
removed gettype() (now using HTML_AJAX_Util.getType()
arpad at bluga.net
- [Html_ajax-svn] [182] updated php serializer example,
added varDump example
arpad at bluga.net
- [Html_ajax-svn] [183] PHP class for the PHP serializer
arpad at bluga.net
- [Html_ajax-svn] [184] cleaned up registerCallback() and
_getClientPayloadContentType()
arpad at bluga.net
- [Html_ajax-svn] [185] added myself to authors list
arpad at bluga.net
- [Html_ajax-svn] [186] getElementsByClass now works
emsmith at bluga.net
- [Html_ajax-svn] [187] As far as i can tell,
attachEvent is useless since it doesn't refer to
the event that happened
jeichorn at bluga.net
- [Html_ajax-svn] [188] Add a util functino for getting an event
target which makes attachEvent usable
jeichorn at bluga.net
- [Html_ajax-svn] [189] This is some initial js file cleanup
jeichorn at bluga.net
- [Html_ajax-svn] [190] Im just commit this so i don't forget the
thought,
anyone else have an opinion on short alias names for basic js
functionality?
jeichorn at bluga.net
- [Html_ajax-svn] [191] added earlier commits to notes and cleaned up
a bit
arpad at bluga.net
- [Html_ajax-svn] [192] tidied comments, removed redundant property
arpad at bluga.net
- [Html_ajax-svn] [193] tidied comments
arpad at bluga.net
- [Html_ajax-svn] [194] catch errors when we hit an internal object
that doesn't give us information, and basic loop detection
jeichorn at bluga.net
- [Html_ajax-svn] [195] varDump is useless with dom elements at this
point,
make a non recursive dumper like before that at least lets you find
the dom nodes on a given object and see there type
jeichorn at bluga.net
- [Html_ajax-svn] [196] Update setupAJAX to produce multiple client
include lines if you have a multi-dimensional array
jeichorn at bluga.net
- [Html_ajax-svn] [197] fixed varDump() to work with DOM objects,
added parameter to print functions.
arpad at bluga.net
- [Html_ajax-svn] [198] added a request priority queue
arpad at bluga.net
- [Html_ajax-svn] [199] added http client pooling
arpad at bluga.net
- [Html_ajax-svn] [200] Moving serializers in js into their own dir -
if we're going to have a bunch it might get messy
emsmith at bluga.net
- [Html_ajax-svn] [201] Move serializers into their own dir - this
may get messy if we end up with a bunch of them
emsmith at bluga.net
- [Html_ajax-svn] [202] improved dependency on http_build_query(),
fixed PHP_Compat path
arpad at bluga.net
- [Html_ajax-svn]
[203] Oops, this got moved but the old never deleted, silly josh
emsmith at bluga.net
- [Html_ajax-svn] [204] Step one of getting customized serializer
stuff- this one allows php scripts to not write javascript
data handling for stuff returned by ajax methods - they just
register them in the method
emsmith at bluga.net
- [Html_ajax-svn] [205] Step two of getting customized serializer
stuff ready - main changes to the way ajax _sendResponse works
emsmith at bluga.net
- [Html_ajax-svn] [206] fixed error in _sendResponse(),
made a few PEAR CS changes, removed trailing newline
arpad at bluga.net
- [Html_ajax-svn] [207] added Urlencoded to content type map
arpad at bluga.net
- [Html_ajax-svn] [208] move version to 0.3.0 and update package.xml
so you can do installs and test
jeichorn at bluga.net
- [Html_ajax-svn] [209] Add clientPool.js to the main keyword
jeichorn at bluga.net
- [Html_ajax-svn] [210] define pools as a hash not an array since it
will have names as indexes
jeichorn at bluga.net
- [Html_ajax-svn] [211] update tests for the url serializer to work
out of the box from a pear install
jeichorn at bluga.net
- [Html_ajax-svn] [212] Move the php serializer examples to a file
with better name and update for working out of the box from a
pear install
jeichorn at bluga.net
- [Html_ajax-svn] [213] link in php and url serializer examples
jeichorn at bluga.net
- [Html_ajax-svn] [214] link in js_utils_vardump, php4 compat fixes,
pear install fixes
jeichorn at bluga.net
- [Html_ajax-svn] [215] link in the priority test
jeichorn at bluga.net
- [Html_ajax-svn] [216] move behavior file
jeichorn at bluga.net
- [Html_ajax-svn] [217] update behavior examples to work from a pear
install
jeichorn at bluga.net
- [Html_ajax-svn] [218] add a test cookie so people are less apt to
think that the cookie test is broken
jeichorn at bluga.net
- [Html_ajax-svn] [219] add sync version of all calls,
mainly for testing purposes
jeichorn at bluga.net
- [Html_ajax-svn] [220] Step three of getting customized serializer
stuff ready - actual javascript file
emsmith at bluga.net
- [Html_ajax-svn] [221] catch errors generated while finishing a sync
call
jeichorn at bluga.net
- [Html_ajax-svn] [222] oops, typo, silly me
emsmith at bluga.net
- [Html_ajax-svn] [223] update changelog and regen package.xml
jeichorn at bluga.net
- [Html_ajax-svn] [224] i don't know whats going on here,
but calls to HTML_AJAX.onLoad don't seem to take parameters,
maybe its because they have the same names as events?
jeichorn at bluga.net
- [Html_ajax-svn] [225] Ok so the actual bug as that i was using
methods with the same name as event handlers so you can't
pass them any arguments, weird huh
jeichorn at bluga.net
- [Html_ajax-svn] [226] require_once for libs that are needed
emsmith at bluga.net
- [Html_ajax-svn] server.php and readfile
Elizabeth Smith
- [Html_ajax-svn] [227] added ajax form submission, examples
arpad at bluga.net
- [Html_ajax-svn] [228] inverted return value,
fixed action in shoutbox example
arpad at bluga.net
- [Html_ajax-svn] [229] made ajax form submission build string
directly rather than build an array and use the URL encoding
serializer.
arpad at bluga.net
- [Html_ajax-svn] [230] stopped trying to make all form action URLs
absolute, got rid of dodgy function to do so
arpad at bluga.net
- [Html_ajax-svn] [231] All examples should now be linked in,
the guestbook(haSerializer) example isn't done yet but it exists
emsmith at bluga.net
- [Html_ajax-svn] [232] Updated DeveloperNotes with windows
instructions for a devel build,
fixed the problem when pear isn't installed (@data-dir@ fun)
emsmith at bluga.net
- [Html_ajax-svn] [233] too much javascript josh - it's
background-color in css :)
emsmith at bluga.net
- [Html_ajax-svn] [234] missed the second half of onProgress
jeichorn at bluga.net
- [Html_ajax-svn] [235] update package
jeichorn at bluga.net
- [Html_ajax-svn] [236] don't die if customHeaders isn't set
jeichorn at bluga.net
- [Html_ajax-svn] [237] base it off of __FILE__ - I forgot about
extending the class, stupid me
emsmith at bluga.net
- [Html_ajax-svn] [238] Fixed a couple typos,
and josh changed the link but not the text instructions
emsmith at bluga.net
- [Html_ajax-svn] [239] you have to write the test string in a way
that it won't get replaced
jeichorn at bluga.net
- [Html_ajax-svn] [240] don't set custom headers if we didn't pass it
in
jeichorn at bluga.net
- [Html_ajax-svn] [241] build combined js files
jeichorn at bluga.net
- [Html_ajax-svn] [242] updated package.xml
jeichorn at bluga.net
- [Html_ajax-svn] [243] Formatting,
making the guestbook work for the release.
davidcoallier at bluga.net
- [Html_ajax-svn] [244] guestbook class that handles all the session
stuff.
davidcoallier at bluga.net
- [Html_ajax-svn] [245] the server file that will register the
Guestbook class
davidcoallier at bluga.net
- [Html_ajax-svn] [246] Added myself ;)
davidcoallier at bluga.net
- [Html_ajax-svn] [247] Remove guestbook example until I have it
finished properly - it's meant to show using HTML_AJAX_Action
and the haSerializer not just copy the review example
emsmith at bluga.net
- [Html_ajax-svn] [248] first pass with html_ajax_action example
emsmith at bluga.net
- [Html_ajax-svn] [249] needs a space or it causes problems in php4
with short open tags
jeichorn at bluga.net
- [Html_ajax-svn] [250] It's not everything I want to show yet,
but it works - see guestbook for html_ajax_action
usage and how it replaces the need for javascript callbacks
emsmith at bluga.net
- [Html_ajax-svn] [251] update the package file for the updated
guestbook
jeichorn at bluga.net
- [Html_ajax-svn] [252] This is why you don't type too fast,
you forget stupid things
emsmith at bluga.net
- [Html_ajax-svn] [253] Fixed WAAAYYY out of date todo - right now
big ticket items only, wiki has small fry stuff
emsmith at bluga.net
- [Html_ajax-svn] [254] ok,
I have no CLUE how the guestbook example was working earlier,
it wasn't even using the right serializer - note to self,
no coding after midnight - and why the HELL doesn't IE have
hasAttribute?
emsmith at bluga.net
- [Html_ajax-svn] [255] Opera fixes, added stuff to changelog
emsmith at bluga.net
- [Html_ajax-svn] [256] add haSerializer to the complete build
jeichorn at bluga.net
- [Html_ajax-svn] [257] Bug - must strip any charset or additional
info when mapping content types
emsmith at bluga.net
- [Html_ajax-svn] [258] rebuild complete files
jeichorn at bluga.net
- [Html_ajax-svn] [259] update the package.xml for release
jeichorn at bluga.net
- [Html_ajax-svn] [260] Remainder of opera fix in AJAX.php,
bugfixes in Action.php and haSerializer,
greatly expanded guestbook example including error handling,
editing previous content,
and removing chunks of content Example isn't quite done yet,
I'd like to remove all javascript html and replace it with
HTML_AJAX_Helper calls
emsmith at bluga.net
- [Html_ajax-svn] [261] createNode api change - for append and
prepend send the parent Id, for insertBefore,
insertAfter send sibling Id
emsmith at bluga.net
- [Html_ajax-svn] [262] reorg examples,
there might still be some breakage left
jeichorn at bluga.net
- [Html_ajax-svn] [263] IE doesn't like to grab a non-existent header
- so we try catch
emsmith at bluga.net
- [Html_ajax-svn] [264] This is round one of a iframe xmlhttprequest
object fakeout - in other words use this as a fallback when
xmlhttprequest is broken or not available.
emsmith at bluga.net
- [Html_ajax-svn] [265] Import of the HTML_AJAX wiki theme
jeichorn at bluga.net
- [Html_ajax-svn] [266] Added google ads on top.
davidcoallier at bluga.net
- [Html_ajax-svn] [267] Here we go,
although I still have a few improvements to make,
I need to work on the server side now so iframes are detected and
sent correctly - they have to have an html/javascript wrapper
to work right
emsmith at bluga.net
- [Html_ajax-svn] [268] changed padding and spacing:
davidcoallier at bluga.net
- [Html_ajax-svn] [269] Heh,
well it works on my machine because I'd fixed this
already...just forgot to commit it - I'm a dork
emsmith at bluga.net
- [Html_ajax-svn] [270] Really obscure bug - on some versions of
Internet Explorer you must call xmlhttprequest.open() before
assigning an onreadystatechange function callback - how
stupid is that?
emsmith at bluga.net
- [Html_ajax-svn] [271] fix paths
jeichorn at bluga.net
- [Html_ajax-svn] [272] This should be a working iframe fallback now
- all that's left is possibly faking sync...
emsmith at bluga.net
- [Html_ajax-svn] [273] Added iframe try-catch loop on the end of
checking for xmlhttprequest
emsmith at bluga.net
- [Html_ajax-svn] [274] Ok,
an almost working iframe xmlhttprequest backup -
sync and some methods are still buggy - also fixes for tests
- I know there are more problems with them
emsmith at bluga.net
- [Html_ajax-svn] [275] fixed bug in IE
emsmith at bluga.net
- [Html_ajax-svn] [276] update package for moved files
jeichorn at bluga.net
- [Html_ajax-svn] [277] rebuild combined js files
jeichorn at bluga.net
- [Html_ajax-svn] [278] remove a set of ..
jeichorn at bluga.net
- [Html_ajax-svn] [279] Update package files preparing for a release
jeichorn at bluga.net
- [Html_ajax-svn] [280] make login work with iframe xmlhttprequest
emsmith at bluga.net
- [Html_ajax-svn] [281] Stupid opera and it's stupid iframe security
that doesn't even really work
emsmith at bluga.net
Last message date:
Wed Nov 30 12:27:19 CDT 2005
Archived on: Wed Nov 30 12:27:23 CDT 2005
This archive was generated by
Pipermail 0.09 (Mailman edition).