-
nsITobin
for instance my current special component has a status bar and in both html and textarea content is seated properly and includes a scrollbar
-
nsITobin
well I think this lib and some of my own preprocessing will do nicely for when wikitext is needed. Bit bulky but meh..
-
nsITobin
now to add to generateContent
-
nsITobin
granted htmlentitiy encoding could be a problem but i could go without it as long as only authorized people can edit it or add more syntax to my preparsing.
-
nsITobin
but it sure looks WAY better with a seamonkey template than mozillawiki
cci-dev.thereisonlyxul.org/status-meetings/2008-07-01
-
nsITobin
Done for the day unless I have another idear
-
nsITobin
;)
-
nsITobin
anyone alive?
-
nsITobin
-
nsITobin
:P
-
nsITobin
welcome back a-865
-
a-865
nsITobin: I never left. That's the ISP somehow breaking my connection between libera and Chatzilla over and over again most days. :(
-
nsITobin
a-865: i dunno if it is obvious but I adore the kind of work I been doing past few weeks on the PHP and server stuff
-
a-865
that is stuff I know nothing about
-
nsITobin
a-865: could always learn
-
a-865
I'm more than behinder enough already
-
nsITobin
good morning
-
nsITobin
You know, friends, peers, combatants... Sometimes it IS the little things that keep us going to keep up the task of dealing with the big things.
-
frg_Away
nsITobin hi
-
nsITobin
Greetings
-
nsITobin
this mdn yaml hack is great for databaseless pseudo-static content
-
nsITobin
---
-
nsITobin
title: Status Meeting 2008-07-01
-
nsITobin
type: wiki
-
nsITobin
---
-
nsITobin
yaml header hack
-
nsITobin
best thing to come out of MDN since the last had XUL documentation
-
nsITobin
they*
-
nsITobin
-
nsITobin
I have also whitelisted the following to be un-entitied
-
nsITobin
$unEntities = implode(kPipe, ['laquo', 'raquo', 'hellip', 'mdash', 'nbsp', 'trade', 'copy', 'quot', 'bull', ]);
-
nsITobin
$reHTML = implode(kPipe, ['small', 'hr', 'strong', 'em', 's', 'strike']);
-
tomman
"implode"
-
tomman
:giggity:
-
tomman
that PHP function name will always make me giggle
-
nsITobin
i like explode better
-
nsITobin
public static function ExplodeStr(string $aSeparator, string $aString) {
-
nsITobin
return (!str_contains($aString, $aSeparator)) ? [$aString] :
-
nsITobin
array_values(array_filter(explode($aSeparator, $aString), 'strlen'));
-
nsITobin
}
-
nsITobin
makes sure when stuff like paths don't end up with pre and suffixed empty values which standard explode does
-
nsITobin
public static function ExplodePath(string $aPath) {
-
nsITobin
return ($aPath == kSlash) ? ['root'] : nsUtils::ExplodeStr(kSlash, $aPath);
-
nsITobin
}
-
nsITobin
but that is WELL past the general polite limit of five lines of pasted crap.. so time to stop pasting :P
-
nsITobin
trust me tomman my code has reached a high level of development and has been used successfully in the deployment of nofer trunions..
-
nsITobin
the PHP nsEncabulator is t.... the hell am I saying.
-
tomman
dunno, I haven't touched a single line of PHP at a professional level since I made my final internship at college in 2009
-
tomman
all the memories i have are "why we are doing the same thing in 3 different ways!?"
-
nsITobin
i dunno if my code is actually professional level.. likely not it doesn't have enough bugs in it let alone composer dependancy hell and trying to satsify all the PSRs at once..
-
tomman
(it was a shared codebase among 4 interns)
-
nsITobin
This is what builds rebel mozinfra
phpthewrongway.com
-
nsITobin
lol
-
nsITobin
like i said last night I love this kind of work especially when it works
-
tomman
the best code you can write indeed is the one that actually does what it is supposed to do
-
tomman
the worst code you can write is the one that APPARENTLY does the job, but 5 years later down the road it starts failing in mysterious ways
-
tomman
then you check carefully and realize that your code was crap since Day One, and it only worked because of pure sheer luck
-
tomman
code that should have failed horrendously during testing, or right after deploying in production, but nope, it Just Werked™
-
nsITobin
Phoebus will eventually truncate its xpinstall data if an add-on gets enough updates for Pale Moon.. this is a known flaw.. as far as I know it hasn't been fixed by them.. I was unconserned because Phobos redesigned the db schema to not emulate a fuckin ini file
-
tomman
...until planets aligned and it stopped doing
-
nsITobin
otherwise it stands.. nearly four years without any significant development from me and a few botched patches by moonchild.. it still works.. Solid design overall the very basis of my code today.
-
nsITobin
that netscape aesthetic i infuse does wonderful things to code
-
nsITobin
:P
-
nsITobin
*.banana *.split
-
nsITobin
there I cut out the interwiki bs and merged the stuff into ONE easy to consume lib
-
nsITobin
file*
-
nsITobin
was literaly only ONE conditional anyway not worth justifing all the extra code and a massive json file
-
nsITobin
which I guess I am maintaining now since the forker hasn't done anything in 3 years
-
nsITobin
along with the old repat rdf parser for php and potentally safemysql
-
nsITobin
THIS should never happen.. but it occasionally does .. now its handled.
-
nsITobin
-
nsITobin
my error reporting and basic output failing
-
nsITobin
i mean
-
nsITobin
of course when not debug.. just an unexplained 404
-
nsITobin
eh screw that.. this will do the trick.. nsRuntime::DisableErrorHandler();
-
nsITobin
be back later on
-
Admin_Mike
Anyone here able to answer this SeaMonkey question: how long will it support Windows Pro 7 SP1 64-bit?
-
Admin_Mike
Again, Anyone here able to answer this SeaMonkey question: how long will it support Windows Pro 7 SP1 64-bit?
-
nsITobin
Admin_Mike: I am trying to think of an answer because I am not an authoritative source..
-
Admin_Mike
OK, just saw you logon... no problem.
-
nsITobin
There are no current plans I am aware of to drop NT 6.1 support
-
Admin_Mike
OK, that is what I hoped to hear, thanks.
-
nsITobin
Admin_Mike: we have logging I don't NEED to be here .. I just LIKE to be
-
nsITobin
Admin_Mike: Project Status Meetings are the best place to watch for that if you wanna catch it before it hits release
-
nsITobin
currently on the Mozilla wiki
-
nsITobin
-
Admin_Mike
nslTobin thanks for the link and thanks for the quick reply.
-
nsITobin
I just happened to look at the logbot
-
nsITobin
Admin_Mike: There is also this as an outgrowth of There is only XUL dot org
seamonkey.thereisonlyxul.org has a number of resources linked that MAY be of intrest though its mostly developer resources
-
nsITobin
it's*
-
Admin_Mike
nsITobin thanks for the further info. I am going to close the chatzilla client if that is all....
-
Admin_Mike
Bye