summaryrefslogtreecommitdiffstats
path: root/install/migration
Commit message (Collapse)AuthorAgeFilesLines
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-5/+5
| | | | | | | | | | | | change default_logger_level to debug in configure_standard_logging add new ipa_log_manager module, move log_mgr there, also export root_logger from log_mgr. change all log_manager imports to ipa_log_manager and change log_manager.root_logger to root_logger. add missing import for parse_log_level()
* Fixed inconsistent image names.Endi S. Dewata2011-10-273-3/+3
| | | | | | | The images have been renamed to be more consistent and moved into the "images" directory to mimic the original jQuery UI structure. Ticket #1613
* Fixed: Duplicate CSS definitionsPetr Vobornik2011-10-194-803/+39
| | | | | | | | | | https://fedorahosted.org/freeipa/ticket/1565 The ipa.css, ipa_error.css and ipa_migration.css contain some duplicate definitions which cause maintenance problems. Additional changes: * fixed whitespaces in ipa.css * unified headings in config pages
* Fixed links to images in config and migration pagesPetr Vobornik2011-10-067-55/+46
| | | | | | | | | | | | | | | | | | | | | https://fedorahosted.org/freeipa/ticket/1932 Description of problem: Title is missing while configuring browser for the first time. Actual results: There is no title on this screen. I noticed it only on step 8 and later so I am not sure if title is also missing earlier at step 6 or not. Expected results: Title "Identity Management" is always present. Fixed: * modified paths to images * fixed padding in ssbrowser.html * moved browser icons to ui folder * deleted unused images in html and migration folders (they are already in ui folder, and weren't deployed) whitespaces
* Migration: don't assume there is only one naming context, add logging.Rob Crittenden2011-10-042-15/+34
| | | | | | | | | | We can't assume that there will be only one naming context. Look at each one until we find an IPA one. Add logging so you can know that a migration attempt fails and why. https://fedorahosted.org/freeipa/ticket/1834 https://fedorahosted.org/freeipa/ticket/1835
* Fixed broken links in ipa_error.css and ipa_migration.css.Endi S. Dewata2011-08-111-8/+8
| | | | | | | Some of the images that were previously deleted are actually needed by ipa_error.css and ipa_migration.css, so they have been restored. Ticket #1564
* Removed FreeWay font files.Endi S. Dewata2011-06-203-11/+32
| | | | | The CSS files in install/html and install/migration have been modified to use the Overpass font.
* Use ldapi: instead of unsecured ldap: in ipa core tools.Pavel Zuna2011-03-031-2/+7
| | | | | | The patch also corrects exception handling in some of the tools. Fix #874
* Fix migration pageJakub Hrozek2011-02-111-1/+1
|
* error handling styleAdam Young2011-01-251-1/+1
| | | | modifying the directories so they find the assets in the right locations
* Main UI, migration, and html Style updatesKyle Baker2011-01-2511-138/+1545
|
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Rewrite the migration page using WSGIJakub Hrozek2010-11-092-9/+38
|
* Add DS migration plugin and password migration page.Pavel Zuna2010-01-206-0/+243