Open Source Integrated Library System

Evergreen on IRC

#evergreen Logs for Sunday, April 17th, 2011

< Saturday, April 16th, 2011Raw Log FileMonday, April 18th, 2011 >
#TimeNickMessage
#00:34:05www has quit IRC
#03:37:43mrpeters-isl has quit IRC
#08:12:59bjwebb has joined #evergreen
#08:12:59bjwebb has joined #evergreen
#11:15:25bjwebb has quit IRC
#11:29:54artunit has quit IRC
#11:37:11artunit has joined #evergreen
#12:02:25moodaepo_ has joined #evergreen
#12:51:02bjwebb has joined #evergreen
#12:58:11rsinger has quit IRC
#13:45:40bjwebb has quit IRC
#14:36:57chirag has joined #evergreen
#14:44:44tsbereAnyone around to solicit an opinion from?
#14:48:47phasefx is here
#14:49:46tsbereAny thoughts on whether I should strive to keep the current toolbar (or close to it) as the default, compared to just doing my "upgrade" to it and calling it the circ toolbar (instead of making a copy and upgrading the copy)?
#14:50:16tsbereThe CSS changes get complicated if I can keeping the original due to the icons over the label bit that needs to be done to the buttons when I start adding mini-menus to them.
#14:50:38yboston has joined #evergreen
#14:51:03tsberes/can keeping/am keeping/
#14:53:35phasefxif it's easier for you to re-implement things, I say go for it. It was an unmandated feature, an itch I scratched, though folk apparently like it. I'm not beholden to how it works
#14:54:13phasefxat least, I think that's what you're asking :)
#14:55:17tsbereBasically, using this as an example: http://bstcon.com/toolbars.jpg Do you think there will be massive outcry at the sudden more vertial label arrangement on the existing toolbar compared to the current one?
#14:56:07tsbere made that by manually applying style= attributes
#14:56:15tsbere doesn't want to do that for the real one
#14:57:06phasefx wouldn't expect an outcry. Can we convert labels to tooltips via a setting?
#14:57:34tsbereNot easily. But I can make the labels go away without them being tooltips easily, and can add tooltips easily regardless of the labels.
#14:57:54phasefx(or better, always have tooltips, but just make the labels toggle-able)
#14:57:55phasefxright
#14:58:17tsbereI can also make the icons go away
#14:58:55phasefxyou have my vote to carry-forth, fwiw
#14:59:09tsbereI was planning on icons/label/both options
#14:59:11phasefxthough I do like the text on the right :)
#14:59:37tsbereThe menus with a dropdown auto-vertical the text. I might be able to reverse that, but my first tries didn't work.
#15:00:48tsbere looks at his previous attempts
#15:00:59tsbereOk, may be I should try again without a mis-spelled "horizontal" >_>
#15:01:57tsbereHey, without a mis-spelling in the CSS it looks to work. Should I make that a toggle option?
#15:03:33phasefxwhy not? someone is supposed to be bringing sanity to our config settings :)
#15:04:56tsbereHalf of this I think I am throwing in the general area of workstation level, rather than org unit level.
#15:05:30tsbereIf only because I expect it to be more of a "what do you do with the computer" thing rather than anything else
#15:06:06bshumExcept when folks need to share the same computer. Hmm
#15:06:31phasefxyou'd think a comsetic change like that wouldn't rattle people though
#15:06:45bjwebb has joined #evergreen
#15:07:09bshumText alignment? Probably not so long as it brought something new to the table, which this will.
#15:07:16tsbereI was thinking more "most toolbar options in general, including which one to show (if any), but let the org unit setting decide a default if there is no other setting"
#15:07:37phasefxthere's an alternative... we could have the settings be saved locally, but allow for a "remote settings directory", similar to a feature we use for column settings
#15:07:56phasefxcould be the same feature, just made more generic
#15:08:23tsbereThat done with user settings?
#15:08:34tsbereOr something else I haven't seen yet?
#15:08:59phasefxorg unit setting, url.remote_column_settings
#15:09:09phasefxGUI: URL for remote directory containing list column settings. The format and naming convention for the files found in this directory match those in the local settings directory for a given workstation. An administrator could create the desired settings locally and then copy all the tree_columns_for_* files to the remote directory.
#15:09:57tsbereYea.....sounds complicated to write up.
#15:10:05phasefxwas a quick & dirty way of getting what they wanted
#15:10:31phasefxthey also lock down their columns so staff can't (permanently) change them
#15:11:49tsbereDon't suppose we have any way of making an org unit setting an object (easily, anyway)?
#15:11:57bshumtsbere: Curious, long term strategy with changing the text to underneath the icon is just so that it's easier to add new buttons to the toolbar in customized ways, right?
#15:12:26phasefxbut we could have anything that reads from the local file system (with the exception of anything dealing with offline mode) look for such a remote directory first. If a file isn't there, then proceed to local directory
#15:12:44tsberebshum: Since I noted I was mis-spelling "horizontal" I can set text beside and text below regardless of submenu things.
#15:12:49bshumI *do* worry about the altered direction, people freak out enough at our libraries at the slightest disturbance, it seems.
#15:13:05bshumtsbere: Oh, well. Okay, then.
#15:13:18phasefxtsbere: there's at least one case of us using a string containing JSON (and I ended up making a dedicated interface for setting it. no easy object support in Library Settings UI)
#15:13:34tsberephasefx: Which one is that?
#15:13:56phasefxtsbere: circ.staff_client.do_not_auto_attempt_print
#15:14:21tsbereAhh, that one.
#15:14:32phasefxall the printing stuff is horribly complicated now
#15:15:47tsbereAt this point I have the toolbar, the text position (side or bottom), the icon size, whether to show the text, the icons, or both............
#15:15:52tsbereLots of settings if split apart
#15:16:24tsbereFor user setting (if I put it there) I just dump it all in, who cares, and say it isn't opac visible. For org unit setting....
#15:18:55phasefxyeah, I say stay away from org unit settings for now. If folks want to specify good defaults, maybe could let it be via custom.js or something.
#15:19:31tsbereI figure the only org unit setting will be which button bar to show. Which will replace the current true/false setting.
#15:19:50phasefxor (and this sounds horrible and interesting), maybe an org setting for pointing to a specific user, and use their settings :)
#15:20:02tsberehorrible yet insteresting....yea.
#15:20:19phasefxs/stay away from org unit settings/stay away from objects in org unit settings/
#15:20:56tsbereI have another project that I don't know how I should implement that would benefit from object in org unit setting too. >_>
#15:21:12phasefxwith Evergreen, we try to stay away from "fake" records.. a "settings" user would probably be another fake record
#15:22:20phasefxtsbere: maybe a flag to prevent such settings from showing up in Library Settings until we get a plugin-infrastructure for custom widgets to set them
#15:22:31phasefxs/flag/datatype = object/
#15:22:58phasefxor if not prevent, then warn off, hide
#15:26:34tsbereHiding them would be really easy
#15:26:42tsbereOne line to one javascript file, I think
#15:27:27phasefxor, maybe allow them, but with a big textarea widget
#15:27:30tsbere tests it, finds it works
#15:27:47tsbereOne line = they stop showing up. Making them appear as fully editable text.....may be harder.
#15:28:19phasefxwe already let folks edit a/t templates
#15:28:32tsbere(our test systems have a custom object org unit setting type for the moment, so I am testing with that one)
#15:28:56phasefxtsbere: if we do the big textarea widget, would probably be good to do a JSON2js test for validation, as well
#15:36:06phasefx has to head out *waves*
#15:37:59csharpbshum: re: library staff freakouts at slightest disturbance - either they'll get used to it, or you will ;-)
#15:43:22chirag has quit IRC
#15:47:08ybostonQuick question: doing a clean install of EG 2.5 for a test VM, should I go for Postgres 9.0 or stick to 8.4?
#15:47:22bjwebb has quit IRC
#15:50:40tsbereyboston: I have no clue. What time machine did you use to get 2.5? ;)
#15:50:53tsbere(I assume you mean 2.0.5, in which case I think either works)
#15:50:55ybostonoops, 2.05
#15:52:15ybostontsbere: thanks for your help
#15:55:08rsinger has joined #evergreen
#16:01:01bshumcsharp: That sounds like my future.
#16:02:27bshumyboston: imo, doesn't hurt to take PG 9.0 for a walk, but it's not absolutely necessary with a 2.0.x release to use that version.
#16:03:17ybostonbshum: thank you for your tip
#16:03:22bshumyboston: If you do go down the route with PG 9.0, I think a few of us would be most interested to hear how you fare. That's one of my next projects is to start tackling 9.0
#16:03:35ybostonbshum++
#16:04:58bshumBut most of my exploration would be intended with 2.1 testing in mind, rather than 2.0. I think moodaepo is doing some stuff with testing 2.0 stable with PG 9.0 though, so maybe he might know more about that.
#16:05:03bshumyboston: Good luck! :)
#16:06:08ybostonbshum: thanks
#16:06:28moodaepo_yboston: I have found no issues (yet) with using 9.0 with 2.0.5
#16:07:14ybostonmoodeapo: good to know, thanks.
#16:10:19moodaepo_I can't seem to figure out what the hex code is for the green used on the blog > http://evergreen-ils.org/blog/ (help)
#16:11:05bshumHmm
#16:12:23bshumupper=58C699&lower=379C70
#16:12:55bshumGuess it's a gradient of some kind
#16:13:04bshumhttp://evergreen-ils.org/blog/wp-content/themes/default/images/header-img.php?upper=58C699&lower=379C70
#16:18:08moodaepo_bshum: Nope that didn't seem to do the trick (I'd tried it earlier but gave it another go) > http://lupin.georgialibraries.org/blog/
#16:23:17penni has joined #evergreen
#16:23:41pennii have a troubleshooting issue. i am hoping someone might be able to help me.
#16:25:21moodaepo_penni: Ask away
#16:25:54bshummoodaepo_: So wait, http://www.color-hex.com/color/58c699 and http://www.color-hex.com/color/379C70 don't show up as green to you?
#16:26:18bshummoodaepo_: (asking cause that link to lupin is... blue?)
#16:26:44pennisince the recent upgrade/update to Evergreen/Pines I have not been able to login via Google Chrome, as I was able to do so before. I can only use Firefox which I have to reload everypage
#16:27:07moodaepo_bshum: Interesting I cleared cache after i tried those...will try again.
#16:27:35moodaepo_penni: That can be annoying, could you provide a link?
#16:27:47pennito what
#16:27:53moodaepo_csharp: ^^
#16:28:29moodaepo_penni: To the site you are trying to use.
#16:28:53moodaepo_I'm guessing this is to your account information, right?
#16:29:02pennihttp://gapines.org/opac/en-US/skin/default/xml/index.xml
#16:29:34bshumIt's possible that it's a cache issue. I know we had that for awhile after going from 1.6 to 2.0 where all our pages came up... broken.
#16:29:42bshumTill clearing cache or hitting refresh on each page type
#16:30:14moodaepo_penni: ^^
#16:31:14pennithe page works but I can't log into my account so that I can check the status of my book reserves, and due dates. it gives me a weird message. Firefox does not but I have to refresh constantly which is annoying
#16:32:44moodaepo_Well try clearing your cache as bshum suggested (or have you tried it already?)
#16:35:19moodaepo_penni: What weird message do you get?
#16:37:06penniIt is working now. What happened? LOL
#16:38:26penniWell now that apparently that problem is fixed, I do have another one. It is a library account and you can have your reserves/holds request sent to your email or via phone or both when they arrive. I have just email and I havent' gotten email since the update.
#16:39:39bshumIt's possible that PINES is still getting their upgrade worked out.
#16:40:04moodaepo_penni: Also it's possible the items you placed holds on have not been returned yet?
#16:40:06tsberepenni: I have seen that happen (as a complaint) before. The person in question had yet to have anything attempt to contact them, and thus had no emails to receive. Are you sure you should have gotten one?
#16:42:37yboston has quit IRC
#16:42:58penni has quit IRC
#16:44:36penni has joined #evergreen
#16:44:43pennii have to reload.
#16:45:06pennito reiterate, I do have books available for pickup b/.c my HOLDS SHELF says "READY FOR PICKUP" on two
#16:45:38penniPlus the day of the upgrade, I had a few, but I didn't let it bother or worry me that I didn't get the email b/c it the system was being upgraded
#16:48:09moodaepo_penni: Yea they may still be under the upgrade cloud check back tomorrow(?)
#16:48:53penniOK. Thank you for your help! :-)
#16:49:04moodaepo_penni: I'd mention it to your local library it might not be just you.
#16:49:31penniI did, but I will do so again.
#16:50:20moodaepo_penni: Feel free to drop by maybe one of us might hear something.
#16:50:43penniOK. Will do. Thanks again.
#16:52:31penni has quit IRC
#16:53:00tsbere has decided to be lazy on a graphical front and only make 32x32 and 16x16 toolbar button icon variants, if only because one of the current toolbar buttons was already made up custom and thus it will be easier to shrink it than to grow it
#16:56:28bshum whistles in the corner
#16:59:24tsberebshum: If you want bigger icons, provide me with a 40x40 pixel version of the search items icon that looks good. ;)
#16:59:37tsbere(or if you want REALLY big, I suppose you could provide me with larger)
#16:59:53bjwebb has joined #evergreen
#17:01:37bshumtsbere: I was whistling because I knew our icon wasn't very nice. I could ask Meliss (who made the icon) if we can make one that's 40x40
#17:01:54bshumtsbere: Probably won't get done till after the conference though.
#17:02:01tsberebshum: It is nice enough. But I don't feel like re-making it at higher res right now ;)
#17:02:45tsbere has access to the higher-res source images and all
#17:03:18tsbereBut 32x32->16x16 is easy when you have the 32x32
#17:03:29bshumNo doubt.
#17:15:01bshumjamesrf++ sitka++ #consider me +1 to getting a cool frog image someday :)
#17:44:13StephenGWills has quit IRC
#17:47:55moodaepo_WordPress and DokuWiki migration/data refresh information updated > http://evergreen-ils.org/dokuwiki/doku.php?id=website_migration
#17:49:10tsberemoodaepo_: Should we link to https://github.com/zoranzaric/dokuwiki-git-plugin after the "tsbere thinks" part? Tis for dokuwiki and git, but would be easily adapted (I think) to svn if needed.
#17:49:39moodaepo_tsbere++ # Do it!
#17:50:22moodaepo_csharp: Need to make sure pinesol_new is set to run on boot, if you could take care of it I think we just need to set the date of transfer. Well we could test things out more but I feel the transition is coming close.
#17:51:18moodaepo_There is also the todo - checking for bad links and such but I don't see that happening soon and can always be tackled after moving over.
#17:52:33tsberemoodaepo_: Added a line.
#18:24:47moodaepo_ has quit IRC
#18:33:46bjwebb has quit IRC
#18:57:16bjwebb has joined #evergreen
#19:14:20moodaepo_ has joined #evergreen
#19:24:10moodaepo_ wonders if we have a client for prealpha2 out?
#19:30:21tsbere hates making icons
#19:30:50tsbereFound some suitable ones for a toolbar button I wanted to make in the open icon library, but I need to do some modifications. >_>
#19:32:00tsberePhotoshop stinks for this. And no svg source. >_>
#19:38:36bshum moodaepo_ : making a 2.1 client is different, not sure if one has been made for prealpha2 yet, but I doubt it.
#19:46:29tsbere offers to help anyone trying, though. Or, potentially, to just make them.
#19:58:05moodaepo_bshum: Just checking thanks..and tsbere++ If you could write up a set of steps I can take over after the first one (can't promise yours or bshum's lightening fast turn around though : )
#20:06:36phasefxwe could try to get some svg icons, scalable
#20:07:42phasefx is not saying anything new, he realizes
#20:09:44tsberephasefx: I am creating a new toolbar button, previously unmentioned. Requires 8 potential states (4 states, 2 icon sizes). PITA.
#20:10:57tsberemoodaepo_: Make branding folder, copy appropriate icon into it as evergreen.ico, copy appropriate stub exe to xulrunner_stub.exe in staff_client folder, make STAFF_CLIENT_STAMP_ID=whatever build, make win-client. I think.
#20:11:16tsbereOh, after having nsis and zip around ;)
#20:12:33moodaepo_tsbere: I might try my hand at it tomorrow plan on installing 2.1-prealpha this week. Will probably bug bshum.
#20:13:05tsberemoodaepo_: I am the one who rigged up this entire new method. If I am around I may be the better person to ask questions ;)
#20:13:29moodaepo_tsbere: Will do.
#20:19:27bshumAHA
#20:19:34bshumOops, wrong place :)
#20:20:49tsbereYay! I have (for the original toolbar plus one button) icons that can be two sizes and "grey out" when disabled!
#20:21:14tsbere(not that I expect much greying out, but I prefer that things work properly if someone does disable commands)
#20:23:03moodaepo_tsbere++
#20:23:52tsbereMy new button is a toggle hotkeys button. When you click on it the icon swaps to having a red x and the button stays in. Click it again and the button pops out and loses the x. When the button is in hotkeys don't work.
#20:37:12eeeviltsbere: you'd mentioned another file I should be adjusting with version numbers for releases ... I didn't for PA2 ... remind me tomorrow for my notes?
#20:37:57tsbereOpen-ILS/xul/staff_client/windowssetup.nsi
#20:38:18tsbereeeevil: I believe I made it easier recently, there is a product tag that is "Trunk" in trunk.
#20:38:56tsbere needs to figure out how to make different tagged versions not try and use the same install dir, though
#20:39:19tsbereWorks fine until you have one installed. Then the others try and use the same folder.
#20:40:00tsbere probably needs to pick a better PRODUCT_DIR_REGKEY
#20:44:46phasefxdo we think it should be branch specific, not tag specific, the folder the installer tries to use? i.e. all 2.1.x releases would go into an EG 2.1 folder by default, 2.2.x releases into an EG 2.2 folder?
#20:45:15tsbereWith the current way the installer builds itself it will use the same folder as the previous NSIS installer attempt every time.
#20:45:39tsbereUnless you uninstall manually, then start the installer. Then it will re-pick folders.
#20:45:52phasefxhrmm, I didn't think that was true
#20:46:22phasefxbut I've been doing updates for the most part
#20:46:26tsbere points at the PRODUCT_DIR_REGKEY thing, which it reads to see if it is already installed and thus should re-use the folder
#20:46:51tsbereSince that is a constant (not dependant on tag) it doesn't take into account the product tag right now.
#20:47:23phasefx may be thinking of innosetup behavior, also
#20:48:47bshumI've always been curious about that with innosetup too actually. The path we have assigned to each subsequent 2.0 leaves whichever you installed first as the path. So like, some of our work laptops still use 2.0-alpha pathing, unless we uninstall/reinstall.
#20:49:55tsbereWould be somewhat trivial to pick a new reg key for the nsis setup so you can more easily install two very different sets. Like 2.1 compares to 2.2 at the same time (though autoupdate won't update folder names for obvious reasons)
#20:51:05phasefxbshum: I bet the AppId for innosetup is the determinant, like the reg keys for NSIS tsbere metnions
#20:51:09bshumAt some point in the 2.0 development, the default path with innosetup started including the full version name as part of it.
#20:51:54phasefxprobably my doing
#20:52:20tsberebshum: I take back the search items being a good icon comment, if only because I can't tell the difference with patron search at a glance when I make them both 16x16 ;)
#20:52:29phasefxyeah, I even have a different AppId across 1.6 and 2.0
#20:53:11bshumtsbere: Aha... funny!
#20:54:19tsbereMaking the new toolbars, on its own, is a PITA. And I don't have good icons for everything. >_>
#20:55:08tsbere mainly has no good icons for cataloging things
#20:55:24phasefxjust make one of those generic binary-looking placeholder icons like unicode glyphs without the proper font :)
#20:55:49pmplett has joined #evergreen
#20:58:15tsbere was thinking about using hillblue_indicti as it was already there
#21:01:06phasefxhttp://openiconlibrary.sourceforge.net/
#21:02:23phasefxtsbere: the double-dagger unicode glyph might be good for cataloging
#21:02:48tsberephasefx: I already dug through that to find my hotkey toggle icon
#21:03:09tsbere(which I then had to modify slightly)
#21:03:30phasefxhttp://en.wikipedia.org/wiki/Dagger_(typography)
#21:03:32tsbereBut at this point the icons are specified with CSS, so changing them is easy.
#21:11:47tsberephasefx: Any objections to removing the accesskeys from the toolbar buttons (that aren't defined in the lang.dtd file anyway)? Toolbars aren't keyboard-nav enabled by default.....
#21:13:18phasefxtsbere: not sure; I don't think of any stock accesskeys being associated with toolbar buttons per se. As long as say, F3, still brings up the catalog, button or no button, I'm happy
#21:13:55tsbereall of the lang.dtd entries were "", aka nada.
#21:14:59phasefxah, I see
#21:15:06phasefxno objections from me
#21:16:53phasefxthough if we're still using the .labels, we should probably rename them
#21:17:59tsbere?
#21:18:18tsbere(we are, but not sure why we want to rename them)
#21:18:41phasefx_the POTS stuff for I18N expect a corresponding .accesskey if it sees an entity ending in .label
#21:18:41phasefxsorry, packet loss making it difficult to type here :)
#21:19:05phasefxso just trim off the .label
#21:19:09tsbereok
#21:19:14phasefxtsbere++
#21:19:14tsberegood to know
#21:19:26tsbereespecially as I still have the affected files open for editing
#21:27:21tsbere is giving himself a headache trying to remember all the places he has to touch when rigging up some of this stuff
#21:29:36tsberephasefx: There are already entries with .label variants but without .accesskey variants. Like replace barcode?
#21:29:48tsbere(both in the xul and the lang.dtd)
#21:32:10tsbere also isn't sure he should be changing the ids of already translated strings, but isn't sure how the translations work in that regard
#21:32:22phasefxyeah, I've been too lazy to go fix em all up, but have tried to be nice going forward. I think it's just a warning in the I18N build process, but I don't know how annoying it is
#21:32:43phasefxas far as I'm concerned, there isn't a string freeze for 2.1 yet
#21:33:47phasefxI think the POTS tools have fuzzy tracking for entity changes
#21:33:57phasefxnot sure about launchpad
#21:34:22phasefxwe should ask dbs which is better
#21:34:57tsbereWe can always define .accesskey variants and never use them!
#21:35:00tsbere(for now)
#21:35:21phasefx:-/
#21:36:02tsbereAKA, I don't remove the "" defs in lang.dtd
#21:36:06tsbereBut don't add any more
#21:36:07phasefxthere's probably lots of love we could give to this entities.. redundancies where we don't need them, sharing where we need more context
#21:38:25phasefxtsbere: yeah, I say do the easy thing for now (leave the identifiers alone, keep the accesskey definitions), and dbs can set us straight later
#21:38:54phasefxhe's current the I18N champion, though I'm sure he's ready to hand that torch to someone else, if we can find such a person
#21:39:03tsbere will need to use this new knowledge for the rest of the menus he is adding, though
#21:43:16tsbereAny thoughts on my new button? http://www.bstcon.com/hotkeys_disable_toolbar.png
#21:46:01phasefxgrey means no perm to toggle? looks good to me. Maybe an underline on the N would identify it more with hotkeys
#21:47:28tsbereI am not assigning a perm to toggle. I am just a completionist.
#21:47:30tsbere>_>
#21:48:02phasefx_:)
#21:48:12tsbereAnd if people want to find/make better icons, all the power to them.
#21:48:50tsbereIn fact, it will be "make one image, maybe update the global css file"
#21:48:51phasefxthe power of open-criticism-software
#22:23:38moodaepo_Objections to updating the EG blog theme? > http://lupin.georgialibraries.org/blog/
#22:26:33bjwebb has quit IRC
#22:31:12tsberemoodaepo_: Only if that header image stays without transparency of some kind. Or pseudo-transparency. Or something?
#22:31:21bshumWeird blue.
#22:32:00bshumIs it just me or is the top/sides of that page light blue?
#22:32:28bshumActually bottom area too.
#22:55:35moodaepo_tsbere: the header is the default eg logo we use.
#22:56:43moodaepo_bshum: I messed with one of the default options in that theme it's grey/light blu originally 9we do have blue-green-orange combo on the site)
#22:58:44moodaepo_To compare this is our official blog using the default WordPress theme > http://evergreen-ils.org/blog/
#23:23:56dbs has joined #evergreen
#23:33:44moodaepo_Removed logo and cleaned up a bit > http://lupin.georgialibraries.org/blog/
#23:37:00moodaepo_Interesting and somewhat recent write-up on Evergreen > http://bgjackofalltrades.wordpress.com/2010/12/05/evergreen-an-open-source-integrated-library-system/
#23:37:11dbsmoodaepo: wow, looking nice! any chance of getting the standard nav menu in there to tie the blog into the rest of the site?
#23:37:14moodaepo_Well interesting because it's somewhat recent.
#23:38:29moodaepo_dbs: Yes that's possible, might have to spend a little time and move it out to a theme/sub-theme so it doesn't get over written in another 6-7 years : )
#23:40:50moodaepo_dbs: Any other suggestions re website/blog/dokuwiki there have been quite some changes. I'm not sure I like the lupin/dokuwiki wysiwig (or I just need to get used to it, I set it up hoping to lower the bar)
#23:41:28dbsmoodaepo: sorry, just say your blog link, haven't been paying attention this weekend
#23:43:27moodaepo_dbs: No worries. We can always update the menu once we go live (I plan on other updates anyway)
#23:43:42dbscool; it's lived this long without a menu :0
#23:45:32moodaepo_Hey you did awesome getting one up! So a 3 month turn around ain't too bad for a semi-redesign.
#23:46:18dbsoh... yeah, that wysiwyg editor doesn't give you an option of just using the regular dokuwiki syntax, eh?
#23:46:47dbsoh wait - "DW edit" button at the bottom
#23:46:52moodaepo_Right
#23:47:11moodaepo_I was just typing that but it's a bloody hassel
#23:47:16dbs("Source" button on the top right was worrying me)I can live with that
#23:49:18dbsThe "Delete" button between "Save" and "DW Edit" scares me a bit, but I bet there's an "Are you sure?" prompt at least
#23:50:04moodaepo_I don't know...trying it
#23:52:21moodaepo_Yup it has a "Are you sure" prompt
#23:52:22phasefxapparently the wysiwyg thing is a plugin, that we could remove. I don't like it, but it might make things friendlier for the average new user
#23:52:48moodaepo_phasefx: yes I installed it (it's in the migration/upgrade notes)
#23:52:56phasefxcool deal
#23:53:33moodaepo_And the reason I installed was...average webteam folk commenting (yadda yadda yadda)
#23:54:14phasefxwell, friendly is good. Power users can deal :)
#23:55:35moodaepo_I think I have it planned out for a transfer (dokuwiki/wordpress) in at the most half an hour, I was aiming for a pre-conf move (DNS change Friday-ish not sure if it's possible).
#23:55:43dbshuh. Just tried adding a bullet to a section; "Save" wouldn't do anything, so I clicked "DW Edit" and the entire section was wiped out
#23:55:51dbsFirst section in http://lupin.georgialibraries.org/dokuwiki/doku.php?id=authorities:2.0
#23:56:02moodaepo_Oh-Oh
#23:56:03dbsJust replaced with "__false__"
#23:56:26dbsFriendly is good, destructive not so good :)
#23:56:56dbsTry adding a bullet onto the end of a bulleted list and see if you can reproduce?
#23:59:52moodaepo_dbs: Trying (btw the "Index" button at the bottom got replaced by "Sitemap" is that important?
< Saturday, April 16th, 2011Raw Log FileMonday, April 18th, 2011 >